@font-face { font-family:'Barlow Condensed'; font-style:normal; font-weight:500; font-display:swap; src:url('./assets/fonts/barlow-condensed-500.woff2') format('woff2'); }
@font-face { font-family:'Barlow Condensed'; font-style:normal; font-weight:600; font-display:swap; src:url('./assets/fonts/barlow-condensed-600.woff2') format('woff2'); }
@font-face { font-family:'Barlow Condensed'; font-style:normal; font-weight:700; font-display:swap; src:url('./assets/fonts/barlow-condensed-700.woff2') format('woff2'); }
@font-face { font-family:'Barlow Condensed'; font-style:normal; font-weight:800; font-display:swap; src:url('./assets/fonts/barlow-condensed-800.woff2') format('woff2'); }
@font-face { font-family:'Barlow Condensed'; font-style:normal; font-weight:900; font-display:swap; src:url('./assets/fonts/barlow-condensed-900.woff2') format('woff2'); }
@font-face { font-family:'DM Mono'; font-style:normal; font-weight:400; font-display:swap; src:url('./assets/fonts/dm-mono-400.woff2') format('woff2'); }
@font-face { font-family:'DM Mono'; font-style:normal; font-weight:500; font-display:swap; src:url('./assets/fonts/dm-mono-500.woff2') format('woff2'); }
@font-face { font-family:'Manrope'; font-style:normal; font-weight:400 800; font-display:swap; src:url('./assets/fonts/manrope-400-800.woff2') format('woff2'); }
:root { --ink:#eaffdf; --muted:#aac0a7; --red:#bb3d42; --gold:#91d66a; --paper:#112219; --panel:#193223; --line:rgba(218,255,203,.23); --green:#4b9d5b; --yellow:#c5a84e; --rose:#a73c43; --site-background:#07130d url("./assets/ring-intro-catch.jpg") center top / cover fixed no-repeat; }
* { box-sizing:border-box; }
[hidden] { display:none !important; }
html { min-height:100%; background:var(--site-background); }
body { min-width:320px; min-height:100vh; margin:0; color:var(--ink); background:var(--site-background); font-family:Manrope,Arial,sans-serif; }
body::before { content:''; position:fixed; inset:0; z-index:0; pointer-events:none; background:linear-gradient(180deg,rgba(2,13,8,.27),rgba(2,13,8,.48)); }
.legal-body::before { background:rgba(0,0,0,.8); }
body.report-form-open,body.app-modal-open { overflow:hidden; }
.site-noise { display:block; pointer-events:none; position:fixed; inset:0; z-index:0; opacity:.26; mix-blend-mode:soft-light; background-image:repeating-linear-gradient(0deg,rgba(203,255,207,.34) 0 1px,transparent 1px 3px); }
#app { position:relative; z-index:1; min-height:100vh; }
button,input { font:inherit; }
button:not(:disabled),a[href],summary { cursor:pointer; }
button:disabled,[aria-disabled="true"] { cursor:not-allowed; opacity:.45; filter:grayscale(.7); }
:where(button,a[href],input,summary):focus-visible { outline:3px solid #fff; outline-offset:4px; }
.sr-only { position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }
.game-shell { position:relative; width:min(1100px,calc(100% - 40px)); margin:auto; padding:24px 0 36px; }
.topbar { height:54px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.wordmark { min-height:44px; display:inline-flex; align-items:center; border:0; border-bottom:2px solid transparent; padding:0 4px; color:var(--ink); background:transparent; text-decoration:none; text-shadow:2px 3px 0 #020804; letter-spacing:-.25px; font:900 32px/1 'Barlow Condensed',sans-serif; }
.wordmark span { color:var(--gold); }
.wordmark:hover { border-bottom-color:var(--gold); }
.topbar-right { display:flex; gap:14px; align-items:center; }
.topbar-action { min-height:44px; display:inline-flex; align-items:center; padding:0 10px; border:1px solid rgba(218,255,203,.42); color:var(--ink); background:rgba(8,24,14,.78); text-decoration:none; font:600 11px 'DM Mono',monospace; letter-spacing:.8px; }
.topbar-action:hover { border-color:#fff; color:#102318; background:var(--ink); }
.topbar-action:active,.share-button:active,.modal-confirm:active,.history-toggle:active,.hint-offer button:active { translate:1px 1px; }
.game-intro p,.search-zone label,.board-header,footer { letter-spacing:1.35px; font:500 11px 'DM Mono',monospace; }
.icon-button { width:27px; height:27px; border:1px solid var(--gold); border-radius:0; color:var(--ink); background:rgba(8,24,14,.85); font-weight:800; }
.game-intro { position:relative; text-align:center; padding:66px 0 28px; }
h1 { max-width:690px; margin:0 auto 13px; color:#efffe7; text-shadow:3px 3px 0 rgba(5,19,10,.72); letter-spacing:-1.4px; font:800 clamp(47px,6.7vw,82px)/.88 'Barlow Condensed',sans-serif; text-transform:uppercase; }
.game-intro .previous-answer { margin:11px 0 0; color:#d4e4d1; font-size:13px; text-transform:uppercase; }
.previous-answer strong { color:#b6f489; text-shadow:0 0 5px rgba(158,232,120,.95),0 0 13px rgba(59,246,62,.72); font-weight:700; }
.game-intro .current-streak { margin:9px 0 0; color:#f0e800; font-size:14px; text-transform:uppercase; }
.current-streak strong { color:inherit; font:800 19px/1 'Barlow Condensed',sans-serif; }
.search-zone { position:sticky; z-index:6; top:8px; width:min(760px,100%); margin:0 auto 32px; padding:10px; border:1px solid rgba(218,255,203,.18); background:rgba(7,19,13,.94); }
.search-zone label { display:block; margin:0 0 9px; color:#d5f4ca; font-size:13px; }
.search-box { display:flex; padding:5px; border:2px solid #9ee878; background:#dff4d7; box-shadow:5px 5px 0 #07170e; clip-path:none; }
.search-box:focus-within { border-color:#e8ffda; box-shadow:5px 5px 0 #07170e,0 0 0 3px rgba(113,202,92,.42); }
.search-box input { min-width:0; flex:1; height:53px; padding:0 13px; border:0; outline:0; color:#102318; background:transparent; font:600 15px Manrope,Arial,sans-serif; }
.search-box input::placeholder { color:#507059; }
.suggestions { position:absolute; z-index:4; width:100%; border:2px solid #9ee878; border-top:0; background:#102319; }
.suggestions button { display:flex; align-items:center; gap:11px; width:100%; height:48px; padding:0 13px; border:0; border-bottom:1px solid rgba(218,255,203,.18); color:#efffe7; background:transparent; text-align:left; font-weight:800; }
.suggestions button:last-child { border-bottom:0; }
.suggestions button:hover,.suggestions button.is-active { background:#287a4c; }
.mini-portrait,.portrait,.winner-portrait { display:grid; place-items:center; flex:none; overflow:hidden; color:white; background:#234c31; font:800 13px 'Barlow Condensed',sans-serif; }
.mini-portrait { width:25px; height:25px; font-size:11px; }
.portrait { width:42px; height:42px; }
.winner-portrait { width:68px; height:68px; font-size:25px; }
.superstar-image { display:block; width:100%; height:100%; object-fit:cover; object-position:center top; }
.portrait-0 { background:linear-gradient(135deg,#ac2d31,#281317); }.portrait-1 { background:linear-gradient(135deg,#2e5e78,#172635); }.portrait-2 { background:linear-gradient(135deg,#8c7236,#2d271b); }.portrait-3 { background:linear-gradient(135deg,#775381,#251d2a); }.portrait-4 { background:linear-gradient(135deg,#508363,#192c23); }
.no-result { color:#ffe1d1; font-size:12px; }
.board-scroll-hint { display:none; }
.board { overflow:hidden; border:2px solid #82c969; background:rgba(9,26,15,.91); box-shadow:6px 6px 0 #07170e; clip-path:none; }
.board-header { display:flex; min-width:900px; height:44px; color:#d9f4cf; border-bottom:1px solid rgba(218,255,203,.27); background:#173522; text-transform:uppercase; }
.superstar-heading { width:254px; padding:16px; }.columns-heading { display:grid; flex:1; grid-template-columns:repeat(8,1fr); }.columns-heading span { display:grid; place-items:center; text-align:center; }
.guess-row { display:flex; min-width:900px; border-bottom:1px solid rgba(218,255,203,.15); }.guess-row:last-child { border-bottom:0; }
.star-name { display:flex; align-items:center; gap:12px; width:254px; padding:11px 14px; border-right:1px solid rgba(218,255,203,.15); background:rgba(6,19,11,.38); }
.star-name-label { display:flex; min-width:0; flex:1; align-items:center; justify-content:center; text-align:center; }
.star-name strong { display:block; font:800 21px/1 'Barlow Condensed',sans-serif; text-transform:uppercase; }
.stats-grid { display:grid; flex:1; grid-template-columns:repeat(8,1fr); }.stat-cell { display:flex; min-height:64px; align-items:center; justify-content:center; gap:4px; border-right:1px solid rgba(255,255,255,.1); font:500 13px 'DM Mono',monospace; }.stat-cell:last-child { border-right:0; }.stat-cell.match { color:#f2ffed; background:#287a4c; }.stat-cell.close { color:#f2ffed; background:#a58d3e; }.stat-cell.miss { color:#ffe4df; background:#963b42; }.stat-cell strong { font-weight:500; }.arrow { font-size:18px; line-height:1; }.mobile-label { display:none; }
.empty-board { display:flex; align-items:center; gap:18px; min-height:150px; padding:24px; color:#d1e3ce; }.empty-board>span { color:#b6f489; font:800 34px 'Barlow Condensed',sans-serif; }.empty-board strong { color:var(--ink); font-size:14px; }.empty-board p { margin:5px 0 0; font-size:12px; }
.history-toggle { width:100%; min-height:48px; border:0; border-top:2px solid #fff; color:#102318; background:var(--ink); box-shadow:inset 0 -4px 0 rgba(45,82,52,.22); font:800 12px 'DM Mono',monospace; letter-spacing:.7px; }
.history-toggle:hover { color:#07130d; background:#fff; }
.game-footer { display:flex; justify-content:center; align-items:center; margin-top:18px; color:#eaffdf; font-size:14px; font-weight:600; letter-spacing:1.05px; text-shadow:0 1px 4px rgba(0,0,0,.9); }
.game-footer strong { margin-left:4px; color:#b6f489; font:800 24px/1 'Barlow Condensed',sans-serif; }
.storage-warning { width:min(740px,100%); margin:-16px auto 24px; padding:11px 13px; border:1px solid #d4b65d; color:#fff4d3; background:#503f16; font-size:13px; }
.hints-panel { width:min(760px,100%); margin:-12px auto 28px; border:1px solid rgba(158,232,120,.68); color:#efffe7; background:rgba(7,25,14,.95); box-shadow:5px 5px 0 #07170e; }
.hint-offer { display:flex; min-height:72px; align-items:center; justify-content:space-between; gap:18px; padding:12px 14px; }
.hint-offer span,.hint-reveal span { display:block; margin-bottom:6px; color:#9ee878; font:800 16px/1 'Barlow Condensed',sans-serif; letter-spacing:.65px; }
.hint-offer p { margin:0; color:#d4e6d0; font-size:13px; line-height:1.45; }
.hint-offer button { flex:none; width:156px; min-height:44px; padding:0 10px; border:2px solid #9ee878; border-radius:0; color:#102318; background:#dff4d7; box-shadow:inset 0 -3px 0 rgba(29,93,39,.24); font:800 13px 'Barlow Condensed',sans-serif; letter-spacing:.55px; }
.hint-offer button:hover { border-color:#fff; background:#fff; }
.hint-letters-offer { border-top:1px solid rgba(218,255,203,.18); }
.hint-reveal { display:grid; grid-template-columns:minmax(150px,.55fr) 1fr; align-items:center; gap:14px; min-height:64px; margin:0; padding:12px 14px; }
.hint-reveal span { margin:0; }
.hint-reveal strong { font:800 21px/1 'Barlow Condensed',sans-serif; letter-spacing:.25px; text-transform:uppercase; }
.hint-letters { border-top:1px solid rgba(218,255,203,.18); }
.letter-values span { color:#efffe7; white-space:nowrap; }
.letter-values span + span { margin-top:6px; }
.modal-backdrop { position:fixed; z-index:10; inset:0; display:grid; place-items:center; padding:24px; background:rgba(2,13,8,.76); }
.rules-modal:focus-visible,.stats-modal:focus-visible,.report-form-modal:focus-visible { outline:3px solid #fff; outline-offset:3px; }
.rules-modal { width:min(570px,100%); border:2px solid #9ee878; color:#efffe7; background:#0b2114; box-shadow:8px 8px 0 #05120a; }
.rules-modal-header { padding:19px 23px 17px; border-bottom:1px solid rgba(218,255,203,.28); background:#153d25; }
.rules-modal-kicker { margin:0 0 9px; color:#b6f489; font:800 13px/1 'Barlow Condensed',sans-serif; letter-spacing:.35px; }
.rules-modal h2 { margin:0; font:800 clamp(30px,7vw,44px)/.9 'Barlow Condensed',sans-serif; letter-spacing:-.35px; text-transform:uppercase; }
.modal-confirm:hover { background:#245f39; }
.rules-list { margin:0; padding:0; list-style:none; }
.rules-list li { display:grid; grid-template-columns:46px 1fr; gap:13px; padding:16px 23px; border-bottom:1px solid rgba(218,255,203,.14); }
.rules-list li:last-child { border-bottom:0; }
.rule-number { color:#9ee878; font:800 28px/.9 'Barlow Condensed',sans-serif; }
.rules-list strong { display:block; margin-bottom:4px; font:800 16px 'Barlow Condensed',sans-serif; letter-spacing:.15px; text-transform:uppercase; }
.rules-list p { margin:0; color:#d1e6cc; font:500 14px/1.5 Manrope,Arial,sans-serif; }
.rule-color-line { display:flex; flex-wrap:wrap; gap:8px 14px; margin-bottom:7px !important; }
.rule-color-line span { display:inline-flex; align-items:center; gap:6px; }
.legend-swatch { display:inline-block; width:13px; height:13px; border:1px solid rgba(255,255,255,.38); }
.legend-swatch.match { background:#287a4c; }.legend-swatch.close { background:#a58d3e; }.legend-swatch.miss { background:#963b42; }
.rules-modal-footer { display:flex; justify-content:flex-end; align-items:center; padding:17px 23px 22px; border-top:1px solid rgba(218,255,203,.28); }
.modal-confirm { flex:none; min-height:44px; padding:0 17px; border:1px solid #b6f489; color:#092112; background:#96d96a; font:800 15px 'Barlow Condensed',sans-serif; letter-spacing:.5px; }
.modal-confirm:hover,.share-button:hover { border-color:#fff; background:#b6f489; }
.stats-modal { width:min(620px,100%); border:2px solid #9ee878; color:#efffe7; background:#0b2114; box-shadow:8px 8px 0 #05120a; }
.stats-modal-header { padding:23px; border-bottom:1px solid rgba(218,255,203,.28); background:#153d25; }
.stats-modal-kicker { margin:0 0 6px; color:#b6f489; font:600 11px 'DM Mono',monospace; letter-spacing:1.2px; }
.stats-modal h2 { margin:0; font:800 clamp(34px,7vw,48px)/.88 'Barlow Condensed',sans-serif; letter-spacing:-.4px; text-transform:uppercase; }
.stats-modal-header>p:last-child { margin:9px 0 0; color:#cce8c6; font:500 11px/1.45 Manrope,Arial,sans-serif; }
.stats-cells { display:grid; grid-template-columns:repeat(4,1fr); }
.stats-cell { min-height:105px; display:grid; align-content:center; gap:8px; padding:14px; border-right:1px solid rgba(218,255,203,.16); border-bottom:1px solid rgba(218,255,203,.16); background:rgba(6,24,13,.28); }
.stats-cell:nth-child(4n) { border-right:0; }.stats-cell:nth-last-child(-n+4) { border-bottom:0; }
.stats-cell span { color:#c6dfc0; font:500 10px/1.3 'DM Mono',monospace; letter-spacing:.6px; }
.stats-cell strong { color:#efffe7; font:800 clamp(26px,4.2vw,42px)/.85 'Barlow Condensed',sans-serif; }
.stats-modal-footer { display:flex; justify-content:flex-end; padding:18px 23px 22px; border-top:1px solid rgba(218,255,203,.28); }
.result-stage { display:grid; justify-items:center; margin:0 auto 38px; }
.result-title { margin:0 0 12px; color:#b6f489; font:600 12px 'DM Mono',monospace; letter-spacing:1.4px; }
.collection-card { position:relative; width:min(330px,100%); overflow:hidden; padding:10px; border:2px solid #9ee878; color:#efffe7; background:linear-gradient(145deg,#1c492d,#0a1d11 73%); box-shadow:6px 6px 0 #07170e,inset 0 0 0 4px rgba(139,217,101,.14); }
.collection-card::before { content:''; position:absolute; inset:0; pointer-events:none; opacity:.32; background:repeating-linear-gradient(135deg,transparent 0 7px,rgba(255,255,255,.045) 7px 8px); }
.card-corner { position:absolute; z-index:2; top:0; width:44px; height:3px; background:#bb3d42; }.card-corner-left { left:0; }.card-corner-right { right:0; background:#91d66a; }
.card-header { position:relative; z-index:1; display:flex; justify-content:space-between; padding:3px 2px 10px; color:#cff5c1; font:600 10px 'DM Mono',monospace; letter-spacing:1px; }
.card-portrait { position:relative; display:grid; min-height:295px; place-items:center; overflow:hidden; border:1px solid rgba(218,255,203,.31); color:white; background:#245137; }
.card-portrait.has-image { display:block; }
.card-portrait.has-image .superstar-image { position:absolute; inset:0; object-position:center top; }
.card-portrait::before { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(17,17,15,.72)),repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 7px); }
.card-portrait span { position:relative; z-index:1; font:900 110px/.8 'Barlow Condensed',sans-serif; letter-spacing:-7px; text-shadow:3px 4px 0 rgba(0,0,0,.21); }.card-portrait small { position:absolute; z-index:1; right:9px; bottom:8px; font:500 10px 'DM Mono',monospace; letter-spacing:.8px; opacity:.8; }
.card-name { position:relative; z-index:1; padding:15px 2px 12px; border-bottom:1px solid rgba(218,255,203,.27); }.card-name h2 { margin:0; font:800 41px/.86 'Barlow Condensed',sans-serif; letter-spacing:-.8px; text-transform:uppercase; }
.card-stats { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); padding:11px 0; border-bottom:1px solid rgba(218,255,203,.27); }.card-stats div { display:grid; justify-items:center; gap:4px; border-right:1px solid rgba(218,255,203,.2); }.card-stats div:last-child { border-right:0; }.card-stats span { color:#c6ddc0; font:500 10px 'DM Mono',monospace; letter-spacing:.6px; }.card-stats strong { color:#efffe7; font:800 24px/1 'Barlow Condensed',sans-serif; }
.card-result { position:relative; z-index:1; margin:0; padding:10px 2px 2px; color:#c3f59c; text-align:center; font:600 12px 'DM Mono',monospace; letter-spacing:.8px; }.share-button { min-height:44px; margin-top:15px; padding:12px 18px; border:1px solid #b6f489; color:#0b2112; background:#96d96a; box-shadow:inset 0 -3px 0 rgba(29,93,39,.35); font:800 15px 'Barlow Condensed',sans-serif; letter-spacing:.7px; }
.share-status { min-height:18px; margin:8px 0 0; color:#d7edd1; text-align:center; font-size:12px; }
.next-challenge { margin:18px 0 0; color:#d7edd1; font:600 16px 'DM Mono',monospace; letter-spacing:.9px; }
.next-challenge strong { display:inline-block; margin-left:7px; color:#b6f489; font-size:30px; line-height:1; letter-spacing:1px; }
.reset-button { min-height:44px; margin-top:2px; padding:7px 10px; border:0; color:#e1ddd4; background:transparent; font:500 11px 'DM Mono',monospace; letter-spacing:.7px; text-decoration:underline; text-underline-offset:3px; }
.data-transparency { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); align-items:start; margin-top:26px; border-top:1px solid rgba(218,255,203,.22); color:#cfe3ca; font-size:13px; }
.data-transparency p { margin:0; line-height:1.6; }
.data-sources-toggle { min-height:44px; display:flex; align-items:center; gap:8px; font:600 11px 'DM Mono',monospace; letter-spacing:.65px; }
.data-sources-toggle { grid-column:1; grid-row:1; justify-self:start; padding:0; border:0; cursor:pointer; color:#efffe7; background:transparent; }
.data-sources-toggle::after { content:'+'; color:currentColor; font-size:16px; line-height:1; }
.data-sources-toggle[aria-expanded="true"]::after { content:'−'; }
.data-sources-toggle:hover,.data-sources-toggle[aria-expanded="true"] { color:#9ee878; }
.legal-link { grid-column:3; grid-row:1; min-height:44px; display:flex; align-items:center; justify-self:end; color:#efffe7 !important; text-decoration:none; font:600 11px 'DM Mono',monospace; letter-spacing:.65px; }
.legal-link::after { content:'↗'; margin-left:8px; color:#9ee878; font-size:13px; }
.legal-link:hover { color:#9ee878 !important; text-decoration:underline; text-decoration-thickness:1px !important; }
.data-transparency a { color:#c3f59c; text-underline-offset:3px; }
.data-transparency a:hover { color:#fff; text-decoration-thickness:2px; }
.data-method-content { grid-column:1/-1; grid-row:2; width:100%; padding:14px 0 0; border-top:1px solid rgba(218,255,203,.14); }
.data-method-content>p { width:100%; max-width:none; margin:0 0 12px; }
.source-links { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); width:100%; max-width:none !important; gap:8px; }
.source-links a { display:inline-flex; min-height:44px; align-items:center; justify-content:center; padding:0 11px; border:1px solid rgba(218,255,203,.45); color:var(--ink); background:#102319; text-align:center; font:600 10px 'DM Mono',monospace; letter-spacing:.45px; }
.source-links a:hover { border-color:#fff; color:#102318; background:var(--ink); }
.legal-page { position:relative; z-index:1; width:min(1100px,calc(100% - 40px)); margin:0 auto; padding:24px 0 70px; }
.legal-page>.topbar { padding:0 8px; background:rgba(7,19,13,.68); }
.legal-hero { max-width:850px; padding:72px 0 49px; }
.legal-kicker { margin:0 0 12px; color:#b6f489; font:600 12px 'DM Mono',monospace; letter-spacing:1.35px; text-transform:uppercase; }
.legal-hero h1 { max-width:none; margin:0 0 18px; text-align:left; font-size:clamp(54px,8vw,96px); }
.legal-intro { max-width:750px; margin:0; color:#d5e7d1; font-size:17px; line-height:1.65; }
.legal-updated { margin:17px 0 0; color:#a9c3a4; font:500 11px 'DM Mono',monospace; letter-spacing:.6px; text-transform:uppercase; }
.legal-status { margin-bottom:38px; padding:18px 20px; border:2px solid #d3af48; color:#fff2c7; background:#443717; }
.legal-status strong { display:block; margin-bottom:6px; color:#ffe89d; font:800 18px 'Barlow Condensed',sans-serif; letter-spacing:.4px; text-transform:uppercase; }
.legal-status p { margin:0; line-height:1.55; }
.legal-document { display:grid; grid-template-columns:220px minmax(0,1fr); align-items:start; gap:54px; }
.legal-index { position:sticky; top:24px; display:grid; border-top:2px solid #9ee878; }
.legal-index strong { padding:13px 0; color:#b6f489; font:800 15px 'Barlow Condensed',sans-serif; letter-spacing:.4px; text-transform:uppercase; }
.legal-index a { min-height:44px; display:flex; align-items:center; padding:9px 0; border-top:1px solid rgba(218,255,203,.18); color:#dcebd8; text-decoration:none; font:500 11px/1.35 'DM Mono',monospace; letter-spacing:.35px; }
.legal-index a:hover { padding-left:7px; color:#9ee878; }
.legal-content { min-width:0; }
.legal-section { scroll-margin-top:24px; padding:0 0 45px; border-top:1px solid rgba(218,255,203,.28); }
.legal-section + .legal-section { padding-top:46px; }
.legal-section-heading { display:grid; grid-template-columns:48px 1fr; align-items:start; gap:16px; padding-top:22px; }
.legal-section-number { margin:0; color:#9ee878; font:800 28px/.9 'Barlow Condensed',sans-serif; }
.legal-section h2 { margin:0 0 20px; color:#efffe7; font:800 clamp(34px,5vw,51px)/.9 'Barlow Condensed',sans-serif; letter-spacing:-.35px; text-transform:uppercase; }
.legal-section h3 { margin:28px 0 8px; color:#b6f489; font:800 18px 'Barlow Condensed',sans-serif; letter-spacing:.3px; text-transform:uppercase; }
.legal-section p,.legal-section li,.legal-facts dd { color:#d1e3cd; font-size:14px; line-height:1.7; }
.legal-section p { margin:0 0 14px; }
.legal-section a { color:#bff296; text-underline-offset:3px; }
.legal-section a:hover { color:#fff; }
.legal-facts { margin:12px 0 24px; border-top:1px solid rgba(218,255,203,.2); }
.legal-facts div { display:grid; grid-template-columns:190px 1fr; gap:20px; padding:14px 0; border-bottom:1px solid rgba(218,255,203,.16); }
.legal-facts dt { color:#b6f489; font:600 11px/1.55 'DM Mono',monospace; letter-spacing:.45px; text-transform:uppercase; }
.legal-facts dd { margin:0; }
.legal-pending { color:#ffd986; font-weight:700; }
.legal-list { margin:8px 0 18px; padding-left:20px; }
.legal-list li { margin:7px 0; padding-left:4px; }
.legal-note { margin-top:20px !important; padding:14px 16px; border-left:3px solid #9ee878; background:rgba(25,50,35,.75); }
.legal-footer { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:18px; padding-top:22px; border-top:1px solid rgba(218,255,203,.28); color:#b6cab2; font:500 11px 'DM Mono',monospace; letter-spacing:.45px; }
.legal-footer a { color:#dff4d7; text-underline-offset:3px; }
.error-body::before { background:rgba(0,0,0,.68); }
.error-page { position:relative; z-index:1; display:grid; grid-template-rows:auto 1fr; width:min(1100px,calc(100% - 40px)); min-height:100vh; margin:0 auto; padding:24px 0 42px; }
.error-page>.topbar { padding:0 8px; background:rgba(7,19,13,.68); }
.error-stage { display:grid; align-content:center; justify-items:center; max-width:760px; margin:0 auto; padding:60px 0 100px; text-align:center; }
.error-stage h1 { margin-bottom:20px; font-size:clamp(38px,6vw,60px); }
.error-stage p { max-width:560px; margin:0; color:#d1e3cd; font-size:16px; line-height:1.65; }
.error-message em { display:inline-block; margin-right:.22em; color:#9ee878; text-shadow:0 0 5px rgba(158,232,120,.95),0 0 13px rgba(59,246,62,.72); font-style:italic; }
.error-stage .error-code { margin:0 0 18px; color:#9ee878; text-shadow:4px 5px 0 #020804; font-family:'Barlow Condensed',sans-serif; font-size:clamp(82px,18vw,180px); font-weight:900; line-height:.72; letter-spacing:-3px; }
.error-home-link { min-height:48px; display:inline-flex; align-items:center; justify-content:center; margin-top:29px; padding:0 22px; border:2px solid #9ee878; color:#102318; background:#dff4d7; box-shadow:5px 5px 0 #07170e; text-decoration:none; font:800 16px 'Barlow Condensed',sans-serif; letter-spacing:.6px; }
.error-home-link:hover { border-color:#fff; background:#fff; }
.report-form-button { position:fixed; z-index:20; right:24px; bottom:24px; min-height:48px; padding:0 20px; border:2px solid #133816; border-radius:0; color:#09230c; background:#3bf63e; box-shadow:0 3px 0 #133816; font:800 13px 'Barlow Condensed',sans-serif; letter-spacing:.6px; }
.report-form-button:hover { color:#061508; background:#7bff7d; }
.report-form-backdrop { position:fixed; z-index:30; inset:0; display:grid; place-items:center; padding:24px; background:rgba(2,10,6,.78); }
.report-form-backdrop.is-consent-pending { place-items:end center; background:rgba(2,10,6,.46); }
.report-form-modal { position:relative; display:grid; grid-template-rows:64px 1fr; width:min(560px,100%); height:min(900px,calc(100vh - 48px)); overflow:hidden; border:1px solid rgba(218,255,203,.4); background:#173f18; }
.report-form-backdrop.is-consent-pending .report-form-modal { display:block; height:auto; }
.report-form-title { margin:0; padding:17px 88px 15px 18px; border-bottom:1px solid rgba(218,255,203,.28); color:#efffe7; background:#102319; font:800 28px/1 'Barlow Condensed',sans-serif; letter-spacing:.2px; text-transform:uppercase; }
.report-form-close { position:absolute; z-index:2; top:10px; right:10px; min-height:44px; padding:0 12px; border:1px solid rgba(234,255,223,.55); color:#efffe7; background:#102319; font:700 11px 'DM Mono',monospace; letter-spacing:.5px; }
.report-form-close:hover { border-color:#fff; background:#24422d; }
.report-form-host { position:relative; grid-row:2; min-height:0; }
.report-form-host,.report-form-host iframe { width:100%; height:100%; }
.report-form-host iframe { display:block; border:0; }
.report-cookie-banner { position:absolute; z-index:3; right:0; bottom:0; left:0; padding:15px 17px 17px; border-top:2px solid #9ee878; color:#efffe7; background:#102319; box-shadow:0 -5px 0 rgba(5,18,10,.38); }
.report-form-backdrop.is-consent-pending .report-cookie-banner { position:static; border-top:0; box-shadow:none; }
.report-cookie-copy h3 { margin:0 0 5px; color:#b6f489; font:800 16px/1 'Barlow Condensed',sans-serif; letter-spacing:.4px; text-transform:uppercase; }
.report-cookie-copy p { margin:0; color:#d1e6cc; font:500 12px/1.45 Manrope,Arial,sans-serif; }
.report-cookie-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:12px; }
.report-cookie-actions button { min-height:44px; padding:0 12px; border:2px solid #9ee878; border-radius:0; color:#102318; background:#dff4d7; font:800 12px 'Barlow Condensed',sans-serif; letter-spacing:.55px; }
.report-cookie-actions button:hover { border-color:#fff; background:#fff; }
@media (max-width:760px) {
  html,body { background-attachment:scroll; }
  .game-shell { width:min(100% - 24px,620px); padding-top:14px; }
  .topbar { height:48px; }
  .wordmark { font-size:25px; }
  .topbar-right { gap:5px; }
  .topbar-action { padding:0 7px; font-size:11px; }
  .game-intro { padding:44px 7px 23px; }
  .game-intro .previous-answer { font-size:12px; line-height:1.6; }
  .game-intro .current-streak { font-size:12px; line-height:1.5; }
  .search-zone label { font-size:12px; }
  .search-zone { margin-bottom:25px; padding:8px; }
  .search-box input { width:100%; height:54px; }
  .hints-panel { margin-top:-8px; }
  .hint-offer { display:grid; gap:11px; }
  .hint-offer button { width:100%; }
  .hint-reveal { grid-template-columns:1fr; gap:7px; }
  .letter-values { display:flex; flex-wrap:wrap; gap:3px 8px; font-size:18px !important; line-height:1.1 !important; }
  .letter-values span + span { margin-top:0; }
  .board-scroll-hint { display:flex; align-items:center; justify-content:flex-end; gap:8px; margin:0 0 7px; color:#d5f4ca; font:500 10px 'DM Mono',monospace; letter-spacing:.35px; text-align:right; }
  .board-scroll-hint span { color:#9ee878; font-size:16px; line-height:1; }
  .board { overflow:visible; border:0; background:transparent; box-shadow:none; }
  .board.has-guesses { overflow-x:auto; overflow-y:hidden; border:2px solid #82c969; background:rgba(9,26,15,.94); box-shadow:5px 5px 0 #07170e; scrollbar-width:thin; scrollbar-color:#9ee878 #07170e; overscroll-behavior-inline:contain; -webkit-overflow-scrolling:touch; }
  .board.has-guesses::-webkit-scrollbar { height:9px; }
  .board.has-guesses::-webkit-scrollbar-track { background:#07170e; }
  .board.has-guesses::-webkit-scrollbar-thumb { border:2px solid #07170e; background:#9ee878; }
  .board-header { display:none; }
  .board.has-guesses .board-header { display:flex; width:940px; min-width:940px; height:42px; }
  .superstar-heading { flex:none; width:172px; padding:15px 10px; }
  .columns-heading { flex:none; width:768px; grid-template-columns:repeat(8,96px); }
  .guess-row { width:940px; min-width:940px; }
  .star-name { flex:none; width:172px; gap:9px; padding:10px; }
  .star-name strong { font-size:19px; }
  .stats-grid { flex:none; width:768px; grid-template-columns:repeat(8,96px); }
  .stat-cell { min-height:68px; padding:0 7px; font-size:12px; text-align:center; }
  .stat-cell strong { font-size:12px; }
  .arrow { font-size:17px; }
  .board.has-guesses .history-toggle { position:sticky; left:0; width:100%; }
  .empty-board { min-height:120px; border:2px solid #82c969; }
  .card-portrait { min-height:275px; }
  .card-name h2 { font-size:30px; }
  .game-footer { font-size:13px; }
  .game-footer strong { font-size:22px; }
  .data-transparency { grid-template-columns:minmax(0,1fr) auto; column-gap:12px; }
  .data-sources-toggle { grid-column:1; grid-row:1; }
  .legal-link { grid-column:2; grid-row:1; text-align:right; }
  .data-method-content { grid-row:2; }
  .report-form-button { position:static; display:block; margin:18px 12px 20px auto; }
}
@media (max-width:760px) { .modal-backdrop { place-items:start center; overflow-y:auto; padding:12px; } .rules-modal { max-height:calc(100dvh - 24px); overflow-y:auto; overscroll-behavior:contain; } .rules-modal-header { padding:16px 18px; } .rules-list li { grid-template-columns:34px 1fr; gap:10px; padding:13px 18px; } .rules-modal-footer { align-items:stretch; padding:16px 18px 18px; } .modal-confirm { min-height:44px; } }
@media (max-width:760px) { .stats-modal-header { padding:18px; } .stats-cells { grid-template-columns:repeat(2,1fr); } .stats-cell { min-height:92px; padding:13px; }.stats-cell:nth-child(4n) { border-right:1px solid rgba(218,255,203,.16); }.stats-cell:nth-child(even) { border-right:0; }.stats-cell:nth-last-child(-n+4) { border-bottom:1px solid rgba(218,255,203,.16); }.stats-cell:nth-last-child(-n+2) { border-bottom:0; }.stats-modal-footer { padding:16px 18px 18px; }.stats-modal-footer .modal-confirm { width:100%; } }
@media (max-width:760px) { .legal-page { width:min(100% - 24px,620px); padding-top:14px; } .legal-back { font-size:10px; } .legal-hero { padding:48px 0 35px; } .legal-intro { font-size:15px; } .legal-document { grid-template-columns:1fr; gap:36px; } .legal-index { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:18px; } .legal-index strong { grid-column:1/-1; } .legal-index a { min-height:44px; display:flex; align-items:center; } .legal-section-heading { grid-template-columns:37px 1fr; gap:8px; } .legal-section h2 { font-size:35px; } .legal-facts div { grid-template-columns:1fr; gap:5px; } }
@media (max-width:390px) { .data-sources-toggle,.legal-link { font-size:clamp(10px,3vw,11px); letter-spacing:.2px; } .legal-link::after { margin-left:4px; } .legal-index { grid-template-columns:1fr; } }
@media (max-width:600px) { .report-form-backdrop { padding:12px; } .report-form-modal { height:calc(100vh - 24px); } .report-form-backdrop.is-consent-pending .report-form-modal { height:auto; } .report-cookie-banner { padding:13px 13px 15px; } }
