:root{--bg: #0c0b0f;--surface: #16141c;--text: #f0ecf4;--muted: #8b8396;--accent: #e84d3b;--accent-hover: #ff6b58}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Archivo,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}main{max-width:42rem;margin:0 auto;padding:3rem 1.5rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.hero{text-align:center;margin-bottom:3rem}.hero h1{font-family:Archivo Black,sans-serif;font-size:clamp(2.5rem,8vw,4rem);font-weight:900;letter-spacing:-.02em;margin:0 0 .5rem;background:linear-gradient(135deg,var(--text) 0%,var(--muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.25rem;color:var(--accent);font-weight:600;margin:0 0 1.25rem}.blurb{font-size:1rem;line-height:1.6;color:var(--muted);margin:0}.waitlist{background:var(--surface);border-radius:12px;padding:2rem;margin-bottom:3rem}.waitlist h2{font-family:Archivo Black,sans-serif;font-size:1.125rem;font-weight:900;margin:0 0 1.25rem;color:var(--text)}.waitlist-form{display:flex;flex-wrap:wrap;gap:.75rem}.waitlist-form input{flex:1;min-width:200px;padding:.875rem 1rem;font-size:1rem;font-family:inherit;color:var(--text);background:var(--bg);border:1px solid rgba(255,255,255,.08);border-radius:8px;outline:none;transition:border-color .2s}.waitlist-form input::placeholder{color:var(--muted)}.waitlist-form input:focus{border-color:var(--accent)}.waitlist-form button{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:var(--bg);background:var(--accent);border:none;border-radius:8px;cursor:pointer;transition:background .2s}.waitlist-form button:hover{background:var(--accent-hover)}.waitlist-form button:disabled{opacity:.7;cursor:not-allowed}.waitlist-message{margin:1rem 0 0;font-size:.9375rem;min-height:1.25rem}.waitlist-message.success{color:#4ade80}.waitlist-message.error{color:var(--accent)}.footer{text-align:center;font-size:.875rem;color:var(--muted)}.footer p{margin:0}
