:root{--yellow: #ffd400;--ink: #050505;--white: #f4f0e8;--muted: rgba(244, 240, 232, .72);--line: rgba(244, 240, 232, .22);--panel: rgba(5, 5, 5, .42);--hero-brightness: 1.35}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:#090909;color:var(--white);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.08em}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh;display:grid;place-items:center}.hero{position:relative;width:min(100vw,1920px);min-height:100vh;overflow:hidden;background:#111;isolation:isolate}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-3;transform:scale(1.01);filter:brightness(var(--hero-brightness))}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:linear-gradient(90deg,#000000b3,#00000014 32%,#00000014 62%,#000000a3),linear-gradient(180deg,#00000042,#00000005 48%,#000c)}.grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.12;pointer-events:none;background-image:radial-gradient(circle at 25% 20%,#fff 0 1px,transparent 1px),radial-gradient(circle at 80% 70%,#fff 0 1px,transparent 1px);background-size:96px 96px,132px 132px;mix-blend-mode:screen}.brand{position:absolute;top:34px;left:50%;transform:translate(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:10px;font-family:Orbitron,Inter,sans-serif;font-size:25px;letter-spacing:.24em}.brand img{width:62px;height:auto;object-fit:contain}.waitlist{position:absolute;left:58px;bottom:72px;width:560px;max-width:calc(100vw - 116px);z-index:5}.waitlist-eyebrow{margin:0 0 12px;color:var(--yellow);font-size:13px;font-weight:900;letter-spacing:.2em}.waitlist-title{display:block;font-family:Orbitron,Inter,sans-serif;font-size:30px;font-weight:800;letter-spacing:.08em}.waitlist-desc{margin:16px 0 22px;color:var(--muted);font-size:14px;line-height:1.65;letter-spacing:.1em}.waitlist-form{display:flex;border:1px solid var(--line);background:#0000006b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.waitlist-form:focus-within{border-color:var(--yellow)}.waitlist-input{flex:1;min-width:0;padding:18px 20px;border:0;background:transparent;color:var(--white);font:inherit;font-size:15px;letter-spacing:.12em}.waitlist-input::placeholder{color:#f4f0e873}.waitlist-input:focus{outline:none}.waitlist-submit{padding:0 32px;border:0;background:var(--yellow);color:var(--ink);font:inherit;font-size:14px;font-weight:900;letter-spacing:.14em;white-space:nowrap;cursor:pointer;transition:filter .18s ease}.waitlist-submit:hover{filter:brightness(1.12)}.waitlist-message{margin:14px 0 0;min-height:16px;color:var(--yellow);font-size:13px;font-weight:700;letter-spacing:.1em}.waitlist-message.is-error{color:#ff5a5a}@media(max-width:900px){.waitlist{left:24px;right:24px;width:auto;max-width:none;bottom:48px}}@media(max-width:480px){.waitlist-form{flex-direction:column}.waitlist-submit{padding:14px 0}}
