:root{--primary:#133453;--primary-rgb:19,52,83;--accent:#4f3a7a;--accent-rgb:79,58,122;--accent-light:#7c5eb5;--accent-glow:#4f3a7a66;--brand-blue:#3b82f6;--brand-purple:#4f3a7a;--brand-purple-light:#7c5eb5;--gradient-start:#3b82f6;--gradient-mid:#7c5eb5;--gradient-end:#4f3a7a;--particle-color:255,255,255;--border-theme-switcher:#fff3}:root,:root[data-theme=dark]{--background:#0a1628;--page-background:#0a1628;--foreground:#fafafa;--muted:#a1a1aa;--muted-foreground:#a1a1aa;--surface:#ffffff0d;--surface-solid:#122035;--card:#ffffff14;--card-bg:#ffffff1a;--border:#ffffff26;--hover-bg:#ffffff1f;--background-rgb:10,22,40;--particle-color:255,255,255;--nav-link:#a1a1aa;--nav-link-hover:#fff;--border-theme-switcher:#fff3;--badge-bg:#ffffff26;--badge-border:#ffffff40;--badge-text:#fff;--subtitle-color:#ffffffd9;--subtitle-emphasis:#fff;--input-bg:#23232a;--input-text:#fff;--input-placeholder:#ffffff80}:root[data-theme=light]{--background:#fafafa;--page-background:#fafafa;--foreground:#0a0a0a;--muted:#71717a;--muted-foreground:#71717a;--surface:#00000008;--surface-solid:#f0f0f0;--card:#0000000d;--card-bg:#00000014;--border:#0000001a;--hover-bg:#00000014;--background-rgb:250,250,250;--particle-color:60,60,80;--nav-link:#71717a;--nav-link-hover:#000;--border-theme-switcher:#00000026;--badge-bg:#4f3a7a1f;--badge-border:#4f3a7a40;--badge-text:#4f3a7a;--subtitle-color:#000000b3;--subtitle-emphasis:#0a0a0a;--input-bg:#f1f1f4;--input-text:#133453;--input-placeholder:#13345380}@media (prefers-color-scheme:light){:root:not([data-theme]){--background:#fafafa;--page-background:#fafafa;--foreground:#0a0a0a;--muted:#71717a;--muted-foreground:#71717a;--surface:#00000008;--surface-solid:#f0f0f0;--card:#0000000d;--card-bg:#00000014;--border:#0000001a;--hover-bg:#00000014;--background-rgb:250,250,250;--particle-color:60,60,80;--nav-link:#71717a;--nav-link-hover:#000;--border-theme-switcher:#00000026;--badge-bg:#4f3a7a1f;--badge-border:#4f3a7a40;--badge-text:#4f3a7a;--subtitle-color:#000000b3;--subtitle-emphasis:#0a0a0a}}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--page-background);max-width:100vw;min-height:100dvh;color:var(--foreground);font-family:var(--font-space-grotesk),"Space Grotesk",system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}html{scrollbar-width:thin;scrollbar-color:var(--border)transparent}.landing-page{background:var(--page-background);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2rem;display:flex;position:relative;overflow:hidden auto}.particle-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.particle-canvas{width:100%;height:100%;position:absolute;inset:0}.particle-blur-overlay{-webkit-backdrop-filter:blur(3px);pointer-events:none;position:absolute;inset:0}:root[data-theme=dark] .particle-blur-overlay{background:#0a162826}.landing-content{z-index:10;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:800px;min-height:fit-content;display:flex;position:relative}.logo-container{padding-bottom:5rem}.logo-image{width:auto;max-width:400px;height:auto}@media (max-width:640px){.logo-image{max-width:300px}}.launch-badge{background:var(--surface-solid);border:1px solid var(--border);color:var(--foreground);border-radius:100px;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex;box-shadow:0 4px 24px #0000001a}.badge-dot{background:var(--brand-blue);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite badgePulse;box-shadow:0 0 10px #3b82f666}@keyframes badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{letter-spacing:-.02em;white-space:nowrap;flex-flow:row;justify-content:center;align-items:center;gap:.3em;font-size:clamp(1.8rem,6vw,4rem);font-weight:700;line-height:1.1;display:flex}.hero-title-line{color:var(--foreground)}.hero-title-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6 0%,#4f3a7a 40%,#7c5eb5 70%,#3b82f6 100%);-webkit-background-clip:text;background-clip:text}.rotating-text-wrapper{justify-content:center;transition:width .5s;display:inline-flex;position:relative}.rotating-text{transition:opacity .5s,transform .5s;display:inline-block}.rotating-text-enter{opacity:1;transform:translateY(0)}.rotating-text-exit{opacity:0;transform:translateY(-20px)}.rotating-text-wrapper.hero-title-gradient .rotating-text-prefix{color:var(--foreground);-webkit-text-fill-color:var(--foreground);background:0 0}.rotating-text-wrapper.hero-title-gradient .rotating-text-word{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#3b82f6 0%,#4f3a7a 25%,#7c5eb5 50%,#4f3a7a 75%,#3b82f6 100%) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text;animation:4s infinite gradient-flow}@keyframes gradient-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-subtitle{color:var(--subtitle-color);max-width:600px;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6}.hero-subtitle-emphasis{color:var(--subtitle-emphasis);margin-top:1.5rem;font-weight:600;display:inline-block}.signup-container{width:100%;max-width:480px;margin-top:.5rem}.email-signup-wrapper{flex-direction:column;justify-content:center;width:100%;height:78px;display:flex}.email-signup-form{flex-direction:column;gap:.75rem;display:flex}.input-wrapper{background:var(--input-bg);border:none;border-radius:12px;gap:0;transition:box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0003}.input-wrapper:focus-within{box-shadow:0 0 0 3px var(--accent-glow),0 4px 24px #00000040}.email-input{background:inherit;color:var(--input-text);border:none;outline:none;flex:1;padding:1rem 1.25rem;font-family:inherit;font-size:1rem}.email-input::placeholder{color:var(--input-placeholder)}.submit-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#4f3a7a 0%,#7c5eb5 100%);border:none;outline:none;padding:1rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .2s;position:relative;overflow:hidden}.submit-btn:focus{border:none;outline:none}.submit-btn:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 4px 20px var(--accent-glow)}.submit-btn:active:not(:disabled){filter:brightness(.95);transform:scale(.98)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.privacy-note{color:var(--muted);text-align:center;font-size:.8125rem}.error-message{color:#ff6b6b;text-align:center;text-shadow:0 1px 2px #0003;font-size:.875rem}.features-preview{background:var(--surface-solid);border:1px solid var(--border);border-radius:16px;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem 2rem;display:flex;box-shadow:0 4px 24px #0000001a}.feature-item{color:var(--muted);align-items:center;gap:.5rem;font-size:.875rem;transition:color .2s;display:flex}.feature-item:hover{color:var(--foreground)}.feature-icon{color:var(--brand-blue);font-size:.75rem}.feature-dot{background:#a78bfa;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 8px #a78bfa80}.features-preview.success-state{justify-content:center;align-items:center;height:78px;margin-top:0;padding:0 1.5rem;display:flex}.features-preview.success-state .feature-item{color:var(--foreground);font-weight:500}.success-check{color:#22c55e;background:#22c55e33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;display:inline-flex}.feature-divider{background:var(--border);width:1px;height:20px}.landing-footer{text-align:center;z-index:10;margin-top:auto;padding:1.5rem 0}.landing-footer p{color:var(--muted);font-size:.8125rem}.fade-in-up{opacity:0;animation:.6s forwards fadeInUp;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.fade-in{animation:1.2s forwards fadeInOnly}@keyframes fadeInOnly{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.landing-page{padding:1.5rem}.input-wrapper{border-radius:12px;flex-direction:column}.email-input{text-align:center}.submit-btn{border-radius:0 0 11px 11px}.features-preview{flex-direction:column;gap:1rem;padding:1.25rem}.feature-divider{background:#fff3;width:40px;height:1px}}.theme-switch-wrapper{z-index:100;position:fixed;top:1rem;right:1rem}.launch-badge-fixed{z-index:100;background:var(--surface-solid);border:1px solid var(--border);width:fit-content;color:var(--foreground);border-radius:100px;align-items:center;gap:.5rem;margin:0 auto;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex;position:fixed;top:1rem;left:0;right:0;box-shadow:0 4px 24px #0000001a}.theme-switch-container{border:none;min-width:0;margin:0;padding:0;position:relative}.theme-switch-trigger{background:rgba(var(--background-rgb),.8);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);cursor:pointer;color:var(--foreground);border-radius:2rem;outline:none;justify-content:center;align-items:center;padding:.5rem 1rem;line-height:0;transition:all .2s;display:flex;scale:.85}.theme-switch-trigger:hover{color:var(--foreground);background:rgba(var(--background-rgb),.95);border-color:var(--muted)}.theme-switch-trigger:focus-visible{color:var(--foreground);background:rgba(var(--background-rgb),.95);outline:2px solid var(--primary);outline-offset:2px}.theme-switch-popover{background:rgba(var(--background-rgb),.95);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);z-index:1000;border-radius:.5rem;flex-direction:column;align-items:center;gap:.25rem;padding:.25rem;display:flex;position:absolute;top:calc(100% + .25rem);left:50%;transform:translate(-50%)scale(.85);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.theme-switch-popover button{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:.375rem;outline:none;width:100%;padding:.35rem .5rem;line-height:0;transition:all .2s}.theme-switch-popover button:hover{color:var(--foreground);background:var(--border)}.theme-switch-popover button:focus-visible{color:var(--foreground);background:var(--border);outline:2px solid var(--primary);outline-offset:2px}.theme-switch-popover button[data-active=true]{color:var(--foreground);background:var(--border)}.theme-switch{background:rgba(var(--background-rgb),.8);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:.5rem;align-items:center;gap:.25rem;padding:.25rem;display:flex;scale:.85}.theme-switch button{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:.375rem;outline:none;padding:.375rem;line-height:0;transition:all .2s}.theme-switch button:hover{color:var(--foreground);background:var(--border)}.theme-switch button:focus-visible{color:var(--foreground);background:var(--border);outline:2px solid var(--primary);outline-offset:2px}.theme-switch button[data-active=true]{color:var(--foreground);background:var(--border)}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_781d7e0a-module__n0KEWG__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_781d7e0a-module__n0KEWG__variable{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}
