:root{--bg:#0d0d0d;--card:#171717;--text:#f5f5f5;--muted:#cfcfcf;--red:#e30613;--red-bright:#ff2a2a}*{box-sizing:border-box}html,body{color:var(--text);background:radial-gradient(circle at top,#2a0a0a 0%,#0d0d0d 40%);margin:0;padding:0;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button{background:linear-gradient(135deg, var(--red), var(--red-bright));color:#fff;cursor:pointer;border:0;border-radius:14px;padding:12px 16px;font-weight:800}.shell{min-height:100vh}.topbar{z-index:10;background:#e30613f0;justify-content:space-between;align-items:center;padding:20px 28px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:16px;display:flex}.brand-icon{object-fit:cover;border-radius:18px;width:72px;height:72px}.brand-wordmark{border-radius:8px;width:auto;height:46px}.brand p{margin:6px 0 0;font-size:13px}nav{flex-wrap:wrap;gap:14px;display:flex}.nav-link{background:#ffffff0f;border:1px solid #ffffff2e;border-radius:12px;padding:10px 14px}.page{padding:32px}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:28px;min-height:calc(100vh - 160px);display:grid}.eyebrow{color:#ff9b9b;text-transform:uppercase;letter-spacing:.12em;background:#ffffff14;border-radius:999px;padding:7px 12px;font-size:12px;display:inline-block}.hero h1{max-width:760px;margin:16px 0;font-size:58px;line-height:1.02}.hero p,.muted{color:var(--muted)}.card{background:linear-gradient(#ffffff0a,#ffffff05);border:1px solid #ffffff14;border-radius:24px;padding:24px;box-shadow:0 20px 50px #0000004d}.grid{gap:20px;display:grid}.grid.two{grid-template-columns:repeat(2,1fr)}.list{gap:14px;display:grid}.list-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;padding:16px}@media (max-width:900px){.hero,.grid.two{grid-template-columns:1fr}.hero h1{font-size:40px}.topbar{flex-direction:column;align-items:flex-start;gap:14px}.page{padding:20px}}
