.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:1280px;height:72px;padding:0 20px;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{align-items:center;gap:24px;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{background:var(--gradient-hero);flex-direction:column;min-height:100vh;display:flex;position:relative;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;position:absolute;inset:0}.Hero-module__JgYmMq__magicRingsBg{z-index:0;pointer-events:none;opacity:.65;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:6s linear infinite Hero-module__JgYmMq__scanline;position:absolute;left:0;right:0}.Hero-module__JgYmMq__heroCol{z-index:2;text-align:center;width:100%;max-width:860px;min-height:100vh;padding:calc(var(--nav-h) + 40px) 24px 20px;flex-direction:column;justify-content:center;align-items:center;gap:28px;margin:0 auto;display:flex;position:relative}.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;margin-bottom:0;font-size:clamp(2rem,4.5vw,3.8rem);font-weight:900;line-height:1.05;animation:1.2s cubic-bezier(.16,1,.3,1) both Hero-module__JgYmMq__heroFadeInUp}.Hero-module__JgYmMq__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__gradientGold{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__sub{color:#c8c8ff99;text-align:center;max-width:640px;margin-bottom:36px;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.75;animation:1.2s cubic-bezier(.16,1,.3,1) .15s both Hero-module__JgYmMq__heroFadeInUp}.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:.8s .65s both Hero-module__JgYmMq__fadeInUp;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__mockupContainer{justify-content:center;align-items:flex-end;width:100%;max-width:820px;height:200px;margin-top:50px;animation:1.5s cubic-bezier(.16,1,.3,1) .3s both Hero-module__JgYmMq__mockupFadeInUp;display:flex;position:relative}.Hero-module__JgYmMq__laserLine{filter:blur(35px);width:85%;height:80px;opacity:calc(.95 * (1 - var(--scroll-progress,0) * .75));mix-blend-mode:screen;z-index:1;background:linear-gradient(90deg,#0000 0%,#6450ff40 15%,#6450ff 30%,#00e5ff 45%,#fff 50%,#00e5ff 55%,#6450ff 70%,#6450ff40 85%,#0000 100%);border-radius:50%;animation:9s ease-in-out infinite Hero-module__JgYmMq__laserFlare;position:absolute;bottom:220px;left:50%;transform:translate(-50%);box-shadow:0 0 15px #00e5fff2,0 0 35px #6450ffd9,0 0 65px #00e5ff99,0 0 100px #6450ff66}.Hero-module__JgYmMq__phoneFrame{z-index:3;background:#000;border:5.5px solid #1f1f35;border-bottom:none;border-radius:28px 28px 0 0;width:210px;height:310px;margin-bottom:-15px;position:relative;overflow:hidden;box-shadow:0 -10px 40px #000c,0 0 30px #8c77ff2e}.Hero-module__JgYmMq__phoneScreen{background:radial-gradient(circle,#1b0c4f 0%,#03030c 100%);flex-direction:column;align-items:center;width:100%;height:100%;padding:10px;display:flex;position:relative}.Hero-module__JgYmMq__statusBar{color:#ffffffbf;width:100%;font-size:8px;font-family:var(--font-mono);justify-content:space-between;align-items:center;margin-top:2px;padding:0 4px;display:flex}.Hero-module__JgYmMq__statusIcons{align-items:center;gap:5px;display:flex}.Hero-module__JgYmMq__statusIcon{color:#ffffffbf;flex-shrink:0;display:inline-block}.Hero-module__JgYmMq__phoneLogo{flex:1;justify-content:center;align-items:center;margin-top:-10px;display:flex;position:relative}.Hero-module__JgYmMq__userLogo{border:2px solid #fff3;border-radius:50%;animation:4s ease-in-out infinite Hero-module__JgYmMq__logoPulse;box-shadow:0 0 25px #8c77ffb3,inset 0 0 10px #fff3}@keyframes Hero-module__JgYmMq__logoPulse{0%,to{transform:scale(1);box-shadow:0 0 25px #8c77ff99}50%{transform:scale(1.04);box-shadow:0 0 35px #00e5ffd9}}.Hero-module__JgYmMq__phoneGlow{z-index:-1;pointer-events:none;filter:blur(14px);background:radial-gradient(circle,#8c77ff66 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:15%;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__bubbleWrapper{z-index:4;pointer-events:none;position:absolute}.Hero-module__JgYmMq__bubble{-webkit-backdrop-filter:blur(8px);background:#0a051973;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;animation:4s ease-in-out infinite Hero-module__JgYmMq__bobbing;display:flex;position:relative;box-shadow:0 4px 12px #00000080,inset 0 1px 2px #fff3}.Hero-module__JgYmMq__tokenLogo{object-fit:contain;pointer-events:auto;border-radius:50%;width:25px;height:25px;transition:transform .2s}.Hero-module__JgYmMq__tokenLogo:hover{transform:scale(1.2)}.Hero-module__JgYmMq__tokenSymbol{font-family:var(--font-mono);color:#fff;text-shadow:0 0 10px #fff9;letter-spacing:-.5px;font-size:11px;font-weight:800}@keyframes Hero-module__JgYmMq__bobbing{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.Hero-module__JgYmMq__bubbleXrp{background:#0088cc1a;border-color:#0088cc80;animation:4.3s ease-in-out .2s infinite Hero-module__JgYmMq__bobbing;left:1%}.Hero-module__JgYmMq__bubbleEth1{background:#8c77ff1a;border-color:#8c77ff59;animation:4s ease-in-out infinite Hero-module__JgYmMq__bobbing;left:10%}@media (max-width:1024px){.Hero-module__JgYmMq__bubbleWrapper:first-of-type,.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(2),.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(13),.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(14){display:none!important}}@media (max-width:768px){.Hero-module__JgYmMq__mockupContainer{max-width:600px;height:240px}.Hero-module__JgYmMq__phoneFrame{width:155px;height:220px}.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(3),.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(4),.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(11),.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(12){display:none!important}.Hero-module__JgYmMq__bubble{width:36px;height:36px}.Hero-module__JgYmMq__tokenLogo{width:18px;height:18px}.Hero-module__JgYmMq__laserLine{filter:blur(20px);height:40px;bottom:70px}}@media (max-width:500px){.Hero-module__JgYmMq__mockupContainer{max-width:400px}.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(5),.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(6),.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(9),.Hero-module__JgYmMq__bubbleWrapper:nth-of-type(10){display:none!important}}.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__laserFlare{0%,to{opacity:.75;transform:translate(-50%)scaleX(.95)scaleY(.9)}50%{opacity:.95;transform:translate(-50%)scaleX(1.05)scaleY(1.1)}}@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__mockupFadeInUp{0%{opacity:0;transform:translateY(60px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}
.magic-rings-container{width:100%;height:100%}
.About-module__S-Ka5a__canvas{z-index:0;pointer-events:none;opacity:.85;position:absolute;inset:0}.About-module__S-Ka5a__decoLine{display:none}.About-module__S-Ka5a__purpleBeam{filter:blur(120px);pointer-events:none;z-index:0;background:radial-gradient(circle,#6450ff33 0%,#0000 70%);width:650px;height:650px;position:absolute;top:-250px;left:-150px}.About-module__S-Ka5a__cyanBeam{filter:blur(120px);pointer-events:none;z-index:0;background:radial-gradient(circle,#00e5ff2e 0%,#0000 70%);width:650px;height:650px;position:absolute;top:-250px;right:-150px}.About-module__S-Ka5a__sectionGrid{z-index:0;pointer-events:none;opacity:.85;background-image:linear-gradient(#6450ff0f 1px,#0000 1px),linear-gradient(90deg,#6450ff0f 1px,#0000 1px);background-size:60px 60px;position:absolute;inset: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;border-radius:24px;flex-direction:column;align-items:flex-start;height:100%;padding:36px;transition:opacity .6s,transform .6s,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,#6450ff1f 0%,#06060c 80%);border:1px solid #6450ff59;box-shadow:0 15px 40px #6450ff14}.About-module__S-Ka5a__visionCard:first-child:hover{border-color:#6450ff99;box-shadow:0 15px 40px #6450ff29}.About-module__S-Ka5a__visionCard:nth-child(2){background:radial-gradient(circle,#00e5ff1f 0%,#06060c 80%);border:1px solid #00e5ff4d;box-shadow:0 15px 40px #00e5ff14}.About-module__S-Ka5a__visionCard:nth-child(2):hover{border-color:#00e5ff80;box-shadow:0 15px 40px #00e5ff29}.About-module__S-Ka5a__visionBorderGlow{pointer-events:none;z-index:5;opacity:.95;-webkit-mask-composite:source-out;border-radius:24px;padding:1.5px;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%;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}.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}.About-module__S-Ka5a__visionCard p{color:#bebee6a6;z-index:2;font-size:.95rem;line-height:1.75;position:relative}.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__problemGrid{z-index:2;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:110px;display:grid;position:relative}.About-module__S-Ka5a__problemCard{opacity:0;transform:translateY(30px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);padding:36px 32px;transition:opacity .6s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.About-module__S-Ka5a__problemCard.About-module__S-Ka5a__visible{opacity:1;transform:translateY(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.About-module__S-Ka5a__problemCard:hover{border-color:var(--border-bright);transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 15px 40px #6450ff1a}.About-module__S-Ka5a__problemIllustration{justify-content:center;align-items:center;height:96px;margin-bottom:24px;display:flex}.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)}.About-module__S-Ka5a__problemBar{border-radius:2px;width:44px;height:3px;margin-bottom:20px;transition:width .4s cubic-bezier(.16,1,.3,1)}.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}.About-module__S-Ka5a__problemDesc{color:#b4b4dc99;font-size:.92rem;line-height:1.7}.About-module__S-Ka5a__solutionWrap{z-index:2;opacity:0;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;transition:opacity .8s,transform .8s;display:grid;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;display:flex}.About-module__S-Ka5a__solutionRight{flex-direction:column;gap:24px;width:100%;display:flex}.About-module__S-Ka5a__solutionItem{border:1px solid var(--border);background:#0e0e2073;border-radius:18px;align-items:flex-start;gap:20px;padding:24px;transition:border-color .3s,transform .3s,background-color .3s;display:flex}.About-module__S-Ka5a__solutionItem:hover{border-color:var(--border-bright);background:#0e0e20b3;transform:translate(8px)}.About-module__S-Ka5a__solutionIndex{font-family:var(--font-mono);color:var(--purple-light);opacity:.65;letter-spacing:.05em;padding-top:4px;font-size:13px;font-weight:800}.About-module__S-Ka5a__solutionIcon{background:#6450ff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.About-module__S-Ka5a__solutionLabel{color:#fff;letter-spacing:-.01em;margin-bottom:6px;font-size:1.05rem;font-weight:800}.About-module__S-Ka5a__solutionDesc{color:#b4b4dc99;font-size:.9rem;line-height:1.65}.About-module__S-Ka5a__solutionVisual{justify-content:center;align-items:center;display:flex;position:relative}.About-module__S-Ka5a__mockupContainer{width:100%;max-width:460px;height:380px;transform-style:preserve-3d;perspective:1200px;justify-content:center;align-items:center;display:flex;position:relative}.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;flex-direction:column;justify-content:space-between;padding:24px;transition:transform .5s 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:#00e5ff59;transition:transform,box-shadow .4s,border-color .4s;box-shadow:0 28px 70px #000000a6,0 0 50px #00e5ff33}.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 60px 20px 20px}.About-module__S-Ka5a__visionCard:nth-child(2){border-radius:60px 20px 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}}
.Ecosystem-module__xUbJfa__sectionGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#6450ff0a 0%,#0000 70%);width:700px;height:700px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.Ecosystem-module__xUbJfa__sectionGrid{z-index:0;pointer-events:none;opacity:.8;background-image:linear-gradient(#6450ff08 1px,#0000 1px),linear-gradient(90deg,#6450ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Ecosystem-module__xUbJfa__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)}.Ecosystem-module__xUbJfa__header.Ecosystem-module__xUbJfa__visible{opacity:1;transform:translateY(0)}.Ecosystem-module__xUbJfa__flowDiagram{opacity:0;z-index:2;grid-template-rows:auto auto auto;grid-template-columns:1fr auto 1fr;place-items:center;gap:20px;max-width:720px;margin:0 auto 80px;transition:opacity .7s .2s,transform .7s .2s;display:grid;position:relative;transform:translateY(24px)}.Ecosystem-module__xUbJfa__flowDiagram.Ecosystem-module__xUbJfa__visible{opacity:1;transform:translateY(0)}.Ecosystem-module__xUbJfa__flowNode{color:#dcdcffd9;text-align:center;-webkit-backdrop-filter:blur(10px);background:#0e0e20bf;border:1.5px solid;border-radius:20px;flex-direction:column;align-items:center;gap:8px;min-width:150px;padding:20px 24px;font-size:13px;font-weight:700;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex}.Ecosystem-module__xUbJfa__flowNode:hover{color:#fff;transform:scale(1.06)translateY(-2px)}.Ecosystem-module__xUbJfa__nodeIcon{font-size:1.8rem;transition:transform .3s}.Ecosystem-module__xUbJfa__flowNode:hover .Ecosystem-module__xUbJfa__nodeIcon{transform:scale(1.15)rotate(3deg)}.Ecosystem-module__xUbJfa__flowArrow,.Ecosystem-module__xUbJfa__flowArrowLeft{color:#6450ff80;align-items:center;display:flex;position:relative}.Ecosystem-module__xUbJfa__arrowLine,.Ecosystem-module__xUbJfa__arrowLineH{background:linear-gradient(90deg,#6450ff4d,#00e5ff80);width:44px;height:1.5px}.Ecosystem-module__xUbJfa__arrowHead{color:var(--cyan);margin-left:2px;font-size:1.1rem}.Ecosystem-module__xUbJfa__arrowHeadLeft{color:var(--purple-light);margin-right:2px;font-size:1.1rem}.Ecosystem-module__xUbJfa__flowArrowDown{grid-column:2;justify-content:center;display:flex}.Ecosystem-module__xUbJfa__arrowLineV{background:linear-gradient(#00e5ff80,#ff4efa66);width:1.5px;height:44px}.Ecosystem-module__xUbJfa__pillarsGrid{z-index:2;grid-template-columns:repeat(2,1fr);gap:28px;display:grid;position:relative}.Ecosystem-module__xUbJfa__pillarCard{opacity:0;transform:translateY(30px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);padding:40px;transition:opacity .6s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.Ecosystem-module__xUbJfa__pillarCard.Ecosystem-module__xUbJfa__visible{opacity:1;transform:translateY(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.Ecosystem-module__xUbJfa__pillarCard:hover{border-color:var(--border-bright);transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 16px 45px #6450ff1f}.Ecosystem-module__xUbJfa__cardShine{pointer-events:none;z-index:1;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff0f 0%, transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.Ecosystem-module__xUbJfa__pillarCard:hover .Ecosystem-module__xUbJfa__cardShine{opacity:1}.Ecosystem-module__xUbJfa__pillarTop{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex;transform:translateZ(20px)}.Ecosystem-module__xUbJfa__pillarIcon{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.Ecosystem-module__xUbJfa__pillarNum{font-family:var(--font-mono);opacity:.25;letter-spacing:-.04em;font-size:2.2rem;font-weight:900}.Ecosystem-module__xUbJfa__pillarBar{border-radius:2px;width:48px;height:3px;margin-bottom:24px;transition:width .4s cubic-bezier(.16,1,.3,1);transform:translateZ(10px)}.Ecosystem-module__xUbJfa__pillarCard:hover .Ecosystem-module__xUbJfa__pillarBar{width:100px}.Ecosystem-module__xUbJfa__pillarTitle{color:#fff;letter-spacing:-.01em;margin-bottom:14px;font-size:1.25rem;font-weight:800;line-height:1.3;transform:translateZ(20px)}.Ecosystem-module__xUbJfa__pillarDesc{color:#b4b4dc99;margin-bottom:28px;font-size:.92rem;line-height:1.7;transform:translateZ(15px)}.Ecosystem-module__xUbJfa__features{flex-direction:column;gap:12px;list-style:none;display:flex;transform:translateZ(10px)}.Ecosystem-module__xUbJfa__features li{color:#c8c8f0bf;align-items:center;gap:10px;font-size:13.5px;font-weight:500;display:flex}.Ecosystem-module__xUbJfa__featureDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (max-width:900px){.Ecosystem-module__xUbJfa__pillarsGrid{grid-template-columns:1fr}.Ecosystem-module__xUbJfa__flowDiagram{max-width:100%}}@media (max-width:600px){.Ecosystem-module__xUbJfa__pillarCard{padding:30px 24px}.Ecosystem-module__xUbJfa__flowNode{min-width:120px;padding:14px 16px;font-size:11px}.Ecosystem-module__xUbJfa__arrowLine,.Ecosystem-module__xUbJfa__arrowLineH{width:24px}}
.AIFeatures-module__FJaaPW__bgGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#00e5ff09 0%,#0000 70%);width:900px;height:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AIFeatures-module__FJaaPW__cyanBeam{filter:blur(100px);pointer-events:none;z-index:0;background:radial-gradient(circle,#00e5ff1f 0%,#0000 70%);width:480px;height:480px;position:absolute;top:-100px;right:-100px}.AIFeatures-module__FJaaPW__sectionGrid{z-index:0;pointer-events:none;opacity:.8;background-image:linear-gradient(#6450ff08 1px,#0000 1px),linear-gradient(90deg,#6450ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.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__mainGrid{z-index:2;grid-template-columns:1.05fr .95fr;align-items:start;gap:48px;display:grid;position:relative}.AIFeatures-module__FJaaPW__terminalWrap{opacity:0;top:calc(var(--nav-h) + 20px);transform-style:preserve-3d;perspective:1200px;transition:opacity .7s .2s,transform .7s .2s;position:sticky;transform:translate(-30px)}.AIFeatures-module__FJaaPW__terminalWrap.AIFeatures-module__FJaaPW__visible{opacity:1;transform:translate(0)}.AIFeatures-module__FJaaPW__terminal{transform-style:preserve-3d;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));will-change:transform;-webkit-backdrop-filter:blur(8px);background:#04040cd1;border:1px solid #00e5ff33;border-radius:20px;transition:transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 24px 70px #0009,0 0 35px #00e5ff1f}.AIFeatures-module__FJaaPW__terminal:hover{border-color:#00e5ff80;transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 30px 80px #000000b3,0 0 50px #00e5ff33}.AIFeatures-module__FJaaPW__cardShine{pointer-events:none;z-index:5;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff0f 0%, transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.AIFeatures-module__FJaaPW__terminal:hover .AIFeatures-module__FJaaPW__cardShine,.AIFeatures-module__FJaaPW__featureItem:hover .AIFeatures-module__FJaaPW__cardShine{opacity:1}.AIFeatures-module__FJaaPW__terminalBar{background:#0a0a18e6;border-bottom:1px solid #00e5ff1a;align-items:center;gap:10px;padding:14px 20px;display:flex;transform:translateZ(10px)}.AIFeatures-module__FJaaPW__dots{gap:6px;display:flex}.AIFeatures-module__FJaaPW__dots span{border-radius:50%;width:12px;height:12px}.AIFeatures-module__FJaaPW__terminalTitle{font-family:var(--font-mono);color:#b4b4dca6;text-align:center;flex:1;font-size:12px}.AIFeatures-module__FJaaPW__terminalLive{font-family:var(--font-mono);color:#00ff87;font-size:11px;font-weight:700;animation:2s infinite AIFeatures-module__FJaaPW__livePulse}.AIFeatures-module__FJaaPW__terminalBody{flex-direction:column;gap:12px;min-height:350px;padding:24px;display:flex;transform:translateZ(15px)}.AIFeatures-module__FJaaPW__terminalLine{font-family:var(--font-mono);font-size:13px;line-height:1.5;animation:.5s both AIFeatures-module__FJaaPW__typeIn}.AIFeatures-module__FJaaPW__prices{border-top:1px solid #6450ff26;flex-direction:column;gap:10px;margin-top:14px;padding-top:16px;display:flex}.AIFeatures-module__FJaaPW__priceRow{align-items:center;gap:12px;display:flex}.AIFeatures-module__FJaaPW__priceLabel{font-family:var(--font-mono);color:#b4b4dca6;min-width:90px;font-size:12px}.AIFeatures-module__FJaaPW__priceBar{background:#6450ff1a;border-radius:2px;flex:1;height:4px;overflow:hidden}.AIFeatures-module__FJaaPW__priceBarFill{border-radius:2px;height:100%;transition:width 2s}.AIFeatures-module__FJaaPW__cursor{background:var(--cyan);opacity:.8;width:9px;height:15px;margin-top:4px;animation:1s step-end infinite AIFeatures-module__FJaaPW__cursorPulse}.AIFeatures-module__FJaaPW__featuresList{flex-direction:column;gap:18px;display:flex}.AIFeatures-module__FJaaPW__featureItem{border:1px solid var(--border);opacity:0;transform:translateX(30px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);background:#0e0e2099;border-radius:20px;gap:20px;padding:24px;transition:opacity .5s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,background .4s;display:flex;position:relative;overflow:hidden}.AIFeatures-module__FJaaPW__featureItem.AIFeatures-module__FJaaPW__visible{opacity:1;transform:translateX(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.AIFeatures-module__FJaaPW__featureItem:hover{border-color:var(--border-bright);background:#0e0e20d9;transition:transform,border-color .4s,background .4s,box-shadow .4s;box-shadow:0 10px 30px #6450ff14}.AIFeatures-module__FJaaPW__featureIcon{background:#6450ff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.5rem;display:flex;transform:translateZ(10px);box-shadow:inset 0 1px 2px #ffffff26}.AIFeatures-module__FJaaPW__featureContent{flex:1;min-width:0}.AIFeatures-module__FJaaPW__featureHeader{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex;transform:translateZ(15px)}.AIFeatures-module__FJaaPW__featureTitle{color:#fff;letter-spacing:-.01em;font-size:1.05rem;font-weight:800}.AIFeatures-module__FJaaPW__featureTag{font-family:var(--font-mono);letter-spacing:.1em;color:var(--cyan);background:#00e5ff1a;border:1px solid #00e5ff59;border-radius:5px;padding:2px 8px;font-size:9px;font-weight:700}.AIFeatures-module__FJaaPW__featureDesc{color:#aaaad2a6;font-size:.9rem;line-height:1.65;transform:translateZ(10px)}@keyframes AIFeatures-module__FJaaPW__cursorPulse{0%,to{opacity:.8}50%{opacity:0}}@keyframes AIFeatures-module__FJaaPW__livePulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes AIFeatures-module__FJaaPW__typeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (max-width:1000px){.AIFeatures-module__FJaaPW__mainGrid{grid-template-columns:1fr}.AIFeatures-module__FJaaPW__terminalWrap{position:static}}@media (max-width:600px){.AIFeatures-module__FJaaPW__featureItem{padding:18px}}
.Showcase-module__5h1VHa__sectionGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#00e5ff08 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.Showcase-module__5h1VHa__sectionGrid{z-index:0;pointer-events:none;opacity:.8;background-image:linear-gradient(#6450ff08 1px,#0000 1px),linear-gradient(90deg,#6450ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Showcase-module__5h1VHa__wrapper{opacity:0;z-index:2;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);display:grid;position:relative;transform:translateY(40px)}.Showcase-module__5h1VHa__wrapper.Showcase-module__5h1VHa__visible{opacity:1;transform:translateY(0)}.Showcase-module__5h1VHa__textSide{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.Showcase-module__5h1VHa__desc{color:#c8c8ffa6;font-size:1.1rem;line-height:1.75}.Showcase-module__5h1VHa__features{flex-direction:column;gap:24px;width:100%;margin-top:32px;display:flex}.Showcase-module__5h1VHa__featureItem{border:1px solid var(--border);transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);background:#0e0e20a6;border-radius:20px;align-items:flex-start;gap:20px;padding:24px;transition:border-color .4s,transform .5s cubic-bezier(.25,1,.5,1),background-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.Showcase-module__5h1VHa__featureItem:hover{border-color:var(--border-bright);background:#0e0e20d9;transition:transform,border-color .4s,background-color .4s,box-shadow .4s;box-shadow:0 10px 30px #6450ff14}.Showcase-module__5h1VHa__cardShine{pointer-events:none;z-index:5;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff0f 0%, transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.Showcase-module__5h1VHa__featureItem:hover .Showcase-module__5h1VHa__cardShine,.Showcase-module__5h1VHa__phoneFrame:hover .Showcase-module__5h1VHa__cardShine{opacity:1}.Showcase-module__5h1VHa__featureIcon{background:#6450ff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex;transform:translateZ(10px);box-shadow:inset 0 1px 2px #ffffff26}.Showcase-module__5h1VHa__featureContent{flex:1;min-width:0;transform:translateZ(15px)}.Showcase-module__5h1VHa__featureItem h4{color:#fff;letter-spacing:-.01em;margin-bottom:6px;font-size:1.05rem;font-weight:800}.Showcase-module__5h1VHa__featureItem p{color:#b4b4dc99;font-size:.9rem;line-height:1.65}.Showcase-module__5h1VHa__imageSide{transform-style:preserve-3d;perspective:1200px;justify-content:center;align-items:center;display:flex;position:relative}.Showcase-module__5h1VHa__imageBackgroundGlow{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(circle,#8c77ff2e 0%,#0000 70%);width:420px;height:420px;position:absolute}.Showcase-module__5h1VHa__phoneFrame{z-index:2;width:310px;height:620px;transform-style:preserve-3d;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));will-change:transform;background:#090914;border:10px solid #1a1a2e;border-radius:40px;transition:transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 30px 70px #000000b3,0 0 0 2px #6450ff40,0 0 45px #6450ff2e}.Showcase-module__5h1VHa__phoneFrame:hover{border-color:#8c77ff73;transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 35px 80px #000c,0 0 0 2px #8c77ff66,0 0 60px #8c77ff40}.Showcase-module__5h1VHa__phoneFrame:before{content:"";z-index:10;background:#1a1a2e;border-radius:100px;width:110px;height:18px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.Showcase-module__5h1VHa__screenInner{background:#020206;border-radius:30px;width:100%;height:100%;position:relative;overflow:hidden;transform:translateZ(10px)}.Showcase-module__5h1VHa__screenImg{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.Showcase-module__5h1VHa__phoneFrame:hover .Showcase-module__5h1VHa__screenImg{transform:scale(1.03)}@media (max-width:900px){.Showcase-module__5h1VHa__wrapper{grid-template-columns:1fr;gap:50px}.Showcase-module__5h1VHa__imageSide{order:-1}}
.Tokenomics-module__Lh75Sq__sectionGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#8c77ff08 0%,#0000 70%);width:800px;height:800px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.Tokenomics-module__Lh75Sq__sectionGrid{z-index:0;pointer-events:none;opacity:.8;background-image:linear-gradient(#6450ff08 1px,#0000 1px),linear-gradient(90deg,#6450ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Tokenomics-module__Lh75Sq__header{text-align:center;opacity:0;z-index:2;flex-direction:column;align-items:center;gap:16px;margin-bottom:40px;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__topInfoWrap{z-index:2;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px;display:grid;position:relative}.Tokenomics-module__Lh75Sq__infoCard{border:1px solid var(--border);text-align:center;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);background:#0e0e2099;border-radius:20px;padding:28px 24px;transition:border-color .4s,transform .5s cubic-bezier(.25,1,.5,1),box-shadow .4s;position:relative;overflow:hidden}.Tokenomics-module__Lh75Sq__infoCard:hover{border-color:var(--border-bright);transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 12px 30px #6450ff14}.Tokenomics-module__Lh75Sq__cardShine{pointer-events:none;z-index:5;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff0f 0%, transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.Tokenomics-module__Lh75Sq__infoCard:hover .Tokenomics-module__Lh75Sq__cardShine,.Tokenomics-module__Lh75Sq__activeDetailCard:hover .Tokenomics-module__Lh75Sq__cardShine,.Tokenomics-module__Lh75Sq__listItem:hover .Tokenomics-module__Lh75Sq__cardShine{opacity:1}.Tokenomics-module__Lh75Sq__infoLabel{color:#b4b4dc8c;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:12px;display:block;transform:translateZ(10px)}.Tokenomics-module__Lh75Sq__infoValue{color:#fff;font-size:1.9rem;font-weight:800;font-family:var(--font-alt);margin-bottom:8px;display:block;transform:translateZ(20px)}.Tokenomics-module__Lh75Sq__infoSub{color:#b4b4dc66;font-size:11px;display:block;transform:translateZ(10px)}.Tokenomics-module__Lh75Sq__layoutGrid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:80px;display:grid;position:relative}.Tokenomics-module__Lh75Sq__chartSide{flex-direction:column;align-items:center;gap:32px;display:flex}.Tokenomics-module__Lh75Sq__pieRing{background:#020206;border-radius:50%;width:290px;height:290px;position:relative;box-shadow:0 0 40px #0009}.Tokenomics-module__Lh75Sq__pieSegment{background:conic-gradient(transparent 0deg, transparent var(--start-angle), var(--segment-color) var(--start-angle), var(--segment-color) calc(var(--start-angle) + var(--segment-angle)), transparent calc(var(--start-angle) + var(--segment-angle)), transparent 360deg);-webkit-mask:radial-gradient(94px,#0000 100%,#000 100%);mask:radial-gradient(94px,#0000 100%,#000 100%);cursor:pointer;border-radius:50%;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;-webkit-mask:radial-gradient(circle,#0000 96px,#000 97px)}.Tokenomics-module__Lh75Sq__pieSegment:hover,.Tokenomics-module__Lh75Sq__activeSegment{transform:scale(1.05)}.Tokenomics-module__Lh75Sq__pieCenter{border:1px solid var(--border);z-index:10;pointer-events:none;background:#06060f;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:175px;height:175px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 20px #00000080}.Tokenomics-module__Lh75Sq__centerName{font-family:var(--font-mono);color:#c8c8ff73;letter-spacing:.1em;font-size:11px}.Tokenomics-module__Lh75Sq__centerPercent{color:#fff;font-size:2.3rem;font-weight:900;font-family:var(--font-alt);margin:2px 0}.Tokenomics-module__Lh75Sq__centerVal{font-family:var(--font-mono);color:var(--cyan);font-size:12px;font-weight:600}.Tokenomics-module__Lh75Sq__activeDetailCard{border:1px solid var(--border-bright);text-align:center;width:100%;max-width:420px;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);background:#0e0e20cc;border-radius:18px;padding:24px;transition:border-color .4s,transform .5s cubic-bezier(.25,1,.5,1),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.Tokenomics-module__Lh75Sq__activeDetailCard:hover{border-color:var(--cyan-dim);transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 14px 40px #00e5ff1a}.Tokenomics-module__Lh75Sq__colorIndicator{border-radius:50%;width:12px;height:12px;margin-bottom:10px;display:inline-block}.Tokenomics-module__Lh75Sq__activeDetailCard h4{color:#fff;letter-spacing:-.01em;margin-bottom:8px;font-size:1.05rem;font-weight:800}.Tokenomics-module__Lh75Sq__activeDetailCard p{color:#b4b4dc99;font-size:.88rem;line-height:1.6}.Tokenomics-module__Lh75Sq__listSide{flex-direction:column;gap:20px;display:flex}.Tokenomics-module__Lh75Sq__sideTitle{color:#fff;letter-spacing:-.01em;font-size:1.4rem;font-weight:800}.Tokenomics-module__Lh75Sq__list{flex-direction:column;gap:10px;display:flex}.Tokenomics-module__Lh75Sq__listItem{border:1px solid var(--border);cursor:pointer;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);background:#0e0e208c;border-radius:14px;align-items:center;gap:16px;padding:16px 20px;transition:border-color .3s,transform .5s cubic-bezier(.25,1,.5,1),background-color .3s;display:flex;position:relative;overflow:hidden}.Tokenomics-module__Lh75Sq__listItemActive,.Tokenomics-module__Lh75Sq__listItem:hover{background:#0e0e20d9;border-color:#6450ff73;transition:transform,border-color .3s,background-color .3s}.Tokenomics-module__Lh75Sq__listName{color:#dcdcffcc;flex:1;font-size:14px;font-weight:700}.Tokenomics-module__Lh75Sq__listValue{font-family:var(--font-mono);color:#fff;font-size:14px;font-weight:700}.Tokenomics-module__Lh75Sq__vestingSection{border-top:1px solid var(--border);z-index:2;margin-top:60px;padding-top:60px;position:relative}.Tokenomics-module__Lh75Sq__vestingHeader{margin-bottom:32px}.Tokenomics-module__Lh75Sq__vestingTitle{color:#fff;letter-spacing:-.01em;margin-bottom:8px;font-size:1.45rem;font-weight:800}.Tokenomics-module__Lh75Sq__vestingSub{color:#b4b4dc99;font-size:.92rem}.Tokenomics-module__Lh75Sq__tableWrapper{border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);background:#0e0e2073;border-radius:20px;overflow-x:auto;box-shadow:0 15px 40px #0006}.Tokenomics-module__Lh75Sq__vestingTable{border-collapse:collapse;text-align:left;width:100%;min-width:600px}.Tokenomics-module__Lh75Sq__vestingTable th,.Tokenomics-module__Lh75Sq__vestingTable td{border-bottom:1px solid var(--border);padding:18px 24px}.Tokenomics-module__Lh75Sq__vestingTable th{text-transform:uppercase;color:#c8c8ff8c;letter-spacing:.08em;background:#06060fd9;font-size:12px;font-weight:700}.Tokenomics-module__Lh75Sq__vestingTable tr:last-child td{border-bottom:none}.Tokenomics-module__Lh75Sq__vestingTable td{color:#dcdcffd9;font-size:14px}.Tokenomics-module__Lh75Sq__vestingTable tbody tr{transition:background-color .2s}.Tokenomics-module__Lh75Sq__vestingTable tbody tr:hover{background-color:#6450ff08}@media (max-width:900px){.Tokenomics-module__Lh75Sq__topInfoWrap{grid-template-columns:1fr}.Tokenomics-module__Lh75Sq__layoutGrid{grid-template-columns:1fr;gap:40px}}
.TokenUtility-module__H6rHaa__sectionGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#00e5ff08 0%,#0000 70%);width:700px;height:700px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.TokenUtility-module__H6rHaa__purpleBeam{filter:blur(100px);pointer-events:none;z-index:0;background:radial-gradient(circle,#6450ff1f 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-150px;left:-100px}.TokenUtility-module__H6rHaa__sectionGrid{z-index:0;pointer-events:none;opacity:.8;background-image:linear-gradient(#6450ff08 1px,#0000 1px),linear-gradient(90deg,#6450ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.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__utilityGrid{z-index:2;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:100px;display:grid;position:relative}.TokenUtility-module__H6rHaa__utilityCard{border:1px solid var(--border);opacity:0;transform:translateY(30px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);border-radius:24px;padding:40px 32px;transition:opacity .6s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.TokenUtility-module__H6rHaa__utilityCard.TokenUtility-module__H6rHaa__visible{opacity:1;transform:translateY(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.TokenUtility-module__H6rHaa__utilityCard:hover{border-color:var(--border-bright);transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 16px 45px #6450ff1f}.TokenUtility-module__H6rHaa__cardShine{pointer-events:none;z-index:5;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff0f 0%, transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.TokenUtility-module__H6rHaa__utilityCard:hover .TokenUtility-module__H6rHaa__cardShine,.TokenUtility-module__H6rHaa__tierCard:hover .TokenUtility-module__H6rHaa__cardShine{opacity:1}.TokenUtility-module__H6rHaa__utilIcon{border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:24px;font-size:1.5rem;display:flex;transform:translateZ(15px)}.TokenUtility-module__H6rHaa__utilBar{border-radius:2px;width:44px;height:3px;margin-bottom:24px;transition:width .4s cubic-bezier(.16,1,.3,1);transform:translateZ(10px)}.TokenUtility-module__H6rHaa__utilityCard:hover .TokenUtility-module__H6rHaa__utilBar{width:90px}.TokenUtility-module__H6rHaa__utilTitle{color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-size:1.2rem;font-weight:800;transform:translateZ(20px)}.TokenUtility-module__H6rHaa__utilDesc{color:#b4b4dc99;font-size:.92rem;line-height:1.7;transform:translateZ(15px)}.TokenUtility-module__H6rHaa__stakingSection{border-top:1px solid var(--border);opacity:0;z-index:2;padding-top:80px;transition:opacity .7s,transform .7s;position:relative;transform:translateY(30px)}.TokenUtility-module__H6rHaa__stakingSection.TokenUtility-module__H6rHaa__visible{opacity:1;transform:translateY(0)}.TokenUtility-module__H6rHaa__stakingHeader{margin-bottom:48px}.TokenUtility-module__H6rHaa__stakingTitle{color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-size:1.6rem;font-weight:800}.TokenUtility-module__H6rHaa__stakingSub{color:#b4b4dc99;max-width:720px;font-size:.95rem;line-height:1.7}.TokenUtility-module__H6rHaa__tiersGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.TokenUtility-module__H6rHaa__tierCard{opacity:0;transform:translateY(30px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;padding:32px 24px;transition:opacity .6s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.TokenUtility-module__H6rHaa__tierCard.TokenUtility-module__H6rHaa__visible{opacity:1;transform:translateY(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.TokenUtility-module__H6rHaa__tierCard:hover{border-color:var(--tier-color);box-shadow:0 12px 30px #0000004d, 0 0 20px calc(var(--tier-color) + "15");transition:transform,border-color .4s,box-shadow .4s}.TokenUtility-module__H6rHaa__tierTop{align-items:center;gap:12px;margin-bottom:24px;display:flex;transform:translateZ(15px)}.TokenUtility-module__H6rHaa__tierGem{border:1px solid;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.TokenUtility-module__H6rHaa__tierName{font-family:var(--font-alt);font-size:1.15rem;font-weight:800}.TokenUtility-module__H6rHaa__tierStake{margin-bottom:28px;transform:translateZ(20px)}.TokenUtility-module__H6rHaa__tierStakeLabel{color:#b4b4dc80;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:11px;display:block}.TokenUtility-module__H6rHaa__tierStakeVal{font-family:var(--font-mono);font-size:14.5px;font-weight:800}.TokenUtility-module__H6rHaa__tierBenefits{border-top:1px solid var(--border);flex-direction:column;gap:12px;padding-top:24px;list-style:none;display:flex;transform:translateZ(10px)}.TokenUtility-module__H6rHaa__tierBenefits li{color:#c8c8f0bf;align-items:center;gap:8px;font-size:12.5px;font-weight:500;display:flex}.TokenUtility-module__H6rHaa__tierBenefits svg{color:var(--tier-color);flex-shrink:0}@media (max-width:1024px){.TokenUtility-module__H6rHaa__tiersGrid,.TokenUtility-module__H6rHaa__utilityGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.TokenUtility-module__H6rHaa__utilityGrid{grid-template-columns:1fr}}@media (max-width:500px){.TokenUtility-module__H6rHaa__tiersGrid{grid-template-columns:1fr}}
.Roadmap-module__AfV5wG__sectionGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#00e5ff08 0%,#0000 70%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Roadmap-module__AfV5wG__purpleBeam{filter:blur(100px);pointer-events:none;z-index:0;background:radial-gradient(circle,#6450ff1f 0%,#0000 70%);width:550px;height:550px;position:absolute;top:-150px;right:-100px}.Roadmap-module__AfV5wG__sectionGrid{z-index:0;pointer-events:none;opacity:.8;background-image:linear-gradient(#6450ff08 1px,#0000 1px),linear-gradient(90deg,#6450ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Roadmap-module__AfV5wG__header{text-align:center;z-index:2;flex-direction:column;align-items:center;gap:16px;margin-bottom:70px;display:flex;position:relative}.Roadmap-module__AfV5wG__timeline{z-index:2;max-width:1000px;margin:0 auto;padding:40px 0;position:relative}.Roadmap-module__AfV5wG__centerLine{background:linear-gradient(to bottom, var(--purple) 0%, var(--cyan) 50%, var(--pink) 100%);opacity:.4;pointer-events:none;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Roadmap-module__AfV5wG__timelineItem{opacity:0;transform-style:preserve-3d;perspective:1200px;justify-content:flex-end;margin-bottom:60px;padding-right:50%;transition:opacity .6s,transform .6s;display:flex;position:relative;transform:translateY(40px)}.Roadmap-module__AfV5wG__timelineItem.Roadmap-module__AfV5wG__visible{opacity:1;transform:translateY(0)}.Roadmap-module__AfV5wG__rightSide{justify-content:flex-start;padding-left:50%;padding-right:0}.Roadmap-module__AfV5wG__timelineDot{z-index:10;border:3px solid #020206;border-radius:50%;width:16px;height:16px;position:absolute;top:30px;left:50%;transform:translate(-50%,-50%)}.Roadmap-module__AfV5wG__timelineCard{border:1px solid var(--border);width:90%;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);background:#0e0e20a6;border-radius:24px;padding:36px;transition:opacity .6s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.Roadmap-module__AfV5wG__rightSide .Roadmap-module__AfV5wG__timelineCard{margin-left:auto}.Roadmap-module__AfV5wG__timelineCard:hover{border-color:var(--border-bright);transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 16px 45px #6450ff1f}.Roadmap-module__AfV5wG__cardShine{pointer-events:none;z-index:5;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff0f 0%, transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.Roadmap-module__AfV5wG__timelineCard:hover .Roadmap-module__AfV5wG__cardShine{opacity:1}.Roadmap-module__AfV5wG__cardHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex;transform:translateZ(20px)}.Roadmap-module__AfV5wG__phaseLabel{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.Roadmap-module__AfV5wG__cardTitle{color:#fff;letter-spacing:-.01em;margin-top:6px;font-size:1.2rem;font-weight:800}.Roadmap-module__AfV5wG__badgeWrap{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.Roadmap-module__AfV5wG__badgeTime{font-family:var(--font-mono);border:1px solid;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:800}.Roadmap-module__AfV5wG__badgeStatus{font-family:var(--font-mono);color:#b4b4dc80;background:#ffffff0d;border-radius:6px;padding:3px 8px;font-size:9px;font-weight:700}.Roadmap-module__AfV5wG__inProgress{color:var(--cyan);background:#00e5ff1a;box-shadow:0 0 10px #00e5ff1a}.Roadmap-module__AfV5wG__divider{background:var(--border);height:1px;margin-bottom:20px;transform:translateZ(10px)}.Roadmap-module__AfV5wG__bulletList{flex-direction:column;gap:12px;list-style:none;display:flex;transform:translateZ(15px)}.Roadmap-module__AfV5wG__bulletItem{color:#bebee6b3;align-items:flex-start;gap:12px;font-size:13.5px;line-height:1.6;display:flex}.Roadmap-module__AfV5wG__checkIcon{flex-shrink:0;font-size:14px;font-weight:800}@media (max-width:768px){.Roadmap-module__AfV5wG__centerLine{left:20px}.Roadmap-module__AfV5wG__timelineItem{justify-content:flex-start;width:100%;padding-left:45px;padding-right:0}.Roadmap-module__AfV5wG__rightSide{padding-left:45px}.Roadmap-module__AfV5wG__timelineDot{left:20px}.Roadmap-module__AfV5wG__timelineCard{width:100%}}
.Security-module__U42J1a__bgGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#6450ff08 0%,#0000 70%);width:900px;height:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Security-module__U42J1a__sectionGrid{z-index:0;pointer-events:none;opacity:.8;background-image:linear-gradient(#6450ff08 1px,#0000 1px),linear-gradient(90deg,#6450ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Security-module__U42J1a__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)}.Security-module__U42J1a__header.Security-module__U42J1a__visible{opacity:1;transform:translateY(0)}.Security-module__U42J1a__securityGrid{z-index:2;grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:90px;display:grid;position:relative}.Security-module__U42J1a__securityCard{border:1px solid var(--border);opacity:0;transform:translateY(30px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;-webkit-backdrop-filter:blur(8px);background:#0e0e2099;border-radius:24px;padding:36px;transition:opacity .6s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.Security-module__U42J1a__securityCard.Security-module__U42J1a__visible{opacity:1;transform:translateY(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.Security-module__U42J1a__securityCard:hover{border-color:var(--border-bright);transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 16px 45px #6450ff1f}.Security-module__U42J1a__cardShine{pointer-events:none;z-index:5;background:radial-gradient(circle at var(--mx,50%) var(--my,50%), #ffffff0f 0%, transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.Security-module__U42J1a__securityCard:hover .Security-module__U42J1a__cardShine,.Security-module__U42J1a__revenueCard:hover .Security-module__U42J1a__cardShine{opacity:1}.Security-module__U42J1a__secIconWrap{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex;transform:translateZ(10px)}.Security-module__U42J1a__secTitle{color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-size:1.2rem;font-weight:800;transform:translateZ(20px)}.Security-module__U42J1a__secDesc{color:#b4b4dc99;margin-bottom:24px;font-size:.92rem;line-height:1.7;transform:translateZ(15px)}.Security-module__U42J1a__secBar{border-radius:2px;width:44px;height:3px;transition:width .4s cubic-bezier(.16,1,.3,1);transform:translateZ(10px)}.Security-module__U42J1a__securityCard:hover .Security-module__U42J1a__secBar{width:90px}.Security-module__U42J1a__revenueSection{border-top:1px solid var(--border);opacity:0;z-index:2;margin-bottom:80px;padding-top:80px;transition:opacity .7s,transform .7s;position:relative;transform:translateY(30px)}.Security-module__U42J1a__revenueSection.Security-module__U42J1a__visible{opacity:1;transform:translateY(0)}.Security-module__U42J1a__revenueHeader{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:48px;display:flex}.Security-module__U42J1a__revenueGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.Security-module__U42J1a__revenueCard{opacity:0;transform:translateY(30px) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;will-change:transform;padding:36px 30px;transition:opacity .6s,transform .5s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.Security-module__U42J1a__revenueCard.Security-module__U42J1a__visible{opacity:1;transform:translateY(0) perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg))}.Security-module__U42J1a__revenueCard:hover{border-color:var(--border-bright);transition:transform,border-color .4s,box-shadow .4s;box-shadow:0 16px 45px #6450ff1f}.Security-module__U42J1a__revenueTop{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex;transform:translateZ(15px)}.Security-module__U42J1a__revMetric{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;border:1px solid;border-radius:6px;padding:3px 10px;font-size:10px;font-weight:700}.Security-module__U42J1a__revTitle{color:#fff;letter-spacing:-.01em;margin-bottom:10px;font-size:1.1rem;font-weight:800;transform:translateZ(20px)}.Security-module__U42J1a__revDesc{color:#b4b4dc99;font-size:.9rem;line-height:1.65;transform:translateZ(10px)}.Security-module__U42J1a__chainsRow{text-align:center;border-top:1px solid var(--border);opacity:0;z-index:2;padding-top:50px;transition:opacity .6s .2s,transform .6s .2s;position:relative;transform:translateY(20px)}.Security-module__U42J1a__chainsRow.Security-module__U42J1a__visible{opacity:1;transform:translateY(0)}.Security-module__U42J1a__chainsLabel{font-family:var(--font-mono);text-transform:uppercase;color:#b4b4dc73;letter-spacing:.1em;margin-bottom:24px;font-size:11px}.Security-module__U42J1a__chainsIcons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.Security-module__U42J1a__chainChip{border:1px solid var(--border);color:#dcdcffbf;background:#0e0e2099;border-radius:12px;padding:10px 20px;transition:border-color .3s,transform .3s,background-color .3s}.Security-module__U42J1a__chainChip:hover{border-color:var(--cyan-dim);color:var(--cyan);background:#0e0e20d9;transform:translateY(-2px);box-shadow:0 0 15px #00e5ff1a}@media (max-width:900px){.Security-module__U42J1a__securityGrid,.Security-module__U42J1a__revenueGrid{grid-template-columns:1fr}}@media (max-width:600px){.Security-module__U42J1a__securityCard,.Security-module__U42J1a__revenueCard{padding:30px 24px}}
.CTABanner-module__RH8joa__banner{background:linear-gradient(180deg, var(--deep) 0%, #07071a 50%, var(--dark) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;justify-content:center;min-height:100vh;padding:120px 0;display:flex;position:relative;overflow:hidden}.CTABanner-module__RH8joa__grid{pointer-events:none;background-image:linear-gradient(#6450ff14 1px,#0000 1px),linear-gradient(90deg,#6450ff14 1px,#0000 1px);background-size:50px 50px;animation:5s ease-in-out infinite CTABanner-module__RH8joa__grid-fade;position:absolute;inset:0}.CTABanner-module__RH8joa__orb1{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#6450ff2e,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite CTABanner-module__RH8joa__float;position:absolute;top:-150px;left:-80px}.CTABanner-module__RH8joa__orb2{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#00e5ff24,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite reverse CTABanner-module__RH8joa__float;position:absolute;bottom:-100px;right:-60px}.CTABanner-module__RH8joa__inner{z-index:2;position:relative}.CTABanner-module__RH8joa__content{text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:700px;margin:0 auto;display:flex}.CTABanner-module__RH8joa__title{color:#fff;letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1}.CTABanner-module__RH8joa__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CTABanner-module__RH8joa__sub{color:#c8c8ff99;max-width:560px;font-size:1.05rem;line-height:1.75}.CTABanner-module__RH8joa__ctas{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:8px;display:flex}.CTABanner-module__RH8joa__trustRow{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0e0e2080;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:16px;padding:20px 28px;display:flex}.CTABanner-module__RH8joa__trustItem{color:#c8c8f0b3;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.CTABanner-module__RH8joa__trustIcon{font-size:1rem}.CTABanner-module__RH8joa__trustDivider{background:var(--border);width:1px;height:20px}@media (max-width:600px){.CTABanner-module__RH8joa__trustRow{flex-direction:column;gap:12px}.CTABanner-module__RH8joa__trustDivider{width:40px;height:1px}}
.Footer-module__Grjkva__footer{background:var(--black);border-top:1px solid var(--border);position:relative;overflow:hidden}.Footer-module__Grjkva__glowTop{background:linear-gradient(90deg, transparent, var(--purple), var(--cyan), transparent);opacity:.6;height:1px;position:absolute;top:-1px;left:0;right:0}.Footer-module__Grjkva__inner{padding-top:70px;padding-bottom:32px}.Footer-module__Grjkva__topRow{grid-template-columns:320px 1fr;gap:80px;margin-bottom:60px;display:grid}.Footer-module__Grjkva__brand{flex-direction:column;gap:20px;display:flex}.Footer-module__Grjkva__logo{align-items:center;gap:12px;display:flex}.Footer-module__Grjkva__logoImg{border:1.5px solid var(--border-bright);border-radius:12px;width:48px;height:48px;overflow:hidden;box-shadow:0 0 16px #6450ff40}.Footer-module__Grjkva__logoImg img{object-fit:cover;width:100%;height:100%}.Footer-module__Grjkva__logoName{color:#fff;font-size:16px;font-weight:800}.Footer-module__Grjkva__logoTicker{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.06em;font-size:12px;font-weight:600}.Footer-module__Grjkva__tagline{color:#b4b4dc8c;font-size:14px;line-height:1.75}.Footer-module__Grjkva__socials{gap:10px;display:flex}.Footer-module__Grjkva__socialBtn{border:1px solid var(--border);color:#b4b4dc99;background:#0e0e20cc;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:color .2s,border-color .2s,transform .2s;display:flex}.Footer-module__Grjkva__socialBtn:hover{color:var(--cyan);border-color:var(--cyan);transform:translateY(-2px)}.Footer-module__Grjkva__navGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.Footer-module__Grjkva__navCol{flex-direction:column;gap:16px;display:flex}.Footer-module__Grjkva__colTitle{color:#dcdcffe6;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700}.Footer-module__Grjkva__colLinks{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__Grjkva__colLink{color:#aaaad28c;font-size:14px;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__colLink:hover{color:#dcdcffe6}.Footer-module__Grjkva__divider{background:var(--border);height:1px;margin-bottom:28px}.Footer-module__Grjkva__bottomRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.Footer-module__Grjkva__copyright{color:#a0a0c880;font-size:13px}.Footer-module__Grjkva__bottomLinks{gap:20px;display:flex}.Footer-module__Grjkva__bottomLink{color:#a0a0c880;font-size:13px;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__bottomLink:hover{color:#c8c8f0cc}.Footer-module__Grjkva__baseBadge{color:#a0a0c873;align-items:center;gap:6px;font-size:12px;display:flex}.Footer-module__Grjkva__baseText{font-family:var(--font-mono);color:var(--purple);font-weight:800}@media (max-width:1024px){.Footer-module__Grjkva__topRow{grid-template-columns:1fr;gap:40px}.Footer-module__Grjkva__navGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Footer-module__Grjkva__navGrid{grid-template-columns:1fr 1fr;gap:24px}.Footer-module__Grjkva__bottomRow{flex-direction:column;align-items:flex-start;gap:16px}}
.ScrollToTop-module__cM_3UW__btn{z-index:999;-webkit-backdrop-filter:blur(16px);color:#fff;cursor:pointer;opacity:0;pointer-events:none;background:#0a0a18d9;border:1.5px solid #6450ff80;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:opacity .35s,transform .35s,border-color .3s,box-shadow .3s,background .3s;display:flex;position:fixed;bottom:36px;right:36px;transform:translateY(16px)scale(.85);box-shadow:0 0 20px #6450ff4d,0 8px 32px #0006}.ScrollToTop-module__cM_3UW__visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ScrollToTop-module__cM_3UW__btn:hover{background:var(--gradient-primary);border-color:#0000;transform:translateY(-3px)scale(1.05);box-shadow:0 0 32px #6450ff99,0 12px 40px #00000080}.ScrollToTop-module__cM_3UW__btn:active{transform:translateY(0)scale(.97)}@media (max-width:600px){.ScrollToTop-module__cM_3UW__btn{width:44px;height:44px;bottom:24px;right:20px}}
