@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a}body{font-family:var(--font-sans);color:var(--text-body);background-color:#0000;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}input,textarea,select{font:inherit;color:inherit;background:0 0;border:none;outline:none}:root{--bg-primary:#0a0a0a;--bg-elevated:#0d0d14;--bg-card:#0a0a12b8;--bg-card-hover:#10101ce0;--bg-input:#0c0c18d9;--bg-glass:#0a0a128c;--glass-blur:20px;--glass-border:#ffffff0f;--glass-border-hover:#ffffff1f;--text-primary:#ebebf0;--text-body:#c2c2d1;--text-muted:#6b6b80;--text-dim:#3d3d50;--accent-green:#0f8;--accent-green-dim:#00ff8826;--accent-green-glow:0 0 25px #00ff8840, 0 0 50px #00ff881a;--accent-purple:#a855f7;--accent-purple-dim:#a855f726;--accent-purple-glow:0 0 25px #a855f740, 0 0 50px #a855f71a;--accent-cyan:#06d6d6;--accent-cyan-dim:#06d6d626;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:2.5rem;--space-6:3rem;--space-8:4rem;--space-10:5rem;--space-12:6rem;--space-16:8rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--transition-fast:80ms cubic-bezier(0, 0, .2, 1);--transition-base:.12s cubic-bezier(0, 0, .2, 1);--transition-slow:.18s cubic-bezier(0, 0, .2, 1);--transition-spring:.2s cubic-bezier(.16, 1, .3, 1);--max-width:1280px;--section-padding:var(--space-16) var(--space-4);--z-background:-1;--z-base:1;--z-card:10;--z-nav:100;--z-overlay:1000}.section{max-width:var(--max-width);padding:var(--section-padding);margin:0 auto;position:relative}.section-label{font-family:var(--font-mono);color:var(--accent-green);letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-3);font-size:.8rem;font-weight:500}.section-title{font-family:var(--font-sans);color:var(--text-primary);letter-spacing:-.03em;margin-bottom:var(--space-2);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.section-subtitle{font-family:var(--font-mono);color:var(--text-muted);max-width:600px;font-size:.9rem;line-height:1.6}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-15px)rotate(2deg)}66%{transform:translateY(8px)rotate(-1deg)}}@keyframes scrollTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.5)}}@keyframes glowPulse{0%,to{box-shadow:0 0 15px #00ff8826}50%{box-shadow:0 0 30px #00ff884d}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes gridPulse{0%,to{opacity:.03}50%{opacity:.06}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--text-dim);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--accent-green-dim);color:var(--accent-green)}@media (max-width:1024px),(hover:none),(pointer:coarse){*{cursor:auto!important}button,a,[role=button],input[type=submit],input[type=button]{cursor:pointer!important}input[type=text],input[type=email],textarea{cursor:text!important}}
.Navbar-module__cJzEcG__nav{box-sizing:border-box;width:100%;max-width:100vw;z-index:var(--z-nav);transition:all var(--transition-base);-webkit-backdrop-filter:blur(14px);background:#07070d80;border-bottom:1px solid #0000;padding:.5rem 1.5rem;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--glass-border);background:#07070deb;box-shadow:0 4px 30px #0006,0 1px #00ff880a}.Navbar-module__cJzEcG__inner{max-width:var(--max-width);box-sizing:border-box;justify-content:space-between;align-items:center;gap:var(--space-3);width:100%;height:50px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0;align-items:center;gap:0;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoMark{filter:drop-shadow(0 0 4px #00ff884d);transition:filter var(--transition-base);align-items:center;margin-right:.5em;display:flex}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoMark{filter:drop-shadow(0 0 8px #00ff8880)}.Navbar-module__cJzEcG__logoMark img{display:block}.Navbar-module__cJzEcG__logoText{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.Navbar-module__cJzEcG__cursor{color:var(--accent-green);margin-left:1px;font-size:1rem;font-weight:300;animation:1s step-end infinite Navbar-module__cJzEcG__blink}.Navbar-module__cJzEcG__statusDot{background:var(--accent-green);width:5px;height:5px;box-shadow:0 0 6px var(--accent-green);border-radius:50%;margin-left:.6rem;animation:2.5s ease-in-out infinite Navbar-module__cJzEcG__pulse}.Navbar-module__cJzEcG__decorators{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.Navbar-module__cJzEcG__decDot{opacity:.75;border-radius:50%;width:7px;height:7px}.Navbar-module__cJzEcG__decSep{font-family:var(--font-mono);color:var(--text-muted);opacity:.5;margin:0 .3rem;font-size:.7rem}.Navbar-module__cJzEcG__decLabel{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.04em;font-size:.65rem}.Navbar-module__cJzEcG__links{align-items:center;gap:.3rem;display:flex}.Navbar-module__cJzEcG__mobileHeader{display:none}.Navbar-module__cJzEcG__pill{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.01em;transition:color var(--transition-fast), border-color var(--transition-base), background var(--transition-base), box-shadow .3s ease, transform .2s ease;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:999px;padding:.38rem .9rem;font-size:.76rem;font-weight:500;text-decoration:none;position:relative;overflow:hidden}.Navbar-module__cJzEcG__pillGlow{border-radius:inherit;opacity:0;transition:opacity var(--transition-base);pointer-events:none;background:radial-gradient(at 50% 100%,#00ff8824 0%,#0000 70%);position:absolute;inset:0}.Navbar-module__cJzEcG__pillLabel{z-index:1;position:relative}.Navbar-module__cJzEcG__pill:hover{color:var(--accent-green);background:#00ff880d;border-color:#00ff8840;transform:translateY(-1px);box-shadow:0 0 10px #00ff881f,0 0 25px #00ff880d,inset 0 0 10px #00ff8808}.Navbar-module__cJzEcG__pill:hover .Navbar-module__cJzEcG__pillGlow{opacity:1}.Navbar-module__cJzEcG__pillActive{color:var(--accent-green);background:#00ff8812;border-color:#00ff8859;box-shadow:0 0 14px #00ff882e,0 0 35px #00ff880f,inset 0 0 12px #00ff880a}.Navbar-module__cJzEcG__pillActive .Navbar-module__cJzEcG__pillGlow{opacity:1}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--text-primary);width:20px;height:1.5px;transition:all var(--transition-base);border-radius:2px;display:block}.Navbar-module__cJzEcG__active span:first-child{transform:translateY(6.5px)rotate(45deg)}.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__active span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module__cJzEcG__backdrop{display:none}@media (max-width:960px){.Navbar-module__cJzEcG__decorators{display:none}}@media (max-width:768px){.Navbar-module__cJzEcG__nav{padding:.5rem 1rem}.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__backdrop{z-index:calc(var(--z-overlay) - 1);background:#00000080;display:block;position:fixed;inset:0}.Navbar-module__cJzEcG__links{-webkit-backdrop-filter:blur(30px);width:280px;height:100vh;transition:right var(--transition-slow);border-left:1px solid var(--glass-border);padding:var(--space-4);padding-top:var(--space-8);z-index:var(--z-overlay);background:#07070df7;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.4rem;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__open{right:0}.Navbar-module__cJzEcG__mobileHeader{margin-bottom:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--glass-border);display:block}.Navbar-module__cJzEcG__mobileTitle{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.Navbar-module__cJzEcG__mobilePrompt{color:var(--accent-green)}.Navbar-module__cJzEcG__pill{border-radius:var(--radius-sm);border:1px solid var(--glass-border);padding:.65rem 1rem;font-size:.9rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--glass-border);position:relative;overflow:hidden}.Footer-module__S6Hkya__flickerCanvas{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0009 0%,#0000 60%);mask-image:linear-gradient(#0009 0%,#0000 60%)}.Footer-module__S6Hkya__inner{z-index:1;max-width:var(--max-width);padding:var(--space-10) var(--space-4) var(--space-6);margin:0 auto;position:relative}.Footer-module__S6Hkya__top{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.Footer-module__S6Hkya__brand{align-items:center;gap:.5rem;display:flex}.Footer-module__S6Hkya__brandIcon{color:var(--accent-green);align-items:center;display:flex}.Footer-module__S6Hkya__brandName{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:.02em;font-size:1.05rem;font-weight:700}.Footer-module__S6Hkya__blinkCursor{color:var(--accent-green);font-size:1.05rem;line-height:1;animation:1s step-end infinite Footer-module__S6Hkya__blink}.Footer-module__S6Hkya__tagline{font-family:var(--font-mono);color:var(--text-muted);text-align:center;font-size:.8rem;line-height:1.7}.Footer-module__S6Hkya__statusPill{border:1px solid var(--glass-border);font-family:var(--font-mono);color:var(--accent-green);white-space:nowrap;background:#00ff880d;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.7rem;display:inline-flex}.Footer-module__S6Hkya__statusDot{background:var(--accent-green);width:6px;height:6px;box-shadow:0 0 8px var(--accent-green);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite Footer-module__S6Hkya__pulse}.Footer-module__S6Hkya__divider{background:var(--glass-border);width:100%;height:1px;margin-bottom:var(--space-6)}.Footer-module__S6Hkya__navGrid{gap:var(--space-6);margin-bottom:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.Footer-module__S6Hkya__navCol{gap:var(--space-2);flex-direction:column;display:flex}.Footer-module__S6Hkya__navColTitle{font-family:var(--font-mono);color:var(--accent-green);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.25rem;font-size:.65rem;font-weight:600}.Footer-module__S6Hkya__navCol ul{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__navLink{font-family:var(--font-mono);color:var(--text-muted);transition:color var(--transition-fast);align-items:center;gap:.3rem;font-size:.8rem;display:inline-flex}.Footer-module__S6Hkya__navLink:hover{color:var(--text-primary)}.Footer-module__S6Hkya__extIcon{opacity:.5;transition:opacity var(--transition-fast);flex-shrink:0}.Footer-module__S6Hkya__navLink:hover .Footer-module__S6Hkya__extIcon{opacity:1}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.Footer-module__S6Hkya__copyright{font-family:var(--font-mono);color:var(--text-dim);font-size:.72rem}.Footer-module__S6Hkya__badges{gap:var(--space-3);flex-wrap:wrap;display:flex}.Footer-module__S6Hkya__badge{font-family:var(--font-mono);color:var(--text-dim);border:1px solid var(--glass-border);border-radius:var(--radius-sm);align-items:center;gap:.4rem;padding:.2rem .6rem;font-size:.68rem;display:inline-flex}.Footer-module__S6Hkya__badgeDot{border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2.5s ease-in-out infinite Footer-module__S6Hkya__pulse}@media (max-width:768px){.Footer-module__S6Hkya__top{align-items:flex-start;gap:var(--space-3);flex-direction:column}.Footer-module__S6Hkya__tagline{text-align:left}.Footer-module__S6Hkya__navGrid{grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.Footer-module__S6Hkya__navGrid{grid-template-columns:1fr}.Footer-module__S6Hkya__badges{gap:var(--space-2)}}
.FloatingSymbols-module__cfZYoq__container{pointer-events:none;z-index:var(--z-background);background-color:#0a0a0a;position:fixed;inset:0;overflow:hidden}.FloatingSymbols-module__cfZYoq__aurora{filter:blur(80px);opacity:.7;position:absolute;inset:0;overflow:hidden}.FloatingSymbols-module__cfZYoq__auroraBlob{will-change:transform;border-radius:50%;position:absolute}.FloatingSymbols-module__cfZYoq__auroraBlob[data-color=green]{background:radial-gradient(circle,#00ff882e 0%,#00ff880d 40%,#0000 70%);width:600px;height:600px;animation:25s ease-in-out infinite FloatingSymbols-module__cfZYoq__auroraMove1;top:-10%;left:-5%}.FloatingSymbols-module__cfZYoq__auroraBlob[data-color=purple]{background:radial-gradient(circle,#a855f733 0%,#a855f70f 40%,#0000 70%);width:550px;height:550px;animation:30s ease-in-out infinite FloatingSymbols-module__cfZYoq__auroraMove2;top:40%;right:-8%}.FloatingSymbols-module__cfZYoq__auroraBlob[data-color=cyan]{background:radial-gradient(circle,#06d6d626 0%,#06d6d60a 40%,#0000 70%);width:500px;height:500px;animation:28s ease-in-out infinite FloatingSymbols-module__cfZYoq__auroraMove3;bottom:-5%;left:30%}.FloatingSymbols-module__cfZYoq__auroraBlob[data-color=green2]{background:radial-gradient(circle,#00ff881f 0%,#00ff8808 40%,#0000 70%);width:450px;height:450px;animation:35s ease-in-out infinite FloatingSymbols-module__cfZYoq__auroraMove4;top:60%;left:5%}.FloatingSymbols-module__cfZYoq__auroraBlob[data-color=purple2]{background:radial-gradient(circle,#a855f71a 0%,#a855f708 40%,#0000 70%);width:400px;height:400px;animation:32s ease-in-out infinite FloatingSymbols-module__cfZYoq__auroraMove5;top:10%;right:20%}.FloatingSymbols-module__cfZYoq__grid{opacity:.5;background-image:radial-gradient(circle at 1px 1px,#ffffff08 1px,#0000 0);background-size:40px 40px;position:absolute;inset:0}.FloatingSymbols-module__cfZYoq__canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.FloatingSymbols-module__cfZYoq__vignette{pointer-events:none;background:radial-gradient(75% 65%,#0000 0%,#0a0a0a33 50%,#0a0a0a99 80%,#0a0a0ad9 100%);position:absolute;inset:0}@keyframes FloatingSymbols-module__cfZYoq__auroraMove1{0%,to{transform:translate(0)scale(1)}25%{transform:translate(80px,60px)scale(1.1)}50%{transform:translate(150px,30px)scale(.95)}75%{transform:translate(50px,-40px)scale(1.05)}}@keyframes FloatingSymbols-module__cfZYoq__auroraMove2{0%,to{transform:translate(0)scale(1)}25%{transform:translate(-70px,-50px)scale(1.15)}50%{transform:translate(-120px,40px)scale(.9)}75%{transform:translate(-30px,80px)scale(1.1)}}@keyframes FloatingSymbols-module__cfZYoq__auroraMove3{0%,to{transform:translate(0)scale(1)}25%{transform:translate(60px,-70px)scale(1.08)}50%{transform:translate(-80px,-30px)scale(1.15)}75%{transform:translate(40px,50px)scale(.95)}}@keyframes FloatingSymbols-module__cfZYoq__auroraMove4{0%,to{transform:translate(0)scale(1)}33%{transform:translate(100px,-60px)scale(1.2)}66%{transform:translate(-60px,80px)scale(.85)}}@keyframes FloatingSymbols-module__cfZYoq__auroraMove5{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-90px,50px)scale(1.1)}66%{transform:translate(70px,-70px)scale(.9)}}@media (prefers-reduced-motion:reduce){.FloatingSymbols-module__cfZYoq__auroraBlob{animation:none!important}}
@media (hover:hover) and (pointer:fine) and (min-width:1025px){*{cursor:none!important}}@media (max-width:1024px),(hover:none),(pointer:coarse){.CustomCursor-module__scj-aG__ring,.CustomCursor-module__scj-aG__dot,.CustomCursor-module__scj-aG__trail{display:none!important}}.CustomCursor-module__scj-aG__ring,.CustomCursor-module__scj-aG__dot,.CustomCursor-module__scj-aG__trail{pointer-events:none;z-index:99999;will-change:transform;position:fixed;top:0;left:0}.CustomCursor-module__scj-aG__ring{border:1px solid #00ff8880;border-radius:50%;width:36px;height:36px;margin-top:-18px;margin-left:-18px;transition:width .25s,height .25s,margin .25s,border-color .25s,background .25s,box-shadow .25s,border-radius .15s}.CustomCursor-module__scj-aG__crossH,.CustomCursor-module__scj-aG__crossV{background:#00ff8859;transition:opacity .2s;position:absolute}.CustomCursor-module__scj-aG__crossH{width:6px;height:1px;box-shadow:calc(100% + 27px) 0 0 #00ff8859;top:50%;left:-9px;transform:translateY(-50%)}.CustomCursor-module__scj-aG__crossV{width:1px;height:6px;box-shadow:0 calc(100% + 27px) 0 #00ff8859;top:-9px;left:50%;transform:translate(-50%)}.CustomCursor-module__scj-aG__corner{border-style:solid;border-color:#0f8c;width:6px;height:6px;transition:border-color .2s,width .25s,height .25s;position:absolute}.CustomCursor-module__scj-aG__tl{border-width:1px 0 0 1px;top:-1px;left:-1px}.CustomCursor-module__scj-aG__tr{border-width:1px 1px 0 0;top:-1px;right:-1px}.CustomCursor-module__scj-aG__bl{border-width:0 0 1px 1px;bottom:-1px;left:-1px}.CustomCursor-module__scj-aG__br{border-width:0 1px 1px 0;bottom:-1px;right:-1px}.CustomCursor-module__scj-aG__ringHover{background:#00ff8808;border-color:#0f8c;border-radius:6px;width:56px;height:56px;margin-top:-28px;margin-left:-28px;box-shadow:0 0 10px #00ff8840,0 0 30px #00ff8814,inset 0 0 10px #00ff880a}.CustomCursor-module__scj-aG__ringHover .CustomCursor-module__scj-aG__corner{border-color:var(--accent-green);width:10px;height:10px}.CustomCursor-module__scj-aG__ringClick{border-color:var(--accent-green);width:26px;height:26px;margin-top:-13px;margin-left:-13px;box-shadow:0 0 14px #00ff8880}.CustomCursor-module__scj-aG__ringText{background:var(--accent-green);width:3px;height:28px;box-shadow:0 0 8px var(--accent-green);border-width:0;border-radius:2px;margin-top:-14px;margin-left:-1.5px;animation:1s step-end infinite CustomCursor-module__scj-aG__blinkCaret}@keyframes CustomCursor-module__scj-aG__blinkCaret{50%{opacity:0}}.CustomCursor-module__scj-aG__ringText .CustomCursor-module__scj-aG__crossH,.CustomCursor-module__scj-aG__ringText .CustomCursor-module__scj-aG__crossV,.CustomCursor-module__scj-aG__ringText .CustomCursor-module__scj-aG__corner{opacity:0}.CustomCursor-module__scj-aG__dot{background:var(--accent-green);width:5px;height:5px;box-shadow:0 0 5px var(--accent-green), 0 0 12px #0f86;border-radius:50%;margin-top:-2.5px;margin-left:-2.5px;transition:width .18s,height .18s,margin .18s,background .18s,box-shadow .18s}.CustomCursor-module__scj-aG__dotHover{background:#fff;width:8px;height:8px;margin-top:-4px;margin-left:-4px;box-shadow:0 0 8px #fff,0 0 20px #00ff8880}.CustomCursor-module__scj-aG__dotClick{width:3px;height:3px;box-shadow:0 0 10px var(--accent-green), 0 0 25px #0f89;margin-top:-1.5px;margin-left:-1.5px}.CustomCursor-module__scj-aG__trail{mix-blend-mode:screen;background:radial-gradient(circle,#00ff880f 0%,#0000 70%);border-radius:50%;width:80px;height:80px;margin-top:-40px;margin-left:-40px;transition:opacity .3s,background .3s}.CustomCursor-module__scj-aG__trailHover{background:radial-gradient(circle,#00ff881f 0%,#0000 65%)}
