/* shrink.isztld.com — matches the game's palette: mint #7CF3D0 on #05070B. */

:root {
    color-scheme: dark;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #05070B;
    color: #C9D4DC;
    font: 16px/1.65 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
    -webkit-text-size-adjust: 100%;
}

.wrap {
    max-width: 620px;
    margin: 0 auto;
    padding: 56px 22px 72px;
}

header {
    text-align: center;
    margin-bottom: 44px;
}

.logo {
    width: 112px;
    height: 112px;
    border-radius: 26%;
    box-shadow: 0 6px 32px rgba(124, 243, 208, 0.18);
}

h1 {
    color: #F2F7F5;
    font-size: 30px;
    letter-spacing: 0.4px;
    margin: 18px 0 6px;
}

h2 {
    color: #7CF3D0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 38px 0 10px;
}

h3 {
    color: #E8F0EC;
    font-size: 16px;
    margin: 22px 0 4px;
}

p {
    margin: 8px 0;
}

a {
    color: #7CF3D0;
    text-decoration: none;
    border-bottom: 1px solid rgba(124, 243, 208, 0.35);
}

a:hover {
    border-bottom-color: #7CF3D0;
}

.tag {
    color: #8DA3AE;
    font-size: 17px;
    margin: 0;
}

.faq h3 {
    padding-top: 6px;
}

footer {
    margin-top: 56px;
    padding-top: 18px;
    border-top: 1px solid rgba(124, 243, 208, 0.14);
    color: #66757F;
    font-size: 14px;
    text-align: center;
}

footer nav {
    margin-bottom: 6px;
}

.updated {
    color: #66757F;
    font-size: 14px;
}
