.Navbar-module___rHu7W__nav{z-index:1000;-webkit-backdrop-filter:blur(24px);background:linear-gradient(135deg,#ffffff0a 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:20px;width:calc(100% - 32px);max-width:1440px;height:74px;padding:0 28px;transition:all .4s cubic-bezier(.25,1,.5,1);animation:1.2s cubic-bezier(.16,1,.3,1) .4s both Navbar-module___rHu7W__navEntrance;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0006,inset 0 1.5px 2px #ffffff40,inset 0 -1px 1px #0000004d}.Navbar-module___rHu7W__nav.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(28px);background:linear-gradient(135deg,#ffffff14 0%,#ffffff08 100%);border-color:#ffffff29;top:10px;box-shadow:0 16px 45px #6450ff33,0 8px 30px #0006,inset 0 1.5px 2px #fff6,inset 0 -1.5px 2px #0006}.Navbar-module___rHu7W__nav.Navbar-module___rHu7W__navHidden{pointer-events:none;opacity:0!important;transform:translate(-50%,-90px)scale(.96)!important}.Navbar-module___rHu7W__inner{justify-content:space-between;align-items:center;gap:20px;width:100%;height:100%;display:flex}.Navbar-module___rHu7W__logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoImg{border:1.5px solid var(--border-bright);border-radius:12px;width:44px;height:44px;overflow:hidden;box-shadow:0 0 16px #6450ff4d}.Navbar-module___rHu7W__logoImg img{object-fit:cover;width:100%;height:100%}.Navbar-module___rHu7W__logoText{flex-direction:column;line-height:1.2;display:flex}.Navbar-module___rHu7W__logoName{color:#fff;letter-spacing:-.01em;font-size:15px;font-weight:800}.Navbar-module___rHu7W__logoTicker{font-size:11px;font-family:var(--font-mono);color:var(--cyan);letter-spacing:.08em;font-weight:600}.Navbar-module___rHu7W__links{gap:10px;margin:0 auto;list-style:none;display:flex}.Navbar-module___rHu7W__link{color:#c8c8ffb3;background:0 0;border:1px solid #ffffff0d;border-radius:14px;padding:8px 18px;font-size:13.5px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.25,1,.5,1);display:block;position:relative}.Navbar-module___rHu7W__link:hover{color:#fff;background:#ffffff12;border-color:#ffffff40;transform:translateY(-1.5px);box-shadow:0 4px 15px #ffffff0d,inset 0 1.5px 1.5px #ffffff4d}.Navbar-module___rHu7W__link.Navbar-module___rHu7W__active{color:#fff;text-shadow:0 0 8px #6450ff80;background:linear-gradient(135deg,#6450ff40 0%,#00e5ff26 100%);border-color:#6450ff80;transform:translateY(0);box-shadow:0 8px 24px #6450ff40,inset 0 1.5px 2px #fff6,inset 0 -1.5px 2px #0006}.Navbar-module___rHu7W__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.Navbar-module___rHu7W__navBtnOutline,.Navbar-module___rHu7W__navBtnPrimary{font-family:var(--font-main);cursor:pointer;-webkit-backdrop-filter:blur(16px);border-radius:12px;align-items:center;gap:8px;font-size:13px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.25,1,.5,1);display:inline-flex}.Navbar-module___rHu7W__navBtnOutline{color:#c8c8ffe6;background:#ffffff08;border:1px solid #ffffff1f;padding:10px 20px;box-shadow:0 4px 15px #0003,inset 0 1px 1px #ffffff26}.Navbar-module___rHu7W__navBtnOutline:hover{color:#fff;background:#ffffff14;border-color:#00e5ff66;transform:translateY(-2px);box-shadow:0 8px 24px #00e5ff26,inset 0 1.5px 1.5px #ffffff59}.Navbar-module___rHu7W__navBtnPrimary{color:#fff;background:linear-gradient(135deg,#6450ff59 0%,#00e5ff40 100%);border:1px solid #6450ff66;padding:10px 20px;box-shadow:0 4px 15px #6450ff26,inset 0 1.5px 2px #fff6,inset 0 -1px 2px #0000004d}.Navbar-module___rHu7W__navBtnPrimary:hover{background:linear-gradient(135deg,#6450ff80 0%,#00e5ff59 100%);border-color:#6450ff99;transform:translateY(-2px);box-shadow:0 12px 30px #6450ff59,0 0 0 1px #00e5ff33,inset 0 2px 2px #ffffff80}.Navbar-module___rHu7W__burger{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:border-color .3s;display:none}.Navbar-module___rHu7W__burger:hover{border-color:var(--purple)}.Navbar-module___rHu7W__burger span{background:#c8c8ffcc;border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.Navbar-module___rHu7W__burgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module___rHu7W__burgerOpen span:nth-child(2){opacity:0}.Navbar-module___rHu7W__burgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module___rHu7W__mobileMenu{z-index:999;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;pointer-events:none;background:#020206f7;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__mobileOpen{opacity:1;pointer-events:all}.Navbar-module___rHu7W__mobileLinks{flex-direction:column;align-items:center;gap:8px;width:100%;padding:20px;display:flex}.Navbar-module___rHu7W__mobileLink{color:#c8c8ffb3;opacity:0;border-radius:14px;padding:12px 24px;font-size:clamp(1.4rem,6vw,2rem);font-weight:700;text-decoration:none;transition:color .2s,background .2s,transform .3s;transform:translateY(20px)}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__mobileOpen .Navbar-module___rHu7W__mobileLink{opacity:1;transform:translateY(0)}.Navbar-module___rHu7W__mobileLink:hover{color:#fff;background:#6450ff1a}.Navbar-module___rHu7W__mobileBtns{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}@media (max-width:1024px){.Navbar-module___rHu7W__links,.Navbar-module___rHu7W__actions{display:none}.Navbar-module___rHu7W__burger{display:flex}}.Navbar-module___rHu7W__navBorderGlow{pointer-events:none;z-index:10;opacity:.95;-webkit-mask-composite:source-out;border-radius:20px;padding:1.5px;position:absolute;inset:-1.5px;overflow:hidden;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude}.Navbar-module___rHu7W__navBorderGlow:before{content:"";background:conic-gradient(from 0deg, transparent 0deg, transparent 120deg, var(--cyan) 180deg, var(--purple) 280deg, transparent 360deg);transform-origin:50%;width:140%;height:250%;animation:5s linear infinite Navbar-module___rHu7W__borderRotate;position:absolute;top:-75%;left:-20%}@keyframes Navbar-module___rHu7W__borderRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Navbar-module___rHu7W__navEntrance{0%{opacity:0;transform:translate(-50%,-40px)scale(.95)}to{opacity:1;transform:translate(-50%)scale(1)}}
.Hero-module__JgYmMq__hero{z-index:1;background:var(--gradient-hero);flex-direction:column;min-height:100vh;display:flex;position:sticky;top:0}.Hero-module__JgYmMq__heroInner{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__JgYmMq__hero:before{content:"";opacity:.15;z-index:0;pointer-events:none;background-color:#0000;background-image:linear-gradient(#02020666 0%,#06060fbf 100%),url(/assets/hero-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.Hero-module__JgYmMq__canvas{z-index:0;pointer-events:none;animation:2.2s ease-out both Hero-module__JgYmMq__heroFadeIn;position:absolute;inset:0}.Hero-module__JgYmMq__magicRingsBg{z-index:0;pointer-events:none;opacity:.22;animation:2s ease-out both Hero-module__JgYmMq__heroFadeIn;position:absolute;inset:0}.Hero-module__JgYmMq__grid{z-index:0;background-image:linear-gradient(#6450ff0f 1px,#0000 1px),linear-gradient(90deg,#6450ff0f 1px,#0000 1px);background-size:60px 60px;animation:6s ease-in-out infinite Hero-module__JgYmMq__grid-fade;position:absolute;inset:0}.Hero-module__JgYmMq__orb{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.Hero-module__JgYmMq__orb1{background:radial-gradient(circle,#6450ff40,#0000);width:600px;height:600px;animation:12s ease-in-out infinite Hero-module__JgYmMq__float;top:-200px;left:-100px}.Hero-module__JgYmMq__orb2{background:radial-gradient(circle,#00e5ff33,#0000);width:400px;height:400px;animation:8s ease-in-out infinite reverse Hero-module__JgYmMq__float;top:100px;right:-100px}.Hero-module__JgYmMq__orb3{background:radial-gradient(circle,#ffa72626,#0000);width:300px;height:300px;animation:10s ease-in-out 2s infinite Hero-module__JgYmMq__float;bottom:100px;left:40%}.Hero-module__JgYmMq__scanline{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000,#00e5ff66,#0000);height:2px;animation:3s linear infinite Hero-module__JgYmMq__scanline;position:absolute;left:0;right:0}.Hero-module__JgYmMq__scanLaser{z-index:10;pointer-events:none;opacity:.35;background:linear-gradient(#00e5ff00 0%,#00e5ff0d 50%,#00e5ff26 95%,#00e5ff66 98%,#fff 99%,#00e5ff00 100%),radial-gradient(#00e5ff26 1px,#0000 0) 0 0/12px 12px;border-bottom:1px solid #00e5ff66;width:100%;height:120px;animation:6s linear infinite Hero-module__JgYmMq__cyberScan;position:absolute;left:0;box-shadow:0 10px 25px #00e5ff26,inset 0 -8px 15px #00e5ff0d}@keyframes Hero-module__JgYmMq__cyberScan{0%{opacity:0;top:-150px}2%{opacity:1}16%{opacity:0;top:105%}to{opacity:0;top:105%}}.Hero-module__JgYmMq__heroCol{z-index:10;text-align:center;width:100%;max-width:860px;min-height:100vh;padding:calc(var(--nav-h) + 80px) 24px 15px;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin:0 auto;display:flex;position:relative}.Hero-module__JgYmMq__heroCol h1,.Hero-module__JgYmMq__heroCol p,.Hero-module__JgYmMq__heroCol a,.Hero-module__JgYmMq__heroCol button{z-index:12;pointer-events:auto;position:relative}.Hero-module__JgYmMq__bridgeAnimationWrapper{z-index:1;pointer-events:auto;position:absolute}.Hero-module__JgYmMq__left{flex:1;min-width:0}.Hero-module__JgYmMq__badge{color:#c8c8ffcc;letter-spacing:.06em;background:#6450ff1a;border:1px solid #6450ff59;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 16px;font-size:12px;font-weight:600;animation:.8s both Hero-module__JgYmMq__fadeInDown;display:inline-flex}.Hero-module__JgYmMq__baseBadge{background:var(--gradient-primary);-webkit-text-fill-color:transparent;font-weight:800;font-family:var(--font-mono);-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__title{letter-spacing:-.03em;color:#fff;z-index:2;text-shadow:0 4px 24px #020206f2;will-change:opacity;margin-bottom:0;font-size:clamp(2rem,4.5vw,3.8rem);font-weight:900;line-height:1.05;animation:1s cubic-bezier(.25,.46,.45,.94) .4s both Hero-module__JgYmMq__heroFadeIn;position:relative}.Hero-module__JgYmMq__gradientText{background:linear-gradient(135deg,#09e6ff 0%,#fff 50%,#ff66d8 100%);-webkit-text-fill-color:transparent;text-shadow:none;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__gradientGold{background:linear-gradient(135deg,#ff66d8 0%,#00e5ff 100%);-webkit-text-fill-color:transparent;text-shadow:none;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__sub{color:#f5f8fffa;text-align:center;z-index:12;text-shadow:0 2px 20px #000000f2,0 0 35px #020210;will-change:opacity;max-width:700px;margin-bottom:36px;font-size:clamp(1.02rem,1.8vw,1.18rem);font-weight:600;line-height:1.75;animation:1.2s cubic-bezier(.25,.46,.45,.94) .8s both Hero-module__JgYmMq__heroFadeIn;position:relative}.Hero-module__JgYmMq__ctas{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:48px;animation:none;display:flex}.Hero-module__JgYmMq__stats{border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0e0e2099;border-radius:16px;gap:0;animation:1s 1.4s both Hero-module__JgYmMq__heroFadeIn;display:flex;overflow:hidden}.Hero-module__JgYmMq__stat{text-align:center;border-right:1px solid var(--border);flex:1;padding:18px 16px}.Hero-module__JgYmMq__stat:last-child{border-right:none}.Hero-module__JgYmMq__statVal{background:var(--gradient-primary);-webkit-text-fill-color:transparent;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:800;font-family:var(--font-mono);-webkit-background-clip:text;background-clip:text;display:block}.Hero-module__JgYmMq__statLabel{color:#b4b4dc80;letter-spacing:.04em;margin-top:4px;font-size:11px;font-weight:500;display:block}.Hero-module__JgYmMq__right{flex:none;justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__JgYmMq__coinWrap{width:360px;height:360px;transform-style:preserve-3d;transition:transform .1s ease-out;position:relative}.Hero-module__JgYmMq__coinImg{z-index:4;border-radius:50%;width:100%;height:100%;animation:8s ease-in-out infinite Hero-module__JgYmMq__coin-float;position:relative;overflow:hidden;box-shadow:0 0 60px #6450ff66,0 0 120px #00e5ff33}.Hero-module__JgYmMq__coinImg img{object-fit:cover;width:100%;height:100%}.Hero-module__JgYmMq__coinGlow{z-index:1;background:radial-gradient(circle,#6450ff4d,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite Hero-module__JgYmMq__neon-pulse;position:absolute;inset:-40px}.Hero-module__JgYmMq__coinRing1,.Hero-module__JgYmMq__coinRing2,.Hero-module__JgYmMq__coinRing3{border:1px solid #6450ff33;border-radius:50%;animation:linear infinite Hero-module__JgYmMq__spin-slow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__coinRing1{width:440px;height:440px;animation-duration:20s}.Hero-module__JgYmMq__coinRing2{border-color:#00e5ff26;width:520px;height:520px;animation-duration:30s;animation-direction:reverse}.Hero-module__JgYmMq__coinRing3{border-color:#ffa7261a;width:600px;height:600px;animation-duration:40s}.Hero-module__JgYmMq__floatBadge{border:1px solid var(--border-bright);color:#dcdcffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;white-space:nowrap;background:#0e0e20e6;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:12px;font-weight:700;display:flex;position:absolute;box-shadow:0 8px 24px #0006}.Hero-module__JgYmMq__badgeAI{animation:6s ease-in-out infinite Hero-module__JgYmMq__float;top:10%;right:-10%}.Hero-module__JgYmMq__badgeCard{animation:7s ease-in-out 1s infinite Hero-module__JgYmMq__float;bottom:20%;right:-15%}.Hero-module__JgYmMq__badgeChain{animation:5s ease-in-out .5s infinite Hero-module__JgYmMq__float;bottom:0%;left:-10%}.Hero-module__JgYmMq__tickerWrap{z-index:2;background:#06060fcc;padding:12px 0;position:relative;overflow:hidden}.Hero-module__JgYmMq__ticker{gap:32px;width:max-content;animation:20s linear infinite Hero-module__JgYmMq__ticker;display:flex}.Hero-module__JgYmMq__tickerItem{font-family:var(--font-mono);color:#b4b4ff99;letter-spacing:.08em;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.Hero-module__JgYmMq__tickerDot{background:var(--gradient-primary);border-radius:50%;width:6px;height:6px}.Hero-module__JgYmMq__scrollHint{color:#b4b4ff66;letter-spacing:.1em;z-index:2;flex-direction:column;align-items:center;gap:8px;font-size:11px;font-weight:500;display:flex;position:absolute;bottom:100px;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__scrollLine{background:linear-gradient(to bottom, transparent, var(--purple));width:1.5px;height:40px;animation:2s ease-in-out infinite Hero-module__JgYmMq__pulse}@keyframes Hero-module__JgYmMq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__JgYmMq__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__JgYmMq__fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width:1100px){.Hero-module__JgYmMq__right{flex:0 0 380px}.Hero-module__JgYmMq__coinWrap{width:300px;height:300px}.Hero-module__JgYmMq__coinRing1{width:360px;height:360px}.Hero-module__JgYmMq__coinRing2{width:430px;height:430px}.Hero-module__JgYmMq__coinRing3{width:500px;height:500px}}@media (max-width:900px){.Hero-module__JgYmMq__content{text-align:center;padding-top:calc(var(--nav-h) + 20px);flex-direction:column;gap:40px}.Hero-module__JgYmMq__left{flex-direction:column;align-items:center;display:flex}.Hero-module__JgYmMq__sub{text-align:center}.Hero-module__JgYmMq__right{flex:none;width:100%}.Hero-module__JgYmMq__badgeAI{top:0;right:0}.Hero-module__JgYmMq__badgeCard{bottom:10%;right:-5%}.Hero-module__JgYmMq__badgeChain{bottom:-5%;left:0}}@media (max-width:480px){.Hero-module__JgYmMq__coinWrap{width:240px;height:240px}.Hero-module__JgYmMq__stats{flex-wrap:wrap}.Hero-module__JgYmMq__stat{border-bottom:1px solid var(--border);flex:0 0 50%}.Hero-module__JgYmMq__floatBadge{padding:7px 11px;font-size:10px}}.Hero-module__JgYmMq__blueLightBeam{z-index:1;pointer-events:none;opacity:.95;transform-origin:100% 0;width:45vw;max-width:650px;height:80vh;animation:9s ease-in-out infinite Hero-module__JgYmMq__flareAnim;position:absolute;top:0;right:0;overflow:visible}.Hero-module__JgYmMq__beamSvg{mix-blend-mode:screen;width:100%;height:100%;overflow:visible}@keyframes Hero-module__JgYmMq__flareAnim{0%,to{opacity:.8;transform:rotate(0)scale(.96)}50%{opacity:.95;transform:rotate(3deg)scale(1.08)}}@keyframes Hero-module__JgYmMq__heroFadeInUp{0%{opacity:0;transform:translateY(40px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Hero-module__JgYmMq__heroFadeIn{0%{opacity:0}to{opacity:1}}.Hero-module__JgYmMq__bridgeAnimationWrapper{z-index:1;pointer-events:none;will-change:opacity;width:100%;height:100%;animation:1.2s cubic-bezier(.25,.46,.45,.94) 1.2s both Hero-module__JgYmMq__heroFadeIn;position:absolute;inset:0}.Hero-module__JgYmMq__bridgeContainer{aspect-ratio:800/420;z-index:1;pointer-events:none;width:66vw;max-width:2520px;position:absolute;top:58%;left:50%;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__bridgeSvg{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.Hero-module__JgYmMq__pulseLine{stroke-dasharray:6 6;opacity:.35;animation:25s linear infinite Hero-module__JgYmMq__dash}@keyframes Hero-module__JgYmMq__dash{to{stroke-dashoffset:-1000px}}.Hero-module__JgYmMq__fiatCluster,.Hero-module__JgYmMq__cryptoCluster{pointer-events:none;z-index:3;position:absolute;inset:0}.Hero-module__JgYmMq__node{border:1.5px solid var(--theme-color);-webkit-backdrop-filter:blur(8px);width:clamp(38px,6vw,50px);height:clamp(38px,6vw,50px);box-shadow:0 4px 15px #00000080, 0 0 10px var(--theme-color), inset 0 1px 2px #fff3;cursor:pointer;z-index:3;pointer-events:auto;opacity:.55;background:#0e0e20bf;border-radius:12px 0;flex-direction:column;justify-content:center;align-items:center;transition:all .35s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;position:absolute;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__node:hover{transform:translate(-50%,-50%)scale(1.18);opacity:1!important;box-shadow:0 10px 25px #000000b3, 0 0 20px var(--theme-color), inset 0 1px 2px #fff6!important;border-color:#fff!important;border-radius:0 12px!important}.Hero-module__JgYmMq__nodeGlyph{color:#fff;text-shadow:0 0 10px var(--theme-color);font-size:clamp(14px,2.5vw,18px);font-weight:800}.Hero-module__JgYmMq__cryptoNodeImg{object-fit:contain;border-radius:6px 0;width:clamp(20px,3.5vw,26px);height:clamp(20px,3.5vw,26px);transition:border-radius .35s}.Hero-module__JgYmMq__node:hover .Hero-module__JgYmMq__cryptoNodeImg{border-radius:0 6px}.Hero-module__JgYmMq__nodeLabel{color:#c8c8ffa6;font-size:clamp(8px,1.5vw,10px);font-family:var(--font-mono);letter-spacing:.05em;pointer-events:none;font-weight:700;transition:color .3s;position:absolute;bottom:-22px}.Hero-module__JgYmMq__node:hover .Hero-module__JgYmMq__nodeLabel{color:#fff}.Hero-module__JgYmMq__brainCore{z-index:1;opacity:1;pointer-events:auto;width:clamp(34px,5vw,44px);height:clamp(34px,5vw,44px);transition:opacity .3s,transform .3s;position:absolute;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__brainCore:hover{opacity:1}.Hero-module__JgYmMq__brainCenter{border:2px solid var(--purple);cursor:pointer;background:radial-gradient(circle,#140d3a 0%,#03030c 100%);border-radius:12px 0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 0 30px #6450ff66,inset 0 0 15px #6450ff4d}.Hero-module__JgYmMq__brainCore:hover .Hero-module__JgYmMq__brainCenter{border-color:var(--cyan);border-radius:0 12px;transform:scale(1.08);box-shadow:0 0 40px #00e5ff99,inset 0 0 20px #00e5ff66}.Hero-module__JgYmMq__brainIcon{color:var(--cyan);justify-content:center;align-items:center;margin-bottom:2px;display:flex}.Hero-module__JgYmMq__brainLogoImg{border:1px solid var(--cyan);object-fit:cover;border-radius:6px 0;width:clamp(16px,2.4vw,22px);height:clamp(16px,2.4vw,22px);transition:border-radius .35s;box-shadow:0 0 8px #00e5ff66}.Hero-module__JgYmMq__brainCore:hover .Hero-module__JgYmMq__brainLogoImg{border-radius:0 6px}.Hero-module__JgYmMq__brainSvgIcon{width:clamp(24px,4vw,34px);height:clamp(24px,4vw,34px);filter:drop-shadow(0 0 8px var(--cyan));animation:2s ease-in-out infinite Hero-module__JgYmMq__neuralPulse}.Hero-module__JgYmMq__brainText{color:#fff;font-size:clamp(8px,1.2vw,10px);font-weight:800;font-family:var(--font-mono);letter-spacing:.1em}.Hero-module__JgYmMq__brainPulseRing{border:1.5px solid var(--cyan);opacity:0;pointer-events:none;z-index:-1;border-radius:24px 0;animation:3s cubic-bezier(.16,1,.3,1) infinite Hero-module__JgYmMq__brainPulse;position:absolute;inset:0}.Hero-module__JgYmMq__brainPulseRingTwo{border:1.5px solid var(--purple);opacity:0;pointer-events:none;z-index:-1;border-radius:24px 0;animation:3s cubic-bezier(.16,1,.3,1) 1.5s infinite Hero-module__JgYmMq__brainPulse;position:absolute;inset:0}@keyframes Hero-module__JgYmMq__brainPulse{0%{opacity:.75;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes Hero-module__JgYmMq__neuralPulse{0%,to{filter:drop-shadow(0 0 8px var(--cyan));transform:scale(1)}50%{filter:drop-shadow(0 0 15px var(--cyan)) brightness(1.2);transform:scale(1.1)}}@media (max-width:600px){.Hero-module__JgYmMq__bridgeContainer{margin-top:20px}.Hero-module__JgYmMq__nodeLabel{display:none}}.Hero-module__JgYmMq__floatSlow1{animation:6s ease-in-out infinite Hero-module__JgYmMq__floatNode1,16s ease-in-out 1s infinite Hero-module__JgYmMq__randomPulse}.Hero-module__JgYmMq__floatSlow2{animation:8s ease-in-out infinite Hero-module__JgYmMq__floatNode2,14s ease-in-out 5s infinite Hero-module__JgYmMq__randomPulse}.Hero-module__JgYmMq__floatSlow3{animation:7s ease-in-out infinite Hero-module__JgYmMq__floatNode3,18s ease-in-out 3s infinite Hero-module__JgYmMq__randomPulse}.Hero-module__JgYmMq__floatSlow4{animation:9s ease-in-out infinite Hero-module__JgYmMq__floatNode4,15s ease-in-out 7s infinite Hero-module__JgYmMq__randomPulse}.Hero-module__JgYmMq__floatSlow5{animation:6.5s ease-in-out infinite Hero-module__JgYmMq__floatNode5,17s ease-in-out 2s infinite Hero-module__JgYmMq__randomPulse}.Hero-module__JgYmMq__floatSlowCenter{animation:10s ease-in-out infinite Hero-module__JgYmMq__floatBrain}@keyframes Hero-module__JgYmMq__floatNode1{0%,to{transform:translate(-50%,-50%)translate(0)}25%{transform:translate(-50%,-50%)translate(-3px,4px)}50%{transform:translate(-50%,-50%)translate(4px,-2px)}75%{transform:translate(-50%,-50%)translate(-2px,-3px)}}@keyframes Hero-module__JgYmMq__floatNode2{0%,to{transform:translate(-50%,-50%)translate(0)}25%{transform:translate(-50%,-50%)translate(4px,-3px)}50%{transform:translate(-50%,-50%)translate(-3px,5px)}75%{transform:translate(-50%,-50%)translate(3px,1px)}}@keyframes Hero-module__JgYmMq__floatNode3{0%,to{transform:translate(-50%,-50%)translate(0)}25%{transform:translate(-50%,-50%)translate(-4px,-2px)}50%{transform:translate(-50%,-50%)translate(2px,3px)}75%{transform:translate(-50%,-50%)translate(-1px,-4px)}}@keyframes Hero-module__JgYmMq__floatNode4{0%,to{transform:translate(-50%,-50%)translate(0)}25%{transform:translate(-50%,-50%)translate(3px,4px)}50%{transform:translate(-50%,-50%)translate(-4px,-3px)}75%{transform:translate(-50%,-50%)translate(2px,-2px)}}@keyframes Hero-module__JgYmMq__floatNode5{0%,to{transform:translate(-50%,-50%)translate(0)}25%{transform:translate(-50%,-50%)translate(-2px,-4px)}50%{transform:translate(-50%,-50%)translate(4px,2px)}75%{transform:translate(-50%,-50%)translate(-3px,3px)}}@keyframes Hero-module__JgYmMq__floatBrain{0%,to{transform:translate(-50%,-50%)translate(0)}33%{transform:translate(-50%,-50%)translate(-2px,3px)}66%{transform:translate(-50%,-50%)translate(3px,-2px)}}@keyframes Hero-module__JgYmMq__randomPulse{0%,to{opacity:.55;box-shadow:0 4px 15px #00000080, 0 0 10px var(--theme-color), inset 0 1px 2px #fff3;border-color:var(--theme-color);border-radius:12px 0}44%{opacity:.55;box-shadow:0 4px 15px #00000080, 0 0 10px var(--theme-color), inset 0 1px 2px #fff3;border-color:var(--theme-color);border-radius:12px 0}50%{opacity:1;box-shadow:0 10px 25px #000000b3, 0 0 20px var(--theme-color), inset 0 1px 2px #fff6;border-color:#fff;border-radius:0 12px}56%{opacity:.55;box-shadow:0 4px 15px #00000080, 0 0 10px var(--theme-color), inset 0 1px 2px #fff3;border-color:var(--theme-color);border-radius:12px 0}}.Hero-module__JgYmMq__smallGlobeContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle,#0e0e24e6 0%,#030310f2 100%);border:1.5px solid #00e5ff99;border-radius:50%;justify-content:center;align-items:center;width:170px;height:170px;transition:transform .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 35px #00e5ff66,0 0 70px #6450ff40,inset 0 0 20px #00e5ff33}.Hero-module__JgYmMq__smallGlobeContainer:hover{border-color:#00ff87cc;transform:scale(1.06);box-shadow:0 0 50px #00ff8780,0 0 90px #00e5ff59}.Hero-module__JgYmMq__smallGlobeLogoOverlay{z-index:10;pointer-events:none;background:#000;border:1px solid #00e5ffcc;border-radius:50%;width:44px;height:44px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 15px #00e5ff99}.Hero-module__JgYmMq__smallGlobeLogoImg{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.Hero-module__JgYmMq__smallGlobeContainer{width:130px;height:130px}.Hero-module__JgYmMq__smallGlobeLogoOverlay{width:34px;height:34px}}.Hero-module__JgYmMq__globeCenterBg{width:600px;max-width:92vw;height:600px;max-height:92vw;box-shadow:none;z-index:2;pointer-events:auto;will-change:transform, opacity;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .35s;animation:1.8s cubic-bezier(.16,1,.3,1) .2s both Hero-module__JgYmMq__globeFadeIn;display:flex;position:absolute;top:58%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__globeCenterBg:hover{opacity:1}@keyframes Hero-module__JgYmMq__globeFadeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.92)}to{opacity:.96;transform:translate(-50%,-50%)scale(1)}}@media (max-width:768px){.Hero-module__JgYmMq__globeCenterBg{width:380px;height:380px;animation:1.8s cubic-bezier(.16,1,.3,1) .2s both Hero-module__JgYmMq__globeFadeInMobile;top:55%}}@keyframes Hero-module__JgYmMq__globeFadeInMobile{0%{opacity:0;transform:translate(-50%,-50%)scale(.92)}to{opacity:.9;transform:translate(-50%,-50%)scale(1)}}
.magic-rings-container{width:100%;height:100%}
.About-module__S-Ka5a__canvas{z-index:0;pointer-events:none;opacity:.65;position:absolute;inset:0}.About-module__S-Ka5a__scanline{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000,#00e5ff38,#0000);height:1px;animation:8s linear infinite About-module__S-Ka5a__scanline-loop;position:absolute;left:0;right:0}@keyframes About-module__S-Ka5a__scanline-loop{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}.About-module__S-Ka5a__sectionScanLaser{z-index:1;pointer-events:none;background:linear-gradient(#00e5ff00 0%,#00e5ff0a 50%,#00e5ff26 95%,#00e5ff73 98%,#fff 99%,#00e5ff00 100%);border-bottom:1.2px solid #00e5ff8c;width:100%;height:70px;animation:18s cubic-bezier(.25,.46,.45,.94) infinite About-module__S-Ka5a__sectionScan;position:absolute;left:0}@keyframes About-module__S-Ka5a__sectionScan{0%{opacity:0;top:-100px}3%{opacity:.85}22%{opacity:0;top:105%}to{opacity:0;top:105%}}.About-module__S-Ka5a__curtainLightBeam{z-index:1;pointer-events:none;opacity:.85;transform-origin:0 0;width:50vw;max-width:750px;height:90vh;animation:10s ease-in-out infinite About-module__S-Ka5a__flareAnim;position:absolute;top:-150px;left:-120px;overflow:visible}.About-module__S-Ka5a__beamSvg{mix-blend-mode:screen;width:100%;height:100%;overflow:visible}@keyframes About-module__S-Ka5a__flareAnim{0%,to{opacity:.72;transform:rotate(0)scale(.96)}50%{opacity:.9;transform:rotate(2.5deg)scale(1.06)}}.About-module__S-Ka5a__sectionGrid{z-index:0;pointer-events:none;background-image:linear-gradient(#6450ff0d 1px,#0000 1px),linear-gradient(90deg,#6450ff0d 1px,#0000 1px);background-size:60px 60px;animation:8s ease-in-out infinite About-module__S-Ka5a__grid-fade;position:absolute;inset:0}@keyframes About-module__S-Ka5a__grid-fade{0%,to{opacity:.65}50%{opacity:.95}}.About-module__S-Ka5a__badgeWrapper{opacity:0;z-index:2;justify-content:center;margin-bottom:24px;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(20px)}.About-module__S-Ka5a__badgeWrapper.About-module__S-Ka5a__visible{opacity:1;transform:translateY(0)}.About-module__S-Ka5a__topGrid{z-index:2;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:80px;display:grid;position:relative}.About-module__S-Ka5a__visionCard{opacity:0;will-change:transform;height:100%;transform-style:preserve-3d;border-radius:24px 0;flex-direction:column;align-items:flex-start;padding:36px;transition:opacity .6s,transform .6s cubic-bezier(.25,1,.5,1),border-radius .4s cubic-bezier(.25,1,.5,1),border-color .4s,background .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;transform:translateY(30px)}.About-module__S-Ka5a__visionCard.About-module__S-Ka5a__visible{opacity:1;transform:translateY(0)}.About-module__S-Ka5a__visionCard:first-child{background:radial-gradient(circle at 0 0,#6450ff1a 0%,#06060c 80%);border:1px solid #6450ff59;box-shadow:0 15px 40px #6450ff14}.About-module__S-Ka5a__visionCard:first-child:hover{border-color:#6450ffa6;border-radius:0 24px;transform:translateY(-4px)scale(1.01);box-shadow:0 15px 45px #6450ff2e}.About-module__S-Ka5a__visionCard:nth-child(2){background:radial-gradient(circle at 100% 0,#00e5ff1a 0%,#06060c 80%);border:1px solid #00e5ff4d;box-shadow:0 15px 40px #00e5ff14}.About-module__S-Ka5a__visionCard:nth-child(2):hover{border-color:#00e5ff8c;border-radius:0 24px;transform:translateY(-4px)scale(1.01);box-shadow:0 15px 45px #00e5ff2e}.About-module__S-Ka5a__visionBorderGlow{border-radius:inherit;pointer-events:none;z-index:5;opacity:.95;-webkit-mask-composite:source-out;padding:1.5px;transition:border-radius .4s cubic-bezier(.25,1,.5,1);position:absolute;inset:0;overflow:hidden;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude}.About-module__S-Ka5a__visionBorderGlow:before{content:"";transform-origin:50%;border-radius:inherit;width:150%;height:250%;animation:4s linear infinite About-module__S-Ka5a__visionBorderRotate;position:absolute;top:-75%;left:-25%}.About-module__S-Ka5a__visionCard:first-child .About-module__S-Ka5a__visionBorderGlow:before{background:conic-gradient(from 0deg, transparent 0deg, transparent 120deg, var(--purple) 180deg, var(--pink) 280deg, transparent 360deg)}.About-module__S-Ka5a__visionCard:nth-child(2) .About-module__S-Ka5a__visionBorderGlow:before{background:conic-gradient(from 0deg, transparent 0deg, transparent 120deg, var(--cyan) 180deg, var(--purple-light) 280deg, transparent 360deg);animation:4s linear infinite reverse About-module__S-Ka5a__visionBorderRotate}@keyframes About-module__S-Ka5a__visionBorderRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.About-module__S-Ka5a__iconWrap{z-index:2;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;font-size:1.4rem;display:flex;position:relative;transform:translateZ(20px)}.About-module__S-Ka5a__visionCard h3{color:#fff;z-index:2;letter-spacing:-.01em;margin-bottom:12px;font-size:1.25rem;font-weight:800;position:relative;transform:translateZ(15px)}.About-module__S-Ka5a__visionCard p{color:#bebee6a6;z-index:2;font-size:.95rem;line-height:1.75;position:relative;transform:translateZ(10px)}.About-module__S-Ka5a__scanLaser{opacity:0;pointer-events:none;z-index:3;background:linear-gradient(#00e5ff00 0%,#00e5ff47 50%,#00e5ff00 100%);width:100%;height:35px;position:absolute;left:0}.About-module__S-Ka5a__visionCard:hover .About-module__S-Ka5a__scanLaser,.About-module__S-Ka5a__problemCard:hover .About-module__S-Ka5a__scanLaser,.About-module__S-Ka5a__holoDebitCard:hover .About-module__S-Ka5a__scanLaser{opacity:.7;animation:1.8s cubic-bezier(.25,.46,.45,.94) infinite About-module__S-Ka5a__cardScanLaser}@keyframes About-module__S-Ka5a__cardScanLaser{0%{top:-40px}to{top:105%}}.About-module__S-Ka5a__cardGlowMarker{pointer-events:none;z-index:1;opacity:0;width:150px;height:150px;left:var(--mx,0px);top:var(--my,0px);background:radial-gradient(circle,#8c77ff29 0%,#0000 70%);border-radius:50%;transition:opacity .35s;position:absolute;transform:translate(-50%,-50%)}.About-module__S-Ka5a__visionCard:hover .About-module__S-Ka5a__cardGlowMarker,.About-module__S-Ka5a__problemCard:hover .About-module__S-Ka5a__cardGlowMarker{opacity:1}.About-module__S-Ka5a__sectionHeader{text-align:center;opacity:0;z-index:2;flex-direction:column;align-items:center;gap:16px;margin-bottom:56px;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(20px)}.About-module__S-Ka5a__sectionHeader.About-module__S-Ka5a__visible{opacity:1;transform:translateY(0)}.About-module__S-Ka5a__sectionSubFadeUp{opacity:0;transition:opacity .8s cubic-bezier(.25,1,.5,1) .25s,transform .8s cubic-bezier(.25,1,.5,1) .25s;transform:translateY(28px)}.About-module__S-Ka5a__sectionHeader.About-module__S-Ka5a__visible .About-module__S-Ka5a__sectionSubFadeUp,.About-module__S-Ka5a__solutionWrap.About-module__S-Ka5a__visible .About-module__S-Ka5a__sectionSubFadeUp{opacity:1;transform:translateY(0)}.About-module__S-Ka5a__problemGrid{z-index:2;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:110px;display:grid;position:relative}.About-module__S-Ka5a__fadeFromRight{opacity:0;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1);transform:translate(45px)}.About-module__S-Ka5a__fadeFromRight.About-module__S-Ka5a__visible{opacity:1;transform:translateX(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.About-module__S-Ka5a__fadeUp{opacity:0;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1);transform:translateY(45px)}.About-module__S-Ka5a__fadeUp.About-module__S-Ka5a__visible{opacity:1;transform:translateY(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.About-module__S-Ka5a__fadeFromLeft{opacity:0;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1);transform:translate(-45px)}.About-module__S-Ka5a__fadeFromLeft.About-module__S-Ka5a__visible{opacity:1;transform:translateX(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.About-module__S-Ka5a__cyberTerminalCard{clip-path:polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px));-webkit-backdrop-filter:blur(16px);opacity:0;transform:translateY(30px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;background:linear-gradient(160deg,#0c0c1c73 0%,#04041099 100%);border:1px solid #ffffff1f;padding:24px 28px 22px;transition:opacity .6s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;box-shadow:0 15px 35px #00000080,inset 0 1px 1px #ffffff1f}.About-module__S-Ka5a__cyberTerminalCard.About-module__S-Ka5a__visible{opacity:1;transform:translateY(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.About-module__S-Ka5a__cyberTerminalCard:hover{border-color:var(--theme-glow,#00e5ff);box-shadow:0 22px 55px #000c, 0 0 35px var(--theme-glow,#00e5ff4d), inset 0 0 20px #00e5ff14;transform:translateY(-6px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) scale(1.02)}.About-module__S-Ka5a__cyberBevelBorder{pointer-events:none;clip-path:polygon(0 0,calc(100% - 28px) 0,100% 28px,100% 100%,28px 100%,0 calc(100% - 28px));background:linear-gradient(135deg, var(--theme-glow,#00e5ff), transparent 40%, var(--theme-glow,#6450ff) 100%) border-box;-webkit-mask-composite:destination-out;opacity:.4;border:1.5px solid #0000;transition:opacity .4s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.About-module__S-Ka5a__cyberTerminalCard:hover .About-module__S-Ka5a__cyberBevelBorder{opacity:1}.About-module__S-Ka5a__cyberCardBgGrid{display:none}.About-module__S-Ka5a__cyberCardHeader{z-index:2;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex;position:relative}.About-module__S-Ka5a__cyberTagBadge{font-family:var(--font-mono);color:#dcdcffd9;letter-spacing:.08em;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:4px;align-items:center;gap:8px;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.About-module__S-Ka5a__tagDot{width:6px;height:6px;box-shadow:0 0 8px var(--theme-glow,#00e5ff);border-radius:50%}.About-module__S-Ka5a__cyberIndex{font-family:var(--font-mono);color:var(--theme-glow,#00e5ff);letter-spacing:.1em;opacity:.9;font-size:.85rem;font-weight:800}.About-module__S-Ka5a__hudDisplayWrap{z-index:2;justify-content:center;align-items:center;width:100%;height:110px;margin-bottom:22px;display:flex;position:relative}.About-module__S-Ka5a__hudRing1{border:1px dashed #ffffff1f;border-radius:50%;width:100px;height:100px;transition:border-color .4s,transform .6s;position:absolute}.About-module__S-Ka5a__hudRing2{background:radial-gradient(circle, var(--theme-glow,#00e5ff26) 0%, transparent 70%);opacity:.5;border:1px solid #ffffff14;border-radius:50%;width:74px;height:74px;transition:opacity .4s;position:absolute}.About-module__S-Ka5a__cyberTerminalCard:hover .About-module__S-Ka5a__hudRing1{border-color:var(--theme-glow,#00e5ff);transform:rotate(45deg)scale(1.05)}.About-module__S-Ka5a__cyberTerminalCard:hover .About-module__S-Ka5a__hudRing2{opacity:1}.About-module__S-Ka5a__solutionIconHex{z-index:3;width:54px;height:54px;box-shadow:0 0 20px var(--theme-glow,#00e5ff33);background:#0a0a1abf;border:1px solid;border-radius:14px;justify-content:center;align-items:center;transition:transform .4s,border-color .4s;display:flex;position:relative}.About-module__S-Ka5a__cyberTerminalCard:hover .About-module__S-Ka5a__solutionIconHex{transform:scale(1.12)rotate(4deg)}.About-module__S-Ka5a__cyberContent{z-index:2;margin-bottom:22px;position:relative}.About-module__S-Ka5a__cyberTitleRow{align-items:center;gap:10px;margin-bottom:10px;display:flex}.About-module__S-Ka5a__titleGlowPill{width:4px;height:18px;box-shadow:0 0 10px var(--theme-glow,#00e5ff);border-radius:2px}.About-module__S-Ka5a__cyberCardTitle{color:#fff;letter-spacing:-.01em;font-size:1.2rem;font-weight:800;line-height:1.3}.About-module__S-Ka5a__cyberCardDesc{color:#bebee6b8;font-size:.9rem;line-height:1.65}.About-module__S-Ka5a__cyberCardFooter{z-index:2;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:14px;display:flex;position:relative}.About-module__S-Ka5a__sysFlag{font-family:var(--font-mono);color:#a0a0d299;letter-spacing:.06em;align-items:center;gap:8px;font-size:.68rem;display:flex}.About-module__S-Ka5a__flagPulse{border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite About-module__S-Ka5a__pulse}.About-module__S-Ka5a__cyberHash{font-family:var(--font-mono);color:#b4b4dc73;font-size:.72rem}.About-module__S-Ka5a__problemIllustration{justify-content:center;align-items:center;height:96px;margin-bottom:24px;display:flex;transform:translateZ(20px)}.About-module__S-Ka5a__illSvg{width:auto;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.About-module__S-Ka5a__problemCard:hover .About-module__S-Ka5a__illSvg{transform:scale(1.08)rotate(3deg)translateZ(10px)}.About-module__S-Ka5a__problemBar{border-radius:2px;width:44px;height:3px;margin-bottom:20px;transition:width .4s cubic-bezier(.16,1,.3,1);transform:translateZ(10px)}.About-module__S-Ka5a__problemCard:hover .About-module__S-Ka5a__problemBar{width:90px}.About-module__S-Ka5a__problemTitle{color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-size:1.15rem;font-weight:800;transform:translateZ(15px)}.About-module__S-Ka5a__problemDesc{color:#b4b4dc99;font-size:.92rem;line-height:1.7;transform:translateZ(5px)}.About-module__S-Ka5a__solutionWrap{z-index:2;opacity:0;flex-direction:column;width:100%;transition:opacity .8s,transform .8s;display:flex;position:relative;transform:translateY(30px)}.About-module__S-Ka5a__solutionWrap.About-module__S-Ka5a__visible{opacity:1;transform:translateY(0)}.About-module__S-Ka5a__solutionLeft{flex-direction:column;align-items:flex-start;width:100%;display:flex}.About-module__S-Ka5a__solutionRight{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}@media (max-width:992px){.About-module__S-Ka5a__solutionRight{grid-template-columns:1fr}}.About-module__S-Ka5a__solutionItem{-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#0e0e20bf 0%,#060614e0 100%);border:1px solid #ffffff14;border-radius:18px 4px;flex-direction:column;align-items:flex-start;gap:16px;padding:28px 24px 26px;transition:border-color .4s,border-radius .4s cubic-bezier(.25,1,.5,1),transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0006}.About-module__S-Ka5a__itemAccentBar{background:var(--item-color,#00e5ff);width:3.5px;box-shadow:0 0 12px var(--item-color,#00e5ff);opacity:.75;transition:opacity .4s,width .4s;position:absolute;top:0;bottom:0;left:0}.About-module__S-Ka5a__solutionItem:hover{border-color:var(--item-color,#00e5ff);box-shadow:0 18px 45px #000000a6, 0 0 25px var(--item-color,#00e5ff40);border-radius:4px 18px;transform:translateY(-6px)scale(1.02)}.About-module__S-Ka5a__solutionItem:hover .About-module__S-Ka5a__itemAccentBar{opacity:1;width:5px}.About-module__S-Ka5a__solutionIcon{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;transition:border-color .4s,background-color .4s;display:flex}.About-module__S-Ka5a__solutionItem:hover .About-module__S-Ka5a__solutionIcon{border-color:var(--item-color,#00e5ff);background:#00e5ff14}.About-module__S-Ka5a__itemContent{width:100%}.About-module__S-Ka5a__itemHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}.About-module__S-Ka5a__solutionLabel{color:#fff;letter-spacing:-.01em;margin-bottom:8px;font-size:1.08rem;font-weight:800}.About-module__S-Ka5a__solutionIndex{font-family:var(--font-mono);color:var(--item-color,#00e5ff);letter-spacing:.08em;opacity:.9;font-size:.78rem;font-weight:800}.About-module__S-Ka5a__solutionDesc{color:#bebee6b8;font-size:.9rem;line-height:1.65}.About-module__S-Ka5a__solutionVisual{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.About-module__S-Ka5a__holographicPortalWrap{perspective:1200px;width:100%;max-width:480px;height:440px;transform-style:preserve-3d;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));justify-content:center;align-items:center;transition:transform .5s cubic-bezier(.25,1,.5,1);display:flex;position:relative}.About-module__S-Ka5a__portalVortexGlow{filter:blur(45px);background:radial-gradient(circle,#00e5ff4d 0%,#6450ff33 40%,#ff4efa1a 70%,#0000 100%);border-radius:50%;width:320px;height:320px;animation:4s ease-in-out infinite alternate About-module__S-Ka5a__portalPulseGlow;position:absolute}@keyframes About-module__S-Ka5a__portalPulseGlow{0%{opacity:.6;transform:scale(.85)}to{opacity:1;transform:scale(1.2)}}.About-module__S-Ka5a__portalRing3D{transform-style:preserve-3d;pointer-events:none;border-radius:50%;position:absolute;top:50%;left:50%}.About-module__S-Ka5a__portalRingOuter{border:1.5px dashed #00e5ff4d;width:400px;height:400px;animation:24s linear infinite About-module__S-Ka5a__spinPortalOuter;transform:translate(-50%,-50%)rotateX(65deg)rotate(0);box-shadow:0 0 20px #00e5ff26}.About-module__S-Ka5a__portalRingMid{border:1px stroke #ff4efa59;width:310px;height:310px;animation:16s linear infinite reverse About-module__S-Ka5a__spinPortalMid;transform:translate(-50%,-50%)rotateX(65deg)rotate(0);box-shadow:0 0 25px #ff4efa33}.About-module__S-Ka5a__portalRingInner{border:2px solid #8c77ff80;width:220px;height:220px;animation:10s linear infinite About-module__S-Ka5a__spinPortalOuter;transform:translate(-50%,-50%)rotateX(65deg)rotate(0);box-shadow:0 0 30px #8c77ff4d}@keyframes About-module__S-Ka5a__spinPortalOuter{0%{transform:translate(-50%,-50%)rotateX(65deg)rotate(0)}to{transform:translate(-50%,-50%)rotateX(65deg)rotate(360deg)}}@keyframes About-module__S-Ka5a__spinPortalMid{0%{transform:translate(-50%,-50%)rotateX(65deg)rotate(0)}to{transform:translate(-50%,-50%)rotateX(65deg)rotate(-360deg)}}.About-module__S-Ka5a__portalLaserBeam{filter:blur(20px);pointer-events:none;background:linear-gradient(#0000 0%,#00e5ff33 50%,#0000 100%);width:140px;height:320px;animation:3s ease-in-out infinite alternate About-module__S-Ka5a__beamPulse;position:absolute}@keyframes About-module__S-Ka5a__beamPulse{0%{opacity:.4;height:280px}to{opacity:.9;height:350px}}.About-module__S-Ka5a__portalRadarSweep{pointer-events:none;background:conic-gradient(#00e5ff33 0deg,#0000 60deg 360deg);border-radius:50%;width:280px;height:280px;animation:8s linear infinite About-module__S-Ka5a__spin-slow;position:absolute}.About-module__S-Ka5a__portalCoreEmblem{z-index:5;background:linear-gradient(135deg,#0e0e23f2 0%,#050514fa 100%);border:2px solid #00e5ff;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative;transform:translateZ(30px);box-shadow:0 0 30px #00e5ff80,inset 0 0 15px #00e5ff4d}.About-module__S-Ka5a__portalCoreEmblem span{font-family:var(--font-mono);color:#fff;letter-spacing:.08em;text-shadow:0 0 10px #00e5ff;font-size:.85rem;font-weight:800}.About-module__S-Ka5a__emblemPulse{border:1px solid #ff4efa80;border-radius:50%;animation:2.5s ease-out infinite About-module__S-Ka5a__corePulseRingAnim;position:absolute;inset:-10px}.About-module__S-Ka5a__floatingCoin3D{z-index:6;transform-style:preserve-3d;flex-direction:column;align-items:center;gap:6px;animation:4s ease-in-out infinite alternate About-module__S-Ka5a__floatCoin;display:flex;position:absolute}.About-module__S-Ka5a__floatingCoin3D img{filter:drop-shadow(0 10px 15px #0009);border-radius:50%;width:44px;height:44px;transition:transform .4s}.About-module__S-Ka5a__floatingCoin3D:hover img{transform:scale(1.15)translateZ(20px)}.About-module__S-Ka5a__coinGlowRing{pointer-events:none;border:1.5px solid;border-radius:50%;width:44px;height:44px;animation:2s infinite alternate About-module__S-Ka5a__pulse;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 15px}.About-module__S-Ka5a__coinTag{font-family:var(--font-mono);color:#f0f0fff2;letter-spacing:.06em;background:#0a0a19d9;border:1px solid #ffffff1f;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:800}@keyframes About-module__S-Ka5a__floatCoin{0%{transform:translateY(0)rotate(0)translateZ(15px)}to{transform:translateY(-16px)rotate(4deg)translateZ(25px)}}.About-module__S-Ka5a__coinBtc3D{animation-delay:0s;top:8%;left:8%}.About-module__S-Ka5a__coinEth3D{animation-delay:1.2s;top:12%;right:8%}.About-module__S-Ka5a__coinSol3D{animation-delay:2.4s;bottom:12%;left:10%}.About-module__S-Ka5a__coinAaic3D{animation-delay:3.6s;bottom:8%;right:10%}.About-module__S-Ka5a__portalParticle{background:#00e5ff;border-radius:50%;width:4px;height:4px;animation:5s ease-in-out infinite About-module__S-Ka5a__particleRise;position:absolute;box-shadow:0 0 8px #00e5ff}@keyframes About-module__S-Ka5a__particleRise{0%{opacity:0;transform:translateY(60px)scale(.5)}50%{opacity:1;transform:translateY(-20px)scale(1.2)}to{opacity:0;transform:translateY(-100px)scale(.5)}}.About-module__S-Ka5a__p1{animation-delay:0s;top:30%;left:25%}.About-module__S-Ka5a__p2{background:#ff4efa;animation-delay:1.5s;top:40%;right:20%;box-shadow:0 0 8px #ff4efa}.About-module__S-Ka5a__p3{background:#8c77ff;animation-delay:3s;bottom:25%;left:35%;box-shadow:0 0 8px #8c77ff}.About-module__S-Ka5a__p4{animation-delay:4.2s;bottom:35%;right:30%}.About-module__S-Ka5a__engineBackglow{filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#00e5ff26 0%,#8c77ff1a 50%,#0000 70%);border-radius:30px;position:absolute;inset:-20px}.About-module__S-Ka5a__engineScannerGrid{pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:24px 24px;border-radius:20px;position:absolute;inset:0}.About-module__S-Ka5a__engineCard{z-index:2;-webkit-backdrop-filter:blur(12px);background:linear-gradient(145deg,#0e0e20d9 0%,#060614f2 100%);border:1px solid #ffffff1a;border-radius:14px 2px;padding:16px 20px;transition:transform .4s,border-color .4s,box-shadow .4s;position:relative;box-shadow:0 10px 30px #0009}.About-module__S-Ka5a__engineCard:hover{transform:translateY(-4px)scale(1.015);box-shadow:0 15px 40px #000c,0 0 25px #00e5ff33}.About-module__S-Ka5a__engineFiatCard{border-color:#00e5ff4d}.About-module__S-Ka5a__engineAiCard{border-color:#8c77ff4d}.About-module__S-Ka5a__engineMultiCard{border-color:#ff4efa4d}.About-module__S-Ka5a__engineCardHeader{font-family:var(--font-mono);color:#dcdcffd9;letter-spacing:.06em;align-items:center;gap:8px;margin-bottom:12px;font-size:.7rem;font-weight:800;display:flex}.About-module__S-Ka5a__engineDot{border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px}.About-module__S-Ka5a__speedBadge{color:#00e5ff;background:#00e5ff1a;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.65rem}.About-module__S-Ka5a__pulseProfit{color:#8c77ff;background:#8c77ff1f;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.65rem}.About-module__S-Ka5a__swapTickerRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.About-module__S-Ka5a__cryptoBadge,.About-module__S-Ka5a__fiatBadge{font-family:var(--font-mono);border-radius:8px;padding:8px 14px;font-size:.88rem;font-weight:800}.About-module__S-Ka5a__cryptoBadge{color:#00e5ff;background:#00e5ff14;border:1px solid #00e5ff40}.About-module__S-Ka5a__fiatBadge{color:#ff4efa;background:#ff4efa14;border:1px solid #ff4efa40}.About-module__S-Ka5a__swapArrowWrap{font-family:var(--font-mono);color:#c8c8ffb3;flex-direction:column;align-items:center;gap:2px;font-size:.68rem;display:flex}.About-module__S-Ka5a__swapPulseLine{background:linear-gradient(90deg,#00e5ff,#ff4efa);border-radius:1px;width:40px;height:2px;animation:1.5s infinite alternate About-module__S-Ka5a__pulse}.About-module__S-Ka5a__aiGraphWrap{justify-content:center;align-items:center;width:100%;height:45px;display:flex}.About-module__S-Ka5a__graphSvg{width:100%;height:100%}.About-module__S-Ka5a__chainPillRow{justify-content:space-between;align-items:center;gap:6px;display:flex}.About-module__S-Ka5a__chainPill{font-family:var(--font-mono);color:#e6e6ffe6;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:6px;padding:6px 12px;font-size:.72rem;font-weight:800}.About-module__S-Ka5a__chainLink{font-family:var(--font-mono);color:var(--pink);opacity:.8;font-size:.7rem;animation:2s infinite alternate About-module__S-Ka5a__pulse}.About-module__S-Ka5a__quantumGlowCore{filter:blur(40px);background:radial-gradient(circle,#00e5ff40 0%,#ff4efa26 50%,#0000 70%);border-radius:50%;width:280px;height:280px;animation:4s ease-in-out infinite alternate About-module__S-Ka5a__coreGlowPulse;position:absolute}@keyframes About-module__S-Ka5a__coreGlowPulse{0%{opacity:.6;transform:scale(.9)}to{opacity:.95;transform:scale(1.15)}}.About-module__S-Ka5a__quantumRadarRing{border:1px dashed #00e5ff38;border-radius:50%;width:360px;height:360px;animation:28s linear infinite About-module__S-Ka5a__spin-slow;position:absolute}.About-module__S-Ka5a__quantumRadarSweep{background:conic-gradient(#00e5ff26 0deg,#0000 60deg 360deg);border:1px solid #ffffff14;border-radius:50%;width:300px;height:300px;animation:12s linear infinite About-module__S-Ka5a__spin-slow;position:absolute}.About-module__S-Ka5a__quantumCoreSphere{z-index:5;background:linear-gradient(135deg,#0c0c20f2 0%,#040410fa 100%);border:2px solid #00e5ff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:relative;box-shadow:0 0 35px #00e5ff66,inset 0 0 20px #00e5ff40}.About-module__S-Ka5a__innerOrb{opacity:.25;background:radial-gradient(circle,#ff4efa 0%,#00e5ff 60%,#0000 100%);border-radius:50%;animation:2.5s ease-in-out infinite alternate About-module__S-Ka5a__coreInnerPulse;position:absolute;inset:10px}@keyframes About-module__S-Ka5a__coreInnerPulse{0%{opacity:.2;transform:scale(.85)}to{opacity:.45;transform:scale(1.05)}}.About-module__S-Ka5a__corePulseRing{border:1px solid #ff4efa66;border-radius:50%;animation:3s ease-out infinite About-module__S-Ka5a__corePulseRingAnim;position:absolute;inset:-12px}@keyframes About-module__S-Ka5a__corePulseRingAnim{0%{opacity:1;transform:scale(.9)}to{opacity:0;transform:scale(1.4)}}.About-module__S-Ka5a__aiTextBadge{z-index:6;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.About-module__S-Ka5a__aiTextBadge span{font-family:var(--font-mono);color:#fff;letter-spacing:.08em;font-size:.68rem;font-weight:800}.About-module__S-Ka5a__aiTextBadge small{font-family:var(--font-mono);color:#00e5ff;letter-spacing:.12em;margin-top:2px;font-size:.6rem;font-weight:700}.About-module__S-Ka5a__quantumNode{z-index:6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0e0e20d9 0%,#060614f2 100%);border:1px solid #ffffff1f;border-radius:30px;align-items:center;gap:8px;padding:6px 14px 6px 8px;transition:transform .4s,border-color .4s;animation:4s ease-in-out infinite About-module__S-Ka5a__float;display:flex;position:absolute;box-shadow:0 10px 25px #0009}.About-module__S-Ka5a__quantumNode img{border-radius:50%;width:24px;height:24px}.About-module__S-Ka5a__nodeLabel{font-family:var(--font-mono);color:#e6e6ffe6;font-size:.72rem;font-weight:700}.About-module__S-Ka5a__qNodeBtc{border-color:#f7931a66;animation-delay:0s;top:8%;left:4%}.About-module__S-Ka5a__qNodeEth{border-color:#8c77ff66;animation-delay:1s;top:10%;right:2%}.About-module__S-Ka5a__qNodeSol{border-color:#00e5ff66;animation-delay:2s;bottom:10%;left:4%}.About-module__S-Ka5a__qNodeAaic{border-color:#ff4efa66;animation-delay:3s;bottom:8%;right:2%}.About-module__S-Ka5a__telemetryCard{z-index:7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a1ae6;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:10px;padding:8px 16px;display:flex;position:absolute;box-shadow:0 10px 30px #000000b3}.About-module__S-Ka5a__telemDot{border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite About-module__S-Ka5a__pulse}.About-module__S-Ka5a__telemContent strong{font-family:var(--font-mono);color:#fff;letter-spacing:.05em;font-size:.7rem;display:block}.About-module__S-Ka5a__telemContent small{color:#b4b4dcb3;font-size:.65rem}.About-module__S-Ka5a__telemTop{top:-14px;right:18%}.About-module__S-Ka5a__telemBottom{bottom:-14px;left:14%}.About-module__S-Ka5a__orbitRing{transform-style:preserve-3d;pointer-events:none;border:1px solid #6450ff1f;border-radius:50%;animation:linear infinite About-module__S-Ka5a__spin-slow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateX(68deg)rotateY(-18deg)}.About-module__S-Ka5a__orbitOuter{width:440px;height:440px;animation-duration:32s}.About-module__S-Ka5a__orbitMiddle{border-color:#00e5ff1a;width:350px;height:350px;animation-duration:22s;animation-direction:reverse}.About-module__S-Ka5a__orbitInner{border-color:#ff4efa12;width:260px;height:260px;animation-duration:14s}.About-module__S-Ka5a__cardBacklight{filter:blur(40px);z-index:1;pointer-events:none;background:radial-gradient(circle,#6450ff47 0%,#0000 70%);width:260px;height:180px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.About-module__S-Ka5a__orbitCoin{z-index:4;-webkit-backdrop-filter:blur(8px);background:#0a05198c;border:1.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;animation:4.5s ease-in-out infinite About-module__S-Ka5a__coinBobbing;display:flex;position:absolute;box-shadow:0 6px 16px #0006,inset 0 1px 2px #fff3}.About-module__S-Ka5a__orbitCoin img{object-fit:contain;border-radius:50%;width:22px;height:22px}.About-module__S-Ka5a__coinBtc{border-color:#f7931a66;animation-delay:0s;top:12%;left:10%;box-shadow:0 0 12px #f7931a40}.About-module__S-Ka5a__coinEth{border-color:#8c77ff66;animation-delay:1.1s;top:20%;right:6%;box-shadow:0 0 12px #8c77ff40}.About-module__S-Ka5a__coinSol{border-color:#00e5ff66;animation-delay:2.2s;bottom:12%;left:12%;box-shadow:0 0 12px #00e5ff40}.About-module__S-Ka5a__coinAaic{border-color:#6450ff66;animation-delay:3.3s;bottom:18%;right:12%;box-shadow:0 0 12px #6450ff40}.About-module__S-Ka5a__holoDebitCard{width:300px;height:188px;transform-style:preserve-3d;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));will-change:transform;z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#0e0e20bf 0%,#06060feb 100%);border:1px solid #ffffff14;border-radius:20px 0;flex-direction:column;justify-content:space-between;padding:24px;transition:transform .5s cubic-bezier(.25,1,.5,1),border-radius .4s cubic-bezier(.25,1,.5,1),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #0000008c,0 0 35px #6450ff1f}.About-module__S-Ka5a__holoDebitCard:hover{border-color:#00e5ff66;border-radius:0 20px;transition:transform,box-shadow .4s,border-color .4s,border-radius .4s cubic-bezier(.25,1,.5,1);box-shadow:0 28px 70px #000000a6,0 0 50px #00e5ff40}.About-module__S-Ka5a__cardGlassOverlay{pointer-events:none;z-index:2;background:linear-gradient(125deg,#ffffff14 0%,#fff0 40%,#0003 65%,#ffffff0d 100%);position:absolute;inset:0}.About-module__S-Ka5a__cardHeader{justify-content:space-between;align-items:center;display:flex;transform:translateZ(20px)}.About-module__S-Ka5a__cardBrand{font-family:var(--font-mono);color:#fff;letter-spacing:-.5px;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.About-module__S-Ka5a__brandDot{background:var(--cyan);width:7px;height:7px;box-shadow:0 0 8px var(--cyan);border-radius:50%;animation:2s infinite About-module__S-Ka5a__pulse}.About-module__S-Ka5a__chip{background:linear-gradient(135deg,gold 0%,#ffa726 100%);border:.5px solid #ffffff26;border-radius:5px;width:34px;height:25px;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #ffffff4d,0 2px 4px #00000040}.About-module__S-Ka5a__chip:before{content:"";background:#00000026;width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.About-module__S-Ka5a__chip:after{content:"";background:#00000026;width:100%;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.About-module__S-Ka5a__cardDetails{flex-direction:column;gap:8px;display:flex;transform:translateZ(25px)}.About-module__S-Ka5a__cardName{font-family:var(--font-mono);letter-spacing:.15em;color:#ffffff73;font-size:8px;font-weight:600}.About-module__S-Ka5a__cardNum{font-family:var(--font-mono);letter-spacing:.05em;color:#ffffffd9;gap:12px;font-size:15px;font-weight:700;display:flex}.About-module__S-Ka5a__cardFooter{justify-content:space-between;align-items:flex-end;display:flex;transform:translateZ(20px)}.About-module__S-Ka5a__cardExpiry{flex-direction:column;display:flex}.About-module__S-Ka5a__expLabel{font-family:var(--font-mono);color:#fff6;letter-spacing:.05em;font-size:6px;font-weight:500}.About-module__S-Ka5a__expVal{font-family:var(--font-mono);color:#fffc;margin-top:2px;font-size:10px;font-weight:700}.About-module__S-Ka5a__paymentLogo{height:16px}.About-module__S-Ka5a__visaLogo{opacity:.75;width:auto;height:100%}@keyframes About-module__S-Ka5a__coinBobbing{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (max-width:1024px){.About-module__S-Ka5a__problemGrid{grid-template-columns:1fr 1fr;gap:20px}.About-module__S-Ka5a__solutionWrap{grid-template-columns:1fr;gap:50px}.About-module__S-Ka5a__solutionVisual{order:2}}@media (max-width:768px){.About-module__S-Ka5a__topGrid{grid-template-columns:1fr;gap:20px}.About-module__S-Ka5a__visionCard{padding:30px 24px}.About-module__S-Ka5a__visionCard:first-child{border-radius:20px 0}.About-module__S-Ka5a__visionCard:first-child:hover{border-radius:0 20px}.About-module__S-Ka5a__visionCard:nth-child(2){border-radius:20px 0}.About-module__S-Ka5a__visionCard:nth-child(2):hover{border-radius:0 20px}.About-module__S-Ka5a__problemGrid{grid-template-columns:1fr;gap:20px}.About-module__S-Ka5a__mockupContainer{max-width:380px;height:300px}.About-module__S-Ka5a__orbitRing,.About-module__S-Ka5a__orbitCoin:nth-of-type(2n){display:none}.About-module__S-Ka5a__holoDebitCard{width:280px;height:175px;padding:20px}}@media (max-width:480px){.About-module__S-Ka5a__visionCard,.About-module__S-Ka5a__problemCard{padding:24px 20px}.About-module__S-Ka5a__solutionItem{gap:14px;padding:18px}.About-module__S-Ka5a__solutionIcon{width:38px;height:38px;font-size:1.2rem}}.About-module__S-Ka5a__pulseTrace{stroke-dasharray:10 30;opacity:.85;animation:3s linear infinite About-module__S-Ka5a__tracePulse}@keyframes About-module__S-Ka5a__tracePulse{0%{stroke-dashoffset:40px}to{stroke-dashoffset:-40px}}
.ferrofluid-container{width:100%;height:100%;position:relative;overflow:hidden}
.Ecosystem-module__xUbJfa__section{background:#03030c;justify-content:center;align-items:center;width:100%;height:100vh;min-height:100vh;display:flex;position:relative;overflow:hidden}.Ecosystem-module__xUbJfa__stickyHeaderArea{z-index:1;text-align:center;pointer-events:none;justify-content:center;align-items:center;width:100%;padding:0 20px;display:flex;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}.Ecosystem-module__xUbJfa__header{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;max-width:860px;margin:0 auto;padding:0 20px;display:flex}.Ecosystem-module__xUbJfa__title{color:#fff;letter-spacing:-.02em;text-align:center;font-size:3rem;font-weight:800;line-height:1.2}.Ecosystem-module__xUbJfa__highlight{background:linear-gradient(135deg,#00e5ff 0%,#a855f7 50%,#ff4efa 100%);-webkit-text-fill-color:transparent;text-shadow:none;-webkit-background-clip:text;display:inline-block}.Ecosystem-module__xUbJfa__subtitle{color:#dce6ffe6;text-align:center;max-width:760px;margin:16px auto 0;font-size:1.1rem;line-height:1.65}.Ecosystem-module__xUbJfa__cardsTrackViewport{z-index:10;width:100%;padding:40px 0;position:absolute;top:50%;left:0;overflow:hidden;transform:translateY(-50%)}.Ecosystem-module__xUbJfa__cardsTrack{align-items:stretch;gap:36px;width:max-content;padding:0 5vw;display:flex}.Ecosystem-module__xUbJfa__cyberTerminalCard{clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));-webkit-backdrop-filter:blur(20px);cursor:pointer;background:linear-gradient(160deg,#0c0c1c73 0%,#04041099 100%);border:1px solid #ffffff1f;flex-direction:column;flex-shrink:0;width:380px;padding:18px 22px 16px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 14px 35px #00000080,inset 0 1px 1px #ffffff1f}.Ecosystem-module__xUbJfa__cyberTerminalCard:hover{border-color:var(--theme-glow,#00e5ff);box-shadow:0 22px 55px #000c, 0 0 35px var(--theme-glow,#00e5ff59), inset 0 0 20px #00e5ff14;transform:translateY(-6px)scale(1.02)}.Ecosystem-module__xUbJfa__cardHighlighted{border-color:var(--theme-glow,#00e5ff);box-shadow:0 20px 50px #0009, 0 0 30px var(--theme-glow,#00e5ff40)}.Ecosystem-module__xUbJfa__cyberBevelBorder{pointer-events:none;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));background:linear-gradient(135deg, var(--theme-glow,#00e5ff), transparent 40%, var(--theme-glow,#6450ff) 100%) border-box;-webkit-mask-composite:destination-out;opacity:.4;border:1.5px solid #0000;transition:opacity .4s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Ecosystem-module__xUbJfa__cyberTerminalCard:hover .Ecosystem-module__xUbJfa__cyberBevelBorder{opacity:1}.Ecosystem-module__xUbJfa__cyberCardHeader{z-index:2;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex;position:relative}.Ecosystem-module__xUbJfa__cyberTagBadge{font-family:var(--font-mono,monospace);color:#dcdcffd9;letter-spacing:.08em;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:4px;align-items:center;gap:7px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.Ecosystem-module__xUbJfa__tagDot{width:5px;height:5px;box-shadow:0 0 8px var(--theme-glow,#00e5ff);border-radius:50%}.Ecosystem-module__xUbJfa__cyberIndex{font-family:var(--font-mono,monospace);color:var(--theme-glow,#00e5ff);letter-spacing:.1em;opacity:.9;font-size:.8rem;font-weight:800}.Ecosystem-module__xUbJfa__hudDisplayWrap{z-index:2;justify-content:center;align-items:center;width:100%;height:68px;margin-bottom:12px;display:flex;position:relative}.Ecosystem-module__xUbJfa__hudRing1{border:1px dashed #ffffff1f;border-radius:50%;width:64px;height:64px;transition:border-color .4s,transform .6s;position:absolute}.Ecosystem-module__xUbJfa__hudRing2{background:radial-gradient(circle, var(--theme-glow,#00e5ff26) 0%, transparent 70%);opacity:.5;border:1px solid #ffffff14;border-radius:50%;width:48px;height:48px;transition:opacity .4s;position:absolute}.Ecosystem-module__xUbJfa__cyberTerminalCard:hover .Ecosystem-module__xUbJfa__hudRing1{border-color:var(--theme-glow,#00e5ff);transform:rotate(45deg)scale(1.05)}.Ecosystem-module__xUbJfa__cyberTerminalCard:hover .Ecosystem-module__xUbJfa__hudRing2{opacity:1}.Ecosystem-module__xUbJfa__solutionIconHex{z-index:3;width:42px;height:42px;box-shadow:0 0 16px var(--theme-glow,#00e5ff33);background:#0a0a1abf;border:1px solid;border-radius:12px;justify-content:center;align-items:center;transition:transform .4s,border-color .4s;display:flex;position:relative}.Ecosystem-module__xUbJfa__cyberTerminalCard:hover .Ecosystem-module__xUbJfa__solutionIconHex{transform:scale(1.1)rotate(4deg)}.Ecosystem-module__xUbJfa__cyberContent{z-index:2;flex-grow:1;margin-bottom:12px;position:relative}.Ecosystem-module__xUbJfa__cyberTitleRow{align-items:center;gap:8px;margin-bottom:6px;display:flex}.Ecosystem-module__xUbJfa__titleGlowPill{width:3.5px;height:15px;box-shadow:0 0 8px var(--theme-glow,#00e5ff);border-radius:2px}.Ecosystem-module__xUbJfa__cyberCardTitle{color:#fff;letter-spacing:-.01em;font-size:1.08rem;font-weight:800;line-height:1.25}.Ecosystem-module__xUbJfa__cyberCardDesc{color:#bebee6b8;margin-bottom:12px;font-size:.85rem;line-height:1.5}.Ecosystem-module__xUbJfa__kpiRow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000059;border:1px solid #ffffff0f;border-radius:10px;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;padding:8px 12px;display:grid}.Ecosystem-module__xUbJfa__kpiBox{flex-direction:column;gap:2px;display:flex}.Ecosystem-module__xUbJfa__kpiLabel{font-family:var(--font-mono,monospace);color:#a0afcda6;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.Ecosystem-module__xUbJfa__kpiValue{font-size:.86rem;font-weight:800}.Ecosystem-module__xUbJfa__featuresList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.Ecosystem-module__xUbJfa__featureItem{color:#dce6ffe0;align-items:center;gap:7px;font-size:.8rem;font-weight:500;display:flex}.Ecosystem-module__xUbJfa__featureDot{border-radius:50%;flex-shrink:0;width:4.5px;height:4.5px}.Ecosystem-module__xUbJfa__cyberCardFooter{z-index:2;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex;position:relative}.Ecosystem-module__xUbJfa__sysFlag{font-family:var(--font-mono,monospace);color:#a0a0d299;letter-spacing:.06em;align-items:center;gap:7px;font-size:.65rem;display:flex}.Ecosystem-module__xUbJfa__flagPulse{border-radius:50%;width:4.5px;height:4.5px;animation:2s ease-in-out infinite Ecosystem-module__xUbJfa__pulse}@keyframes Ecosystem-module__xUbJfa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.Ecosystem-module__xUbJfa__cyberHash{font-family:var(--font-mono,monospace);color:#b4b4dc73;font-size:.68rem}@media (max-width:960px){.Ecosystem-module__xUbJfa__header{padding:20px 24px}.Ecosystem-module__xUbJfa__title{font-size:2.2rem}.Ecosystem-module__xUbJfa__cyberTerminalCard{width:330px;padding:16px 18px 14px}}@media (max-width:640px){.Ecosystem-module__xUbJfa__title{font-size:1.75rem}.Ecosystem-module__xUbJfa__cyberTerminalCard{width:290px;padding:16px 16px 12px}}
.orb-container{z-index:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.orb-container canvas{margin:0 auto;display:block}
.AIFeatures-module__FJaaPW__section{background:#03030c;min-height:100vh;padding:120px 0;position:relative;overflow:hidden}.AIFeatures-module__FJaaPW__bgGlow{pointer-events:none;z-index:0;filter:blur(50px);opacity:.6;background:radial-gradient(circle,#00e5ff14 0%,#8c77ff0a 50%,#0000 70%);width:1200px;height:800px;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.AIFeatures-module__FJaaPW__orbBackgroundWrap{pointer-events:none;z-index:1;opacity:.45;justify-content:center;align-items:center;width:1050px;max-width:95vw;height:1050px;max-height:95vw;display:flex;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.AIFeatures-module__FJaaPW__cyanBeam{display:none}.AIFeatures-module__FJaaPW__sectionGrid{z-index:0;pointer-events:none;background-image:linear-gradient(#00e5ff08 1px,#0000 1px),linear-gradient(90deg,#00e5ff08 1px,#0000 1px);background-size:60px 60px;animation:8s ease-in-out infinite AIFeatures-module__FJaaPW__grid-pulse;position:absolute;inset:0}@keyframes AIFeatures-module__FJaaPW__grid-pulse{0%,to{opacity:.5}50%{opacity:.85}}.AIFeatures-module__FJaaPW__sectionScanLaser{z-index:1;pointer-events:none;background:linear-gradient(#00e5ff00 0%,#00e5ff0a 50%,#00e5ff26 95%,#00e5ff73 98%,#fff 99%,#00e5ff00 100%);border-bottom:1.2px solid #00e5ff8c;width:100%;height:70px;animation:16s cubic-bezier(.25,.46,.45,.94) infinite AIFeatures-module__FJaaPW__laserScan;position:absolute;left:0}@keyframes AIFeatures-module__FJaaPW__laserScan{0%{opacity:0;top:-100px}3%{opacity:.85}22%{opacity:0;top:105%}to{opacity:0;top:105%}}.AIFeatures-module__FJaaPW__header{text-align:center;opacity:0;z-index:2;flex-direction:column;align-items:center;gap:16px;margin-bottom:64px;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(24px)}.AIFeatures-module__FJaaPW__header.AIFeatures-module__FJaaPW__visible{opacity:1;transform:translateY(0)}.AIFeatures-module__FJaaPW__title{color:#fff;letter-spacing:-.02em;text-align:center;font-size:2.85rem;font-weight:800;line-height:1.25}.AIFeatures-module__FJaaPW__highlight{background:linear-gradient(135deg,#00e5ff 0%,#a855f7 50%,#ff4efa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.AIFeatures-module__FJaaPW__subtitle{color:#b9c3e1d1;text-align:center;max-width:740px;font-size:1.08rem;line-height:1.7}.AIFeatures-module__FJaaPW__featuresGrid{z-index:2;grid-template-columns:repeat(3,1fr);gap:24px;display:grid;position:relative}.AIFeatures-module__FJaaPW__cyberTerminalCard{clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));-webkit-backdrop-filter:blur(16px);opacity:0;transform:translateY(30px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;background:linear-gradient(160deg,#0c0c1c73 0%,#04041099 100%);border:1px solid #ffffff1f;padding:18px 22px 16px;transition:opacity .6s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;box-shadow:0 12px 30px #00000080,inset 0 1px 1px #ffffff1f}.AIFeatures-module__FJaaPW__cyberTerminalCard.AIFeatures-module__FJaaPW__visible{opacity:1;transform:translateY(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.AIFeatures-module__FJaaPW__cyberTerminalCard:hover{border-color:var(--theme-glow,#00e5ff);box-shadow:0 18px 45px #000c, 0 0 30px var(--theme-glow,#00e5ff4d), inset 0 0 16px #00e5ff14;transform:translateY(-5px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) scale(1.015)}.AIFeatures-module__FJaaPW__cyberBevelBorder{pointer-events:none;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));background:linear-gradient(135deg, var(--theme-glow,#00e5ff), transparent 40%, var(--theme-glow,#6450ff) 100%) border-box;-webkit-mask-composite:destination-out;opacity:.4;border:1.5px solid #0000;transition:opacity .4s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.AIFeatures-module__FJaaPW__cyberTerminalCard:hover .AIFeatures-module__FJaaPW__cyberBevelBorder{opacity:1}.AIFeatures-module__FJaaPW__cyberCardHeader{z-index:2;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex;position:relative}.AIFeatures-module__FJaaPW__cyberTagBadge{font-family:var(--font-mono,monospace);color:#dcdcffd9;letter-spacing:.08em;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:4px;align-items:center;gap:7px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.AIFeatures-module__FJaaPW__tagDot{width:5px;height:5px;box-shadow:0 0 8px var(--theme-glow,#00e5ff);border-radius:50%}.AIFeatures-module__FJaaPW__cyberIndex{font-family:var(--font-mono,monospace);color:var(--theme-glow,#00e5ff);letter-spacing:.1em;opacity:.9;font-size:.8rem;font-weight:800}.AIFeatures-module__FJaaPW__hudDisplayWrap{z-index:2;justify-content:center;align-items:center;width:100%;height:72px;margin-bottom:14px;display:flex;position:relative}.AIFeatures-module__FJaaPW__hudRing1{border:1px dashed #ffffff1f;border-radius:50%;width:68px;height:68px;transition:border-color .4s,transform .6s;position:absolute}.AIFeatures-module__FJaaPW__hudRing2{background:radial-gradient(circle, var(--theme-glow,#00e5ff26) 0%, transparent 70%);opacity:.5;border:1px solid #ffffff14;border-radius:50%;width:50px;height:50px;transition:opacity .4s;position:absolute}.AIFeatures-module__FJaaPW__cyberTerminalCard:hover .AIFeatures-module__FJaaPW__hudRing1{border-color:var(--theme-glow,#00e5ff);transform:rotate(45deg)scale(1.05)}.AIFeatures-module__FJaaPW__cyberTerminalCard:hover .AIFeatures-module__FJaaPW__hudRing2{opacity:1}.AIFeatures-module__FJaaPW__solutionIconHex{z-index:3;width:44px;height:44px;box-shadow:0 0 16px var(--theme-glow,#00e5ff33);background:#0a0a1abf;border:1px solid;border-radius:12px;justify-content:center;align-items:center;transition:transform .4s,border-color .4s;display:flex;position:relative}.AIFeatures-module__FJaaPW__cyberTerminalCard:hover .AIFeatures-module__FJaaPW__solutionIconHex{transform:scale(1.1)rotate(4deg)}.AIFeatures-module__FJaaPW__cyberContent{z-index:2;margin-bottom:14px;position:relative}.AIFeatures-module__FJaaPW__cyberTitleRow{align-items:center;gap:8px;margin-bottom:6px;display:flex}.AIFeatures-module__FJaaPW__titleGlowPill{width:3.5px;height:15px;box-shadow:0 0 8px var(--theme-glow,#00e5ff);border-radius:2px}.AIFeatures-module__FJaaPW__cyberCardTitle{color:#fff;letter-spacing:-.01em;font-size:1.08rem;font-weight:800;line-height:1.25}.AIFeatures-module__FJaaPW__cyberCardDesc{color:#bebee6b8;font-size:.86rem;line-height:1.5}.AIFeatures-module__FJaaPW__cyberCardFooter{z-index:2;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:10px;display:flex;position:relative}.AIFeatures-module__FJaaPW__sysFlag{font-family:var(--font-mono,monospace);color:#a0a0d299;letter-spacing:.06em;align-items:center;gap:7px;font-size:.65rem;display:flex}.AIFeatures-module__FJaaPW__flagPulse{border-radius:50%;width:4.5px;height:4.5px;animation:2s ease-in-out infinite AIFeatures-module__FJaaPW__pulse}@keyframes AIFeatures-module__FJaaPW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.AIFeatures-module__FJaaPW__cyberHash{font-family:var(--font-mono,monospace);color:#b4b4dc73;font-size:.68rem}@media (max-width:1024px){.AIFeatures-module__FJaaPW__featuresGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:960px){.AIFeatures-module__FJaaPW__title{font-size:2.2rem}}@media (max-width:680px){.AIFeatures-module__FJaaPW__featuresGrid{grid-template-columns:1fr;gap:20px}.AIFeatures-module__FJaaPW__title{font-size:1.8rem}.AIFeatures-module__FJaaPW__cyberTerminalCard{padding:20px 22px 18px}}
.Showcase-module__5h1VHa__section{background:#03030c;padding:120px 0;position:relative;overflow:hidden}.Showcase-module__5h1VHa__sectionGlow{pointer-events:none;z-index:0;filter:blur(40px);background:radial-gradient(circle,#ff4efa14 0%,#6450ff0a 50%,#0000 70%);width:900px;height:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Showcase-module__5h1VHa__sectionGrid{z-index:0;pointer-events:none;background-image:linear-gradient(#ff4efa08 1px,#0000 1px),linear-gradient(90deg,#ff4efa08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Showcase-module__5h1VHa__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.Showcase-module__5h1VHa__title{color:#fff;letter-spacing:-.02em;text-align:center;margin-bottom:16px;font-size:2.85rem;font-weight:800;line-height:1.25}.Showcase-module__5h1VHa__highlight{background:linear-gradient(135deg,#ff4efa 0%,#6450ff 50%,#00e5ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Showcase-module__5h1VHa__desc{color:#b9c3e1d1;text-align:center;max-width:720px;font-size:1.08rem;line-height:1.7}.Showcase-module__5h1VHa__grid{opacity:0;grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:64px;transition:opacity .6s,transform .6s;display:grid;transform:translateY(24px)}.Showcase-module__5h1VHa__grid.Showcase-module__5h1VHa__visible{opacity:1;transform:translateY(0)}.Showcase-module__5h1VHa__cyberTerminalCard{clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));-webkit-backdrop-filter:blur(20px);transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;background:linear-gradient(160deg,#0c0c1c73 0%,#04041099 100%);border:1px solid #ffffff1f;flex-direction:column;padding:18px 22px 16px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;display:flex;position:relative;box-shadow:0 14px 35px #00000080,inset 0 1px 1px #ffffff1f}.Showcase-module__5h1VHa__cyberTerminalCard:hover{transform:translateY(-6px) scale(1.015) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));border-color:var(--theme-glow,#00e5ff);box-shadow:0 22px 55px #000c, 0 0 35px var(--theme-glow,#00e5ff59), inset 0 0 20px #00e5ff14}.Showcase-module__5h1VHa__cyberBevelBorder{pointer-events:none;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));background:linear-gradient(135deg, var(--theme-glow,#00e5ff), transparent 40%, var(--theme-glow,#6450ff) 100%) border-box;-webkit-mask-composite:destination-out;opacity:.4;border:1.5px solid #0000;transition:opacity .4s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Showcase-module__5h1VHa__cyberTerminalCard:hover .Showcase-module__5h1VHa__cyberBevelBorder{opacity:1}.Showcase-module__5h1VHa__cyberCardHeader{z-index:2;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex;position:relative}.Showcase-module__5h1VHa__cyberTagBadge{font-family:var(--font-mono,monospace);color:#dcdcffd9;letter-spacing:.08em;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:4px;align-items:center;gap:7px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.Showcase-module__5h1VHa__tagDot{width:5px;height:5px;box-shadow:0 0 8px var(--theme-glow,#00e5ff);border-radius:50%}.Showcase-module__5h1VHa__cyberIndex{font-family:var(--font-mono,monospace);color:var(--theme-glow,#00e5ff);letter-spacing:.1em;opacity:.9;font-size:.8rem;font-weight:800}.Showcase-module__5h1VHa__hudDisplayWrap{z-index:2;justify-content:center;align-items:center;width:100%;height:68px;margin-bottom:12px;display:flex;position:relative}.Showcase-module__5h1VHa__hudRing1{border:1px dashed #ffffff1f;border-radius:50%;width:64px;height:64px;transition:border-color .4s,transform .6s;position:absolute}.Showcase-module__5h1VHa__hudRing2{background:radial-gradient(circle, var(--theme-glow,#00e5ff26) 0%, transparent 70%);opacity:.5;border:1px solid #ffffff14;border-radius:50%;width:48px;height:48px;transition:opacity .4s;position:absolute}.Showcase-module__5h1VHa__cyberTerminalCard:hover .Showcase-module__5h1VHa__hudRing1{border-color:var(--theme-glow,#00e5ff);transform:rotate(45deg)scale(1.05)}.Showcase-module__5h1VHa__cyberTerminalCard:hover .Showcase-module__5h1VHa__hudRing2{opacity:1}.Showcase-module__5h1VHa__solutionIconHex{z-index:3;width:42px;height:42px;box-shadow:0 0 16px var(--theme-glow,#00e5ff33);background:#0a0a1abf;border:1px solid;border-radius:12px;justify-content:center;align-items:center;transition:transform .4s,border-color .4s;display:flex;position:relative}.Showcase-module__5h1VHa__cyberTerminalCard:hover .Showcase-module__5h1VHa__solutionIconHex{transform:scale(1.1)rotate(4deg)}.Showcase-module__5h1VHa__cyberContent{z-index:2;flex-grow:1;margin-bottom:12px;position:relative}.Showcase-module__5h1VHa__cyberTitleRow{align-items:center;gap:8px;margin-bottom:6px;display:flex}.Showcase-module__5h1VHa__titleGlowPill{width:3.5px;height:15px;box-shadow:0 0 8px var(--theme-glow,#00e5ff);border-radius:2px}.Showcase-module__5h1VHa__cyberCardTitle{color:#fff;letter-spacing:-.01em;font-size:1.08rem;font-weight:800;line-height:1.25}.Showcase-module__5h1VHa__cyberCardDesc{color:#bebee6b8;font-size:.85rem;line-height:1.5}.Showcase-module__5h1VHa__cyberCardFooter{z-index:2;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex;position:relative}.Showcase-module__5h1VHa__sysFlag{font-family:var(--font-mono,monospace);color:#a0a0d299;letter-spacing:.06em;align-items:center;gap:7px;font-size:.65rem;display:flex}.Showcase-module__5h1VHa__flagPulse{border-radius:50%;width:4.5px;height:4.5px;animation:2s ease-in-out infinite Showcase-module__5h1VHa__pulse}@keyframes Showcase-module__5h1VHa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.Showcase-module__5h1VHa__cyberHash{font-family:var(--font-mono,monospace);color:#b4b4dc73;font-size:.68rem}.Showcase-module__5h1VHa__showcaseBottomWrap{width:100%;margin-top:20px;position:relative}.Showcase-module__5h1VHa__tableGlow{filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(circle,#ff4efa26 0%,#00e5ff14 50%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Showcase-module__5h1VHa__tableFrame{z-index:2;-webkit-backdrop-filter:blur(20px);transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;background:linear-gradient(165deg,#0e0e22eb 0%,#080816f5 100%);border:1.5px solid #ff4efa4d;border-radius:24px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 25px 75px #000000b3,0 0 35px #ff4efa26}.Showcase-module__5h1VHa__tableFrame:hover{border-color:#ff4efa99;box-shadow:0 30px 85px #ff4efa40,0 0 45px #00e5ff33}.Showcase-module__5h1VHa__tableBar{background:#101028f2;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.Showcase-module__5h1VHa__dots{gap:8px;display:flex}.Showcase-module__5h1VHa__dots span{border-radius:50%;width:10px;height:10px}.Showcase-module__5h1VHa__tableTitleGroup{align-items:center;gap:10px;display:flex}.Showcase-module__5h1VHa__tableTitle{font-family:var(--font-mono,monospace);color:#dcebfff2;letter-spacing:.08em;font-size:11.5px;font-weight:800}.Showcase-module__5h1VHa__tableStatus{font-family:var(--font-mono,monospace);color:#ff4efa;letter-spacing:.05em;background:#ff4efa1f;border:1px solid #ff4efa59;border-radius:100px;padding:4px 12px;font-size:10.5px;font-weight:800;box-shadow:0 0 12px #ff4efa33}.Showcase-module__5h1VHa__tableBody{background:#0006;justify-content:center;padding:24px;display:flex;position:relative}.Showcase-module__5h1VHa__hudBadgeLeft{z-index:5;font-family:var(--font-mono,monospace);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a1ad9;border:1px solid #00ff874d;border-radius:100px;align-items:center;gap:8px;padding:6px 14px;font-size:10px;font-weight:800;display:flex;position:absolute;top:36px;left:36px;box-shadow:0 0 16px #00ff8733}.Showcase-module__5h1VHa__hudBadgeRight{z-index:5;font-family:var(--font-mono,monospace);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a1ad9;border:1px solid #00e5ff4d;border-radius:100px;align-items:center;gap:8px;padding:6px 14px;font-size:10px;font-weight:800;display:flex;position:absolute;top:36px;right:36px;box-shadow:0 0 16px #00e5ff33}.Showcase-module__5h1VHa__imageInner{border:1px solid #ffffff1f;border-radius:16px;max-width:100%;overflow:hidden;box-shadow:0 15px 45px #0009}.Showcase-module__5h1VHa__screenshotImg{object-fit:cover;border-radius:15px;width:100%;height:auto;display:block}@media (max-width:960px){.Showcase-module__5h1VHa__grid{grid-template-columns:1fr;gap:20px}.Showcase-module__5h1VHa__hudBadgeLeft,.Showcase-module__5h1VHa__hudBadgeRight{display:none}.Showcase-module__5h1VHa__title{font-size:2.2rem}}@media (max-width:640px){.Showcase-module__5h1VHa__title{font-size:1.8rem}.Showcase-module__5h1VHa__featureItem{gap:16px;padding:20px}.Showcase-module__5h1VHa__tableBody{padding:14px}}
.Tokenomics-module__Lh75Sq__section{background:#03030c;min-height:100vh;padding:120px 0;position:relative;overflow:hidden}.Tokenomics-module__Lh75Sq__sectionGlow{pointer-events:none;z-index:0;filter:blur(40px);background:radial-gradient(circle,#6450ff12 0%,#00e5ff0a 45%,#0000 70%);width:850px;height:850px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.Tokenomics-module__Lh75Sq__sectionGrid{z-index:0;pointer-events:none;background-image:linear-gradient(#6450ff08 1px,#0000 1px),linear-gradient(90deg,#6450ff08 1px,#0000 1px);background-size:60px 60px;animation:8s ease-in-out infinite Tokenomics-module__Lh75Sq__grid-pulse;position:absolute;inset:0}@keyframes Tokenomics-module__Lh75Sq__grid-pulse{0%,to{opacity:.5}50%{opacity:.85}}.Tokenomics-module__Lh75Sq__sectionScanLaser{z-index:1;pointer-events:none;background:linear-gradient(#6450ff00 0%,#6450ff0a 50%,#6450ff26 95%,#6450ff73 98%,#fff 99%,#6450ff00 100%);border-bottom:1.2px solid #6450ff8c;width:100%;height:70px;animation:16s cubic-bezier(.25,.46,.45,.94) infinite Tokenomics-module__Lh75Sq__laserScan;position:absolute;left:0}@keyframes Tokenomics-module__Lh75Sq__laserScan{0%{opacity:0;top:-100px}3%{opacity:.85}22%{opacity:0;top:105%}to{opacity:0;top:105%}}.Tokenomics-module__Lh75Sq__header{text-align:center;opacity:0;z-index:2;flex-direction:column;align-items:center;gap:16px;margin-bottom:60px;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(24px)}.Tokenomics-module__Lh75Sq__header.Tokenomics-module__Lh75Sq__visible{opacity:1;transform:translateY(0)}.Tokenomics-module__Lh75Sq__badgeWrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0e0e20b3;border:1px solid #6450ff40;border-radius:100px;align-items:center;gap:10px;padding:8px 18px;display:inline-flex;box-shadow:0 0 20px #6450ff1a}.Tokenomics-module__Lh75Sq__badgeDot{background:#6450ff;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Tokenomics-module__Lh75Sq__dotPulse;box-shadow:0 0 10px #6450ff}@keyframes Tokenomics-module__Lh75Sq__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.Tokenomics-module__Lh75Sq__badgeText{font-family:var(--font-mono,monospace);letter-spacing:.14em;color:#dce6ffe6;text-transform:uppercase;font-size:11px;font-weight:700}.Tokenomics-module__Lh75Sq__title{color:#fff;letter-spacing:-.02em;font-size:2.75rem;font-weight:800;line-height:1.2}.Tokenomics-module__Lh75Sq__highlight{background:linear-gradient(135deg,#6450ff 0%,#00e5ff 50%,#ff4efa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Tokenomics-module__Lh75Sq__subtitle{color:#b4bedcbf;max-width:720px;font-size:1.05rem;line-height:1.7}.Tokenomics-module__Lh75Sq__topInfoWrap{z-index:2;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px;display:grid;position:relative}.Tokenomics-module__Lh75Sq__cyberTerminalCard{clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));-webkit-backdrop-filter:blur(20px);transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;background:linear-gradient(160deg,#0c0c1c73 0%,#04041099 100%);border:1px solid #ffffff1f;flex-direction:column;padding:18px 22px 16px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;display:flex;position:relative;box-shadow:0 14px 35px #00000080,inset 0 1px 1px #ffffff1f}.Tokenomics-module__Lh75Sq__cyberTerminalCard:hover{transform:translateY(-6px) scale(1.015) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));border-color:var(--theme-glow,#6450ff);box-shadow:0 22px 55px #000c, 0 0 35px var(--theme-glow,#6450ff59), inset 0 0 20px #6450ff14}.Tokenomics-module__Lh75Sq__cyberBevelBorder{pointer-events:none;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));background:linear-gradient(135deg, var(--theme-glow,#6450ff), transparent 40%, var(--theme-glow,#00e5ff) 100%) border-box;-webkit-mask-composite:destination-out;opacity:.4;border:1.5px solid #0000;transition:opacity .4s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Tokenomics-module__Lh75Sq__cyberTerminalCard:hover .Tokenomics-module__Lh75Sq__cyberBevelBorder{opacity:1}.Tokenomics-module__Lh75Sq__cyberCardHeader{z-index:2;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex;position:relative}.Tokenomics-module__Lh75Sq__cyberTagBadge{font-family:var(--font-mono,monospace);color:#dcdcffd9;letter-spacing:.08em;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:4px;align-items:center;gap:7px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.Tokenomics-module__Lh75Sq__tagDot{width:5px;height:5px;box-shadow:0 0 8px var(--theme-glow,#6450ff);border-radius:50%}.Tokenomics-module__Lh75Sq__cyberIndex{font-family:var(--font-mono,monospace);color:var(--theme-glow,#6450ff);letter-spacing:.1em;opacity:.9;font-size:.8rem;font-weight:800}.Tokenomics-module__Lh75Sq__statBody{z-index:2;flex-direction:column;gap:6px;margin-bottom:12px;display:flex;position:relative}.Tokenomics-module__Lh75Sq__cyberTitleRow{align-items:center;gap:8px;display:flex}.Tokenomics-module__Lh75Sq__titleGlowPill{width:3.5px;height:14px;box-shadow:0 0 8px var(--theme-glow,#6450ff);border-radius:2px}.Tokenomics-module__Lh75Sq__infoLabel{font-family:var(--font-mono,monospace);color:#b4bedca6;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.Tokenomics-module__Lh75Sq__infoValue{color:#fff;font-size:1.85rem;font-weight:900;font-family:var(--font-mono,monospace);line-height:1.15}.Tokenomics-module__Lh75Sq__infoSub{color:#b4bedc99;font-size:12px}.Tokenomics-module__Lh75Sq__cyberCardFooter{z-index:2;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex;position:relative}.Tokenomics-module__Lh75Sq__sysFlag{font-family:var(--font-mono,monospace);color:#a0a0d299;letter-spacing:.06em;align-items:center;gap:7px;font-size:.65rem;display:flex}.Tokenomics-module__Lh75Sq__flagPulse{border-radius:50%;width:4.5px;height:4.5px;animation:2s ease-in-out infinite Tokenomics-module__Lh75Sq__pulse}@keyframes Tokenomics-module__Lh75Sq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.Tokenomics-module__Lh75Sq__cyberHash{font-family:var(--font-mono,monospace);color:#b4b4dc73;font-size:.68rem}.Tokenomics-module__Lh75Sq__allocationStack{z-index:2;flex-direction:column;gap:32px;width:100%;margin-bottom:60px;display:flex;position:relative}.Tokenomics-module__Lh75Sq__detailsFullCard{clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));-webkit-backdrop-filter:blur(20px);background:linear-gradient(160deg,#0c0c1c8c 0%,#040410b3 100%);border:1px solid #ffffff1f;flex-direction:column;gap:18px;width:100%;padding:28px 32px 22px;transition:border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #0000008c,inset 0 1px 1px #ffffff1f}.Tokenomics-module__Lh75Sq__detailsFullCard:hover{border-color:var(--theme-glow,#6450ff);box-shadow:0 20px 50px #000000b3, 0 0 35px var(--theme-glow,#6450ff40)}.Tokenomics-module__Lh75Sq__detailsHeaderLeft{align-items:center;gap:12px;display:flex}.Tokenomics-module__Lh75Sq__detailsFullBody{z-index:2;grid-template-columns:1.15fr 1fr;align-items:center;gap:36px;display:grid;position:relative}.Tokenomics-module__Lh75Sq__detailsMainCol{flex-direction:column;gap:12px;display:flex}.Tokenomics-module__Lh75Sq__matrixFullCard{clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));-webkit-backdrop-filter:blur(20px);background:linear-gradient(160deg,#0c0c1c73 0%,#04041099 100%);border:1px solid #ffffff1f;flex-direction:column;gap:20px;width:100%;padding:28px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 35px #00000080,inset 0 1px 1px #ffffff1f}.Tokenomics-module__Lh75Sq__matrixGrid{z-index:2;grid-template-columns:340px 1fr;align-items:center;gap:40px;display:grid;position:relative}.Tokenomics-module__Lh75Sq__distHeader{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.Tokenomics-module__Lh75Sq__distTitle{color:#fff;font-size:1.25rem;font-weight:800}.Tokenomics-module__Lh75Sq__distList{flex-direction:column;gap:12px;display:flex}.Tokenomics-module__Lh75Sq__distItem{cursor:pointer;background:#ffffff06;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .3s;display:flex}.Tokenomics-module__Lh75Sq__distItem:hover,.Tokenomics-module__Lh75Sq__distItem.Tokenomics-module__Lh75Sq__activeDist{background:#ffffff0f;border-color:#6450ff4d}.Tokenomics-module__Lh75Sq__distLeft{align-items:center;gap:12px;display:flex}.Tokenomics-module__Lh75Sq__distDot{border-radius:50%;width:10px;height:10px}.Tokenomics-module__Lh75Sq__distLabel{color:#dce6ffe6;font-size:13.5px;font-weight:600}.Tokenomics-module__Lh75Sq__distValue{font-family:var(--font-mono,monospace);font-size:14px;font-weight:800}.Tokenomics-module__Lh75Sq__tabToggleWrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a1ab3;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:8px;margin-top:12px;padding:6px;display:flex}.Tokenomics-module__Lh75Sq__tabBtn{color:#b4bedcb3;cursor:pointer;background:0 0;border:none;border-radius:100px;padding:8px 22px;font-size:13px;font-weight:700;transition:all .3s}.Tokenomics-module__Lh75Sq__tabBtn:hover{color:#fff}.Tokenomics-module__Lh75Sq__tabBtnActive{color:#fff;background:linear-gradient(135deg,#6450ff 0%,#00e5ff 100%);box-shadow:0 4px 15px #6450ff59}.Tokenomics-module__Lh75Sq__donutContainer{justify-content:center;align-items:center;width:260px;height:260px;margin:10px auto 20px;display:flex;position:relative}.Tokenomics-module__Lh75Sq__donutSvg{width:100%;height:100%;overflow:visible}.Tokenomics-module__Lh75Sq__donutSlice{transition:all .3s cubic-bezier(.16,1,.3,1)}.Tokenomics-module__Lh75Sq__donutSlice:hover{opacity:1!important;stroke-width:40px!important}.Tokenomics-module__Lh75Sq__donutCenter{pointer-events:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.Tokenomics-module__Lh75Sq__donutCenterValue{font-size:2.5rem;font-weight:900;font-family:var(--font-mono,monospace);line-height:1}.Tokenomics-module__Lh75Sq__donutCenterLabel{color:#dce6ffb3;margin-top:4px;font-size:13px;font-weight:700}.Tokenomics-module__Lh75Sq__detailsBody{flex-direction:column;justify-content:center;gap:20px;height:100%;display:flex}.Tokenomics-module__Lh75Sq__detailsHeaderRow{align-items:center;gap:12px;display:flex}.Tokenomics-module__Lh75Sq__detailsCategoryTitle{color:#fff;font-size:1.5rem;font-weight:800}.Tokenomics-module__Lh75Sq__detailsAmount{font-size:2.4rem;font-weight:900;font-family:var(--font-mono,monospace)}.Tokenomics-module__Lh75Sq__detailsDesc{color:#b4bedcbf;font-size:.95rem;line-height:1.65}.Tokenomics-module__Lh75Sq__vestingSummaryGrid{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;grid-template-columns:1fr 1fr;gap:14px;margin-top:10px;padding:16px;display:grid}.Tokenomics-module__Lh75Sq__vestingItem{flex-direction:column;gap:4px;display:flex}.Tokenomics-module__Lh75Sq__vestingItemLabel{font-family:var(--font-mono,monospace);text-transform:uppercase;color:#b4bedc80;font-size:11px}.Tokenomics-module__Lh75Sq__vestingItemValue{color:#fff;font-size:14px;font-weight:700}.Tokenomics-module__Lh75Sq__vestingTableCard{clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));-webkit-backdrop-filter:blur(20px);z-index:2;background:linear-gradient(160deg,#0c0c1c73 0%,#04041099 100%);border:1px solid #ffffff1f;padding:32px;position:relative;box-shadow:0 14px 35px #00000080,inset 0 1px 1px #ffffff1f}.Tokenomics-module__Lh75Sq__tableResponsive{width:100%;overflow-x:auto}.Tokenomics-module__Lh75Sq__vestingTable{border-collapse:collapse;text-align:left;width:100%}.Tokenomics-module__Lh75Sq__vestingTable th{font-family:var(--font-mono,monospace);text-transform:uppercase;letter-spacing:.08em;color:#b4bedc99;border-bottom:1px solid #ffffff14;padding:14px 16px;font-size:11px}.Tokenomics-module__Lh75Sq__vestingTable td{border-bottom:1px solid #ffffff0a;padding:16px;font-size:14px}.Tokenomics-module__Lh75Sq__vestingTable tr:hover,.Tokenomics-module__Lh75Sq__activeTableRow{background:#6450ff14!important}@media (max-width:960px){.Tokenomics-module__Lh75Sq__topInfoWrap,.Tokenomics-module__Lh75Sq__distributionWrap,.Tokenomics-module__Lh75Sq__detailsFullBody,.Tokenomics-module__Lh75Sq__matrixGrid{grid-template-columns:1fr}.Tokenomics-module__Lh75Sq__matrixGrid{gap:24px}.Tokenomics-module__Lh75Sq__detailsFullCard,.Tokenomics-module__Lh75Sq__matrixFullCard{padding:22px 20px}.Tokenomics-module__Lh75Sq__title{font-size:2.2rem}.Tokenomics-module__Lh75Sq__donutContainer{width:220px;height:220px}}
.TokenUtility-module__H6rHaa__section{background:#03030c;min-height:100vh;padding:120px 0;position:relative;overflow:hidden}.TokenUtility-module__H6rHaa__sectionGlow{pointer-events:none;z-index:0;filter:blur(40px);background:radial-gradient(circle,#00e5ff12 0%,#6450ff0a 45%,#0000 70%);width:850px;height:850px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.TokenUtility-module__H6rHaa__sectionGrid{z-index:0;pointer-events:none;background-image:linear-gradient(#00e5ff08 1px,#0000 1px),linear-gradient(90deg,#00e5ff08 1px,#0000 1px);background-size:60px 60px;animation:8s ease-in-out infinite TokenUtility-module__H6rHaa__grid-pulse;position:absolute;inset:0}@keyframes TokenUtility-module__H6rHaa__grid-pulse{0%,to{opacity:.5}50%{opacity:.85}}.TokenUtility-module__H6rHaa__sectionScanLaser{z-index:1;pointer-events:none;background:linear-gradient(#00e5ff00 0%,#00e5ff0a 50%,#00e5ff26 95%,#00e5ff73 98%,#fff 99%,#00e5ff00 100%);border-bottom:1.2px solid #00e5ff8c;width:100%;height:70px;animation:16s cubic-bezier(.25,.46,.45,.94) infinite TokenUtility-module__H6rHaa__laserScan;position:absolute;left:0}@keyframes TokenUtility-module__H6rHaa__laserScan{0%{opacity:0;top:-100px}3%{opacity:.85}22%{opacity:0;top:105%}to{opacity:0;top:105%}}.TokenUtility-module__H6rHaa__header{text-align:center;opacity:0;z-index:2;flex-direction:column;align-items:center;gap:16px;margin-bottom:60px;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(24px)}.TokenUtility-module__H6rHaa__header.TokenUtility-module__H6rHaa__visible{opacity:1;transform:translateY(0)}.TokenUtility-module__H6rHaa__badgeWrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0e0e20b3;border:1px solid #00e5ff40;border-radius:100px;align-items:center;gap:10px;padding:8px 18px;display:inline-flex;box-shadow:0 0 20px #00e5ff1a}.TokenUtility-module__H6rHaa__badgeDot{background:#00e5ff;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite TokenUtility-module__H6rHaa__dotPulse;box-shadow:0 0 10px #00e5ff}@keyframes TokenUtility-module__H6rHaa__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.TokenUtility-module__H6rHaa__badgeText{font-family:var(--font-mono,monospace);letter-spacing:.14em;color:#dcf0ffe6;text-transform:uppercase;font-size:11px;font-weight:700}.TokenUtility-module__H6rHaa__title{color:#fff;letter-spacing:-.02em;font-size:2.75rem;font-weight:800;line-height:1.2}.TokenUtility-module__H6rHaa__highlight{background:linear-gradient(135deg,#00e5ff 0%,#6450ff 50%,#ffa726 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.TokenUtility-module__H6rHaa__subtitle{color:#b4bedcbf;max-width:720px;font-size:1.05rem;line-height:1.7}.TokenUtility-module__H6rHaa__utilitiesGrid{z-index:2;grid-template-columns:repeat(3,1fr);gap:28px;width:100%;margin-bottom:70px;display:grid;position:relative}.TokenUtility-module__H6rHaa__cyberTerminalCard{clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));-webkit-backdrop-filter:blur(20px);transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;background:linear-gradient(160deg,#0c0c1c73 0%,#04041099 100%);border:1px solid #ffffff1f;flex-direction:column;padding:18px 22px 16px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;display:flex;position:relative;box-shadow:0 14px 35px #00000080,inset 0 1px 1px #ffffff1f}.TokenUtility-module__H6rHaa__cyberTerminalCard:hover{transform:translateY(-6px) scale(1.015) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));border-color:var(--theme-glow,#00e5ff);box-shadow:0 22px 55px #000c, 0 0 35px var(--theme-glow,#00e5ff59), inset 0 0 20px #00e5ff14}.TokenUtility-module__H6rHaa__cyberBevelBorder{pointer-events:none;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));background:linear-gradient(135deg, var(--theme-glow,#00e5ff), transparent 40%, var(--theme-glow,#6450ff) 100%) border-box;-webkit-mask-composite:destination-out;opacity:.4;border:1.5px solid #0000;transition:opacity .4s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.TokenUtility-module__H6rHaa__cyberTerminalCard:hover .TokenUtility-module__H6rHaa__cyberBevelBorder{opacity:1}.TokenUtility-module__H6rHaa__cyberCardHeader{z-index:2;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex;position:relative}.TokenUtility-module__H6rHaa__cyberTagBadge{font-family:var(--font-mono,monospace);color:#dcdcffd9;letter-spacing:.08em;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:4px;align-items:center;gap:7px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.TokenUtility-module__H6rHaa__tagDot{width:5px;height:5px;box-shadow:0 0 8px var(--theme-glow,#00e5ff);border-radius:50%}.TokenUtility-module__H6rHaa__cyberIndex{font-family:var(--font-mono,monospace);color:var(--theme-glow,#00e5ff);letter-spacing:.1em;opacity:.9;font-size:.8rem;font-weight:800}.TokenUtility-module__H6rHaa__hudDisplayWrap{z-index:2;justify-content:center;align-items:center;width:100%;height:68px;margin-bottom:12px;display:flex;position:relative}.TokenUtility-module__H6rHaa__hudRing1{border:1px dashed #ffffff1f;border-radius:50%;width:64px;height:64px;transition:border-color .4s,transform .6s;position:absolute}.TokenUtility-module__H6rHaa__hudRing2{background:radial-gradient(circle, var(--theme-glow,#00e5ff26) 0%, transparent 70%);opacity:.5;border:1px solid #ffffff14;border-radius:50%;width:48px;height:48px;transition:opacity .4s;position:absolute}.TokenUtility-module__H6rHaa__cyberTerminalCard:hover .TokenUtility-module__H6rHaa__hudRing1{border-color:var(--theme-glow,#00e5ff);transform:rotate(45deg)scale(1.05)}.TokenUtility-module__H6rHaa__cyberTerminalCard:hover .TokenUtility-module__H6rHaa__hudRing2{opacity:1}.TokenUtility-module__H6rHaa__solutionIconHex{z-index:3;width:42px;height:42px;box-shadow:0 0 16px var(--theme-glow,#00e5ff33);background:#0a0a1abf;border:1px solid;border-radius:12px;justify-content:center;align-items:center;transition:transform .4s,border-color .4s;display:flex;position:relative}.TokenUtility-module__H6rHaa__cyberTerminalCard:hover .TokenUtility-module__H6rHaa__solutionIconHex{transform:scale(1.1)rotate(4deg)}.TokenUtility-module__H6rHaa__cyberContent{z-index:2;flex-grow:1;margin-bottom:12px;position:relative}.TokenUtility-module__H6rHaa__cyberTitleRow{align-items:center;gap:8px;margin-bottom:6px;display:flex}.TokenUtility-module__H6rHaa__titleGlowPill{width:3.5px;height:15px;box-shadow:0 0 8px var(--theme-glow,#00e5ff);border-radius:2px}.TokenUtility-module__H6rHaa__cyberCardTitle{color:#fff;letter-spacing:-.01em;font-size:1.08rem;font-weight:800;line-height:1.25}.TokenUtility-module__H6rHaa__cyberCardDesc{color:#bebee6b8;font-size:.85rem;line-height:1.5}.TokenUtility-module__H6rHaa__cyberCardFooter{z-index:2;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex;position:relative}.TokenUtility-module__H6rHaa__sysFlag{font-family:var(--font-mono,monospace);color:#a0a0d299;letter-spacing:.06em;align-items:center;gap:7px;font-size:.65rem;display:flex}.TokenUtility-module__H6rHaa__flagPulse{border-radius:50%;width:4.5px;height:4.5px;animation:2s ease-in-out infinite TokenUtility-module__H6rHaa__pulse}@keyframes TokenUtility-module__H6rHaa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.TokenUtility-module__H6rHaa__cyberHash{font-family:var(--font-mono,monospace);color:#b4b4dc73;font-size:.68rem}.TokenUtility-module__H6rHaa__stakingWrap{z-index:2;position:relative}.TokenUtility-module__H6rHaa__stakingHeader{text-align:center;margin-bottom:36px}.TokenUtility-module__H6rHaa__stakingTitle{color:#fff;letter-spacing:-.01em;font-size:1.85rem;font-weight:800}.TokenUtility-module__H6rHaa__tiersGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.TokenUtility-module__H6rHaa__tierHeroGroup{z-index:2;flex-direction:column;align-items:center;gap:8px;margin-bottom:14px;display:flex;position:relative}.TokenUtility-module__H6rHaa__tierHexBadge{border:1px solid;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.TokenUtility-module__H6rHaa__tierName{color:#fff;letter-spacing:-.01em;font-size:1.15rem;font-weight:800}.TokenUtility-module__H6rHaa__tierStake{font-family:var(--font-mono,monospace);letter-spacing:.04em;border:1px solid;border-radius:100px;padding:4px 14px;font-size:12px;font-weight:800}.TokenUtility-module__H6rHaa__tierDetails{z-index:2;background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:8px;width:100%;margin-bottom:14px;padding:12px;display:flex;position:relative}.TokenUtility-module__H6rHaa__tierDetailItem{color:#b4bedca6;justify-content:space-between;font-size:11.5px;display:flex}.TokenUtility-module__H6rHaa__tierDetailItem span:last-child{font-family:var(--font-mono,monospace)}@media (max-width:960px){.TokenUtility-module__H6rHaa__utilitiesGrid{grid-template-columns:1fr}.TokenUtility-module__H6rHaa__tiersGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.TokenUtility-module__H6rHaa__tiersGrid{grid-template-columns:1fr}}
