:root{color-scheme:dark;--bg0: #0b1020;--bg1: #11162a;--surface: rgba(17, 22, 42, .75);--text: #f6f7fb;--muted: #8e97b8;--muted-soft: #c7cee4;--line: rgba(35, 42, 70, .9);--focus-ring: rgba(124, 58, 237, .45);--accent-violet: #7c3aed;--accent-pink: #ec4899;--accent-sky: #38bdf8;--accent-support: #22c55e;--cta-gradient: linear-gradient(135deg, #7c3aed 0%, #ec4899 45%, #38bdf8 100%);--glow: radial-gradient( ellipse 85% 55% at 50% -8%, rgba(124, 58, 237, .22), transparent 55% );--glow-soft: radial-gradient( ellipse 55% 40% at 100% 5%, rgba(56, 189, 248, .1), transparent 50% );--glow-warm: radial-gradient( ellipse 45% 35% at 0% 25%, rgba(236, 72, 153, .09), transparent 52% );--font: "DM Sans", system-ui, sans-serif;--radius-card: 1.375rem;--radius-control: 1.125rem;--layout-max: min(58rem, calc(100vw - 2.5rem) );--layout-form: min(40rem, var(--layout-max))}@media(min-width:900px){:root{--layout-max: min(72rem, calc(100vw - 4rem) );--layout-form: min(44rem, var(--layout-max))}}@media(min-width:1280px){:root{--layout-max: min(90rem, calc(100vw - 8rem) );--layout-form: min(52rem, var(--layout-max))}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:var(--font);background:var(--bg0);color:var(--text);line-height:1.6}body{overflow-x:hidden}a{color:var(--accent-sky);text-decoration:none;border-radius:.2em}a:hover{text-decoration:underline}a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-main{flex:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.home{position:relative}.hero-aurora{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--glow),var(--glow-soft),var(--glow-warm);z-index:0}.hero{position:relative;z-index:1;max-width:var(--layout-max);margin:0 auto;padding:clamp(3.25rem,9vw,6.5rem) 1.5rem clamp(2.75rem,7vw,4.5rem);text-align:center}.hero-brand{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-top:.5rem;margin-bottom:clamp(1.75rem,4vw,2.75rem)}.hero-mark{width:clamp(7.5rem,24vw,14rem);height:auto;max-width:min(14rem,88vw);filter:drop-shadow(0 12px 36px rgba(124,58,237,.28))}.hero-eyebrow{margin:0}.eyebrow{letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:600;color:var(--muted);margin:0 0 .5rem}.hero-lead{font-size:clamp(1.05rem,2.4vw,1.18rem);color:var(--muted-soft);margin:clamp(1.25rem,3vw,2rem) auto clamp(1rem,2vw,1.5rem);line-height:1.65;max-width:min(46rem,100%);text-wrap:balance}.hero-lead strong{font-weight:600;color:var(--accent-support)}.hero-sub{color:var(--muted);margin:clamp(1.25rem,2.5vw,2rem) auto clamp(2.25rem,5vw,3.25rem);max-width:min(42rem,100%);line-height:1.55;text-wrap:balance}@media(min-width:1280px){.hero{padding-top:clamp(4rem,10vw,7.5rem);padding-bottom:clamp(3.5rem,8vw,5.5rem)}.hero-brand{margin-top:.75rem;margin-bottom:clamp(2.25rem,4vw,3.25rem)}.hero-mark{width:clamp(9rem,18vw,16rem);max-width:min(16rem,88vw)}.hero-lead{max-width:min(62rem,100%);font-size:clamp(1.1rem,1.35vw,1.28rem);margin-top:clamp(1.5rem,2.5vw,2.5rem);margin-bottom:clamp(1.25rem,2vw,1.75rem)}.hero-sub{max-width:min(54rem,100%);font-size:1.02rem;margin-top:clamp(1.5rem,2.5vw,2.25rem);margin-bottom:clamp(2.75rem,5vw,3.75rem)}}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.btn-primary{font-family:inherit;font-weight:600;font-size:1rem;padding:.88rem 1.55rem;border:none;border-radius:999px;cursor:pointer;color:#0b1020;background:var(--cta-gradient);box-shadow:0 0 0 1px #ffffff24 inset,0 12px 40px #7c3aed33;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.btn-primary:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 0 0 1px #ffffff2e inset,0 16px 48px #7c3aed47}.btn-primary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:0 0 0 1px #ffffff14 inset}.btn-ghost{font-family:inherit;font-weight:500;font-size:1rem;padding:.88rem 1.35rem;border-radius:999px;cursor:pointer;color:var(--text);background:transparent;border:1px solid var(--line);transition:border-color .18s ease,background .18s ease,color .18s ease}.btn-ghost:hover{border-color:#c8d2f059;background:#ffffff0a}.btn-ghost:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.waitlist-section{position:relative;z-index:1;padding:3rem 1.5rem 4rem}.section-inner{max-width:var(--layout-form);margin:0 auto}.section-title{font-size:clamp(1.2rem,3vw,1.35rem);font-weight:600;margin:0 0 .5rem;letter-spacing:-.02em}.section-lead{color:var(--muted);margin:0 0 1.5rem;font-size:.94rem;line-height:1.55}.card-glow{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);padding:1.5rem 1.6rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 24px 80px #0006}.waitlist-form{display:flex;flex-direction:column;gap:1rem}.field-label{font-size:.85rem;font-weight:500;color:var(--muted)}.field-input{font-family:inherit;font-size:1rem;padding:.78rem 1rem;border-radius:var(--radius-control);border:1px solid var(--line);background:#0b10208c;color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease}.field-input:focus{border-color:#7c3aed73;box-shadow:0 0 0 3px var(--focus-ring)}.field-input:focus-visible{border-color:#7c3aed80;box-shadow:0 0 0 3px var(--focus-ring)}.consent-row{display:flex;gap:.65rem;align-items:flex-start;font-size:.88rem;color:var(--muted);cursor:pointer}.consent-row input{margin-top:.2rem;flex-shrink:0;width:1.05rem;height:1.05rem;accent-color:var(--accent-violet)}.consent-link{color:var(--accent-sky);font-weight:500}.consent-link:hover{text-decoration:underline}.consent-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.turnstile-wrap{min-height:2.5rem}.turnstile-placeholder{font-size:.82rem;color:var(--muted);margin:0;padding:.5rem 0}.turnstile-box{min-height:65px}.form-error{color:#fca5a5;font-size:.9rem;margin:0;line-height:1.45}.waitlist-success-title{margin:0 0 .5rem;font-size:1.22rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.waitlist-success-text{margin:0;color:var(--muted);font-size:.94rem;line-height:1.55}.trust-strip{position:relative;z-index:1;max-width:var(--layout-max);margin:0 auto;padding:0 1.5rem 4rem;text-align:center;color:var(--muted);font-size:.9rem}.inline-link{color:var(--accent-pink);font-weight:500}.footer{position:relative;z-index:1;border-top:1px solid var(--line);padding:2rem 1.5rem;background:#0a0b10d9}.footer-inner{max-width:var(--layout-max);margin:0 auto;display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.footer-brand{font-weight:600}.footer-nav{display:flex;gap:1.25rem}.footer-nav a{color:var(--muted);font-size:.9rem}.footer-nav a:hover{color:var(--text)}.footer-nav a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px;border-radius:.2em}.footer-copy{margin:0;font-size:.8rem;color:var(--muted)}.legal-page{position:relative;z-index:1;max-width:var(--layout-max);margin:0 auto;padding:clamp(2.5rem,6vw,4rem) 1.5rem 4rem}.legal-page h1{margin-top:0;font-size:2rem}.legal-page h2{font-size:1.15rem;margin-top:2rem}.legal-muted{color:var(--muted);font-size:.9rem;line-height:1.5}.legal-page p{line-height:1.65}.legal-page ul{padding-left:1.25rem;line-height:1.6}.legal-markdown h1{font-size:1.5rem;margin-top:2rem}.legal-markdown h2{font-size:1.1rem;margin-top:1.75rem}.legal-markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.legal-back{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--line)}.cookie-consent{position:fixed;z-index:50;left:0;right:0;bottom:0;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom,0));background:#0b1020eb;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cookie-consent-inner{max-width:var(--layout-max);margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:stretch}@media(min-width:36rem){.cookie-consent-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:1.25rem}}.cookie-consent-text{margin:0;font-size:.88rem;color:var(--muted-soft);line-height:1.45;text-align:left}.cookie-consent-text a{font-weight:500}.cookie-consent-actions{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.btn-cookie-decline{font-family:inherit;font-size:.88rem;font-weight:500;padding:.55rem 1rem;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--text);cursor:pointer}.btn-cookie-decline:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.btn-cookie-accept{font-family:inherit;font-size:.88rem;font-weight:600;padding:.55rem 1.1rem;border-radius:999px;border:none;cursor:pointer;color:#0b1020;background:var(--cta-gradient)}.btn-cookie-accept:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}@media(prefers-reduced-motion:reduce){.btn-primary,.btn-ghost{transition:none}.btn-primary:hover:not(:disabled){transform:none}}
