:root {
  --bg: #080c0c;
  --bg-soft: #0d1312;
  --panel: #111918;
  --panel-2: #151e1c;
  --line: rgba(226, 241, 232, .12);
  --line-bright: rgba(121, 242, 91, .34);
  --text: #f0f5f1;
  --muted: #9aa9a1;
  --lime: #79f25b;
  --cyan: #5ce7e7;
  --amber: #ffbd5c;
  --danger: #ff786f;
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--lime) #0a0f0e; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .055; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--lime); color: #081007; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: var(--lime); color: #071006; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }

.notice-bar { position: relative; z-index: 30; background: #0f1714; color: #afbab4; border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .025em; }
.notice-inner { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 10px 14px; }
.notice-inner strong { color: #e8eee9; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(121,242,91,.1), 0 0 16px var(--lime); }

.site-header { position: sticky; top: 0; z-index: 25; background: rgba(8, 12, 12, .77); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.is-scrolled { border-bottom-color: var(--line); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-size: 16px; line-height: 1; letter-spacing: .17em; font-weight: 900; }
.brand-mark { width: 34px; height: 34px; color: #edf4ee; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.main-nav a { position: relative; padding: 12px 0; color: #c3cdc7; font-size: 14px; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--lime); transition: right .2s; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }
.nav-favorite { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: #cbd4cf; font-size: 13px; font-weight: 700; }
.nav-favorite svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.nav-favorite span { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 50%; color: #091009; background: var(--lime); font-size: 11px; }
.menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line); background: transparent; border-radius: 10px; }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; }

.hero { position: relative; min-height: 760px; margin-top: -76px; padding-top: 76px; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,11,11,.98) 0%, rgba(7,11,11,.88) 28%, rgba(7,11,11,.38) 68%, rgba(7,11,11,.56) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 28%), url('../images/zentoroa-hero.png') center / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, transparent, #000 20%, transparent 85%); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) 400px; align-items: center; gap: 9vw; padding-block: 110px 120px; }
.hero-copy { max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--lime); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow-line { width: 52px; height: 1px; background: linear-gradient(90deg, var(--lime), transparent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(58px, 6.7vw, 98px); font-weight: 840; }
h1 em, h2 em { color: var(--lime); font-style: normal; font-weight: inherit; }
.hero-copy > p { max-width: 610px; margin-bottom: 34px; color: #b7c3bc; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-size: 13px; font-weight: 820; letter-spacing: .015em; transition: transform .2s, box-shadow .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071006; background: var(--lime); box-shadow: 0 8px 30px rgba(121,242,91,.15); }
.button-primary:hover { background: #91ff76; box-shadow: 0 10px 36px rgba(121,242,91,.25); }
.button-ghost { background: rgba(255,255,255,.035); border-color: var(--line); color: #edf3ef; backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.07); }
.button-small { min-height: 42px; padding: 0 16px; }
.play-icon { width: 23px; height: 23px; display: grid; place-items: center; color: var(--lime); border: 1px solid var(--line-bright); border-radius: 50%; font-size: 8px; }
.trust-list { display: flex; gap: 18px 25px; flex-wrap: wrap; padding: 0; margin: 34px 0 0; list-style: none; color: #8f9d95; font-size: 12px; }
.trust-list span { color: var(--lime); margin-right: 5px; }

.hero-pick { position: relative; padding: 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(12,18,17,.72); box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: rotate(1.2deg); }
.hero-pick::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: radial-gradient(circle at 80% 0, rgba(121,242,91,.16), transparent 35%); }
.pick-top { height: 42px; display: flex; justify-content: space-between; align-items: center; padding: 0 8px; color: #9faca5; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; }
.status-pill { display: flex; align-items: center; gap: 6px; color: #cad5ce; letter-spacing: .04em; text-transform: none; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.pick-art { position: relative; overflow: hidden; border-radius: 13px; }
.pick-art img { width: 100%; aspect-ratio: 2 / .97; object-fit: cover; }
.score-badge { position: absolute; right: 12px; bottom: 12px; width: 61px; height: 61px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; background: rgba(5,9,9,.83); backdrop-filter: blur(10px); }
.score-badge b { color: var(--lime); font-size: 19px; line-height: 1; }
.score-badge small { margin-top: 3px; color: #aab5af; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.pick-body { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding: 17px 10px 0; }
.pick-body h2 { margin: 4px 0 0; font-size: 28px; letter-spacing: -.035em; }
.micro-label { display: block; color: var(--lime); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; }
.icon-button { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; line-height: 1; }
.icon-button:hover, .icon-button.is-saved { border-color: var(--line-bright); background: rgba(121,242,91,.08); color: var(--lime); }
.hero-pick > p { margin: 12px 10px 14px; color: #98a69f; font-size: 13px; }
.text-link { padding: 0; border: 0; background: transparent; cursor: pointer; color: #e8eee9; font-size: 12px; font-weight: 750; }
.text-link span { color: var(--lime); margin-left: 5px; }
.hero-pick > .text-link { margin: 0 10px 12px; }
.scroll-cue { position: absolute; left: 50%; bottom: 28px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: #7f8c85; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 27px; background: linear-gradient(var(--lime), transparent); }

.signal-strip { position: relative; z-index: 2; border-block: 1px solid var(--line); background: #0a100f; }
.signal-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { display: flex; flex-direction: column; justify-content: center; padding-left: 34px; border-left: 1px solid var(--line); }
.signal-grid > div:last-child { border-right: 1px solid var(--line); }
.signal-grid strong { color: var(--lime); font-size: 28px; line-height: 1.15; letter-spacing: -.04em; }
.signal-grid span { color: #839088; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 68px); }
.section-heading > p, .split-heading > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); }
.centered { max-width: 710px; margin-inline: auto; text-align: center; }
.centered > p { margin: 20px auto 0; }
.centered-eyebrow { justify-content: center; }
.catalog-tools { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: var(--bg-soft); }
.search-box { position: relative; min-width: 310px; flex: 1; display: flex; align-items: center; }
.search-box svg { position: absolute; left: 13px; width: 18px; fill: none; stroke: #76847c; stroke-width: 1.8; }
.search-box input { width: 100%; height: 46px; padding: 0 42px; border: 1px solid transparent; border-radius: 9px; background: #090e0d; color: var(--text); outline: none; }
.search-box input:focus { border-color: var(--line-bright); }
.search-box input::placeholder { color: #68746d; }
.search-box kbd { position: absolute; right: 12px; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: #77847c; background: #101614; font-size: 11px; }
.filters { display: flex; gap: 5px; overflow-x: auto; }
.filter { height: 40px; padding: 0 14px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #8d9a92; cursor: pointer; white-space: nowrap; font-size: 12px; font-weight: 720; }
.filter:hover { color: #e6ede8; }
.filter.is-active { border-color: var(--line-bright); color: var(--lime); background: rgba(121,242,91,.07); }
.catalog-meta { display: flex; justify-content: space-between; margin: 20px 2px; color: #718078; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.catalog-meta b { color: #cbd5ce; }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.game-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: transform .25s, border-color .25s, box-shadow .25s; }
.game-card:hover { transform: translateY(-6px); border-color: rgba(121,242,91,.3); box-shadow: 0 22px 48px rgba(0,0,0,.26); }
.game-image { position: relative; overflow: hidden; cursor: pointer; }
.game-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, var(--panel)); }
.game-image img { width: 100%; aspect-ratio: 1.9 / 1; object-fit: cover; transition: transform .5s; }
.game-card:hover .game-image img { transform: scale(1.045); }
.free-tag { position: absolute; left: 12px; top: 12px; z-index: 2; padding: 5px 9px; border-radius: 6px; color: #0a1108; background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.game-image .icon-button { position: absolute; top: 11px; right: 11px; z-index: 2; width: 34px; height: 34px; border-color: rgba(255,255,255,.2); color: #fff; background: rgba(5,9,9,.7); backdrop-filter: blur(8px); }
.game-body { position: relative; padding: 7px 18px 19px; }
.game-title-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.game-title-line h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.mini-score { color: var(--lime); font-size: 15px; font-weight: 850; }
.game-genre { display: flex; gap: 6px; margin: 9px 0 13px; color: #849188; font-size: 11px; }
.game-genre span + span::before { content: "·"; margin-right: 6px; color: #49524d; }
.game-body > p { min-height: 63px; margin-bottom: 18px; color: #a1ada6; font-size: 13px; line-height: 1.6; }
.game-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); }
.platforms { color: #748178; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.card-action { border: 0; background: transparent; cursor: pointer; color: #e8efea; font-size: 11px; font-weight: 800; }
.card-action span { color: var(--lime); margin-left: 4px; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); }
.empty-state > span { color: var(--lime); font-size: 38px; }
.empty-state h3 { margin: 8px 0; color: var(--text); }

.weekly { overflow: hidden; background: #0c1211; border-block: 1px solid var(--line); }
.weekly-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; }
.weekly-visual { position: relative; min-height: 520px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #131b19; transform: perspective(1000px) rotateY(2deg); box-shadow: var(--shadow); }
.weekly-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.88) contrast(1.08); }
.weekly-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,10,9,.86), transparent 55%), linear-gradient(100deg, transparent 65%, rgba(121,242,91,.15)); }
.scanlines { position: absolute; inset: 0; z-index: 2; opacity: .11; background: repeating-linear-gradient(0deg, transparent 0 3px, #000 4px); }
.weekly-number { position: absolute; right: 22px; bottom: -34px; z-index: 3; color: rgba(255,255,255,.12); font-size: 180px; line-height: 1; font-weight: 900; letter-spacing: -.12em; }
.weekly-chip { position: absolute; left: 20px; top: 20px; z-index: 4; padding: 8px 12px; border: 1px solid var(--line-bright); border-radius: 999px; color: var(--lime); background: rgba(6,11,9,.74); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.weekly-copy h2 { max-width: 580px; font-size: clamp(44px, 5vw, 68px); }
.lead { margin-bottom: 34px; color: #aab6af; font-size: 16px; }
.rating-bars { display: grid; gap: 13px; margin: 0 0 34px; }
.rating-bars > div { display: grid; grid-template-columns: 86px 1fr 30px; gap: 14px; align-items: center; color: #89978f; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.rating-bars i { height: 3px; overflow: hidden; background: #26302b; }
.rating-bars i b { display: block; width: var(--value); height: 100%; background: linear-gradient(90deg, var(--lime), var(--cyan)); }
.rating-bars strong { color: #dfe8e2; font-size: 12px; }
.weekly-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.weekly-copy > small { display: block; margin-top: 16px; color: #68756e; font-size: 10px; }

.method { background: radial-gradient(circle at 50% 40%, rgba(83,179,167,.06), transparent 35%); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.method-card { position: relative; min-height: 285px; padding: 28px 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.025), transparent), var(--panel); }
.method-card:hover { border-color: var(--line-bright); }
.method-index { position: absolute; top: 20px; right: 20px; color: #3d4943; font-size: 11px; font-weight: 850; }
.method-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 50px; border: 1px solid var(--line-bright); border-radius: 15px; color: var(--lime); background: rgba(121,242,91,.055); font-size: 24px; }
.method-card h3 { margin-bottom: 10px; font-size: 18px; }
.method-card p { margin: 0; color: #8f9c94; font-size: 13px; }
.score-note { max-width: 810px; display: flex; align-items: center; gap: 22px; margin: 28px auto 0; padding: 17px 21px; border: 1px solid var(--line); border-radius: 12px; background: #0b110f; }
.score-note strong { flex: 0 0 auto; color: var(--lime); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.score-note p { margin: 0; color: #829087; font-size: 12px; }

.safety-section { padding-block: 65px; border-block: 1px solid rgba(121,242,91,.18); background: linear-gradient(90deg, rgba(121,242,91,.06), rgba(92,231,231,.035)); }
.safety-wrap { display: grid; grid-template-columns: 82px .75fr 1.25fr; gap: 34px; align-items: center; }
.safety-icon { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid var(--line-bright); border-radius: 20px; background: rgba(121,242,91,.07); }
.safety-icon svg { width: 37px; fill: none; stroke: var(--lime); stroke-width: 2; }
.safety-wrap h2 { margin: 7px 0 0; font-size: 34px; line-height: 1.08; }
.safety-wrap > p { margin: 0; padding-left: 35px; border-left: 1px solid var(--line); color: #a8b4ad; font-size: 14px; }

.voices { background: #0c1211; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-card { position: relative; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.quote-card::before { content: "“"; position: absolute; top: 13px; right: 22px; color: rgba(121,242,91,.14); font: 100px/1 Georgia, serif; }
.quote-card blockquote { position: relative; margin: 0; color: #dce5df; font-size: 17px; line-height: 1.75; letter-spacing: -.01em; }
.quote-card figcaption { display: flex; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid var(--line); }
.avatar { width: 41px; height: 41px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #0b1209; background: var(--lime); font-size: 11px; font-weight: 900; }
.quote-card figcaption div { display: grid; }
.quote-card figcaption strong { font-size: 13px; }
.quote-card figcaption small { color: #728078; font-size: 10px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { font-size: clamp(44px, 5vw, 68px); }
.faq-intro p { color: var(--muted); }
.faq-intro a { color: var(--lime); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; font-size: 15px; font-weight: 750; }
.accordion-item button span { color: var(--lime); font-size: 21px; font-weight: 400; }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.accordion-panel > p { overflow: hidden; margin: 0; color: #8f9c94; font-size: 13px; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel > p { padding-bottom: 26px; }

.dispatch { position: relative; padding: 80px 0; overflow: hidden; border-block: 1px solid rgba(121,242,91,.17); background: #111a16; }
.dispatch::after { content: "Z"; position: absolute; right: 5%; top: -120px; color: rgba(121,242,91,.04); font-size: 400px; line-height: 1; font-weight: 950; }
.dispatch-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 80px; }
.dispatch h2 { margin: 7px 0 12px; font-size: 42px; }
.dispatch p { margin: 0; color: var(--muted); }
.dispatch-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.dispatch-form input { width: 100%; height: 50px; padding: 0 16px; border: 1px solid var(--line); border-radius: 10px; color: var(--text); background: #090e0d; outline: none; }
.dispatch-form input:focus { border-color: var(--line-bright); }
.dispatch-form small { grid-column: 1 / -1; color: #69766e; font-size: 9px; }
.dispatch-form small a { text-decoration: underline; }
.dispatch-form.has-error small { color: var(--danger); }
.dispatch-form button:disabled { cursor: wait; opacity: .72; transform: none; }
.dispatch-form.is-success { grid-template-columns: 1fr; }
.form-success { padding: 16px 18px; border: 1px solid var(--line-bright); border-radius: 10px; color: var(--lime); background: rgba(121,242,91,.06); font-size: 13px; }

.site-footer { padding: 70px 0 25px; background: #070a0a; }
.footer-top { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; padding-bottom: 55px; }
.footer-brand p { max-width: 250px; margin-top: 20px; color: #748078; font-size: 13px; }
.footer-col { display: flex; flex-direction: column; gap: 9px; }
.footer-col h2 { margin-bottom: 9px; color: #e3ebe5; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.footer-col a, .footer-col span, .footer-col button { width: fit-content; padding: 0; border: 0; background: transparent; color: #79867e; cursor: pointer; font-size: 12px; text-align: left; }
.footer-col a:hover, .footer-col button:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-top: 22px; border-top: 1px solid var(--line); color: #56615b; font-size: 9px; }
.footer-bottom p { margin: 0; }

.game-dialog, .cookie-dialog { width: min(720px, calc(100% - 28px)); max-height: min(88vh, 850px); padding: 0; overflow-y: auto; border: 1px solid var(--line); border-radius: 22px; color: var(--text); background: #101715; box-shadow: 0 30px 100px #000; }
.game-dialog::backdrop, .cookie-dialog::backdrop { background: rgba(2,5,4,.78); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; top: 15px; right: 15px; z-index: 4; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(4,8,7,.7); cursor: pointer; font-size: 24px; }
.dialog-hero { position: relative; min-height: 300px; }
.dialog-hero img { width: 100%; height: 300px; object-fit: cover; }
.dialog-hero::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, #101715); }
.dialog-score { position: absolute; left: 28px; bottom: 4px; z-index: 2; color: var(--lime); font-size: 36px; line-height: 1; font-weight: 900; }
.dialog-score small { display: block; margin-top: 4px; color: #91a096; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.dialog-body { padding: 24px 30px 32px; }
.dialog-body h2 { margin-bottom: 12px; font-size: 42px; }
.dialog-body > p { color: #a0ada5; }
.dialog-tags { display: flex; gap: 7px; flex-wrap: wrap; margin: 20px 0; }
.dialog-tags span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #8e9c93; font-size: 10px; }
.dialog-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 25px 0; }
.dialog-facts div { padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #0b100f; }
.dialog-facts small { display: block; color: #637068; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.dialog-facts strong { font-size: 12px; }
.dialog-note { padding: 14px; border-left: 2px solid var(--amber); color: #aeb8b2; background: rgba(255,189,92,.05); font-size: 11px; }
.dialog-actions { display: flex; gap: 10px; margin-top: 25px; }

.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 50; max-width: 1080px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 18px 20px; border: 1px solid rgba(121,242,91,.25); border-radius: 16px; background: rgba(14,21,19,.96); box-shadow: 0 20px 70px #000; backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner > div:first-child { display: flex; align-items: center; gap: 16px; }
.cookie-banner p { max-width: 690px; margin: 0; color: #a5b0a9; font-size: 12px; }
.cookie-banner strong { display: block; color: #eef4ef; font-size: 13px; }
.cookie-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line-bright); border-radius: 50%; color: var(--lime); }
.cookie-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-dialog { padding: 36px; }
.cookie-dialog h2 { margin: 8px 0 13px; font-size: 38px; }
.cookie-dialog > p { color: var(--muted); font-size: 13px; }
.cookie-choice { position: relative; min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
.cookie-choice div { display: grid; }
.cookie-choice strong { font-size: 13px; }
.cookie-choice small { color: #748179; font-size: 11px; }
.cookie-choice > span { color: var(--lime); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cookie-choice input { position: absolute; opacity: 0; }
.cookie-choice i { position: relative; width: 43px; height: 24px; border-radius: 999px; background: #28312d; cursor: pointer; transition: .2s; }
.cookie-choice i::after { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; border-radius: 50%; background: #8b9890; transition: .2s; }
.cookie-choice input:checked + i { background: rgba(121,242,91,.35); }
.cookie-choice input:checked + i::after { transform: translateX(19px); background: var(--lime); }
.cookie-dialog > .text-link { display: inline-block; margin-top: 18px; color: var(--lime); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Legal pages */
.legal-hero { padding: 90px 0 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 70% 20%, rgba(121,242,91,.08), transparent 30%), #0a100f; }
.breadcrumbs { display: flex; gap: 7px; margin-bottom: 34px; color: #718078; font-size: 11px; }
.breadcrumbs a:hover { color: var(--lime); }
.legal-hero h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(52px, 7vw, 86px); }
.legal-hero p { max-width: 650px; color: var(--muted); }
.legal-meta { display: flex; gap: 25px; margin-top: 28px; color: #65726a; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 80px; padding-block: 80px 120px; }
.legal-toc { position: sticky; top: 110px; align-self: start; display: grid; gap: 7px; padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg-soft); }
.legal-toc strong { margin-bottom: 8px; color: #dce5df; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.legal-toc a { color: #7c8981; font-size: 11px; }
.legal-toc a:hover { color: var(--lime); }
.legal-content { max-width: 760px; }
.legal-content section { scroll-margin-top: 120px; padding-bottom: 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin-bottom: 18px; font-size: 28px; line-height: 1.2; letter-spacing: -.025em; }
.legal-content h3 { margin-top: 26px; font-size: 16px; }
.legal-content p, .legal-content li { color: #9aa79f; font-size: 14px; }
.legal-content ul { padding-left: 20px; }
.legal-content li { margin-bottom: 8px; }
.legal-content a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { padding: 20px 22px; margin: 24px 0; border: 1px solid var(--line-bright); border-radius: 12px; background: rgba(121,242,91,.045); }
.legal-callout strong { color: var(--lime); }
.cookie-table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.cookie-table th, .cookie-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; font-size: 12px; }
.cookie-table th { color: #dce5df; background: #101614; }
.cookie-table td { color: #8f9d94; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 30px, 760px); }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #101715; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .nav-favorite { margin-left: 0; }
  .hero { min-height: auto; margin-top: -68px; }
  .hero-inner { grid-template-columns: 1fr; gap: 60px; padding-block: 140px 80px; }
  .hero-copy { max-width: 630px; }
  .hero-pick { width: min(430px, 100%); margin-left: auto; }
  .scroll-cue { display: none; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading { gap: 35px; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .search-box { min-width: 0; }
  .weekly-wrap { grid-template-columns: 1fr; gap: 60px; }
  .weekly-visual { min-height: 440px; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-wrap { grid-template-columns: 72px 1fr; }
  .safety-wrap > p { grid-column: 1 / -1; padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .voice-grid { grid-template-columns: 1fr; }
  .quote-card { min-height: 240px; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { position: static; }
  .dispatch-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-toc { position: static; grid-template-columns: repeat(2, 1fr); }
  .legal-toc strong { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .notice-inner { min-height: 44px; flex-wrap: wrap; gap: 0 8px; padding-block: 5px; line-height: 1.3; }
  .notice-inner span:last-child { width: 100%; text-align: center; font-size: 9px; }
  .nav-wrap { gap: 10px; }
  .nav-favorite { width: 40px; height: 40px; padding: 0; justify-content: center; font-size: 0; }
  .nav-favorite span { position: absolute; margin: -30px 0 0 26px; }
  .hero-bg { background-position: 65% center; }
  .hero-inner { padding-top: 125px; }
  h1 { font-size: 50px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 7px; }
  .hero-pick { transform: none; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid > div { min-height: 95px; padding-left: 18px; border-bottom: 1px solid var(--line); }
  .section { padding: 84px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .weekly-copy h2, .faq-intro h2 { font-size: 43px; }
  .filters { padding-bottom: 3px; }
  .game-grid { grid-template-columns: 1fr; }
  .game-body > p { min-height: 0; }
  .catalog-meta { gap: 10px; font-size: 8px; }
  .weekly-visual { min-height: 360px; }
  .weekly-number { font-size: 130px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-card { min-height: 240px; }
  .method-icon { margin-bottom: 34px; }
  .score-note { align-items: flex-start; flex-direction: column; gap: 8px; }
  .safety-wrap { grid-template-columns: 58px 1fr; gap: 18px; }
  .safety-icon { width: 56px; height: 56px; border-radius: 16px; }
  .safety-wrap h2 { font-size: 28px; }
  .dispatch-form { grid-template-columns: 1fr; }
  .dispatch-form small { grid-column: 1; }
  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 40px 25px; }
  .footer-brand, .footer-col:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions .button { flex: 1; }
  .dialog-body { padding-inline: 20px; }
  .dialog-body h2 { font-size: 34px; }
  .dialog-facts { grid-template-columns: 1fr; }
  .dialog-actions { flex-direction: column; }
  .cookie-dialog { padding: 28px 20px; }
  .legal-hero { padding-top: 65px; }
  .legal-hero h1 { font-size: 48px; }
  .legal-meta { flex-direction: column; gap: 5px; }
  .legal-layout { padding-top: 50px; }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-toc strong { grid-column: auto; }
  .cookie-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
