/* Oxelvanta — handcrafted static interface */
:root {
  --ink: #061017;
  --ink-2: #0a1821;
  --panel: #0d202a;
  --panel-2: #102934;
  --line: rgba(202, 238, 230, .14);
  --line-strong: rgba(202, 238, 230, .28);
  --text: #ecf8f4;
  --muted: #9ab0b1;
  --green: #70f6b7;
  --green-2: #26d893;
  --cyan: #28c8ed;
  --amber: #ffb864;
  --white: #f6fffb;
  --display: "Arial Narrow", "Roboto Condensed", "Aptos Narrow", Impact, sans-serif;
  --body: Inter, "Segoe UI", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--green); color: var(--ink); }
:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
[hidden] { display: none !important; }
.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; z-index: 999; top: 12px; left: 12px; padding: 10px 15px;
  background: var(--green); color: var(--ink); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled {
  background: rgba(6, 16, 23, .9); border-color: var(--line); backdrop-filter: blur(16px);
}
.nav-shell {
  width: var(--shell); min-height: 76px; margin-inline: auto; display: flex;
  align-items: center; justify-content: space-between; gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font: 900 19px/1 var(--body); letter-spacing: -.04em; }
.brand img { width: 38px; height: 38px; filter: drop-shadow(0 0 15px rgba(112, 246, 183, .15)); }
.brand > span > span { color: var(--green); }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 650; }
.site-nav > a:not(.nav-cta) { color: #c1d0d0; transition: color .2s; }
.site-nav > a:not(.nav-cta):hover { color: var(--green); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 16px; padding: 12px 17px;
  background: rgba(112, 246, 183, .1); border: 1px solid rgba(112, 246, 183, .4); color: var(--green);
}
.nav-toggle { display: none; border: 0; background: none; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 7px 0; background: var(--text); }

.hero { position: relative; min-height: 810px; height: 100svh; display: grid; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3, 11, 16, .98) 0%, rgba(3, 11, 16, .86) 32%, rgba(3, 11, 16, .36) 62%, rgba(3, 11, 16, .15) 100%),
              linear-gradient(0deg, var(--ink) 0, transparent 24%, rgba(0,0,0,.15) 100%);
}
.hero-grid, .final-cta-grid {
  position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: linear-gradient(rgba(112,246,183,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(112,246,183,.22) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 65%);
}
.hero-content { position: relative; z-index: 2; padding-top: 62px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; box-shadow: 0 0 8px currentColor; }
.hero h1, .section h2, .final-cta h2, .legal-hero h1, .game-modal h2 {
  margin: 24px 0; font-family: var(--display); font-size: clamp(64px, 7.1vw, 112px); line-height: .87;
  letter-spacing: -.055em; text-transform: uppercase; font-weight: 900;
}
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-copy { width: min(610px, 100%); margin: 0; color: #b8caca; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button {
  min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px;
  border: 1px solid transparent; border-radius: 2px; font-weight: 800; font-size: 13px; cursor: pointer;
  transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #04130f; box-shadow: 0 8px 35px rgba(38,216,147,.15); }
.button-primary:hover { background: #99ffd0; }
.button-ghost { border-color: var(--line-strong); background: rgba(6,16,23,.4); color: var(--text); }
.button-ghost:hover { border-color: var(--green); }
.button-light { background: var(--ink); color: var(--green); }
.button.small { min-height: 43px; padding: 0 16px; font-size: 12px; }
.trust-row { display: flex; gap: 0; list-style: none; padding: 0; margin: 51px 0 0; }
.trust-row li { min-width: 150px; padding: 0 25px; border-left: 1px solid var(--line-strong); }
.trust-row li:first-child { padding-left: 0; border-left: 0; }
.trust-row strong { display: block; color: var(--green); font: 900 24px/1 var(--display); letter-spacing: -.02em; }
.trust-row span { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.scroll-cue {
  position: absolute; z-index: 3; right: 32px; bottom: 72px; display: flex; align-items: center; gap: 12px;
  color: #90a4a6; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl;
}
.scroll-cue span { display: block; width: 1px; height: 50px; background: linear-gradient(var(--green), transparent); }

.safety-strip { position: relative; z-index: 3; background: #0a1a22; border-block: 1px solid var(--line); }
.safety-grid { min-height: 106px; display: grid; grid-template-columns: 1.15fr 2.85fr; align-items: center; gap: 45px; }
.safety-title { display: flex; align-items: center; gap: 16px; }
.icon-badge { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(112,246,183,.35); color: var(--green); transform: rotate(45deg); }
.icon-badge svg { width: 22px; transform: rotate(-45deg); fill: none; stroke: currentColor; stroke-width: 1.7; }
.safety-title small { display: block; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.safety-title strong { display: block; margin-top: 2px; font-size: 15px; }
.safety-points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; list-style: none; padding: 0; margin: 0; }
.safety-points li { padding-left: 20px; border-left: 1px solid var(--line); color: #c9d8d6; font-size: 12px; }
.safety-points span { display: block; color: var(--green); font-size: 9px; letter-spacing: .1em; }

.section { padding: 130px 0; }
.games-section { background: #07151c; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.section-heading h2, .method-copy h2, .weekly-copy h2, .faq-intro h2 { font-size: clamp(49px, 5.4vw, 82px); margin: 19px 0 0; }
.section-heading > p { width: min(460px, 100%); margin: 0 0 7px; color: var(--muted); line-height: 1.75; }
.section-heading.compact { align-items: center; }
.catalog-tools { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 14px; background: #0a1a22; border: 1px solid var(--line); }
.search-box { height: 44px; display: flex; align-items: center; gap: 11px; padding: 0 14px; background: #07141b; border: 1px solid var(--line); }
.search-box svg { width: 18px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.search-box input { width: 100%; border: 0; outline: 0; background: none; color: var(--text); font-size: 13px; }
.search-box input::placeholder { color: #6f8587; }
.filter-chips { display: flex; gap: 5px; }
.filter-chip { height: 38px; padding: 0 13px; border: 1px solid transparent; background: transparent; color: #92a6a7; font-size: 11px; font-weight: 750; cursor: pointer; }
.filter-chip:hover { color: var(--text); }
.filter-chip.is-active { background: rgba(112,246,183,.1); border-color: rgba(112,246,183,.25); color: var(--green); }
.platform-select { position: relative; }
.platform-select select { height: 42px; padding: 0 34px 0 14px; appearance: none; border: 1px solid var(--line); background: #07141b; color: #c6d5d3; font-size: 12px; cursor: pointer; }
.platform-select::after { content: "⌄"; position: absolute; right: 12px; top: 8px; color: var(--green); pointer-events: none; }
.results-line { display: flex; justify-content: space-between; margin: 23px 0 20px; color: #718687; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.results-line strong { color: var(--green); }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.game-card { min-width: 0; background: #0a1b23; border: 1px solid var(--line); overflow: hidden; transition: transform .3s, border-color .3s, box-shadow .3s; }
.game-card:hover { transform: translateY(-5px); border-color: rgba(112,246,183,.38); box-shadow: 0 24px 55px rgba(0,0,0,.2); }
.game-card.is-hidden { display: none; }
.card-art { position: relative; aspect-ratio: 460/215; overflow: hidden; background: #101d24; }
.card-art::after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(transparent, rgba(4,13,18,.82)); }
.card-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.game-card:hover .card-art img { transform: scale(1.035); filter: saturate(1.12); }
.card-rank { position: absolute; z-index: 2; left: 13px; top: 12px; padding: 4px 8px; background: rgba(4,13,18,.78); border: 1px solid rgba(255,255,255,.16); color: var(--white); font: 800 10px/1.3 var(--body); backdrop-filter: blur(8px); }
.hot-tag { position: absolute; z-index: 2; right: 12px; top: 12px; padding: 5px 9px; background: var(--green); color: var(--ink); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.card-body { padding: 20px 21px 21px; }
.card-meta { display: flex; justify-content: space-between; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-meta span:last-child { color: #778e8f; }
.game-card h3 { margin: 11px 0 7px; font: 900 27px/1 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.game-card p { min-height: 63px; margin: 0; color: #91a6a7; font-size: 12px; line-height: 1.7; }
.card-footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.score { display: flex; align-items: center; gap: 9px; }
.score > strong { color: var(--green); font: 900 29px/1 var(--display); }
.score > span { color: #6f8485; font-size: 8px; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.score b { color: #a9bcba; font-weight: 800; }
.text-button { padding: 0; border: 0; background: none; color: #d2e1de; font-size: 11px; font-weight: 800; cursor: pointer; }
.text-button span { margin-left: 7px; color: var(--green); }
.text-button:hover { color: var(--green); }
.empty-state { padding: 70px 20px; text-align: center; background: #0a1a22; border: 1px solid var(--line); }
.empty-state > span { color: var(--green); font-size: 48px; }
.empty-state h3 { margin: 8px 0 4px; font: 900 28px/1 var(--display); text-transform: uppercase; }
.empty-state p { margin: 0 0 24px; color: var(--muted); }

.weekly { position: relative; background: #0a1b23; overflow: hidden; }
.weekly::before { content: "WEEKLY"; position: absolute; right: -4vw; top: 4%; color: rgba(255,255,255,.018); font: 900 22vw/1 var(--display); letter-spacing: -.08em; }
.weekly-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.weekly-art { position: relative; min-height: 590px; }
.weekly-art::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid rgba(112,246,183,.2); }
.weekly-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.08); }
.weekly-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,14,20,.95), transparent 60%); }
.weekly-number { position: absolute; z-index: 2; right: -30px; top: -48px; color: var(--green); font: 900 130px/.8 var(--display); letter-spacing: -.08em; text-shadow: 0 15px 40px rgba(0,0,0,.35); }
.weekly-label { position: absolute; z-index: 2; left: 25px; bottom: 24px; }
.weekly-label small { display: block; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.weekly-label strong { font: 900 24px/1 var(--display); text-transform: uppercase; }
.weekly-copy { position: relative; z-index: 2; }
.weekly-copy .lead, .game-modal .lead { color: #b7c9c7; font-size: 16px; line-height: 1.75; }
.verdict-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 28px 0; background: var(--line); border: 1px solid var(--line); }
.verdict-grid > div { padding: 15px 17px; background: #0c2029; }
.verdict-grid small { display: block; color: #6f8587; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.verdict-grid strong { font-size: 13px; }
.pros-cons { display: grid; gap: 10px; margin-bottom: 28px; }
.pros-cons > div { display: flex; gap: 13px; align-items: start; }
.pros-cons > div > span { width: 24px; height: 24px; flex: none; display: grid; place-items: center; border: 1px solid rgba(112,246,183,.3); color: var(--green); font-size: 12px; }
.pros-cons p { margin: 0; color: #8ca1a2; font-size: 12px; line-height: 1.6; }
.pros-cons p strong { display: block; color: #dbe9e6; font-size: 11px; }

.method { background: #06131a; }
.method-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 80px; align-items: center; }
.method-copy > p { color: var(--muted); }
.score-key { display: grid; gap: 14px; margin-top: 28px; }
.score-key span { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; padding-bottom: 7px; }
.score-key i { position: absolute; inset: auto 0 0; height: 2px; background: #16303a; }
.score-key i::after { content: ""; display: block; width: var(--score); height: 100%; background: linear-gradient(90deg, var(--green), var(--cyan)); box-shadow: 0 0 10px rgba(112,246,183,.3); }
.score-key b { font-size: 12px; }
.score-key small { color: var(--green); font-size: 10px; }
.method-copy .microcopy { margin-top: 22px; color: #657a7c; font-size: 10px; line-height: 1.5; }
.method-visual { position: relative; min-height: 455px; }
.method-visual img { width: 100%; height: 100%; min-height: 455px; object-fit: cover; }
.method-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,19,26,.25), transparent); }
.review-stamp { position: absolute; z-index: 2; right: -22px; bottom: -22px; width: 108px; height: 108px; display: grid; place-items: center; background: var(--green); color: var(--ink); clip-path: polygon(50% 0,62% 9%,77% 5%,85% 19%,100% 23%,98% 40%,100% 50%,95% 65%,100% 77%,85% 83%,77% 97%,62% 91%,50% 100%,38% 91%,23% 97%,15% 83%,0 77%,5% 62%,0 50%,5% 38%,0 23%,15% 17%,23% 3%,38% 9%); text-align: center; transform: rotate(-8deg); }
.review-stamp span { font-size: 8px; font-weight: 900; line-height: 1.1; letter-spacing: .08em; text-transform: uppercase; }
.review-stamp strong { position: absolute; opacity: .12; font: 900 58px/1 var(--display); }
.criteria-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border: 1px solid var(--line); }
.criteria-grid article { position: relative; padding: 28px 25px; border-right: 1px solid var(--line); }
.criteria-grid article:last-child { border-right: 0; }
.criteria-grid article > span { position: absolute; top: 15px; right: 16px; color: #41575b; font-size: 9px; }
.criteria-grid svg { width: 27px; height: 27px; fill: none; stroke: var(--green); stroke-width: 1.45; }
.criteria-grid h3 { margin: 19px 0 7px; font: 900 21px/1 var(--display); text-transform: uppercase; }
.criteria-grid p { margin: 0; color: #84999a; font-size: 11px; line-height: 1.65; }

.voices { background: #091a22; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.voice-grid blockquote { position: relative; min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 29px; background: #0c2029; border: 1px solid var(--line); }
.voice-grid blockquote.voice-featured { background: var(--green); color: var(--ink); transform: translateY(-12px); border-color: var(--green); }
.quote-mark { height: 37px; color: var(--green); font: 900 57px/.9 Georgia, serif; }
.voice-featured .quote-mark { color: var(--ink); }
.voice-grid blockquote > p { color: #b1c3c1; font-size: 14px; line-height: 1.75; }
.voice-featured > p { color: #0b2820 !important; }
.voice-grid footer { display: flex; align-items: center; gap: 12px; }
.voice-grid footer > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: #122c36; color: var(--green); font-size: 10px; font-weight: 900; }
.voice-featured footer > span { background: var(--ink); }
.voice-grid footer strong, .voice-grid footer small { display: block; }
.voice-grid footer strong { font-size: 11px; }
.voice-grid footer small { color: #708587; font-size: 9px; }
.voice-featured footer small { color: #29624d; }

.faq { background: #06141b; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-intro > p { max-width: 350px; color: var(--muted); }
.text-link { display: inline-block; margin-top: 20px; padding-bottom: 4px; border-bottom: 1px solid var(--green); color: var(--green); font-size: 12px; font-weight: 800; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 50px 25px 0; list-style: none; color: #dce9e6; font-weight: 700; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: 7px; top: 34px; width: 14px; height: 1px; background: var(--green); transition: transform .25s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details[open] summary { color: var(--green); }
.accordion details p { max-width: 650px; margin: -5px 50px 25px 0; color: #879b9c; font-size: 13px; line-height: 1.75; }

.final-cta { position: relative; overflow: hidden; padding: 112px 0; background: var(--green); color: var(--ink); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(6,16,23,.16); transform: rotate(45deg); }
.final-cta::before { left: -160px; top: 10px; }
.final-cta::after { right: -160px; bottom: 10px; }
.final-cta-grid { opacity: .08; mask-image: none; }
.final-cta .shell { position: relative; z-index: 2; }
.cta-kicker { font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.final-cta h2 { margin: 23px 0 33px; font-size: clamp(53px, 6.4vw, 92px); }
.final-cta h2 em { color: var(--ink); -webkit-text-stroke: 1px var(--ink); }
.final-cta p { margin: 18px 0 0; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { padding: 70px 0 24px; background: #040d12; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .8fr 1.1fr; gap: 50px; }
.footer-brand > p { max-width: 280px; margin: 20px 0 12px; color: #74898a; font-size: 12px; }
.footer-brand > a:last-child { color: var(--green); font-size: 12px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links strong { margin-bottom: 6px; color: #667a7b; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a, .footer-links button { padding: 0; border: 0; background: transparent; color: #aebfbd; font-size: 11px; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--green); }
.footer-note { padding-left: 24px; border-left: 1px solid var(--line); }
.footer-note span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.footer-note p { color: #708586; font-size: 11px; line-height: 1.65; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr auto; gap: 35px; margin-top: 54px; padding-top: 20px; border-top: 1px solid var(--line); color: #506567; font-size: 9px; }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { text-align: center; }
.footer-bottom a { color: #829797; }

.game-modal { width: min(860px, calc(100% - 28px)); max-height: min(820px, calc(100% - 28px)); padding: 0; overflow: auto; border: 1px solid rgba(112,246,183,.3); border-radius: 4px; background: #091a22; color: var(--text); box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.game-modal::backdrop { background: rgba(2,8,12,.83); backdrop-filter: blur(7px); }
.modal-close { position: absolute; z-index: 2; right: 13px; top: 13px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(2,8,12,.6); font-size: 23px; cursor: pointer; }
.modal-art { height: 280px; }
.modal-art img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { padding: 34px 38px 39px; }
.modal-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.game-modal h2 { margin: 15px 0 8px; font-size: clamp(40px, 6vw, 65px); }
.modal-heading > strong { color: var(--green); font: 900 42px/1 var(--display); }
.modal-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 22px 0; background: var(--line); border: 1px solid var(--line); }
.modal-facts div { padding: 13px 15px; background: #0c222b; }
.modal-facts small { display: block; color: #657a7c; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.modal-facts strong { font-size: 11px; }
.modal-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.modal-notes > div { display: flex; gap: 11px; padding: 14px; border: 1px solid var(--line); }
.modal-notes span { color: var(--green); }
.modal-notes p, .modal-notes p strong, .modal-notes p b { display: block; margin: 0; }
.modal-notes p strong { color: #a9bcba; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.modal-notes p b { margin-top: 3px; color: #e0ece9; font-size: 11px; font-weight: 500; }
.modal-disclaimer { color: #617677; font-size: 9px; }

.cookie-banner { position: fixed; z-index: 100; left: 50%; bottom: 18px; width: min(940px, calc(100% - 28px)); transform: translateX(-50%); display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 18px; background: #102630; border: 1px solid rgba(112,246,183,.3); box-shadow: 0 20px 70px rgba(0,0,0,.5); }
.cookie-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1px dashed var(--green); color: var(--green); font-size: 25px; }
.cookie-banner strong { font-size: 13px; }
.cookie-banner p { display: inline; margin: 0 8px 0 6px; color: #92a7a7; font-size: 11px; }
.cookie-banner a { color: var(--green); font-size: 10px; text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; }

.legal-page { background: #07151c; }
.legal-hero { position: relative; padding: 165px 0 80px; background: #0a1b23; border-bottom: 1px solid var(--line); overflow: hidden; }
.legal-hero::after { content: ""; position: absolute; width: 450px; height: 450px; right: -150px; top: -160px; border: 1px solid rgba(112,246,183,.13); border-radius: 50%; box-shadow: 0 0 100px rgba(38,216,147,.08); }
.legal-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(55px, 7vw, 95px); }
.legal-hero p { color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 80px; padding-block: 80px 130px; }
.legal-nav { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; gap: 10px; }
.legal-nav strong { margin-bottom: 8px; color: #5f7475; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.legal-nav a { color: #91a5a5; font-size: 11px; }
.legal-nav a:hover { color: var(--green); }
.legal-content section { scroll-margin-top: 100px; padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin: 0 0 16px; font: 900 29px/1 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.legal-content h3 { margin: 25px 0 8px; font-size: 14px; }
.legal-content p, .legal-content li { color: #94a8a8; font-size: 13px; line-height: 1.8; }
.legal-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal-content ul { padding-left: 20px; }
.legal-highlight { padding: 19px 22px; background: rgba(112,246,183,.06); border-left: 2px solid var(--green); }
.legal-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.legal-table th, .legal-table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: var(--green); background: #0b2029; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.legal-table td { color: #91a5a5; }

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

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .nav-toggle { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 23px; background: rgba(4,13,18,.98); transform: translateY(-100%); transition: transform .35s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav > a { font-size: 19px !important; }
  .nav-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 760px; height: 100svh; }
  .hero-media { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,11,16,.98), rgba(3,11,16,.72) 70%, rgba(3,11,16,.5)), linear-gradient(0deg, var(--ink), transparent 30%); }
  .safety-grid { grid-template-columns: 1fr; gap: 22px; padding-block: 25px; }
  .safety-points { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .catalog-tools { grid-template-columns: 1fr auto; }
  .filter-chips { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .weekly-grid, .method-grid { grid-template-columns: 1fr; }
  .weekly-grid { gap: 65px; }
  .weekly-art { min-height: 520px; }
  .method-grid { gap: 50px; }
  .criteria-grid { grid-template-columns: repeat(2, 1fr); }
  .criteria-grid article:nth-child(2) { border-right: 0; }
  .criteria-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .voice-grid { grid-template-columns: 1fr; }
  .voice-grid blockquote { min-height: 235px; }
  .voice-grid blockquote.voice-featured { transform: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 20px 0 0; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
  .legal-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .nav-shell { min-height: 66px; }
  .brand img { width: 34px; height: 34px; }
  .hero { min-height: 720px; }
  .hero-media { object-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,11,16,.97), rgba(3,11,16,.62)), linear-gradient(0deg, var(--ink), transparent 35%); }
  .hero-content { padding-top: 36px; }
  .hero h1 { font-size: clamp(51px, 16vw, 70px); }
  .hero-copy { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-row { margin-top: 35px; }
  .trust-row li { min-width: 0; flex: 1; padding-inline: 12px; }
  .trust-row strong { font-size: 20px; }
  .trust-row span { font-size: 8px; }
  .scroll-cue { display: none; }
  .safety-points { grid-template-columns: 1fr; }
  .section { padding: 90px 0; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > p { margin-top: 25px; }
  .section-heading h2, .method-copy h2, .weekly-copy h2, .faq-intro h2 { font-size: 50px; }
  .catalog-tools { grid-template-columns: 1fr; }
  .filter-chips { grid-column: auto; grid-row: auto; }
  .platform-select select { width: 100%; }
  .results-line { align-items: start; gap: 20px; }
  .results-line span:last-child { text-align: right; }
  .game-grid { grid-template-columns: 1fr; }
  .weekly-art { min-height: 420px; }
  .weekly-number { right: -5px; top: -37px; font-size: 100px; }
  .verdict-grid { grid-template-columns: 1fr 1fr; }
  .method-visual, .method-visual img { min-height: 350px; }
  .review-stamp { right: -5px; }
  .criteria-grid { grid-template-columns: 1fr; }
  .criteria-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .criteria-grid article:last-child { border-bottom: 0; }
  .voice-grid blockquote { min-height: 260px; }
  .final-cta { padding: 85px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-note { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 9px; }
  .footer-bottom p:nth-child(2) { text-align: left; }
  .modal-art { height: 180px; }
  .modal-content { padding: 27px 20px 29px; }
  .modal-heading { align-items: end; }
  .modal-heading > strong { font-size: 33px; }
  .modal-facts { grid-template-columns: 1fr; }
  .modal-notes { grid-template-columns: 1fr; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-icon { display: none; }
  .cookie-actions { flex-direction: column-reverse; }
  .legal-hero { padding: 130px 0 60px; }
  .legal-hero h1 { font-size: 49px; }
  .legal-layout { padding-block: 60px 90px; }
  .legal-table { display: block; overflow-x: auto; }
}

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