:root{--bg:#f5f8ff;--text:#1b2a42;--muted:#4b5b75;--accent:#1f6feb;--border:#1b2a422e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.page{justify-content:center;align-items:center;min-height:100vh;padding:3rem 1.5rem;display:flex}.container{text-align:center;max-width:720px}.logo{align-items:center;gap:.75rem;margin-bottom:2.5rem;display:inline-flex}.logo span{letter-spacing:.04em;font-size:1.25rem;font-weight:500}h1{margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3rem);font-weight:500}p{color:var(--muted);margin-bottom:1.75rem;font-size:1.05rem}.cta-form{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.waitlist{flex-direction:column;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.cta-form input{border:1px solid var(--border);background:#fff;border-radius:999px;min-width:min(320px,100%);padding:.75rem 1.1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.cta-form input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #1f6feb33}.cta{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.75rem 1.75rem;font-size:1rem;font-weight:500;transition:transform .15s,opacity .15s;display:inline-block}.cta:hover{opacity:.95;transform:translateY(-1px)}.cta:disabled{cursor:not-allowed;opacity:.75;transform:none}.cta-secondary{color:var(--accent);border:1px solid var(--accent);background:0 0}.helper-text{color:var(--muted);max-width:520px;margin:0;font-size:.95rem}.form-status,.verification-status{max-width:520px;margin:0;font-size:.95rem}.form-status--success,.form-status--verified,.verification-status--success{color:var(--accent)}.form-status--error,.verification-status--warning{color:#b7791f}footer{color:var(--muted);margin-top:3rem;font-size:.85rem}.auth-page .container{text-align:left;max-width:1100px}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-grid{gap:2rem;display:grid}.auth-card{border:1px solid var(--border);background:#fff;border-radius:24px;padding:2rem;box-shadow:0 20px 45px #0f172a14}.auth-card h2{text-align:center;margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}@media (min-width:900px){.auth-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}.home-page{align-items:flex-start}.home-container{text-align:left;width:100%;max-width:1040px}.home-hero{margin-bottom:2.5rem}.home-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-bottom:1rem;font-size:.75rem;font-weight:600}.home-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.home-grid{gap:1.75rem;display:grid}.home-card{border:1px solid var(--border);background:#fff;border-radius:24px;padding:2rem;box-shadow:0 20px 45px #0f172a14}.home-card h2{margin-top:0;margin-bottom:1rem;font-size:1.4rem}.home-list{color:var(--muted);margin:0;padding-left:1.2rem}.home-list li{margin-bottom:.75rem}.home-list li:last-child{margin-bottom:0}@media (min-width:900px){.home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:0;padding:0;position:absolute;overflow:hidden}
