:root{color-scheme:dark;--bg: #0b0e1a;--fg: #e8ecf8;--muted: #8b93ad;--accent: #f5b73d}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:radial-gradient(circle at 50% 20%,#141a30 0%,var(--bg) 65%);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.landing{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;padding:2rem}.landing h1{margin:0;font-size:clamp(2.5rem,8vw,4.5rem);letter-spacing:.08em;text-transform:uppercase}.landing p{margin:0;color:var(--muted);font-size:1.125rem}.ball{width:3.5rem;height:3.5rem;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,#c0c8dc 35%,#5a6480);box-shadow:0 0 2.5rem #f5b73d59}
