:root{color-scheme:dark;--blue:#89c7ff;--violet:#c3a4ff;--ink:#f8f7ff;--muted:#b9b8cf}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% 0,#29326a,#090c20 58%);color:var(--ink);font-family:system-ui,-apple-system,sans-serif}header{max-width:920px;margin:auto;padding:22px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}a{color:var(--blue);font-weight:800;text-decoration:none}main{width:min(920px,calc(100% - 32px));margin:auto}.intro{text-align:center;padding:36px 0 24px}.eyebrow{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.15em}.intro h1{margin:5px;font-size:clamp(43px,9vw,74px);letter-spacing:-.06em}.intro>p:not(.eyebrow){max-width:650px;margin:15px auto;color:var(--muted);font-size:18px}.facts{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.facts span{padding:7px 11px;border:1px solid #ffffff20;border-radius:999px;font-size:12px}.game,.learn{padding:24px;border:1px solid #ffffff20;border-radius:24px;background:#101532dc;box-shadow:0 28px 70px #0006}.systems{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.systems div{padding:13px;border-radius:14px;background:#ffffff0b;display:flex;justify-content:space-between}.systems span{color:var(--muted)}.systems b{color:var(--blue)}.sector{text-align:center;margin:28px 0 0;color:var(--violet);font-size:12px;letter-spacing:.12em}.event-icon{text-align:center;font-size:60px;margin-top:14px}.game h2{text-align:center;margin:5px}.game>p{text-align:center;max-width:620px;margin:9px auto 22px;color:var(--muted)}.choices{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choices button{min-height:70px;padding:14px;border:1px solid #ffffff24;border-radius:14px;background:#ffffff0b;color:var(--ink);font:inherit;font-weight:800;cursor:pointer}.choices button:hover{background:#89c7ff22;border-color:var(--blue)}.choices #begin,.choices .restart{grid-column:1/-1;background:linear-gradient(135deg,var(--blue),var(--violet));color:#10132e;border:0}.effect{display:block;margin-top:5px;color:var(--blue);font-size:11px}.learn{margin:20px 0 50px}.learn h2{margin-top:0}.learn p{color:var(--muted)}@media(max-width:560px){header span{display:none}.systems{grid-template-columns:1fr}.choices{grid-template-columns:1fr}.choices #begin,.choices .restart{grid-column:auto}}
