@import "https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700&f[]=cabinet-grotesk@400,500,700,800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-display:"Cabinet Grotesk", "Inter", sans-serif;--font-body:"Satoshi", "Inter", sans-serif;--c-bg:#0a0a0f;--c-surface:#0f0f18;--c-surface-2:#13131e;--c-border:#ffffff12;--c-white:#f0f0f5;--c-text:#c8c8d4;--c-text-dim:#7a7a8c;--c-text-faint:#44445a;--c-cyan:#00d4ff;--c-violet:#6b5ce7;--c-green:#00ff9d;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--z-bg:0;--z-content:10;--z-nav:100;--z-modal:200;--nav-h:72px;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.87, 0, .13, 1);--text-xs:clamp(.75rem, .7rem + .25vw, .875rem);--text-sm:clamp(.875rem, .8rem + .35vw, 1rem);--text-base:clamp(1rem, .95rem + .25vw, 1.125rem);--text-lg:clamp(1.125rem, 1rem + .75vw, 1.5rem);--text-xl:clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);--text-2xl:clamp(2rem, 1.2rem + 2.5vw, 3.5rem);--text-3xl:clamp(2.5rem, 1rem + 4vw, 5rem);--text-hero:clamp(3rem, .5rem + 7vw, 8rem);--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;scrollbar-gutter:stable}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--c-text);background-color:var(--c-bg);min-height:100dvh;line-height:1.6;overflow-x:hidden}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);text-wrap:balance;color:var(--c-white);line-height:1.15}p,li{text-wrap:pretty;max-width:72ch}ul{list-style:none}button{cursor:pointer;background:0 0;border:none}::selection{color:var(--c-white);background:#00d4ff33}:focus-visible{outline:2px solid var(--c-cyan);outline-offset:3px;border-radius:var(--radius-sm)}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(1rem,4vw,3rem)}.section{z-index:var(--z-content);position:relative}.s-label{font-size:var(--text-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--c-cyan);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.s-title{font-family:var(--font-display);font-size:var(--text-3xl);letter-spacing:-.03em;color:var(--c-white);margin-bottom:var(--space-6);font-weight:800;line-height:1.05}.s-title em{background:linear-gradient(135deg, var(--c-cyan), var(--c-violet));color:#0000;background-clip:text;font-style:normal}.s-sub{font-size:var(--text-base);color:var(--c-text-dim);max-width:52ch;line-height:1.75}.btn-primary{align-items:center;gap:var(--space-2);background:var(--c-cyan);color:#000;font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:.04em;border-radius:var(--radius-full);padding:.75rem 1.75rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{background:#3df;box-shadow:0 0 24px #00d4ff59}.btn-ghost{align-items:center;gap:var(--space-2);color:var(--c-text);font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:.04em;border:1px solid var(--c-border);border-radius:var(--radius-full);background:0 0;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.btn-ghost:hover{color:var(--c-white);border-color:#fff3}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes scroll-drop{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.75)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.cursor-dot,.cursor-ring{pointer-events:none;z-index:9999;will-change:transform;mix-blend-mode:difference;border-radius:50%;position:fixed;top:0;left:0}.cursor-dot{background:#fff;width:6px;height:6px;transition:width .2s,height .2s,background .2s}.cursor-dot--hover{background:var(--c-cyan);width:10px;height:10px}.cursor-dot--btn{background:#fff;width:8px;height:8px}.cursor-ring{background:0 0;border:1.5px solid #ffffff80;width:36px;height:36px;transition:width .3s,height .3s,border-color .3s,opacity .3s}.cursor-ring--hover{border-color:#00d4ff99;width:56px;height:56px}.cursor-ring--btn{background:#00d4ff0a;border-color:#00d4ff59;width:64px;height:64px}@media (hover:none),(pointer:coarse){.cursor-dot,.cursor-ring{display:none}}.webgl-bg{z-index:0;pointer-events:none;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.webgl-bg canvas{display:block;width:100%!important;height:100%!important}.navbar{z-index:var(--z-nav);height:var(--nav-h);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--c-border);background:#0a0a0fbf;align-items:center;width:100vw;display:flex;position:fixed;top:0;left:0;right:0}.navbar__inner{justify-content:space-between;align-items:center;gap:var(--space-8);width:100%;max-width:100%;height:100%;margin-inline:auto;padding-inline:clamp(1rem,4vw,3rem);display:flex}.navbar__brand{align-items:center;gap:var(--space-3);flex-shrink:0;text-decoration:none;display:flex}.navbar__wordmark{font-family:var(--font-display);letter-spacing:-.02em;color:var(--c-white);font-size:1.1rem;font-weight:800}.navbar__links{align-items:center;gap:var(--space-8);margin-left:auto;margin-right:auto;list-style:none;display:flex}.navbar__link{font-size:var(--text-sm);color:var(--c-text-dim);letter-spacing:.01em;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.navbar__link:after{content:"";background:var(--c-cyan);width:0;height:1px;transition:width .3s var(--ease-out-expo);position:absolute;bottom:-4px;left:0}.navbar__link:hover{color:var(--c-white)}.navbar__link:hover:after{width:100%}.navbar__actions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.navbar--scrolled .navbar__inner{border-bottom-color:#0000}.navbar--scrolled{background:#0a0a0feb;border-bottom-color:#ffffff1a}.navbar__hamburger{padding:var(--space-2);cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.navbar__hamburger span{background:var(--c-text);width:22px;height:1.5px;transition:transform .3s var(--ease-out-expo), opacity .3s ease;display:block}.navbar__hamburger--open span:first-child{transform:translateY(6.5px)rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger--open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.navbar__mobile{top:var(--nav-h);z-index:calc(var(--z-nav) - 1);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--c-border);padding:var(--space-6) clamp(1rem, 4vw, 3rem);gap:var(--space-4);background:#0a0a0ff7;flex-direction:column;display:flex;position:fixed;left:0;right:0}.navbar__mobile-link{font-family:var(--font-display);font-size:var(--text-lg);color:var(--c-text);padding-block:var(--space-2);border-bottom:1px solid var(--c-border);font-weight:700;text-decoration:none;transition:color .2s}.navbar__mobile-link:hover{color:var(--c-white)}@media (width<=768px){.navbar__links,.navbar__actions{display:none}.navbar__hamburger{display:flex}}.hero{min-height:100dvh;z-index:var(--z-content);background:0 0;align-items:center;display:flex;position:relative;overflow:hidden}.hero__spotlight{pointer-events:none;z-index:0;filter:blur(8px);background:radial-gradient(circle,#00d4ff12 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:absolute;transform:translate(-50%,-50%)}.hero__grid{transform-origin:50% 0;pointer-events:none;z-index:0;background-image:linear-gradient(#00d4ff0a 1px,#0000 1px),linear-gradient(90deg,#00d4ff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;transform:perspective(800px)rotateX(20deg)translateY(10%);mask-image:linear-gradient(#0000 0%,#0009 30%,#000c 60%,#0000 100%)}.hero__inner{z-index:2;flex-direction:column;align-items:flex-start;gap:clamp(1.5rem,3vw,2.25rem);max-width:820px;padding-top:clamp(6rem,12vh,10rem);padding-bottom:clamp(4rem,8vh,7rem);display:flex;position:relative}.hero__badge{border:1px solid var(--c-border);border-radius:var(--radius-full);letter-spacing:.1em;color:var(--c-text-dim);cursor:default;background:#00d4ff0a;align-items:center;gap:.6rem;padding:.45rem 1rem;font-size:.65rem;font-weight:700;transition:border-color .3s;display:inline-flex}.hero__badge-dot{background:var(--c-cyan);width:6px;height:6px;box-shadow:0 0 8px var(--c-cyan);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite pulse-dot}.hero__badge-arrow{color:var(--c-cyan);font-size:.75rem}.hero__headline{width:100%}.hero__title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--c-white);flex-direction:column;gap:.05em;font-size:clamp(3.2rem,7vw,7.5rem);font-weight:800;line-height:1;display:flex}.hero__title-line{display:block}.hero__title-line--flex{flex-wrap:wrap;align-items:center;gap:.28em;display:flex;overflow:visible}.hero__title-static{flex-shrink:0}.hero__title-line--dim{color:var(--c-text-dim)}.hero__rotating-wrapper{align-items:center;min-width:5ch;height:1.1em;display:inline-flex;position:relative;overflow:visible}.hero__rotating-word{white-space:nowrap;background:linear-gradient(135deg, var(--c-cyan), var(--c-violet));color:#0000;background-clip:text;padding-right:.18em;font-style:italic;display:inline-block;position:relative}.hero__sub{color:var(--c-text-dim);max-width:58ch;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.75}.hero__ctas{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.hero__cta-primary{align-items:center;gap:var(--space-3);font-size:var(--text-base);padding:.9rem 2rem;display:inline-flex}.hero__cta-ghost{align-items:center;gap:var(--space-3);font-size:var(--text-base);padding:.9rem 1.75rem;display:inline-flex}.hero__cta-play{color:var(--c-cyan);font-size:.65rem}.hero__proof{align-items:center;gap:var(--space-3);display:flex;overflow:visible}.hero__proof-avatars{flex-direction:row;flex-shrink:0;align-items:center;padding-left:20px;display:flex;overflow:visible}.hero__proof-avatar{object-fit:cover;background:#0f0f18;border:2px solid #0d1117;border-radius:50%;flex-shrink:0;width:52px;height:52px;margin-left:0}.hero__proof-avatar+.hero__proof-avatar{margin-left:-12px}.hero__proof-text{font-size:var(--text-sm);color:var(--c-text-dim);white-space:normal}.hero__proof-text strong{color:var(--c-white);font-weight:700}.hero__pill{border-radius:var(--radius-lg);pointer-events:none;z-index:2;background-color:#ffffff14;border:1px solid #ffffff1f;flex-direction:column;align-items:center;gap:.15rem;padding:.75rem 1.25rem;display:flex;position:absolute}.hero__pill--cyan{border-color:#00d4ff33}.hero__pill--violet{border-color:#6b5ce733}.hero__pill--green{border-color:#00ff9d33}.hero__pill-value{font-family:var(--font-display);letter-spacing:-.03em;color:var(--c-white);font-size:1.4rem;font-weight:800;line-height:1}.hero__pill--cyan .hero__pill-value{color:var(--c-cyan)}.hero__pill--violet .hero__pill-value{color:var(--c-violet)}.hero__pill--green .hero__pill-value{color:var(--c-green)}.hero__pill-label{letter-spacing:.18em;text-transform:uppercase;color:var(--c-text-faint);font-size:.6rem;font-weight:700}.hero__scroll{border:1.5px solid var(--c-border);border-radius:var(--radius-full);z-index:2;justify-content:center;align-items:flex-start;width:24px;height:38px;padding-top:6px;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero__scroll-dot{border-radius:var(--radius-full);background:var(--c-cyan);width:4px;height:8px;box-shadow:0 0 8px var(--c-cyan)}@media (width<=1024px){.hero__pill{display:none}}@media (width<=768px){.hero__title{font-size:clamp(2.8rem,9vw,4rem)}.hero__ctas{flex-direction:column;align-items:flex-start}}@media (width<=480px){.hero__title{font-size:clamp(2.4rem,11vw,3.2rem)}.hero__title-line--flex{flex-wrap:wrap}.hero__proof{align-items:center;gap:var(--space-3);text-align:left;flex-direction:row}.hero__proof-avatars{flex-shrink:0;justify-content:flex-start;padding-left:12px}.hero__proof-text{text-align:left}.hero__proof-avatar{flex-shrink:0;width:36px;height:36px;margin-left:0}.hero__proof-avatar+.hero__proof-avatar{margin-left:-8px}}#root{isolation:isolate;min-height:100dvh;position:relative;overflow-x:hidden}.page{z-index:var(--z-content);flex-direction:column;display:flex;position:relative}.loader{z-index:999;background:var(--c-bg);justify-content:center;align-items:center;gap:var(--space-6);flex-direction:column;display:flex;position:fixed;inset:0}.loader__logo{align-items:center;gap:var(--space-3);display:flex}.loader__wordmark{font-family:var(--font-display);letter-spacing:-.03em;color:var(--c-white);font-size:1.5rem;font-weight:800}.loader__bar-track{background:var(--c-border);width:180px;height:1px;position:relative;overflow:hidden}.loader__bar-fill{background:linear-gradient(90deg, var(--c-cyan), var(--c-violet));height:100%;position:absolute;top:0;left:0}.loader__pct{font-size:var(--text-xs);letter-spacing:.2em;color:var(--c-text-faint);font-weight:700}
