:root{color-scheme:dark;--bg:#10151d;--panel:#171e28;--line:#2d3845;--text:#f2f4f6;--muted:#aab5c1;--orange:#ff6b25;--orange-light:#ffab6b;--shell:1120px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text);font:16px/1.65 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
a{color:inherit;text-underline-offset:.2em}
a:hover{color:var(--orange-light)}
a:focus-visible{outline:3px solid var(--orange-light);outline-offset:4px;border-radius:2px}
img{max-width:100%;height:auto}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.1}
.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}
.skip-link{position:absolute;z-index:10;top:-100px;left:16px;padding:10px 16px;background:var(--orange);color:#10151d;font-weight:800}
.skip-link:focus{top:12px}
.site-header{border-bottom:1px solid var(--line)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px;font-size:.95rem;font-weight:900;letter-spacing:.13em;text-decoration:none;white-space:nowrap}
.brand-mark{display:grid;place-items:center;width:32px;height:32px;background:var(--orange);color:var(--bg);font-weight:1000;clip-path:polygon(0 0,100% 0,100% 72%,72% 100%,0 100%)}
nav{display:flex;align-items:center;gap:26px}
nav a{font-size:.9rem;font-weight:700;text-decoration:none}
nav a[aria-current="page"]{color:var(--orange-light)}
main{flex:1}
.hero{position:relative;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:40px;min-height:600px;padding-block:72px 84px}
.hero::before{content:"";position:absolute;z-index:-1;right:22%;top:7%;width:360px;height:360px;background:radial-gradient(circle,rgba(255,107,37,.1),transparent 70%);pointer-events:none}
.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:25px;color:var(--orange-light);font-size:.76rem;font-weight:850;letter-spacing:.18em}
.signal{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 16px var(--orange)}
.hero h1{margin-bottom:18px;font-size:clamp(3rem,6.4vw,5.9rem);font-weight:1000;letter-spacing:-.055em}
.hero h1 span{color:var(--orange)}
.game-title{margin-bottom:14px;font-size:1.08rem;font-weight:800;letter-spacing:.025em}
.lead{max-width:560px;margin-bottom:30px;color:var(--muted);font-size:1.1rem}
.hero-links{display:flex;flex-wrap:wrap;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:48px;padding:12px 19px;border:1px solid var(--line);font-size:.92rem;font-weight:800;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s}
.button-primary{border-color:var(--orange);background:var(--orange);color:#111820}
.button-primary:hover{border-color:var(--orange-light);background:var(--orange-light);color:#111820}
.button-secondary:hover{border-color:var(--orange);color:var(--orange-light)}
.hero-art{position:relative;min-width:0;padding:14px 14px 34px;background:repeating-linear-gradient(135deg,transparent 0,transparent 14px,rgba(255,255,255,.025) 14px,rgba(255,255,255,.025) 15px);border:1px solid var(--line)}
.art-frame{overflow:hidden;background:#141a25;border:1px solid #354251}
.art-frame img{display:block;width:100%;aspect-ratio:1;object-fit:cover}
.art-tag{position:absolute;right:14px;bottom:7px;color:var(--muted);font-size:.65rem;font-weight:800;letter-spacing:.15em}
.details{border-top:1px solid var(--line);background:#141b25;padding-block:64px 84px}
.details h2{margin-bottom:34px;font-size:clamp(1.75rem,3.4vw,2.7rem);letter-spacing:-.03em}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature{min-height:178px;padding:24px;border:1px solid var(--line);background:var(--panel)}
.feature-number{color:var(--orange);font-size:.78rem;font-weight:900;letter-spacing:.13em}
.feature h3{margin:18px 0 8px;font-size:1.4rem}
.feature p{margin-bottom:0;color:var(--muted)}
.site-footer{border-top:1px solid var(--line);color:var(--muted);font-size:.82rem}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-block:24px}
.footer-inner div{display:flex;flex-wrap:wrap;gap:20px}
.page-layout{padding-block:66px 100px}
.page-heading{max-width:760px;margin-bottom:42px;padding-bottom:28px;border-bottom:1px solid var(--line)}
.page-heading .eyebrow{margin-bottom:15px}
.page-heading h1{margin-bottom:10px;font-size:clamp(2.55rem,6vw,4.6rem);letter-spacing:-.055em}
.page-subtitle{margin-bottom:8px;color:var(--orange-light);font-size:1.2rem;font-weight:700}
.updated{margin-bottom:0;color:var(--muted);font-size:.88rem}
.page-heading .button{margin-top:22px}
.prose{max-width:760px;color:#d5dce3}
.prose>p:first-child{font-size:1.12rem;color:var(--text)}
.prose h2{margin:42px 0 14px;padding-left:14px;border-left:3px solid var(--orange);color:var(--text);font-size:1.45rem;letter-spacing:-.02em}
.prose p,.prose li{margin-bottom:16px}
.prose a{color:var(--orange-light)}
.prose ul{padding-left:24px}
.prose li{padding-left:5px}
.notice{padding:16px 18px;border:1px solid #7f593f;background:#282018;color:#ffd7bc}
@media(max-width:760px){.hero{grid-template-columns:1fr;gap:34px;padding-block:54px 68px}.hero-art{width:min(100%,480px);margin-inline:auto}.feature-grid{grid-template-columns:1fr}.feature{min-height:0}.details{padding-block:52px 64px}.page-layout{padding-block:48px 76px}}
@media(max-width:480px){.shell{width:min(calc(100% - 32px),var(--shell))}.header-inner{min-height:68px}.brand{font-size:.75rem;letter-spacing:.08em}.brand-mark{width:29px;height:29px}nav{gap:14px}nav a{font-size:.8rem}.footer-inner{align-items:flex-start;flex-direction:column}.hero h1{font-size:clamp(2.8rem,12vw,4.3rem)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
