*,:after,:before{box-sizing:border-box}:root{--bg:#0c0c0e;--surface:#16161a;--border:#2a2a2f;--text:#e8e8ec;--text-muted:#8b8b94;--accent:#00d4aa;--accent-dim:rgba(0,212,170,0.15);--radius:12px;--font-sans:"DM Sans",system-ui,sans-serif;--font-mono:"JetBrains Mono",monospace}html{font-size:18px;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;font-family:var(--font-sans);color:var(--text);background:var(--bg) url(/background.png) no-repeat center center fixed;background-size:cover;line-height:1.5}.page{min-height:100vh;max-width:720px;margin:0 auto;padding:2rem 1.5rem 3rem;flex-direction:column;align-items:center;text-align:center}.header,.page{display:flex;justify-content:center}.header{margin-bottom:2rem}.logo{font-family:var(--font-mono);font-weight:600;font-size:clamp(2.5rem,10vw,4.5rem);letter-spacing:.08em;color:#fff;text-shadow:0 2px 2px rgba(0,0,0,.3);text-align:center}.hero{margin-bottom:2.5rem}.hero__title{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;line-height:1.25;color:var(--text)}.hero__accent{color:var(--accent);font-weight:500}.hero__tagline{margin:0;font-size:1rem;color:var(--text-muted);font-weight:400}.waitlist{width:100%;max-width:420px}.waitlist__title{margin:0 0 1rem;font-size:1rem;font-weight:500;color:var(--text);text-transform:uppercase;letter-spacing:.08em}.waitlist__form{gap:.75rem}.waitlist__form,.waitlist__row{display:flex;flex-direction:column}.waitlist__row{gap:.5rem}@media (min-width:420px){.waitlist__row{flex-direction:row}.waitlist__input{flex:1 1;min-width:0}.waitlist__submit{flex-shrink:0}}.waitlist__input{padding:.875rem 1rem;font-family:var(--font-sans);font-size:1rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);outline:none;transition:border-color .2s,box-shadow .2s}.waitlist__input::placeholder{color:var(--text-muted)}.waitlist__input:hover{border-color:#3a3a42}.waitlist__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.waitlist__submit{padding:.875rem 1.5rem;font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--bg);background:var(--accent);border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .1s}.waitlist__submit:hover{background:#00e6b8}.waitlist__submit:active{transform:scale(.98)}.waitlist__submit:disabled{opacity:.7;cursor:not-allowed}.waitlist__hint{margin:0;font-size:.875rem;color:var(--text-muted);min-height:1.25em}.waitlist__hint.success{color:var(--accent)}.waitlist__hint.error{color:#f87171}.footer{width:100%;padding:1.5rem 1rem;position:absolute;bottom:0;background:#000;color:#fff}.footer__text{margin:0;font-size:.875rem;color:#fff}.footer__link{color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s}.footer__link:hover{color:#00e6b8;text-decoration:underline}