:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,sans-serif;overflow:auto;background:linear-gradient(120deg,#0f2027,#2c5364 40%,#1a2980,#00fff7);animation:gradient 18s ease-in-out infinite;background-size:300% 300%;background-attachment:fixed;min-height:100vh;position:relative}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}#root{position:relative;z-index:1}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.dark{background:linear-gradient(120deg,#10131a,#181f2a)!important;color:#e6eaf3}.darker{background:linear-gradient(120deg,#0a0c12,#14171e)!important;color:#d1d5e0}.light{background:linear-gradient(120deg,#f5f7fa,#c3cfe2)!important;color:#1a2233}.login-form{width:100%;display:flex;flex-direction:column;gap:16px}.input-container{position:relative;width:100%;height:48px;border-radius:8px;background:#0c223399;border:1px solid rgba(0,168,204,.2);transition:all .3s ease;overflow:hidden}.input-container.focused{border-color:#00a8cc99;box-shadow:0 0 0 2px #00a8cc33}.input-container.invalid{border-color:#ed433799;box-shadow:0 0 0 2px #ed433733}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#88b8c9;transition:color .3s ease;z-index:1}.input-container.focused .input-icon{color:#00a8cc}.input-container.invalid .input-icon{color:#ed4337}.input-container input{width:100%;height:100%;padding:0 16px 0 44px;background:transparent;border:none;outline:none;color:#fff;font-family:Rajdhani,sans-serif;font-size:.95rem;letter-spacing:1px;position:relative;z-index:1}.input-container input::placeholder{color:#587d8c;letter-spacing:1px;font-size:.9rem}.input-glow{position:absolute;top:0;left:-100%;width:120%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,168,204,.1),rgba(12,123,147,.1),transparent);transition:all .3s ease;pointer-events:none;z-index:0}.input-container.focused .input-glow{left:100%;transition:.6s all ease}.options-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;margin-bottom:8px}.remember-me{display:flex;align-items:center;position:relative;cursor:pointer;font-size:.85rem;color:#b2e0ec;-webkit-user-select:none;user-select:none}.remember-me input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:relative;display:inline-block;height:16px;width:16px;background-color:#0c2233cc;border:1px solid rgba(0,168,204,.3);border-radius:4px;margin-right:8px;transition:all .2s ease}.remember-me input:checked~.checkmark{background-color:#00a8cc;border-color:#00a8cc}.checkmark:after{content:"";position:absolute;display:none;left:5px;top:1px;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.remember-me input:checked~.checkmark:after{display:block}.label-text{padding-top:2px}.forgot-password{color:#00a8cc;font-size:.85rem;text-decoration:none;transition:color .2s;font-weight:500}.forgot-password:hover{color:#0c7b93;text-decoration:underline}.login-button{position:relative;width:100%;height:48px;border-radius:8px;border:none;background:linear-gradient(90deg,#00a8cc,#0c7b93);color:#fff;font-family:Rajdhani,sans-serif;font-weight:600;font-size:1rem;letter-spacing:2px;cursor:pointer;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;transition:all .3s ease}.login-button:hover{background:linear-gradient(90deg,#0c7b93,#00a8cc);box-shadow:0 5px 15px #00a8cc4d;transform:translateY(-2px)}.login-button:active{transform:translateY(0)}.button-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s;z-index:0}.login-button:hover .button-glow{left:100%;transition:.5s}.register-prompt{margin-top:8px;text-align:center;font-size:.85rem;color:#b2e0ec}.register-prompt a{color:#00a8cc;margin-left:8px;text-decoration:none;transition:color .2s;font-weight:500}.register-prompt a:hover{color:#0c7b93;text-decoration:underline}.register-links{display:flex;flex-direction:column;gap:2px;margin-top:8px;text-align:center;font-size:.85rem;color:#b2e0ec}.register-links a{color:#00a8cc;margin-left:4px;text-decoration:none;transition:color .2s;font-weight:500}.register-links a:hover{color:#0c7b93;text-decoration:underline}body{background:#000e29}.alert>.start-icon{margin-right:0;min-width:20px;text-align:center}.alert>.start-icon{margin-right:5px}.greencross{font-size:18px;color:#25ff0b;text-shadow:none}.alert-simple.alert-success{border:1px solid rgba(36,241,6,.46);background-color:#0795421f;box-shadow:0 0 2px #259c08;color:#0ad406;text-shadow:2px 1px #00040a;transition:.5s;cursor:pointer}.alert-success:hover{background-color:#07954259;transition:.5s}.alert-simple.alert-info{border:1px solid rgba(6,44,241,.46);background-color:#0749951f;box-shadow:0 0 2px #0396ff;color:#0396ff;text-shadow:2px 1px #00040a;transition:.5s;cursor:pointer}.alert-info:hover{background-color:#07499559;transition:.5s}.blue-cross{font-size:18px;color:#0bd2ff;text-shadow:none}.alert-simple.alert-warning{border:1px solid rgba(241,142,6,.81);background-color:#dc800129;box-shadow:0 0 2px #ffb103;color:#ffb103;text-shadow:2px 1px #00040a;transition:.5s;cursor:pointer}.alert-warning:hover{background-color:#dc800154;transition:.5s}.warning{font-size:18px;color:#ffb40b;text-shadow:none}.alert-simple.alert-danger{border:1px solid rgba(241,6,6,.81);background-color:#dc110129;box-shadow:0 0 2px #ff0303;color:#ff0303;text-shadow:2px 1px #00040a;transition:.5s;cursor:pointer}.alert-danger:hover{background-color:#dc110154;transition:.5s}.danger{font-size:18px;color:#ff0303;text-shadow:none}.alert-simple.alert-primary{border:1px solid rgba(6,241,226,.81);background-color:#01ccdc29;box-shadow:0 0 2px #03fff5;color:#03d0ff;text-shadow:2px 1px #00040a;transition:.5s;cursor:pointer}.alert-primary:hover{background-color:#01ccdc54;transition:.5s}.alertprimary{font-size:18px;color:#03d0ff;text-shadow:none}.square_box{position:absolute;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-top-left-radius:45px;opacity:.302}.square_box.box_three{background-image:-moz-linear-gradient(-90deg,#290a59 0%,#3d57f4 100%);background-image:-webkit-linear-gradient(-90deg,#290a59 0%,#3d57f4 100%);background-image:-ms-linear-gradient(-90deg,#290a59 0%,#3d57f4 100%);opacity:.059;left:-80px;top:-60px;width:500px;height:500px;border-radius:45px}.square_box.box_four{background-image:-moz-linear-gradient(-90deg,#290a59 0%,#3d57f4 100%);background-image:-webkit-linear-gradient(-90deg,#290a59 0%,#3d57f4 100%);background-image:-ms-linear-gradient(-90deg,#290a59 0%,#3d57f4 100%);opacity:.059;left:150px;top:-25px;width:550px;height:550px;border-radius:45px}.alert:before{content:"";position:absolute;width:0;height:calc(100% - 44px);border-left:1px solid;border-right:2px solid;border-bottom-right-radius:3px;border-top-right-radius:3px;left:0;top:50%;transform:translateY(-50%);height:20px}.fa-times{-webkit-animation:blink-1 2s infinite both;animation:blink-1 2s infinite both}@-webkit-keyframes blink-1{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes blink-1{0%,50%,to{opacity:1}25%,75%{opacity:0}}.particle-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.login-page{min-height:100vh;width:100vw;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;background:radial-gradient(ellipse at bottom,#142850,#0c2233);color:#fff;font-family:Rajdhani,Orbitron,sans-serif}.login-container{position:relative;width:100%;max-width:420px;padding:40px;background:linear-gradient(135deg,#0c2233f2,#142850d9);border-radius:24px;box-shadow:0 8px 32px #0006,0 0 0 1px #00a8cc1a,0 0 40px #0c7b9333 inset;border:1px solid rgba(0,168,204,.15);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:10;animation:fadeIn .5s ease-out;overflow:hidden;isolation:isolate}.login-container:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,168,204,.1),transparent);transform:rotate(45deg);animation:shine 4s infinite;z-index:-1}.logo-container{text-align:center;position:relative;margin-bottom:32px}.logo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:radial-gradient(circle,#00a8cc4d,#0c7b9300 70%);filter:blur(12px);z-index:-1;animation:pulse 3s infinite alternate}.logo{display:flex;flex-direction:column;align-items:center;margin:0 0 8px;font-weight:700;letter-spacing:2px;position:relative}.logo-main{font-size:2.5rem;background:linear-gradient(90deg,#00a8cc,#0c7b93);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;padding:8px 0;text-shadow:0 0 5px rgba(0,168,204,.5)}.logo-tag{font-size:1rem;color:#00a8cc;letter-spacing:6px;text-transform:uppercase;transform:translateY(-4px)}.welcome-text{text-align:center;font-size:1.1rem;color:#b2e0ec;margin-bottom:32px;letter-spacing:1px;font-weight:500}.footer-text{margin-top:32px;text-align:center;font-size:.75rem;color:#88b8c9;letter-spacing:1px}@keyframes pulse{0%{opacity:.5;transform:translate(-50%,-50%) scale(1)}to{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}}@keyframes shine{0%{left:-100%}50%,to{left:100%}}@media (max-width: 480px){.login-container{padding:32px 24px}.logo-main{font-size:2rem}.logo-tag{font-size:.85rem}.welcome-text{font-size:1rem;margin-bottom:24px}}.wave{background:#ffffff40;border-radius:1000% 1000% 0 0;position:fixed;width:200%;height:12em;animation:wave 10s -3s linear infinite;transform:translateZ(0);opacity:.8;bottom:0;left:0;z-index:-2}.dashboard-bg{min-height:100vh;width:100vw;background:linear-gradient(120deg,#10131a,#181f2a);color:#e6eaf3;font-family:Segoe UI,Roboto,Arial,sans-serif;position:relative;overflow:hidden}.dashboard-bg canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.background-blur-lights{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;overflow:hidden;filter:blur(32px) brightness(1.2)}.wave-light{position:absolute;width:180vw;height:180px;left:-40vw;top:120vh;background:linear-gradient(90deg,#00fff71f,#ff00e01a);opacity:.7;border-radius:100px;transform:rotate(45deg);filter:blur(32px);pointer-events:none;animation:waveMove 10s ease-in-out infinite}.wave-light.wave2{top:120vh;background:linear-gradient(90deg,#ff00e01a,#00fff71f);animation-delay:5s}@keyframes waveMove{0%{top:120vh;opacity:.7}50%{top:-20vh;opacity:1}to{top:120vh;opacity:.7}}.dashboard-header,.dashboard-main{position:relative;z-index:2}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:64px;background:#121620fa;border-bottom:1px solid #232b3b;box-shadow:0 2px 12px #00000014}.logo-area{display:flex;align-items:center;font-size:1.5rem;font-weight:700;letter-spacing:1px}.logo-shield{font-size:1.7rem;margin-right:10px;color:#3ecfff}.logo-text{color:#e6eaf3}.logo-inject{color:#3ecfff;font-weight:700;margin-left:2px}.dashboard-nav{display:flex;gap:32px}.dashboard-nav a{color:#b6bedc;text-decoration:none;font-size:1.08rem;font-weight:500;padding:4px 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.dashboard-nav a.active,.dashboard-nav a:hover{color:#3ecfff;border-bottom:2px solid #3ecfff}.user-icon{display:flex;align-items:center}.user-avatar{font-size:1.7rem;background:linear-gradient(135deg,#3ecfff,#1a2980);border-radius:50%;padding:6px 10px;color:#fff;box-shadow:0 2px 8px #1a298033}.dashboard-main{display:flex;justify-content:center;align-items:flex-start;gap:40px;padding:48px 0 0;max-width:1200px;margin:0 auto;height:100%}.dashboard-card{padding:10px 6px;min-width:220px;max-width:280px;flex:1 1 220px;gap:12px;background:#181f2afa;border-radius:16px;box-shadow:0 4px 32px #0000002e;display:flex;flex-direction:column;border:1px solid #232b3b}.dashboard-card-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}.dashboard-card-header h2{font-size:1.5rem;font-weight:700;margin:0;color:#e6eaf3}.status-dot{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:4px;background:#e74c3c;box-shadow:0 0 8px #e74c3c88}.status-dot.disconnected{background:#e74c3c}.status-text{font-size:1rem;font-weight:600;margin-left:2px}.status-text.disconnected{color:#e74c3c}.dashboard-card-body{padding:0}.dashboard-select{width:100%;padding:14px 16px;border-radius:8px;border:1px solid #2c344a;background:#232b3b;color:#e6eaf3;font-size:1.08rem;font-weight:500;outline:none;transition:border-color .2s;margin-top:8px}.dashboard-select:focus{border-color:#3ecfff}.session-info-card{position:relative;overflow:hidden;background:#0c2233d9;border-radius:18px;padding:24px;box-shadow:0 8px 32px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.session-info-card canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.session-info-title,.session-info-separator,.session-info-list{position:relative;z-index:1}.session-info-card h3{font-size:1.18rem;font-weight:700;margin:0;color:#e6eaf3;letter-spacing:1px}.session-info-row{display:flex;align-items:center;gap:12px;font-size:1.05rem;margin-bottom:6px}.session-icon{font-size:1.2rem;min-width:24px;text-align:center}.session-label{color:#b6bedc;min-width:120px;font-weight:500}.session-value{color:#e6eaf3;font-weight:600;margin-left:auto;text-align:right}.session-value.undetected{color:#3fff7a;font-weight:700}.session-info-exact{background:#181c20;border:1.5px solid #23272e;border-radius:12px;padding:10px 16px 12px;min-width:280px;max-width:320px;font-family:Fira Mono,Consolas,Menlo,monospace;color:#e6eaf3;box-shadow:0 2px 12px #0000002e}.session-info-title{font-size:1.13rem;font-family:Fira Mono,Consolas,Menlo,monospace;font-weight:600;color:#fff;margin:0;letter-spacing:.5px;text-align:left}.session-info-separator{border:none;border-top:1.2px solid #31343a;margin:0}.session-info-list{display:flex;flex-direction:column;gap:18px}.session-info-row-exact{display:flex;align-items:center;gap:13px}.session-info-row-exact:first-child{margin-top:12px}.session-info-icon-bg{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:#23272e;color:#b6bedc;flex-shrink:0}.session-info-icon-bg.hvci{background:#3a181c;color:#e05a5a}.session-info-label-exact{font-size:.98rem;color:#b6bedc;font-family:inherit;font-weight:400;margin-bottom:0;display:block;text-align:left;line-height:1.1}.session-info-value-exact{font-size:1.08rem;color:#fff;font-family:inherit;font-weight:500;text-align:left;display:block;line-height:1.15;margin-bottom:0}.session-info-value-exact.undetected{color:#0f0;font-weight:700}.session-info-texts{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media (max-width: 900px){.dashboard-main{flex-direction:column;align-items:center;gap:32px;padding:32px 0 0}.dashboard-card,.session-info-card{min-width:90vw;max-width:98vw}}@media (max-width: 600px){.dashboard-header{flex-direction:column;height:auto;gap:12px;padding:12px 8px}.dashboard-main{padding:18px 0 0}.dashboard-card{display:flex;flex-direction:column;justify-content:center;height:100%}.dashboard-action-btn,.valorant-warning{width:100%;box-sizing:border-box}.session-info-exact{min-width:95vw;max-width:99vw;padding:12px 6px 10px}}@media (min-width: 900px){.dashboard-card{min-width:340px;max-width:420px;flex:1 1 340px}}.dashboard-action-btn{width:100%;padding:14px 0;border-radius:8px;border:none;background:linear-gradient(90deg,#00a8cc,#0c7b93);color:#fff;font-size:1.08rem;font-weight:600;letter-spacing:1px;cursor:pointer;box-shadow:0 2px 8px #00a8cc1f;transition:background .2s,box-shadow .2s,transform .1s;margin-bottom:0}.dashboard-action-btn:hover{background:linear-gradient(90deg,#0c7b93,#00a8cc);box-shadow:0 4px 16px #00a8cc2e;transform:translateY(-2px)}.valorant-warning{width:100%;box-sizing:border-box;padding:14px 0;border-radius:8px;background:#ed43371f;color:#ed4337;font-weight:700;font-size:1.02rem;border:1px solid rgba(237,67,55,.18);display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px}.valorant-warning-icon{font-size:1.3em;vertical-align:middle;margin-right:4px}.dashboard-notification{margin-top:12px;background:#ed43372e;color:#ed4337;font-weight:600;font-size:1rem;border-radius:6px;padding:10px 18px;text-align:center;box-shadow:0 2px 8px #ed433714;border:1px solid rgba(237,67,55,.18);animation:fadeIn .3s;z-index:10}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.valorant-found{background:#3fff7a1f;color:#3fff7a;border:1px solid rgba(63,255,122,.18)}.dashboard-container{display:flex;width:90%;max-width:1200px;height:620px;margin:0 auto;box-sizing:border-box}.dashboard-content-wrapper{flex:1;display:flex;flex-direction:column;gap:20px;height:100%}.dashboard-content{flex:1;height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,#1a2b3c8c,#16243373);border-radius:0 8px 8px 0;padding:20px;box-shadow:0 4px 8px #0003;border:1px solid rgba(62,207,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dashboard-content>div{flex:1;display:flex;flex-direction:column}.dashboard-content:before{display:none}.dashboard-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(0deg,#3ecfff0d,#3ecfff00);pointer-events:none}.dashboard-title{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:20px;color:#fff;text-align:center}@media (max-width: 768px){.dashboard-container{width:95%;margin:10px auto;flex-direction:column;gap:10px}.dashboard-content{width:100%;min-height:calc(100vh - 200px);padding:15px}}@media (max-width: 480px){.dashboard-container{width:98%;margin:5px auto}.dashboard-content{padding:12px}}.user-card{display:flex;align-items:center;background:linear-gradient(90deg,#1a2332 60%,#232f45);border-radius:16px;padding:24px 32px;box-shadow:0 4px 24px #000a .1;color:#fff;gap:32px}.user-info{display:flex;align-items:center;gap:16px}.avatar-glow{width:56px;height:56px;border-radius:50%;background:radial-gradient(circle,#00eaff 60%,#1a2332);display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 0 16px #00eaff88}.username{font-size:1.3rem;font-weight:600}.user-type{color:#00eaff;font-size:.95rem;font-weight:500}.divider{width:2px;height:56px;background:linear-gradient(180deg,#00eaff55,#232f45);margin:0 24px;border-radius:2px}.user-meta{display:flex;gap:32px}.meta-item{display:flex;align-items:center;gap:10px}.meta-label{font-size:.9rem;color:#b0c4d4}.meta-value{font-size:1.05rem;font-weight:600;color:#fff}.session-off-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#141822d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center}.session-off-content{display:flex;flex-direction:column;align-items:center;background:#1e2b3cfa;padding:40px 60px;border-radius:18px;box-shadow:0 8px 32px #00000040}.blinking-connection-icon{font-size:60px;margin-bottom:18px;color:#ed4337;animation:blink-red 1s steps(2,start) infinite}@keyframes blink-red{0%,to{opacity:1}50%{opacity:.2}}.dashboard-navbar{flex:0 0 220px;height:620px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#1a2b3c8c,#16243373);border-radius:8px 0 0 8px;padding:20px;box-shadow:0 4px 8px #0003;border:1px solid rgba(62,207,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;position:relative}.dashboard-navbar:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#3ecfff00,#3ecfff4d,#3ecfff00)}.dashboard-navbar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(0deg,#3ecfff0d,#3ecfff00);pointer-events:none}.dashboard-tabs{display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.dashboard-tab{display:flex;align-items:center;gap:12px;padding:14px 20px;background:transparent;border:none;border-radius:6px;color:#b6bedc;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;width:100%;text-align:left;position:relative;overflow:hidden;outline:none}.dashboard-tab:hover{background:#3ecfff14;color:#fff;transform:translate(2px)}.dashboard-tab:focus{outline:none}.dashboard-tab.active{background:linear-gradient(90deg,#3ecfff26,#3ecfff0d);color:#3ecfff;box-shadow:0 2px 8px #3ecfff26}.dashboard-tab.active:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:#3ecfff;box-shadow:0 0 8px #3ecfff80}.tab-icon{font-size:1.2rem;min-width:20px;transition:transform .2s ease}.dashboard-tab:hover .tab-icon{transform:scale(1.1)}.dashboard-tab.active .tab-icon{transform:scale(1.1);color:#3ecfff}@media (max-width: 768px){.dashboard-navbar{width:100%;margin-right:0;margin-bottom:20px;height:auto}.dashboard-navbar:after{display:none}.dashboard-tabs{flex-direction:row;justify-content:space-between}.dashboard-tab{flex:1;justify-content:center;padding:12px 10px}.dashboard-tab:hover{transform:translateY(-2px)}.dashboard-tab.active:before{width:100%;height:3px;top:auto;bottom:0}}.dashboard-navbar-user{display:flex;align-items:center;gap:14px;margin-top:24px;padding:12px 0 0;border-top:1px solid rgba(62,207,255,.08)}.dashboard-navbar-user .esp-user-avatar{width:38px;height:38px;background:linear-gradient(135deg,#3ecfff,#1a2980);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #3ecfff2e}.dashboard-navbar-user .esp-user-details{display:flex;flex-direction:column;gap:2px}.dashboard-navbar-user .esp-user-name{color:#e6eaf3;font-size:1rem;font-weight:600}.dashboard-navbar-user .esp-user-subtitle{color:#e6eaf3;font-size:.88rem;font-weight:500}.dashboard-navbar-user .dias-neon{color:#00ff7a;text-shadow:0 0 6px #00ff7a,0 0 12px #00ff7a99;font-weight:700;margin-left:2px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;z-index:1000}.modal-overlay.modal-open{opacity:1}.modal-content{background:#1a2b3c;border-radius:8px;padding:20px;box-shadow:0 4px 8px #0003;transform:scale(.9);transition:transform .3s ease}.modal-overlay.modal-open .modal-content{transform:scale(1)}.modern-combo-wrapper{position:relative;width:160px;font-family:Inter,Segoe UI,Arial,sans-serif}.modern-combo-selected{background:#3ecfff2e;border:2px solid #3ecfff;border-radius:10px;color:#e6eaf3;font-size:1rem;font-weight:500;padding:0 16px;height:38px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:border .2s,box-shadow .2s,background .2s;box-shadow:0 2px 12px #3ecfff14;-webkit-user-select:none;user-select:none}.modern-combo-selected.open,.modern-combo-selected:hover,.modern-combo-selected:focus{border:2px solid #3ad0ff;background:#3ecfff47;box-shadow:0 4px 24px #3ecfff2e}.modern-combo-arrow{margin-left:10px;transition:transform .25s cubic-bezier(.4,2,.6,1),stroke .2s;stroke:#3ecfff}.modern-combo-arrow.open{transform:rotate(180deg);stroke:#3ad0ff}.modern-combo-dropdown{position:absolute;top:110%;left:0;width:100%;background:#1a2b3cfa;border-radius:0 0 12px 12px;box-shadow:0 8px 32px #3ecfff2e;overflow:hidden;z-index:20;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .25s,transform .25s}.modern-combo-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)}.modern-combo-option{padding:10px 18px;font-size:1rem;color:#e6eaf3;cursor:pointer;transition:background .18s,color .18s;background:transparent;border:none;outline:none;text-align:left;display:flex;align-items:center}.modern-combo-option:hover,.modern-combo-option.selected{background:linear-gradient(90deg,#3ecfff,#1a2980);color:#10141c}.slider-container{background-color:transparent;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;box-sizing:border-box;margin:0;position:static}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:7.9px;border-radius:4px;background:linear-gradient(to right,#e0c7f9,#8c7ba0);outline:none;transition:background .45s ease-in;position:relative;min-width:0;max-width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:13px;border-radius:4px;background:#3ad0ff;box-shadow:0 0 4px #0000004d;cursor:pointer;border:none;transition:background .3s ease;position:relative;transform:skew(-18deg);display:flex;align-items:center;justify-content:center}.slider::-moz-range-thumb{width:24px;height:13px;border-radius:4px;background:#3ad0ff;box-shadow:0 0 4px #0000004d;cursor:pointer;border:none;transform:skew(-18deg);display:flex;align-items:center;justify-content:center}.slider-header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.slider-label{color:#e6eaf3;font-size:.95rem;font-weight:400}.slider-value{color:#3ecfff;font-size:.95rem;font-weight:400}.esp-wrapper{width:100%;display:flex;flex-direction:column;gap:32px;padding-top:0}.esp-header{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 48px;box-sizing:border-box;gap:32px}.esp-divider{width:100%;height:1px;background:linear-gradient(90deg,#3ecfff00,#3ecfff4d,#3ecfff00);margin:0 auto;max-width:1600px}.esp-content{display:flex;flex-direction:row;gap:0;flex:1;min-height:0;align-items:stretch;justify-content:center;width:100%;padding:0 0 32px;box-sizing:border-box;max-width:1600px;margin:-1px auto 0;overflow-y:false}@media (min-width: 1024px){.esp-content{flex-direction:row;gap:24px;min-height:500px}}.esp-section{flex:1;min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;background:#10141c99;border-radius:4.8px;padding:9.2px 19.2px .2px;position:relative;overflow:auto}.esp-section-title{color:#3ecfff;font-size:1.2rem;font-weight:500;margin-bottom:4px;margin-top:0;position:relative}.esp-section-title+.esp-divider-section{width:100%;height:1px;background:linear-gradient(90deg,#3ecfff00,#3ecfff4d,#3ecfff00);margin:18px 0;border:none}.esp-options{display:flex;flex-direction:column;gap:16px}.esp-option{display:flex;justify-content:space-between;align-items:center;padding:7px;border-radius:6px;transition:background .2s ease}.esp-option-left{display:flex;align-items:center;gap:8px}.esp-option-text{color:#e6eaf3;font-size:.95rem;font-weight:400;white-space:nowrap}@media (max-width: 768px){.esp-content,.esp-section{padding:16px}}.esp-user-info{display:flex;align-items:center;gap:32px;padding:16px 24px;background:#10141c99;border-radius:12px;width:100%;max-width:1000px;margin:0 auto}.esp-user-card{display:flex;align-items:center;gap:16px;min-width:200px}.esp-user-avatar{width:42px;height:42px;background:linear-gradient(135deg,#3ecfff,#1a2980);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #3ecfff33}.esp-user-subtitle{color:#3ecfff;font-size:.9rem;font-weight:500}.esp-info-divider{width:1px;height:40px;background:#3ecfff33}.esp-user-stats{display:flex;gap:32px;flex:1}.esp-stat-item{display:flex;align-items:center;gap:12px;color:#3ecfff}.esp-stat-label{color:#b6bedc;font-size:.85rem;font-weight:500}.esp-stat-value{color:#e6eaf3;font-size:.95rem;font-weight:600}@media (max-width: 768px){.esp-user-info{flex-direction:column;gap:20px;padding:16px}.esp-user-stats{width:100%;justify-content:space-around}.esp-info-divider{width:100%;height:1px}}.esp-slider{width:120px;height:4px;background:#10141c99;border-radius:2px;outline:none;transition:background .2s;margin:0 8px}.esp-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3ecfff;border:2px solid #e6eaf3;box-shadow:0 1px 4px #3ecfff26;cursor:pointer;transition:background .2s,border .2s}.esp-slider:focus::-webkit-slider-thumb{background:#10141c;border:2px solid #3ecfff}.esp-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3ecfff;border:2px solid #e6eaf3;box-shadow:0 1px 4px #3ecfff26;cursor:pointer;transition:background .2s,border .2s}.esp-slider:focus::-moz-range-thumb{background:#10141c;border:2px solid #3ecfff}.esp-slider::-ms-thumb{width:18px;height:18px;border-radius:50%;background:#3ecfff;border:2px solid #e6eaf3;box-shadow:0 1px 4px #3ecfff26;cursor:pointer;transition:background .2s,border .2s}.esp-slider:focus::-ms-thumb{background:#10141c;border:2px solid #3ecfff}.esp-slider::-ms-fill-lower{background:#10141c99;border-radius:2px}.esp-slider::-ms-fill-upper{background:#10141c99;border-radius:2px}.esp-slider:focus{outline:none}.esp-slider::-webkit-slider-thumb:hover{background:#1a2980}.esp-slider::-moz-range-thumb:hover{background:#1a2980}.esp-slider::-ms-thumb:hover{background:#1a2980}input[type=range].esp-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#10141c99;height:4px;border-radius:2px;outline:none;padding:0;margin:0 8px}.esp-user-info-container{width:100%;max-width:1000px;margin:0 auto 24px;background:#1a2b3c8c;border-radius:10px;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(62,207,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:20px 0;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.esp-user-card{display:flex;align-items:center;gap:18px;min-width:200px}.esp-user-avatar{width:44px;height:44px;background:linear-gradient(135deg,#3ecfff,#1a2980);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #3ecfff2e}.esp-user-details{display:flex;flex-direction:column;gap:4px}.esp-user-name{color:#e6eaf3;font-size:1.1rem;font-weight:600}.esp-user-subtitle{color:#3ecfff;font-size:.95rem;font-weight:500}.esp-info-divider{width:1px;height:40px;background:#3ecfff26;margin:0 24px}.esp-user-stats{display:flex;gap:24px;flex:1;align-items:center;justify-content:center}.esp-stat-item{display:flex;align-items:center;gap:10px;color:#3ecfff}.esp-stat-content{display:flex;flex-direction:column;gap:2px}.esp-stat-label{color:#b6bedc;font-size:.92rem;font-weight:500}.esp-stat-value{color:#e6eaf3;font-size:1.02rem;font-weight:600}.esp-user-info-container .esp-divider{width:100%;height:1px;background:linear-gradient(90deg,#3ecfff00,#3ecfff2e,#3ecfff00);margin:24px 0 0;border:none;border-radius:2px}.esp-user-info-container.organized{flex-direction:row;justify-content:space-between;align-items:center;padding:20px 32px;gap:0}.esp-user-info-container.organized .esp-user-card{margin-right:32px}.esp-user-info-container.organized .esp-user-stats{margin-left:32px}.esp-info-divider{display:none}.esp-section-player{flex:1.35;min-width:0;height:100%;display:flex;flex-direction:column}.esp-section:not(.esp-section-player){flex:1}.esp-option-controls{display:flex;align-items:center;gap:8px;flex-direction:row-reverse}.esp-settings-button{display:flex;align-items:center;justify-content:center;color:#3ecfff;cursor:pointer;transition:all .2s ease;padding:0;background:none;border:none}.esp-settings-button:hover{color:#fff;transform:rotate(45deg)}.esp-modal-content{min-width:300px;max-width:400px;padding:20px}.esp-modal-content h3{color:#fff;margin:0 0 20px;font-size:1.2rem;font-weight:500}.esp-modal-options{display:flex;flex-direction:column;gap:16px}.esp-modal-options p{color:#b6bedc;margin:0;font-size:.9rem}.esp-modal-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid rgba(62,207,255,.1)}.esp-modal-option:last-child{border-bottom:none}.esp-modal-option label{color:#e6eaf3;font-size:.95rem;font-weight:400;min-width:140px}.esp-color-settings{display:flex;flex-direction:column;gap:8px;width:100%}.esp-color-picker{-webkit-appearance:none;width:40px;height:40px;padding:0;border:none;border-radius:4px;background:none;cursor:pointer}.esp-color-picker::-webkit-color-swatch-wrapper{padding:0}.esp-color-picker::-webkit-color-swatch{border:2px solid #3ecfff;border-radius:4px}.esp-opacity-slider{display:flex;align-items:center;gap:8px;width:100%}.esp-opacity-slider .rage-slider{flex:1}.esp-opacity-slider .rage-slider-value{min-width:45px;text-align:right;color:#fff;font-size:14px}.esp-select{background:#10141c99;border:1px solid #3ecfff;color:#e6eaf3;padding:6px 12px;border-radius:4px;font-size:.9rem;cursor:pointer;outline:none;min-width:120px}.esp-select:focus{background:#10141ccc}.esp-select option{background:#10141c;color:#e6eaf3}.esp-modal-option span{color:#b6bedc;font-size:.9rem;min-width:40px;text-align:right}.rage-slider-container{display:flex;align-items:center;gap:12px;min-width:200px}.rage-slider{-webkit-appearance:none;width:100%;height:4px;background:#10141c99;border-radius:2px;outline:none;transition:background .2s}.rage-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3ecfff;border:2px solid #e6eaf3;box-shadow:0 1px 4px #3ecfff26;cursor:pointer;transition:all .2s ease}.rage-slider::-webkit-slider-thumb:hover{background:#10141c;border-color:#3ecfff;transform:scale(1.1)}.rage-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3ecfff;border:2px solid #e6eaf3;box-shadow:0 1px 4px #3ecfff26;cursor:pointer;transition:all .2s ease}.rage-slider::-moz-range-thumb:hover{background:#10141c;border-color:#3ecfff;transform:scale(1.1)}.rage-slider-value{color:#3ecfff;font-size:.9rem;font-weight:500;min-width:40px;text-align:right}.tgl-btn{filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.esp-modal-content .esp-option{border-bottom:1px solid rgba(62,207,255,.1);padding:8px 0;margin:0}.esp-modal-content .esp-option:last-child{border-bottom:none}.rcs-section.esp-section.esp-section-player{flex:1.08!important}.aimbot-grid{display:grid;grid-template-columns:60% 1fr;grid-template-rows:1fr 1fr;gap:20px;height:100%}.aimbot-main{grid-row:1 / span 2;grid-column:1 / 2;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%}.aimbot-right{grid-row:1 / span 2;grid-column:2 / 3;display:flex;flex-direction:column;gap:20px;min-width:0;min-height:0;height:100%}.aimbot-half{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%}.aimbot-section,.rcs-section,.trigger-section{flex:1;min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;background:#10141c99;border-radius:4.8px;padding:9.2px 19.2px .2px;position:relative;overflow:auto}.aimbot-section-title{color:#3ecfff;font-size:1.15rem;font-weight:700;margin-bottom:12px;letter-spacing:1px}.aimbot-divider-section{height:1px;background:#3ecfff1f;margin-bottom:18px}.aimbot-options{display:flex;flex-direction:column;gap:16px}.aimbot-option{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(62,207,255,.06)}.aimbot-option:last-child{border-bottom:none}.aimbot-option-text{color:#fff;font-size:1rem;font-weight:500}.aimbot-option-controls{display:flex;align-items:center;gap:10px}.aimbot-settings-button{background:none;border:none;color:#3ecfff;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.aimbot-settings-button:hover{background:#3ecfff1a}.tgl{display:none}.tgl+.tgl-btn{outline:0;display:block;width:4em;height:2em;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.tgl+.tgl-btn:after,.tgl+.tgl-btn:before{position:relative;display:block;content:"";width:50%;height:100%}.tgl+.tgl-btn:after{left:0}.tgl+.tgl-btn:before{display:none}.tgl:checked+.tgl-btn:after{left:50%}.tgl-skewed+.tgl-btn{overflow:hidden;transform:skew(-10deg);backface-visibility:hidden;transition:all .2s ease;background:#2c344a;border-radius:4px}.tgl-skewed+.tgl-btn:after,.tgl-skewed+.tgl-btn:before{transform:skew(10deg);display:inline-block;transition:all .2s ease;width:100%;text-align:center;position:absolute;line-height:2em;font-weight:700;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.4)}.tgl-skewed+.tgl-btn:after{left:100%;background:#3ecfff}.tgl-skewed+.tgl-btn:before{left:0;background:#2c344a}.tgl-skewed:checked+.tgl-btn:before{left:-100%}.tgl-skewed:checked+.tgl-btn:after{left:0}.aimbot-modal-content{padding:20px}.aimbot-modal-content h3{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 20px}.aimbot-modal-options{display:flex;flex-direction:column;gap:16px}.checkbox-wrapper-8 .tgl{display:none}.checkbox-wrapper-8 .tgl,.checkbox-wrapper-8 .tgl:after,.checkbox-wrapper-8 .tgl:before,.checkbox-wrapper-8 .tgl *,.checkbox-wrapper-8 .tgl *:after,.checkbox-wrapper-8 .tgl *:before,.checkbox-wrapper-8 .tgl+.tgl-btn{box-sizing:border-box}.checkbox-wrapper-8 .tgl::-moz-selection,.checkbox-wrapper-8 .tgl:after::-moz-selection,.checkbox-wrapper-8 .tgl:before::-moz-selection,.checkbox-wrapper-8 .tgl *::-moz-selection,.checkbox-wrapper-8 .tgl *:after::-moz-selection,.checkbox-wrapper-8 .tgl *:before::-moz-selection,.checkbox-wrapper-8 .tgl+.tgl-btn::-moz-selection,.checkbox-wrapper-8 .tgl::selection,.checkbox-wrapper-8 .tgl:after::selection,.checkbox-wrapper-8 .tgl:before::selection,.checkbox-wrapper-8 .tgl *::selection,.checkbox-wrapper-8 .tgl *:after::selection,.checkbox-wrapper-8 .tgl *:before::selection,.checkbox-wrapper-8 .tgl+.tgl-btn::selection{background:none}.checkbox-wrapper-8 .tgl+.tgl-btn{outline:0;display:block;width:3em;height:1.5em;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#10141c99;border:1px solid #3ecfff}.checkbox-wrapper-8 .tgl+.tgl-btn:after,.checkbox-wrapper-8 .tgl+.tgl-btn:before{position:relative;display:block;content:"";width:50%;height:100%}.checkbox-wrapper-8 .tgl+.tgl-btn:after{left:0}.checkbox-wrapper-8 .tgl+.tgl-btn:before{display:none}.checkbox-wrapper-8 .tgl:checked+.tgl-btn:after{left:50%}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn{overflow:hidden;transform:skew(-10deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .2s ease;font-family:sans-serif;background:#10141c99;border:1px solid #3ecfff}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:after,.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:before{display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;width:100%;height:100%;top:0;line-height:1.5em;font-weight:700;font-size:.75em;text-shadow:0 1px 0 rgba(62,207,255,.2);transform:skew(10deg);transition:all .2s ease}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:after{left:100%;content:attr(data-tg-on);color:#3ecfff}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:before{left:0;content:attr(data-tg-off);color:#b6bedc}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:active{background:#888}.checkbox-wrapper-8 .tgl-skewed+.tgl-btn:active:before{left:-10%}.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn{background:#3ecfff;border:1px solid #3ecfff}.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn:before{left:-100%}.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn:after{left:0;color:#10141c}.checkbox-wrapper-8 .tgl-skewed:checked+.tgl-btn:active:after{left:10%}.color-circle-btn{width:32px;height:32px;border-radius:50px;outline:none;cursor:pointer;transition:box-shadow .18s,border .18s,transform .13s,filter .13s;box-shadow:0 1px 6px #0008;border:1.5px solid #3ecfff;display:inline-block}.color-circle-btn.selected{border-width:1.5px;box-shadow:0 0 0 3px #3ecfff55}.color-circle-btn:hover{transform:scale(1.1);box-shadow:0 2px 12px #3ecfff88,0 0 0 4px #3ecfff33;filter:brightness(1.08);z-index:2}.color-circle-btn:active{transform:scale(.96);filter:brightness(.92)}.rcs-section .esp-divider-section{width:100%;height:1px;background:linear-gradient(90deg,#3ecfff00,#3ecfff4d,#3ecfff00);margin:18px 0;border:none;display:block}.esp-section-title+.esp-divider-section{margin:2px 0 12px}.webradar-wrapper{width:100%;display:flex;flex-direction:column;gap:32px;padding-top:0}.webradar-content{display:flex;flex-direction:row;gap:0;flex:1;min-height:0;align-items:stretch;justify-content:center;width:100%;padding:0 0 32px;box-sizing:border-box;max-width:1600px;margin:-1px auto 0}.webradar-section{flex:1;min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;background:#10141c99;border-radius:4.8px;padding:9.2px 19.2px .2px;position:relative;overflow:auto}.webradar-section-title{color:#3ecfff;font-size:1.2rem;font-weight:500;margin-bottom:4px;margin-top:0;position:relative}.webradar-divider-section{width:100%;height:1px;background:linear-gradient(90deg,#3ecfff00,#3ecfff4d,#3ecfff00);margin:18px 0;border:none}.webradar-options{display:flex;flex-direction:column;gap:16px}.webradar-option{display:flex;justify-content:space-between;align-items:center;padding:7px;border-radius:6px;transition:background .2s ease}.webradar-option-text{color:#fff;font-size:1rem;font-weight:500}.webradar-maps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px;margin-top:18px}.webradar-map-card{background:#10141cd9;border-radius:10px;box-shadow:0 2px 12px #0004;display:flex;flex-direction:column;align-items:center;padding:18px 10px 12px;transition:box-shadow .18s,transform .13s;border:1.5px solid #3ecfff22}.webradar-map-card:hover{box-shadow:0 4px 24px #3ecfff33,0 0 0 4px #3ecfff22;transform:translateY(-4px) scale(1.03);border-color:#3ecfff88}.webradar-map-img{width:100%;max-width:180px;height:auto;border-radius:8px;box-shadow:0 1px 8px #0006;margin-bottom:10px;background:#10141c}.webradar-map-name{color:#3ecfff;font-size:1.08rem;font-weight:600;letter-spacing:1px;margin-top:4px;text-align:center;text-shadow:0 1px 8px #0006}.webradar-map-center{display:flex;justify-content:center;align-items:center;min-height:500px;width:100%;margin-top:32px}.webradar-map-card-large{background:#10141ceb;border-radius:16px;box-shadow:0 4px 32px #0007;display:flex;flex-direction:column;align-items:center;padding:18px 18px 12px;border:2.5px solid #3ecfff44;max-width:650px}.webradar-map-img-large{width:614px;height:614px;object-fit:contain;border-radius:0;box-shadow:none;background:none;margin-bottom:16px;display:block}.map-container{position:relative;width:614px;height:614px;display:flex;align-items:center;justify-content:center}#mapImage{width:100%;height:100%;display:block;object-fit:contain;border-radius:12px;box-shadow:0 2px 16px #0008;background:#10141c}@media (max-width: 700px){.webradar-map-img-large{width:98vw;height:98vw;max-width:98vw;max-height:98vw}.webradar-map-card-large{padding:6vw 2vw}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.webradar-spinner{border:5px solid #3ecfff33;border-top:5px solid #3ecfff;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite}
