:root{color-scheme:dark;--bg:#0b1020;--panel:#151d33;--text:#f5f4ff;--muted:#b9c2dc;--accent:#a999ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:17px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--accent);text-underline-offset:4px}a:focus-visible{outline:3px solid #e9d77d;outline-offset:5px}header,main,footer{max-width:1160px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center;gap:24px;border-bottom:1px solid #29314b}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text);font-weight:800}.brand img{border-radius:13px}nav{display:flex;gap:24px}nav a{font-size:14px;text-decoration:none}.hero{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding:72px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#c3b6ff;font-size:12px;font-weight:800}h1{font-size:clamp(44px,6vw,78px);line-height:1.04;letter-spacing:-.06em;margin:20px 0 28px}h2{font-size:clamp(28px,4vw,40px);line-height:1.15;letter-spacing:-.035em}p{color:var(--muted)}.hero p{max-width:540px;font-size:20px}.pill{display:inline-block;border:1px solid #44496a;border-radius:100px;padding:7px 15px;font-size:13px;margin:4px 6px 4px 0}.button{display:inline-block;background:#c4b5ff;color:#161127;padding:12px 24px;border-radius:12px;font-weight:750;text-decoration:none;margin:16px 0}.hero-shot{height:auto;width:100%;max-width:290px;display:block;margin:auto;border:6px solid #30384c;border-radius:36px;box-shadow:0 22px 80px #0007}.section{padding:48px 0;border-top:1px solid #29314b}.games{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:var(--panel);border:1px solid #29314b;padding:24px;border-radius:20px}.card h3{margin:0 0 10px;font-size:20px}.card p{margin:0}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:32px 0}figure{margin:0}figure img{width:100%;height:auto;border-radius:18px;border:1px solid #35405a}figcaption{font-size:14px;margin-top:10px;color:var(--muted)}.adventure{display:grid;grid-template-columns:1fr 1.4fr;gap:36px;align-items:center}.adventure img{height:auto;width:100%;border-radius:16px}.support{max-width:760px}.legal{max-width:800px;padding-bottom:60px}.legal h1{font-size:48px}.legal h2{font-size:26px;margin-top:38px}.legal li{color:var(--muted);margin:10px 0}footer{border-top:1px solid #29314b;display:flex;gap:24px;justify-content:space-between;font-size:13px;color:var(--muted)}@media(max-width:750px){header{flex-wrap:wrap}nav{gap:18px}.hero{grid-template-columns:1fr;gap:36px;padding:44px 0}.hero-shot{max-width:250px}.games{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr);gap:16px}.adventure{grid-template-columns:1fr}footer{flex-direction:column;gap:8px}.section{padding:32px 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
