:root{--background:#08111f;--foreground:#f8fbff;--muted:#f8fbffc7;--card:#08111f99;--card-border:#ffffff29;--accent:#84cc16;--accent-2:#38bdf8;--error:#fca5a5;--success:#bbf7d0}*{box-sizing:border-box}html,body{background:var(--background);min-height:100%;color:var(--foreground);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh}a{color:inherit}.srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.landingPage{isolation:isolate;place-items:center;min-height:100vh;display:grid;position:relative;overflow:hidden}.backgroundImage,.overlay{position:absolute;inset:0}.backgroundImage{background-image:url(/landingpage.jpg);background-position:50%;background-size:cover;transform:scale(1.03)}.overlay{background:radial-gradient(circle at 0 0,#38bdf82e,#0000 35%),linear-gradient(135deg,#08111fa3,#08111fe0)}.contentShell{z-index:1;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:28px;width:min(100% - 2rem,860px);margin:2rem 0;padding:2rem;position:relative;box-shadow:0 20px 80px #00000059}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--accent-2);margin:0 0 .75rem;font-size:.78rem;font-weight:700}.headline{max-width:12ch;margin:0;font-size:clamp(2.5rem,7vw,4.75rem);line-height:.98}.subheadline{max-width:56ch;color:var(--muted);margin:1rem 0 2rem;font-size:1.05rem;line-height:1.7}.waitlistForm{gap:.875rem;display:grid}.formRow{align-items:stretch;gap:.75rem;display:flex}.emailInput{color:#061018;background:#fffffff2;border:1px solid #ffffff29;border-radius:999px;outline:none;flex:1;min-height:56px;padding:0 1.1rem;font-size:1rem}.emailInput:focus{border-color:#38bdf8d9;box-shadow:0 0 0 4px #38bdf82e}.submitButton{color:#061018;background:linear-gradient(135deg, var(--accent), #bef264);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;min-height:56px;padding:0 1.25rem;font-size:1rem;font-weight:700;transition:transform .12s,box-shadow .12s,opacity .12s}.submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 22px #84cc1638}.submitButton:disabled{opacity:.7;cursor:wait}.formHint,.statusSuccess,.statusError{margin:0;font-size:.95rem}.formHint{color:var(--muted)}.statusSuccess{color:var(--success)}.statusError{color:var(--error)}.featureList{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:2.25rem;display:grid}.featureCard{background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;gap:.35rem;padding:1rem;display:grid}.featureTitle{font-weight:700}.featureText{color:var(--muted);font-size:.95rem;line-height:1.5}@media (max-width:760px){.contentShell{padding:1.5rem}.formRow{flex-direction:column}.featureList{grid-template-columns:1fr}}
