:root{--clr-bg:#050505;--clr-surface:#111;--clr-surface-2:#1a1a1a;--clr-primary:#fff;--clr-secondary:#bdbdbd;--clr-accent:#c8ff00;--clr-border:#ffffff14;--clr-shadow:#00000073;--clr-success:#22c55e;--fs-display:clamp(3rem,7vw,5rem);--fs-h1:clamp(2.5rem,5vw,4rem);--fs-h2:clamp(2rem,4vw,3rem);--fs-h3:1.5rem;--fs-body:1.125rem;--fs-small:.95rem;--fw-light:300;--fw-normal:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-black:800;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:48px;--space-6:64px;--space-7:96px;--radius-sm:12px;--radius-md:18px;--radius-lg:28px;--radius-pill:999px;--shadow-lg:0 25px 70px #00000073}body{background:var(--clr-bg);color:var(--clr-primary);font-family:Poppins,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{width:min(1280px,92%);margin:auto}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#050505;font-family:Arial,Helvetica,sans-serif}a{text-decoration:none}img{max-width:100%}.container{width:90%;max-width:1200px;margin:auto}.section{padding:100px 0}.green{color:#c8ff00}.btn-primary{color:#000;background:#c8ff00;border-radius:12px;padding:15px 30px;font-weight:700;display:inline-block}.btn-primary:hover{opacity:.9}.card{background:#111;border:1px solid #222;border-radius:24px;min-height:180px;padding:40px}.card:hover{border-color:#c8ff00;transform:translateY(-8px);box-shadow:0 0 25px #c8ff0033}.form-input{color:#fff;background:#111;border:1px solid #222;border-radius:12px;width:100%;margin-bottom:20px;padding:16px;font-size:16px}.nav-link{color:#fff;font-weight:500;transition:all .3s;position:relative}.nav-link:after{content:"";background:#c8ff00;width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:0}.nav-link:hover:after{width:100%}.navbar{z-index:999;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#050505d9;border-bottom:1px solid #c8ff001a;position:sticky;top:0}.navbar-content{justify-content:space-between;align-items:center;padding:15px 0;display:flex}.navbar-logo{object-fit:contain;height:45px}.navbar-links{align-items:center;gap:30px;display:flex}.nav-link{color:#fff;transition:all .3s}.nav-link:hover{color:#c8ff00}.btn-secondary{color:#fff;border:1px solid #333;border-radius:12px;margin-left:15px;padding:15px 30px;transition:all .3s}.btn-secondary:hover{color:#c8ff00;border-color:#c8ff00}.portfolio-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}.portfolio-card{background:#111;border:1px solid #222;border-radius:25px;transition:all .4s;overflow:hidden}.portfolio-card:hover{border-color:#c8ff00;transform:translateY(-10px);box-shadow:0 0 30px #c8ff0026}.portfolio-image{height:300px;overflow:hidden}.portfolio-image img{object-fit:cover;width:100%;height:100%}.portfolio-content{padding:30px}.portfolio-description{color:#bbb;margin-top:15px;line-height:1.7}.portfolio-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:12px;margin-top:25px;padding:12px 24px;transition:all .3s}.portfolio-btn:hover{color:#c8ff00;border-color:#c8ff00}.featured-project{grid-template-columns:1fr 1fr;align-items:center;gap:50px;margin-bottom:100px;display:grid}.featured-badge{color:#c8ff00;background:#c8ff0014;border:1px solid #c8ff004d;border-radius:999px;margin-bottom:20px;padding:10px 18px;display:inline-block}.featured-content h2{margin-bottom:20px;font-size:3rem}.featured-content p{color:#bbb;margin-bottom:25px;line-height:1.8}.featured-content ul{list-style:none}.featured-content li{margin-bottom:12px}.featured-image img{border:1px solid #222;border-radius:20px;width:100%}.portfolio-heading{text-align:center;margin-bottom:50px;font-size:3rem}@media (width<=900px){.featured-project{grid-template-columns:1fr}}.audit-form{flex-direction:column;gap:20px;max-width:800px;margin:auto;display:flex}.audit-form input,.audit-form textarea{color:#fff;background:#111;border:1px solid #222;border-radius:12px;width:100%;padding:18px;font-size:1rem}.audit-form input:focus,.audit-form textarea:focus{border-color:#c8ff00;outline:none}.stats-heading{text-align:center;margin-bottom:60px;font-size:3rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;display:grid}.stat-card{text-align:center;background:#111;border:1px solid #222;border-radius:20px;padding:40px;transition:all .3s}.stat-card:hover{border-color:#c8ff00;transform:translateY(-8px)}.stat-card h2{margin-bottom:10px;font-size:3rem}html{scroll-behavior:smooth}.menu-toggle{color:#fff;cursor:pointer;font-size:1.8rem;display:none}.mobile-menu{display:none}@media (width<=900px){.navbar-links{max-height:0;transition:max-height .4s;overflow:hidden}.menu-toggle{display:block}.mobile-menu{background:#0b0b0b;border-top:1px solid #222;flex-direction:column;gap:20px;padding:25px;display:flex}.mobile-menu a{color:#fff}.mobile-menu .btn-primary{text-align:center}}.navbar-links{box-shadow:0 20px 50px #0009}.navbar-links.active{max-height:500px}@media (width<=768px){.navbar-logo{height:60px}}.lightbox{z-index:9999;background:#000000f2;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lightbox-image{border:1px solid #333;border-radius:20px;max-width:95%;max-height:90vh}.lightbox-close{color:#000;cursor:pointer;background:#c8ff00;border:none;border-radius:50%;width:50px;height:50px;font-size:20px;font-weight:700;position:absolute;top:25px;right:25px}.lightbox-prev,.lightbox-next{color:#000;cursor:pointer;background:#c8ff00;border:none;border-radius:50%;width:60px;height:60px;font-size:24px;font-weight:700;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev{left:30px}.lightbox-next{right:30px}.case-study-overlay{z-index:9999;background:#000000e6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.case-study-modal{background:#111;border:1px solid #222;border-radius:24px;width:100%;max-width:700px;padding:40px}.case-study-modal h2{margin-bottom:20px}.case-study-modal p{margin-bottom:15px;line-height:1.8}.case-study-close{float:right;cursor:pointer;background:#c8ff00;border:none;border-radius:50%;width:40px;height:40px;font-weight:700}.cta-box{text-align:center;background:#111;border:1px solid #222;border-radius:30px;padding:80px 40px;box-shadow:0 0 40px #c8ff0014}.cta-box h2{margin-bottom:20px;font-size:3rem}.cta-box p{color:#bbb;max-width:700px;margin:auto auto 35px;line-height:1.8}@media (width<=768px){.cta-box h2{font-size:2rem}}.whatsapp-float{color:#fff;z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:2rem;transition:all .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 10px 30px #25d36666}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-float svg{font-size:2rem}.crm-card{text-align:center;background:#111;border:1px solid #222;border-radius:15px;padding:20px}.crm-card h3{color:#888;margin-bottom:10px}.crm-card h2{color:#c8ff00;font-size:2rem}table{background:#111;border-radius:15px;overflow:hidden}th{color:#000;text-align:left;background:#c8ff00;padding:12px}td{border-bottom:1px solid #222;padding:12px}tr:hover{background:#181818}.crm-btn{color:#000;cursor:pointer;background:#c8ff00;border:none;border-radius:8px;padding:8px 12px;font-weight:600}.whatsapp-btn{color:#fff;background:#25d366;text-decoration:none}.proposal-btn{color:#fff;background:#222;text-decoration:none}.crm-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:95px;padding:8px 14px;font-size:14px;font-weight:600;display:inline-flex}.crm-btn:hover{opacity:.9}.crm-modal{z-index:9999;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.crm-modal-content{background:#111;border:1px solid #333;border-radius:20px;width:90%;max-width:700px;padding:30px;position:relative}.crm-modal-content h2{color:#c8ff00;margin-bottom:20px}.crm-message-box{background:#1a1a1a;border-radius:10px;margin-top:10px;padding:15px}.crm-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:22px;position:absolute;top:15px;right:20px}.lost-btn{color:#fff;background:#ff4d4d}footer a{color:#fff;text-decoration:none;transition:all .3s}footer a:hover{color:#c8ff00}.footer-icon{color:#c8ff00;vertical-align:middle;margin-right:10px;font-size:18px}footer p{margin:12px 0;line-height:1.8}footer h3{margin-bottom:20px}.floating-card{background:#161616;border:1px solid #2d2d2d;border-radius:16px;padding:12px 20px;font-weight:600;position:absolute;box-shadow:0 10px 30px #0000004d}.card1{top:40px;left:-30px}.card2{top:150px;right:-30px}.card3{bottom:30px;left:10px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;display:grid}.service-card{background:#111;border:1px solid #222;border-radius:22px;flex-direction:column;height:100%;padding:35px;transition:all .35s;display:flex}.service-card:hover{border-color:#c8ff00;box-shadow:0 15px 40px #c8ff0026}.service-icon{color:#c8ff00;margin-bottom:20px;font-size:48px}.service-description{color:#999;flex:1;margin:20px 0;line-height:1.7}.service-info{justify-content:space-between;margin-bottom:25px;font-size:14px;font-weight:600;display:flex}.service-btn{color:#000;background:#c8ff00;border-radius:10px;padding:12px 20px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.service-btn:hover{transform:translateY(-2px)}.why-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;display:grid}.why-card{text-align:center;background:#111;border:1px solid #222;border-radius:20px;padding:35px;transition:all .35s}.why-card:hover{border-color:#c8ff00;box-shadow:0 15px 40px #c8ff0026}.why-icon{color:#c8ff00;margin-bottom:20px;font-size:50px}.why-card h3{margin-bottom:15px}.why-card p{color:#999;line-height:1.7}.service-list{margin:25px 0;padding:0;list-style:none}.service-list li{color:#ddd;margin:10px 0;font-size:15px}.service-price{margin:25px 0}.service-price small{color:#888;margin-bottom:5px;display:block}.service-price h3{color:#c8ff00;margin:0;font-size:28px}.phone-group{gap:10px;display:flex}.phone-group{align-items:center;gap:12px;display:flex}.phone-group select{width:130px}.phone-group input{flex:1}.phone-helper{color:#888;margin-top:8px;font-size:13px;display:block}.input-error{box-shadow:0 0 8px #ff4d4f40;border:2px solid #ff4d4f!important}.error-text{color:#ff4d4f;margin-top:8px;font-size:13px;font-weight:600;display:block}.toast{color:#fff;z-index:9999;border-radius:12px;min-width:320px;padding:18px 22px;font-weight:600;animation:.35s slideIn;position:fixed;top:30px;right:30px;box-shadow:0 15px 40px #00000040}.toast.success{background:#6faf00}.toast.error{background:#e53935}.toast.info{background:#1976d2}@keyframes slideIn{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}.featured-project-badge{color:#111;background:#c8ff00;border-radius:30px;margin-bottom:12px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-block}.section-loading{background:linear-gradient(90deg,#050505,#080a08,#050505);width:100%;min-height:120px}.admin-page-loading{color:#c8ff00;letter-spacing:.08em;background:#050505;place-items:center;min-height:100vh;font-size:.9rem;font-weight:700;display:grid}.hero-badge{-webkit-backdrop-filter:blur(18px);cursor:default;background:#c8ff000d;border:1px solid #c8ff0038;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:10px 18px;transition:all .35s;display:inline-flex;position:relative;overflow:hidden}.hero-badge:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(90deg,#c8ff008c,#ffffff14,#c8ff0073);padding:1px;position:absolute;inset:0;-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-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero-badge:hover{border-color:#c8ff00;transform:translateY(-3px);box-shadow:0 10px 30px #c8ff0026}.hero-badge span{color:#c8ff00;letter-spacing:2.5px;text-transform:uppercase;white-space:nowrap;font-size:.82rem;font-weight:700}.hero-badge-dot{background:#c8ff00;border-radius:50%;width:12px;height:12px;animation:2s infinite pulseBadge;box-shadow:0 0 12px #c8ff00e6}@keyframes pulseBadge{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.35)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.hero-badge{padding:10px 18px}.hero-badge span{letter-spacing:2px;font-size:.75rem}}.hero-headline{flex-direction:column;gap:0;margin:0;padding:0;display:flex}.hero-headline h1{letter-spacing:-4px;color:#fff;text-transform:none;margin:0;font-size:clamp(4.2rem,7vw,6.6rem);font-weight:900;line-height:.86}.hero-headline span{color:#c8ff00;text-shadow:0 0 18px #c8ff0026;display:inline-block}@media (width<=992px){.hero-headline h1{letter-spacing:-2px;font-size:3.5rem;line-height:.92}}.hero-description{color:#b6b6b6;max-width:650px;margin-top:5px;margin-bottom:15px;font-size:1.28rem;font-weight:400;line-height:1.95}.hero-description strong{color:#fff;font-weight:700}.hero-description .highlight{color:#c8ff00;font-weight:700;position:relative}.hero-description .highlight:after{content:"";opacity:.6;background:linear-gradient(90deg,#0000,#c8ff00,#0000);width:100%;height:2px;position:absolute;bottom:-3px;left:0}@media (width<=992px){.hero-description{text-align:center;font-size:1.1rem;line-height:1.8}}.rotating-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#121212e0;border:1px solid #ffffff14;border-radius:26px;width:100%;max-width:600px;padding:30px;transition:all .4s;position:relative;overflow:hidden}.rotating-box:before{content:"";opacity:.8;background:linear-gradient(90deg,#0000,#c8ff00,#0000);width:100%;height:2px;position:absolute;top:0;left:0}.rotating-box p{letter-spacing:4px;text-transform:uppercase;color:#888;margin:0 0 18px;font-size:.82rem}.rotating-box h3{color:#fff;margin:0;font-size:2.3rem;font-weight:700;line-height:1.2}.rotating-box h3 span{color:#c8ff00}.rotating-box:hover{border-color:#c8ff002e;transform:translateY(-4px);box-shadow:0 0 35px #c8ff001f}@media (width<=992px){.rotating-box{text-align:center}.rotating-box h3{font-size:1.7rem}}.hero-buttons{flex-wrap:wrap;align-items:center;gap:22px;margin-top:18px;display:flex}.btn-primary{color:#111;background:#c8ff00;border-radius:18px;justify-content:center;align-items:center;gap:12px;padding:18px 38px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .4s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 15px 45px #c8ff0040}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);width:70%;height:100%;transition:all .75s;position:absolute;top:0;left:-120%;transform:skew(-25deg)}.btn-primary:hover:before{left:140%}.btn-primary:hover{transform:translateY(-6px);box-shadow:0 20px 60px #c8ff0061}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;justify-content:center;align-items:center;gap:12px;padding:17px 34px;font-weight:500;text-decoration:none;transition:all .4s;display:inline-flex}.btn-secondary:hover{background:#ffffff14;border-color:#c8ff0040;transform:translateY(-6px);box-shadow:0 0 25px #c8ff001f}@media (width<=768px){.hero-buttons{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%}}.trust-pills{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.trust-pill{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#d8d8d8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:10px;padding:14px 22px;font-size:.94rem;font-weight:500;transition:all .35s;display:flex}.trust-pill:hover{background:#ffffff12;border-color:#c8ff004d;box-shadow:0 12px 30px #c8ff001a}.trust-icon{color:#c8ff00;background:#c8ff001f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.95rem;display:flex;box-shadow:0 0 15px #c8ff0026}@media (width<=992px){.trust-pills{justify-content:center}}@media (width<=576px){.trust-pills{flex-direction:column}.trust-pill{justify-content:center;width:100%}}.dashboard-card{-webkit-backdrop-filter:blur(20px);z-index:4;background:linear-gradient(#ffffff0d,#ffffff05);border:1px solid #ffffff14;border-radius:26px;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;width:185px;height:210px;transition:transform .35s,border-color .35s,box-shadow .35s,background .35s;display:flex;position:relative;overflow:hidden}.dashboard-card:before{content:"";opacity:.7;pointer-events:none;background:linear-gradient(90deg,#0000,#c8ff00,#0000);width:100%;height:3px;position:absolute;top:0;left:0}.dashboard-card:hover{border-color:#c8ff0040;transform:translateY(-10px)scale(1.03);box-shadow:0 30px 60px #c8ff0026}.dashboard-card.active{background:linear-gradient(#c8ff000e,#ffffff06);border-color:#c8ff0047;box-shadow:0 22px 48px #00000061,0 0 24px #c8ff0012}.dashboard-icon{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:6px;font-size:1.8rem;transition:color .35s,filter .35s,transform .35s;display:flex}.dashboard-card h3{letter-spacing:.06em;text-align:center;margin:0;font-size:1.35rem;font-weight:700;line-height:1.1}.dashboard-card p{color:#b8b8b8;text-align:center;max-width:140px;margin:0;font-size:.9rem;line-height:1.45}.dashboard-status{color:#c8ff00;letter-spacing:1px;background:linear-gradient(#c8ff001f,#c8ff000d);border:1px solid #c8ff001f;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-width:115px;margin-top:18px;padding:9px 16px;font-size:.78rem;font-weight:700;transition:background .3s,border-color .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.dashboard-status span:last-child{white-space:nowrap}.dashboard-card.active .dashboard-status{background:linear-gradient(#c8ff0033,#c8ff001a);border-color:#c8ff0059;box-shadow:0 0 18px #c8ff002e}.status-light{background:#c8ff00;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.5s ease-in-out infinite statusLightPulse;box-shadow:0 0 8px #c8ff00,0 0 18px #c8ff008c,0 0 28px #c8ff0040}@keyframes statusLightPulse{0%{opacity:.65;transform:scale(.9)}50%{opacity:1;transform:scale(1.45);box-shadow:0 0 10px #c8ff00,0 0 24px #c8ff00e6,0 0 40px #c8ff0073}to{opacity:.65;transform:scale(.9)}}.icon-web.icon-active{color:#7eeeff;filter:drop-shadow(0 0 6px #7eeefff2)drop-shadow(0 0 16px #00d2ff99)}.icon-seo.icon-active{color:#7dffb2;filter:drop-shadow(0 0 6px #7dffb2f2)drop-shadow(0 0 16px #00ff828c)}.icon-brand.icon-active{color:#c99bff;filter:drop-shadow(0 0 6px #c99bfff2)drop-shadow(0 0 16px #a050ff99)}.icon-ai.icon-active{color:#8db8ff;filter:drop-shadow(0 0 6px #8db8fff2)drop-shadow(0 0 18px #4682ffa6)}@media (width<=768px){.dashboard-card{-webkit-backdrop-filter:blur(8px);background:linear-gradient(#121410e6,#080a07db);border-color:#ffffff12;transition:border-color .25s,background .25s;box-shadow:0 15px 30px #00000052}.dashboard-card:hover{transform:none;box-shadow:0 15px 30px #00000052}.dashboard-card.active{border-color:#c8ff0038;box-shadow:0 18px 34px #0000005c,0 0 14px #c8ff000f}.dashboard-card:before{opacity:.48;height:2px}.dashboard-icon{transition:color .25s,transform .25s}.icon-web.icon-active{color:#7eeeff;filter:drop-shadow(0 0 6px #7eeeff6b)}.icon-seo.icon-active{color:#7dffb2;filter:drop-shadow(0 0 6px #7dffb26b)}.icon-brand.icon-active{color:#c99bff;filter:drop-shadow(0 0 6px #c99bff6b)}.icon-ai.icon-active{color:#8db8ff;filter:drop-shadow(0 0 6px #8db8ff6b)}.dashboard-status{box-shadow:none;background:#c8ff000f;transition:border-color .25s,background .25s}.dashboard-card.active .dashboard-status{background:#c8ff001a;border-color:#c8ff003d;box-shadow:0 0 8px #c8ff0012}.status-light{width:8px;height:8px;animation:2.8s ease-in-out infinite mobileStatusPulse;box-shadow:0 0 6px #c8ff00b3}}@keyframes mobileStatusPulse{0%,to{opacity:.65;transform:scale(.9)}50%{opacity:1;transform:scale(1.25)}}@media (width<=480px){.dashboard-card{-webkit-backdrop-filter:blur(5px);box-shadow:0 12px 24px #00000047}.icon-web.icon-active,.icon-seo.icon-active,.icon-brand.icon-active,.icon-ai.icon-active{filter:none}.dashboard-card.active .dashboard-status{box-shadow:none}}@media (hover:none) and (pointer:coarse){.dashboard-card:hover{transform:none}}@media (prefers-reduced-motion:reduce){.dashboard-card,.dashboard-icon,.dashboard-status,.status-light{transition:none!important;animation:none!important}}.dashboard-core{text-align:center;isolation:isolate;-webkit-backdrop-filter:blur(24px);z-index:20;background:radial-gradient(circle at 50% 20%,#c8ff000f,#0000 42%),linear-gradient(#ffffff14,#ffffff06);border:1px solid #c8ff0026;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;width:200px;min-height:280px;padding:20px;transition:border-color .4s,background .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 35px 80px #0000008c,inset 0 1px #ffffff14,0 0 45px #c8ff0014}.dashboard-core>:not(.core-glow,.core-hologram,.core-reflection,.scan-line,.core-pulse,.core-burst-ring,.core-impact-flash){z-index:5;position:relative}.dashboard-core.core-active{background:radial-gradient(circle at 50% 25%,#c8ff001a,#0000 46%),linear-gradient(#ffffff1a,#ffffff0a);border-color:#c8ff0061;box-shadow:0 40px 90px #000000a6,inset 0 1px #ffffff1f,0 0 40px #c8ff003d,0 0 85px #c8ff0026,0 0 130px #c8ff0012}.dashboard-core.core-online{border-color:#c8ff0075;box-shadow:0 40px 90px #000000ad,inset 0 1px #ffffff21,0 0 42px #c8ff0047,0 0 92px #c8ff002e}.dashboard-core.core-forward{border-color:#c8ff0094;box-shadow:0 42px 95px #000000b3,inset 0 1px #ffffff24,0 0 48px #c8ff005c,0 0 105px #c8ff0033}.dashboard-core.core-processing{background:radial-gradient(circle at 50% 35%,#c8ff0029,#0000 50%),linear-gradient(#ffffff1f,#c8ff000b);border-color:#dcff5ab3;box-shadow:0 45px 100px #000000b8,inset 0 1px #ffffff29,0 0 58px #c8ff006b,0 0 125px #c8ff003d}.dashboard-core.core-return{border-color:#e1ff78b8;box-shadow:0 45px 100px #000000b8,inset 0 1px #ffffff29,0 0 62px #c8ff0075,0 0 135px #c8ff0042}.dashboard-core.core-burst{border-color:#f5ffcdf2;animation:.85s ease-out coreBurstFlash;box-shadow:0 46px 105px #000000bf,inset 0 1px #ffffff52,0 0 35px #ffffff6b,0 0 75px #c8ff00c7,0 0 145px #c8ff006b}@keyframes coreBurstFlash{0%{filter:brightness()}30%{filter:brightness(1.55)}to{filter:brightness()}}.core-glow{filter:blur(38px);opacity:.5;pointer-events:none;z-index:0;background:radial-gradient(circle,#c8ff003d 0%,#c8ff001c 34%,#0000 72%);border-radius:50%;transition:opacity .35s,filter .35s;animation:5s ease-in-out infinite coreGlow;position:absolute;inset:-38%}.core-active .core-glow{opacity:.85;animation-duration:3.2s}.core-processing .core-glow{opacity:1;filter:blur(30px);animation-duration:1.4s}.core-return .core-glow{opacity:1;animation-duration:1s}.core-glow-burst{animation:.85s ease-out forwards coreGlowBurst}@keyframes coreGlow{0%,to{opacity:.38;transform:scale(.94)}50%{opacity:.92;transform:scale(1.08)}}@keyframes coreGlowBurst{0%{opacity:.55;transform:scale(.9)}35%{opacity:1;transform:scale(1.35)}to{opacity:.48;transform:scale(1.05)}}.core-hologram{pointer-events:none;z-index:2;opacity:.32;width:150px;height:150px;transition:opacity .35s,filter .35s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)perspective(500px)rotateX(62deg)}.hologram-ring{transform-origin:50%;will-change:transform;border:1px solid #c8ff004d;border-radius:50%;position:absolute;top:50%;left:50%;box-shadow:inset 0 0 16px #c8ff0014,0 0 14px #c8ff0029}.hologram-ring-outer{border-style:dashed;width:128px;height:128px;margin:-44px 0 0 -64px;animation:12s linear infinite hologramRotateClockwise}.hologram-ring-inner{border-style:dotted;border-color:#ffffff3d;width:92px;height:92px;margin:-30px 0 0 -46px;animation:8s linear infinite hologramRotateCounterClockwise;box-shadow:inset 0 0 18px #c8ff001a,0 0 18px #c8ff002b}.hologram-reactor-disc{background:radial-gradient(circle,#ffffff1f 0%,#c8ff001a 25%,#c8ff0006 55%,#0000 76%);border:1px solid #c8ff0042;border-radius:50%;width:64px;height:64px;animation:2.8s ease-in-out infinite reactorDiscPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-30%);box-shadow:inset 0 0 22px #c8ff001f,0 0 22px #c8ff001f}.ring-node{background:#c8ff00;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite ringNodePulse;position:absolute;box-shadow:0 0 7px #c8ff00,0 0 16px #c8ff00cc}.ring-node-one{top:-3px;left:50%}.ring-node-two{animation-delay:.35s;bottom:25px;right:8px}.ring-node-three{animation-delay:.7s;bottom:25px;left:8px}.ring-node-four{animation-delay:.2s;top:14px;right:4px}.ring-node-five{animation-delay:.55s;bottom:14px;left:4px}.hologram-forward{opacity:.72;filter:drop-shadow(0 0 10px #c8ff0040)}.hologram-forward .hologram-ring-outer{animation-duration:7s}.hologram-forward .hologram-ring-inner{animation-duration:4.8s}.hologram-processing{opacity:.95;filter:drop-shadow(0 0 14px #c8ff007a)}.hologram-processing .hologram-ring-outer{border-color:#c8ff00b8;animation-duration:2.8s}.hologram-processing .hologram-ring-inner{border-color:#ffffff9e;animation-duration:1.9s}.hologram-processing .hologram-reactor-disc{animation-duration:.9s}.hologram-return{opacity:1;filter:drop-shadow(0 0 18px #c8ff0094)}.hologram-return .hologram-ring-outer{animation-duration:1.8s;animation-direction:reverse}.hologram-return .hologram-ring-inner{animation-duration:1.25s;animation-direction:normal}.hologram-burst{opacity:1;animation:.85s ease-out hologramBurst}.hologram-burst .hologram-ring{border-color:#fffffff2;box-shadow:inset 0 0 28px #ffffff29,0 0 26px #ffffff8c,0 0 55px #c8ff00bf}.hologram-burst .ring-node{background:#fff;box-shadow:0 0 10px #fff,0 0 24px #c8ff00}@keyframes hologramRotateClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hologramRotateCounterClockwise{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes reactorDiscPulse{0%,to{opacity:.35;transform:translate(-50%,-50%)scale(.92)}50%{opacity:.88;transform:translate(-50%,-50%)scale(1.12)}}@keyframes ringNodePulse{0%,to{opacity:.45;transform:scale(.8)}50%{opacity:1;transform:scale(1.45)}}@keyframes hologramBurst{0%{filter:brightness();transform:translate(-50%,-50%)perspective(500px)rotateX(62deg)scale(.9)}38%{filter:brightness(2.2);transform:translate(-50%,-50%)perspective(500px)rotateX(62deg)scale(1.3)}to{filter:brightness();transform:translate(-50%,-50%)perspective(500px)rotateX(62deg)scale(1)}}.core-reflection{opacity:.16;pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#ffffff38,#0000);width:80%;height:220%;animation:7s linear infinite reflectionMove;position:absolute;top:-45%;left:-55%;transform:rotate(24deg)}.reflection-processing{opacity:.3;animation-duration:2.2s}@keyframes reflectionMove{0%{left:-70%}to{left:150%}}.scan-line{opacity:.42;pointer-events:none;z-index:3;background:linear-gradient(90deg,#0000,#c8ff008c,#c8ff00,#c8ff008c,#0000);border-radius:999px;width:80%;height:2px;animation:4.5s linear infinite scanMove;position:absolute;top:14%;left:10%;box-shadow:0 0 10px #c8ff00,0 0 24px #c8ff00b8,0 0 42px #c8ff003d}.scan-line:after{content:"";filter:blur(4px);background:linear-gradient(#0000,#c8ff0014,#0000);width:100%;height:22px;position:absolute;top:-10px;left:0}.scan-active{opacity:.8;animation-duration:2.4s}.scan-processing{opacity:1;height:3px;animation-duration:1.05s;box-shadow:0 0 14px #c8ff00,0 0 32px #c8ff00eb,0 0 58px #c8ff0061}@keyframes scanMove{0%{opacity:0;top:12%}10%{opacity:.85}90%{opacity:.85}to{opacity:0;top:88%}}.core-pulse{pointer-events:none;z-index:2;background:radial-gradient(circle,#c8ff0012,#0000 68%);border:1.5px solid #c8ff0057;border-radius:50%;width:115px;height:115px;animation:3.2s ease-in-out infinite pulseRing;position:absolute;box-shadow:inset 0 0 20px #c8ff000d,0 0 14px #c8ff003d}.pulse-active{animation-duration:1.6s}.pulse-receiving{border-color:#e1ff78d1;animation:.8s ease-in-out infinite receivingPulse;box-shadow:inset 0 0 24px #c8ff0024,0 0 20px #c8ff008c}.pulse-burst{border-color:#fffffff2;animation:.85s ease-out forwards pulseBurst;box-shadow:inset 0 0 30px #ffffff2e,0 0 28px #fff9,0 0 55px #c8ff00cc}@keyframes pulseRing{0%{opacity:.16;transform:scale(.82)}50%{opacity:.88;transform:scale(1.15)}to{opacity:0;transform:scale(1.38)}}@keyframes receivingPulse{0%,to{opacity:.28;transform:scale(1.2)}50%{opacity:1;transform:scale(.82)}}@keyframes pulseBurst{0%{opacity:1;transform:scale(.72)}to{opacity:0;transform:scale(1.9)}}.core-burst-ring{pointer-events:none;z-index:2;border:1.5px solid #e1ff78e6;border-radius:50%;width:128px;height:128px;position:absolute;box-shadow:0 0 18px #c8ff00bf,inset 0 0 16px #c8ff002e}.core-burst-ring-one{animation:.85s ease-out forwards burstRing}.core-burst-ring-two{animation:.85s ease-out .14s forwards burstRing}@keyframes burstRing{0%{opacity:1;transform:scale(.55)}to{opacity:0;transform:scale(2.15)}}.core-logo{object-fit:contain;filter:drop-shadow(0 0 12px #c8ff0059)drop-shadow(0 0 28px #c8ff002e);transform-origin:50%;width:58px;height:auto;margin-bottom:12px}.core-logo-burst{animation:.85s ease-out logoBurstShimmer}@keyframes logoBurstShimmer{0%{opacity:1}35%{opacity:.95}55%{opacity:1}to{opacity:1}}.core-company{color:#c8ff00;letter-spacing:3px;text-shadow:0 0 12px #c8ff0040;margin-bottom:8px;font-size:.72rem;font-weight:700;line-height:1.35}.dashboard-core h2{color:#fff;letter-spacing:.02em;text-shadow:0 0 18px #ffffff14;margin:0 0 10px;font-size:1.48rem;font-weight:700;line-height:1.08}.dashboard-core p{color:#bfbfbf;max-width:170px;margin:0 0 16px;font-size:.82rem;line-height:1.5}.core-status{color:#c8ff00;letter-spacing:.035em;white-space:nowrap;background:linear-gradient(#c8ff001a,#c8ff000b);border:1px solid #c8ff001f;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:37px;padding:9px 15px;font-size:.72rem;font-weight:700;transition:background .3s,border-color .3s,box-shadow .3s;display:flex;box-shadow:inset 0 1px #ffffff0f}.core-status-active{background:linear-gradient(#c8ff0029,#c8ff0011);border-color:#c8ff0052;box-shadow:inset 0 1px #ffffff17,0 0 18px #c8ff001f}.core-status-burst{color:#f3ffd0;background:linear-gradient(#ebffaf40,#c8ff001a);border-color:#f5ffcdc7;animation:.85s ease-out statusBurst;box-shadow:inset 0 1px #fff3,0 0 24px #c8ff0052}@keyframes statusBurst{0%{transform:scale(1)}40%{transform:scale(1.08)}to{transform:scale(1)}}.status-dot{background:#c8ff00;border-radius:50%;flex:none;width:9px;height:9px;animation:1.6s ease-in-out infinite statusPulse;box-shadow:0 0 10px #c8ff00,0 0 18px #c8ff0073}.status-dot-active{animation-duration:.9s}.status-dot-burst{background:#f5ffd8;animation:.85s ease-out statusDotBurst;box-shadow:0 0 12px #fff,0 0 24px #c8ff00f2}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.65)}}@keyframes statusDotBurst{0%{transform:scale(1)}35%{transform:scale(2.4)}to{transform:scale(1)}}@media (width<=1100px){.dashboard-core{border-radius:29px;width:188px;min-height:264px;padding:18px}.core-logo{width:54px}.dashboard-core h2{font-size:1.38rem}.core-pulse{width:105px;height:105px}}@media (width<=768px){.dashboard-core{border-radius:26px;width:174px;min-height:238px;padding:16px}.core-logo{width:48px;margin-bottom:9px}.core-company{letter-spacing:2.2px;font-size:.64rem}.dashboard-core h2{margin-bottom:8px;font-size:1.22rem}.dashboard-core p{max-width:150px;margin-bottom:12px;font-size:.75rem}.core-status{min-height:33px;padding:8px 12px;font-size:.64rem}.core-pulse{width:92px;height:92px}}@media (prefers-reduced-motion:reduce){.dashboard-core,.core-glow,.core-reflection,.scan-line,.core-pulse,.core-burst-ring,.core-logo,.core-status,.status-dot,.core-hologram,.hologram-ring,.hologram-reactor-disc,.ring-node{transition:none!important;animation:none!important}.scan-line{opacity:.35;top:50%}.core-glow{opacity:.5;transform:scale(1)}}@media (width<=768px){.dashboard-core{-webkit-backdrop-filter:blur(10px);transition:border-color .3s,background .3s,box-shadow .3s;box-shadow:0 24px 52px #0000007a,inset 0 1px #ffffff0f,0 0 24px #c8ff000e}.dashboard-core.core-active,.dashboard-core.core-online{box-shadow:0 26px 58px #00000085,inset 0 1px #ffffff14,0 0 26px #c8ff0024}.dashboard-core.core-forward{box-shadow:0 28px 60px #0000008a,inset 0 1px #ffffff17,0 0 30px #c8ff0033}.dashboard-core.core-processing,.dashboard-core.core-return{box-shadow:0 30px 64px #0000008f,inset 0 1px #ffffff1a,0 0 34px #c8ff003d}.dashboard-core.core-burst{animation-duration:.72s;box-shadow:0 30px 66px #00000094,inset 0 1px #ffffff29,0 0 16px #fff3,0 0 34px #c8ff006b}.core-glow{filter:blur(20px);opacity:.4;transition:opacity .28s,filter .28s;animation-duration:8s;inset:-28%}.core-active .core-glow{opacity:.65;animation-duration:6s}.core-processing .core-glow{opacity:.78;filter:blur(18px);animation-duration:3.8s}.core-return .core-glow{opacity:.82;animation-duration:3.2s}.core-hologram{opacity:.28;filter:none;transition:opacity .25s}.hologram-ring{will-change:auto;box-shadow:inset 0 0 8px #c8ff000d,0 0 7px #c8ff0017}.hologram-ring-outer{animation-duration:24s}.hologram-ring-inner{animation-duration:18s;box-shadow:inset 0 0 9px #c8ff000e,0 0 8px #c8ff0017}.hologram-forward{opacity:.48;filter:none}.hologram-forward .hologram-ring-outer{animation-duration:18s}.hologram-forward .hologram-ring-inner{animation-duration:14s}.hologram-processing{opacity:.68;filter:none}.hologram-processing .hologram-ring-outer{animation-duration:9s}.hologram-processing .hologram-ring-inner{animation-duration:7s}.hologram-processing .hologram-reactor-disc{animation-duration:2.2s}.hologram-return{opacity:.72;filter:none}.hologram-return .hologram-ring-outer{animation-duration:6s}.hologram-return .hologram-ring-inner{animation-duration:5s}.hologram-burst .hologram-ring{box-shadow:inset 0 0 12px #ffffff1a,0 0 14px #ffffff47,0 0 26px #c8ff0061}.hologram-reactor-disc{animation-duration:5s;box-shadow:inset 0 0 12px #c8ff0014,0 0 10px #c8ff0014}.ring-node{width:5px;height:5px;animation-duration:3.4s;box-shadow:0 0 6px #c8ff00b8}.hologram-burst .ring-node{box-shadow:0 0 8px #ffffffbf,0 0 13px #c8ff0094}.core-reflection{opacity:.09;animation-duration:15s}.reflection-processing{opacity:.14;animation-duration:8s}.scan-line{opacity:.3;animation-duration:8s;box-shadow:0 0 7px #c8ff0099,0 0 14px #c8ff0047}.scan-line:after{filter:none;background:linear-gradient(#0000,#c8ff000b,#0000)}.scan-active{opacity:.54;animation-duration:5s}.scan-processing{opacity:.72;height:2px;animation-duration:2.6s;box-shadow:0 0 8px #c8ff00ad,0 0 18px #c8ff0057}.core-pulse{animation-duration:5.8s;box-shadow:inset 0 0 10px #c8ff0009,0 0 8px #c8ff0029}.pulse-active{animation-duration:3.4s}.pulse-receiving{animation-duration:1.8s;box-shadow:inset 0 0 12px #c8ff0014,0 0 11px #c8ff004d}.pulse-burst{box-shadow:inset 0 0 16px #ffffff1a,0 0 15px #ffffff47,0 0 27px #c8ff006b}.core-burst-ring{box-shadow:0 0 10px #c8ff006b,inset 0 0 8px #c8ff001a}.core-logo{filter:drop-shadow(0 0 8px #c8ff003d)}.core-status-active{box-shadow:inset 0 1px #ffffff12,0 0 9px #c8ff0012}.core-status-burst{box-shadow:inset 0 1px #ffffff1f,0 0 12px #c8ff002e}.status-dot{animation-duration:2.8s;box-shadow:0 0 7px #c8ff00b8}.status-dot-active{animation-duration:1.8s}.status-dot-burst{box-shadow:0 0 8px #ffffffbf,0 0 13px #c8ff0085}}@media (width<=480px){.dashboard-core{-webkit-backdrop-filter:blur(7px)}.core-glow{filter:blur(15px);opacity:.32}.core-reflection{opacity:.06;animation-duration:18s}.hologram-ring{box-shadow:none}.ring-node{box-shadow:0 0 4px #c8ff008f}.scan-line{box-shadow:0 0 5px #c8ff007a}.core-logo{filter:drop-shadow(0 0 5px #c8ff0033)}}.dashboard-connections-svg{pointer-events:none;z-index:8;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.connection-line{fill:none;stroke:#c8ff00;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:.45;stroke-dasharray:10 12;filter:drop-shadow(0 0 8px #c8ff008c)drop-shadow(0 0 18px #c8ff0066)drop-shadow(0 0 30px #c8ff0038);animation:5s linear infinite dashFlow,2.8s ease-in-out infinite glowPulse}@keyframes dashFlow{0%{stroke-dashoffset:180px}to{stroke-dashoffset:0}}@keyframes glowPulse{0%{stroke-opacity:.2;filter:drop-shadow(0 0 4px #c8ff0033)drop-shadow(0 0 10px #c8ff001a)}50%{stroke-opacity:.95;filter:drop-shadow(0 0 10px #c8ff00cc)drop-shadow(0 0 22px #c8ff008c)drop-shadow(0 0 34px #c8ff0059)}to{stroke-opacity:.2;filter:drop-shadow(0 0 4px #c8ff0033)drop-shadow(0 0 10px #c8ff001a)}}.dashboard-connections-svg use{filter:drop-shadow(0 0 8px #c8ff00)drop-shadow(0 0 18px #c8ff00bf);animation:1.5s ease-in-out infinite packetPulse}@keyframes packetPulse{0%{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.4)}to{opacity:.4;transform:scale(.8)}}.connection-line{fill:none;stroke:#c8ff0061;stroke-width:2px;stroke-linecap:round;stroke-dasharray:10 14;opacity:.65;pointer-events:none;transition:stroke .35s,stroke-width .35s,opacity .35s,filter .35s;animation:8s linear infinite connectionIdleFlow}.connection-line.connection-active{stroke:#c8ff00eb;stroke-width:3px;opacity:1;filter:drop-shadow(0 0 4px #c8ff00e6)drop-shadow(0 0 10px #c8ff008c);animation:1.8s linear infinite connectionActiveFlow,1.4s ease-in-out infinite connectionActivePulse}.connection-line.connection-forward{stroke:#dcff5a;stroke-width:3.5px;stroke-dasharray:4 12;opacity:1;filter:drop-shadow(0 0 5px #c8ff00)drop-shadow(0 0 14px #c8ff00bf)drop-shadow(0 0 24px #c8ff0059);animation:.65s linear infinite connectionForwardFlow,.9s ease-in-out infinite connectionForwardPulse}.connection-line.connection-return{stroke:#f5ffb9;stroke-width:4px;stroke-dasharray:16 9;opacity:1;filter:drop-shadow(0 0 6px #c8ff00)drop-shadow(0 0 16px #c8ff00d9)drop-shadow(0 0 30px #c8ff0066);animation:.6s linear infinite connectionReturnFlow,.8s ease-in-out infinite connectionReturnPulse}.connection-line.connection-burst{stroke:#fff;stroke-width:5px;opacity:1;filter:drop-shadow(0 0 8px #fff)drop-shadow(0 0 18px #c8ff00)drop-shadow(0 0 38px #c8ff00cc);animation:.7s ease-out forwards connectionBurstFlash}.connection-packet-path{fill:none;stroke:#0000;stroke-width:0;opacity:0;pointer-events:none}.connection-packet{pointer-events:none;filter:drop-shadow(0 0 3px #c8ff00cc)drop-shadow(0 0 7px #c8ff0073);animation:1.8s ease-in-out infinite backgroundPacketPulse}.active-energy-packet{pointer-events:none;opacity:1;filter:drop-shadow(0 0 5px #fff)drop-shadow(0 0 10px #c8ff00)drop-shadow(0 0 22px #c8ff00cc);animation:.45s ease-in-out infinite activePacketPulse}.return-energy-packet{pointer-events:none;opacity:1;filter:drop-shadow(0 0 7px #fff)drop-shadow(0 0 14px #c8ff00)drop-shadow(0 0 28px #c8ff00e6);animation:.38s ease-in-out infinite returnPacketPulse}@keyframes connectionIdleFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-96px}}@keyframes connectionActiveFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-48px}}@keyframes connectionActivePulse{0%,to{opacity:.72;stroke-width:2.8px}50%{opacity:1;stroke-width:3.4px}}.return-energy-packet{opacity:1;transform-box:fill-box;transform-origin:50%;transition:opacity .15s}.active-energy-packet,.return-energy-packet{opacity:1;transform-box:fill-box;transform-origin:50%;pointer-events:none;will-change:opacity, filter}.active-energy-packet{animation:.8s ease-in-out infinite forwardCometPulse}.return-energy-packet{animation:.65s ease-in-out infinite returnCometPulse}.return-energy-packet.return-packet-impacting{animation:.32s ease-out forwards cometImpactCharge}@keyframes forwardCometPulse{0%,to{opacity:.82;filter:brightness()drop-shadow(0 0 5px #c8ff00bf)}50%{opacity:1;filter:brightness(1.45)drop-shadow(0 0 8px #c8ff00f2)drop-shadow(0 0 16px #c8ff008c)}}@keyframes returnCometPulse{0%,to{opacity:.9;filter:brightness(1.2)drop-shadow(0 0 6px #c8ff00d9)}50%{opacity:1;filter:brightness(1.8)drop-shadow(0 0 10px #fffc)drop-shadow(0 0 20px #c8ff00cc)}}@keyframes cometImpactCharge{0%{opacity:1;filter:brightness(1.3)drop-shadow(0 0 8px #c8ff00e6)}45%{opacity:1;filter:brightness(2.5)drop-shadow(0 0 10px #fff)drop-shadow(0 0 22px #c8ff00)}to{opacity:1;filter:brightness(4)drop-shadow(0 0 16px #fff)drop-shadow(0 0 38px #c8ff00)}}@media (prefers-reduced-motion:reduce){.active-energy-packet,.return-energy-packet,.return-energy-packet.return-packet-impacting{animation:none}}@media (width<=768px){.dashboard-connections-svg.connections-mobile .connection-line{stroke-width:1.8px;stroke-opacity:.42;opacity:.58;filter:none;transition:stroke .25s,stroke-width .25s,opacity .25s;animation:none}.dashboard-connections-svg.connections-mobile .connection-line.connection-active{stroke:#c8ff00e0;stroke-width:2.5px;opacity:.92;filter:drop-shadow(0 0 5px #c8ff006b);animation:3s linear infinite connectionActiveFlow}.dashboard-connections-svg.connections-mobile .connection-line.connection-forward{stroke:#dcff5af2;stroke-width:2.8px;stroke-dasharray:5 13;opacity:1;filter:drop-shadow(0 0 6px #c8ff007a);animation:1.15s linear infinite connectionForwardFlow}.dashboard-connections-svg.connections-mobile .connection-line.connection-return{stroke:#f5ffb9f2;stroke-width:3px;stroke-dasharray:15 10;opacity:1;filter:drop-shadow(0 0 7px #c8ff008c);animation:1.05s linear infinite connectionReturnFlow}.dashboard-connections-svg.connections-mobile .connection-line.connection-burst{stroke:#fffffff5;stroke-width:3.6px;opacity:1;filter:drop-shadow(0 0 8px #c8ff009e);animation:.7s ease-out forwards connectionBurstFlash}.dashboard-connections-svg.connections-mobile .active-energy-packet{filter:drop-shadow(0 0 6px #c8ff009e);will-change:opacity;animation:1.2s ease-in-out infinite mobileForwardPacketPulse}.dashboard-connections-svg.connections-mobile .return-energy-packet{filter:drop-shadow(0 0 7px #c8ff00ad);will-change:opacity;animation:1s ease-in-out infinite mobileReturnPacketPulse}.dashboard-connections-svg.connections-mobile use{filter:none;animation:none}.dashboard-connections-svg.connections-mobile .active-energy-packet{filter:drop-shadow(0 0 6px #c8ff009e);animation:1.2s ease-in-out infinite mobileForwardPacketPulse}.dashboard-connections-svg.connections-mobile .return-energy-packet{filter:drop-shadow(0 0 7px #c8ff00ad);animation:1s ease-in-out infinite mobileReturnPacketPulse}.dashboard-connections-svg.connections-mobile .return-energy-packet.return-packet-impacting{animation:.34s ease-out forwards mobileCometImpactCharge}}@keyframes mobileForwardPacketPulse{0%,to{opacity:.84}50%{opacity:1}}@keyframes mobileReturnPacketPulse{0%,to{opacity:.9}50%{opacity:1}}@keyframes mobileCometImpactCharge{0%{opacity:1;filter:brightness(1.15)drop-shadow(0 0 6px #c8ff009e)}60%{opacity:1;filter:brightness(1.65)drop-shadow(0 0 9px #ffffff9e)}to{opacity:1;filter:brightness(2)drop-shadow(0 0 12px #c8ff00bf)}}@media (width<=480px){.dashboard-connections-svg.connections-mobile .connection-line{stroke-width:1.6px;opacity:.52}.dashboard-connections-svg.connections-mobile .connection-line.connection-active,.dashboard-connections-svg.connections-mobile .connection-line.connection-forward,.dashboard-connections-svg.connections-mobile .connection-line.connection-return{filter:none}.dashboard-connections-svg.connections-mobile .active-energy-packet,.dashboard-connections-svg.connections-mobile .return-energy-packet{filter:drop-shadow(0 0 4px #c8ff0085)}}.orbit-system{pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.orbit-ring{border:1px solid #c8ff0012;border-radius:50%;position:absolute;box-shadow:inset 0 0 18px #c8ff000a}.orbit-outer{width:620px;height:620px}.orbit-middle{border-color:#c8ff000d;width:500px;height:500px}.orbit-inner{border-color:#c8ff000a;width:390px;height:390px}.orbit-node{background:#c8ff00;border-radius:50%;width:12px;height:12px;animation:2s ease-in-out infinite nodePulse;position:absolute;box-shadow:0 0 10px #c8ff00,0 0 25px #c8ff00a6,0 0 45px #c8ff0059}.node-a{top:-6px;left:50%;transform:translate(-50%)}.node-b{bottom:-6px;left:50%;transform:translate(-50%)}.node-c{top:50%;right:-6px;transform:translateY(-50%)}.node-d{top:50%;left:-6px;transform:translateY(-50%)}@keyframes nodePulse{0%{opacity:.8;transform:scale(.9)}50%{opacity:1;transform:scale(1.4)}to{opacity:.8;transform:scale(.9)}}.orbit-particle{pointer-events:none;z-index:5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-particle-one{width:620px;height:620px}.orbit-particle-two{width:470px;height:470px}.orbit-particle-three{width:330px;height:330px}.particle{background:#c8ff00;border-radius:50%;animation:3s ease-in-out infinite particlePulse;position:absolute}.large{width:14px;height:14px;top:-7px;left:50%;transform:translate(-50%);box-shadow:0 0 18px #c8ff00e6,0 0 45px #c8ff0073}.medium{width:11px;height:11px;animation-delay:.6s;top:50%;right:-5px;transform:translateY(-50%);box-shadow:0 0 14px #c8ff00bf,0 0 32px #c8ff0059}.small{width:8px;height:8px;animation-delay:1.2s;bottom:-4px;left:50%;transform:translate(-50%);box-shadow:0 0 12px #c8ff00a6,0 0 25px #c8ff0047}@keyframes particlePulse{0%{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.6)}to{opacity:.75;transform:scale(1)}}@media (width<=992px){.orbit-particle-one{width:500px;height:500px}.orbit-particle-two{width:380px;height:380px}.orbit-particle-three{width:260px;height:260px}}@media (width<=768px){.orbit-particle{display:none}}.dashboard-stage{justify-content:center;align-items:center;width:100%;max-width:980px;height:820px;margin:auto;display:flex;position:relative;overflow:visible}.dashboard-background{filter:blur(8px);z-index:0;background:radial-gradient(circle,#c8ff001a,#0000 72%);border-radius:50px;position:absolute;inset:0}.dashboard-orbit{pointer-events:none;z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.dashboard-layout{width:100%;height:100%;position:relative}.dashboard-center{z-index:20;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-card{z-index:12;transition:all .35s;position:absolute}.dashboard-card:hover{transform:translateY(-10px)}.module-top-left{top:70px;left:-35px}.module-top-right{top:70px;right:-35px}.module-bottom-left{bottom:70px;left:-35px}.module-bottom-right{bottom:70px;right:-35px}.dashboard-connections{pointer-events:none;z-index:8;position:absolute;inset:0}@media (width<=1200px){.dashboard-stage{max-width:680px;height:650px}.module-top-left{top:28px;left:8px}.module-top-right{top:28px;right:8px}.module-bottom-left{bottom:28px;left:8px}.module-bottom-right{bottom:28px;right:8px}}@media (width<=768px){.dashboard-stage{max-width:500px;height:520px}.module-top-left{top:10px;left:-10px}.module-top-right{top:10px;right:-10px}.module-bottom-left{bottom:10px;left:-10px}.module-bottom-right{bottom:10px;right:-10px}.orbit-particle:nth-child(n+5),.dashboard-spark,.dashboard-particle:nth-child(n+4){display:none}.dashboard-glow,.core-glow,.hologram-glow{filter:blur(45px)}.dashboard-card{-webkit-backdrop-filter:none;background:#0c0f0aeb}.orbit-ring,.core-reflection,.scan-line{animation-duration:12s}.connection-packet:not(.active-energy-packet):not(.return-energy-packet){display:none}}.hero-section{background:radial-gradient(circle at 100% 0,#c8ff001f,#0000 35%),radial-gradient(circle at 0 100%,#00ffaa0d,#0000 45%),#050505;align-items:center;min-height:calc(100vh - 80px);display:flex;position:relative;overflow:visible}.hero-overlay{opacity:.22;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:70px 70px;animation:22s linear infinite gridMove;position:absolute;inset:0}.hero-grid{z-index:2;grid-template-columns:.9fr 1.1fr;align-items:center;gap:40px;width:100%;padding:70px 0;display:grid;position:relative}.hero-left{z-index:5;flex-direction:column;justify-content:center;gap:22px;max-width:670px;display:flex;position:relative}.hero-right{justify-content:center;align-items:center;width:100%;min-width:0;display:flex;position:relative;overflow:visible}@media (width<=1200px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:70px}.hero-left{align-items:center;margin:auto}.hero-right{justify-content:center}}@media (width<=992px){.hero-section{min-height:auto;padding:120px 0 80px}.hero-grid{gap:60px;padding:0}}@media (width<=768px){.hero-grid{gap:50px}}@media (width<=576px){.hero-section{padding:110px 0 60px}.hero-grid{gap:40px}}.hero-section:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#00000059,#0000 45%,#c8ff000d);position:absolute;inset:0}@keyframes gridMove{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}
