:root{--bg-main:#f8f9fc;--bg-secondary:#ffffff;--surface:#ffffff;--border-color:rgba(0,0,0,0.08);--accent:#8b5cf6;--accent-hover:#7c3aed;--accent-glow:#7c3aed;--success:#10b981;--danger:#ef4444;--font-sans:'Plus Jakarta Sans','HarmonyOS Sans SC','PingFang SC',sans-serif;--font-mono:'JetBrains Mono',monospace;--font-logo:'Nunito',sans-serif}html{scroll-behavior:smooth}body{background-color:var(--bg-main)!important;color:#3f3f46;-webkit-font-smoothing:antialiased;font-family:var(--font-sans)!important;margin:0;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.5;font-size:1rem}::selection{background:var(--accent);color:#fff}a{text-decoration:none;color:inherit;-webkit-transition:color .3s;transition:color .3s}a:hover{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;color:#18181b}p{margin:0}ul{padding-left:0;margin-bottom:0;list-style:none}button{cursor:pointer;font-family:inherit}*,*::before,*::after{border-color:rgba(0,0,0,0.08)}img,svg{vertical-align:middle}.glass{background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.06)}.glass-menu{background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.08);-webkit-box-shadow:0 20px 40px rgba(0,0,0,.08);box-shadow:0 20px 40px rgba(0,0,0,.08)}.glass-panel{background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);-webkit-box-shadow:0 25px 50px -12px rgba(0,0,0,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.1)}.frosted-card{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);-webkit-box-shadow:0 8px 32px 0 rgba(0,0,0,.06);box-shadow:0 8px 32px 0 rgba(0,0,0,.06);-webkit-transition:all .4s cubic-bezier(.4,0,.2,1);transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:24px;overflow:hidden;position:relative}.frosted-card:hover{background:rgba(255,255,255,.9);border-color:rgba(139,92,246,.4);-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-box-shadow:0 20px 40px -10px rgba(124,58,237,.12);box-shadow:0 20px 40px -10px rgba(124,58,237,.12)}.frosted-card.highlight{background:rgba(245,243,255,.8);border-color:rgba(139,92,246,.3);-webkit-box-shadow:0 0 40px -10px rgba(139,92,246,.1);box-shadow:0 0 40px -10px rgba(139,92,246,.1)}.tech-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:.75rem}.tech-line:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.scanline{width:100%;height:100px;z-index:10;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(50%,rgba(139,92,246,.08)),to(rgba(0,0,0,0)));background:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(139,92,246,.08) 50%,rgba(0,0,0,0) 100%);opacity:.1;background-size:100% 4px;-webkit-animation:scanline 10s linear infinite;animation:scanline 10s linear infinite;position:absolute;top:-100px;pointer-events:none}@-webkit-keyframes scanline{0%{top:-100px}100%{top:100%}}@keyframes scanline{0%{top:-100px}100%{top:100%}}.map-dot{position:absolute;width:8px;height:8px;background-color:#8b5cf6;border-radius:50%;-webkit-box-shadow:0 0 10px #8b5cf6;box-shadow:0 0 10px #8b5cf6;z-index:20;cursor:pointer;-webkit-filter:invert(1);filter:invert(1);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.map-dot::after{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:20px;height:20px;border:1px solid rgba(139,92,246,.5);border-radius:50%;-webkit-animation:pulse-border 2s infinite;animation:pulse-border 2s infinite}.map-dot:hover::before{content:attr(title);position:absolute;bottom:15px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(255,255,255,.95);color:#18181b;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;border:1px solid rgba(139,92,246,.3);pointer-events:none;z-index:30;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}@-webkit-keyframes pulse-border{0%{-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);opacity:1}100%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}}@keyframes pulse-border{0%{-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);opacity:1}100%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}}@-webkit-keyframes float{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes float{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.animate-float{-webkit-animation:float 6s ease-in-out infinite;animation:float 6s ease-in-out infinite}@-webkit-keyframes pulse-glow{0%,100%{opacity:1}50%{opacity:.5}}@keyframes pulse-glow{0%,100%{opacity:1}50%{opacity:.5}}@-webkit-keyframes ping{75%,100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes ping{75%,100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}.card-glow{position:absolute;top:-3rem;right:-3rem;width:12rem;height:12rem;background:rgba(139,92,246,.06);border-radius:50%;-webkit-filter:blur(48px);filter:blur(48px);pointer-events:none;-webkit-transition:background .5s;transition:background .5s}.frosted-card:hover .card-glow{background:rgba(139,92,246,.12)}.main-nav{position:fixed;top:0;width:100%;z-index:50;border-bottom:0;-webkit-transition:all .3s;transition:all .3s}.nav-inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;height:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.nav-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-left>.nav-links{margin-left:2.5rem}.nav-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.nav-logo .logo-icon-wrap{margin-right:.75rem}.nav-logo:hover .logo-text{color:var(--accent-glow)}.nav-logo:hover .logo-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.logo-icon-wrap{width:2.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-filter:drop-shadow(0 0 8px rgba(139,92,246,.4));filter:drop-shadow(0 0 8px rgba(139,92,246,.4))}.logo-icon{width:100%;height:100%;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.logo-text{font-size:1.5rem;line-height:1;color:#18181b;font-family:var(--font-logo);font-weight:700;letter-spacing:.025em;-webkit-transition:color .3s;transition:color .3s}.nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.25rem;font-weight:500;color:#71717a}.nav-links > a{position:relative;-webkit-transition:color .3s;transition:color .3s;margin-right:2rem}.nav-links > a:last-child{margin-right:0}.nav-links > a:hover{color:#18181b}.nav-underline{position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);-webkit-transition:all .3s;transition:all .3s}.nav-links > a:hover .nav-underline{width:100%}.nav-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.nav-right>*+*{margin-left:.75rem}@media(min-width:768px){.nav-right>*+*{margin-left:1rem}}.lang-toggle-btn{font-size:.875rem;line-height:1.25rem;font-weight:700;color:#71717a;white-space:nowrap;-webkit-transition:color .3s;transition:color .3s;background:none;border:none;outline:none;padding:0;cursor:pointer}.lang-toggle-btn:hover{color:#18181b}.nav-auth-link{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#71717a;white-space:nowrap;-webkit-transition:color .3s;transition:color .3s}.nav-auth-link:hover{color:#18181b}.nav-auth-link.register{color:#18181b;font-weight:700}.nav-auth-link.register:hover{color:var(--accent)}.nav-cta{position:relative;padding:.5rem 1rem;font-size:.75rem;line-height:1rem;font-weight:700;background:var(--accent);color:#fff;border-radius:9999px;border:none;-webkit-transition:all .3s;transition:all .3s;-webkit-box-shadow:0 0 15px rgba(139,92,246,.2);box-shadow:0 0 15px rgba(139,92,246,.2);overflow:hidden;white-space:nowrap;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width:768px){.nav-cta{padding:.625rem 1.5rem;font-size:.875rem;line-height:1.25rem}}.nav-cta:hover{background:var(--accent-hover);color:#fff}.nav-cta .cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(var(--accent)),color-stop(#fff),to(var(--accent)));background:linear-gradient(to right,var(--accent),#fff,var(--accent));opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.nav-cta:hover .cta-overlay{opacity:.2}.nav-cta .cta-text{position:relative;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-cta .cta-text i{margin-left:.5rem;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.nav-cta:hover .cta-text i{-webkit-transform:translateX(4px);transform:translateX(4px)}.mobile-toggle{display:none;color:#18181b;padding:.5rem;background:transparent;border:none;border-radius:.5rem;-webkit-transition:background .3s;transition:background .3s}.mobile-toggle:hover{background:rgba(0,0,0,.05)}.mobile-toggle i{font-size:1.25rem;line-height:1.75rem}.mobile-menu{display:none;position:absolute;top:5rem;left:0;width:100%;padding:1rem 1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 25px 50px -12px rgba(0,0,0,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.1)}.mobile-menu.show{display:-webkit-box;display:-ms-flexbox;display:flex}.mobile-menu > a{display:block;color:#52525b;font-weight:500;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.06);-webkit-transition:color .3s;transition:color .3s;margin-bottom:1rem;text-decoration:none;}.mobile-menu > a:hover{color:#18181b}.mobile-menu-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:.5rem}.mobile-menu-buttons a{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:.5rem 0;border-radius:.5rem;border-bottom:none;margin-bottom:0;display:block;}.mobile-menu-buttons a+a{margin-left:1rem}.mobile-menu-buttons .btn-login{color:#52525b;border:1px solid rgba(0,0,0,.1);background:transparent}.mobile-menu-buttons .btn-login:hover{background:rgba(0,0,0,.03)}.mobile-menu-buttons .btn-register{color:#fff;background:rgba(139,92,246,.8);border:1px solid rgba(139,92,246,.9)}.mobile-menu-buttons .btn-register:hover{background:rgba(139,92,246,.9)}@media(max-width:767.98px){.mobile-toggle{display:block}.nav-links{display:none!important}}@media(max-width:639.98px){.nav-auth-link{display:none!important}}.hero{position:relative;padding:10rem 1.5rem 5rem;overflow:hidden;background:radial-gradient(70% 80% at 50% 0%,rgba(139,92,246,.08) 0%,rgba(248,249,252,0) 100%)}@media(min-width:1024px){.hero{padding:12rem 1.5rem 8rem}}.hero-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:-webkit-gradient(linear,left top,right top,color-stop(1px,rgba(0,0,0,.04)),color-stop(1px,transparent)),linear-gradient(to bottom,rgba(0,0,0,.04) 1px,transparent 1px);background-image:linear-gradient(to right,rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.04) 1px,transparent 1px);opacity:.3;pointer-events:none}.hero-inner{max-width:80rem;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:10}.hero-text{width:100%;text-align:center}@media(min-width:1024px){.hero-inner{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.hero-text{width:50%;text-align:left;padding-right:2rem}}.hero-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;border-radius:9999px;border:1px solid rgba(139,92,246,.3);background:rgba(139,92,246,.08);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.75rem;line-height:1rem;font-weight:700;letter-spacing:.05em;color:var(--accent);margin-bottom:2rem;text-transform:uppercase}.hero-badge .ping-dot{margin-right:.5rem}.ping-dot{display:-webkit-box;display:-ms-flexbox;display:flex;height:.5rem;width:.5rem;position:relative}.ping-ring{-webkit-animation:ping 1s cubic-bezier(0,0,.2,1) infinite;animation:ping 1s cubic-bezier(0,0,.2,1) infinite;position:absolute;display:inline-block;height:100%;width:100%;border-radius:50%;background:var(--accent);opacity:.75}.ping-core{position:relative;display:inline-block;border-radius:50%;height:.5rem;width:.5rem;background:var(--accent)}.hero h1{font-size:3rem;line-height:1.1;font-weight:800;letter-spacing:-.025em;color:#18181b;margin-bottom:1.5rem}@media(min-width:768px){.hero h1{font-size:4.5rem;line-height:1.1}}.gradient-text{background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:#27272a;color:#27272a}.hero-desc{font-size:1rem;line-height:1.625;color:#71717a;max-width:32rem;margin:0 auto 2.5rem;font-weight:500}@media(min-width:1024px){.hero-desc{margin:0 0 2.5rem}}.hero-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero-buttons>*+*{margin-top:1.25rem}@media(min-width:640px){.hero-buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.hero-buttons>*+*{margin-top:0;margin-left:1.25rem}}@media(min-width:1024px){.hero-buttons{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.btn-hero-primary{width:100%;padding:1rem 2rem;background:var(--accent);color:#fff;font-weight:700;border-radius:.75rem;border:none;-webkit-box-shadow:0 0 30px rgba(139,92,246,.3);box-shadow:0 0 30px rgba(139,92,246,.3);-webkit-transition:all .3s;transition:all .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1rem;line-height:1.5rem}.btn-hero-primary i{margin-left:.5rem}@media(min-width:640px){.btn-hero-primary{width:auto}}.btn-hero-primary:hover{background:var(--accent-hover);-webkit-transform:translateY(-4px);transform:translateY(-4px);color:#fff}.btn-hero-secondary{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 2rem;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.1);color:#18181b;font-weight:700;border-radius:.75rem;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;font-size:1rem;line-height:1.5rem}@media(min-width:640px){.btn-hero-secondary{width:auto}}.btn-hero-secondary:hover{background:rgba(0,0,0,.08);color:#18181b}.hero-features{margin-top:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.625rem;font-weight:600;color:#71717a;white-space:nowrap}.feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.feature-item i{color:var(--accent);margin-right:.25rem}.feature-item+.feature-item{margin-left:.5rem}@media(min-width:768px){.hero-features{font-size:.875rem;line-height:1.25rem}.feature-item+.feature-item{margin-left:2rem}.feature-item i{margin-right:.5rem}}@media(min-width:1024px){.hero-features{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.hero-dashboard{position:relative;display:none;width:50%;padding-left:2rem}@media(min-width:1024px){.hero-dashboard{display:block}}.dashboard-glow{position:absolute;top:-4px;right:calc(2rem - 4px);bottom:-4px;left:calc(2rem - 4px);background:-webkit-gradient(linear,left top,right top,from(var(--accent)),to(#9333ea));background:linear-gradient(to right,var(--accent),#9333ea);border-radius:1rem;-webkit-filter:blur(16px);filter:blur(16px);opacity:.1}.dashboard-panel{border-radius:1rem;overflow:hidden;position:relative}.dashboard-titlebar{background:rgba(0,0,0,.03);padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.titlebar-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.titlebar-dots span{width:.75rem;height:.75rem;border-radius:50%;margin-right:.5rem}.titlebar-dots span:last-child{margin-right:0}.dot-red{background:var(--danger)}.dot-yellow{background:#eab308}.dot-green{background:var(--success)}.titlebar-name{font-size:.75rem;line-height:1rem;font-family:var(--font-mono);color:#71717a}.titlebar-status{font-size:.75rem;line-height:1rem;font-family:var(--font-mono);color:var(--success);-webkit-animation:pulse-glow 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse-glow 2s cubic-bezier(.4,0,.6,1) infinite}.dashboard-body{padding:1.5rem;font-family:var(--font-mono);font-size:.875rem;line-height:1.25rem}.dashboard-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.5rem}.dashboard-grid .stat-card{-webkit-box-flex:1;-ms-flex:1;flex:1}.dashboard-grid .stat-card+.stat-card{margin-left:1.5rem}.stat-card{background:rgba(0,0,0,.03);border-radius:.5rem;padding:1rem;border:1px solid rgba(0,0,0,.06)}.stat-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:.5rem}.stat-label{color:#71717a;font-size:.75rem;line-height:1rem}.stat-value-accent{color:var(--accent-glow);font-weight:700}.stat-value-success{color:var(--success);font-weight:700}.progress-bar-custom{height:6px;width:100%;background:rgba(0,0,0,.06);border-radius:9999px;overflow:hidden}.progress-fill{height:100%;border-radius:9999px}.progress-fill.accent{background:var(--accent)}.progress-fill.success{background:var(--success)}.progress-fill.pulse{-webkit-animation:pulse-glow 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse-glow 2s cubic-bezier(.4,0,.6,1) infinite}.progress-bar-custom+.progress-bar-custom{margin-top:.375rem}.mem-info{font-size:.75rem;line-height:1rem;color:#71717a;margin-bottom:.5rem}.mem-bar{height:.5rem}.mem-wave{position:absolute;bottom:0;left:0;right:0;height:2rem;opacity:.2}.network-card{background:rgba(0,0,0,.02);border-radius:.5rem;padding:1rem;border:1px solid rgba(0,0,0,.06)}.network-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.network-label{font-size:.75rem;line-height:1rem;color:#71717a}.network-live{font-size:.625rem;color:var(--accent);border:1px solid rgba(139,92,246,.2);padding:0 .375rem;border-radius:4px}.network-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;line-height:1rem}.network-row+.network-row{margin-top:.5rem}.network-dot{width:6px;height:6px;border-radius:50%;background:var(--success);display:inline-block;margin-right:.5rem}.network-ping{color:#71717a;font-family:var(--font-mono)}.network-local{color:var(--accent-glow)}.terminal-prompt{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;line-height:1rem;font-family:var(--font-mono)}.terminal-prompt>*+*{margin-left:.5rem}.prompt-user{color:var(--accent)}.prompt-cmd{color:#18181b}.terminal-cursor{width:.5rem;height:1rem;background:#18181b;-webkit-animation:pulse-glow 1s cubic-bezier(.4,0,.6,1) infinite;animation:pulse-glow 1s cubic-bezier(.4,0,.6,1) infinite}.section-products{padding:6rem 1.5rem;background:var(--bg-secondary)}.section-inner{max-width:80rem;margin:0 auto}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:#18181b;margin-bottom:1rem}@media(min-width:768px){.section-header h2{font-size:2.25rem;line-height:2.5rem}}.section-header p{font-size:1rem;line-height:1.5rem;color:#71717a;max-width:42rem;margin:0 auto 1.5rem}.catalog-link{color:var(--accent-glow);font-size:.875rem;line-height:1.25rem;font-weight:700;-webkit-transition:color .3s;transition:color .3s;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog-link:hover{color:#18181b}.products-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem}.products-grid>*{padding:0 1rem;margin-bottom:2rem;width:100%}@media(min-width:768px){.products-grid .product-main{width:66.666%}.products-grid .product-side{width:33.333%}}.product-main .frosted-inner{padding:2.5rem;position:relative;overflow:hidden;z-index:10}.product-badge{display:inline-block;padding:.25rem .75rem;border-radius:.5rem;background:var(--accent);color:#fff;font-size:.75rem;line-height:1rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;-webkit-box-shadow:0 10px 15px -3px rgba(139,92,246,.15);box-shadow:0 10px 15px -3px rgba(139,92,246,.15)}.product-main h3{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:#18181b;margin-bottom:1rem}@media(min-width:768px){.product-main h3{font-size:2.25rem;line-height:2.5rem}}.product-desc{color:#52525b;font-size:1rem;line-height:1.625;margin-bottom:2.5rem;max-width:32rem;font-weight:500}.product-specs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:3rem}.product-specs>div{width:50%;margin-bottom:1rem}@media(min-width:640px){.product-specs>div{width:25%;margin-bottom:0}}.spec-value{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:#18181b}.spec-value span{font-size:1.125rem;line-height:1.75rem;color:#71717a}.spec-label{font-size:.75rem;line-height:1rem;color:var(--accent-glow);font-weight:700;text-transform:uppercase;margin-top:.25rem}.btn-deploy{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--accent);color:#fff;padding:1rem 2.5rem;border-radius:9999px;font-weight:700;border:none;-webkit-transition:all .3s;transition:all .3s;-webkit-box-shadow:0 20px 25px -5px rgba(139,92,246,.15),0 8px 10px -6px rgba(139,92,246,.1);box-shadow:0 20px 25px -5px rgba(139,92,246,.15),0 8px 10px -6px rgba(139,92,246,.1);font-size:1rem;line-height:1.5rem}@media(min-width:768px){.btn-deploy{width:auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.btn-deploy:hover{background:var(--accent-hover);color:#fff}.product-side .frosted-inner{padding:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:10;position:relative;height:100%}.product-side-icon{width:3.5rem;height:3.5rem;background:rgba(0,0,0,.03);border-radius:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#18181b;margin-bottom:2rem;border:1px solid rgba(0,0,0,.08)}.product-side-icon i{font-size:1.5rem;line-height:2rem;color:#52525b}.product-side h3{font-size:1.5rem;line-height:2rem;font-weight:700;color:#18181b;margin-bottom:1rem}.product-side .product-desc{color:#71717a;margin-bottom:0}.product-side-footer{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:10}.product-side-footer span{font-size:.875rem;line-height:1.25rem;font-weight:700;color:#a1a1aa;letter-spacing:.05em}.section-features{padding:6rem 1.5rem;background:var(--bg-main);border-top:1px solid var(--border-color)}.features-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.75rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.features-grid>.features-col{padding:0 .75rem;margin-bottom:1.5rem;width:100%}@media(min-width:768px){.features-grid>.features-col{width:33.333%}}.feature-card{padding:2.5rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;text-align:left}.feature-icon{width:3.5rem;height:3.5rem;background:rgba(139,92,246,.08);border:1px solid rgba(139,92,246,.2);border-radius:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.5rem;color:var(--accent);-webkit-transition:all .3s;transition:all .3s}.feature-icon i{font-size:1.5rem;line-height:1}.frosted-card:hover .feature-icon{background:var(--accent);color:#fff;-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 10px 20px -5px rgba(139,92,246,.3);box-shadow:0 10px 20px -5px rgba(139,92,246,.3)}.feature-card h3{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#18181b;margin-bottom:1rem}.feature-card p{font-size:.875rem;line-height:1.625;color:#71717a;font-weight:500;margin-bottom:0}.section-network{padding:6rem 0;background:var(--bg-secondary);border-top:1px solid var(--border-color);overflow:hidden}.section-network .section-inner{padding:0 1.5rem;text-align:center}.section-network h2{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:#18181b;margin-bottom:1rem}@media(min-width:768px){.section-network h2{font-size:2.25rem;line-height:2.5rem}}.section-desc{font-size:1rem;line-height:1.5rem;color:#71717a;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.map-container{position:relative;width:100%;max-width:72rem;margin:0 auto 3rem;padding-bottom:50%;border-radius:1.5rem;overflow:hidden;-webkit-filter:invert(1);filter:invert(1)}.map-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url('https://upload.wikimedia.org/wikipedia/commons/e/ec/World_map_%28blue_dots%29.svg');background-size:80% auto;background-repeat:no-repeat;background-position:center;-webkit-filter:grayscale(1) brightness(0.6) contrast(0.5) opacity(0.35);filter:grayscale(1) brightness(0.6) contrast(0.5) opacity(0.35)}.node-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem;line-height:1.25rem;font-weight:500;margin:-.5rem}.node-tag{padding:.625rem 1.25rem;border-radius:9999px;background:rgba(139,92,246,.06);border:1px solid rgba(139,92,246,.15);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#3f3f46;-webkit-transition:all .3s;transition:all .3s;cursor:default;margin:.5rem}.node-tag:hover{background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.3)}.node-tag i{color:#8b5cf6!important;margin-right:.5rem;font-size:1rem;line-height:1}.network-note{margin-top:1rem;font-size:.75rem;line-height:1rem;color:#71717a}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding-top:5rem;padding-bottom:2.5rem;margin-top:auto}.footer-inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}.footer-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.5rem;margin-bottom:4rem}.footer-grid>div{padding:0 1.5rem;margin-bottom:1.5rem}.footer-brand{width:100%;padding-right:2rem}.footer-col{width:50%}@media(min-width:768px){.footer-brand{width:33.333%}.footer-col{width:16.666%}}.footer-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem}.footer-logo-icon{width:2rem;height:2rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:.5rem}.footer-logo-text{font-weight:700;font-size:1.25rem;line-height:1.75rem;color:#18181b;font-family:var(--font-logo)}.footer-brand>p{font-size:.875rem;line-height:1.625;color:#71717a;margin-bottom:1.5rem;font-weight:500}.footer-col h4{color:#18181b;font-weight:700;margin-bottom:1.5rem;font-size:1rem;line-height:1.5rem}.footer-col ul li+li{margin-top:1rem}.footer-col ul li a{font-size:.875rem;line-height:1.25rem;color:#71717a;font-weight:500;-webkit-transition:color .3s;transition:color .3s}.footer-col ul li a:hover{color:#18181b}.footer-contact-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-contact-icon{color:var(--accent);font-size:1.125rem;line-height:1.75rem;margin-right:.5rem}.footer-bottom{border-top:1px solid rgba(0,0,0,.06);padding-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;line-height:1rem;color:#a1a1aa;font-weight:500;font-family:var(--font-sans)}.footer-bottom>*+*{margin-top:1rem}@media(min-width:768px){.footer-bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.footer-bottom>*+*{margin-top:0}}.footer-bottom-copyright{text-align:center}@media(min-width:768px){.footer-bottom-copyright{text-align:left}}.footer-bottom-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-bottom-links a{color:inherit;-webkit-transition:color .3s;transition:color .3s;margin-left:1.5rem}.footer-bottom-links a:first-child{margin-left:0}.footer-bottom-links a:hover{color:#18181b}@media(min-width:768px){.footer-bottom-links{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.nav-item-dropdown{position:relative;display:inline-flex;align-items:center;}.dropdown-menu-custom{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:160px;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.06);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 0;z-index:100;pointer-events:none;}.nav-item-dropdown:hover .dropdown-menu-custom{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto;}.dropdown-menu-custom a{display:block;padding:.625rem 1.25rem;color:#52525b;font-weight:500;font-size:.875rem;transition:all .2s;margin-right:0!important;border-bottom:none !important;margin-bottom:0 !important;}.dropdown-menu-custom a:hover{background:rgba(139,92,246,.08);color:var(--accent);}.mobile-dropdown-toggle{display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#52525b;font-weight:500;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:1rem;transition:color .3s;}.mobile-dropdown-toggle:hover{color:#18181b;}.mobile-dropdown-menu{display:none;padding-left:1rem;margin-top:-.5rem;margin-bottom:.5rem;flex-direction:column;}.mobile-dropdown-menu.show{display:flex;}.mobile-menu .mobile-dropdown-menu a{display:block;width:100%;color:#52525b;font-weight:500;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:0;font-size:.875rem;transition:color .3s;text-decoration:none;}.mobile-menu .mobile-dropdown-menu a:last-child{border-bottom:none;padding-bottom:0.25rem;}.mobile-menu .mobile-dropdown-menu a:hover{color:#18181b;}