*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--btn-outline-bg:#ffffff0a;--btn-outline-border:#ffffff2e;--btn-outline-text:#e2e8f0;--btn-soft-bg:#f1f5f9;--btn-soft-border:#e2e8f0;--btn-soft-text:#1e293b;--btn-muted-bg:#cbd5e1;--btn-muted-text:#1e293b;--btn-slate-bg:#475569;--btn-slate-text:#fff;--btn-navy-bg:#1e293b;--btn-navy-text:#fff;--accent:#64748b;--accent-strong:#475569;--accent-bright:#94a3b8;--accent-glow:#64748b59;--accent-soft:#64748b24;--accent-ring:#64748b73;--orange:var(--accent-strong);--orange-dim:#334155;--orange-glow:#64748b38;--bg:#03243b;--surface:#052a3f;--surface2:#0a3a52;--border:#ffffff12;--border-hover:#ffffff24;--text:#f0f0f0;--text-muted:#6b6b7a;--text-dim:#9898a8;--loader-ring-track:#ffffff1a}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f5f7;--surface:#fff;--surface2:#ebebef;--border:#00000014;--border-hover:#00000029;--text:#111;--text-muted:#6b6b7a;--text-dim:#889;--loader-ring-track:#0000001a}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#03243b;--surface:#052a3f;--surface2:#0a3a52;--border:#ffffff1a;--border-hover:#ffffff2e;--text:#fff;--text-muted:#fff;--text-dim:#ffffffeb;--loader-ring-track:#ffffff1f}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-tap-highlight-color:#47556924;min-height:100dvh;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;overflow-x:clip}.landing{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.landing-orb{filter:blur(80px);pointer-events:none;border-radius:50%;animation:12s ease-in-out infinite alternate orb-drift;position:absolute}.landing-orb--1{background:radial-gradient(circle,#64748b2e 0%,#0000 70%);width:600px;height:600px;animation-duration:14s;top:-200px;left:-150px}.landing-orb--2{background:radial-gradient(circle,#64748b1a 0%,#0000 70%);width:500px;height:500px;animation-duration:18s;animation-delay:-6s;bottom:-100px;right:-100px}.landing-orb--3{background:radial-gradient(circle,#64748b12 0%,#0000 70%);width:350px;height:350px;animation-duration:10s;animation-delay:-3s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orb-drift{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-40px)scale(1.08)}to{transform:translate(-20px,20px)scale(.95)}}.landing-orb--3{animation-name:orb-drift-center}@keyframes orb-drift-center{0%{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(calc(40px - 50%),calc(-50% - 20px))scale(1.1)}to{transform:translate(calc(-50% - 30px),calc(30px - 50%))scale(.9)}}.landing-noise{opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.landing-inner{z-index:10;text-align:center;padding:40px 24px 60px;padding-top:max(40px,env(safe-area-inset-top));padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right));padding-bottom:max(60px,env(safe-area-inset-bottom));flex-direction:column;align-items:center;width:100%;max-width:680px;animation:.7s both fade-up;display:flex;position:relative}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landing-logo{align-items:center;gap:10px;margin-bottom:72px;display:flex}.landing-logo-mark{background:var(--orange);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative;box-shadow:0 0 28px #64748b80,0 0 60px #64748b33}.landing-logo-mark span{color:#fff;letter-spacing:-1px;font-size:20px;font-weight:900;line-height:1}.landing-logo-name{color:#fff;letter-spacing:.4px;font-size:17px;font-weight:700}.landing-badge{color:#cbd5e1;letter-spacing:.3px;text-transform:uppercase;background:#64748b1a;border:1px solid #64748b40;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 14px;font-size:12px;font-weight:600;animation:.7s .1s both fade-up;display:inline-flex}.landing-badge-dot{background:var(--orange);width:6px;height:6px;box-shadow:0 0 6px var(--orange);border-radius:50%;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.landing-headline{color:#fff;letter-spacing:-3px;margin-bottom:24px;font-size:clamp(52px,10vw,80px);font-weight:900;line-height:1.05;animation:.7s .15s both fade-up}.landing-headline-accent{background:linear-gradient(135deg,#cbd5e1 0%,#94a3b8 40%,#64748b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-sub{color:var(--text-dim);max-width:480px;margin-bottom:40px;font-size:17px;font-weight:400;line-height:1.65;animation:.7s .2s both fade-up}.landing-actions{flex-wrap:wrap;justify-content:center;gap:12px;animation:.7s .25s both fade-up;display:flex}.landing-btn{cursor:pointer;letter-spacing:-.2px;touch-action:manipulation;border:none;border-radius:14px;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.landing-btn--primary{background:var(--btn-navy-bg);color:var(--btn-navy-text);box-shadow:0 0 28px #1e293b73,0 4px 15px #0f172a59}.landing-btn--primary:hover{background:#334155;transform:translateY(-1px);box-shadow:0 0 36px #64748b59,0 6px 20px #1e293b73}.landing-btn--primary:active{transform:scale(.97)}.landing-btn--ghost{color:var(--text-dim);border:1px solid var(--border-hover);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d}.landing-btn--ghost:hover{color:#fff;background:#ffffff17;border-color:#ffffff38;transform:translateY(-1px)}.landing-features{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:56px;animation:.7s .35s both fade-up;display:flex}.landing-feature-pill{background:var(--surface);border:1px solid var(--border);color:var(--text-dim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;align-items:center;gap:7px;padding:8px 16px;font-size:13px;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex}.landing-feature-pill:hover{color:var(--text);border-color:#64748b4d}.landing-footer{color:#3a3a46;margin-top:64px;font-size:12px;animation:.7s .4s both fade-up}.custom-auth{color:#475569;min-height:100dvh;padding:40px 20px 48px;padding-top:max(40px,env(safe-area-inset-top));padding-right:max(20px,env(safe-area-inset-right));padding-left:max(20px,env(safe-area-inset-left));padding-bottom:max(48px,env(safe-area-inset-bottom));background:#ebf3f9;justify-content:center;align-items:center;display:flex}.custom-auth--match{-webkit-font-smoothing:antialiased;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only}.custom-auth-boot{text-align:center;color:#64748b;margin-bottom:16px;font-size:.8125rem}.custom-auth-inner{width:100%;max-width:360px;margin:0 auto}.custom-auth-logo{justify-content:center;margin:0 auto 28px;display:flex}.custom-auth-logo-img{object-fit:contain;width:64px;height:auto;display:block}.custom-auth-title{text-align:center;letter-spacing:-.025em;color:#3a4554;margin-bottom:10px;font-size:1.75rem;font-weight:600}.custom-auth-subtitle{text-align:center;color:#7b8a9c;margin-bottom:32px;font-size:.9375rem;font-weight:400;line-height:1.55}.custom-auth-main{width:100%}.custom-auth-main>.custom-auth-btn-google{margin-bottom:24px}.custom-auth-error{color:#b91c1c;background:#fef2f2f5;border:1px solid #fecaca;border-radius:14px;margin-bottom:18px;padding:10px 14px;font-size:.8125rem}.custom-auth-info{color:#64748b;background:#ffffffbf;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:16px;padding:10px 14px;font-size:.8125rem;line-height:1.5}.custom-auth-forgot-row{text-align:right;margin:4px 0 18px;font-size:.8125rem}.custom-auth-req{color:#dc2626;font-weight:500}.custom-auth-btn-google{color:#4a5568;cursor:pointer;background:#fff;border:1px solid #dfe7ee;border-radius:9999px;justify-content:center;align-items:center;gap:10px;width:100%;height:48px;padding:0 20px;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex;box-shadow:0 2px 8px #0f172a0a}.custom-auth-btn-google:hover:not(:disabled){background:#fafcfd;border-color:#d0dbe5;box-shadow:0 2px 10px #0f172a0f}.custom-auth-btn-google:disabled{opacity:.55;cursor:not-allowed}.custom-auth-google-icon{flex-shrink:0;width:18px;height:18px}.custom-auth-form{flex-direction:column;gap:0;display:flex}.custom-auth-label{color:#64748b;margin-bottom:8px;font-size:.8125rem;font-weight:500;display:block}.custom-auth-input-shell{align-items:center;margin-bottom:20px;display:flex;position:relative}.custom-auth-form>.custom-auth-input{margin-bottom:20px}.custom-auth-input-prefix{color:#a8b4c4;pointer-events:none;z-index:1;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.custom-auth-field-icon{width:18px;height:18px}.custom-auth-toggle-eye{color:#a8b4c4;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.custom-auth-toggle-eye:hover{color:#64748b;background:#94a3b81a}.custom-auth-input{color:#3a4554;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;outline:none;width:100%;height:48px;padding:0 18px;font-size:.875rem;transition:border-color .15s,box-shadow .15s;box-shadow:0 2px 8px #0f172a09}.custom-auth-input--with-icon{padding-left:48px}.custom-auth-input--with-toggle{padding-right:48px}.custom-auth-input::placeholder{color:#a8b4c4}.custom-auth-input:focus{border-color:#c5d7e8;box-shadow:0 2px 10px #0f172a0d,0 0 0 3px #c8dcf08c}.custom-auth-input:disabled{opacity:.6;cursor:not-allowed}.custom-auth-btn-login{color:#5c6a78;cursor:pointer;background:#d1dae3;border:none;border-radius:9999px;width:100%;height:48px;margin-top:4px;padding:0 20px;font-size:.875rem;font-weight:600;transition:background .15s,color .15s,transform .1s;box-shadow:0 2px 8px #0f172a0a}.custom-auth-btn-login:hover:not(:disabled){color:#4a5568;background:#c3ced8}.custom-auth-btn-login:active:not(:disabled){transform:scale(.995)}.custom-auth-btn-login:disabled{opacity:.5;cursor:not-allowed}.custom-auth-btn-secondary{color:#6b7785;cursor:pointer;background:0 0;border:1px solid #d8e0ea;border-radius:9999px;width:100%;margin-top:12px;padding:10px 16px;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s}.custom-auth-btn-secondary:hover:not(:disabled){background:#ffffffa6;border-color:#c5d0dc}.custom-auth-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.custom-auth-footer-line{text-align:center;color:#8b9aaa;margin-top:32px;font-size:.8125rem;line-height:1.6}.custom-auth-footer-link{color:#6b7785;font-weight:500;text-decoration:none}.custom-auth-footer-link:hover{color:#4a5568;text-decoration:underline}.custom-auth-hint{color:#64748b;margin-bottom:16px;font-size:.8125rem;line-height:1.5}.custom-auth-hint strong{color:#475569}.custom-auth-link-ghost{font-size:inherit;color:#6b7785;cursor:pointer;background:0 0;border:none;margin-left:8px;padding:0;font-weight:600;text-decoration:underline;display:inline}.custom-auth-unsupported{text-align:center;color:#64748b;font-size:.875rem}.custom-auth-unsupported p{margin-bottom:12px}html[data-theme=light] .account-profile [class^=cl-],html[data-theme=light] .account-profile [class*=\ cl-]{--cl-color-text:#0f172a;--cl-color-text-secondary:#64748b}html[data-theme=light] .account-profile [class^=cl-] p,html[data-theme=light] .account-profile [class^=cl-] span,html[data-theme=light] .account-profile [class^=cl-] h1,html[data-theme=light] .account-profile [class^=cl-] h2,html[data-theme=light] .account-profile [class^=cl-] h3,html[data-theme=light] .account-profile [class^=cl-] label,html[data-theme=light] .account-profile [class*=\ cl-] p,html[data-theme=light] .account-profile [class*=\ cl-] span,html[data-theme=light] .account-profile [class*=\ cl-] h1,html[data-theme=light] .account-profile [class*=\ cl-] h2,html[data-theme=light] .account-profile [class*=\ cl-] h3,html[data-theme=light] .account-profile [class*=\ cl-] label{color:#0f172a}html[data-theme=light] .account-profile [class*=subtitle],html[data-theme=light] .account-profile [class*=Subtitle],html[data-theme=light] .account-profile [class*=secondary],html[data-theme=light] .account-profile [class*=Secondary],html[data-theme=light] .account-profile [class*=hint],html[data-theme=light] .account-profile [class*=Hint],html[data-theme=light] .account-profile [class*=description],html[data-theme=light] .account-profile [class*=Description],html[data-theme=light] .account-profile [class*=navbarButton]{color:#64748b!important}html[data-theme=light] .account-profile [class*=navbarButton][aria-current=page],html[data-theme=light] .account-profile [class*=navbarButton][data-active]{color:#0f172a!important}html[data-theme=light] .account-profile input,html[data-theme=light] .account-profile textarea,html[data-theme=light] .account-profile select{color:#0f172a!important;background:#fff!important;border-color:#94a3b859!important}html[data-theme=light] .account-profile [class*=divider],html[data-theme=light] .account-profile [class*=Divider]{background:#94a3b826!important;border-color:#94a3b826!important}html[data-theme=light] .account-profile a[href]{color:#475569!important}html[data-theme=light] .account-profile [class*=avatarBox],html[data-theme=light] .account-profile [class*=userPreviewAvatarContainer],html[data-theme=light] .account-profile [class*=identityPreview] [class*=avatar]{color:#f8fafc!important;background:#334155!important}html[data-theme=light] .account-profile [style*=gradient],html[data-theme=light] .account-profile [style*=linear-gradient]{background:#f1f5f9!important}html[data-theme=dark] .account-profile [style*=gradient],html[data-theme=dark] .account-profile [style*=linear-gradient]{background:#0c0f14!important}html[data-theme=light] .account-profile [class*=navbar] [class*=footer],html[data-theme=light] .account-profile [class*=pageScrollBox],html[data-theme=light] .account-profile [class*=scrollBox],html[data-theme=light] .account-profile [class*=PageScrollBox],html[data-theme=light] .account-profile [class*=ScrollBox]{background:#f1f5f9!important}html[data-theme=dark] .account-profile [class*=pageScrollBox],html[data-theme=dark] .account-profile [class*=scrollBox],html[data-theme=dark] .account-profile [class*=PageScrollBox],html[data-theme=dark] .account-profile [class*=ScrollBox]{background:#12161f!important}html[data-theme=dark] .account-profile [class*=navbar] [class*=footer]{background:#0c0f14!important}html[data-theme=dark] .account-profile a[href]{color:#94a3b8!important}html[data-theme=dark] .account-profile [class*=avatarBox],html[data-theme=dark] .account-profile [class*=userPreviewAvatarContainer],html[data-theme=dark] .account-profile [class*=identityPreview] [class*=avatar]{color:#f8fafc!important;background:#475569!important}html[data-theme=dark] .account-profile [class^=cl-],html[data-theme=dark] .account-profile [class*=\ cl-]{--cl-color-text:#e5e5e5;--cl-color-text-secondary:#a3a3a3}html[data-theme=dark] .account-profile [class^=cl-] p,html[data-theme=dark] .account-profile [class^=cl-] span,html[data-theme=dark] .account-profile [class^=cl-] h1,html[data-theme=dark] .account-profile [class^=cl-] h2,html[data-theme=dark] .account-profile [class^=cl-] h3,html[data-theme=dark] .account-profile [class^=cl-] label,html[data-theme=dark] .account-profile [class*=\ cl-] p,html[data-theme=dark] .account-profile [class*=\ cl-] span,html[data-theme=dark] .account-profile [class*=\ cl-] h1,html[data-theme=dark] .account-profile [class*=\ cl-] h2,html[data-theme=dark] .account-profile [class*=\ cl-] h3,html[data-theme=dark] .account-profile [class*=\ cl-] label{color:#e5e5e5!important}html[data-theme=dark] .account-profile [class*=subtitle],html[data-theme=dark] .account-profile [class*=Subtitle],html[data-theme=dark] .account-profile [class*=secondary],html[data-theme=dark] .account-profile [class*=Secondary],html[data-theme=dark] .account-profile [class*=hint],html[data-theme=dark] .account-profile [class*=Hint],html[data-theme=dark] .account-profile [class*=description],html[data-theme=dark] .account-profile [class*=Description]{color:#a3a3a3!important}html[data-theme=dark] .account-profile [class*=navbarButton]{color:silver!important}html[data-theme=dark] .account-profile [class*=navbarButton][aria-current=page],html[data-theme=dark] .account-profile [class*=navbarButton][data-active]{color:#fff!important}html[data-theme=dark] .account-profile input,html[data-theme=dark] .account-profile textarea,html[data-theme=dark] .account-profile select{color:#e5e5e5!important;background:#141418!important;border-color:#ffffff1a!important}html[data-theme=dark] .account-profile [class*=divider],html[data-theme=dark] .account-profile [class*=Divider]{background:#ffffff12!important;border-color:#ffffff12!important}.account-page{min-height:100dvh;padding:32px 20px 80px;padding-top:max(32px,env(safe-area-inset-top));padding-right:max(20px,env(safe-area-inset-right));padding-left:max(20px,env(safe-area-inset-left));padding-bottom:max(80px,env(safe-area-inset-bottom));background:radial-gradient(100% 55% at 50% 0,#94a3b829,#0000 52%),linear-gradient(#f8fafc 0%,#eef2f7 100%);justify-content:center;align-items:flex-start;display:flex;position:relative;overflow-x:hidden}html[data-theme=dark] .account-page{background:#0f1219}.account-inner{z-index:10;width:100%;max-width:640px;animation:.5s both fade-up;position:relative}.account-inner:has(.account-profile--embedded){max-width:min(52rem,100%)}.account-header{margin-bottom:28px}.account-back{color:#64748b;align-items:center;gap:6px;margin-bottom:16px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}html[data-theme=dark] .account-back{color:#94a3b8}.account-back:hover{color:#0f172a}html[data-theme=dark] .account-back:hover{color:#e2e8f0}.account-settings-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin:0 0 10px;font-size:13px;font-weight:600}html[data-theme=dark] .account-settings-eyebrow{color:#64748b}.account-greeting{color:#334155;letter-spacing:-.03em;flex-direction:row;align-items:center;gap:14px;margin:0;padding:0;font-size:clamp(20px,5vw,26px);font-weight:600;line-height:1.2;display:flex}html[data-theme=dark] .account-greeting{color:#e2e8f0}.account-greeting__avatar{background:linear-gradient(160deg,#dbeafe 0%,#bfdbfe 45%,#e0f2fe 100%);border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden;box-shadow:0 1px 3px #0f172a14}html[data-theme=dark] .account-greeting__avatar{background:linear-gradient(160deg,#1e3a5f 0%,#1e293b 100%);box-shadow:0 1px 3px #00000059}.account-greeting__avatar-img{object-fit:cover;width:100%;height:100%;display:block}.account-greeting__avatar-fallback{justify-content:center;align-items:flex-end;width:100%;height:100%;padding-bottom:10px;display:flex}.account-greeting__eyes{gap:8px;display:flex}.account-greeting__eyes:before,.account-greeting__eyes:after{content:"";background:#0f172a;border-radius:50%;width:5px;height:5px}html[data-theme=dark] .account-greeting__eyes:before,html[data-theme=dark] .account-greeting__eyes:after{background:#f1f5f9}.account-greeting__label{flex:1;min-width:0}.account-settings-stack{flex-direction:column;gap:20px;display:flex}.account-settings-card{background:#fff;border:1px solid #0f172a0f;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0f172a0f,0 8px 24px #0f172a0a}html[data-theme=dark] .account-settings-card{background:#1a1d28;border-color:#ffffff14;box-shadow:0 8px 32px #00000059}.account-settings-card--danger{border-color:#ef444426}.account-settings-row{width:100%;font:inherit;text-align:left;cursor:pointer;color:inherit;touch-action:manipulation;background:0 0;border:none;border-bottom:1px solid #0f172a0f;align-items:center;gap:14px;padding:16px 18px;transition:background .15s;display:flex}html[data-theme=dark] .account-settings-row{border-bottom-color:#ffffff0f}.account-settings-row:last-child,.account-settings-row--last{border-bottom:none}.account-settings-row:hover:not(.account-settings-row--static):not(:disabled){background:#0f172a08}html[data-theme=dark] .account-settings-row:hover:not(.account-settings-row--static):not(:disabled){background:#ffffff0a}.account-settings-row--link{color:inherit;cursor:pointer;touch-action:manipulation;text-decoration:none}.account-settings-row--static{cursor:default}.account-settings-row--static:hover{background:0 0!important}.account-settings-row__icon{color:#475569;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}html[data-theme=dark] .account-settings-row__icon{color:#94a3b8}.account-settings-row__icon--danger,.account-settings-row--danger .account-settings-row__icon{color:#dc2626}.account-settings-row__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.account-settings-row__body--single{justify-content:center}.account-settings-row__title{color:#0f172a;letter-spacing:-.02em;font-size:15px;font-weight:500}html[data-theme=dark] .account-settings-row__title{color:#f1f5f9}.account-settings-row__sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}html[data-theme=dark] .account-settings-row__sub{color:#94a3b8}.account-settings-row--danger .account-settings-row__title{color:#dc2626;font-weight:500}.account-settings-chevron{color:#94a3b8;flex-shrink:0}html[data-theme=dark] .account-settings-chevron{color:#64748b}.account-seg{background:#0f172a0f;border-radius:10px;flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:0;max-width:100%;padding:3px;display:inline-flex}html[data-theme=dark] .account-seg{background:#ffffff14}.account-seg__btn{appearance:none;letter-spacing:-.01em;color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}html[data-theme=dark] .account-seg__btn{color:#94a3b8}.account-seg__btn:hover{color:#0f172a}html[data-theme=dark] .account-seg__btn:hover{color:#f1f5f9}.account-seg__btn--active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #0f172a1f}html[data-theme=dark] .account-seg__btn--active{color:#f8fafc;box-shadow:none;background:#ffffff1f}.account-settings-danger-label{letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;padding:0 4px;font-size:12px;font-weight:600}html[data-theme=dark] .account-settings-danger-label{color:#64748b}.account-settings-row--gateway{flex-wrap:wrap;align-items:flex-start;gap:12px 14px}@media (min-width:520px){.account-settings-row--gateway{flex-wrap:nowrap;align-items:center}}.account-settings-row__sub--wrap{white-space:normal;line-height:1.4}.account-gateway-reset-btn{appearance:none;letter-spacing:-.02em;color:#dc2626;cursor:pointer;background:#ef44440f;border:1px solid #ef444473;border-radius:10px;flex-shrink:0;margin-left:auto;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s}html[data-theme=dark] .account-gateway-reset-btn{color:#f87171;background:#ef44441a;border-color:#f8717159}.account-gateway-reset-btn:hover:not(:disabled){background:#ef44441f}.account-gateway-reset-btn:disabled{opacity:.55;cursor:not-allowed}@media (max-width:519px){.account-settings-row--gateway .account-gateway-reset-btn{width:100%;margin-left:0}}.account-gateway-reset-feedback{border-top:1px solid #0f172a0f;margin:0;padding:10px 18px 14px;font-size:13px;line-height:1.45}html[data-theme=dark] .account-gateway-reset-feedback{border-top-color:#ffffff0f}.account-gateway-reset-feedback--ok{color:#15803d}html[data-theme=dark] .account-gateway-reset-feedback--ok{color:#4ade80}.account-gateway-reset-feedback--error{color:#dc2626}html[data-theme=dark] .account-gateway-reset-feedback--error{color:#f87171}.account-modal-backdrop{z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a80;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}html[data-theme=dark] .account-modal-backdrop{background:#000000b8}.account-modal{background:#fff;border:1px solid #0f172a1a;border-radius:16px;width:100%;max-width:440px;max-height:min(90vh,560px);padding:22px 22px 18px;overflow:auto;box-shadow:0 24px 48px #0f172a2e,0 0 0 1px #0f172a0a}html[data-theme=dark] .account-modal{background:#1a1d28;border-color:#ffffff1a;box-shadow:0 24px 48px #0000008c}.account-modal__title{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:18px;font-weight:600}html[data-theme=dark] .account-modal__title{color:#f1f5f9}.account-modal__body{margin-top:14px}.account-modal__lead{color:#334155;margin:0;font-size:14px;line-height:1.55}html[data-theme=dark] .account-modal__lead{color:#cbd5e1}.account-modal__list{color:#475569;margin:12px 0 0;padding-left:1.25rem;font-size:14px;line-height:1.5}html[data-theme=dark] .account-modal__list{color:#94a3b8}.account-modal__note{color:#64748b;margin:14px 0 0;font-size:13px;line-height:1.45}html[data-theme=dark] .account-modal__note{color:#64748b}.account-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.account-modal__btn{appearance:none;letter-spacing:-.02em;cursor:pointer;border:1px solid #0000;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.account-modal__btn--secondary{color:#334155;background:#0f172a0a;border-color:#0f172a1f}html[data-theme=dark] .account-modal__btn--secondary{color:#e2e8f0;background:#ffffff0f;border-color:#ffffff1f}.account-modal__btn--secondary:hover{background:#0f172a14}html[data-theme=dark] .account-modal__btn--secondary:hover{background:#ffffff1a}.account-modal__btn--danger{color:#b91c1c;background:#ef44441a;border-color:#ef444473}html[data-theme=dark] .account-modal__btn--danger{color:#fca5a5;background:#ef444426;border-color:#f8717166}.account-modal__btn--danger:hover{background:#ef44442e}.account-profile-flow{flex-direction:column;gap:16px;display:flex}.account-profile-back{color:#475569;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:8px;padding:8px 4px;font-size:15px;font-weight:500;transition:color .15s;display:inline-flex}html[data-theme=dark] .account-profile-back{color:#94a3b8}.account-profile-back:hover{color:#0f172a}html[data-theme=dark] .account-profile-back:hover{color:#f1f5f9}.account-profile--embedded{padding:0}.account-profile{width:100%}.app-brand-logo{align-items:center;gap:12px;display:flex}.app-brand-logo-img{flex-shrink:0;width:40px;height:auto;display:block}.app-brand-logo-text{letter-spacing:.12em;text-transform:uppercase;color:var(--text);font-size:16px;font-weight:700}.prov-logo .app-brand-logo-text{letter-spacing:.14em;font-size:17px}.ws-loader{z-index:9999;background:var(--bg);opacity:1;will-change:opacity;justify-content:center;align-items:center;transition:opacity .58s cubic-bezier(.33,1,.68,1);animation:.45s both fade-up;display:flex;position:fixed;inset:0;overflow:hidden}.ws-loader--exiting{opacity:0;pointer-events:none}.ws-loader--exiting .ws-loader-ring-fill,.ws-loader--exiting .ws-loader-ring-dot{animation-play-state:paused}.ws-loader-orb{filter:blur(70px);pointer-events:none;border-radius:50%;position:absolute}.ws-loader-orb--1{background:radial-gradient(circle,#64748b26 0%,#0000 70%);width:500px;height:500px;animation:14s ease-in-out infinite alternate orb-drift;top:-200px;left:-150px}.ws-loader-orb--2{background:radial-gradient(circle,#64748b17 0%,#0000 70%);width:400px;height:400px;animation:18s ease-in-out -5s infinite alternate orb-drift;bottom:-100px;right:-100px}.ws-loader-inner{z-index:1;padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right));padding-bottom:max(0px,env(safe-area-inset-bottom));flex-direction:column;align-items:center;gap:0;display:flex;position:relative}.ws-loader-logo{margin-bottom:40px}.ws-loader-ring{width:72px;height:72px;margin-bottom:28px;position:relative}.ws-loader-ring-track{border:2px solid var(--loader-ring-track);border-radius:50%;position:absolute;inset:0}.ws-loader-ring-fill{border:2px solid #0000;border-top-color:var(--accent);filter:drop-shadow(0 0 6px #64748b73);border-right-color:#64748b59;border-radius:50%;animation:1s linear infinite spin-ring;position:absolute;inset:0}.ws-loader-ring-dot{background:var(--accent-strong);width:6px;height:6px;box-shadow:0 0 10px var(--accent-glow);transform-origin:50% 39px;border-radius:50%;animation:1s linear infinite spin-ring;position:absolute;top:-3px;left:50%;transform:translate(-50%)}@keyframes spin-ring{to{transform:rotate(360deg)}}.ws-loader-label{color:var(--text);letter-spacing:-.3px;margin-bottom:6px;font-size:16px;font-weight:600}.ws-loader-sub{color:var(--text-muted);opacity:.72;font-size:13px}.ws-shell{z-index:1;background:var(--bg);flex-direction:column;min-height:0;display:flex;position:fixed;inset:0}.ws-shell .ws-iframe{opacity:0;pointer-events:none;will-change:opacity;border:none;flex:1 1 0;width:100%;min-height:0;transition:opacity .58s cubic-bezier(.33,1,.68,1);display:block}.ws-shell .ws-iframe--visible{opacity:1;pointer-events:auto}.billing-alert{z-index:2;padding:10px 16px;padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-top:max(10px,env(safe-area-inset-top));background:linear-gradient(#fbbf2424,#fbbf240f);border-bottom:1px solid #d9770640;flex:none}html[data-theme=dark] .billing-alert{background:linear-gradient(#fbbf241f,#fbbf240a)}.billing-alert__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;max-width:960px;margin:0 auto;display:flex}.billing-alert__text{color:var(--text);margin:0;font-size:13px;line-height:1.45}.billing-alert__cta{background:var(--btn-navy-bg);color:var(--btn-navy-text);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 0 16px #64748b40}.billing-alert__cta:hover{filter:brightness(1.06)}.upgrade-page{min-height:100dvh;padding:24px 20px 48px;padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));padding-bottom:max(48px,env(safe-area-inset-bottom));background:var(--bg);color:var(--text)}.upgrade-page--loading{color:var(--text-muted);justify-content:center;align-items:center;font-size:14px;display:flex}.upgrade-page__header{max-width:1120px;margin:0 auto 28px}.upgrade-page__back{color:var(--text-muted);margin-bottom:16px;font-size:13px;text-decoration:none;display:inline-block}.upgrade-page__back:hover{color:var(--text)}.upgrade-page__title{letter-spacing:-.03em;margin:0 0 6px;font-size:28px;font-weight:700}.upgrade-page__sub{color:var(--text-muted);margin:0;font-size:15px}.upgrade-page__muted{color:var(--text-muted);margin:10px 0 0;font-size:13px}.upgrade-page__flash{border-radius:10px;margin:12px 0 0;padding:10px 12px;font-size:13px}.upgrade-page__flash--ok{color:var(--text);background:#34d3991f}.upgrade-page__flash--muted{color:var(--text-muted);background:#64748b1a}.upgrade-page__flash--warn{background:#fbbf2424;border:1px solid #d9770640}.upgrade-page__flash--err{color:#b91c1c;background:#f871711f}.upgrade-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:16px;max-width:1120px;margin:0 auto;display:grid}@media (max-width:1100px){.upgrade-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.upgrade-grid{grid-template-columns:1fr}}.upgrade-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:14px;padding:22px 20px 20px;display:flex;position:relative}.upgrade-card--featured{border-color:#47556973;transform:translateY(-2px);box-shadow:0 12px 40px #00000014,0 0 0 1px #64748b1f}html[data-theme=dark] .upgrade-card--featured{box-shadow:0 16px 48px #00000073,0 0 0 1px #94a3b81f}.upgrade-card__badge{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:#64748b29;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:12px;right:12px}.upgrade-card__name{margin:0;font-size:18px;font-weight:700}.upgrade-card__price{letter-spacing:-.03em;margin:0;font-size:32px;font-weight:700}.upgrade-card__price--custom{font-size:22px}.upgrade-card__period{color:var(--text-muted);font-size:15px;font-weight:600}.upgrade-card__lead{color:var(--text-muted);margin:0;font-size:13px;line-height:1.45}.upgrade-card__list{flex-direction:column;flex:auto;gap:10px;margin:0;padding:0;list-style:none;display:flex}.upgrade-card__list li{color:var(--text);align-items:flex-start;gap:10px;font-size:13px;line-height:1.4;display:flex}.upgrade-card__ico{width:22px;height:22px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.upgrade-card__ico--check{color:var(--accent-strong)}.upgrade-btn{cursor:pointer;text-align:center;border:none;border-radius:999px;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:12px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:filter .15s,opacity .15s;display:inline-flex}.upgrade-btn:disabled{opacity:.55;cursor:not-allowed}.upgrade-btn--primary{color:#fff;background:linear-gradient(#94a3b8,#64748b);box-shadow:0 4px 16px #64748b40}.upgrade-btn--primary:hover:not(:disabled){filter:brightness(1.05)}.upgrade-btn--ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.upgrade-page__footer{text-align:center;max-width:1120px;margin:28px auto 0;font-size:13px}.upgrade-page__footer a{color:var(--accent-strong);text-decoration:none}.upgrade-page__footer a:hover{text-decoration:underline}.app-sign-out-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.app-sign-out-inner{text-align:center}.app-sign-out-spinner{border:2px solid #64748b59;border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;margin:0 auto 12px;animation:.7s linear infinite spin-ring}.app-sign-out-text{color:var(--text-muted);font-size:14px}.prov-page{background:var(--bg);isolation:isolate;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.prov-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.prov-orb--1{background:radial-gradient(circle,#64748b24 0%,#0000 70%);width:700px;height:700px;animation:16s ease-in-out infinite alternate orb-drift;top:-200px;left:-200px}.prov-orb--2{background:radial-gradient(circle,#64748b14 0%,#0000 70%);width:500px;height:500px;animation:20s ease-in-out -8s infinite alternate orb-drift;bottom:-150px;right:-100px}.prov-inner{z-index:10;text-align:center;padding:40px 24px 60px;padding-top:max(40px,env(safe-area-inset-top));padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right));padding-bottom:max(60px,env(safe-area-inset-bottom));flex-direction:column;align-items:center;width:100%;max-width:560px;animation:.6s both fade-up;display:flex;position:relative}.prov-logo{margin-bottom:44px}.prov-spinner{width:80px;height:80px;margin-bottom:36px;position:relative}.prov-spinner-track{border:2px solid var(--loader-ring-track);border-radius:50%;position:absolute;inset:0}.prov-spinner-fill{border:2px solid #0000;border-top-color:var(--accent);filter:drop-shadow(0 0 8px #64748b66);border-right-color:#64748b59;border-radius:50%;animation:1s linear infinite spin-ring;position:absolute;inset:0}.prov-spinner-dot{background:var(--accent-strong);width:7px;height:7px;box-shadow:0 0 12px var(--accent-glow);transform-origin:50% 43px;border-radius:50%;animation:1s linear infinite spin-ring;position:absolute;top:-3px;left:50%;transform:translate(-50%)}.prov-headline{color:var(--text);letter-spacing:-.8px;margin-bottom:12px;font-size:clamp(24px,5vw,34px);font-weight:800;line-height:1.15}.prov-sub{color:var(--text-muted);margin-bottom:40px;font-size:15px;line-height:1.5}.prov-steps{flex-direction:column;gap:8px;width:100%;max-width:400px;margin-bottom:32px;display:flex}.prov-step{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:14px;padding:14px 18px;transition:border-color .25s,background .25s;animation:.5s both fade-up;display:flex}.prov-step--done{background:#22c55e09;border-color:#22c55e38}.prov-step--active{background:#64748b12;border-color:#64748b73;box-shadow:inset 0 1px #ffffff0a}.prov-step--pending{opacity:1;border-color:var(--border);background:var(--surface)}.prov-step--pending .prov-step-label{color:var(--text-dim)}.prov-step-num{letter-spacing:.06em;width:1.75rem;color:var(--text-muted);text-align:left;flex-shrink:0;font-family:ui-monospace,SF Mono,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:600;line-height:1}.prov-step--active .prov-step-num{color:var(--accent-bright)}.prov-step--done .prov-step-num{color:#22c55e}.prov-step-label{text-align:left;letter-spacing:-.01em;color:var(--text);flex:1;font-size:13px;font-weight:500;line-height:1.35}.prov-step-status{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.prov-step--done .prov-step-status{color:#22c55e}.prov-step-dot{background:var(--accent-strong);border-radius:50%;width:8px;height:8px;animation:1.2s infinite pulse-dot;box-shadow:0 0 8px #64748b8c}.prov-step-pending{background:var(--border-hover);border-radius:50%;width:8px;height:8px}.prov-progress{background:var(--surface2);border-radius:100px;width:100%;max-width:380px;height:3px;margin-bottom:20px;overflow:hidden}.prov-progress-bar{background:linear-gradient(90deg,#64748b,#94a3b8);border-radius:100px;height:100%;animation:8s linear infinite prov-progress-fill;box-shadow:0 0 10px #64748b99}@keyframes prov-progress-fill{0%{width:5%}70%{width:85%}to{width:92%}}.prov-note{color:var(--text-muted);letter-spacing:.2px;font-size:12px}.prov-error-card{background:#ef44440f;border:1px solid #ef444433;border-radius:16px;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:420px;padding:32px 28px;display:flex}.prov-error-icon{color:#f87171;justify-content:center;align-items:center;display:flex}.prov-error-icon svg{opacity:.95}.prov-error-title{color:#fca5a5;letter-spacing:-.4px;font-size:20px;font-weight:700}.prov-error-msg{color:#9898a8;word-break:break-all;text-align:left;background:#0000004d;border-radius:8px;width:100%;padding:10px 14px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:13px;line-height:1.5}.prov-error-hint{color:#6b6b7a;text-align:center;font-size:13px;line-height:1.5}.prov-error-hint code{color:#a3a3b3;background:#ffffff12;border-radius:5px;padding:2px 6px;font-size:12px}.prov-retry-btn{background:var(--btn-navy-bg);color:var(--btn-navy-text);border-radius:10px;align-items:center;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 0 20px #64748b4d}.prov-retry-btn:hover{background:#334155;transform:translateY(-1px)}.app-sign-out-page{padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}@media (max-width:480px){.landing-btn{justify-content:center;min-height:48px}.account-settings-row{min-height:48px}.account-seg__btn{min-height:44px}}.account-back:focus-visible,.account-profile-back:focus-visible,.account-settings-row:focus-visible,.account-settings-row--link:focus-visible{outline-offset:2px;outline:2px solid #4755698c}html[data-theme=dark] .account-back:focus-visible,html[data-theme=dark] .account-profile-back:focus-visible,html[data-theme=dark] .account-settings-row:focus-visible,html[data-theme=dark] .account-settings-row--link:focus-visible{outline-color:#94a3b88c}@media (prefers-reduced-motion:reduce){.prov-retry-btn:hover,.landing-btn--primary:hover,.landing-btn--ghost:hover{transform:none}}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-slate-500:#62748e;--color-slate-600:#45556c;--color-slate-700:#314158;--color-zinc-50:#fafafa;--color-zinc-100:#f4f4f5;--color-zinc-400:#9f9fa9;--color-zinc-600:#52525c;--color-zinc-800:#27272a;--color-zinc-900:#18181b;--color-white:#fff;--spacing:.25rem;--container-xl:36rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-normal:0em;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--shadow-sm:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--ease-out:cubic-bezier(0,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}@supports (color:lab(0% 0 0)){:root,:host{--color-slate-500:lab(48.0876% -2.03595 -16.5814);--color-slate-600:lab(35.5623% -1.74978 -15.4316);--color-slate-700:lab(26.9569% -1.47016 -15.6993);--color-zinc-50:lab(98.26% 0 0);--color-zinc-100:lab(96.1634% .0993311 -.364041);--color-zinc-400:lab(65.6464% 1.53497 -5.42429);--color-zinc-600:lab(35.1166% 1.78212 -6.1173);--color-zinc-800:lab(15.7305% .613764 -2.16959);--color-zinc-900:lab(8.30603% .618205 -2.16572)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-1\/2{top:50%}.left-1\/2{left:50%}.z-1{z-index:1}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-auto{margin-inline:auto}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.box-border{box-sizing:border-box}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.list-item{display:list-item}.table{display:table}.table-row{display:table-row}.h-7{height:calc(var(--spacing)*7)}.w-full{width:100%}.max-w-full{max-width:100%}.max-w-xl{max-width:var(--container-xl)}.flex-shrink{flex-shrink:1}.-translate-x-1\/2{--tw-translate-x:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-\[0\.05em\]{gap:.05em}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-slate-600{background-color:var(--color-slate-600)}.bg-zinc-50{background-color:var(--color-zinc-50)}.bg-zinc-100{background-color:var(--color-zinc-100)}.p-4{padding:calc(var(--spacing)*4)}.p-8{padding:calc(var(--spacing)*8)}.px-0{padding-inline:calc(var(--spacing)*0)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-2{padding-block:calc(var(--spacing)*2)}.text-center{text-align:center}.font-\[Helvetica\,Arial\,sans-serif\]{font-family:Helvetica,Arial,sans-serif}.font-sans{font-family:var(--font-sans)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[13px\]{font-size:13px}.text-\[18px\]{font-size:18px}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-\[22px\]{--tw-leading:22px;line-height:22px}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[-0\.01em\]{--tw-tracking:-.01em;letter-spacing:-.01em}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-normal{--tw-tracking:var(--tracking-normal);letter-spacing:var(--tracking-normal)}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-\[\#DAE2ED\]{color:#dae2ed}.text-\[\#DAE2ED\]\/82{color:#dae2edd1;color:lab(89.5117% -1.22666 -6.35966/.82)}.text-white{color:var(--color-white)}.text-zinc-600{color:var(--color-zinc-600)}.text-zinc-900{color:var(--color-zinc-900)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.\[font-synthesis\:none\]{font-synthesis:none}.\[text-shadow\:0_4px_4px_rgba\(0\,0\,0\,0\.25\)\]{text-shadow:0 4px 4px #00000040}@media (hover:hover){.hover\:bg-slate-700:hover{background-color:var(--color-slate-700)}}@media (min-width:40rem){.sm\:max-w-\[760px\]{max-width:760px}.sm\:px-4{padding-inline:calc(var(--spacing)*4)}.sm\:text-\[15px\]{font-size:15px}.sm\:leading-\[23px\]{--tw-leading:23px;line-height:23px}}@media (min-width:48rem){.md\:max-w-\[627px\]{max-width:627px}.md\:px-0{padding-inline:calc(var(--spacing)*0)}.md\:whitespace-nowrap{white-space:nowrap}}@media (prefers-color-scheme:dark){.dark\:bg-slate-600{background-color:var(--color-slate-600)}.dark\:bg-zinc-800{background-color:var(--color-zinc-800)}.dark\:bg-zinc-900{background-color:var(--color-zinc-900)}.dark\:text-zinc-100{color:var(--color-zinc-100)}.dark\:text-zinc-400{color:var(--color-zinc-400)}@media (hover:hover){.dark\:hover\:bg-slate-500:hover{background-color:var(--color-slate-500)}}}}@font-face{font-family:Monument Extended;src:url(/fonts/MonumentExtended-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Monument Extended;src:url(/fonts/MonumentExtended-Black.woff2)format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Koko Helvetica;src:url(/fonts/Helvetica.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Koko Helvetica;src:url(/fonts/Helvetica-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Koko Helvetica;src:url(/fonts/helvetica-light-587ebe5a59211.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Koko Helvetica;src:url(/fonts/helvetica-similar-fonts/nimbus-sans/nimbussansdot-ultrligh.otf)format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Koko Helvetica;src:url(/fonts/helvetica-similar-fonts/pragmatica/Pragmatica-ExtraLight.ttf)format("truetype");font-weight:200;font-style:normal;font-display:swap}:root{--cream:#f1f1e6;--cream-btn:#f1f1e6;--cream-soft:#e8e2d6;--cream-bright:#faf8f3;--pink-btn:#ff8ef2;--ink:#0a0a0a;--purple-top:#a8a2ec;--purple-mid:#9b94eb;--purple-bottom:#8b82e0;--bg-base:#061928;--bg-mid:#102a46;--bg-glow-blue:#459aff;--bg-edge:#04101a;--bg-ambient-layers:radial-gradient(ellipse 170% 190% at 18% 12%,#459aff3d 0%,#2d7dff24 26%,#102a460f 52%,#06192800 74%),radial-gradient(ellipse 140% 140% at 82% 84%,#0619288c 0%,#0619282e 32%,#06192800 68%),linear-gradient(to right,#06192800 0%,#06192800 58%,#04101a0f 85%,#04101a1f 100%),linear-gradient(to bottom right,#061928 0%,#0a1f36 32%,#102a46 56%,#0a223c 76%,#04101a 100%);--hero-headline-gap:clamp(1.75rem,6vh,7.5rem);--hero-sub-gap:clamp(1.82rem,5.72vh,3.9rem);--hero-sub-pad-left:clamp(1.35rem,5.5vw,3.25rem);--hero-title-block-pad-x:clamp(42px,5vw,80px);--hero-optical-lift:clamp(1rem,2.4vh,1.75rem);--hero-frame-nudge-down:clamp(1.72rem,3.45vh,2.75rem);--hero-copy-nudge-down:clamp(.5rem,2.65vh,1.85rem);--hero-waitlist-footer-anchor-up:clamp(1.28rem,2.35vh,1.55rem);--hero-stack-gap-orb-to-headline:clamp(1.1rem,2.5vh,1.85rem);--hero-stack-gap-headline-to-cta:clamp(.45rem,1.1vh,.72rem);--hero-stack-gap-cta-to-pills:clamp(.85rem,2.1vh,1.35rem);--hero-stack-gap-pills-to-waitcopy:clamp(.72rem,1.65vh,1.05rem);--hero-waitlist-line-to-footer-gap:clamp(1.55rem,3.25vh,2.4rem);--hero-koko-ai-gap-px:0;--hero-koko-ai-nudge-px:-22;--waitlist-gap-px:56;--waitlist-to-pills-gap-px:12;--waitlist-pill-col-gap-px:8;--waitlist-pill-row-gap-px:12;--hero-orb-md-scale:.505;--koko-viewport-bg:#091a25;--koko-viewport-image:linear-gradient(168deg,#07141e 0%,#091f34 22%,#0e2a44 52%,#0b243a 78%,#061820 100%),radial-gradient(ellipse 130% 100% at 50% 105%,#06162666 0%,transparent 58%),radial-gradient(ellipse 38% 30% at 50% 34%,#529eff13 0%,transparent 45%),radial-gradient(ellipse 38% 30% at 50% 34%,#0a243824 0%,transparent 50%)}*,:before,:after{box-sizing:border-box}a,button,.btn{cursor:pointer}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html{-moz-text-size-adjust:100%;text-size-adjust:100%;touch-action:manipulation;overflow-x:hidden}html,body{background-color:var(--koko-viewport-bg);background-image:var(--koko-viewport-image);width:100%;max-width:100vw;min-height:100dvh;color:var(--cream);background-repeat:no-repeat;background-size:100% 100%;margin:0;font-family:DM Sans,system-ui,sans-serif}.site-header{z-index:6;pointer-events:none;padding-top:clamp(1.45rem,4.1vh,2rem);padding-right:calc(env(safe-area-inset-right,0px) + var(--hero-title-block-pad-x));padding-bottom:0;padding-left:calc(env(safe-area-inset-left,0px) + var(--hero-title-block-pad-x));position:fixed;top:0;left:0;right:0}.site-header__inner{justify-content:space-between;align-items:stretch;gap:1rem;display:flex}.site-header__left,.site-header__right{flex:1 1 0;align-items:center;display:flex}.site-header__left{justify-content:flex-start;margin-left:clamp(1.5rem,3.2vw,2.65rem)}.site-header__right{justify-content:flex-end;margin-right:clamp(1.5rem,3.2vw,2.65rem)}.site-header__actions{pointer-events:auto;touch-action:manipulation;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.9rem;min-width:0;max-width:100%;display:flex}.site-header__btn-label--narrow{display:none}.site-header__actions>.site-header__btn{box-sizing:border-box;-webkit-backdrop-filter:blur(12px)saturate(1.15);min-height:2.75rem;padding:.52rem 1rem;box-shadow:0 4px 14px #00000024}.site-header__actions>a.site-header__btn{letter-spacing:.08em;text-transform:uppercase;font-family:Helvetica,Koko Helvetica,Helvetica Neue,Arial,sans-serif;font-size:clamp(11px,1.15vw,14px);font-weight:500;line-height:1.25}.site-header__actions>a.site-header__btn--ghost{color:#faf8f3eb;background:#ffffff0e;border:1px solid #dae2ed70}.site-header__actions>a.site-header__btn--ghost:hover{background:#ffffff14;border-color:#dae2ed80}.site-header__btn{appearance:none;letter-spacing:.14em;text-transform:uppercase;color:#faf8f3eb;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:.48rem .9rem;font-family:DM Sans,system-ui,sans-serif;font-size:.72rem;font-weight:700;line-height:1;transition:none;display:inline-flex}.site-header__btn--disabled{pointer-events:none;cursor:default;text-transform:none;letter-spacing:.01em;font-size:clamp(.84rem,.95vw,.98rem);font-weight:500}.site-header__btn:focus-visible{outline-offset:3px;outline:2px solid #79c6ffa6}.site-header__btn--ghost{background:#ffffff0f;border:1px solid #faf8f347}.site-header__btn--ghost:hover{background:#ffffff0f;border-color:#faf8f347}.site-header__coming-soon.site-header__btn--ghost{-webkit-backdrop-filter:blur(12px)saturate(1.15);background:#ffffff0e;border:1px solid #dae2ed70;box-shadow:0 4px 14px #00000024}.site-header__coming-soon.site-header__btn--ghost:hover{background:#ffffff14;border-color:#dae2ed80}.site-header__coming-soon.site-header__btn.site-header__btn--disabled{letter-spacing:0;text-transform:none;color:#dae2edb8;font-family:Helvetica,Koko Helvetica,Helvetica Neue,Arial,sans-serif;font-size:clamp(11px,1.15vw,14px);font-weight:400;line-height:1.25}.site-header__coming-soon-text--short{display:none}.site-header__coming-soon-text--full{display:inline}.site-header__btn--primary{color:#061422eb;background:#79c6ffe6;box-shadow:0 10px 28px #00000038}.site-header__btn--primary:hover{background:#79c6ffe6;box-shadow:0 10px 28px #00000038}.site-header__nav{pointer-events:auto;justify-content:center;align-items:center;gap:1.5rem;display:flex}.site-header__link{appearance:none;letter-spacing:.14em;text-transform:uppercase;color:#faf8f3e6;background:0 0;border:0;justify-content:center;align-items:center;padding:.35rem .2rem;font-family:DM Sans,system-ui,sans-serif;font-size:.74rem;font-weight:700;line-height:1;display:inline-flex}.site-header__link:hover{color:#faf8f3e6}.site-header__link:focus-visible{outline-offset:3px;border-radius:8px;outline:2px solid #79c6ffa6}.site-header__brand{appearance:none;--pill-pad-x:.2rem;cursor:pointer;font:inherit;pointer-events:auto;box-shadow:none;-webkit-backdrop-filter:none;-webkit-user-select:none;user-select:none;will-change:auto;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:0;padding:0;transition:none;display:inline-flex;position:relative;overflow:visible;transform:none}.site-header__brand:focus-visible{outline-offset:3px;outline:2px solid #79c6ffa6}.site-header__wordmark{letter-spacing:.25em;color:#dae2ed;opacity:1;box-sizing:border-box;text-align:center;justify-content:center;align-items:center;width:fit-content;height:auto;min-height:0;font-family:Helvetica,Koko Helvetica,Helvetica Neue,Arial,sans-serif;font-size:40px;font-weight:400;line-height:1;display:inline-flex}.bubble-cta{z-index:5;pointer-events:auto;position:relative;top:auto;left:auto;transform:none}.hero-main,.preloader,#app{background-color:var(--koko-viewport-bg);background-image:var(--koko-viewport-image);background-repeat:no-repeat;background-size:100% 100%}.hero-main{left:0;right:0;top:calc(-1*var(--hero-optical-lift) + var(--hero-frame-nudge-down));z-index:4;pointer-events:none;isolation:isolate;flex-direction:column;justify-content:flex-start;align-items:center;gap:clamp(.75rem,2.4vh,1.55rem);width:100%;max-width:100vw;padding:clamp(6.25rem,12.5vh,8.35rem) clamp(1rem,4vw,2rem) clamp(5.5rem,12vh,8rem);display:flex;position:fixed;bottom:0}.hero-main:before,.preloader:before{content:"";z-index:0;pointer-events:none;filter:blur(96px)brightness(1.15)saturate(1.1);opacity:1;background:radial-gradient(36% 32% at 50% 34%,#ffffff1f 0%,#589eff7a 10%,#459aff94 22%,#2d7dff61 40%,#2058eb33 52%,#0e308214 60%,#0000 68%),radial-gradient(36% 32% at 50% 34%,#2d7dff52 0%,#459aff33 34%,#266ef51a 48%,#0000 66%);position:absolute;inset:-28%;transform:translateZ(0)}.hero-main:after,.preloader:after{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#0000 32%,#0000002e 70%,#00000052 100%);position:absolute;inset:0}@media (max-width:768px){.waitlist-announce__rest{display:none}}.hero-main>*{z-index:2;position:relative}.hero-main .orb-field{z-index:2;width:100%;height:100%;position:absolute;inset:0}.hero-main__orb-slot{width:100%;max-width:min(96vw,920px);height:clamp(10rem,25vh,17.5rem);margin-top:var(--hero-copy-nudge-down);margin-bottom:var(--hero-stack-gap-orb-to-headline);pointer-events:none;flex-shrink:0}.hero-main .bubble-cta{pointer-events:auto;margin-top:0;margin-bottom:0;transform:none}.hero-main .orb.orb--md{transform:scale(var(--hero-orb-md-scale))!important}.hero-main .hero__title-block.hero__title-block--stack{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-self:center;align-items:center;width:100%;max-width:min(96vw,760px);margin:0 auto clamp(.25rem,1.1vh,.85rem);padding-left:clamp(1rem,4vw,2rem);padding-right:clamp(1rem,4vw,2rem);display:flex;position:relative;top:auto;left:auto;right:auto;transform:none}.hero-main .hero-tagline{font-synthesis:none;text-align:center;gap:0;font-family:Koko Helvetica,sans-serif;font-weight:200}.hero-main .hero-tagline .hero-tagline__line{white-space:nowrap;text-align:center;width:100%;font:inherit;letter-spacing:-.01em;text-shadow:0 2px 14px #00000024;font-size:clamp(2rem,6vw + 1rem,5.625rem);line-height:1;display:block}.hero-main .hero-tagline{max-width:min(100%,760px)}@media (max-width:768px){.hero-main .hero-tagline{width:100%;max-width:100%}.hero-main .hero-tagline .hero-tagline__line{white-space:nowrap;font-size:clamp(2.85rem,9.2vw + .72rem,5.45rem);line-height:1.05}}@media (max-width:768px) and (max-height:700px){.hero-main{padding-top:clamp(4.55rem,8.85vh,5.85rem);padding-bottom:calc(clamp(.55rem,2.2vh,1.2rem) + env(safe-area-inset-bottom,0px));gap:clamp(.22rem,1.05vh,.58rem)}.hero-main__orb-slot{height:clamp(3.65rem,10.5vh,6.25rem)}.hero-main .hero-tagline .hero-tagline__line{font-size:clamp(2.2rem,7.15vw + .45rem,4.45rem)}}@media (max-width:480px){.hero-main .hero__title-block.hero__title-block--stack{max-width:100%;padding-left:clamp(0rem,1.5vw,.5rem);padding-right:clamp(0rem,1.5vw,.5rem)}}.hero-main .hero-tagline .hero-tagline__line--bright{color:#e5e7eb;margin-bottom:-.065em}.hero-main .hero-tagline .hero-tagline__line--muted{color:#9ca3af}.hero.hero--minimal{clip:rect(0,0,0,0);white-space:nowrap;pointer-events:none;border:0;width:1px;height:1px;margin:0;padding:0;position:absolute;overflow:hidden}.bubble-cta__btn{pointer-events:auto;appearance:none;isolation:isolate;letter-spacing:.06em;text-transform:none;color:#fffffff7;-webkit-backdrop-filter:blur(40px)saturate(118%);will-change:auto;background-color:#ffffff14;background-image:linear-gradient(168deg,#ffffff6b 0%,#ffffff24 32%,#ffffff0a 52%,#0c121c73 100%),radial-gradient(130% 120% at 50% -15%,#ffffff47 0%,#0000 55%),radial-gradient(100% 90% at 100% 100%,#ffffff0f 0%,#0000 48%);border:1px solid #ffffff85;border-radius:999px;align-items:center;gap:.4rem;padding:.95rem 1.5rem;font-family:DM Sans,system-ui,sans-serif;font-size:clamp(1.12rem,2vw,1.48rem);font-weight:400;transition:none;display:inline-flex;position:relative;overflow:hidden;transform:none;box-shadow:0 12px 40px #00000047,0 4px 12px #00000024,inset 0 1px #ffffff8c,inset 0 -2px 1px #0000001f,inset 0 0 0 1px #ffffff1f}.bubble-cta__btn:after{content:"";z-index:0;pointer-events:none;mix-blend-mode:soft-light;opacity:.92;background:linear-gradient(150deg,#ffffff59 0%,#fff0 45%),radial-gradient(110% 85% at 50% 0,#ffffff47 0%,#0000 52%),radial-gradient(75% 65% at 0 55%,#ffffff1f 0%,#0000 52%);border-radius:999px;position:absolute;inset:0}.bubble-cta__content{z-index:1;align-items:center;min-width:0;display:inline-flex;position:relative}.bubble-cta__label{text-align:center;vertical-align:middle;grid-template:auto/auto;place-items:center;min-width:0;display:inline-grid}.bubble-cta__phrase{opacity:0;white-space:nowrap;text-align:center;grid-area:1/1;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transform:translate(0)}.bubble-cta__phrase--on{opacity:1}.bubble-cta__phrase--meet.bubble-cta__phrase--on{transform:translate(calc(7px + .12rem))}@media (prefers-reduced-motion:reduce){.bubble-cta__phrase{transition:none}.bubble-cta__phrase--meet.bubble-cta__phrase--on{transform:none}}.bubble-cta__email-wrap{z-index:6;flex-direction:column;align-items:center;width:100%;max-width:min(92vw,22rem);display:flex;position:relative}form.bubble-cta__btn.bubble-cta__btn--email{border:none;gap:.5rem;width:100%;min-width:min(92vw,22rem);padding:.95rem 1.1rem .95rem 1.72rem}.bubble-cta__btn.bubble-cta__btn--email.bubble-cta__btn--success{cursor:default;color:#fff;background-color:#1c6e4480;background-image:linear-gradient(168deg,#a0ffc861 0%,#48d28247 36%,#0c482ab8 100%),radial-gradient(130% 115% at 50% -8%,#ffffff52 0%,#0000 52%),radial-gradient(95% 85% at 100% 100%,#ffffff14 0%,#0000 48%);border:none;justify-content:center;gap:.65rem;width:100%;min-width:min(92vw,22rem);padding:.85rem 1.1rem .85rem 1.72rem;box-shadow:0 12px 38px #00301c61,0 4px 14px #0003,inset 0 1px #ffffff73,inset 0 -2px 1px #00000024,inset 0 0 0 1px #ffffff24}.bubble-cta__btn.bubble-cta__btn--email.bubble-cta__btn--success:after{opacity:.88;background:linear-gradient(150deg,#c8ffdc47 0%,#fff0 48%),radial-gradient(110% 85% at 50% 0,#ffffff38 0%,#0000 52%),radial-gradient(75% 65% at 0 55%,#ffffff1a 0%,#0000 52%)}.bubble-cta__pill-result-row{z-index:1;justify-content:space-between;align-items:center;gap:.65rem;width:100%;min-width:0;display:flex;position:relative}.bubble-cta__success-icon{flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;animation:.42s cubic-bezier(.22,1,.36,1) both bubble-cta-success-icon-in;display:inline-flex}.bubble-cta__success-svg{width:2.5rem;height:2.5rem;display:block;overflow:visible}.bubble-cta__success-ring{fill:none;stroke-linecap:round;transform-origin:20px 20px;stroke-dasharray:106.8;stroke-dashoffset:106.8px;animation:.55s cubic-bezier(.33,1,.68,1) 40ms forwards bubble-cta-success-ring-draw;transform:rotate(-90deg)}.bubble-cta__success-check{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:28;stroke-dashoffset:28px;animation:.38s cubic-bezier(.33,1,.68,1) .42s forwards bubble-cta-success-check-draw}.bubble-cta__success-label{letter-spacing:.04em;color:#fff;text-shadow:0 1px 3px #00000059;white-space:nowrap;text-align:left;flex:1;min-width:0;font-family:DM Sans,system-ui,sans-serif;font-size:clamp(.95rem,.55rem + 1.4vw,1.15rem);font-weight:600}.bubble-cta__btn.bubble-cta__btn--email.bubble-cta__btn--fail{cursor:pointer;color:#fff;background-color:#9620308c;background-image:linear-gradient(168deg,#ffa0aa66 0%,#e6465a52 36%,#5a101cc7 100%),radial-gradient(130% 115% at 50% -8%,#ffffff42 0%,#0000 52%),radial-gradient(95% 85% at 100% 100%,#ffffff12 0%,#0000 48%);border:none;justify-content:center;gap:.65rem;width:100%;min-width:min(92vw,22rem);padding:.85rem 1.1rem .85rem 1.72rem;box-shadow:0 12px 38px #30081066,0 4px 14px #00000038,inset 0 1px #ffffff61,inset 0 -2px 1px #00000029,inset 0 0 0 1px #ffffff1f}.bubble-cta__btn.bubble-cta__btn--email.bubble-cta__btn--fail:focus-visible{outline-offset:3px;outline:2px solid #ffffffbf}.bubble-cta__btn.bubble-cta__btn--email.bubble-cta__btn--fail:after{opacity:.88;background:linear-gradient(150deg,#ffc8d238 0%,#fff0 48%),radial-gradient(110% 85% at 50% 0,#ffffff2e 0%,#0000 52%),radial-gradient(75% 65% at 0 55%,#ffffff14 0%,#0000 52%)}.bubble-cta__fail-label{letter-spacing:normal;text-transform:none;color:#fff;text-shadow:0 1px 3px #0006;text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-family:DM Sans,system-ui,sans-serif;font-size:clamp(.56rem,.18rem + 1.85vw,.82rem);font-weight:600;line-height:1.2;overflow:hidden}.bubble-cta__fail-icon{flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;animation:.42s cubic-bezier(.22,1,.36,1) both bubble-cta-fail-icon-in;display:inline-flex}.bubble-cta__fail-svg{width:2.5rem;height:2.5rem;display:block;overflow:visible}.bubble-cta__fail-ring{fill:none;stroke-linecap:round;transform-origin:20px 20px;stroke-dasharray:106.8;stroke-dashoffset:106.8px;animation:.55s cubic-bezier(.33,1,.68,1) 40ms forwards bubble-cta-fail-ring-draw;transform:rotate(-90deg)}.bubble-cta__fail-x1,.bubble-cta__fail-x2{fill:none;stroke-linecap:round;stroke-dasharray:20;stroke-dashoffset:20px}.bubble-cta__fail-x1{animation:.32s cubic-bezier(.33,1,.68,1) .42s forwards bubble-cta-fail-x-draw}.bubble-cta__fail-x2{animation:.32s cubic-bezier(.33,1,.68,1) .58s forwards bubble-cta-fail-x-draw}@keyframes bubble-cta-fail-icon-in{0%{opacity:0;transform:scale(.65)}to{opacity:1;transform:scale(1)}}@keyframes bubble-cta-fail-ring-draw{to{stroke-dashoffset:0}}@keyframes bubble-cta-fail-x-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.bubble-cta__fail-icon{animation:none}.bubble-cta__fail-ring,.bubble-cta__fail-x1,.bubble-cta__fail-x2{stroke-dashoffset:0;animation:none}}@keyframes bubble-cta-success-icon-in{0%{opacity:0;transform:scale(.65)}to{opacity:1;transform:scale(1)}}@keyframes bubble-cta-success-ring-draw{to{stroke-dashoffset:0}}@keyframes bubble-cta-success-check-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.bubble-cta__success-icon{animation:none}.bubble-cta__success-ring,.bubble-cta__success-check{stroke-dashoffset:0;animation:none}}.bubble-cta__btn.bubble-cta__btn--email.bubble-cta__btn--already{cursor:default;color:#fff;background-color:#2058a085;background-image:linear-gradient(168deg,#aad2ff6b 0%,#5096f04d 36%,#12306ebf 100%),radial-gradient(130% 115% at 50% -8%,#ffffff4d 0%,#0000 52%),radial-gradient(95% 85% at 100% 100%,#ffffff14 0%,#0000 48%);border:none;justify-content:center;gap:.65rem;width:100%;min-width:min(92vw,22rem);padding:.85rem 1.1rem .85rem 1.72rem;box-shadow:0 12px 38px #0c285a6b,0 4px 14px #0003,inset 0 1px #ffffff6b,inset 0 -2px 1px #00000024,inset 0 0 0 1px #ffffff24}.bubble-cta__btn.bubble-cta__btn--email.bubble-cta__btn--already:after{opacity:.88;background:linear-gradient(150deg,#c8e6ff42 0%,#fff0 48%),radial-gradient(110% 85% at 50% 0,#fff3 0%,#0000 52%),radial-gradient(75% 65% at 0 55%,#ffffff1a 0%,#0000 52%)}.bubble-cta__already-label{letter-spacing:.02em;color:#fff;text-shadow:0 1px 3px #00000059;white-space:nowrap;text-align:left;text-overflow:ellipsis;flex:1;min-width:0;font-family:DM Sans,system-ui,sans-serif;font-size:clamp(.78rem,.42rem + 1.35vw,.98rem);font-weight:600;overflow:hidden}.bubble-cta__already-icon{flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;animation:.42s cubic-bezier(.22,1,.36,1) both bubble-cta-already-icon-in;display:inline-flex}.bubble-cta__already-svg{width:2.5rem;height:2.5rem;display:block;overflow:visible}.bubble-cta__already-ring{fill:none;stroke-linecap:round;transform-origin:20px 20px;stroke-dasharray:106.8;stroke-dashoffset:106.8px;animation:.55s cubic-bezier(.33,1,.68,1) 40ms forwards bubble-cta-already-ring-draw;transform:rotate(-90deg)}.bubble-cta__already-stem{fill:none;stroke-linecap:round;stroke-dasharray:14;stroke-dashoffset:14px;animation:.32s cubic-bezier(.33,1,.68,1) .42s forwards bubble-cta-already-stem-draw}.bubble-cta__already-dot{opacity:0;animation:.24s .62s forwards bubble-cta-already-dot-in}@keyframes bubble-cta-already-icon-in{0%{opacity:0;transform:scale(.65)}to{opacity:1;transform:scale(1)}}@keyframes bubble-cta-already-ring-draw{to{stroke-dashoffset:0}}@keyframes bubble-cta-already-stem-draw{to{stroke-dashoffset:0}}@keyframes bubble-cta-already-dot-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.bubble-cta__already-icon{animation:none}.bubble-cta__already-ring,.bubble-cta__already-stem{stroke-dashoffset:0;animation:none}.bubble-cta__already-dot{opacity:1;animation:none}}.bubble-cta__hint-bubble{--bubble-hint-tail:clamp(6px,1.1vw + 4px,9px);z-index:8;box-sizing:border-box;pointer-events:none;letter-spacing:.015em;text-align:center;text-shadow:0 1px 3px #00000073;-webkit-backdrop-filter:blur(28px)saturate(125%);background-color:#a01c28b8;background-image:linear-gradient(165deg,#ff5a648c 0%,#dc2d3a6b 42%,#6e0c18bf 100%),radial-gradient(120% 100% at 50% 0,#ffc8c847 0%,#0000 52%);border:none;border-radius:clamp(.78rem,2vw,1.05rem);width:max-content;max-width:min(88vw,clamp(14rem,82vw,18.5rem));padding:clamp(.48rem,1.2vw + .28rem,.68rem) clamp(.55rem,1.8vw + .2rem,.82rem) clamp(.45rem,1vw + .26rem,.58rem);font-family:DM Sans,system-ui,sans-serif;line-height:1.32;animation:.28s cubic-bezier(.22,1,.36,1) both bubble-cta-hint-in;position:absolute;top:calc(100% + clamp(.2rem,.8vw,.38rem));left:50%;overflow:visible;transform:translate(-50%);box-shadow:0 clamp(6px,1.5vw,10px) clamp(18px,4vw,26px) #00000047,0 2px clamp(6px,1.2vw,10px) #3c081066,inset 0 1px #ffffff38,inset 0 -1px #0000002e}.bubble-cta__hint-bubble:before{content:"";width:var(--bubble-hint-tail);height:var(--bubble-hint-tail);box-shadow:none;background:linear-gradient(135deg,#ff7882d9 0%,#b42030e6 100%);border:none;border-radius:2px 0 0;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.bubble-cta__hint-bubble__text{color:#fff;overflow-wrap:anywhere;word-wrap:break-word;max-width:100%;margin:0;padding:0;font-size:clamp(.75rem,.35rem + 1.65vw,.9rem);font-weight:600}@media (prefers-reduced-motion:reduce){.bubble-cta__hint-bubble{animation:none}}@keyframes bubble-cta-hint-in{0%{opacity:0;transform:translate(-50%)translateY(-3px)scale(.97)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.bubble-cta__btn--email .bubble-cta__input{z-index:1;appearance:none;letter-spacing:.06em;color:#fffffff7;background:0 0;border:0;outline:none;flex:1;min-width:0;font-family:DM Sans,system-ui,sans-serif;font-size:clamp(1.12rem,2vw,1.48rem);font-weight:400;position:relative}.bubble-cta__btn--email .bubble-cta__input::placeholder{color:#ffffff80}form.bubble-cta__btn.bubble-cta__btn--email.bubble-cta__btn--email-submitting{cursor:progress}.bubble-cta__btn--email-submitting .bubble-cta__input:disabled{opacity:.72;cursor:progress}.bubble-cta__submit-ring{appearance:none;cursor:pointer;z-index:1;background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.bubble-cta__submit-ring:focus-visible{outline-offset:3px;border-radius:999px;outline:2px solid #ffffffa6}.bubble-cta__submit-ring:disabled{cursor:progress;opacity:1}.bubble-cta__spinner{color:#fffffff5;width:22px;height:22px;animation:.72s linear infinite bubble-cta-spinner-rotate;display:block}.bubble-cta__spinner-arc{fill:none;transform-origin:12px 12px;transform:rotate(-90deg)}@media (prefers-reduced-motion:reduce){.bubble-cta__spinner{animation:none}.bubble-cta__spinner-arc{opacity:.9}}@keyframes bubble-cta-spinner-rotate{to{transform:rotate(360deg)}}.bubble-cta__icon{z-index:1;justify-content:center;align-items:center;display:inline-flex;position:relative}.bubble-cta__ring{box-sizing:border-box;color:#fffffff5;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.bubble-cta__arrow{width:22px;height:22px;display:block}.bubble-cta__btn:before{content:"";z-index:0;border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff2e,inset 0 2px 12px #ffffff14}.bubble-cta__btn:hover{cursor:pointer}.bubble-cta__btn:active{transform:none}.bubble-cta__btn:focus-visible{outline-offset:4px;outline:2px solid #ffffffa6}.site-header__bubble{flex-shrink:0;width:34px;height:40px;line-height:0;position:relative;overflow:hidden}.site-header__bubble .orb-body{filter:none!important;animation:none!important}.site-header__bubble .orb-eye{animation-play-state:running!important}.site-header__bubble .orb.orb--sm{transform-origin:50%;animation:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.119)}body{overflow:hidden auto}#root{z-index:3;pointer-events:none;position:fixed;inset:0}#app{isolation:isolate;z-index:2;cursor:default;width:100vw;max-width:100vw;min-height:100dvh;margin:0;transition:opacity .7s cubic-bezier(.33,1,.68,1);position:relative}html.preloader-boot #app,html.preloader-active #app{opacity:0}.preloader{--preloader-lift:clamp(-1.1rem,-2.5vh,-1.85rem);--preloader-bubble-extra-up:clamp(-.45rem,-1.1vh,-.75rem);z-index:30;pointer-events:auto;isolation:isolate;opacity:1;flex-direction:column;justify-content:center;align-items:center;gap:0;transition:opacity .7s cubic-bezier(.33,1,.68,1),transform .7s cubic-bezier(.33,1,.68,1),filter .7s cubic-bezier(.33,1,.68,1);display:flex;position:fixed;inset:0}.preloader--exit{opacity:0;filter:blur(2px);pointer-events:none;transform:scale(1.01)}.preloader__orb-wrap{z-index:2;transform:translateY(calc(var(--preloader-lift) + var(--preloader-bubble-extra-up)));margin-bottom:calc(-165px*(1 - (var(--hero-orb-md-scale,.56)*.6)) + clamp(.85rem,2.8vh,1.35rem));justify-content:center;align-items:center;line-height:0;display:flex;position:relative}.preloader__orb{transform-origin:50%;animation:1.34s cubic-bezier(.22,.75,.22,1) infinite preloader-bubble-jump}.preloader__progress{z-index:2;text-align:center;transform:translateY(var(--preloader-lift));letter-spacing:.02em;color:#faf8f3f2;text-shadow:0 8px 30px #00000059;flex-shrink:0;margin-top:0;padding-top:0;font-family:Monument Extended,Anton,Bebas Neue,system-ui,sans-serif;font-size:clamp(1.35rem,4.2vw,2.35rem);line-height:1;transition:opacity .7s cubic-bezier(.33,1,.68,1);position:relative}.app-shell{opacity:1;transition:opacity .75s cubic-bezier(.33,1,.68,1)}.app-shell--hidden{opacity:0;pointer-events:none}@keyframes preloader-bubble-jump{0%,24%,to{transform:translateY(0)scale(1)}8%{transform:translateY(2px)scale(1.06,.93)}15%{transform:translateY(-28px)scale(.96,1.07)}19%{transform:translateY(-34px)scale(.95,1.08)}22%{transform:translateY(-29px)scale(.97,1.05)}}.hero{width:100vw;max-width:100vw;height:100dvh;padding:env(safe-area-inset-top,0px)env(safe-area-inset-right,0px)env(safe-area-inset-bottom,0px)env(safe-area-inset-left,0px);z-index:1;text-align:left;pointer-events:none;align-items:center;display:flex;position:fixed;top:0;left:0}.hero *{pointer-events:none!important}.hero .hero__title-block,.hero .hero__title-block *{cursor:default;-webkit-user-select:none;user-select:none}.hero .hero__title-block{width:100%;max-width:100%;padding-left:var(--hero-title-block-pad-x);padding-right:var(--hero-title-block-pad-x);justify-content:flex-start;align-items:stretch;gap:calc(var(--hero-koko-ai-gap-px)*1px);box-sizing:border-box;flex-direction:column;margin:0;display:flex;position:absolute;top:50%;left:0;right:0;overflow:visible;transform:translateY(calc(-50% - 6vh))}.hero__title{box-sizing:border-box;text-transform:uppercase;color:#f3f7fb;opacity:1;letter-spacing:0;-webkit-text-stroke:1px #000;text-shadow:0 16px 38px #00000059;flex-direction:column;align-items:stretch;gap:0;width:100%;max-width:100%;margin:0;padding:0;font-family:Helvetica,Koko Helvetica,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1;display:flex}.hero__line{white-space:nowrap;box-sizing:border-box;width:100%;max-width:100%;line-height:1;display:block}.hero__line--conf{box-sizing:border-box;letter-spacing:0;transform-origin:0 0;font-synthesis:none;color:#f3f7fb;opacity:1;-webkit-text-stroke:1px #000;text-shadow:0 16px 38px #00000059;flex-shrink:0;width:100%;max-width:100%;margin:0;padding:0 0 0 clamp(5px,.7vw,13px);font-size:clamp(104px,22vw,214px);line-height:1;transform:none}@media (max-width:768px){html{height:100%;overflow:hidden}body{overscroll-behavior:none;height:100%;max-height:100svh;overflow:hidden}#app{z-index:1;pointer-events:none;width:100%;max-width:100vw;height:100svh;min-height:0;position:fixed;inset:0;overflow:hidden}#root{z-index:3;pointer-events:none;position:fixed;inset:0;overflow:hidden}.site-header{padding-top:clamp(.9rem,2.5vh,1.5rem)}:root{--hero-orb-md-scale:.38;--hero-optical-lift:clamp(.4rem,1.35vh,.8rem);--hero-frame-nudge-down:clamp(.85rem,1.88vh,1.28rem);--hero-stack-gap-orb-to-headline:clamp(.58rem,2.2vh,1.35rem);--hero-stack-gap-headline-to-cta:clamp(.48rem,1.55vh,.95rem);--hero-stack-gap-cta-to-pills:clamp(.55rem,1.8vh,1.18rem);--hero-stack-gap-pills-to-waitcopy:clamp(.48rem,1.45vh,.95rem);--hero-waitlist-line-to-footer-gap:clamp(1.45rem,3.15vh,2.35rem);--hero-copy-nudge-down:clamp(.24rem,1.1vh,.68rem);--hero-waitlist-footer-anchor-up:clamp(1.15rem,2.4vh,1.52rem);--hero-title-block-pad-x:clamp(16px,4vw,26px)}.hero-main{left:0;right:0;top:calc(-1*var(--hero-optical-lift) + var(--hero-frame-nudge-down));min-height:0;padding-top:clamp(5.45rem,10.65vh,6.95rem);padding-bottom:calc(clamp(.85rem,3vh,1.65rem) + env(safe-area-inset-bottom,0px));justify-content:center;gap:clamp(.42rem,1.5vh,1rem);padding-left:clamp(.65rem,3.2vw,1.35rem);padding-right:clamp(.65rem,3.2vw,1.35rem);position:fixed;bottom:0;overflow:hidden}.hero-main__orb-slot{height:clamp(5rem,13.5vh,8.75rem)}.hero-main .hero__title-block.hero__title-block--stack,.hero-main .bubble-cta,.hero-main .hero-waitlist.hero-waitlist--under-cta{z-index:40}.bubble-cta__btn{min-height:3.35rem;padding:1.02rem 1.9rem;font-size:clamp(1.18rem,3.35vw,1.55rem)}.hero-main .bubble-cta__arrow{width:26px;height:26px}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__announcement{font-size:clamp(17px,4.2vw,19px);line-height:1.35}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__footer-line{letter-spacing:-.01em;font-size:18px;line-height:22px}.site-header__inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.5rem}.site-header__left,.site-header__right{flex:0 auto;min-width:0;margin-left:0;margin-right:0}.site-header__left{justify-content:flex-start}.site-header__right{flex-shrink:1;justify-content:flex-end;min-width:0;max-width:100%}.site-header__actions{flex:auto;justify-content:flex-end;gap:.5rem .45rem}.site-header__wordmark{letter-spacing:.18em;font-size:clamp(24px,5.8vw,32px)}.site-header__coming-soon-text--short{display:inline}.site-header__coming-soon-text--full{display:none}.site-header__actions>.site-header__btn{max-width:100%;min-height:2.85rem;padding:.52rem .88rem;font-size:clamp(14px,3.5vw,18px);line-height:1.15}.site-header__actions>a.site-header__btn{letter-spacing:.06em}.site-header__coming-soon.site-header__btn.site-header__btn--disabled{font-size:clamp(14px,3.5vw,18px);line-height:1.15}}@media (max-width:640px){.site-header__actions .site-header__btn-label--full{display:none}.site-header__actions .site-header__btn-label--narrow{display:inline}.site-header__actions>.site-header__btn{min-height:2.75rem;padding:.45rem .62rem;font-size:clamp(12px,3.15vw,16px)}.site-header__coming-soon.site-header__btn.site-header__btn--disabled{font-size:clamp(12px,3.15vw,16px)}}@media (max-width:480px){:root{--hero-optical-lift:clamp(.32rem,1.1vh,.6rem);--hero-frame-nudge-down:clamp(.68rem,1.52vh,1.02rem);--hero-stack-gap-orb-to-headline:clamp(.42rem,1.75vh,1.05rem);--hero-stack-gap-headline-to-cta:clamp(.36rem,1.2vh,.78rem);--hero-stack-gap-cta-to-pills:clamp(.42rem,1.38vh,.92rem);--hero-stack-gap-pills-to-waitcopy:clamp(.38rem,1.22vh,.8rem);--hero-waitlist-line-to-footer-gap:clamp(1.25rem,2.95vh,2.1rem);--hero-waitlist-footer-anchor-up:clamp(1.05rem,2.25vh,1.42rem);--hero-copy-nudge-down:clamp(.18rem,.88vh,.55rem)}.hero__line--conf{letter-spacing:0;font-size:clamp(96px,26vw,214px);transform:none}}.hero-waitlist{left:calc(env(safe-area-inset-left,0px) + var(--hero-title-block-pad-x) + clamp(.9rem,2.2vw,1.8rem));top:var(--waitlist-top,clamp(57%,61vh,69vh));z-index:2;gap:calc(var(--waitlist-to-pills-gap-px)*1px);pointer-events:none;flex-direction:column;display:flex;position:fixed;transform:none}.hero-waitlist__headline{color:#fff;opacity:1;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 1px #ffffff0f,0 10px 26px #00000038;font-synthesis:none;align-items:center;gap:.85rem;font-family:Helvetica,Koko Helvetica,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:400;line-height:normal;display:inline-flex}.hero-waitlist__avatars{align-items:center;display:inline-flex}.hero-waitlist__avatar{-webkit-backdrop-filter:blur(5px)saturate(120%);background:linear-gradient(145deg,#ffffff1f,#ffffff05),#0a1f3638;border:2px solid #ffffff47;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-left:-10px;display:inline-flex;overflow:hidden;box-shadow:0 10px 22px #00000047}.hero-waitlist__avatar:first-child{margin-left:0}.hero-waitlist__avatar img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.hero-waitlist__chips{column-gap:calc(var(--waitlist-pill-col-gap-px)*1px);row-gap:calc(var(--waitlist-pill-row-gap-px)*1px);grid-template-columns:repeat(3,max-content);max-width:min(92vw,740px);display:grid}.hero-waitlist__chip-row{display:contents}.hero-waitlist.hero-waitlist--under-cta{width:100%;max-width:min(100%,760px);margin:var(--hero-stack-gap-cta-to-pills)auto 0;text-align:center;z-index:5;box-sizing:border-box;flex-direction:column;align-self:stretch;align-items:stretch;gap:0;display:flex;position:relative;top:auto;bottom:auto;left:auto;transform:none}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__announcement{width:100%;max-width:100%}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__footer-line{margin-top:calc(var(--hero-waitlist-line-to-footer-gap) + var(--hero-waitlist-footer-anchor-up));display:block}@media (min-width:769px){.hero-waitlist.hero-waitlist--under-cta{align-self:center;align-items:center;max-width:min(96vw,680px)}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__announcement{max-width:627px;margin-top:var(--hero-stack-gap-pills-to-waitcopy)}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chips{margin-top:0}}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chips{--waitlist-pill-gap:8px;justify-content:center;align-items:center;gap:10px var(--waitlist-pill-gap);box-sizing:border-box;flex-wrap:wrap;width:100%;max-width:100%;min-height:29px;margin-left:auto;margin-right:auto;display:flex;position:relative}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn{box-sizing:border-box;-webkit-backdrop-filter:blur(12px)saturate(1.15);text-transform:none;background:#ffffff12;border:.65px solid #dae2ed66;border-radius:22.77px;justify-content:center;align-items:center;width:auto;min-width:0;max-width:100%;height:29px;min-height:29px;margin:0;padding:0 12px;transition:none;display:inline-flex;position:relative;top:auto;left:auto;overflow:hidden;box-shadow:0 4px 14px #0000001f}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn:focus-visible{outline:none}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn--ghost{background:#ffffff0e;border:.65px solid #dae2ed70}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn--ghost:hover{background:#ffffff14;border:.65px solid #dae2ed80}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.hero-waitlist__chip--mobile-only{display:none!important}@media (max-width:768px){.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__announcement{order:1;margin-top:0}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chips{margin-top:var(--hero-stack-gap-pills-to-waitcopy);order:2}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__footer-line{order:3}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.hero-waitlist__chip--mobile-only{display:inline-flex!important}}@media (min-width:769px){.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chips{--waitlist-pill-width:clamp(132px,28vw,168px);justify-content:center;align-items:center;gap:var(--waitlist-pill-gap);width:calc(3*var(--waitlist-pill-width) + 2*var(--waitlist-pill-gap));flex-wrap:nowrap;max-width:100%;min-height:29px;display:flex}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn{flex:0 0 var(--waitlist-pill-width);width:var(--waitlist-pill-width);min-width:var(--waitlist-pill-width);max-width:var(--waitlist-pill-width)}}@media (max-width:768px){.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chips{--pill-grid-gap-y:12px;--pill-grid-gap-x:14px;justify-content:center;align-items:center;gap:var(--pill-grid-gap-y)var(--pill-grid-gap-x);flex-wrap:wrap;width:100%;max-width:100%;display:flex}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn{flex:none;width:100%;min-width:0;max-width:100%;height:34px;min-height:34px;padding-left:clamp(12px,3.4vw,16px);padding-right:clamp(12px,3.4vw,16px);font-size:clamp(14px,3.65vw,16px)}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn>span{font-size:clamp(14px,3.65vw,16px);line-height:1.22}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn:first-child{width:calc(40% - (var(--pill-grid-gap-x)/2))}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn:nth-child(2),.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn:nth-child(3){width:calc(60% - (var(--pill-grid-gap-x)/2))}.hero-waitlist.hero-waitlist--under-cta .hero-waitlist__chip.site-header__btn:nth-child(4){width:calc(40% - (var(--pill-grid-gap-x)/2))}}.bottom-actions{bottom:clamp(1.1rem,3.5vh,2rem);left:calc(env(safe-area-inset-left,0px) + var(--hero-title-block-pad-x) + var(--hero-sub-pad-left));z-index:2;pointer-events:auto;flex-flow:wrap;align-items:center;gap:clamp(1.55rem,4.5vw,2.35rem);display:flex;position:fixed}.btn{letter-spacing:.1em;text-transform:uppercase;min-height:3.85rem;color:var(--ink);border:none;border-radius:999px;justify-content:center;align-items:center;padding:1.28rem 2.85rem;font-family:DM Sans,system-ui,sans-serif;font-size:clamp(1.02rem,2.85vw,1.22rem);font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn--pink{background:var(--pink-btn)}.btn--cream{background:var(--cream-btn)}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0000003d}.sponsor-corner{z-index:2;text-align:right;pointer-events:none;flex-direction:column;align-items:flex-end;gap:.15rem;display:flex;position:fixed;bottom:clamp(1.1rem,3.5vh,2rem);right:clamp(.85rem,2.5vw,1.75rem)}.sponsor-corner__label{letter-spacing:.12em;text-transform:uppercase;color:var(--cream);opacity:.92;font-size:.62rem;font-weight:600}.sponsor-corner__mark{color:var(--cream);letter-spacing:.02em;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.35rem,3.5vw,2rem);font-style:italic;font-weight:500}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
