:root{--color-bg-primary:#000;--color-bg-secondary:#111;--color-bg-tertiary:#1c1f22;--color-bg-elevated:#131313;--color-bg-card:#262626;--color-text-primary:#f2f2f2;--color-text-secondary:#bdbdbe;--color-text-muted:#ffffffb3;--color-core-primary:#26a69a;--color-core-secondary:#4a3aff;--color-quant-primary:#ff5252;--color-quant-secondary:#4a3aff;--color-enterprise-primary:#fff;--color-enterprise-secondary:#888;--color-free-primary:#888;--gradient-core:linear-gradient(60deg,var(--color-core-primary),var(--color-core-secondary),var(--color-core-primary),var(--color-core-secondary));--gradient-quant:linear-gradient(60deg,var(--color-quant-primary),var(--color-quant-secondary),var(--color-quant-primary),var(--color-quant-secondary));--gradient-enterprise:linear-gradient(60deg,var(--color-enterprise-primary),var(--color-enterprise-secondary),var(--color-enterprise-primary),var(--color-enterprise-secondary));--gradient-hero-text:linear-gradient(135deg,#fff 0%,#a8a8a8 50%,#fff 100%);--gradient-mask:linear-gradient(0deg,#000 5%,#000c 50%,#000000b3);--font-ui:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","Fira Code","SF Mono",Consolas,monospace;--font-primary:"JetBrains Mono","Fira Code","SF Mono",Consolas,monospace;--font-display:"JetBrains Mono",monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--font-size-5xl:3.5rem;--font-size-hero:clamp(2.5rem,5vw,4.5rem);--font-weight-light:200;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.1;--line-height-normal:1.5;--line-height-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:2px;--radius-md:3px;--radius-lg:4px;--radius-xl:5px;--radius-full:9999px;--shadow-glow-core:0 0 60px -10px #4a3aff33,0 0 20px -5px #26a69a4d;--shadow-glow-quant:0 0 60px -10px #ff525233,0 0 20px -5px #4a3aff4d;--shadow-glow-enterprise:0 0 60px -10px #ffffff1a;--shadow-button-hover:0 0 5px 2px #ffffff38;--shadow-text-glow:0 .5px 3px #fff;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--transition-spring:.3s cubic-bezier(.34,1.56,.64,1);--z-base:1;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal:400;--z-cursor:9999;--container-max:1360px;--container-narrow:1080px;--navbar-height:15vh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text-primary);background-color:var(--color-bg-primary);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}h1,.h1{font-size:var(--font-size-hero)}h2,.h2{font-size:var(--font-size-3xl)}h3,.h3{font-size:var(--font-size-2xl)}p{color:var(--color-text-secondary)}a{color:inherit;transition:color var(--transition-base);text-decoration:none}.gradient-text{background:var(--gradient-hero-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-core{background:linear-gradient(135deg,var(--color-core-primary),var(--color-core-secondary));-webkit-text-fill-color:transparent;-webkit-text-stroke:0;text-shadow:none;filter:none;-webkit-background-clip:text;background-clip:text}.gradient-text-quant{background:linear-gradient(135deg,var(--color-quant-primary),var(--color-quant-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{width:100%;max-width:var(--container-max);padding-left:var(--space-8);padding-right:var(--space-8);margin-left:auto;margin-right:auto}.container--narrow{max-width:var(--container-narrow)}.section{padding-top:var(--space-24);padding-bottom:var(--space-24)}@keyframes shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-glow{0%,to{opacity:.5}50%{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.brackets,.brackets-child{display:inline-block;position:relative}.brackets:before,.brackets:after,.brackets-child:before,.brackets-child:after{opacity:0;pointer-events:none;transition:transform var(--transition-slow),opacity var(--transition-base);font-family:var(--font-display);color:#fff;font-weight:300;position:absolute}.brackets:before,.brackets-child:before{content:"[";left:-15px;transform:translate(10px)}.brackets:after,.brackets-child:after{content:"]";right:-15px;transform:translate(-10px)}.brackets-parent:hover .brackets-child:before{left:-25px}.brackets-parent:hover .brackets-child:after{right:-25px}.brackets-black .brackets-child:before,.brackets-black .brackets-child:after{color:#000}.brackets:hover:before,.brackets:hover:after,.brackets:focus-visible:before,.brackets:focus-visible:after,.brackets-parent:hover .brackets-child:before,.brackets-parent:hover .brackets-child:after,.brackets-parent:focus-within .brackets-child:before,.brackets-parent:focus-within .brackets-child:after{opacity:1;transform:translate(0)}.text-outline{-webkit-text-fill-color:transparent;-webkit-text-stroke:1px #fffc;text-shadow:0 0 15px #ffffff4d;opacity:.9}@media (prefers-reduced-motion:reduce){.brackets:before,.brackets:after,.brackets-child:before,.brackets-child:after{transition:none;transform:none}}.glow-card{z-index:1;border-radius:var(--radius-lg);background:0 0;position:relative;overflow:visible}.glow-card:after{content:"";background:var(--color-bg-primary);border-radius:inherit;z-index:-1;position:absolute;inset:1.5px}.glow-card:before{content:"";border-radius:inherit;z-index:-2;background-size:300% 300%;animation:4s linear infinite shimmer;position:absolute;inset:0}.glow-card>*{z-index:2;position:relative}@keyframes soft-glow-pulse{0%,to{opacity:.7;filter:blur(4px)}50%{opacity:1;filter:blur(6px)}}.glow-card--free{box-shadow:0 0 40px -10px #ffffff14,0 0 16px -4px #ffffff1f}.glow-card--free:before{background:linear-gradient(60deg,#ffffff59,#ffffff26,#ffffff59,#ffffff26);animation:4s linear infinite shimmer,3s ease-in-out infinite soft-glow-pulse}.glow-card--core{box-shadow:var(--shadow-glow-core)}.glow-card--core:before{background:var(--gradient-core);animation:4s linear infinite shimmer,3s ease-in-out infinite soft-glow-pulse}.glow-card--quant{box-shadow:var(--shadow-glow-quant)}.glow-card--quant:before{background:var(--gradient-quant);animation:4s linear infinite shimmer,3s ease-in-out infinite soft-glow-pulse}.glow-card--enterprise{box-shadow:var(--shadow-glow-enterprise)}.glow-card--enterprise:before{background:var(--gradient-enterprise);animation:4s linear infinite shimmer,4s ease-in-out infinite soft-glow-pulse}.glow-card--enterprise:after{background:#161616}@property --gradient-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes border-flow{to{--gradient-angle:360deg}}@keyframes border-shimmer{0%{background-position:0%}to{background-position:200%}}.glow-button{z-index:1;border-radius:var(--radius-md);background:0 0;border:1px solid #ffffff1f;position:relative;overflow:hidden}.glow-button:after{content:"";background:var(--color-bg-primary);border-radius:inherit;z-index:-1;position:absolute;inset:1.5px}.glow-button:before{content:"";border-radius:inherit;z-index:-2;background-size:200% 200%;animation:3s linear infinite border-flow,3s linear infinite border-shimmer;position:absolute;inset:-2px}.glow-button>*{z-index:2;position:relative}.glow-button--core:before{background:linear-gradient(var(--gradient-angle,0deg),transparent 0%,var(--color-core-primary)25%,var(--color-core-secondary)50%,var(--color-core-primary)75%,transparent 100%)}.glow-button--quant:before{background:linear-gradient(var(--gradient-angle,0deg),transparent 0%,var(--color-quant-primary)25%,var(--color-quant-secondary)50%,var(--color-quant-primary)75%,transparent 100%)}.glow-button--enterprise:before{background:linear-gradient(var(--gradient-angle,0deg),transparent 0%,var(--color-enterprise-primary)25%,var(--color-enterprise-secondary)50%,var(--color-enterprise-primary)75%,transparent 100%)}.glow-button--enterprise:after{background:#2a2a2a}.glow-button:before{transition:opacity .3s}.glow-button:hover:before{opacity:0}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}@media (max-width:1024px){:root{--font-size-hero:clamp(2rem,4vw,3rem)}}@media (max-width:768px){.container{padding-left:var(--space-4);padding-right:var(--space-4)}.section{padding-top:var(--space-16);padding-bottom:var(--space-16)}}@media (max-width:480px){:root{--font-size-hero:2rem}}html{scrollbar-color:#ffffff47 #000000b8;scrollbar-width:thin}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#000000b8}::-webkit-scrollbar-thumb{border-radius:var(--radius-lg);background:linear-gradient(#ffffff6b,#ffffff29);border:2px solid #000000b8}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ffffff9e,#ffffff47)}html[data-custom-cursor=true]::-webkit-scrollbar{cursor:none}html[data-custom-cursor=true] ::-webkit-scrollbar{cursor:none}html[data-custom-cursor=true]::-webkit-scrollbar-track{cursor:none}html[data-custom-cursor=true] ::-webkit-scrollbar-track{cursor:none}html[data-custom-cursor=true]::-webkit-scrollbar-thumb{cursor:none}html[data-custom-cursor=true] ::-webkit-scrollbar-thumb{cursor:none}html[data-custom-cursor=true],html[data-custom-cursor=true] *,body:not([data-no-custom-cursor]),body:not([data-no-custom-cursor]) *,body:not([data-no-custom-cursor]) a,body:not([data-no-custom-cursor]) button,body:not([data-no-custom-cursor]) [role=button],body:not([data-no-custom-cursor]) input,body:not([data-no-custom-cursor]) select,body:not([data-no-custom-cursor]) textarea,body:not([data-no-custom-cursor]) .cursor-pointer{cursor:none!important}
.CustomCursor-module__7skk1W__cursorWrapper{pointer-events:none;width:0;height:0;z-index:var(--z-cursor,9999);will-change:transform;mix-blend-mode:normal;transition:mix-blend-mode .2s;position:fixed;top:0;left:0}.CustomCursor-module__7skk1W__wrapperHovering{mix-blend-mode:difference}.CustomCursor-module__7skk1W__cursorInner{pointer-events:none;opacity:0;will-change:transform,width,height;backface-visibility:hidden;background-color:#0000;border:1.5px solid #fff;width:24px;height:24px;transition:opacity .2s,width .3s cubic-bezier(.34,1.56,.64,1),height .3s cubic-bezier(.34,1.56,.64,1),background-color .2s,transform .4s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:0;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 0 10px #ffffff4d}.CustomCursor-module__7skk1W__visible .CustomCursor-module__7skk1W__cursorInner{opacity:1}.CustomCursor-module__7skk1W__cursorInner.CustomCursor-module__7skk1W__hovering{background-color:#fff;border-color:#0000;width:40px;height:40px}.CustomCursor-module__7skk1W__cursorInner:after{content:"";background-color:#fff;border-radius:50%;width:4px;height:4px;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomCursor-module__7skk1W__cursorInner.CustomCursor-module__7skk1W__hovering:after{background-color:#000}@media (hover:none) and (pointer:coarse){.CustomCursor-module__7skk1W__cursorWrapper{display:none}}
.Navbar-module__pSp8Ga__navbar{z-index:var(--z-sticky);background:linear-gradient(to bottom,var(--color-bg-primary)0%,var(--color-bg-primary)70%,#000000b3 90%,transparent 100%);padding:var(--space-5)0;transition:background var(--transition-base);position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__navbar.Navbar-module__pSp8Ga__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#000000f2 0% 70%,#000000b3 90%,#0000 100%)}.Navbar-module__pSp8Ga__container{width:100%;max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.Navbar-module__pSp8Ga__nav{justify-content:space-between;align-items:center;display:flex}.Navbar-module__pSp8Ga__logo{align-items:center;gap:var(--space-4);transition:opacity var(--transition-base);text-decoration:none;display:flex}.Navbar-module__pSp8Ga__logo:hover{opacity:.9}.Navbar-module__pSp8Ga__logoIcon{justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Navbar-module__pSp8Ga__logoIcon img{width:100%;height:auto}.Navbar-module__pSp8Ga__logoText{font-family:var(--font-display);font-size:1.75rem;font-weight:var(--font-weight-medium);letter-spacing:5px}.Navbar-module__pSp8Ga__brackets{color:var(--color-text-primary)}.Navbar-module__pSp8Ga__navLinks{align-items:center;gap:var(--space-6);list-style:none;display:flex}.Navbar-module__pSp8Ga__navLink{font-family:var(--font-display);font-size:var(--font-size-lg);font-weight:var(--font-weight-normal);color:var(--color-text-primary);padding:var(--space-2)var(--space-4);transition:color var(--transition-base),text-shadow var(--transition-base);text-decoration:none}.Navbar-module__pSp8Ga__navLink:hover{color:var(--color-text-primary);text-shadow:var(--shadow-text-glow)}.Navbar-module__pSp8Ga__navLink.Navbar-module__pSp8Ga__disabled{opacity:.5;pointer-events:none}.Navbar-module__pSp8Ga__divider{width:1px;height:22px;margin:0 var(--space-4);background-color:#fff3}.Navbar-module__pSp8Ga__menuButton{cursor:pointer;width:32px;height:32px;z-index:calc(var(--z-sticky) + 10);background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;padding:4px;display:none}.Navbar-module__pSp8Ga__menuLine{background-color:var(--color-text-primary);width:100%;height:2px;transition:transform var(--transition-base),opacity var(--transition-base);display:block}.Navbar-module__pSp8Ga__menuButton.Navbar-module__pSp8Ga__open .Navbar-module__pSp8Ga__menuLine:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__pSp8Ga__menuButton.Navbar-module__pSp8Ga__open .Navbar-module__pSp8Ga__menuLine:nth-child(2){opacity:0}.Navbar-module__pSp8Ga__menuButton.Navbar-module__pSp8Ga__open .Navbar-module__pSp8Ga__menuLine:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Navbar-module__pSp8Ga__mobileNav{padding:calc(var(--navbar-height) + var(--space-8))var(--space-6)var(--space-8);opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base);background-color:#000000fa;display:none;position:fixed;inset:0;overflow-y:auto}.Navbar-module__pSp8Ga__mobileNav.Navbar-module__pSp8Ga__open{opacity:1;visibility:visible}.Navbar-module__pSp8Ga__mobileNavLinks{gap:var(--space-6);flex-direction:column;list-style:none;display:flex}.Navbar-module__pSp8Ga__mobileNavLink{font-family:var(--font-display);font-size:var(--font-size-2xl);font-weight:var(--font-weight-medium);color:var(--color-text-primary);padding:var(--space-3)0;transition:color var(--transition-base);border-bottom:1px solid #ffffff1a;text-decoration:none;display:block}.Navbar-module__pSp8Ga__mobileNavLink:hover{color:var(--color-core-primary)}.Navbar-module__pSp8Ga__mobileNavLink.Navbar-module__pSp8Ga__disabled{opacity:.5;pointer-events:none}.Navbar-module__pSp8Ga__mobileCta{margin-top:var(--space-8)}@media (max-width:1024px){.Navbar-module__pSp8Ga__navLinks{display:none}.Navbar-module__pSp8Ga__menuButton{display:flex}.Navbar-module__pSp8Ga__mobileNav{display:block}}@media (max-width:768px){.Navbar-module__pSp8Ga__container{padding:0 var(--space-4)}.Navbar-module__pSp8Ga__logoText{font-size:var(--font-size-lg);letter-spacing:2px}.Navbar-module__pSp8Ga__logoIcon{width:40px;height:40px}}@media (max-width:568px) and (orientation:landscape){.Navbar-module__pSp8Ga__mobileNav{padding-top:calc(60px + var(--space-4))}.Navbar-module__pSp8Ga__mobileNavLinks{gap:var(--space-3)}.Navbar-module__pSp8Ga__mobileNavLink{font-size:var(--font-size-xl);padding:var(--space-2)0}}@media (max-width:480px){.Navbar-module__pSp8Ga__navbar{padding:var(--space-3)0}.Navbar-module__pSp8Ga__logoText{font-size:var(--font-size-base);letter-spacing:1px}.Navbar-module__pSp8Ga__logoIcon{width:36px;height:36px}.Navbar-module__pSp8Ga__mobileNavLink{font-size:var(--font-size-xl)}}@media (min-width:1920px){.Navbar-module__pSp8Ga__container{max-width:1600px}.Navbar-module__pSp8Ga__logoText{font-size:var(--font-size-2xl);letter-spacing:6px}.Navbar-module__pSp8Ga__logoIcon{width:64px;height:64px}.Navbar-module__pSp8Ga__navLink{font-size:var(--font-size-xl);padding:var(--space-3)var(--space-6)}}
