:root{color-scheme:dark;--bg:#090d13;--panel:#111823;--line:#263141;--text:#f6f7fb;--muted:#9eabbc;--accent:#f2b547}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,system-ui,sans-serif;color:var(--text);background:radial-gradient(circle at 10% -10%,rgba(242,181,71,.14),transparent 34%),linear-gradient(180deg,#090d13,#0d131d)}a{color:inherit}.shell{width:min(1180px,calc(100% - 32px));margin:auto;padding:28px 0 64px}.nav{display:flex;justify-content:space-between;align-items:center;gap:16px}.brand{display:flex;gap:12px;align-items:center;text-decoration:none}.brand img{width:46px;height:46px;border-radius:14px}.muted{color:var(--muted)}.hero{padding:70px 0 34px;max-width:760px}.hero h1{font-size:clamp(38px,6vw,68px);margin:10px 0 18px}.games{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.card{grid-column:span 6;background:linear-gradient(145deg,#131b27,#101620);border:1px solid var(--line);border-radius:22px;padding:24px;text-decoration:none;min-height:250px;display:flex;flex-direction:column;justify-content:space-between}.card h2{font-size:30px}.btn{background:#172131;border:1px solid var(--line);border-radius:12px;padding:10px 14px;text-decoration:none;font-weight:800}.tag{background:var(--accent);color:#171108;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}@media(max-width:760px){.card{grid-column:1/-1}.nav{align-items:flex-start;flex-direction:column}}
