:root{--primary: #FF7000;--primary-glow: rgba(255, 112, 0, .4);--secondary: #FFFFFF;--bg-dark: #000000;--bg-card: #0A0A0A;--bg-nav: rgba(0, 0, 0, .85);--text-main: #FFFFFF;--text-muted: #A0A0A0;--font-main: "Inter", sans-serif;--font-accent: "Outfit", sans-serif;--transition: all .4s cubic-bezier(.4, 0, .2, 1);--glass: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08)}*{margin:0;padding:0;box-sizing:border-box}.nav-logo-img{height:44px;width:auto;display:block;object-fit:contain}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden;position:relative}.bg-video-wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-3;overflow:hidden}.bg-video-wrap img{width:100%;height:100%;object-fit:cover;opacity:.4;filter:saturate(1.5) contrast(1.2) brightness(.8)}.bg-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.8) 100%),linear-gradient(to bottom,rgba(0,0,0,.4),var(--bg-dark));z-index:-2}#bg-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;opacity:.4}.grid-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,112,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,112,0,.03) 1px,transparent 1px);background-size:50px 50px;z-index:-1;pointer-events:none;-webkit-mask-image:radial-gradient(circle at center,black,transparent 80%);mask-image:radial-gradient(circle at center,black,transparent 80%)}h1,h2,h3,h4{font-family:var(--font-accent);font-weight:900;text-transform:uppercase;letter-spacing:-.02em}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-orange{color:var(--primary);background:linear-gradient(135deg,var(--primary),#FFB000);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.2rem;border-radius:6px;font-weight:800;text-transform:uppercase;cursor:pointer;transition:var(--transition);font-family:var(--font-accent);font-size:.9rem;letter-spacing:.05em;gap:.5rem}.btn-primary{background-color:var(--primary);color:#000;border:1px solid var(--primary);position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:.5s}.btn-primary:hover:after{left:100%}.btn-primary:hover{background-color:transparent;color:var(--primary);box-shadow:0 0 25px var(--primary-glow)}.btn-outline{background-color:transparent;color:var(--secondary);border:1px solid var(--glass-border)}.btn-outline:hover{background-color:var(--secondary);color:var(--bg-dark);border-color:var(--secondary)}.navbar{position:fixed;top:0;width:100%;padding:1.2rem 0;background:var(--bg-nav);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);z-index:1000;border-bottom:1px solid var(--glass-border);transition:padding .3s cubic-bezier(.4,0,.2,1),background .3s}.navbar.scrolled{padding:.8rem 0;background:#000000f2;box-shadow:0 10px 30px #00000080}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-accent);font-weight:900;font-size:1.6rem;letter-spacing:-.5px;display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:2.5rem}.nav-links a{font-size:.85rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em}.nav-links a:hover{color:var(--primary)}.hero{position:relative;min-height:70vh;display:flex;align-items:center;padding-top:120px;padding-bottom:2rem;overflow:hidden}.hero-content{max-width:850px;position:relative;z-index:5}.hero-title{font-size:clamp(3.5rem,12vw,7rem);line-height:.85;margin-bottom:2.5rem;letter-spacing:-2px}.hero-subtitle{font-size:1.4rem;color:var(--text-muted);margin-bottom:3.5rem;max-width:650px;font-weight:400}.hero-btns{display:flex;gap:1.5rem}.hero-bg-glow{position:absolute;top:40%;right:-5%;width:800px;height:800px;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 60%);filter:blur(100px);z-index:1;pointer-events:none;animation:pulse-glow 8s infinite alternate ease-in-out}@keyframes pulse-glow{0%{opacity:.2;transform:scale(1)}to{opacity:.5;transform:scale(1.2)}}section{padding:10rem 0}#specs,#dashboard{padding:0}.section-title{font-size:clamp(2.5rem,6vw,4rem);margin-top:0;margin-bottom:0;text-align:center;letter-spacing:-1px}.features{padding-top:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.feature-card{background:#050505;padding:2.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:var(--transition);position:relative;overflow:hidden;display:flex;flex-direction:column;text-align:left}.feature-card:hover{transform:translateY(-5px);border-color:#ff700080;box-shadow:0 10px 40px #0009}.feature-icon{height:240px;width:100%;margin-bottom:2rem;display:block;object-fit:contain}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--secondary);line-height:1.3}.feature-card p{color:var(--text-muted);font-size:1rem;margin-bottom:2.5rem;flex-grow:1}.feature-card .btn{width:100%;margin-top:auto}.ddos-banner{margin-top:2rem;padding:2rem 0}#servers{padding:2rem 0}.ddos-banner-card{background:#050505;border-radius:12px;border:1px solid rgba(255,112,0,.2);padding:3rem;display:flex;align-items:center;gap:4rem;transition:var(--transition);position:relative;overflow:hidden}.ddos-banner-card:hover{transform:translateY(-5px);border-color:#ff700080;box-shadow:0 10px 40px #ff700026}.ddos-banner-icon{width:300px;height:auto;flex-shrink:0;object-fit:contain}.ddos-banner-content{flex-grow:1}.ddos-banner-content h3{font-size:2.2rem;margin-bottom:1rem;color:var(--secondary);line-height:1.2}.ddos-banner-content p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;max-width:600px}.ddos-banner-content .btn{min-width:250px}@media(max-width:900px){.ddos-banner-card{flex-direction:column;text-align:center;padding:2rem;gap:2rem}.ddos-banner-icon{width:200px}.ddos-banner-content p{margin:0 auto 2rem}}.hub-layout{position:relative;overflow:visible;padding:0}.hub-container{position:relative;max-width:1200px;margin:5rem auto;min-height:500px;display:flex;justify-content:center;align-items:center}.hub-center{position:relative;z-index:10;width:260px;height:260px;display:flex;justify-content:center;align-items:center}.hub-visual{width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}.core-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 30px var(--primary-glow));animation:float 6s infinite ease-in-out;position:relative;z-index:2}.core-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);border-radius:50%;z-index:1;animation:core-pulse-anim 4s infinite alternate ease-in-out}@keyframes core-pulse-anim{0%{transform:translate(-50%,-50%) scale(.9);opacity:.2}to{transform:translate(-50%,-50%) scale(1.1);opacity:.5}}.hub-glow{position:absolute;width:150%;height:150%;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);z-index:-1;animation:pulse-hub 4s infinite alternate ease-in-out}@keyframes pulse-hub{0%{transform:scale(.8);opacity:.3}to{transform:scale(1.1);opacity:.6}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.spec-node{position:absolute;width:280px;z-index:5}.node-content{background:#0a0a0ab3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:2rem;border-radius:4px;border:1px solid var(--glass-border);border-top:2px solid var(--primary);transition:var(--transition)}.spec-node:hover .node-content{background:#141414e6;border-color:var(--primary);box-shadow:0 10px 30px #00000080;transform:translateY(-5px)}.node-label{font-family:var(--font-accent);font-size:.7rem;font-weight:800;color:var(--primary);letter-spacing:2px;margin-bottom:.5rem;display:block}.node-content h3{font-size:1.2rem;margin-bottom:.5rem;letter-spacing:1px}.node-content p{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem}.node-data{font-family:Courier New,monospace;font-size:.85rem;color:var(--primary);background:#ff70001a;padding:.5rem;border-radius:4px;border:1px dashed rgba(255,112,0,.3);text-align:center;font-weight:700}.spec-node.tl{top:0;left:-50px}.spec-node.tr{top:0;right:-50px}.spec-node.bl{bottom:0;left:-50px}.spec-node.br{bottom:0;right:-50px}.node-line{position:absolute;background:linear-gradient(to right,var(--primary),transparent);height:1px;opacity:.3;z-index:1}.tl .node-line{top:100%;left:90%;width:200px;transform:rotate(25deg);transform-origin:top left}.tr .node-line{top:100%;right:90%;width:200px;transform:rotate(-25deg);transform-origin:top right}.bl .node-line{bottom:100%;left:90%;width:200px;transform:rotate(-25deg);transform-origin:bottom left}.br .node-line{bottom:100%;right:90%;width:200px;transform:rotate(25deg);transform-origin:bottom right}@media(max-width:900px){.hub-container{display:flex;flex-direction:column;gap:2rem;min-height:auto}.spec-node{position:static;width:100%}.node-line{display:none}}.game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.game-card{background:#0a0a0a66;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:16px;overflow:hidden;border:1px solid var(--glass-border);transition:var(--transition);display:flex;flex-direction:column}.game-card:hover{border-color:var(--primary);transform:scale(1.02);box-shadow:0 20px 40px #0009}.game-img{height:220px;background-color:#111;display:flex;align-items:center;justify-content:center;font-family:var(--font-accent);font-size:2rem;font-weight:900;color:#ffffff0d;position:relative;background-repeat:no-repeat}.game-img:after{content:"";position:absolute;bottom:0;width:100%;height:50%;background:linear-gradient(to top,var(--bg-dark),transparent)}.game-info{padding:2.5rem;flex-grow:1;display:flex;flex-direction:column}.game-info h3{font-size:1.8rem;margin-bottom:.8rem}.game-info .price{font-size:1.2rem;color:var(--primary);font-weight:800;margin-bottom:2rem;font-family:var(--font-accent)}.game-info .btn{width:100%;margin-top:auto}.footer{background:#050505;padding:8rem 0 3rem;border-top:1px solid var(--glass-border);margin-top:5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:6rem;margin-bottom:5rem}.footer-brand .logo{margin-bottom:2rem;font-size:2rem}.footer-brand p{color:var(--text-muted);max-width:450px;font-size:1.1rem}.footer-copyright{display:inline-block;font-size:.8rem!important;margin-top:1.5rem;padding:.4rem 1rem;background:#ff70000d;border-left:2px solid var(--primary);color:var(--primary)!important;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:0 4px 4px 0}.footer-links h4{font-size:1.1rem;margin-bottom:2rem;color:var(--secondary);letter-spacing:2px}.footer-links{display:flex;flex-direction:column;gap:1.2rem}.footer-links a{color:var(--text-muted);font-size:1rem}.footer-links a:hover{color:var(--primary);transform:translate(10px)}.footer-bottom{padding-top:3rem;border-top:1px solid var(--glass-border);text-align:center;color:var(--text-muted);font-size:.9rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-credit{font-family:var(--font-accent);font-weight:600;letter-spacing:1px;margin-top:1rem;font-size:.9rem;color:var(--text-muted)}.footer-credit a{color:var(--primary);text-decoration:none;font-weight:800;transition:var(--transition)}.footer-credit a:hover{text-shadow:0 0 10px var(--primary-glow)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-brand p{margin:0 auto}.footer-copyright{margin:1.5rem auto 0}.footer-bottom{flex-direction:column;text-align:center;padding-top:2rem}}.heart{display:inline-block;color:#ff4d4d;animation:heart-beat 1.5s infinite ease-in-out}@keyframes heart-beat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media(max-width:768px){.footer-bottom{flex-direction:column;text-align:center}}.reveal{opacity:0;transform:translateY(30px);transition:all .8s ease-out}@media(max-width:992px){.nav-links{gap:1.5rem}}@media(max-width:768px){.navbar{padding:1rem 0}.nav-links,.nav-cta{display:none}.hero-title{font-size:4rem}.footer-grid{grid-template-columns:1fr;gap:3.5rem;text-align:center}.footer-brand p{margin:0 auto}.section-title{font-size:3rem}}.hud-theme{padding:0 0 5rem;margin-top:2rem;perspective:1000px}.hud-outer{max-width:1100px;margin:0 auto;background:#080808f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,112,0,.2);border-radius:4px;padding:2rem;box-shadow:0 10px 30px #000c,inset 0 0 15px #ff70000d;position:relative;overflow:hidden}.hud-outer:before,.hud-outer:after{content:"";position:absolute;width:20px;height:20px;border:2px solid var(--primary);pointer-events:none}.hud-outer:before{top:10px;left:10px;border-right:none;border-bottom:none}.hud-outer:after{bottom:10px;right:10px;border-left:none;border-top:none}.diag-panel{display:flex;flex-direction:column;gap:2rem}.diag-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,112,0,.15);padding-bottom:1rem}.diag-title{display:flex;align-items:center;gap:1rem;font-family:Courier New,monospace;font-weight:800;font-size:1.1rem;color:#fff;letter-spacing:2px}.diag-icon{color:var(--primary);text-shadow:0 0 10px var(--primary-glow)}.diag-status{display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-family:Courier New,monospace;letter-spacing:2px}.status-dot{width:6px;height:6px;background:var(--primary)!important;border-radius:50%;box-shadow:0 0 8px var(--primary);animation:blink 1.5s infinite}.diag-grid{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:2rem}.diag-block{background:#0006;border:1px solid rgba(255,112,0,.1);padding:1.5rem;display:flex;flex-direction:column}.block-title{font-family:Courier New,monospace;font-size:.7rem;color:var(--text-muted);letter-spacing:2px;margin-bottom:1.5rem;font-weight:700;display:flex;justify-content:space-between}.load-array{display:grid;grid-template-columns:repeat(8,1fr);gap:6px;flex-grow:1}.core-bar{background:#0009;border:1px solid rgba(255,255,255,.05);aspect-ratio:1 / 1;position:relative;overflow:hidden;padding:3px}.core-fill{width:100%;height:100%;background:#ffffff1a;transition:background-color .2s,opacity .2s}.specs-block{justify-content:space-between}.spec-row{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px dashed rgba(255,255,255,.05);padding-bottom:.5rem}.spec-row:last-child{border-bottom:none;padding-bottom:0}.spec-label{font-family:Courier New,monospace;font-size:.65rem;color:var(--text-muted);letter-spacing:1px}.spec-val{font-family:var(--font-accent);font-size:1.2rem;font-weight:800;color:#fff}.spec-val small{font-size:.6rem;color:#ffffff80;letter-spacing:1px}.net-block{padding:1rem}#diag-net-canvas{width:100%;height:120px;background:#ff700005;border:1px solid rgba(255,112,0,.05)}.guaranteed-resources-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;width:100%}.gr-card{background:#0a0a0a99;border-radius:16px;padding:2.5rem;border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column}.secondary-feature{background:#0f0a0599}.gr-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.gr-icon-box{width:50px;height:50px;background:#ffffff08;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.gr-header h3{font-size:1.4rem;margin:0;color:#fff;letter-spacing:-.5px}.gr-desc{color:#888;font-size:.95rem;line-height:1.6;margin-bottom:2.5rem;flex-grow:1}.gr-metrics{display:flex;gap:1.5rem}.single-metric{justify-content:flex-start}.single-metric .gr-metric-box{flex:0 0 calc(50% - .75rem)}.gr-metric-box{background:#0006;border:1px solid rgba(255,255,255,.03);border-radius:12px;padding:1.2rem;flex:1;display:flex;flex-direction:column}.gr-metric-label{font-size:.6rem;letter-spacing:1px;color:#666;text-transform:uppercase;font-family:Courier New,monospace;margin-bottom:.8rem}.gr-metric-val{font-size:1.5rem;font-weight:700;font-family:var(--font-accent);margin-bottom:1rem}.text-green{color:var(--primary)!important}.bg-orange{background:var(--primary)!important}.gr-bar-track{width:100%;height:4px;background:#ffffff0d;border-radius:2px;overflow:hidden}.gr-bar-fill{height:100%;background:var(--primary);border-radius:2px}@media(max-width:992px){.diag-grid,.guaranteed-resources-wrapper{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.diag-header{flex-direction:column;align-items:flex-start;gap:1.2rem}.diag-title{font-size:.85rem}.gr-metrics{flex-direction:column;gap:1rem}.single-metric .gr-metric-box{flex:1}.hud-outer{padding:1.2rem .8rem}.gr-card{padding:1.5rem}.ddos-banner-card{flex-direction:column!important;text-align:center;padding:2.5rem 1.5rem!important;gap:2rem!important}.ddos-banner-icon{width:120px!important;height:120px!important}.ddos-banner-icon svg{width:40px!important;height:40px!important}}.ddos-section{padding:10rem 0;background:radial-gradient(circle at bottom,rgba(255,112,0,.03) 0%,transparent 70%)}.text-orange-glow{color:var(--primary);text-shadow:0 0 20px rgba(255,112,0,.3)}.ddos-landing{text-align:center;margin-bottom:8rem}.shield-badge{display:inline-flex;align-items:center;gap:12px;background:#ff70000d;border:1px solid rgba(255,112,0,.3);padding:8px 20px 8px 15px;font-family:var(--font-accent);font-size:.8rem;letter-spacing:2px;font-weight:800;text-transform:uppercase;color:var(--primary);margin-bottom:2rem;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.shield-badge .dot{width:8px;height:8px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px var(--primary);animation:blink 2s infinite}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.ddos-title{font-size:4rem;line-height:1.1;margin-bottom:2rem;letter-spacing:-1px}.ddos-lead{font-size:1.2rem;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;line-height:1.6}.ddos-actions{display:flex;gap:15px;justify-content:center;margin-bottom:6rem}.mitigated-counter{margin-top:4rem}.mitigated-counter .label{font-size:.7rem;letter-spacing:4px;color:var(--primary);font-weight:800;display:block;margin-bottom:1rem}.counter-val{font-size:5rem;font-weight:900;color:#fff;font-family:var(--font-accent);letter-spacing:-2px}.mitigation-center{background:#0a0a0a99;border:1px solid var(--glass-border);border-radius:20px;padding:4rem;margin-bottom:8rem}.mc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.mc-title-group .tag{color:#ff4d4d;font-size:.65rem;font-weight:800;letter-spacing:2px;display:flex;align-items:center;gap:8px}.mc-title-group .tag:before{content:"";width:6px;height:6px;background:#ff4d4d;border-radius:50%}.mc-title-group h3{font-size:2rem;margin-top:.5rem}.mc-stats{display:flex;gap:3rem}.mc-stat-item label{display:block;font-size:.6rem;color:var(--text-muted);letter-spacing:2px;margin-bottom:.5rem}.mc-stat-item span{font-family:var(--font-accent);font-size:1.5rem;font-weight:900}.mc-stat-item small{font-size:.7rem;color:var(--text-muted)}.mc-hud-layout{display:grid;grid-template-columns:350px 1fr;gap:2rem;margin-top:2rem}.mc-hud-left{display:flex;flex-direction:column;gap:2rem}.mc-hud-panel{background:#0a0a0a66;border:1px solid var(--glass-border);border-radius:4px;padding:1.5rem;position:relative;overflow:hidden}.mc-hud-panel:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary);opacity:.5}.panel-header{font-family:var(--font-accent);font-size:.75rem;font-weight:800;letter-spacing:2px;color:var(--text-muted);margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:1rem}.globe-container{height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.vector-globe{width:140px;height:140px;border:1px solid rgba(255,112,0,.2);border-radius:50%;position:relative;background:radial-gradient(circle,rgba(255,112,0,.05) 0%,transparent 70%);display:flex;align-items:center;justify-content:center}.globe-center-img{width:45px;height:45px;opacity:.9;filter:drop-shadow(0 0 15px rgba(255,112,0,.6))}.vector-globe:after{content:"";position:absolute;inset:-10px;border:1px dashed rgba(255,112,0,.3);border-radius:50%;animation:spin 20s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.attack-origins{display:flex;flex-direction:column;gap:1rem}.origin-item{display:flex;align-items:center;font-family:Courier New,monospace;font-size:.75rem;color:var(--secondary)}.origin-item span{width:30px}.bar-wrap{flex-grow:1;height:4px;background:#ffffff0d;margin-left:10px}.bar{height:100%;background:#ff4d4d;box-shadow:0 0 10px #ff4d4d}.monitor-panel{height:100%;display:flex;flex-direction:column}.traffic-graph-container{flex-grow:1;min-height:350px;position:relative}#traffic-monitor{position:absolute;top:0;left:0;width:100%;height:100%}.mc-legend{display:flex;gap:1.5rem;font-size:.65rem}.leg-clean{color:var(--primary)}.leg-mal{color:#ff4d4d}.scrub-logs{font-family:Courier New,monospace;font-size:.7rem;height:150px;overflow:hidden;color:#fff6}.log-entry{margin-bottom:.4rem}.log-entry.mitigation{color:#ff4d4d;font-weight:700}.attack-spectrum{margin-top:10rem}.osi-hud-container{display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.osi-left,.osi-right{flex:1;display:flex;flex-direction:column}.osi-left{align-items:flex-end;text-align:right;padding-right:2rem}.osi-right{align-items:flex-start;text-align:left;padding-left:2rem}.osi-title{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-2px;margin-bottom:1rem;line-height:1.1;text-shadow:0 0 20px rgba(255,112,0,.3)}.osi-lead{font-size:1rem;color:var(--text-muted);max-width:350px;line-height:1.6}.osi-center{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;position:relative;z-index:5}.radar-housing{width:450px;height:450px;position:relative;display:flex;align-items:center;justify-content:center}.radar-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,255,255,.05);pointer-events:none}.radar-ring.outer{width:100%;height:100%;border-color:#ff700033}.radar-ring.inner{width:70%;height:70%;border-color:#ffffff1a;border-style:dashed}.radar-crosshair{position:absolute;background:#ff700033;pointer-events:none}.radar-crosshair.horizontal{top:50%;left:0;width:100%;height:1px}.radar-crosshair.vertical{top:0;left:50%;width:1px;height:100%}#threat-radar{width:100%;height:100%;filter:drop-shadow(0 0 15px rgba(255,112,0,.3));position:relative;z-index:2}.radar-readout{margin-top:2rem;font-family:var(--font-accent);font-size:.75rem;font-weight:800;letter-spacing:4px;color:var(--primary);background:#ff70001a;padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(255,112,0,.3)}.threat-shard{display:flex;gap:1.5rem;align-items:flex-start;background:#0a0a0a99;border:1px solid rgba(255,255,255,.05);padding:1.5rem;position:relative;transition:all .3s;max-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.osi-left .threat-shard{flex-direction:row-reverse;border-right:2px solid var(--primary);border-left:1px solid rgba(255,255,255,.05);clip-path:polygon(0 0,100% 0,100% 100%,15px 100%,0 calc(100% - 15px))}.osi-right .threat-shard{border-left:2px solid var(--primary);clip-path:polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%)}.threat-shard:hover{background:#ff70000d;box-shadow:0 0 20px #ff70001a}.shard-marker{font-family:var(--font-accent);font-size:.8rem;font-weight:900;letter-spacing:2px;color:var(--primary);writing-mode:vertical-rl;transform:rotate(180deg)}.osi-left .shard-marker{padding-right:1rem;border-right:1px dashed var(--glass-border)}.osi-right .shard-marker{padding-left:1rem;border-left:1px dashed var(--glass-border)}.shard-data h4{font-size:1.1rem;margin-bottom:.5rem;color:#fff}.shard-data p{font-family:Courier New,monospace;font-size:.8rem;color:var(--text-muted)}.cluster-status-section{padding:8rem 0;position:relative;border-top:1px solid rgba(255,112,0,.2);border-bottom:1px solid rgba(255,112,0,.2);background:radial-gradient(ellipse at center,#0a0a0acc,#000);overflow:hidden}.cluster-status-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 50%,rgba(255,112,0,.02) 50%),linear-gradient(rgba(255,112,0,.02) 50%,transparent 50%);background-size:30px 30px;opacity:.5;pointer-events:none}.telemetry-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.4;pointer-events:none}.unique-telemetry-hud{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2;margin-top:4rem}.hud-side{display:flex;flex-direction:column;gap:4rem;flex:1}.left-side{align-items:flex-end;padding-right:4rem}.right-side{align-items:flex-start;padding-left:4rem}.hud-data-point{position:relative}.left-align{text-align:right}.right-align{text-align:left}.point-value{font-size:2.5rem;font-weight:900;letter-spacing:-1px;line-height:1;margin-bottom:.5rem;color:#fff}.point-value small{font-size:1rem;color:var(--text-muted)}.point-label{font-family:var(--font-accent);font-size:.75rem;font-weight:800;letter-spacing:3px;color:var(--text-muted)}.point-line{position:absolute;top:50%;width:50px;height:1px;background:#ff700080}.right-line{right:-60px}.left-line{left:-60px}.hud-center-core{display:flex;flex-direction:column;align-items:center;flex:0 0 auto}.core-ring{width:250px;height:250px;border-radius:50%;border:2px dashed rgba(255,112,0,.3);display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle,rgba(255,112,0,.1) 0%,transparent 70%);animation:spin-slow 20s linear infinite}.core-inner{width:200px;height:200px;border-radius:50%;background:#0a0a0acc;border:1px solid rgba(255,112,0,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 30px #ff700033,inset 0 0 20px #ff70001a;animation:spin-slow 20s linear reverse infinite}.core-value{font-size:4rem;font-weight:900;line-height:1;letter-spacing:-2px}.core-unit{font-family:Courier New,monospace;font-size:1rem;color:var(--primary);margin-top:.5rem}.core-label{font-family:var(--font-accent);font-size:.85rem;font-weight:800;letter-spacing:4px;margin-top:2rem;color:#fff}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mc-hud-layout{display:grid;grid-template-columns:380px 1fr;gap:1.5rem;margin-top:2rem}.mc-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.mc-stats{display:flex;gap:2.5rem;flex-shrink:0}.traffic-graph-container{width:100%;height:100%;min-height:300px}#traffic-monitor{width:100%;height:100%;display:block}@media(max-width:1100px){.mc-hud-layout{grid-template-columns:1fr}}@media(max-width:900px){.osi-hud-container{flex-direction:column;gap:4rem}.osi-left,.osi-right{align-items:center;text-align:center;padding:0}.osi-title{text-align:center}.osi-lead{margin-inline:auto}.threat-shard{flex-direction:column!important;align-items:center!important}.osi-left .threat-shard,.osi-right .threat-shard{border:1px solid rgba(255,255,255,.05);border-bottom:2px solid var(--primary);clip-path:polygon(15px 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0 15px)}.shard-marker{writing-mode:horizontal-tb;transform:none;padding:0 0 1rem!important;border:none!important;border-bottom:1px dashed var(--glass-border)!important;width:100%;margin-bottom:1rem;text-align:center}.mc-hud-layout{grid-template-columns:1fr}.unique-telemetry-hud{flex-direction:column;gap:4rem}.left-side,.right-side{align-items:center;padding:0;gap:2rem}.left-align,.right-align{text-align:center}.point-line{display:none}}@media(max-width:600px){.status-tertiary{flex-direction:row;justify-content:space-between}.status-matrix{grid-template-columns:1fr}.compute-item,.region-item{grid-column:span 1}}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.5,0,0,1)}.reveal.active{opacity:1;transform:translateY(0)}@media(max-width:768px){html,body{overflow-x:hidden}.container{padding:0 1.25rem}.nav-links{display:none}.hero-content{padding:0 1rem;text-align:center}.hero-title{font-size:clamp(2.8rem,12vw,5rem);letter-spacing:-2px}.hero-subtitle{font-size:1rem;max-width:100%}.hero-cta{flex-direction:column;align-items:center;gap:1rem}.hero-stats{flex-direction:column;gap:1.5rem;align-items:center}.hub-grid,.features-grid{grid-template-columns:1fr;gap:1.5rem}.performance-hub{grid-template-columns:1fr}.hub-image{max-width:100%;height:auto}.game-grid{grid-template-columns:1fr;gap:1.5rem}.ddos-landing{flex-direction:column;gap:3rem}.monitor-grid{grid-template-columns:1fr;gap:1.5rem}.traffic-monitor-wrap{height:200px}.radar-housing{width:280px;height:280px}.hud-main-grid{grid-template-columns:1fr;gap:2rem}.hud-side{flex-direction:row;justify-content:center;gap:2rem;flex-wrap:wrap}.hud-gauge{width:100px;height:100px}.hud-load-bar{width:100%;max-width:300px}.hud-terminal{font-size:.75rem}.unique-telemetry-hud{flex-direction:column!important;gap:2rem}.hud-core-center{width:200px!important;height:200px!important}.plans-grid,.pricing-grid{grid-template-columns:1fr;gap:1.5rem}section h2,.section-title{font-size:clamp(2rem,8vw,3.5rem);letter-spacing:-1px}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.hud-side{flex-direction:column;align-items:center}.radar-housing{width:240px;height:240px}.osi-hud-container{gap:2rem}}.faq-section{padding:12rem 0;background:radial-gradient(circle at top,rgba(255,112,0,.02) 0%,transparent 70%)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:5rem}.faq-item{display:flex;gap:1.5rem;padding:2rem 2.5rem;background:#0f0f1499;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,112,0,.1);border-radius:16px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;cursor:pointer}.faq-item.active{background:#141419cc;border-color:#ff700080;transform:translateY(-4px);box-shadow:0 10px 30px #0006}.faq-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(255,112,0,.1),transparent 70%);opacity:0;transition:opacity .4s}.faq-item:hover:before,.faq-item.active:before{opacity:1}.faq-icon{flex-shrink:0;width:48px;height:48px;background:#ff70001a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary);transition:.3s}.faq-item.active .faq-icon{background:var(--primary);color:#fff;transform:rotate(45deg);box-shadow:0 0 15px var(--primary-glow)}.faq-content h4{font-family:var(--font-accent);font-size:1.1rem;margin-bottom:0;color:#fff;letter-spacing:.5px;line-height:1.4;transition:margin .3s}.faq-item.active .faq-content h4{margin-bottom:1rem}.faq-content p{color:var(--text-muted);font-size:.9rem;line-height:1.6;max-height:0;opacity:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-item.active .faq-content p{max-height:300px;opacity:1;margin-top:.5rem}@media(max-width:992px){.faq-grid{grid-template-columns:1fr}}@media(max-width:768px){.faq-section{padding:8rem 0}.faq-item{padding:2rem;flex-direction:column;gap:1rem}.faq-icon{width:40px;height:40px}}.mobile-toggle{display:none;flex-direction:column;justify-content:space-between;width:28px;height:18px;background:none;border:none;cursor:pointer;z-index:1020;padding:0;margin-left:1rem}.mobile-toggle span{display:block;width:100%;height:2px;background-color:var(--secondary);transition:var(--transition)}.mobile-toggle.active span:nth-child(1){transform:translateY(9.5px) rotate(45deg)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:translateY(-9.5px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#000000fa;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);z-index:1010;display:flex;align-items:center;justify-content:center;transition:right .6s cubic-bezier(.8,0,.2,1)}.mobile-menu.active{right:0}.mobile-nav-links{display:flex;flex-direction:column;align-items:center;gap:2.2rem;width:100%}.mobile-nav-links a{font-family:var(--font-accent);font-size:1.15rem;font-weight:700;text-decoration:none;color:var(--secondary);letter-spacing:2.5px;text-transform:uppercase;transition:var(--transition);opacity:.8}.mobile-nav-links a:hover{color:var(--primary);opacity:1;transform:scale(1.1)}.mobile-cta{margin-top:1.5rem;width:100%;display:flex;justify-content:center}.mobile-cta .btn{width:65%;max-width:260px;padding:.9rem;font-size:.9rem;border-radius:6px;box-shadow:0 10px 20px #ff700033}@media(max-width:992px){.nav-links,.nav-cta{display:none}.mobile-toggle{display:flex}.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar{padding:.8rem 0}.hero-title{font-size:clamp(2.5rem,10vw,4rem);margin-bottom:2rem}.features-grid{grid-template-columns:1fr}.section-title{font-size:2.5rem}.hub-container{flex-direction:column;height:auto;padding:0;margin-top:2rem;gap:0}.hub-center{width:200px;height:200px;margin:0 auto 3rem}.hub-visual{width:100%;height:100%}.spec-node{position:static;width:100%;margin-bottom:1.5rem;padding:0;background:none;border:none;transform:none!important}.node-content{padding:1.5rem;border-radius:8px}.node-line{display:none}.unique-telemetry-hud{flex-direction:column;gap:3rem}.hud-side{width:100%;align-items:center!important}.left-align,.right-align{text-align:center!important;align-items:center!important}.point-line{display:none}.hud-theme{padding:6rem 0}.hud-outer{padding:1.5rem}.hud-header{flex-direction:column;align-items:flex-start;gap:2rem}.hud-load-bar{width:100%}.faq-grid{grid-template-columns:1fr;gap:1.5rem}.hud-theme{padding:4rem 0!important}.cluster-status-section{padding:4rem 0!important;margin-top:0}.section-title{margin-bottom:2rem!important}}@media(max-width:992px){.mc-hud-layout{grid-template-columns:1fr}.osi-hud-container{flex-direction:column;gap:4rem}.osi-left,.osi-right{align-items:center;text-align:center;padding:0}.radar-housing{width:300px;height:300px}}@media(max-width:480px){.counter-val{font-size:3rem}.mc-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.radar-housing{width:250px;height:250px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:all .3s ease}.modal-overlay.active{opacity:1;visibility:visible}.login-modal{background:#000;border:1px solid rgba(255,255,255,.1);border-radius:24px;width:100%;max-width:400px;padding:2.5rem;position:relative;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 25px 50px -12px #00000080}.modal-overlay.active .login-modal{transform:translateY(0)}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:none;width:32px;height:32px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.modal-close:hover{background:#fff3}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h2{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.google-login-btn{width:100%;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:center;gap:.8rem;color:#fff;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.google-login-btn:hover{background:#252525;border-color:#fff3}.google-icon{width:20px;height:20px}.modal-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:#ffffff4d;font-size:.8rem;text-transform:uppercase;letter-spacing:1px}.modal-divider:before,.modal-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.email-input-group{position:relative;margin-bottom:2rem}.email-input{width:100%;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem 3.5rem 1rem 1.2rem;color:#fff;font-size:1rem;transition:all .2s}.email-input:focus{outline:none;border-color:var(--primary);background:#ff70000d}.email-submit{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;width:32px;height:32px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.email-submit:hover{background:var(--primary);color:#000}.modal-footer{text-align:center;font-size:.75rem;color:#fff6}.modal-footer span{font-weight:600;color:#fff9}.onboarding-form{display:none;animation:fadeIn .4s ease}.onboarding-form.active{display:block}.login-form-content.hidden{display:none}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-size:.8rem;color:#ffffff80;margin-bottom:.5rem;font-weight:500}.onboarding-input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.8rem 1rem;color:#fff;font-size:.9rem;transition:all .2s}.onboarding-input:focus{outline:none;border-color:var(--primary);background:#ff70000d}.save-profile-btn{width:100%;background:var(--primary);color:#000;border:none;border-radius:12px;padding:1rem;font-weight:700;cursor:pointer;transition:all .2s;margin-top:1rem}.save-profile-btn:hover{background:#ff8520;transform:translateY(-2px);box-shadow:0 4px 15px var(--primary-glow)}.user-profile-nav{display:none;align-items:center;gap:1rem;background:#ffffff0d;padding:.4rem .8rem;border-radius:50px;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .2s}.user-profile-nav:hover{background:#ffffff1a;border-color:#fff3}.user-profile-nav.active{display:flex}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:.8rem;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-info-text{display:flex;flex-direction:column}.user-nav-name{font-size:.85rem;font-weight:600;color:#fff}.user-nav-username{font-size:.7rem;color:#ffffff80}.nav-cta.hidden{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
