.Navigation-module__eB08ka__nav{z-index:100;background:var(--color-bg-nav);-webkit-backdrop-filter:blur(20px);height:var(--nav-height);border-bottom:1px solid #f59e0b1a;position:fixed;top:0;left:0;right:0}.Navigation-module__eB08ka__navInner{justify-content:space-between;align-items:center;height:100%;display:flex}.Navigation-module__eB08ka__logo{align-items:center;gap:.625rem;text-decoration:none;display:flex}.Navigation-module__eB08ka__logoIcon{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Navigation-module__eB08ka__logoText{background:var(--gradient-hero-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.Navigation-module__eB08ka__navLinks{align-items:center;gap:2rem;display:flex}.Navigation-module__eB08ka__navLink{color:var(--color-muted);transition:color var(--transition-fast);font-size:.875rem;font-weight:500;text-decoration:none}.Navigation-module__eB08ka__navLink:hover{color:var(--color-foreground)}.Navigation-module__eB08ka__navActions{align-items:center;gap:1rem;display:flex}.Navigation-module__eB08ka__signIn{color:var(--color-muted);transition:color var(--transition-fast);font-size:.875rem;font-weight:500;text-decoration:none}.Navigation-module__eB08ka__signIn:hover{color:var(--color-foreground)}@media (max-width:768px){.Navigation-module__eB08ka__navLinks,.Navigation-module__eB08ka__signIn{display:none}}
.Hero-module__ZARIfG__hero{text-align:center;align-items:center;min-height:90vh;padding:10rem 0 6rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__glowBg{pointer-events:none;z-index:0;background:radial-gradient(circle,#f59e0b1f,#0000 65%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__heroInner{z-index:1;position:relative}.Hero-module__ZARIfG__badge{animation:.5s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__heading{margin-bottom:1.5rem}.Hero-module__ZARIfG__headingLead{color:#cbd5e1;letter-spacing:-.01em;opacity:0;margin-bottom:.5rem;font-size:2.25rem;font-weight:600;animation:.6s .1s forwards Hero-module__ZARIfG__fadeInUp;display:block}.Hero-module__ZARIfG__headingMain{letter-spacing:-.03em;opacity:0;font-size:4.5rem;font-weight:800;line-height:1.05;animation:.6s .2s forwards Hero-module__ZARIfG__fadeInUp;display:block}.Hero-module__ZARIfG__subtext{color:var(--color-muted);opacity:0;max-width:640px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.65;animation:.6s .3s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__actions{opacity:0;justify-content:center;gap:1rem;margin-bottom:4rem;animation:.6s .4s forwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__stats{opacity:0;justify-content:center;align-items:center;gap:2.5rem;animation:.6s .5s forwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Hero-module__ZARIfG__statValue{color:var(--color-foreground);font-size:1.75rem;font-weight:700}.Hero-module__ZARIfG__statLabel{color:var(--color-muted-dark);font-size:.875rem}.Hero-module__ZARIfG__statDivider{background:var(--color-border);width:1px;height:40px}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding:8rem 0 4rem}.Hero-module__ZARIfG__headingLead{font-size:1.5rem}.Hero-module__ZARIfG__headingMain{font-size:2.5rem}.Hero-module__ZARIfG__subtext{font-size:1.1rem}.Hero-module__ZARIfG__actions{flex-direction:column;align-items:center}.Hero-module__ZARIfG__stats{flex-direction:column;gap:1.5rem}.Hero-module__ZARIfG__statDivider{width:40px;height:1px}}@media (max-width:480px){.Hero-module__ZARIfG__headingMain{font-size:2rem}}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.HowItWorks-module__tSMH5W__howItWorks{position:relative;overflow:hidden}.HowItWorks-module__tSMH5W__glowBg{pointer-events:none;background:radial-gradient(circle,#f59e0b0f,#0000 65%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HowItWorks-module__tSMH5W__stepsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.HowItWorks-module__tSMH5W__stepCard{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all var(--transition-slow);opacity:0;padding:2.5rem 2rem;animation:.5s forwards HowItWorks-module__tSMH5W__fadeInUp;position:relative}.HowItWorks-module__tSMH5W__stepCard:first-child{animation-delay:0s}.HowItWorks-module__tSMH5W__stepCard:nth-child(2){animation-delay:.15s}.HowItWorks-module__tSMH5W__stepCard:nth-child(3){animation-delay:.3s}.HowItWorks-module__tSMH5W__stepCard:hover{border-color:var(--color-border-hover);transform:translateY(-4px);box-shadow:0 8px 40px #f59e0b14}.HowItWorks-module__tSMH5W__stepNumber{color:#f59e0b14;font-size:3rem;font-weight:800;line-height:1;position:absolute;top:1.25rem;right:1.5rem}.HowItWorks-module__tSMH5W__stepIcon{border-radius:var(--radius-xl);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:inline-flex;box-shadow:0 4px 16px #f59e0b40}.HowItWorks-module__tSMH5W__stepTitle{color:var(--color-foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.HowItWorks-module__tSMH5W__stepDescription{color:var(--color-muted);font-size:1rem;line-height:1.65}.HowItWorks-module__tSMH5W__connector{display:none}@media (max-width:768px){.HowItWorks-module__tSMH5W__stepsGrid{grid-template-columns:1fr;gap:1.5rem}}@keyframes HowItWorks-module__tSMH5W__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.Features-module__zvCZ4q__features{position:relative;overflow:hidden}.Features-module__zvCZ4q__glowBg{pointer-events:none;background:radial-gradient(circle,#f59e0b0f,#0000 65%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Features-module__zvCZ4q__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Features-module__zvCZ4q__featureCard{opacity:0;animation:.5s forwards Features-module__zvCZ4q__fadeInUp}.Features-module__zvCZ4q__featureCard:first-child{animation-delay:0s}.Features-module__zvCZ4q__featureCard:nth-child(2){animation-delay:80ms}.Features-module__zvCZ4q__featureCard:nth-child(3){animation-delay:.16s}.Features-module__zvCZ4q__featureCard:nth-child(4){animation-delay:.24s}.Features-module__zvCZ4q__featureCard:nth-child(5){animation-delay:.32s}.Features-module__zvCZ4q__featureCard:nth-child(6){animation-delay:.4s}.Features-module__zvCZ4q__featureCard:nth-child(7){animation-delay:.48s}.Features-module__zvCZ4q__featureCard:nth-child(8){animation-delay:.56s}.Features-module__zvCZ4q__featureCard:nth-child(9){animation-delay:.64s}@media (max-width:1024px){.Features-module__zvCZ4q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Features-module__zvCZ4q__grid{grid-template-columns:1fr}}@keyframes Features-module__zvCZ4q__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.Pricing-module__yc4bBa__pricing{position:relative;overflow:hidden}.Pricing-module__yc4bBa__glowBg{pointer-events:none;background:radial-gradient(circle,#f59e0b0f,#0000 65%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Pricing-module__yc4bBa__plansGrid{grid-template-columns:repeat(4,1fr);align-items:start;gap:1.25rem;display:grid}.Pricing-module__yc4bBa__planCard{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all var(--transition-slow);flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative}.Pricing-module__yc4bBa__planCard:hover{border-color:var(--color-border-hover);box-shadow:0 4px 30px #f59e0b14}.Pricing-module__yc4bBa__highlighted{background:#f59e0b08;border-color:#f59e0b66;transform:scale(1.02);box-shadow:0 0 60px #f59e0b14}.Pricing-module__yc4bBa__highlighted:hover{transform:scale(1.04);box-shadow:0 8px 60px #f59e0b26}.Pricing-module__yc4bBa__planBadge{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;padding:.375rem 1.25rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__yc4bBa__planHeader{margin-bottom:1.5rem}.Pricing-module__yc4bBa__planName{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Pricing-module__yc4bBa__planDescription{color:var(--color-muted);font-size:.9rem;line-height:1.5}.Pricing-module__yc4bBa__priceBlock{align-items:baseline;gap:.125rem;margin-bottom:.5rem;display:flex}.Pricing-module__yc4bBa__priceSymbol{color:var(--color-muted);align-self:flex-start;margin-top:.5rem;font-size:1.5rem;font-weight:600}.Pricing-module__yc4bBa__priceValue{letter-spacing:-.03em;font-size:4rem;font-weight:800;line-height:1}.Pricing-module__yc4bBa__pricePeriod{color:var(--color-muted);font-size:1rem;font-weight:500}.Pricing-module__yc4bBa__dailyVolume{border-radius:var(--radius-md);background:#f59e0b0f;border:1px solid #f59e0b1a;margin-bottom:2rem;padding:.75rem 1rem}.Pricing-module__yc4bBa__volumeValue{color:var(--color-amber-400);font-size:1.1rem;font-weight:700}.Pricing-module__yc4bBa__volumeLabel{color:var(--color-muted);font-size:.9rem}.Pricing-module__yc4bBa__featureList{flex-direction:column;flex-grow:1;gap:.75rem;margin-bottom:2rem;list-style:none;display:flex}.Pricing-module__yc4bBa__featureItem{color:var(--color-muted);align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.4;display:flex}.Pricing-module__yc4bBa__checkIcon{color:var(--color-green-400);flex-shrink:0;margin-top:2px}.Pricing-module__yc4bBa__planCta{width:100%;text-decoration:none}.Pricing-module__yc4bBa__fairUse{text-align:center;color:var(--color-muted-dark);max-width:640px;margin-top:3rem;margin-left:auto;margin-right:auto;font-size:.875rem}@media (max-width:1200px){.Pricing-module__yc4bBa__plansGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:640px){.Pricing-module__yc4bBa__plansGrid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.Pricing-module__yc4bBa__highlighted{transform:none}.Pricing-module__yc4bBa__highlighted:hover{transform:translateY(-4px)}}
.FAQ-module__V8_xEa__faq{position:relative}.FAQ-module__V8_xEa__faqList{flex-direction:column;gap:.75rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__V8_xEa__faqItem{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-slow);overflow:hidden}.FAQ-module__V8_xEa__faqItem:hover{border-color:var(--color-border-hover)}.FAQ-module__V8_xEa__open{border-color:#f59e0b4d;box-shadow:0 2px 20px #f59e0b0f}.FAQ-module__V8_xEa__faqQuestion{width:100%;color:var(--color-foreground);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:inherit;font-size:1.0625rem;font-weight:600;display:flex}.FAQ-module__V8_xEa__chevron{color:var(--color-muted-dark);transition:transform var(--transition-base);flex-shrink:0}.FAQ-module__V8_xEa__chevronOpen{color:var(--color-amber-500);transform:rotate(180deg)}.FAQ-module__V8_xEa__faqAnswer{max-height:0;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.FAQ-module__V8_xEa__open .FAQ-module__V8_xEa__faqAnswer{max-height:300px;padding:0 1.5rem 1.5rem}.FAQ-module__V8_xEa__faqAnswer p{color:var(--color-muted);font-size:.9375rem;line-height:1.7}
.FooterCTA-module__3_jybG__footerCta{text-align:center;position:relative;overflow:hidden}.FooterCTA-module__3_jybG__glowBg{pointer-events:none;background:radial-gradient(circle,#f59e0b1a,#0000 65%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FooterCTA-module__3_jybG__inner{z-index:1;position:relative}.FooterCTA-module__3_jybG__heading{letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.FooterCTA-module__3_jybG__subtext{color:var(--color-muted);max-width:560px;margin:0 auto 2rem;font-size:1.25rem;line-height:1.6}.FooterCTA-module__3_jybG__actions{justify-content:center;display:flex}@media (max-width:768px){.FooterCTA-module__3_jybG__heading{font-size:2rem}.FooterCTA-module__3_jybG__subtext{font-size:1.05rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--color-border);padding:4rem 0 2rem}.Footer-module__S6Hkya__footerInner{flex-direction:column;gap:3rem;display:flex}.Footer-module__S6Hkya__brand{max-width:320px}.Footer-module__S6Hkya__logo{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.Footer-module__S6Hkya__logoIcon{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Footer-module__S6Hkya__logoText{background:var(--gradient-hero-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:700}.Footer-module__S6Hkya__tagline{color:var(--color-muted-dark);font-size:.875rem}.Footer-module__S6Hkya__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:.625rem;display:flex}.Footer-module__S6Hkya__linkGroupTitle{color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.8125rem;font-weight:600}.Footer-module__S6Hkya__link{color:var(--color-muted);transition:color var(--transition-fast);font-size:.875rem;text-decoration:none}.Footer-module__S6Hkya__link:hover{color:var(--color-foreground)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copyright,.Footer-module__S6Hkya__ecosystem{color:var(--color-muted-dark);font-size:.8125rem}.Footer-module__S6Hkya__ecosystemHighlight{color:var(--color-amber-400);font-weight:600}@media (max-width:768px){.Footer-module__S6Hkya__links{grid-template-columns:1fr;gap:1.5rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:.5rem}}
