:root{color-scheme:dark;--bg: #0a0a0d;--fg: #f5f5f7;--muted: #9a9aa6;--accent: #c7f24a;--font: "Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(60% 50% at 50% 42%,rgba(199,242,74,.06),transparent 70%);pointer-events:none}.splash{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:clamp(1.75rem,5vw,3.5rem);text-align:center}.brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.35rem}.wordmark{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--fg)}.tld{color:var(--accent)}.skid{display:block;width:100%;height:5px;background:var(--accent);border-radius:1px;clip-path:polygon(0 0,100% 32%,100% 68%,0 100%)}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,3vw,1.5rem);max-width:40rem}.headline{margin:0;font-weight:700;font-size:clamp(2.25rem,9vw,4.25rem);line-height:1.02;letter-spacing:-.035em}.line-a{color:var(--fg)}.line-b{color:var(--accent)}.subline{margin:0;max-width:34rem;font-size:clamp(1rem,3.4vw,1.25rem);font-weight:400;line-height:1.55;color:var(--muted)}.soon{color:var(--fg);font-weight:500;white-space:nowrap}.foot{font-size:.8125rem;font-weight:400;letter-spacing:.01em;color:#5c5c66}@media (max-width: 400px){.brand{align-items:center}}
