/* Joy Guide · readable source · no framework or external fonts */
:root {
    color-scheme: dark;
    --bg: #0b1210;
    --surface: #121e19;
    --surface-raised: #19271f;
    --line: #29382f;
    --text: #f5f4e9;
    --muted: #b5c0b6;
    --soft: #91a195;
    --lime: #bef47c;
    --lime-hover: #d4ffa1;
    --gold: #efc676;
    --radius: 18px;
    --page: 1256px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 114px;
}
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body::selection {
    background: var(--lime);
    color: #102012;
}
a {
    color: inherit;
    text-decoration: none;
}
button, input, textarea, select {
    font: inherit;
}
button, summary {
    -webkit-tap-highlight-color: transparent;
}
button {
    cursor: pointer;
}
button:disabled {
    opacity: .55;
    cursor: wait;
}
img, svg {
    max-width: 100%;
}
img {
    display: block;
    height: auto;
}
picture {
    display: block;
}
button {
    color: inherit;
}
[hidden] {
    display: none !important;
}
:focus-visible {
    outline: 3px solid var(--lime);
    outline-offset: 5px;
}
.container {
    width: min(var(--page), calc(100% - 80px));
    margin-inline: auto;
}
.icon {
    flex: 0 0 24px;
    vertical-align: middle;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    background: var(--lime);
    color: #132317;
    border-radius: 8px;
    transform: translateY(-150%);
}
.skip-link:focus {
    transform: translateY(0);
}
.topline {
    border-bottom: 1px solid #202c25;
    color: #a7b7aa;
    background: #0b120f;
    font-size: 11px;
    letter-spacing: .065em;
}
.topline .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 35px;
    gap: 16px;
}
.topline a {
    display: flex;
    gap: 12px;
    align-items: center;
}
.topline a:hover {
    color: var(--text);
}
.site-header {
    position: sticky;
    z-index: 30;
    top: 0;
    background: #0b1210;
    border-bottom: 1px solid var(--line);
}
.header-inner {
    min-height: 87px;
    display: flex;
    align-items: center;
    gap: 26px;
}
.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 13px;
}
.brand img {
    width: 151px;
    height: auto;
}
.guide-badge {
    color: var(--muted);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .14em;
    border-left: 1px solid var(--line);
    padding: 8px 0 8px 13px;
}
.desktop-nav {
    display: flex;
    margin-inline: auto;
    gap: 25px;
    align-items: center;
}
.desktop-nav a {
    font-size: 13px;
    font-weight: 600;
    color: #c5cec5;
    white-space: nowrap;
    padding-block: 28px;
    position: relative;
}
.desktop-nav a:hover, .desktop-nav a[aria-current] {
    color: var(--lime);
}
.desktop-nav a[aria-current]::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background: var(--lime);
}
.header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
}
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    min-height: 51px;
    padding: 14px 22px;
    border-radius: 9px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.button .icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
}
.button-primary {
    background: var(--lime);
    color: #132116;
    border-color: var(--lime);
    box-shadow: 0 5px 25px rgba(121, 194, 73, .08);
}
.button-primary:hover {
    background: var(--lime-hover);
    color: #132116;
    border-color: var(--lime-hover);
    transform: translateY(-1px);
}
.button-primary:active {
    background: #aee769;
    color: #132116;
    transform: translateY(0);
}
.button-secondary {
    color: var(--text);
    background: #15201a;
    border-color: #34483a;
}
.button-secondary:hover {
    color: var(--text);
    background: #22362a;
    border-color: #607e66;
}
.button-gold {
    color: #241805;
    background: #efc676;
    border-color: #efc676;
}
.button-gold:hover {
    color: #241805;
    background: #ffdf9b;
    border-color: #ffdf9b;
}
.button-gold:active {
    color: #241805;
    background: #e6b45a;
}
.button-login {
    background: transparent;
    border-color: #36463a;
    padding-inline: 17px;
    color: var(--text);
}
.button-login:hover {
    background: #1d3024;
    border-color: #799866;
}
.header-actions .button {
    min-height: 42px;
    font-size: 12px;
    padding: 10px 15px;
}
.header-actions .button .icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
}
.mobile-menu {
    display: none;
}
.eyebrow {
    color: var(--lime);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    line-height: 1.6;
}
.label-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 4px #bef47c14;
}
.hero {
    position: relative;
    isolation: isolate;
    display: grid;
    align-items: center;
}
.hero-home {
    min-height: 599px;
    padding: 51px 0 57px;
}
.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 625px;
}
h1, h2, h3, p {
    margin-top: 0;
}
h1 {
    font-size: clamp(47px, 5.25vw, 76px);
    font-weight: 700;
    letter-spacing: -.058em;
    line-height: 1.045;
    margin: 26px 0 23px;
}
h1 > span {
    display: block;
}
h1 .title-first {
    color: var(--gold);
}
.hero-lead {
    max-width: 507px;
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 1.75;
    color: #c3cdc3;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-note {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #9eafa1;
    font-size: 11px;
    margin-top: 18px;
}
.hero-note .icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
}
.hero-visual {
    position: absolute;
    top: 18px;
    bottom: 0;
    width: 62%;
    right: -36px;
    z-index: 0;
}
.hero-art {
    position: absolute;
    inset: 0;
    mask-image: radial-gradient(ellipse 65% 58% at 64% 46%, #000 37%, #000b 58%, transparent 85%);
}
.hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 59% 50%;
}
.hero-stamp {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 69px;
    right: 10%;
    background: #102017f2;
    padding: 17px 22px;
    border: 1px solid #4c643e;
    border-radius: 14px;
    box-shadow: 0 15px 50px #05090660;
    color: #c6d3be;
    font-size: 11px;
    line-height: 1.8;
}
.hero-stamp strong {
    color: #f1f3df;
    font-size: 14px;
    font-weight: 600;
}
.stamp-symbol {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #bedb70;
    color: #1d351a;
    font-size: 26px;
    font-weight: 800;
    font-style: italic;
    border: 4px double #5f7531;
}
.art-index {
    position: absolute;
    right: 10%;
    bottom: 30px;
    color: #a29f85;
    font-size: 9px;
    letter-spacing: .18em;
}
.editorial-strip {
    display: flex;
    align-items: center;
    gap: 35px;
    border-block: 1px solid var(--line);
    padding: 19px 0;
    font-size: 12px;
    color: #a9bba9;
}
.editorial-strip > span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.editorial-strip .icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    color: var(--gold);
}
.editorial-strip a {
    margin-left: auto;
    color: #d9decf;
    display: flex;
    align-items: center;
    gap: 13px;
}
.editorial-strip a:hover {
    color: var(--lime);
}
.section-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
}
.section-marker {
    flex: 0 0 5px;
    background: var(--lime);
    width: 5px;
    height: 24px;
    margin-top: 6px;
    border-radius: 4px;
}
h2 {
    font-size: 31px;
    font-weight: 650;
    letter-spacing: -.036em;
    line-height: 1.22;
    margin: 0;
    text-wrap: balance;
}
h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 650;
    letter-spacing: -.025em;
    margin-bottom: 18px;
}
.content-section {
    margin-bottom: 66px;
    scroll-margin-top: 112px;
}
.content-section:last-child {
    margin-bottom: 0;
}
.wide-section {
    margin: 57px 0 64px;
}
.wide-section > .prose {
    max-width: 865px;
}
.wide-section .section-heading {
    margin-bottom: 13px;
}
.prose {
    font-size: 16px;
    line-height: 1.88;
    color: #c4cec5;
}
.prose p {
    margin: 0 0 20px;
}
.prose strong {
    color: #f1f3e8;
    font-weight: 650;
}
.prose a, .faq-answer a, .correction-link a, .checkbox-label a {
    color: var(--lime);
    text-decoration: underline;
    text-decoration-color: #648145;
    text-underline-offset: 4px;
}
.prose a:hover, .correction-link a:hover {
    color: var(--lime-hover);
    text-decoration-color: currentColor;
}
.task-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-top: 27px;
}
.task-card {
    min-width: 0;
    min-height: 218px;
    padding: 22px 23px;
    background: linear-gradient(140deg, #18271e, #101c16);
    border: 1px solid #324532;
    border-radius: 14px;
    position: relative;
    transition: border-color .2s, transform .2s, background-color .2s;
}
.task-card:hover {
    border-color: #83a65d;
    transform: translateY(-3px);
}
.task-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--lime);
    margin-bottom: 18px;
}
.task-top > span {
    font-size: 10px;
    letter-spacing: .1em;
    color: #889c86;
}
.task-card strong {
    display: block;
    font-size: 17px;
    font-weight: 650;
    margin-bottom: 8px;
    letter-spacing: -.02em;
}
.task-description {
    display: block;
    font-size: 12px;
    line-height: 1.65;
    max-width: 190px;
    color: #a6b9a7;
}
.task-arrow {
    position: absolute;
    right: 20px;
    bottom: 17px;
    color: #b0c69f;
}
.task-arrow .icon {
    width: 19px;
}
.game-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin-top: 25px;
}
.game-card {
    min-width: 0;
    background: #131f19;
    border: 1px solid #2d3c30;
    border-radius: 13px;
    overflow: hidden;
    transition: border-color .2s, transform .2s;
}
.game-card:hover {
    border-color: #8fb568;
    transform: translateY(-3px);
}
.game-cover {
    position: relative;
    aspect-ratio: 290/342;
    overflow: hidden;
    background: #1a221a;
}
.game-cover picture, .game-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.game-cover img {
    transition: transform .3s;
}
.game-card:hover img {
    transform: scale(1.035);
}
.game-open {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #f8ffe8;
    background: #0d180ac7;
    font-size: 11px;
    font-weight: 700;
    opacity: 0;
    transition: opacity .2s;
}
.game-open .icon {
    width: 18px;
    height: 18px;
}
.game-card:hover .game-open, .game-card:focus-visible .game-open {
    opacity: 1;
}
.game-caption {
    padding: 13px 13px 10px;
}
.game-caption strong {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    min-height: 37px;
    overflow-wrap: anywhere;
}
.game-caption > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #aabca5;
    font-size: 10px;
    margin-top: 7px;
}
.game-caption > span .icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
}
.section-tail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
    font-size: 12px;
    color: #9eae9e;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--lime);
    font-weight: 600;
    font-size: 13px;
}
.text-link:hover {
    color: var(--lime-hover);
}
.text-link .icon {
    width: 19px;
    height: 19px;
}
.article-layout {
    display: grid;
    grid-template-columns: 224px minmax(0, 1fr);
    gap: 66px;
    padding-top: 10px;
}
.article-body {
    min-width: 0;
}
.contents {
    position: relative;
    min-width: 0;
}
.contents-inner {
    position: sticky;
    top: 113px;
    border-left: 1px solid #2e3e2f;
    padding-left: 22px;
}
.contents .eyebrow {
    font-size: 9px;
    margin-bottom: 19px;
}
.contents nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.contents nav a {
    color: #afc0b0;
    font-size: 11px;
    line-height: 1.65;
    padding: 10px 0;
    border-bottom: 1px solid #233126;
    transition: color .2s;
}
.contents nav a:hover, .contents nav a.is-current {
    color: var(--lime);
}
.contents-note {
    padding-top: 26px;
}
.contents-note > .icon {
    color: var(--gold);
    width: 24px;
}
.contents-note p {
    color: #a1b39f;
    font-size: 11px;
    line-height: 1.7;
    margin: 12px 0;
}
.contents-note a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #d4decb;
    font-size: 10px;
}
.contents-note a .icon {
    width: 15px;
    height: 15px;
}
.byline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #a6b6a7;
    padding-bottom: 26px;
    margin-bottom: 33px;
    border-bottom: 1px solid var(--line);
}
.byline a {
    color: #d6e0cf;
}
.table-scroll {
    border: 1px solid #344335;
    overflow: auto;
    border-radius: 13px;
    margin: 25px 0 27px;
    scrollbar-color: #57734c #172119;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
}
th {
    background: #203022;
    color: #eaf1db;
    font-size: 12px;
    font-weight: 650;
}
th, td {
    padding: 17px 18px;
    vertical-align: top;
    border-bottom: 1px solid #2b3b2c;
}
td {
    color: #c3d0bf;
}
td:first-child {
    color: #e5eddb;
    font-weight: 550;
}
tr:last-child td {
    border-bottom: none;
}
tr:nth-child(even) {
    background: #111d15;
}
th:not(:last-child), td:not(:last-child) {
    border-right: 1px solid #253528;
}
.steps-list {
    margin: 25px 0;
    padding: 0;
    counter-reset: steps;
    list-style: none;
}
.steps-list li {
    position: relative;
    padding: 0 0 20px 47px;
    counter-increment: steps;
}
.steps-list li::before {
    content: counter(steps, decimal-leading-zero);
    position: absolute;
    top: 3px;
    left: 0;
    width: 31px;
    height: 31px;
    border: 1px solid #3c5934;
    background: #1d2f1b;
    color: var(--lime);
    border-radius: 9px;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 650;
}
.prose ul {
    padding-left: 23px;
}
.prose li::marker {
    color: var(--lime);
}
.bonus-promo {
    position: relative;
    overflow: hidden;
    margin: 29px 0 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: center;
    padding: 35px;
    background: radial-gradient(ellipse at 92% 45%, #524222 0%, #262516 38%, #1a2318 85%);
    border: 1px solid #645735;
    border-radius: 18px;
    gap: 12px;
}
.bonus-promo .eyebrow {
    color: #efcb83;
}
.bonus-amount {
    display: block;
    font-weight: 750;
    font-size: 51px;
    letter-spacing: -.045em;
    color: #ffe2a2;
    line-height: 1.1;
    margin: 12px 0 18px;
}
.bonus-amount span {
    display: block;
    font-size: 33px;
    color: #f6efcd;
    margin-top: 5px;
}
.bonus-promo p {
    color: #c6c5a6;
    font-size: 12px;
    line-height: 1.8;
    max-width: 360px;
}
.bonus-promo .button {
    min-height: 47px;
}
.bonus-art {
    width: 220px;
    filter: drop-shadow(0 20px 22px #090e0680);
}
.promo-date {
    display: block;
    font-size: 9px;
    color: #c1bd9c;
    margin-top: 12px;
}
.screenshot {
    margin: 30px 0 0;
}
.screenshot-button {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    border: 1px solid #3a4636;
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
    background: #121914;
}
.screenshot-button picture, .screenshot-button img {
    width: 100%;
}
.zoom-hint {
    position: absolute;
    right: 13px;
    bottom: 13px;
    padding: 8px 12px;
    border: 1px solid #6b7c57;
    border-radius: 7px;
    background: #122116ed;
    font-size: 10px;
    color: #f3f7e7;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.zoom-hint .icon {
    width: 16px;
    height: 16px;
}
figcaption {
    font-size: 11px;
    line-height: 1.7;
    color: #a5b6a2;
    margin-top: 11px;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
    font-size: 11px;
    color: #a8b9a4;
    padding: 26px 0 0;
}
.breadcrumbs a {
    color: #d6dfcf;
}
.breadcrumbs > span[aria-hidden] {
    color: #687961;
}
.hero-inner {
    min-height: 420px;
    padding: 32px 0 47px;
    grid-template-columns: 1fr 280px;
    gap: 50px;
    margin-bottom: 22px;
    border-bottom: 1px solid #2b3a2c;
}
.hero-inner h1 {
    font-size: clamp(39px, 4.1vw, 57px);
    letter-spacing: -.05em;
}
.hero-inner .hero-copy {
    max-width: 780px;
}
.hero-inner .hero-lead {
    max-width: 690px;
    font-size: 16px;
}
.inner-art {
    display: grid;
    place-items: center;
    position: relative;
    isolation: isolate;
}
.inner-art picture {
    position: relative;
    width: 266px;
    filter: drop-shadow(0 20px 45px #02080290);
}
.art-orbit {
    position: absolute;
    width: 295px;
    height: 295px;
    border-radius: 50%;
    border: 1px solid #4b593737;
    background: radial-gradient(circle, #8a762040, #3750201a 55%, transparent 72%);
}
.art-orbit::after {
    content: "";
    position: absolute;
    inset: -24px;
    border: 1px dashed #50623b3b;
    border-radius: 50%;
}
.action-card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 27px;
    border-radius: 14px;
    background: #182a1c;
    border: 1px solid #4f683d;
    margin-top: 28px;
}
.action-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #64804a;
    color: var(--lime);
}
.action-card > div {
    flex: 1 1 220px;
}
.action-card strong {
    display: block;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 6px;
}
.action-card .eyebrow {
    font-size: 8px;
    margin-bottom: 8px;
}
.action-card p {
    font-size: 12px;
    line-height: 1.7;
    color: #b2c5ab;
    margin-bottom: 0;
}
.article-body .game-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.catalog-controls {
    border-bottom: 1px solid var(--line);
    padding-bottom: 21px;
    margin: 30px 0 0;
}
.search-field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.search-field > .icon {
    position: absolute;
    left: 16px;
    color: #a4ba92;
    width: 20px;
    height: 20px;
}
.search-field input {
    width: 100%;
    padding-left: 50px;
    font-size: 14px;
}
.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}
.filter {
    background: #15251a;
    color: #c0cfb5;
    border: 1px solid #3c5036;
    font-size: 11px;
    border-radius: 8px;
    min-height: 42px;
    padding: 10px 14px;
}
.filter:hover {
    border-color: #92b86b;
}
.filter.active {
    background: #c0ef8b;
    color: #1c2c14;
    border-color: #c0ef8b;
    font-weight: 650;
}
.catalog-count {
    font-size: 11px;
    color: #b0c29f;
    margin: 15px 0 0;
}
.empty-state {
    padding: 25px;
    color: #d5dec9;
    font-size: 14px;
    border: 1px dashed #526c3f;
    border-radius: 10px;
}
.calculator {
    margin-top: 30px;
    padding: 29px;
    border: 1px solid #48633c;
    border-radius: 15px;
    background: #14241a;
}
.calculator-heading h3 {
    margin: 10px 0 24px;
}
.calculator-fields, .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
label {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 550;
    color: #dce6d3;
    gap: 8px;
    min-width: 0;
}
label > span {
    color: #b2c3a5;
}
input, select, textarea {
    width: 100%;
    color: var(--text);
    background: #0b160f;
    border: 1px solid #526844;
    border-radius: 8px;
    min-height: 49px;
    padding: 11px 13px;
    outline-offset: 2px;
    font-size: 15px;
    line-height: 1.5;
}
input::placeholder, textarea::placeholder {
    color: #93a68a;
    opacity: 1;
}
textarea {
    resize: vertical;
    min-height: 130px;
}
.field-wide {
    grid-column: 1 / -1;
}
.calculator form > .button {
    margin-top: 19px;
}
.calculator-result {
    padding-top: 25px;
    border-top: 1px solid #3c5034;
    margin-top: 24px;
}
.calculator-result span {
    display: block;
    color: #b8c9a8;
    font-size: 12px;
}
.calculator-result output {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: var(--lime);
    letter-spacing: -.035em;
    margin-top: 5px;
}
.fineprint {
    color: #b0bf9e;
    font-size: 11px;
    line-height: 1.8;
    margin: 16px 0 0;
}
.contact-form {
    background: #13221a;
    border: 1px solid #3a543a;
    padding: 30px;
    border-radius: 14px;
    margin-top: 25px;
}
.contact-form > .button {
    margin-top: 23px;
}
.checkbox-label {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 11px;
    font-weight: 400;
}
.checkbox-label input {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    min-height: 19px;
    padding: 0;
    margin: 3px 0 0;
    accent-color: #bef47c;
}
.trap {
    display: none;
}
.form-alert {
    border: 1px solid #648348;
    border-radius: 10px;
    padding: 16px 20px;
    margin-top: 18px;
    background: #213620;
    font-size: 14px;
}
.form-alert.error {
    border-color: #a1765e;
    background: #3c2520;
    color: #ffe2c6;
}
.mobile-feature {
    margin-top: 30px;
    background: radial-gradient(ellipse at 80% 55%, #47673455, transparent 65%), #15261b;
    border: 1px solid #3c583a;
    border-radius: 17px;
    padding: 37px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 28px;
    align-items: center;
}
.mobile-feature h3 {
    font-size: 29px;
    margin-top: 18px;
}
.mobile-feature p {
    color: #beceb2;
    font-size: 13px;
    line-height: 1.8;
}
.phone-frame {
    width: 208px;
    border: 5px solid #293127;
    box-shadow: 0 0 0 1px #5b6651, 0 25px 30px #050c0870;
    border-radius: 30px;
    padding: 24px 12px 20px;
    background: #0c1510;
    position: relative;
}
.phone-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 62px;
    height: 10px;
    transform: translateX(-50%);
    border-radius: 20px;
    background: #040804;
}
.phone-ui {
    text-align: center;
}
.phone-wordmark {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: var(--gold);
}
.phone-wordmark small {
    font-size: 11px;
    font-weight: 600;
}
.phone-status {
    display: block;
    font-size: 9px;
    color: #c1cdad;
    margin-top: 5px;
}
.phone-ui picture {
    width: 148px;
    margin: 15px auto 9px;
}
.phone-ui strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
}
.phone-chip {
    display: block;
    margin-top: 15px;
    font-size: 9px;
    font-weight: 700;
    padding: 9px 8px;
    background: var(--lime);
    color: #183018;
    border-radius: 6px;
}
.mockup-note {
    grid-column: 1 / -1;
    color: #a7b89b;
    font-size: 10px;
}
.live-feature {
    margin: 28px 0 0;
}
.live-feature img {
    width: 100%;
    border-radius: 13px;
    border: 1px solid #493d2d;
}
.faq-section {
    margin-top: 64px;
}
.faq-list {
    border-top: 1px solid #3a4e36;
}
.faq-list details {
    border-bottom: 1px solid #32472f;
}
.faq-list summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    list-style: none;
    padding: 23px 1px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    color: #e1e9d7;
}
.faq-list summary::-webkit-details-marker {
    display: none;
}
.faq-plus {
    position: relative;
    flex: 0 0 19px;
    height: 19px;
}
.faq-plus::before, .faq-plus::after {
    content: "";
    position: absolute;
    background: #b5d786;
    left: 2px;
    right: 2px;
    top: 9px;
    height: 1px;
}
.faq-plus::after {
    transform: rotate(90deg);
    transition: transform .2s;
}
.faq-list details[open] .faq-plus::after {
    transform: rotate(0);
}
.faq-answer {
    font-size: 14px;
    color: #c3cfb9;
    padding: 0 34px 9px 1px;
    line-height: 1.85;
}
.sources {
    margin-top: 44px;
    padding: 25px;
    border: 1px solid #324b30;
    background: #142019;
    border-radius: 13px;
}
.sources p {
    font-size: 11px;
    line-height: 1.8;
    color: #b7c6ae;
    margin: 12px 0 18px;
}
.sources > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sources a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    font-size: 10px;
    color: #dfebcc;
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid #425939;
    background: #1c2b1d;
}
.sources a:hover {
    border-color: #89a865;
}
.sources a .icon {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
}
.correction-link {
    font-size: 11px;
    color: #b1c1a6;
    margin: 17px 0 0;
}
.related-section {
    margin-top: 85px;
    padding-top: 45px;
    border-top: 1px solid var(--line);
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}
.related-card {
    padding: 27px;
    border: 1px solid #354a31;
    border-radius: 13px;
    background: #152118;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: border-color .2s, transform .2s;
}
.related-card:hover {
    transform: translateY(-3px);
    border-color: #7c9f5f;
}
.related-card .eyebrow {
    font-size: 8px;
    min-height: 28px;
}
.related-card strong {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.025em;
    margin: 12px 0 9px;
}
.related-card > span:not(.eyebrow) {
    color: #b4c4a8;
    font-size: 12px;
    line-height: 1.8;
    max-width: 95%;
}
.related-card > .icon {
    color: var(--lime);
    margin-top: 22px;
    width: 22px;
}
.final-cta {
    margin: 72px 0;
    padding: 39px 42px;
    background: radial-gradient(ellipse at 100% 0, #37572444, transparent 66%), #17271b;
    border: 1px solid #526c40;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.final-cta h2 {
    margin-top: 14px;
    font-size: 32px;
}
.final-cta p {
    color: #b2c3a6;
    font-size: 12px;
    margin: 16px 0 0;
}
.final-cta > div:last-child {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.final-cta .text-link {
    font-size: 11px;
}
.site-footer {
    border-top: 1px solid #33472e;
    padding: 50px 0 28px;
    background: #09100c;
}
.footer-top {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.1fr 1.1fr;
    gap: 35px;
}
.footer-brand p {
    margin: 23px 0 17px;
    font-size: 13px;
    color: #b4c2aa;
    line-height: 1.8;
}
.age-badge {
    width: 36px;
    height: 36px;
    border: 1px solid #687855;
    color: #cedcba;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 650;
}
.footer-top h2 {
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0;
    margin-bottom: 19px;
    text-wrap: wrap;
}
.footer-top > div:not(.footer-brand) a {
    display: block;
    margin-bottom: 12px;
    font-size: 11px;
    color: #aebea5;
}
.footer-top a:hover {
    color: var(--lime);
}
.footer-bottom {
    margin-top: 42px;
    border-top: 1px solid #2c3e28;
    padding-top: 27px;
    color: #94a78d;
    font-size: 10px;
    line-height: 1.9;
    position: relative;
    padding-right: 100px;
}
.footer-bottom p {
    margin-bottom: 10px;
    max-width: 1100px;
}
.to-top {
    position: absolute;
    top: 27px;
    right: 0;
    color: #d1dec2;
    border: 1px solid #4d6441;
    padding: 10px 13px;
    border-radius: 7px;
}
.mobile-bottom {
    display: none;
}
.image-dialog {
    background: #101a13;
    border: 1px solid #567244;
    color: var(--text);
    border-radius: 15px;
    padding: 56px 13px 13px;
    max-width: min(96vw, 1600px);
    max-height: 93vh;
    width: max-content;
}
.image-dialog::backdrop {
    background: #020903e8;
}
.image-dialog img {
    max-height: calc(93vh - 90px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.dialog-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 1px solid #526847;
    border-radius: 8px;
    background: #1a2b1a;
    display: grid;
    place-items: center;
}
.quiet-page .hero-inner {
    grid-template-columns: 1fr;
    min-height: 295px;
    padding-bottom: 43px;
}
.quiet-page .hero-copy {
    max-width: 950px;
}
.quiet-page .hero-inner h1 {
    font-size: clamp(39px, 4.6vw, 62px);
}
.quiet-page .related-section {
    margin-bottom: 65px;
}
@media (min-width: 1600px) {
    .hero-visual {
        right: -70px;
    }
}
@media (max-width: 1190px) {
    .container {
        width: calc(100% - 56px);
    }
    .header-inner {
        gap: 18px;
    }
    .desktop-nav {
        gap: 17px;
    }
    .desktop-nav a {
        font-size: 12px;
    }
    .brand img {
        width: 125px;
    }
    .brand {
        gap: 10px;
    }
    .guide-badge {
        padding-left: 10px;
    }
    .header-actions .button {
        padding-inline: 12px;
    }
    .header-register .icon {
        display: none;
    }
    h1 {
        font-size: 66px;
    }
    .hero-copy {
        max-width: 550px;
    }
    .hero-lead {
        max-width: 440px;
        font-size: 16px;
    }
    .hero-visual {
        width: 62%;
        right: -28px;
    }
    .hero-home {
        min-height: 580px;
    }
    .task-card {
        padding: 19px;
    }
    .task-card strong {
        font-size: 15px;
    }
    .task-description {
        font-size: 11px;
    }
    .article-layout {
        grid-template-columns: 194px minmax(0, 1fr);
        gap: 44px;
    }
    .bonus-promo {
        grid-template-columns: 1fr 170px;
        padding: 26px;
    }
    .bonus-art {
        width: 170px;
    }
    .hero-inner {
        grid-template-columns: 1fr 230px;
        gap: 28px;
    }
    .inner-art picture {
        width: 220px;
    }
    .art-orbit {
        width: 230px;
        height: 230px;
    }
    .hero-inner h1 {
        font-size: 49px;
    }
    .game-grid {
        gap: 12px;
    }
    .game-caption {
        padding: 10px;
    }
    .game-caption strong {
        font-size: 12px;
    }
    .hero-stamp {
        right: 4%;
    }
    .footer-top {
        gap: 25px;
    }
    .mobile-feature {
        grid-template-columns: 1fr 180px;
        padding: 25px;
        gap: 15px;
    }
    .phone-frame {
        width: 180px;
    }
    .phone-ui picture {
        width: 125px;
    }
}
@media (max-width: 1000px) {
    .desktop-nav {
        gap: 12px;
    }
    .desktop-nav a {
        font-size: 11px;
    }
    .header-actions .button-login .icon {
        display: none;
    }
    .guide-badge {
        font-size: 9px;
    }
    .header-inner {
        gap: 15px;
        min-height: 76px;
    }
    .hero-home {
        min-height: 560px;
    }
    h1 {
        font-size: 61px;
    }
    .hero-lead {
        max-width: 415px;
    }
    .hero-visual {
        width: 60%;
    }
    .hero-stamp {
        font-size: 10px;
        padding: 14px;
        right: 1%;
    }
    .hero-stamp strong {
        font-size: 12px;
    }
    .hero-stamp .stamp-symbol {
        width: 36px;
        height: 36px;
        font-size: 21px;
    }
    .editorial-strip {
        gap: 22px;
        font-size: 11px;
    }
    .article-layout {
        grid-template-columns: 172px minmax(0, 1fr);
        gap: 28px;
    }
    .contents-inner {
        padding-left: 15px;
        top: 101px;
    }
    .game-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
    .game-caption strong {
        font-size: 14px;
        min-height: 38px;
    }
    .game-caption {
        padding: 13px;
    }
    .wide-section .game-cover {
        aspect-ratio: 290/342;
    }
    .task-grid {
        gap: 12px;
    }
    .task-card {
        padding: 16px;
        min-height: 226px;
    }
    .task-card strong {
        font-size: 14px;
    }
    .bonus-promo {
        grid-template-columns: 1fr 140px;
        padding: 23px;
    }
    .bonus-art {
        width: 140px;
    }
    .bonus-amount {
        font-size: 42px;
    }
    .bonus-amount span {
        font-size: 27px;
    }
    .action-card {
        padding: 21px;
    }
    .action-card .button {
        width: 100%;
    }
    .hero-inner {
        grid-template-columns: 1fr 180px;
    }
    .inner-art picture {
        width: 185px;
    }
    .art-orbit {
        width: 190px;
        height: 190px;
    }
    .article-body .game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .final-cta {
        padding: 29px;
    }
    .final-cta h2 {
        font-size: 27px;
    }
    .footer-top {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .footer-brand {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        gap: 35px;
    }
    .footer-brand p {
        margin: 0 auto 0 0;
    }
    .related-card {
        padding: 22px;
    }
    .related-card strong {
        font-size: 19px;
    }
    .mobile-feature {
        display: block;
    }
    .mobile-feature .phone-frame {
        margin: 30px auto 25px;
    }
    .mockup-note {
        display: block;
    }
}
@media (max-width: 820px) {
    .desktop-nav {
        display: none;
    }
    .header-actions {
        margin-left: auto;
    }
    .header-register {
        display: inline-flex;
    }
    .header-inner {
        min-height: 74px;
    }
    .mobile-menu {
        display: block;
    }
    .mobile-menu > summary {
        list-style: none;
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border: 1px solid #425638;
        border-radius: 8px;
        cursor: pointer;
    }
    .mobile-menu > summary::-webkit-details-marker {
        display: none;
    }
    .mobile-menu[open] > summary {
        background: #2a4320;
        color: var(--lime);
    }
    .mobile-menu nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 14px 28px 24px;
        background: #101c13;
        border-bottom: 1px solid #789952;
        box-shadow: 0 20px 35px #020901b3;
        max-height: 70vh;
        overflow-y: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px 24px;
    }
    .mobile-menu nav a {
        padding: 10px 0;
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        color: #d0dec5;
        border-bottom: 1px solid #33472d;
    }
    .mobile-menu nav a[aria-current] {
        color: var(--lime);
    }
    .mobile-menu nav a .icon {
        width: 16px;
        height: 16px;
    }
    h1 {
        font-size: 55px;
    }
    .hero-lead {
        max-width: 375px;
    }
    .hero-copy {
        max-width: 485px;
    }
    .hero-visual {
        width: 63%;
        right: -28px;
        opacity: .87;
    }
    .hero-stamp {
        display: none;
    }
    .hero-home .hero-actions {
        max-width: 420px;
    }
    .hero-home {
        min-height: 543px;
    }
    .hero-note {
        font-size: 10px;
    }
    .editorial-strip {
        gap: 15px;
        flex-wrap: wrap;
    }
    .editorial-strip a {
        font-size: 10px;
    }
    .task-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .task-card {
        min-height: 183px;
        padding: 21px;
    }
    .task-card strong {
        font-size: 17px;
    }
    .task-description {
        font-size: 12px;
    }
    .task-top {
        margin-bottom: 13px;
    }
    .article-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .contents-inner {
        position: static;
        border: 1px solid #3b5032;
        border-radius: 13px;
        padding: 19px 22px;
        background: #132118;
    }
    .contents .eyebrow {
        margin-bottom: 10px;
    }
    .contents nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 20px;
    }
    .contents nav a {
        font-size: 11px;
        padding: 9px 0;
    }
    .contents-note {
        display: none;
    }
    .byline {
        padding-bottom: 19px;
        margin-bottom: 31px;
    }
    .hero-inner {
        min-height: 400px;
        grid-template-columns: 1fr 150px;
        gap: 20px;
    }
    .hero-inner h1 {
        font-size: 44px;
    }
    .hero-inner .hero-lead {
        font-size: 15px;
    }
    .hero-inner .hero-actions .button {
        font-size: 12px;
        padding-inline: 15px;
    }
    .inner-art picture {
        width: 165px;
    }
    .art-orbit {
        width: 165px;
        height: 165px;
    }
    .art-orbit::after {
        inset: -14px;
    }
    .bonus-promo {
        grid-template-columns: 1fr 210px;
        padding: 32px;
    }
    .bonus-art {
        width: 210px;
    }
    .article-body .game-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .final-cta {
        flex-direction: column;
        align-items: stretch;
    }
    .final-cta > div:last-child {
        align-items: flex-start;
    }
    .related-grid {
        gap: 12px;
    }
    .related-card {
        padding: 20px 17px;
    }
    .related-card > span:not(.eyebrow) {
        font-size: 11px;
    }
    .mobile-feature {
        display: grid;
        grid-template-columns: 1fr 205px;
    }
    .phone-frame {
        width: 200px;
    }
    .mobile-feature .phone-frame {
        margin: 0;
    }
}
@media (max-width: 600px) {
    html {
        scroll-padding-top: 91px;
    }
    body {
        font-size: 15px;
    }
    .container {
        width: calc(100% - 36px);
    }
    .topline {
        font-size: 9px;
        letter-spacing: .035em;
    }
    .topline .container {
        min-height: 29px;
    }
    .topline a > span {
        display: none;
    }
    .header-inner {
        min-height: 67px;
        gap: 11px;
    }
    .brand img {
        width: 115px;
    }
    .guide-badge {
        font-size: 8px;
        padding-left: 9px;
    }
    .brand {
        gap: 9px;
    }
    .header-register {
        display: none;
    }
    .header-actions .button {
        font-size: 11px;
        min-height: 39px;
        padding: 9px 13px;
    }
    .header-actions .button .icon {
        display: none;
    }
    .mobile-menu > summary {
        width: 39px;
        height: 39px;
    }
    .mobile-menu nav {
        padding-inline: 18px;
    }
    .hero-home {
        padding: 33px 0 16px;
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .hero-copy {
        max-width: none;
    }
    .hero-home h1 {
        font-size: clamp(42px, 10.3vw, 60px);
        margin-top: 21px;
        margin-bottom: 20px;
        letter-spacing: -.055em;
    }
    .hero-home .hero-lead {
        max-width: 490px;
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 23px;
    }
    .hero-home .hero-actions {
        max-width: none;
        gap: 9px;
    }
    .hero-actions .button {
        min-height: 49px;
        font-size: 12px;
        padding: 13px 15px;
        gap: 9px;
    }
    .hero-home .hero-actions .button-primary {
        flex: 1 1 175px;
    }
    .hero-home .hero-actions .button-secondary {
        flex: 1 1 115px;
    }
    .hero-note {
        font-size: 9px;
        margin-top: 16px;
    }
    .hero-note .icon {
        width: 14px;
        height: 14px;
        flex-basis: 14px;
    }
    .hero-visual {
        position: relative;
        width: calc(100% + 36px);
        margin-left: -18px;
        right: auto;
        top: auto;
        height: 240px;
        margin-top: -4px;
        opacity: 1;
    }
    .hero-art {
        inset: 0;
        mask-image: radial-gradient(ellipse 62% 73% at 57% 46%, #000 20%, #000e 45%, transparent 84%);
    }
    .hero-art img {
        object-fit: cover;
        object-position: 52% 44%;
    }
    .art-index {
        bottom: 10px;
        right: 18px;
        font-size: 8px;
    }
    .editorial-strip {
        padding: 15px 0;
        gap: 12px 15px;
        font-size: 9px;
    }
    .editorial-strip > span {
        gap: 6px;
    }
    .editorial-strip .icon {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
    }
    .editorial-strip a {
        margin-left: 0;
        font-size: 10px;
        gap: 7px;
    }
    .eyebrow {
        font-size: 9px;
        letter-spacing: .1em;
    }
    .section-heading {
        gap: 11px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 26px;
        line-height: 1.22;
        letter-spacing: -.035em;
    }
    h3 {
        font-size: 23px;
    }
    .section-marker {
        width: 4px;
        flex-basis: 4px;
        height: 20px;
        margin-top: 4px;
    }
    .wide-section {
        margin: 36px 0 43px;
    }
    .prose {
        font-size: 14px;
        line-height: 1.9;
    }
    .prose p {
        margin-bottom: 18px;
    }
    .task-grid {
        gap: 11px;
        margin-top: 22px;
    }
    .task-card {
        padding: 17px 16px;
        min-height: 206px;
        border-radius: 11px;
    }
    .task-card strong {
        font-size: 14px;
        line-height: 1.4;
        min-height: 39px;
        margin-bottom: 6px;
    }
    .task-top {
        margin-bottom: 15px;
    }
    .task-top > span {
        font-size: 8px;
    }
    .task-description {
        font-size: 10px;
        line-height: 1.7;
        padding-right: 5px;
    }
    .task-arrow {
        bottom: 13px;
        right: 14px;
    }
    .task-arrow .icon {
        width: 16px;
        height: 16px;
    }
    .task-top > .icon {
        width: 22px;
        height: 22px;
    }
    .game-grid, .article-body .game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 22px;
    }
    .game-caption {
        padding: 11px 10px;
    }
    .game-caption strong {
        font-size: 12px;
        min-height: 35px;
    }
    .game-caption > span {
        font-size: 9px;
    }
    .game-card {
        border-radius: 10px;
    }
    .section-tail {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 18px;
        font-size: 10px;
    }
    .text-link {
        font-size: 12px;
    }
    .article-layout {
        gap: 25px;
    }
    .contents-inner {
        padding: 17px 18px;
    }
    .contents nav {
        grid-template-columns: 1fr;
    }
    .contents nav a {
        font-size: 11px;
        padding: 9px 0;
    }
    .content-section {
        margin-bottom: 44px;
        scroll-margin-top: 91px;
    }
    .byline {
        font-size: 10px;
        gap: 8px;
        padding-bottom: 18px;
    }
    .table-scroll {
        margin-block: 21px;
        border-radius: 11px;
    }
    table {
        min-width: 510px;
        font-size: 12px;
    }
    th {
        font-size: 11px;
    }
    td, th {
        padding: 13px 14px;
    }
    .steps-list {
        margin-block: 20px;
    }
    .steps-list li {
        padding-left: 40px;
        padding-bottom: 18px;
    }
    .steps-list li::before {
        width: 28px;
        height: 28px;
        font-size: 9px;
    }
    .bonus-promo {
        padding: 24px 21px;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .bonus-promo > div {
        position: relative;
        z-index: 1;
    }
    .bonus-art {
        position: absolute;
        width: 143px;
        top: 36px;
        right: -18px;
        z-index: 0;
        opacity: .8;
    }
    .bonus-amount {
        font-size: 44px;
        max-width: 220px;
    }
    .bonus-amount span {
        font-size: 28px;
    }
    .bonus-promo p {
        max-width: 295px;
        font-size: 11px;
        margin-top: 22px;
    }
    .bonus-promo .button {
        font-size: 12px;
    }
    .promo-date {
        font-size: 8px;
    }
    .screenshot {
        margin-top: 23px;
    }
    .screenshot-button {
        border-radius: 9px;
    }
    .zoom-hint {
        padding: 6px 8px;
        font-size: 9px;
        right: 8px;
        bottom: 8px;
    }
    figcaption {
        font-size: 10px;
    }
    .breadcrumbs {
        padding-top: 18px;
        font-size: 10px;
    }
    .hero-inner {
        padding: 28px 0 31px;
        min-height: auto;
        display: block;
        position: relative;
        margin-bottom: 26px;
    }
    .hero-inner h1 {
        font-size: clamp(35px, 9vw, 49px);
        line-height: 1.1;
        margin-top: 21px;
        margin-bottom: 20px;
    }
    .hero-inner .hero-lead {
        font-size: 14px;
        line-height: 1.8;
    }
    .hero-inner .hero-actions {
        flex-wrap: wrap;
        gap: 10px;
    }
    .hero-inner .hero-actions > .button {
        flex: 1 1 auto;
        font-size: 11px;
    }
    .inner-art {
        display: none;
    }
    .action-card {
        padding: 21px;
        gap: 16px;
    }
    .action-card > div {
        flex-basis: 170px;
    }
    .action-icon {
        width: 39px;
        height: 39px;
    }
    .action-card strong {
        font-size: 18px;
    }
    .action-card p {
        font-size: 11px;
    }
    .action-card .eyebrow {
        font-size: 8px;
    }
    .action-card .button {
        font-size: 12px;
    }
    .calculator {
        padding: 22px 18px;
    }
    .calculator-fields, .form-grid {
        gap: 15px 13px;
    }
    .calculator-heading h3 {
        font-size: 22px;
    }
    label {
        font-size: 11px;
        gap: 7px;
    }
    input, select, textarea {
        font-size: 16px;
        padding: 11px;
    }
    .calculator-result output {
        font-size: 33px;
    }
    .fineprint {
        font-size: 10px;
    }
    .contact-form {
        padding: 22px 18px;
    }
    .contact-form .form-grid {
        grid-template-columns: 1fr;
    }
    .checkbox-label {
        font-size: 10px;
    }
    .contact-form > .button {
        width: 100%;
        font-size: 12px;
    }
    .filter {
        font-size: 10px;
        padding: 10px 12px;
    }
    .filter-row {
        gap: 7px;
    }
    .catalog-controls {
        margin-top: 23px;
    }
    .search-field input {
        font-size: 14px;
    }
    .mobile-feature {
        padding: 25px 21px;
        display: block;
    }
    .mobile-feature h3 {
        font-size: 29px;
    }
    .mobile-feature .phone-frame {
        margin: 32px auto 22px;
        width: 203px;
    }
    .phone-ui picture {
        width: 143px;
    }
    .mobile-feature p {
        font-size: 12px;
    }
    .mobile-feature .button {
        font-size: 12px;
    }
    .mockup-note {
        font-size: 9px;
    }
    .faq-section {
        margin-top: 46px;
    }
    .faq-list summary {
        padding-block: 19px;
        gap: 20px;
        font-size: 13px;
    }
    .faq-answer {
        font-size: 13px;
        padding-right: 16px;
    }
    .sources {
        padding: 22px 19px;
        margin-top: 30px;
    }
    .sources p {
        font-size: 10px;
    }
    .sources a {
        font-size: 10px;
    }
    .correction-link {
        font-size: 10px;
    }
    .related-section {
        margin-top: 52px;
        padding-top: 34px;
    }
    .related-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .related-card {
        padding: 22px;
    }
    .related-card strong {
        font-size: 22px;
        margin-top: 6px;
    }
    .related-card > span:not(.eyebrow) {
        max-width: 89%;
        font-size: 12px;
    }
    .related-card > .icon {
        position: absolute;
        right: 18px;
        bottom: 23px;
    }
    .related-card .eyebrow {
        min-height: 0;
    }
    .final-cta {
        margin: 44px 0;
        padding: 27px 23px;
        gap: 27px;
    }
    .final-cta h2 {
        font-size: 27px;
    }
    .final-cta p {
        font-size: 11px;
    }
    .final-cta .button {
        width: 100%;
        font-size: 12px;
    }
    .final-cta > div:last-child {
        align-items: center;
        gap: 15px;
    }
    .site-footer {
        padding: 35px 0 95px;
    }
    .quiet-page .site-footer {
        padding-bottom: 30px;
    }
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }
    .footer-brand {
        flex-wrap: wrap;
        gap: 19px;
    }
    .footer-brand p {
        font-size: 11px;
    }
    .footer-brand .age-badge {
        margin-left: auto;
    }
    .footer-top h2 {
        font-size: 11px;
        margin-bottom: 17px;
    }
    .footer-top > div:not(.footer-brand) a {
        font-size: 10px;
        min-height: 25px;
        margin-bottom: 9px;
    }
    .footer-bottom {
        margin-top: 30px;
        padding-right: 0;
        font-size: 9px;
    }
    .to-top {
        position: static;
        display: inline-block;
        margin-top: 9px;
    }
    .mobile-bottom {
        display: flex;
        position: fixed;
        z-index: 25;
        bottom: 0;
        left: 0;
        right: 0;
        gap: 15px;
        align-items: center;
        padding: 9px 18px calc(9px + env(safe-area-inset-bottom));
        background: #0c180f;
        border-top: 1px solid #4b6438;
        box-shadow: 0 -10px 28px #040c069c;
    }
    .mobile-bottom > .button {
        flex: 1;
        min-height: 44px;
        font-size: 12px;
        padding: 11px;
    }
    .mobile-bonus {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #d0e0ba;
        font-size: 9px;
        gap: 3px;
        min-width: 52px;
    }
    .mobile-bonus .icon {
        width: 21px;
        height: 21px;
    }
    .quiet-page .hero-inner h1 {
        font-size: 39px;
    }
    .quiet-page .hero-inner {
        min-height: auto;
        padding-bottom: 26px;
    }
    .image-dialog {
        padding: 53px 8px 9px;
    }
}
@media (max-width: 370px) {
    .container {
        width: calc(100% - 28px);
    }
    .header-inner {
        gap: 9px;
    }
    .brand img {
        width: 99px;
    }
    .guide-badge {
        font-size: 7px;
    }
    .hero-home h1 {
        font-size: 40px;
    }
    .hero-home .hero-actions > .button {
        flex-basis: 100%;
    }
    .hero-visual {
        width: calc(100% + 28px);
        margin-left: -14px;
        height: 210px;
    }
    .task-card {
        padding: 15px 13px;
    }
    .task-card strong {
        font-size: 13px;
    }
    .task-description {
        font-size: 9px;
    }
    .bonus-art {
        width: 122px;
        right: -10px;
    }
    .bonus-amount {
        font-size: 38px;
    }
    .bonus-amount span {
        font-size: 25px;
    }
    .calculator-fields {
        grid-template-columns: 1fr;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        transition: none !important;
        animation: none !important;
    }
}
@media print {
    :root {
        color-scheme: light;
    }
    body {
        color: #111;
        background: #fff;
    }
    .topline, .site-header, .hero-visual, .hero-actions, .hero-note, .contents, .mobile-bottom, .site-footer, .final-cta, .related-section, .image-dialog, .bonus-promo, .catalog-controls, .action-card, .contact-form {
        display: none !important;
    }
    .container {
        width: 100%;
    }
    .hero, .article-layout {
        display: block;
        min-height: 0;
    }
    .prose, .prose strong, h1, h1 .title-first, h2, h3, td, th, .hero-lead, .faq-answer {
        color: #111;
    }
    .content-section {
        break-inside: avoid;
        margin-bottom: 28px;
    }
}
