:root{--chalk:#f4f7fc;--ink:#182544;--blue:#3158d5;--amber:#f4b544;--steel:#dce4f2;--muted:#576682;--display:'Avenir Next Condensed','Arial Narrow','PingFang SC',sans-serif;--body:-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif;--mono:ui-monospace,SFMono-Regular,Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--chalk);color:var(--ink);font:16px/1.65 var(--body)}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:5px}button:disabled{cursor:wait}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12}h1,h2{font-family:var(--display);font-weight:800;letter-spacing:-.045em}button,a{touch-action:manipulation}[hidden]{display:none!important}.skip{position:fixed;top:-100px;left:16px;background:white;padding:12px;z-index:99}.skip:focus{top:12px}.site-header{max-width:1440px;margin:auto;padding:28px 5%;display:flex;justify-content:space-between;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:800;font-size:24px;letter-spacing:-.035em;white-space:nowrap}.brand-mark{width:36px;height:36px;display:grid;place-items:center;background:var(--blue);color:white;border-radius:10px;font-size:30px;line-height:1}.site-header nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:650}.language-link{border:1px solid #b8c6e1;border-radius:6px;padding:8px 13px}.language-link span{margin-left:10px}main{max-width:1440px;margin:auto;padding:0 5%}.hero{display:grid;grid-template-columns:.83fr 1.25fr;gap:5%;align-items:center;padding:58px 0 92px}.eyebrow{display:block;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:650;color:var(--muted)}.hero h1{font-size:clamp(46px,5.3vw,78px);margin:20px 0 24px;line-height:1.02}.hero-copy>p{max-width:420px;color:var(--muted);font-size:17px;line-height:1.8;margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;border:0;border-radius:7px;padding:12px 22px;font-weight:750}.primary{background:var(--amber);color:var(--ink);box-shadow:0 3px 0 #cb902d}.primary:hover{background:#ffc662;transform:translateY(-1px)}.text-link{display:block;margin-top:20px;font-size:14px;font-weight:600}.quiet-note{margin-top:34px;color:var(--muted);font-family:var(--mono);font-size:11px}.arcade-cabinet{background:var(--blue);padding:18px 18px 0;border-radius:24px 24px 34px 34px;box-shadow:0 10px 0 #223e96,0 24px 40px #1825441a;transform:rotate(-1.3deg);overflow:hidden}.cabinet-label{display:flex;justify-content:space-between;gap:12px;padding:0 4px 14px;color:white;font:700 11px var(--mono);letter-spacing:.08em}.cabinet-label>span:last-child{opacity:.8;font-weight:400}.hero-screen{display:block;background:#101c2d;padding:12px;border-radius:12px;box-shadow:inset 0 3px 8px #0006}.hero-screen img{border-radius:4px;width:100%;aspect-ratio:1.6;object-fit:cover}.cabinet-deck{display:flex;gap:14px;justify-content:space-between;align-items:center;padding:22px 6px 26px;color:white}.cabinet-deck strong{display:block;font-size:16px;line-height:1.35}.cabinet-deck span{display:block;font:10px var(--mono);margin-top:8px;opacity:.8}.round-play{flex:0 0 48px;display:grid;place-items:center;border-radius:50%;background:var(--amber);color:var(--ink);height:48px;box-shadow:0 4px 0 #152d7b;font-size:27px}.catalog{padding-top:36px;border-top:1px solid #c8d3e7}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-heading h2{font-size:clamp(30px,3vw,44px);margin-top:12px}.section-heading p{max-width:290px;color:var(--muted);font-size:14px}.filter-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:28px 0 34px}.filters{display:flex;gap:6px;flex-wrap:wrap}.filters button{border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);padding:9px 17px;font-weight:600;font-size:14px;min-height:44px}.filters button:hover{background:var(--steel)}.filters button[aria-pressed=true]{color:white;background:var(--blue)}#filter-count{color:var(--muted);font:12px var(--mono);white-space:nowrap}.game-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 30px}.game-card{min-width:0}.card-screen{display:block;border:9px solid var(--ink);border-bottom-width:27px;border-radius:14px;position:relative;background:var(--ink);overflow:hidden;box-shadow:0 3px 0 #c6d0e3}.card-screen img{width:100%;aspect-ratio:1.6;object-fit:cover;transition:transform .2s ease}.card-screen:hover img{transform:scale(1.025)}.screen-link{position:absolute;bottom:-22px;right:4px;color:#dce4f2;font:10px var(--mono);letter-spacing:.03em}.card-info{padding:18px 2px 0}.card-info h3{font-size:23px;letter-spacing:-.025em;margin:8px 0 9px}.card-info p{font-size:15px;color:var(--muted)}.site-note{display:grid;grid-template-columns:1fr 1fr;gap:20px 50px;padding:40px;margin:78px 0;background:var(--steel);border-radius:12px}.site-note h2{font-size:32px;max-width:400px}.site-note p{font-size:15px;color:var(--muted)}.site-note>a{font-size:14px;font-weight:650}.site-footer{max-width:1440px;padding:32px 5% 40px;margin:auto;border-top:1px solid #c8d3e7;display:flex;align-items:center;gap:30px;justify-content:space-between}.site-footer p{font-size:12px;color:var(--muted)}.site-footer>div{display:flex;gap:24px;font-size:13px}.breadcrumbs{display:flex;gap:14px;align-items:center;font-size:12px;color:var(--muted);margin:28px 0}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.game-intro{padding:22px 0 28px}.game-intro h1{font-size:clamp(38px,5vw,66px);margin:10px 0 16px}.game-hook{font-size:22px;margin-bottom:8px}.game-intro>p:last-child{font-size:13px;color:var(--muted)}.player{background:var(--ink);border:8px solid var(--ink);border-radius:14px;overflow:hidden;position:relative}.player-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:0 9px 8px;color:white;font-size:13px;font-weight:650}.player-toolbar>div{display:flex;gap:6px}.player-toolbar button,.player-fallback button{min-height:38px;border:1px solid #ffffff50;background:transparent;border-radius:5px;color:white;padding:6px 12px;font-size:12px}.player-toolbar button:focus-visible,.player-fallback a:focus-visible,.player-fallback button:focus-visible{outline-color:var(--amber)}.player-stage{position:relative;background:#101c2d;border-radius:7px;overflow:hidden}.player-poster{position:relative}.player-poster>img{width:100%;aspect-ratio:1.6;object-fit:cover;filter:brightness(.65)}.start-panel{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.start-panel>span{color:white;font-size:12px;text-shadow:0 1px 3px #000}.start-panel .button{min-height:60px;font-size:18px}.iframe-mount:empty{display:none}.iframe-mount iframe{width:100%;height:clamp(540px,66vw,820px);display:block;border:0;background:#101c2d}.player-fallback{display:flex;gap:16px;justify-content:flex-end;align-items:center;padding:10px 8px 2px;font-size:12px;color:#dce4f2}.player-status{padding:12px;color:white;font-size:13px}.player:fullscreen{width:100%;height:100%;border-radius:0;display:flex;flex-direction:column}.player:fullscreen .player-stage{flex:1;min-height:0}.player:fullscreen .iframe-mount,.player:fullscreen iframe{height:100%}.player:fullscreen .player-toolbar{flex:0 0 48px}.player:fullscreen .player-fallback{flex:0 0 28px}.save-note{font-size:13px;color:var(--muted);background:var(--steel);padding:17px 20px;border-radius:0 0 9px 9px;margin:0 8px 44px}.instructions{display:grid;grid-template-columns:1fr 1fr;gap:7%;margin-bottom:45px}.instructions h2{font-size:34px;margin:10px 0 24px}.instructions ol{padding-left:22px;margin:0}.instructions li{padding:0 0 16px 9px;color:var(--muted)}.instructions li::marker{color:var(--blue);font-weight:700}.instructions h3{font-size:15px;margin:18px 0 8px}.instructions p{color:var(--muted);font-size:15px}.faq{max-width:820px;border-top:1px solid #c8d3e7;padding:32px 0}.faq h2{font-size:29px;margin-bottom:18px}.faq p{margin-bottom:16px;color:var(--muted);font-size:15px}.related{padding:30px 0 75px}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.related .section-heading h2{font-size:30px}.related .section-heading>a{font-size:13px;white-space:nowrap}.related-grid h3{font-size:20px}.prose{max-width:780px;padding:60px 0 90px}.prose h1{font-size:clamp(40px,5vw,66px);margin:18px 0 26px}.prose .lead{font-size:21px;color:var(--ink)}.prose p{color:var(--muted);margin-bottom:24px}.prose h2{font-size:28px;margin:38px 0 18px}.prose>a{margin-top:15px}.prose a:not(.button){text-decoration:underline}
@media(max-width:1000px){.hero{gap:4%;padding-top:38px}.hero h1{font-size:52px}.cabinet-deck strong{font-size:14px}.related-grid{gap:16px}.site-footer p{display:none}.site-note{padding:30px}}
@media(max-width:700px){.site-header{padding:20px 5%;gap:14px}.brand{font-size:20px;gap:7px}.brand-mark{width:30px;height:30px;font-size:26px}.site-header nav{gap:15px;font-size:12px}.site-header nav>a:nth-child(2){display:none}.language-link{padding:7px 10px}.hero{grid-template-columns:1fr;padding:35px 0 55px;gap:42px}.hero h1{font-size:55px;line-height:1.02;margin:15px 0 20px}.hero-copy>p{font-size:16px;max-width:460px;margin-bottom:23px}.text-link{display:inline-block;margin:15px 0 0 16px;font-size:12px}.quiet-note{margin-top:25px}.arcade-cabinet{margin:0 4px;padding:14px 14px 0;border-radius:20px 20px 28px 28px}.cabinet-label{font-size:9px}.hero-screen{padding:8px}.cabinet-deck{padding:17px 2px 21px}.cabinet-deck strong{font-size:14px}.round-play{height:43px;flex-basis:43px}.section-heading{display:block;margin-bottom:22px}.section-heading p{margin-top:14px;max-width:none}.section-heading h2{font-size:34px}.filter-bar{display:block;margin:22px 0 24px}.filters{gap:2px}.filters button{padding:8px 12px;font-size:13px}#filter-count{display:block;margin:12px 0 0 12px}.game-grid{grid-template-columns:1fr;gap:32px}.card-screen{border-width:8px;border-bottom-width:26px}.card-info{padding-top:15px}.card-info h3{font-size:23px}.site-note{grid-template-columns:1fr;padding:25px;margin:48px 0;gap:18px}.site-note h2{font-size:29px}.site-footer{flex-wrap:wrap;gap:22px;padding-bottom:30px}.site-footer>div{margin-left:auto}.breadcrumbs{font-size:11px;margin:15px 0}.game-intro{padding:12px 0 22px}.game-intro h1{font-size:40px}.game-hook{font-size:18px}.player{border-width:5px;border-radius:9px}.player-toolbar{font-size:11px;padding:4px 4px 8px;min-height:42px}.player-toolbar>span{max-width:42%;line-height:1.3}.player-toolbar button{font-size:11px;padding:5px 8px}.player-poster>img{min-height:245px}.start-panel .button{font-size:16px;min-height:52px}.iframe-mount iframe{height:740px;height:min(820px,calc(100svh - 85px));min-height:570px}.player:fullscreen iframe{min-height:0}.player-fallback{font-size:11px;padding:9px 4px 3px}.save-note{margin:0 4px 32px;padding:15px;font-size:12px}.instructions{grid-template-columns:1fr;gap:30px}.instructions h2{font-size:30px;margin-bottom:20px}.faq h2{font-size:26px}.related{padding-bottom:48px}.related .section-heading>a{display:inline-block;margin-top:16px}.related-grid{grid-template-columns:1fr}.prose{padding:34px 0 60px}.prose .lead{font-size:19px}}
@media(max-height:500px) and (orientation:landscape){.iframe-mount iframe{height:calc(100svh - 90px);min-height:290px}.player:fullscreen iframe{min-height:0}.hero{padding-top:25px}.player-toolbar{min-height:38px}.player:fullscreen .player-toolbar{flex-basis:38px}.player:fullscreen .player-fallback{flex-basis:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.primary:hover,.card-screen:hover img{transform:none}}

/* Optional statistics: keep both choices equally accessible. */
.analytics-choice{position:fixed;z-index:30;bottom:16px;left:16px;right:16px;max-width:620px;margin:auto;padding:16px 20px;border:1px solid #c3cada;border-radius:14px;background:#fff;color:#202a43;box-shadow:0 6px 30px #17213b24;font-size:14px}.analytics-choice[hidden]{display:none}.analytics-choice p{margin:0 0 12px;line-height:1.6}.analytics-choice>div{display:flex;gap:10px;justify-content:flex-end}.analytics-choice button,.analytics-settings{font:inherit;cursor:pointer;border:1px solid #9caac4;border-radius:8px;background:#fff;color:#202a43;padding:8px 14px}.analytics-settings{font-size:13px}.analytics-choice button:focus-visible,.analytics-settings:focus-visible{outline:3px solid #3158d5;outline-offset:3px}
