@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--green:#a8ff00;--green-light:#c6ff43;--green-dark:#6eae00;--black:#020402;--black-2:#050805;--black-3:#090d08;--white:#fff;--gray:#80877e;--gray-dark:#4f574d;--border:#a8ff001f;--container:1180px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--black)}body{background:var(--black);min-width:320px;color:var(--white);margin:0;font-family:Inter,sans-serif;overflow-x:hidden}body,button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%}::selection{color:#020402;background:var(--green)}.app{background:radial-gradient(circle at 80% 10%, #a8ff0012, transparent 25%), radial-gradient(circle at 10% 60%, #a8ff0009, transparent 25%), var(--black);min-height:100vh;position:relative;overflow:hidden}.background-effects{z-index:-5;pointer-events:none;position:fixed;inset:0;overflow:hidden}.bg-glow{filter:blur(100px);opacity:.12;border-radius:50%;position:absolute}.bg-glow-one{background:var(--green);width:400px;height:400px;animation:12s ease-in-out infinite alternate bgMoveOne;top:-100px;right:-100px}.bg-glow-two{background:var(--green);width:350px;height:350px;animation:15s ease-in-out infinite alternate bgMoveTwo;top:45%;left:-180px}.bg-glow-three{opacity:.025;background:#fff;width:300px;height:300px;animation:10s ease-in-out infinite alternate bgMoveThree;bottom:-100px;right:5%}.container{width:min(var(--container), calc(100% - 40px));margin:0 auto}.header{z-index:9999;-webkit-backdrop-filter:blur(18px);background:#0204028c;border-bottom:1px solid #ffffff0d;width:100%;height:100px;transition:background .4s,box-shadow .4s,height .4s;position:fixed;top:0;left:0}.header-scrolled{background:#020402e6;height:72px;box-shadow:0 15px 50px #00000040}.header-container{justify-content:space-between;align-items:center;gap:30px;width:min(1320px,100% - 50px);height:100%;margin:auto;display:flex}.brand{align-items:center;width:125px;transition:transform .3s;display:flex}.brand:hover{transform:scale(1.04)}.brand img{object-fit:contain;width:100%;max-width:74%;height:auto;display:block}.nav{align-items:center;gap:34px;display:flex}.nav a{color:#8c938a;letter-spacing:.07em;font-size:11px;font-weight:600;transition:color .3s;position:relative}.nav a:after{content:"";background:var(--green);width:0;height:1px;box-shadow:0 0 8px var(--green);transition:width .3s;position:absolute;bottom:-9px;left:0}.nav a:hover{color:var(--green)}.nav a:hover:after{width:100%}.header-right{align-items:center;gap:15px;display:flex}.connect-btn{min-width:125px;height:51px;color:var(--green);background:#a8ff0009;border:1px solid #a8ff0080;border-radius:4px;justify-content:center;align-items:center;gap:14px;font-size:16px;font-weight:700;transition:all .35s;display:inline-flex}.connect-btn:hover{color:#030503;background:var(--green);transform:translateY(-2px);box-shadow:0 0 30px #a8ff004d}.connect-arrow{font-size:17px;transition:transform .3s}.connect-btn:hover .connect-arrow{transform:translate(3px,-3px)}.menu-btn{cursor:pointer;background:#a8ff0008;border:1px solid #a8ff0033;border-radius:4px;width:43px;height:43px;display:none}.menu-btn span{background:var(--green);width:20px;height:2px;margin:4px auto;transition:all .3s;display:block}.menu-btn.active span:first-child{transform:translateY(6px)rotate(45deg)}.menu-btn.active span:nth-child(2){opacity:0}.menu-btn.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.hero-section{align-items:center;min-height:900px;padding-top:82px;display:flex;position:relative;overflow:hidden}.hero-grid{opacity:.32;background-image:linear-gradient(#a8ff0009 1px,#0000 1px),linear-gradient(90deg,#a8ff0009 1px,#0000 1px);background-size:65px 65px;animation:20s linear infinite gridMove;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 90%);mask-image:linear-gradient(#000 0%,#0000 90%)}.hero-container{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:30px;width:min(1320px,100% - 50px);margin:auto;display:grid;position:relative}.hero-content{z-index:5;padding:70px 0;position:relative;top:-68px}.hero-badge{color:#899087;letter-spacing:.14em;background:#a8ff0006;border:1px solid #a8ff0029;border-radius:50px;align-items:center;gap:10px;width:fit-content;padding:9px 14px;font-size:9px;font-weight:700;animation:3s ease-in-out infinite badgePulse;display:flex}.live-dot{background:var(--green);width:7px;height:7px;box-shadow:0 0 10px var(--green), 0 0 20px #a8ff00b3;border-radius:50%;animation:1.5s infinite livePulse}.hero-content h1{letter-spacing:-.07em;max-width:700px;margin-top:7px;font-family:Space Grotesk,sans-serif;font-size:clamp(58px,6.2vw,92px);font-weight:600;line-height:.94;animation:1s both heroTitle}.hero-content h1 span{color:var(--green);text-shadow:0 0 35px #a8ff0033;animation:3s ease-in-out infinite alternate greenText;display:block}.hero-content h1 strong{color:#d8ddd6;font-weight:600;display:block}.hero-text{color:#90998e;max-width:590px;margin-top:30px;font-size:14px;line-height:1.9;animation:1s .2s both fadeUp}.hero-buttons{align-items:center;gap:13px;margin-top:20px;animation:1s .35s both fadeUp;display:flex}.primary-btn,.outline-btn{letter-spacing:.04em;border-radius:4px;justify-content:center;align-items:center;gap:20px;min-height:52px;padding:0 23px;font-size:13px;font-weight:700;transition:all .35s;display:inline-flex}.primary-btn{color:#020402;background:var(--green);box-shadow:0 0 #a8ff0000}.primary-btn:hover{transform:translateY(-4px);box-shadow:0 15px 40px #a8ff0040}.primary-btn b{font-size:18px;transition:transform .3s}.primary-btn:hover b{transform:translate(4px,-4px)}.outline-btn{color:#a4aaa1;background:#ffffff05;border:1px solid #ffffff1f}.outline-btn:hover{color:var(--green);background:#a8ff0008;border-color:#a8ff0066;transform:translateY(-3px)}.hero-stats{gap:45px;margin-top:65px;animation:1s .5s both fadeUp;display:flex}.hero-stat{text-align:center;flex-direction:column;gap:7px;display:flex}.hero-stat strong{color:#97e500;font-family:Space Grotesk,sans-serif;font-size:31px}.hero-stat span{color:#fff;letter-spacing:.13em;font-size:13px;font-weight:600}.hero-visual{justify-content:center;align-items:center;min-height:760px;display:flex}.robot-scene{justify-content:center;align-items:center;width:700px;height:700px;display:flex;position:relative}.robot-grid-circle{background:radial-gradient(circle,#a8ff0009,#0000 65%);border:1px solid #a8ff0014;border-radius:50%;width:560px;height:560px;position:absolute}.robot-grid-circle:before,.robot-grid-circle:after{content:"";border:1px dashed #a8ff0017;border-radius:50%;position:absolute;inset:30px}.robot-grid-circle:after{border:1px solid #a8ff0012;inset:85px}.robot-glow{filter:blur(90px);background:#a8ff001f;border-radius:50%;width:350px;height:350px;animation:4s ease-in-out infinite alternate robotGlow;position:absolute}.orbit{border:1px solid #a8ff0024;border-radius:50%;animation:20s linear infinite orbitRotate;position:absolute}.orbit-one{width:520px;height:520px}.orbit-two{border-style:dashed;width:620px;height:620px;animation:28s linear infinite orbitReverse}.orbit-three{border-color:#ffffff14;width:430px;height:430px;animation:15s linear infinite orbitRotate}.orbit-dot{background:var(--green);width:9px;height:9px;box-shadow:0 0 12px var(--green), 0 0 30px #a8ff00cc;border-radius:50%;position:absolute;top:50%;right:-5px}.robot{z-index:10;filter:drop-shadow(0 20px 30px #0009);width:290px;height:500px;animation:4.5s ease-in-out infinite robotFloat;position:relative}.robot-antenna{background:linear-gradient(to bottom, var(--green), #4c7900);width:5px;height:55px;box-shadow:0 0 12px var(--green);position:absolute;top:0;left:50%;transform:translate(-50%)}.antenna-ball{background:radial-gradient(circle at 35% 30%, #e7ffb4, var(--green) 45%, #4e8100 100%);width:29px;height:29px;box-shadow:0 0 15px var(--green), 0 0 40px #a8ff00a6;border-radius:50%;animation:2s ease-in-out infinite antennaPulse;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.robot-head{border:4px solid var(--green);background:linear-gradient(145deg,#172112 0%,#080c07 48%,#020402 100%);border-radius:80px;width:250px;height:185px;position:absolute;top:43px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 45px #a8ff0012,0 0 30px #a8ff0026}.robot-face{background:radial-gradient(circle at 50% 30%,#121a0f,#010201 65%);border:1px solid #a8ff002e;border-radius:55px;width:180px;height:112px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 30px #a8ff000a}.robot-side{border:3px solid var(--green);background:#050805;width:20px;height:55px;position:absolute;top:63px}.robot-side-left{border-right:0;border-radius:10px 0 0 10px;left:-25px}.robot-side-right{border-left:0;border-radius:0 10px 10px 0;right:-25px}.robot-eyes{gap:48px;display:flex;position:absolute;top:35px;left:50%;transform:translate(-50%)}.robot-eyes span{background:var(--green);width:18px;height:18px;box-shadow:0 0 12px var(--green), 0 0 28px #a8ff00d9;border-radius:50%;animation:4s infinite eyeBlink}.robot-eyes span:nth-child(2){animation-delay:80ms}.robot-mouth{gap:5px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.robot-mouth i{background:var(--green);width:4px;height:4px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:1.2s infinite alternate mouthWave}.robot-mouth i:nth-child(2){animation-delay:.15s}.robot-mouth i:nth-child(3){animation-delay:.3s}.robot-neck{background:linear-gradient(90deg, #557d08, var(--green), #557d08);width:45px;height:35px;position:absolute;top:228px;left:50%;transform:translate(-50%);box-shadow:0 0 15px #a8ff0066}.robot-body{border:3px solid var(--green);background:linear-gradient(145deg,#131b0f,#050805 60%,#020402);border-radius:35px 35px 20px 20px;width:205px;height:150px;position:absolute;top:250px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 35px #a8ff000d}.robot-chest{border:2px solid var(--green);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex;position:absolute;top:23px;left:50%;transform:translate(-50%);box-shadow:0 0 20px #a8ff001f}.chest-inner{background:var(--green);width:19px;height:19px;box-shadow:0 0 15px var(--green), 0 0 30px #a8ff00cc;border-radius:50%;animation:1.5s infinite chestPulse}.body-lines{flex-direction:column;gap:7px;display:flex;position:absolute;bottom:25px;left:28px;right:28px}.body-lines span{background:linear-gradient(90deg, transparent, var(--green), transparent);opacity:.65;height:2px}.body-lines span:first-child{width:100%}.body-lines span:nth-child(2){width:70%;margin:auto}.body-lines span:nth-child(3){width:45%;margin:auto}.robot-arm{border:3px solid var(--green);background:linear-gradient(#10170c,#030503);border-radius:20px;width:28px;height:115px;position:absolute;top:270px;box-shadow:0 0 15px #a8ff001a}.robot-arm-left{left:16px;transform:rotate(11deg)}.robot-arm-right{right:16px;transform:rotate(-11deg)}.robot-hand{border:3px solid var(--green);background:#050805;border-radius:50%;width:25px;height:25px;position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.robot-leg{border:3px solid var(--green);background:#050805;border-top:0;width:45px;height:75px;position:absolute;top:400px}.robot-leg-left{border-radius:0 0 15px 15px;left:88px}.robot-leg-right{border-radius:0 0 15px 15px;right:88px}.floating-card{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#030703c7;border:1px solid #a8ff0029;border-radius:7px;align-items:center;gap:12px;min-width:165px;padding:12px 14px;animation:4s ease-in-out infinite cardFloat;display:flex;position:absolute;box-shadow:0 20px 50px #00000059}.floating-card small{color:#596158;text-transform:uppercase;letter-spacing:.12em;font-size:11px;display:block}.floating-card strong{color:#dbe1d9;margin-top:4px;font-size:13px;display:block}.floating-icon{width:34px;height:34px;color:var(--green);background:#a8ff0012;border-radius:6px;justify-content:center;align-items:center;font-family:Space Grotesk,sans-serif;font-size:10px;font-weight:700;display:flex;box-shadow:inset 0 0 12px #a8ff000d}.floating-card-one{top:145px;left:5px}.floating-card-two{animation-delay:.8s;top:330px;right:0}.floating-card-three{animation-delay:1.4s;bottom:105px;left:50px}.scroll-indicator{color:#4f574d;letter-spacing:.18em;align-items:center;gap:15px;font-size:8px;font-weight:700;animation:2s infinite scrollBounce;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(90deg, var(--green), transparent);width:45px;height:1px}.ticker-section{background:#a8ff0005;border-top:1px solid #a8ff0017;border-bottom:1px solid #a8ff0017;overflow:hidden}.ticker-track{overflow:hidden}.ticker-content{color:#90998e;letter-spacing:.17em;align-items:center;gap:35px;width:max-content;padding:18px 0;font-size:15px;font-weight:700;animation:28s linear infinite tickerMove;display:flex}.ticker-content i{color:var(--green);font-size:15px}.section-padding{padding:100px 0}.section-label{color:var(--green);letter-spacing:.18em;font-size:9px;font-weight:700;display:inline-block}.section-top{grid-template-columns:1fr .7fr;align-items:end;gap:80px;display:grid}.section-top h2,.section-heading h2,.center-heading h2,.security-content h2,.cta-content h2{letter-spacing:-.06em;margin-top:15px;font-family:Space Grotesk,sans-serif;font-size:clamp(44px,5.2vw,72px);font-weight:600;line-height:.98}.section-top h2 span,.section-heading h2 span,.center-heading h2 span,.security-content h2 span,.cta-content h2 span{color:var(--green);text-shadow:0 0 30px #a8ff002e}.section-top>p{color:#90998e;font-size:13px;line-height:1.9}.about-grid{grid-template-columns:1.1fr .9fr;gap:20px;margin-top:70px;display:grid}.about-main-card{background:linear-gradient(145deg,#a8ff000d,#ffffff03);border:1px solid #a8ff001f;min-height:510px;padding:55px;transition:transform .4s,border-color .4s;position:relative;overflow:hidden}.about-main-card:hover{border-color:#a8ff0059;transform:translateY(-8px)}.about-main-card:after{content:"";filter:blur(40px);background:#a8ff0012;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-150px;right:-150px}.about-card-number{color:#353c34;font-size:10px;position:absolute;top:30px;right:30px}.about-big-icon{width:90px;height:90px;color:var(--green);background:#a8ff0008;border:1px solid #a8ff004d;justify-content:center;align-items:center;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:700;animation:3s ease-in-out infinite iconPulse;display:flex;box-shadow:0 0 30px #a8ff000d}.about-main-card h3{margin-top:80px;font-family:Space Grotesk,sans-serif;font-size:28px}.about-main-card p{color:#6f776d;max-width:550px;margin-top:18px;font-size:13px;line-height:1.9}.small-link{color:var(--green);margin-top:30px;font-size:19px;font-weight:700;display:inline-block}.about-side{flex-direction:column;gap:20px;display:flex}.mini-about-card{background:#ffffff03;border:1px solid #ffffff12;flex:1;gap:25px;padding:35px;transition:all .35s;display:flex}.mini-about-card:hover{background:#a8ff0006;border-color:#a8ff0033;transform:translate(8px)}.mini-about-card>span{color:var(--green);font-size:33px;font-weight:800}.mini-about-card h3{font-size:16px}.mini-about-card p{color:#656d63;margin-top:10px;font-size:11px;line-height:1.7}.stats-section{padding:0}.stats-wrapper{border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;grid-template-columns:repeat(4,1fr);display:grid}.big-stat{border-right:1px solid #ffffff12;min-height:180px;padding:10px}.big-stat:last-child{border-right:0}.big-stat strong{color:var(--green);text-shadow:0 0 20px #a8ff001f;font-family:Space Grotesk,sans-serif;font-size:34px;display:block}.big-stat span{color:#525a50;letter-spacing:.13em;margin-top:20px;font-size:13px;font-weight:700;display:block}.section-heading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:65px;display:flex}.section-heading>p{color:#697168;max-width:340px;font-size:12px;line-height:1.9}.feature-grid{background:#a8ff0014;border:1px solid #a8ff0014;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.feature-card{background:#050805;min-height:330px;padding:35px;transition:transform .4s,background .4s,box-shadow .4s;position:relative;overflow:hidden}.feature-card:hover{z-index:2;background:#080e07;transform:translateY(-8px);box-shadow:0 20px 50px #00000059}.feature-card:before{content:"";background:var(--green);width:0;height:2px;box-shadow:0 0 15px var(--green);transition:width .5s;position:absolute;top:0;left:0}.feature-card:hover:before{width:100%}.feature-card:after{content:"";filter:blur(25px);background:#a8ff000f;border-radius:50%;width:180px;height:180px;transition:transform .5s;position:absolute;bottom:-100px;right:-100px}.feature-card:hover:after{transform:scale(1.5)}.feature-top{justify-content:space-between;align-items:center;display:flex}.feature-top>span{color:#343b33;font-size:44px}.feature-symbol{width:55px;height:55px;color:var(--green);background:#a8ff0009;border:1px solid #a8ff0033;justify-content:center;align-items:center;font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:700;transition:transform .5s,box-shadow .5s;display:flex}.center-heading.reveal.center-latest.show{text-align:center}.feature-card:hover .feature-symbol{transform:rotate(10deg)scale(1.08);box-shadow:0 0 25px #a8ff0026}.feature-content{position:absolute;bottom:35px;left:35px;right:35px}.feature-content h3{font-family:Space Grotesk,sans-serif;font-size:18px}.feature-content p{color:#90998e;max-width:320px;margin-top:13px;font-size:11px;line-height:1.8}.process-section{background:radial-gradient(circle,#a8ff000a,#0000 45%)}.center-heading{text-align:center}.center-heading p{color:#697168;max-width:500px;margin:20px auto 0;font-size:13px;line-height:1.8}.process-line{justify-content:center;align-items:center;margin-top:80px;display:flex}.process-item{text-align:center;width:260px}.process-number{color:#303730;font-size:9px;font-weight:700}.process-icon{width:100px;height:100px;color:var(--green);letter-spacing:.08em;background:radial-gradient(circle,#a8ff000f,#050805);border:1px solid #a8ff0047;border-radius:50%;justify-content:center;align-items:center;margin:20px auto;font-size:8px;font-weight:700;animation:3s ease-in-out infinite processPulse;display:flex;box-shadow:0 0 35px #a8ff000d}.process-item:nth-child(3) .process-icon{animation-delay:.5s}.process-item:nth-child(5) .process-icon{animation-delay:1s}.process-item h3{font-family:Space Grotesk,sans-serif;font-size:18px}.process-item p{color:#626a60;margin-top:12px;font-size:11px;line-height:1.8}.process-connector{background:linear-gradient(90deg, transparent, var(--green), transparent);width:90px;height:1px;animation:2s infinite connectorPulse;box-shadow:0 0 10px #a8ff0033}.security-box{background:linear-gradient(135deg,#a8ff000b,#ffffff03);border:1px solid #a8ff001f;grid-template-columns:1fr 1fr;min-height:600px;display:grid;overflow:hidden}.security-content{padding:70px}.security-content p{color:#70786e;max-width:520px;margin-top:28px;font-size:13px;line-height:1.9}.security-points{grid-template-columns:1fr 1fr;gap:18px;margin-top:38px;display:grid}.security-points div{color:#929990;align-items:center;gap:10px;font-size:15px;display:flex}.security-points b{color:var(--green);font-size:13px}.security-visual{background:radial-gradient(circle,#a8ff0014,#0000 60%);justify-content:center;align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.security-orbit{border:1px solid #a8ff0029;border-radius:50%;animation:18s linear infinite orbitRotate;position:absolute}.security-orbit-one{width:380px;height:380px}.security-orbit-two{border-style:dashed;width:290px;height:290px;animation:14s linear infinite orbitReverse}.security-orbit-three{border-color:#ffffff1f;width:210px;height:210px;animation:10s linear infinite orbitRotate}.security-center{z-index:5;background:radial-gradient(circle,#111b0d,#030503);border:1px solid #a8ff0066;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative;box-shadow:0 0 45px #a8ff001f}.security-center span{color:#596158;letter-spacing:.2em;font-size:12px}.security-center strong{color:var(--green);text-shadow:0 0 20px #a8ff0080;margin-top:4px;font-family:Space Grotesk,sans-serif;font-size:35px}.security-center small{color:#495047;letter-spacing:.15em;margin-top:2px;font-size:12px}.cta-section{padding:100px 0;position:relative;overflow:hidden}.cta-background-grid{background-image:linear-gradient(#a8ff000a 1px,#0000 1px),linear-gradient(90deg,#a8ff000a 1px,#0000 1px);background-size:50px 50px;animation:18s linear infinite gridMove;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000,#0000 70%);mask-image:radial-gradient(#000,#0000 70%)}.cta-glow{filter:blur(100px);background:#a8ff0014;border-radius:50%;width:600px;height:350px;animation:5s ease-in-out infinite alternate ctaGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{z-index:2;text-align:center;position:relative}.cta-content h2{max-width:800px;margin:18px auto 0}.cta-content p{color:#6d756b;margin:25px auto 0;font-size:13px;line-height:1.8}.cta-buttons{justify-content:center;gap:12px;margin-top:35px;display:flex}.footer{background:#010201;border-top:1px solid #ffffff0f;padding:80px 0 25px}.footer-main{grid-template-columns:1.6fr .7fr .7fr .7fr;gap:50px;padding-bottom:0;display:grid}.footer-brand img{width:145px}.footer-brand p{color:#555d53;max-width:310px;margin-top:20px;font-size:11px;line-height:1.8}.footer-social{color:var(--green);margin-top:25px;font-size:10px;font-weight:700;display:inline-block}.footer-column{flex-direction:column;gap:13px;display:flex}.footer-column h4{color:#fff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:9px}.footer-column a{color:#555d53;font-size:10px;transition:color .3s,transform .3s}.footer-column a:hover{color:var(--green);transform:translate(4px)}.footer-bottom{color:#3e453d;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:25px;font-size:8px;display:flex}.footer-bottom div{gap:20px;display:flex}.footer-bottom a:hover{color:var(--green)}.reveal{opacity:0;transition:opacity .9s,transform .9s;transform:translateY(50px)}.reveal.show{opacity:1;text-align:left;transform:translateY(0)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroTitle{0%{opacity:0;transform:translateY(35px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes greenText{0%{text-shadow:0 0 10px #a8ff001a}to{text-shadow:0 0 35px #a8ff004d}}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.55)}}@keyframes badgePulse{0%,to{border-color:#a8ff0029}50%{border-color:#a8ff004d}}@keyframes gridMove{0%{background-position:0 0}to{background-position:0 50px}}@keyframes orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbitReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes robotFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes robotGlow{0%,to{opacity:.07;transform:translate(-50%)scale(.85)}50%{opacity:.16;transform:translate(-50%)scale(1.15)}}@keyframes antennaPulse{0%,to{box-shadow:0 0 12px var(--green), 0 0 30px #a8ff0080}50%{box-shadow:0 0 25px var(--green), 0 0 55px #a8ff00cc}}@keyframes eyeBlink{0%,44%,48%,to{transform:scaleY(1)}46%{transform:scaleY(.08)}}@keyframes mouthWave{0%{opacity:.4;transform:scale(.7)}to{opacity:1;transform:scale(1.2)}}@keyframes chestPulse{0%,to{opacity:.7;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-13px)}}@keyframes scrollBounce{0%,to{opacity:.5;transform:translate(-50%)}50%{opacity:1;transform:translate(-50%,8px)}}@keyframes tickerMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes iconPulse{0%,to{box-shadow:0 0 20px #a8ff0008}50%{box-shadow:0 0 35px #a8ff0026}}@keyframes processPulse{0%,to{transform:scale(1);box-shadow:0 0 20px #a8ff0008}50%{transform:scale(1.06);box-shadow:0 0 35px #a8ff0026}}@keyframes connectorPulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes ctaGlow{0%{opacity:.35;transform:scale(.95)}to{opacity:.9;transform:scale(1.05)}}@keyframes bgMoveOne{0%{transform:translate(0)}to{transform:translate(-100px,80px)}}@keyframes bgMoveTwo{0%{transform:translate(0)}to{transform:translate(120px,-80px)}}@keyframes bgMoveThree{0%{transform:translate(0)}to{transform:translate(-80px,-80px)}}@media (width<=1100px){.nav{gap:18px}.hero-container{grid-template-columns:1fr 1fr}.hero-content h1{font-size:64px}.robot-scene{width:550px;height:620px}.orbit-one{width:430px;height:430px}.orbit-two{width:510px;height:510px}.orbit-three{width:360px;height:360px}.robot,.robot-scene .floating-card{transform:scale(.8)}}@media (width<=850px){.header-container{width:calc(100% - 30px)}.nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#030603f7;border:1px solid #a8ff001f;flex-direction:column;align-items:stretch;gap:0;padding:25px;transition:all .35s;display:flex;position:fixed;top:72px;left:15px;right:15px;transform:translateY(-20px)}.nav-open{opacity:1;visibility:visible;transform:translateY(0)}.nav a{border-bottom:1px solid #ffffff0d;padding:16px 5px;font-size:12px}.nav a:last-child{border-bottom:0}.nav a:after{display:none}.menu-btn{display:block}.hero-section{min-height:auto;padding:120px 0 23px}.hero-container{grid-template-columns:1fr;width:calc(100% - 30px)}.hero-content{text-align:center}.hero-badge{margin:0 auto}.hero-content h1{margin-left:auto;margin-right:auto;font-size:clamp(50px,11vw,70px)}.hero-text{margin-left:auto;margin-right:auto}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{min-height:620px}.section-top{grid-template-columns:1fr;gap:25px}.feature-grid,.stats-wrapper{grid-template-columns:repeat(2,1fr)}.big-stat:nth-child(2){border-right:0}.big-stat:nth-child(-n+2){border-bottom:1px solid #ffffff12}.process-line{flex-direction:column;gap:0}.process-connector{background:linear-gradient(180deg, transparent, var(--green), transparent);width:1px;height:70px}.security-box{grid-template-columns:1fr}.security-visual{min-height:500px}.footer-main{grid-template-columns:1fr 1fr}.hero-content{z-index:5;padding:70px 0;position:relative;top:-31px}}@media (width<=600px){.container{width:calc(100% - 30px)}.header{height:70px}.header-scrolled{height:65px}.brand{width:100px}.connect-btn{min-width:95px;height:39px;padding-left:10px;padding-right:10px;font-size:14px}.menu-btn{width:39px;height:39px;display:none}.hero-section{padding-top:100px}.hero-content{padding:45px 0 10px}.hero-badge{letter-spacing:.1em;text-align:center;max-width:100%;font-size:9px}.hero-content h1{letter-spacing:0;font-size:clamp(43px,14vw,62px)}.hero-text{font-size:12px}.hero-buttons{flex-direction:column;width:100%}.primary-btn,.outline-btn{width:100%}.hero-stats{gap:18px;margin-top:45px}.hero-stat span{letter-spacing:.05em;font-size:13px!important}h2{font-size:34px!important}.hero-stat strong{font-size:20px!important}.hero-visual{min-height:407px}.robot-scene{width:100%;height:470px}.robot{transform:scale(.6)}.robot-grid-circle{width:360px;height:360px}.orbit-one{width:330px;height:330px}.orbit-two{width:410px;height:410px}.orbit-three{width:270px;height:270px}.floating-card{min-width:130px;padding:9px;transform:scale(.72)}.floating-card-one{top:70px;left:-15px}.floating-card-two{top:240px;right:-15px}.floating-card-three{bottom:45px;left:-10px}.scroll-indicator{display:none}.section-padding{padding:90px 0}.section-top h2,.section-heading h2,.center-heading h2,.security-content h2,.cta-content h2{font-size:clamp(40px,12vw,58px)}.about-grid{grid-template-columns:1fr;margin-top:45px}.about-main-card{min-height:430px;padding:30px}.about-main-card h3{margin-top:60px;font-size:24px}.mini-about-card{padding:12px}.stats-section{padding-bottom:90px}.stats-wrapper{grid-template-columns:1fr 1fr}.big-stat{min-height:140px;padding:8px}.big-stat strong{font-size:27px}.big-stat span{font-size:7px}.section-heading{flex-direction:column;align-items:flex-start;margin-bottom:45px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:300px}.process-item{width:100%;max-width:280px}.security-content{padding:45px 25px}.security-points{grid-template-columns:1fr}.security-visual{min-height:420px}.security-orbit-one{width:300px;height:300px}.security-orbit-two{width:230px;height:230px}.security-orbit-three{width:165px;height:165px}.cta-section{padding:90px 0}.cta-buttons{flex-direction:column;width:100%}.footer{padding-top:60px}.footer-main{grid-template-columns:1fr 1fr;gap:40px 20px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:18px;line-height:1.6}}@media (width<=400px){.header-right{gap:7px}.connect-btn{min-width:85px}.brand{width:88px}.hero-content h1{font-size:44px}.hero-stats{gap:12px}.hero-stat strong{font-size:14px}.hero-stat span{font-size:6px}.robot{transform:scale(.53)}.floating-card{transform:scale(.6)}.floating-card-one{left:-35px}.floating-card-two{right:-35px}.floating-card-three{left:-25px}.stats-wrapper{grid-template-columns:1fr}.big-stat{border-bottom:1px solid #ffffff12;border-right:0}.big-stat:last-child{border-bottom:0}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body:before{content:"";z-index:9998;pointer-events:none;opacity:.035;mix-blend-mode:screen;background:repeating-linear-gradient(0deg,#ffffffb3 0 1px,#0000 1px 4px);position:fixed;inset:0}.background-effects{isolation:isolate}.global-grid{opacity:.24;transform-origin:bottom;background-image:linear-gradient(#a8ff000b 1px,#0000 1px),linear-gradient(90deg,#a8ff000b 1px,#0000 1px);background-size:58px 58px;animation:22s linear infinite premiumGridMove;position:absolute;inset:-15%;transform:perspective(900px)rotateX(58deg)scale(1.5)}.global-grid:after{content:"";background:radial-gradient(circle,#0000 10%,#0204028c 75%);position:absolute;inset:0}.global-scan{filter:blur(3px);background:linear-gradient(#0000,#a8ff000e,#0000);width:120%;height:26%;animation:10s linear infinite premiumScan;position:absolute;top:-35%;left:-10%}.global-noise{opacity:.025;background-image:radial-gradient(circle at 20% 30%,#fff 0 1px,#0000 1px),radial-gradient(circle at 80% 60%,#fff 0 1px,#0000 1px);background-size:120px 120px,180px 180px;animation:14s linear infinite noiseDrift;position:absolute;inset:0}.premium-particles{position:absolute;inset:0;overflow:hidden}.premium-particles i{background:var(--green);width:3px;height:3px;box-shadow:0 0 12px var(--green), 0 0 25px #a8ff0080;opacity:.2;border-radius:50%;animation:9s linear infinite premiumParticle;position:absolute}.premium-particles i:first-child{animation-duration:8s;top:18%;left:5%}.premium-particles i:nth-child(2){animation-duration:12s;top:65%;left:12%}.premium-particles i:nth-child(3){animation-duration:10s;top:35%;left:19%}.premium-particles i:nth-child(4){animation-duration:15s;top:82%;left:27%}.premium-particles i:nth-child(5){animation-duration:11s;top:12%;left:34%}.premium-particles i:nth-child(6){animation-duration:13s;top:52%;left:42%}.premium-particles i:nth-child(7){animation-duration:9s;top:24%;left:49%}.premium-particles i:nth-child(8){animation-duration:14s;top:76%;left:57%}.premium-particles i:nth-child(9){animation-duration:10s;top:15%;left:64%}.premium-particles i:nth-child(10){animation-duration:12s;top:48%;left:71%}.premium-particles i:nth-child(11){animation-duration:16s;top:29%;left:78%}.premium-particles i:nth-child(12){animation-duration:9s;top:72%;left:84%}.premium-particles i:nth-child(13){animation-duration:13s;top:19%;left:91%}.premium-particles i:nth-child(14){animation-duration:11s;top:56%;left:96%}.premium-particles i:nth-child(15){animation-duration:17s;top:91%;left:9%}.premium-particles i:nth-child(16){animation-duration:12s;top:92%;left:38%}.premium-particles i:nth-child(17){animation-duration:15s;top:88%;left:68%}.premium-particles i:nth-child(18){animation-duration:10s;top:42%;left:88%}.hero-section{background:radial-gradient(circle at 75% 48%,#a8ff0011,#0000 24%),radial-gradient(circle at 20% 20%,#a8ff0006,#0000 30%)}.hero-section:before{content:"";border:1px solid #a8ff000b;border-radius:50%;width:720px;height:720px;animation:35s linear infinite premiumOuterOrbit;position:absolute;top:60px;right:-260px;box-shadow:0 0 100px #a8ff0006,inset 0 0 100px #a8ff0005}.hero-section:after{content:"";border:1px solid #a8ff000e;border-radius:50%;width:380px;height:380px;animation:26s linear infinite premiumOuterOrbitReverse;position:absolute;bottom:-180px;left:-230px;box-shadow:0 0 90px #a8ff000a}.hero-content h1{text-shadow:0 20px 60px #0000008c;text-align:left;color:#0000;-webkit-text-stroke:1px #aaff06;line-height:1.3;display:block}.hero-content h1:after{content:"AI / EXCHANGE / FUTURE";color:#90da00;letter-spacing:.28em;margin-top:6px;font-family:Inter,sans-serif;font-size:8px;font-weight:800;display:block}.premium-robot-scene{isolation:isolate}.premium-robot-scene:before{content:"";filter:blur(65px);z-index:0;background:#a8ff0012;border-radius:50%;width:600px;height:220px;position:absolute;bottom:45px;left:50%;transform:translate(-50%)}.ai-status-panel{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#030703ad;border:1px solid #a8ff0029;border-radius:7px;align-items:center;gap:10px;min-width:155px;padding:10px 12px;animation:4s ease-in-out infinite statusFloat;display:flex;position:absolute;top:58px;right:78px;box-shadow:0 15px 40px #00000059}.ai-status-dot{background:var(--green);width:7px;height:7px;box-shadow:0 0 12px var(--green);border-radius:50%;animation:1.3s infinite livePulse}.ai-status-panel small,.ai-status-panel strong{display:block}.ai-status-panel small{color:#586257;letter-spacing:.18em;font-size:11px;font-weight:800}.ai-status-panel strong{color:#dce5d6;letter-spacing:.08em;margin-top:3px;font-size:13px}.data-stream{z-index:3;color:#90da00;letter-spacing:.16em;white-space:nowrap;font-family:Space Grotesk,monospace;font-size:11px;font-weight:700;position:absolute}.data-stream-one{animation:2.5s infinite dataBlink;top:240px;left:28px}.data-stream-two{animation:3.2s .8s infinite dataBlink;bottom:210px;right:15px}.hud-corner{z-index:30;opacity:.55;width:40px;height:40px;position:absolute}.hud-corner:before,.hud-corner:after{content:"";background:var(--green);position:absolute;box-shadow:0 0 8px #a8ff0080}.hud-corner:before{width:28px;height:1px}.hud-corner:after{width:1px;height:28px}.hud-corner-tl{top:55px;left:5px}.hud-corner-tr{top:55px;right:5px;transform:rotate(90deg)}.hud-corner-bl{bottom:55px;left:5px;transform:rotate(-90deg)}.hud-corner-br{bottom:55px;right:5px;transform:rotate(180deg)}.robot-floor-glow{z-index:2;filter:blur(25px);background:#a8ff0021;border-radius:50%;width:430px;height:90px;animation:3s ease-in-out infinite alternate floorPulse;position:absolute;bottom:70px;left:50%;transform:translate(-50%)}.robot-floor-line{z-index:4;background:linear-gradient(90deg, transparent, var(--green), transparent);width:430px;height:1px;animation:2.8s ease-in-out infinite floorScan;position:absolute;bottom:78px;left:50%;transform:translate(-50%);box-shadow:0 0 15px #a8ff0099}.robot{filter:drop-shadow(0 25px 35px #000000b3)drop-shadow(0 0 25px #a8ff0014)}.robot-head,.robot-body{background:linear-gradient(145deg,#1e2b14f5,#030703fa 55%,#010301)}.robot-eyes span,.chest-inner,.antenna-ball{animation-timing-function:ease-in-out}.floating-card{border-color:#a8ff0033}.floating-card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#0000 25%,#a8ff0014,#0000 65%);animation:4.5s ease-in-out infinite cardSweep;position:absolute;inset:0;transform:translate(-120%)}.about-main-card,.mini-about-card,.feature-card,.security-box,.cta-content,.process-item{position:relative;overflow:hidden}.about-main-card:before,.mini-about-card:before,.feature-card:before,.security-box:before,.process-item:before{content:"";filter:blur(8px);pointer-events:none;background:#a8ff0012;border-radius:50%;width:180px;height:180px;transition:all .5s;position:absolute;top:-90px;right:-90px}.about-main-card:hover:before,.mini-about-card:hover:before,.feature-card:hover:before,.process-item:hover:before{background:#a8ff001f;transform:scale(1.5)}.feature-card:hover,.mini-about-card:hover,.about-main-card:hover,.process-item:hover{border-color:#a8ff0047;box-shadow:0 25px 70px #00000061,0 0 35px #a8ff0009}.section-label{position:relative}.section-label:before{content:"";vertical-align:middle;background:var(--green);width:18px;height:1px;box-shadow:0 0 8px var(--green);margin-right:8px;animation:2s ease-in-out infinite alternate labelBeam;display:inline-block}.cta-section{position:relative}.cta-content.reveal.center-latest.show{text-align:center}.cta-section:before{content:"";border:1px dashed #a8ff000d;border-radius:50%;width:700px;height:700px;animation:40s linear infinite premiumOuterOrbit;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-glow{animation:4s ease-in-out infinite alternate ctaGlow}.reveal{filter:blur(3px);transition:opacity .9s cubic-bezier(.2,.8,.2,1),transform .9s cubic-bezier(.2,.8,.2,1),filter .9s}.reveal.show{filter:blur()}@keyframes premiumGridMove{0%{background-position:0 0}to{background-position:58px 58px}}@keyframes premiumScan{0%{opacity:0;transform:translateY(-120%)}12%{opacity:1}55%{opacity:.75}to{opacity:0;transform:translateY(520%)}}@keyframes noiseDrift{0%{transform:translate(0,0)}to{transform:translate(40px,-30px)}}@keyframes premiumParticle{0%{opacity:0;transform:translateY(40px)scale(.5)}20%{opacity:.45}50%{opacity:1;transform:translate(30px,-50px)scale(1.2)}to{opacity:0;transform:translate(-20px,-130px)scale(.3)}}@keyframes premiumOuterOrbit{to{transform:rotate(360deg)}}@keyframes premiumOuterOrbitReverse{to{transform:rotate(-360deg)}}@keyframes statusFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes dataBlink{0%,to{opacity:.15}50%{opacity:.7}}@keyframes floorPulse{0%{opacity:.45;transform:translate(-50%)scaleX(.82)}to{opacity:1;transform:translate(-50%)scaleX(1.08)}}@keyframes floorScan{0%,to{opacity:.2;transform:translate(-50%)scaleX(.6)}50%{opacity:1;transform:translate(-50%)scaleX(1)}}@keyframes cardSweep{0%,45%{transform:translate(-120%)}70%,to{transform:translate(120%)}}@keyframes labelBeam{0%{opacity:.5;width:10px}to{opacity:1;width:26px}}@media (width<=991px){.ai-status-panel{top:45px;right:35px;transform:scale(.9)}.data-stream-one{left:15px}.data-stream-two{right:10px}.hero-section:before{right:-430px}.hero-section:after{left:-300px}}@media (width<=767px){.hero-content h1:after{margin-top:16px;font-size:10px}.global-grid{background-size:42px 42px}.robot-scene{width:100%;height:520px;transform:scale(.82)}.ai-status-panel{transform-origin:100% 0;top:45px;right:0;transform:scale(.78)}.hud-corner-tl{left:0}.hud-corner-tr{right:0}.hud-corner-bl{left:0}.hud-corner-br{right:0}.data-stream{font-size:6px}.data-stream-one{top:205px;left:-2px}.data-stream-two{bottom:145px;right:-5px}.robot-floor-glow,.robot-floor-line{width:300px}.hero-section:before{width:500px;height:500px;right:-330px}.hero-section:after{width:300px;height:300px;left:-230px}}@media (width<=480px){.robot-scene{height:455px;margin:-20px -45px;transform:scale(.68)}.floating-card{min-width:145px}.ai-status-panel{transform:scale(.68)}.data-stream{display:none}.robot-floor-glow,.robot-floor-line{width:260px}}header.header.header-scrolled{height:100px!important}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}p{line-height:1.8;font-size:15px!important}h1{line-height:1.15;font-size:70px!important}h2{color:#fff;font-size:50px!important}h3{line-height:1.3;font-size:24px!important}h4{line-height:1.4;font-size:18px!important}.nav a{font-size:13px!important}.hero-text{text-align:left;line-height:1.8;font-size:15px!important}.about-section p,.features-section p,.process-section p,.security-section p,.cta-section p{line-height:1.8;font-size:15px!important}.footer p,.footer a{font-size:13px;line-height:1.7}@media (width<=768px){h1{font-size:34px!important}h2{font-size:32px!important}h3{font-size:22px!important}p,.hero-text{font-size:15px!important}img.robot-latest{width:100%;margin:auto;display:block;max-width:99%!important}.about-main-card{padding:30px;min-height:326px!important}.robot-card-content strong{font-size:18px!important}.robot-card-content{padding:15px 7px 17px!important}.feature-card{padding:9px;position:relative}.footer-logo img{margin:auto;display:block;width:100%!important;max-width:84%!important}}@media (width<=480px){h1{font-size:30px!important}h2{font-size:32px!important}h3{font-size:20px!important}p{font-size:15px!important}}.footer{background:#050505;border-top:1px solid #ffffff14;width:100%;padding:21px 0;overflow:hidden}.footer .container{width:90%;max-width:1400px;margin:0 auto}.footer-main{justify-content:space-between;align-items:center;gap:40px;display:flex}.footer-logo{align-items:center;width:50%;display:flex}.footer-logo a{display:block}.footer-logo img{width:100%;max-width:21%;display:block}.footer-title{text-align:right}.footer-title h2{color:#fff;letter-spacing:-3px;margin:0;font-size:clamp(42px,6vw,85px);font-weight:800;line-height:.95}.footer-title h2 span{color:#0000;-webkit-text-stroke:1px #8ceb00;display:block}@media (width<=768px){.footer{padding:45px 0}.footer-main{gap:30px}.footer-logo img{width:150px}.footer-title h2{letter-spacing:-2px;font-size:clamp(32px,8vw,55px)}}@media (width<=600px){.footer{padding:40px 0}.footer .container{width:88%}.footer-main{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:35px}.footer-logo img{width:150px}.footer-title{text-align:center}.footer-title h2{letter-spacing:-2px;font-size:clamp(38px,12vw,55px)}}@media (width<=400px){.footer-logo img{width:130px}.footer-title h2{font-size:34px}}img.robot-latest{width:100%;max-width:87%;margin:auto;display:block}.stats-robot-section{background:radial-gradient(circle at 50% 0,#a8ff0014,#0000 45%),#050505;width:100%;padding:20px 0;position:relative;overflow:hidden}.stats-robot-section:before{content:"";opacity:.035;filter:blur(130px);pointer-events:none;background:#a8ff00;border-radius:50%;width:500px;height:500px;position:absolute;top:-250px;left:50%;transform:translate(-50%)}.stats-robot-section .stats-wrapper{z-index:2;grid-template-columns:repeat(3,1fr);gap:22px;display:grid;position:relative}.robot-stat-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(145deg,#ffffff13,#ffffff05);border:1px solid #a8ff002e;border-radius:22px;flex-direction:column;min-height:300px;transition:transform .45s,border-color .45s,box-shadow .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 50px #00000073,inset 0 0 35px #a8ff0006}.robot-stat-card:before{content:"";z-index:5;background:linear-gradient(90deg,#0000,#a8ff00,#0000);width:100%;height:2px;transition:left .7s;position:absolute;top:0;left:-100%}.robot-stat-card:hover:before{left:100%}.robot-stat-card:hover{border-color:#a8ff00a6;transform:translateY(-12px);box-shadow:0 25px 60px #0000008c,0 0 35px #a8ff001f,inset 0 0 35px #a8ff000a}.robot-card-image{background:radial-gradient(circle at 50% 75%,#a8ff0021,#0000 55%);justify-content:center;align-items:flex-end;width:100%;height:230px;display:flex;position:relative;overflow:hidden}.robot-card-image img{z-index:2;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 0 8px #a8ff0073)drop-shadow(0 0 22px #a8ff002e);width:190px;height:225px;transition:transform .5s,filter .5s;position:relative;transform:translateY(8px)}.robot-stat-card:hover .robot-card-image img{filter:drop-shadow(0 0 12px #a8ff00bf)drop-shadow(0 0 35px #a8ff004d);transform:translateY(-8px)scale(1.06)}.robot-glow{opacity:.1;filter:blur(55px);background:#a8ff00;border-radius:50%;width:150px;height:150px;animation:3s ease-in-out infinite robotGlow;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.robot-card-content{z-index:3;background:linear-gradient(#a8ff0009,#0000001f);border-top:1px solid #a8ff001f;padding:11px 10px;position:relative}.robot-card-content strong{color:#8f0;letter-spacing:3px;margin-bottom:8px;font-size:22px;font-weight:800;line-height:1.2;transition:color .3s;display:block}.robot-stat-card:hover .robot-card-content strong{color:#a8ff00;text-shadow:0 0 15px #a8ff0059}.robot-card-content span{color:#a8ff00;letter-spacing:1.8px;font-size:11px;font-weight:700;line-height:1.5;display:block}.robot-card-content p{color:#ffffff85;margin:12px 0 0;font-size:13px;line-height:1.6}.robot-stat-card .robot-card-content:after{content:"";background:#a8ff00;border-radius:50%;width:7px;height:7px;animation:2s infinite statusPulse;position:absolute;bottom:20px;right:20px;box-shadow:0 0 8px #a8ff00,0 0 18px #a8ff0099}@keyframes statusPulse{0%,to{opacity:.35}50%{opacity:1}}@media (width<=1100px){.stats-robot-section{padding:80px 0}.stats-robot-section .stats-wrapper{grid-template-columns:repeat(2,1fr)}.robot-stat-card{min-height:410px}.robot-card-image{height:220px}}@media (width<=650px){.hero-content h1{text-shadow:0 20px 60px #0000008c;text-align:center;color:#0000;-webkit-text-stroke:1px #aaff06;line-height:1.3;display:block}.hero-text{text-align:center;line-height:1.8}.stats-robot-section{padding:60px 0}.stats-robot-section .stats-wrapper{grid-template-columns:1fr;gap:18px}.robot-stat-card{border-radius:18px;min-height:400px}.robot-card-image{height:230px}.robot-card-image img{width:185px;height:225px}.robot-card-content{padding:24px 24px 28px}.robot-card-content strong{font-size:44px}}@media (width<=400px){.stats-robot-section{padding:50px 0}.robot-stat-card{min-height:316px}.robot-card-image{height:215px}.robot-card-image img{width:170px;height:210px}.robot-card-content strong{font-size:40px}.robot-card-content span{font-size:10px}.robot-card-content p{font-size:12px}}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{background:#000;font-family:Segoe UI,Arial,sans-serif}.login-page{background:radial-gradient(circle at 50% 45%,#80ff001f,#0000 30%),radial-gradient(circle at 10% 20%,#80ff0014,#0000 30%),radial-gradient(circle at 90% 70%,#80ff0012,#0000 30%),#020502;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.background-effects{pointer-events:none;position:absolute;inset:0;overflow:hidden}.background-effects:before{content:"";background-color:#0000;background-image:linear-gradient(#88ff0006 1px,#0000 1px),linear-gradient(90deg,#88ff0006 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:55px 55px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.grid-floor{transform-origin:top;background-color:#0000;background-image:linear-gradient(#88ff0021 1px,#0000 1px),linear-gradient(90deg,#88ff0021 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:50px 50px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:120%;height:65%;animation:7s linear infinite gridMove;position:absolute;bottom:-35%;left:-10%;transform:perspective(500px)rotateX(62deg);box-shadow:0 -20px 100px #88ff001a}.particles{position:absolute;inset:0}.particle{background:#8f0;border-radius:50%;width:3px;height:3px;animation-name:particleFloat;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;box-shadow:0 0 5px #8f0,0 0 12px #8f0}@keyframes particleFloat{0%{opacity:.15;transform:translateY(30px)scale(.6)}50%{opacity:1;transform:translateY(-35px)scale(1.4)}to{opacity:.15;transform:translateY(30px)scale(.6)}}.circuit{opacity:.45;width:400px;height:400px;position:absolute}.circuit-left{top:25%;left:-100px}.circuit-right{top:20%;right:-100px;transform:scaleX(-1)}.circuit:before,.circuit:after{content:"";background:#8f0;position:absolute;box-shadow:0 0 8px #8f0}.circuit:before{width:250px;height:1px;top:100px;left:40px;transform:rotate(25deg)}.circuit:after{width:220px;height:1px;top:180px;left:90px;transform:rotate(-20deg)}.circuit span{background:#8f0;border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:0 0 7px #8f0,0 0 15px #8f0}.circuit span:first-child{top:95px;left:60px}.circuit span:nth-child(2){top:150px;left:190px}.circuit span:nth-child(3){top:95px;left:280px}.circuit span:nth-child(4){top:230px;left:130px}.circuit span:nth-child(5){top:250px;left:300px}.crypto-coin{background:radial-gradient(circle,#88ff0040,#000000f2 65%);border:2px solid #8f0;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;animation:5s ease-in-out infinite coinFloat,12s linear infinite coinRotate;display:flex;position:absolute;box-shadow:0 0 10px #8f0,0 0 25px #8f09,inset 0 0 15px #88ff0080}.coin-inner{color:#8f0;text-shadow:0 0 8px #8f0,0 0 15px #8f0;border:2px solid #8f0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:30px;font-weight:900;display:flex}.coin-one{top:22%;left:13%}.coin-two{animation-delay:1s;top:25%;right:13%}.coin-three{width:55px;height:55px;animation-delay:2s;bottom:18%;left:17%}.coin-four{width:65px;height:65px;animation-delay:3s;bottom:18%;right:18%}@keyframes coinFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}@keyframes coinRotate{0%{box-shadow:0 0 10px #8f0,0 0 25px #88ff0080}50%{box-shadow:0 0 20px #8f0,0 0 45px #8f0c}to{box-shadow:0 0 10px #8f0,0 0 25px #88ff0080}}.glow-orb{filter:blur(45px);opacity:.1;background:#8f0;border-radius:50%;position:absolute}.orb-one{width:250px;height:250px;top:-80px;left:-100px}.orb-two{width:300px;height:300px;bottom:-100px;right:-120px}.orb-three{opacity:.08;width:150px;height:150px;top:10%;left:45%}.login-wrapper{z-index:10;flex-direction:column;align-items:center;width:430px;display:flex;position:relative}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#0a1408f0,#000000f5);border:1px solid #88ff00bf;border-radius:28px;width:100%;min-height:570px;padding:48px 42px 38px;animation:1s forwards cardAppear;position:relative;overflow:hidden;box-shadow:0 0 20px #88ff0026,0 0 60px #88ff0014,inset 0 0 30px #88ff0006}@keyframes cardAppear{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.login-card:before{content:"";background:linear-gradient(90deg,#0000,#88ff000f,#0000);animation:5s linear infinite cardScan;position:absolute;inset:0;transform:translate(-100%)}@keyframes cardScan{to{transform:translate(100%)}}.card-top-glow{background:#8f0;width:70%;height:2px;position:absolute;top:-2px;left:15%;box-shadow:0 0 10px #8f0,0 0 25px #8f0,0 0 50px #8f0}.logo-container{justify-content:center;align-items:center;width:210px;height:210px;margin:0 auto 5px;display:flex;position:relative}.logo-glow{filter:blur(45px);opacity:.18;background:#8f0;border-radius:50%;animation:2.5s ease-in-out infinite logoGlow;position:absolute;inset:20px}@keyframes logoGlow{0%,to{opacity:.12;transform:scale(.9)}50%{opacity:.28;transform:scale(1.1)}}.login-logo{z-index:2;object-fit:contain;filter:drop-shadow(0 0 8px #8f0c)drop-shadow(0 0 25px #88ff0059);width:195px;height:195px;animation:3s ease-in-out infinite logoPulse;position:relative}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}.login-title{text-align:center;z-index:2;margin-top:-5px;position:relative}.login-title span{letter-spacing:4px;color:#8f9b88;margin-bottom:6px;font-size:11px;display:block}.login-title strong{letter-spacing:2px;color:#fff;text-shadow:0 0 8px #fff3,0 0 15px #88ff004d;font-size:19px;font-weight:800;display:block}.login-subtitle{z-index:2;text-align:center;letter-spacing:2px;color:#8f0;margin-top:8px;margin-bottom:28px;font-size:11px;position:relative}.login-actions{z-index:3;flex-direction:column;gap:15px;display:flex;position:relative}.neon-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#88ff0024,#88ff000a);border:1px solid #8f0;border-radius:13px;align-items:center;width:100%;height:58px;padding:0 20px;font-size:15px;font-weight:700;transition:transform .25s,box-shadow .25s,background .25s;display:flex;position:relative;overflow:hidden}.neon-button:before{content:"";background:linear-gradient(90deg,#0000,#88ff0040,#0000);width:70%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.neon-button:hover:before{left:130%}.neon-button:hover{background:linear-gradient(90deg,#88ff0047,#88ff0014);transform:translateY(-3px);box-shadow:0 0 10px #8f06,0 0 25px #88ff0026}.neon-button:active{transform:translateY(0)}.button-icon{color:#8f0;text-shadow:0 0 7px #8f0;width:35px;font-size:20px}.neon-button span:nth-child(2){text-align:center;flex:1}.button-arrow{color:#8f0;width:30px;font-size:20px;transition:transform .25s}.neon-button:hover .button-arrow{transform:translate(5px)}.login-divider{align-items:center;gap:12px;margin:30px 0 25px;display:flex}.login-divider span{background:linear-gradient(90deg,#0000,#8f09);flex:1;height:1px}.login-divider span:last-child{background:linear-gradient(90deg,#8f09,#0000)}.login-divider i{color:#8f0;text-shadow:0 0 8px #8f0;font-size:8px}.login-footer{z-index:2;text-align:center;color:#7f897b;font-size:11px;line-height:1.8;position:relative}.login-footer p{margin:0}.login-footer p span{color:#8f0;margin:0 6px}.register-text{margin-top:3px!important}.register-text a{color:#8f0;font-weight:700;text-decoration:none;transition:text-shadow .2s}.register-text a:hover{text-shadow:0 0 8px #8f0,0 0 15px #8f0}.energy-platform{perspective:500px;width:470px;height:110px;margin-top:-8px;position:relative}.platform-ring{border:2px solid #8f0;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateX(65deg);box-shadow:0 0 10px #8f0,inset 0 0 15px #88ff004d}.ring-one{width:390px;height:90px;animation:2s ease-in-out infinite ringPulse}.ring-two{width:310px;height:70px;animation:2s ease-in-out .4s infinite ringPulse}.ring-three{width:220px;height:50px;animation:2s ease-in-out .8s infinite ringPulse}.platform-core{filter:blur(5px);background:#88ff0059;border-radius:50%;width:100px;height:35px;animation:1.8s ease-in-out infinite corePulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateX(65deg);box-shadow:0 0 20px #8f0,0 0 60px #8f0c}@keyframes ringPulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes corePulse{0%,to{opacity:.5;transform:translate(-50%,-50%)rotateX(65deg)scale(.8)}50%{opacity:1;transform:translate(-50%,-50%)rotateX(65deg)scale(1.2)}}.security-text{color:#52604d;letter-spacing:2px;white-space:nowrap;align-items:center;gap:10px;font-size:9px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.security-dot{background:#8f0;border-radius:50%;width:4px;height:4px;box-shadow:0 0 8px #8f0}@media (width<=900px){.coin-one,.coin-two{opacity:.5}.circuit{opacity:.25}.login-wrapper{width:400px}}@media (width<=600px){.login-page{min-height:100svh;padding:20px 15px}.login-wrapper{width:100%;max-width:390px}.login-card{border-radius:22px;min-height:auto;padding:30px 25px 28px}.logo-container{width:165px;height:165px}.login-logo{width:155px;height:155px}.login-title strong{letter-spacing:1.5px;font-size:16px}.login-subtitle{margin-bottom:2px}.neon-button{height:54px}.energy-platform{width:100%;height:80px}.ring-one{width:90%}.ring-two{width:72%}.ring-three{width:50%}.crypto-coin{width:50px;height:50px}.coin-inner{width:32px;height:32px;font-size:20px}.coin-one{top:15%;left:3%}.coin-two{top:20%;right:3%}.coin-three,.coin-four,.circuit,.security-text{display:none}.login-card{border-radius:22px;padding:8px!important}}@media (height<=750px){.login-card{min-height:auto;padding-top:8px;padding-bottom:18px}.logo-container{width:140px;height:140px}.login-logo{width:112px;height:112px}.login-subtitle{margin-bottom:2px}.login-divider{margin:8px 0}.energy-platform{height:60px}}.energy-platform{display:none}.network-background{z-index:2;pointer-events:none;opacity:.9;mix-blend-mode:screen;width:100vw;height:100vh;position:fixed;inset:0}.background-effects{z-index:1;pointer-events:none;position:absolute;inset:0}.login-wrapper{z-index:20;position:relative}.security-text{z-index:30}@media (width<=600px){.network-background{opacity:.65}}h1,h2{font-family:var(--heading);font-weight:500;color:#fff!important}.standalone-recovery-viewport{box-sizing:border-box;background-color:#010803;justify-content:center;align-items:center;width:100vw;min-height:100dvh;padding:60px 16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative;overflow-y:auto}.cyber-space-bg{z-index:1;background:radial-gradient(circle,#031c0a 0%,#010803 100%);position:fixed;inset:0}.cyber-grid-mesh{z-index:2;pointer-events:none;background-image:linear-gradient(#00ff6608 1px,#0000 1px),linear-gradient(90deg,#00ff6608 1px,#0000 1px);background-size:30px 30px;position:fixed;inset:0}.cyber-glow-orb{filter:blur(100px);z-index:2;opacity:.12;pointer-events:none;border-radius:50%;width:300px;height:300px;position:fixed}.orb-primary{background:#0f6;top:-50px;left:-50px}.orb-secondary{background:#00bfff;bottom:-50px;right:-50px}.dashboard-top-hud{box-sizing:border-box;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#010803d9;border-bottom:1px solid #00ff6626;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;display:flex;position:fixed;top:0;left:0}.hud-brand-tag{color:#0f6;letter-spacing:1.5px;font-size:12px;font-weight:800}.hud-controls-group{align-items:center;gap:8px;display:flex}.hud-wallet-pill{color:#fff;cursor:pointer;background:#021408e6;border:1px solid #00ff664d;border-radius:50px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.alive-dot{background-color:#0f6;border-radius:50%;width:5px;height:5px;box-shadow:0 0 6px #0f6}.wallet-hud-icon{color:#0f6;font-size:11px}.hud-logout-btn{color:#ff4d4d;cursor:pointer;background:#ff4d4d1a;border:1px solid #ff4d4d4d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.recovery-portal-wrapper{z-index:10;box-sizing:border-box;width:100%;max-width:440px;margin:auto;position:relative}.recovery-portal-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-sizing:border-box;background:#020e06e6;border:1px solid #00ff664d;border-radius:18px;width:100%;padding:clamp(18px,4vw,28px);position:relative;box-shadow:0 15px 35px #000c,0 0 20px #00ff6614}.portal-ambient-glow{background:linear-gradient(90deg,#0000,#0f6,#0000);width:60%;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 10px #0f6}.portal-header-content{text-align:center;margin-bottom:18px}.portal-security-badge{color:#0f6;letter-spacing:.6px;background:#00ff6614;border:1px solid #00ff6640;border-radius:50px;align-items:center;gap:5px;margin-bottom:10px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-flex}.badge-shield-icon{font-size:11px}.portal-header-content h1{color:#fff;letter-spacing:-.4px;margin:0 0 6px;font-size:clamp(20px,4.5vw,24px);font-weight:700}.portal-header-content p{color:#8fa896;margin:0;font-size:clamp(11px,2.5vw,13px);line-height:1.35}.portal-timer-grid{background:#010903b3;border:1px solid #00ff6626;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 8px;display:flex}.timer-node{flex-direction:column;flex:1;align-items:center;display:flex}.node-digit{color:#fff;font-variant-numeric:tabular-nums;text-shadow:0 0 6px #0f63;font-size:clamp(20px,5vw,25px);font-weight:800}.node-label{color:#0f6;letter-spacing:.8px;margin-top:2px;font-size:8px;font-weight:600}.timer-separator{color:#0f66;margin-top:-8px;padding:0 2px;font-size:18px;font-weight:700}.portal-action-area{flex-direction:column;gap:10px;display:flex}.execute-recovery-btn{cursor:pointer;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.logout-action-btn{color:#ff6b6b;background:linear-gradient(135deg,#ff4d4d26 0%,#c8282840 100%);border:1px solid #ff4d4d66;box-shadow:0 0 12px #ff4d4d1a}.logout-action-btn:hover{color:#ff8080;background:linear-gradient(135deg,#ff4d4d40 0%,#dc323259 100%);border-color:#ff4d4db3;box-shadow:0 0 18px #ff4d4d40}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
