@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:Inter,Roboto,sans-serif;background-color:#f7f5ff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@media(pointer:fine){body{cursor:none}}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6034e14d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6034e199}.cursor{pointer-events:none;position:fixed;top:0;left:0;z-index:99999;mix-blend-mode:normal}.cursor-circle{position:absolute;width:36px;height:36px;border:1.5px solid rgba(96,52,225,.6);border-radius:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s,border-color .3s,opacity .3s;will-change:transform}.cursor-dot{position:absolute;width:6px;height:6px;background:#6034e1;border-radius:50%;transform:translate(-50%,-50%);will-change:transform}.cursor-dot-left,.cursor-dot-right{position:absolute;width:4px;height:4px;background:#6034e180;border-radius:50%;transform:translate(-50%,-50%);will-change:transform;transition:opacity .3s;opacity:0}body.cursor-hovering .cursor-circle{width:52px;height:52px;border-color:#6034e1e6;background:#6034e10d}body.cursor-hovering .cursor-dot-left,body.cursor-hovering .cursor-dot-right{opacity:1}body.cursor-clicking .cursor-circle{width:24px;height:24px;background:#6034e126}.split-title-word{display:inline-block;overflow:hidden;vertical-align:bottom;margin-right:.25em}.split-title-inner{display:inline-block;animation:revealTitle .7s cubic-bezier(.16,1,.3,1) forwards;opacity:0}@keyframes revealTitle{0%{transform:translateY(105%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes lineReveal{0%{transform:scaleX(0);transform-origin:left center}to{transform:scaleX(1);transform-origin:left center}}@keyframes spinOrbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinOrbitReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes blobMove1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(60px,-40px) scale(1.1)}66%{transform:translate(-30px,50px) scale(.95)}}@keyframes blobMove2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-50px,60px) scale(.9)}66%{transform:translate(40px,-30px) scale(1.05)}}@keyframes blobMove3{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,40px) scale(1.08)}66%{transform:translate(-60px,-20px) scale(.92)}}@keyframes gridPulse{0%,to{opacity:.03}50%{opacity:.07}}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .4s ease,transform .4s cubic-bezier(.16,1,.3,1)}.page-exit{opacity:1;transform:translateY(0)}.page-exit-active{opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.glow-primary{box-shadow:0 0 20px #6034e166}.splash-no-scroll{overflow:hidden!important}.splash-mobile-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(96,52,225,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(96,52,225,.06) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.splash-mobile-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:280px}.splash-mobile-logo-wrap{margin-bottom:18px}.splash-mobile-logo{display:block;width:88px;height:88px;max-width:22vw;max-height:22vw;object-fit:contain;border-radius:18%;filter:drop-shadow(0 0 16px rgba(96,52,225,.45));animation:splashMobileLogoIn .85s cubic-bezier(.16,1,.3,1) .2s both}@keyframes splashMobileLogoIn{0%{opacity:0;transform:scale(.78)}to{opacity:1;transform:scale(1)}}.splash-mobile-title-block{text-align:center;font-family:Inter,Roboto,sans-serif;font-weight:800;letter-spacing:-.03em;line-height:1.08}.splash-mobile-title-line{font-size:clamp(1.5rem,7.5vw,2rem);animation:splashMobileLineIn .65s cubic-bezier(.16,1,.3,1) both}.splash-mobile-title-line--delay1{color:#fff;animation-delay:.5s}.splash-mobile-title-line--delay2{color:#6034e1;animation-delay:.68s}@keyframes splashMobileLineIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.splash-mobile-rule{width:100%;max-width:200px;height:2px;margin-top:12px;background:linear-gradient(90deg,transparent,#6034e1,#10b981,transparent);border-radius:1px;transform-origin:center;animation:splashMobileRuleIn .7s cubic-bezier(.16,1,.3,1) .9s both}@keyframes splashMobileRuleIn{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.splash-mobile-tagline{margin:10px 0 0;padding:0 6px;font-family:Inter,Roboto,sans-serif;font-size:clamp(.625rem,2.8vw,.75rem);font-weight:400;letter-spacing:.12em;text-transform:uppercase;text-align:center;color:#ffffff6b;line-height:1.35;animation:splashMobileLineIn .55s ease 1.1s both}.splash-mobile-root--exit{opacity:0;transition:opacity .22s ease .32s}.splash-mobile-dots{position:absolute;left:0;right:0;bottom:max(18px,env(safe-area-inset-bottom,0px));display:flex;justify-content:center;gap:7px;pointer-events:none}.splash-mobile-dot{width:5px;height:5px;border-radius:50%;background:#6034e159;animation:splashMobileDot 1s ease-in-out infinite}.splash-mobile-dot:nth-child(1){animation-delay:0s}.splash-mobile-dot:nth-child(2){animation-delay:.12s}.splash-mobile-dot:nth-child(3){animation-delay:.24s}.splash-mobile-dot--on{background:#6034e1}@keyframes splashMobileDot{0%,to{transform:scale(1);opacity:.45}50%{transform:scale(1.45);opacity:1}}.splash-mobile-panel{position:fixed;top:0;height:100dvh;min-height:100%;z-index:999999;transform-origin:top;transform:scaleY(1);background:#0d0a1a;animation:splashMobilePanelUp .58s cubic-bezier(.76,0,.24,1) forwards}.splash-mobile-panel--alt{background:#100d1f}@keyframes splashMobilePanelUp{to{transform:scaleY(0)}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}@media(max-width:768px){.landing-nav-desktop{display:none!important}}@media(max-width:768px){.how-it-works-grid{grid-template-columns:1fr!important}.how-it-works-grid>div:first-child{position:static!important}}body:has(main[data-landing=true]){background-color:#0d0a1a}.auth-side-left{background:#0d0a1a;position:relative;overflow:hidden}.auth-side-left:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(96,52,225,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(96,52,225,.06) 1px,transparent 1px);background-size:40px 40px;animation:gridPulse 4s ease-in-out infinite}
