.hero-module__3JS1HW__hero{isolation:isolate;flex-direction:column;gap:56px;padding:80px 5vw 64px;display:flex;position:relative;overflow:hidden}.hero-module__3JS1HW__bgMesh{z-index:-2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-module__3JS1HW__blob{filter:blur(90px);opacity:.35;border-radius:50%;position:absolute}.hero-module__3JS1HW__b1{background:radial-gradient(circle,#5b8def,#0000 70%);width:520px;height:520px;animation:22s ease-in-out infinite hero-module__3JS1HW__drift1;top:-160px;left:-120px}.hero-module__3JS1HW__b2{background:radial-gradient(circle,#8b7bf0,#0000 70%);width:420px;height:420px;animation:26s ease-in-out infinite hero-module__3JS1HW__drift2;bottom:-140px;right:8%}.hero-module__3JS1HW__b3{background:radial-gradient(circle,#5fd4f0,#0000 70%);width:340px;height:340px;animation:30s ease-in-out infinite reverse hero-module__3JS1HW__drift1;top:20%;right:20%}@keyframes hero-module__3JS1HW__drift1{0%,to{transform:translate(0)}50%{transform:translate(40px,30px)}}@keyframes hero-module__3JS1HW__drift2{0%,to{transform:translate(0)}50%{transform:translate(-30px,-40px)}}.hero-module__3JS1HW__bgGrid{z-index:-1;pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 20%,#000 30%,#0000 75%);mask-image:radial-gradient(70% 60% at 50% 20%,#000 30%,#0000 75%)}.hero-module__3JS1HW__content{grid-template-columns:1.05fr 1fr;align-items:center;gap:64px;width:100%;max-width:1280px;margin:0 auto;display:grid}@media (max-width:980px){.hero-module__3JS1HW__content{grid-template-columns:1fr}}.hero-module__3JS1HW__eyebrow{font-family:var(--font-mono);letter-spacing:.06em;color:#5fd4f0;background:#5fd4f00f;border:1px solid #5fd4f040;border-radius:100px;align-items:center;gap:8px;width:fit-content;margin-bottom:22px;padding:6px 12px;font-size:12px;display:inline-flex}.hero-module__3JS1HW__heading{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--color-foreground);font-size:clamp(42px,5.4vw,68px);font-weight:700;line-height:1.04}.hero-module__3JS1HW__gradText{background:linear-gradient(100deg,#5fd4f0,#5b8def 45%,#8b7bf0 90%) 0 0/200%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite hero-module__3JS1HW__shift}@keyframes hero-module__3JS1HW__shift{0%,to{background-position:0%}50%{background-position:100%}}.hero-module__3JS1HW__subtitle{color:var(--color-muted-foreground);max-width:520px;margin-top:24px;font-size:18px;line-height:1.6}.hero-module__3JS1HW__disclaimer{color:#5c6478;max-width:520px;margin-top:14px;font-size:14.5px;font-style:italic}.hero-module__3JS1HW__ctaRow{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.hero-module__3JS1HW__statRow{flex-wrap:wrap;gap:36px;margin-top:44px;display:flex}.hero-module__3JS1HW__stat b{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--color-foreground);font-size:24px;display:block}.hero-module__3JS1HW__stat span{color:var(--color-muted-foreground);font-size:12.5px}.hero-module__3JS1HW__card{background:var(--color-card);border:1px solid var(--color-border);border-radius:18px;padding:28px 30px 24px;position:relative;overflow:hidden}.hero-module__3JS1HW__card:before{content:"";background:conic-gradient(from var(--hero-angle,0deg), transparent 0 60%, #5fd4f08c, transparent 75%);-webkit-mask-composite:xor;pointer-events:none;border-radius:18px;padding:1px;animation:6s linear infinite hero-module__3JS1HW__rotateBorder;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes hero-module__3JS1HW__rotateBorder{to{--hero-angle:360deg}}.hero-module__3JS1HW__cardHead{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.hero-module__3JS1HW__cardTitle{color:var(--color-muted-foreground);font-size:13.5px}.hero-module__3JS1HW__liveTag{font-family:var(--font-mono);color:#5fd4f0;align-items:center;gap:6px;font-size:11px;display:flex}.hero-module__3JS1HW__liveDot{background:#5fd4f0;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.6s infinite hero-module__3JS1HW__blink}@keyframes hero-module__3JS1HW__blink{0%,to{opacity:1}50%{opacity:.3}}.hero-module__3JS1HW__chartWrap{height:260px;margin-top:14px;position:relative}.hero-module__3JS1HW__chartWrap svg{width:100%;height:100%;overflow:visible}.hero-module__3JS1HW__chartLine{stroke-dasharray:1400;stroke-dashoffset:1400px;animation:2.6s .3s forwards hero-module__3JS1HW__draw}@keyframes hero-module__3JS1HW__draw{to{stroke-dashoffset:0}}.hero-module__3JS1HW__chartArea{opacity:0;animation:1.2s 1.4s forwards hero-module__3JS1HW__fadeIn}@keyframes hero-module__3JS1HW__fadeIn{to{opacity:1}}.hero-module__3JS1HW__endDot{opacity:0;animation:.4s 2.7s forwards hero-module__3JS1HW__dotPop}@keyframes hero-module__3JS1HW__dotPop{to{opacity:1}}.hero-module__3JS1HW__cardFoot{color:#5c6478;border-top:1px solid var(--color-border);margin-top:18px;padding-top:14px;font-size:12.5px;font-style:italic}@media (prefers-reduced-motion:reduce){.hero-module__3JS1HW__blob,.hero-module__3JS1HW__gradText,.hero-module__3JS1HW__liveDot,.hero-module__3JS1HW__card:before{animation:none!important}.hero-module__3JS1HW__chartLine{stroke-dashoffset:0;animation:none!important}.hero-module__3JS1HW__chartArea,.hero-module__3JS1HW__endDot{opacity:1;animation:none!important}}
