.panel-module__VRvXVq__panelWrapper{background:var(--bg-primary);min-height:100vh;display:flex}.panel-module__VRvXVq__sidebar{background:var(--bg-secondary);border-right:1px solid var(--glass-border);z-index:100;flex-direction:column;width:280px;height:100vh;display:flex;position:fixed;top:0;left:0}.panel-module__VRvXVq__sidebarHeader{border-bottom:1px solid var(--glass-border);padding:24px}.panel-module__VRvXVq__serverInfo{align-items:center;gap:14px;display:flex}.panel-module__VRvXVq__serverIcon{background:linear-gradient(135deg,var(--accent-primary)0%,#d97706 100%);width:48px;height:48px;color:var(--bg-primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.panel-module__VRvXVq__serverDetails h3{color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:700}.panel-module__VRvXVq__serverDetails span{color:var(--text-muted);font-size:.75rem}.panel-module__VRvXVq__statusBadge{border-radius:20px;align-items:center;gap:6px;margin-top:16px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.panel-module__VRvXVq__statusBadge.panel-module__VRvXVq__online{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.panel-module__VRvXVq__statusBadge.panel-module__VRvXVq__offline{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.panel-module__VRvXVq__statusDot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite panel-module__VRvXVq__statusPulse}@keyframes panel-module__VRvXVq__statusPulse{0%,to{opacity:1}50%{opacity:.5}}.panel-module__VRvXVq__sidebarNav{flex-direction:column;flex:1;gap:4px;padding:24px 16px;display:flex}.panel-module__VRvXVq__navItem{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;position:relative}.panel-module__VRvXVq__navItem:hover{background:var(--glass-hover);color:var(--text-primary)}.panel-module__VRvXVq__navItem.panel-module__VRvXVq__active{background:var(--accent-subtle);color:var(--accent-primary)}.panel-module__VRvXVq__navItem.panel-module__VRvXVq__active:before{content:"";background:var(--accent-primary);border-radius:0 3px 3px 0;width:3px;height:50%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.panel-module__VRvXVq__navIcon{opacity:.7}.panel-module__VRvXVq__navItem.panel-module__VRvXVq__active .panel-module__VRvXVq__navIcon,.panel-module__VRvXVq__navItem:hover .panel-module__VRvXVq__navIcon{opacity:1}.panel-module__VRvXVq__sidebarFooter{border-top:1px solid var(--glass-border);padding:16px}.panel-module__VRvXVq__userInfo{background:var(--glass-bg);border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.panel-module__VRvXVq__userAvatar{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:700;display:flex}.panel-module__VRvXVq__userDetails{flex:1;overflow:hidden}.panel-module__VRvXVq__userDetails p{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.panel-module__VRvXVq__userDetails span{color:var(--text-muted);font-size:.75rem}.panel-module__VRvXVq__logoutBtn{border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.panel-module__VRvXVq__logoutBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.panel-module__VRvXVq__mainContent{flex:1;min-height:100vh;margin-left:280px}.panel-module__VRvXVq__header{background:var(--bg-secondary);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:20px 32px;display:flex}.panel-module__VRvXVq__headerLeft h1{margin-bottom:4px;font-size:1.5rem;font-weight:700}.panel-module__VRvXVq__headerLeft p{color:var(--text-muted);font-size:.85rem}.panel-module__VRvXVq__headerRight{align-items:center;gap:16px;display:flex}.panel-module__VRvXVq__ipBadge{background:var(--accent-subtle);color:var(--accent-primary);cursor:pointer;border:1px solid #f59e0b33;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.panel-module__VRvXVq__ipBadge:hover{border-color:var(--accent-primary);background:#f59e0b26}.panel-module__VRvXVq__contentArea{padding:32px}.panel-module__VRvXVq__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px;display:grid}.panel-module__VRvXVq__statCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;padding:24px;transition:all .2s}.panel-module__VRvXVq__statCard:hover{border-color:#ffffff1a;transform:translateY(-2px)}.panel-module__VRvXVq__statHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.panel-module__VRvXVq__statLabel{color:var(--text-muted);font-size:.85rem;font-weight:500}.panel-module__VRvXVq__statIcon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.panel-module__VRvXVq__statIcon.panel-module__VRvXVq__cpu{color:#3b82f6;background:#3b82f61a}.panel-module__VRvXVq__statIcon.panel-module__VRvXVq__ram{color:#a855f7;background:#a855f71a}.panel-module__VRvXVq__statIcon.panel-module__VRvXVq__players{color:#22c55e;background:#22c55e1a}.panel-module__VRvXVq__statIcon.panel-module__VRvXVq__uptime{color:#f59e0b;background:#f59e0b1a}.panel-module__VRvXVq__statValue{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:800}.panel-module__VRvXVq__statSubtext{color:var(--text-muted);margin-top:4px;font-size:.8rem}.panel-module__VRvXVq__controlPanel{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;margin-bottom:24px;padding:24px}.panel-module__VRvXVq__controlHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.panel-module__VRvXVq__controlTitle{font-size:1.1rem;font-weight:700}.panel-module__VRvXVq__controlActions{gap:12px;display:flex}.panel-module__VRvXVq__actionBtn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.panel-module__VRvXVq__actionBtn.panel-module__VRvXVq__start{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);box-shadow:0 4px 16px #22c55e4d}.panel-module__VRvXVq__actionBtn.panel-module__VRvXVq__start:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}.panel-module__VRvXVq__actionBtn.panel-module__VRvXVq__stop{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.panel-module__VRvXVq__actionBtn.panel-module__VRvXVq__stop:hover:not(:disabled){background:#ef444433}.panel-module__VRvXVq__actionBtn.panel-module__VRvXVq__restart{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary)}.panel-module__VRvXVq__actionBtn.panel-module__VRvXVq__restart:hover:not(:disabled){background:var(--glass-hover);border-color:var(--accent-primary);color:var(--accent-primary)}.panel-module__VRvXVq__actionBtn:disabled{opacity:.5;cursor:not-allowed}.panel-module__VRvXVq__progressWrapper{margin-top:20px}.panel-module__VRvXVq__progressLabel{justify-content:space-between;margin-bottom:8px;font-size:.85rem;display:flex}.panel-module__VRvXVq__progressLabel span:first-child{color:var(--text-secondary)}.panel-module__VRvXVq__progressLabel span:last-child{color:var(--accent-primary);font-weight:600}.panel-module__VRvXVq__progressTrack{background:#ffffff1a;border-radius:4px;width:100%;height:8px;overflow:hidden}.panel-module__VRvXVq__progressFill{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:4px;height:100%;transition:width .5s}.panel-module__VRvXVq__quickInfoGrid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px;display:grid}.panel-module__VRvXVq__quickInfoItem{background:#0003;border-radius:12px;align-items:center;gap:12px;padding:16px;display:flex}.panel-module__VRvXVq__quickInfoIcon{background:var(--glass-bg);width:40px;height:40px;color:var(--text-muted);border-radius:10px;justify-content:center;align-items:center;display:flex}.panel-module__VRvXVq__quickInfoContent p{color:var(--text-muted);margin-bottom:2px;font-size:.8rem}.panel-module__VRvXVq__quickInfoContent span{color:var(--text-primary);font-size:.95rem;font-weight:600}.panel-module__VRvXVq__sectionCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;overflow:hidden}.panel-module__VRvXVq__sectionHeader{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.panel-module__VRvXVq__sectionTitle{font-size:1rem;font-weight:700}.panel-module__VRvXVq__sectionContent{padding:24px}.panel-module__VRvXVq__settingsContainer{max-width:100%}.panel-module__VRvXVq__spinner,.panel-module__VRvXVq__spin{animation:1s linear infinite panel-module__VRvXVq__spin}@keyframes panel-module__VRvXVq__spin{to{transform:rotate(360deg)}}@media (max-width:1200px){.panel-module__VRvXVq__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.panel-module__VRvXVq__sidebar{display:none}.panel-module__VRvXVq__mainContent{margin-left:0}}@media (max-width:600px){.panel-module__VRvXVq__statsGrid{grid-template-columns:1fr}.panel-module__VRvXVq__controlActions{flex-direction:column}.panel-module__VRvXVq__header{flex-direction:column;align-items:flex-start;gap:16px}}.panel-module__VRvXVq__pluginContainer{flex-direction:column;gap:24px;display:flex}.panel-module__VRvXVq__frameworkSection{margin-bottom:4px}.panel-module__VRvXVq__frameworkCards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.panel-module__VRvXVq__fwCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:14px;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .2s;display:flex}.panel-module__VRvXVq__fwCard.panel-module__VRvXVq__fwActive{background:#22c55e0f;border-color:#22c55e66}.panel-module__VRvXVq__fwCardTop{align-items:center;gap:12px;display:flex}.panel-module__VRvXVq__fwCardTop h4{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.panel-module__VRvXVq__fwCardTop span{color:var(--text-muted);font-size:.75rem}.panel-module__VRvXVq__fwIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.panel-module__VRvXVq__fwBadgeOk{color:#22c55e;background:#22c55e26;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;display:flex}.panel-module__VRvXVq__fwInstallBtn{border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;background:#ffffff14;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.panel-module__VRvXVq__fwInstallBtn:hover:not(:disabled){background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.panel-module__VRvXVq__fwInstallBtn:disabled{opacity:.5;cursor:not-allowed}.panel-module__VRvXVq__fwWarn{color:#f59e0b;align-items:center;gap:4px;margin-top:4px;font-size:.7rem;display:flex}@media (max-width:640px){.panel-module__VRvXVq__frameworkCards{grid-template-columns:1fr}}.panel-module__VRvXVq__pluginHeader{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.panel-module__VRvXVq__headerTitle{align-items:center;gap:16px;display:flex}.panel-module__VRvXVq__headerIcon{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;border-radius:12px;width:48px;height:48px;padding:10px}.panel-module__VRvXVq__headerTitle h2{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.panel-module__VRvXVq__headerTitle p{color:var(--text-muted);margin:4px 0 0;font-size:.85rem}.panel-module__VRvXVq__headerActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.panel-module__VRvXVq__searchBox{border:1px solid var(--glass-border);background:#0003;border-radius:10px;align-items:center;gap:10px;width:240px;padding:8px 16px;transition:all .2s;display:flex}.panel-module__VRvXVq__searchBox:focus-within{border-color:var(--accent-primary);background:#0000004d}.panel-module__VRvXVq__searchBox input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.panel-module__VRvXVq__searchBox svg{color:var(--text-muted)}.panel-module__VRvXVq__viewToggle{border:1px solid var(--glass-border);background:#0003;border-radius:8px;padding:4px;display:flex}.panel-module__VRvXVq__iconButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.panel-module__VRvXVq__iconButton:hover{color:var(--text-primary);background:#ffffff0d}.panel-module__VRvXVq__iconButton.panel-module__VRvXVq__active{background:var(--glass-bg);color:var(--accent-primary);box-shadow:0 2px 8px #0003}.panel-module__VRvXVq__primaryButton{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.panel-module__VRvXVq__primaryButton:hover{background:var(--accent-hover);transform:translateY(-1px)}.panel-module__VRvXVq__reloadButton{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-weight:500;transition:all .2s;display:flex}.panel-module__VRvXVq__reloadButton:hover{background:var(--glass-hover);border-color:var(--text-secondary)}.panel-module__VRvXVq__pluginGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.panel-module__VRvXVq__pluginCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;flex-direction:column;gap:16px;padding:20px;transition:all .2s;display:flex;position:relative;overflow:hidden}.panel-module__VRvXVq__pluginCard:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 12px 24px #0003}.panel-module__VRvXVq__cardIcon{width:48px;height:48px;color:var(--accent-secondary);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;display:flex}.panel-module__VRvXVq__cardContent{flex-direction:column;flex:1;gap:12px;display:flex}.panel-module__VRvXVq__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.panel-module__VRvXVq__cardHeader h3{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700;line-height:1.4}.panel-module__VRvXVq__version{color:var(--text-muted);background:#ffffff1a;border-radius:6px;padding:2px 8px;font-size:.75rem}.panel-module__VRvXVq__cardMeta{color:var(--text-muted);background:#0003;border-radius:8px;align-self:flex-start;padding:6px 10px;font-family:monospace;font-size:.85rem}.panel-module__VRvXVq__cardActions{border-top:1px solid var(--glass-border);gap:8px;margin-top:auto;padding-top:16px;display:flex}.panel-module__VRvXVq__pluginList{flex-direction:column;gap:12px;display:flex}.panel-module__VRvXVq__pluginListItem{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;align-items:center;gap:20px;padding:16px;transition:all .2s;display:flex}.panel-module__VRvXVq__pluginListItem:hover{border-color:var(--accent-primary);background:var(--glass-hover)}.panel-module__VRvXVq__pluginIcon{width:40px;height:40px;color:var(--text-muted);background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;display:flex}.panel-module__VRvXVq__pluginInfo{flex:1;justify-content:space-between;align-items:center;gap:20px;display:flex}.panel-module__VRvXVq__infoGroup{align-items:center;gap:12px;display:flex}.panel-module__VRvXVq__infoGroup h3{margin:0;font-size:1rem;font-weight:600}.panel-module__VRvXVq__infoMeta{color:var(--text-muted);font-family:monospace;font-size:.85rem}.panel-module__VRvXVq__pluginActions{gap:8px;display:flex}.panel-module__VRvXVq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.panel-module__VRvXVq__installModal{border:1px solid var(--glass-border);background:#111113;border-radius:24px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 24px 48px #00000080}.panel-module__VRvXVq__modalHeader{border-bottom:1px solid var(--glass-border);background:#ffffff05;justify-content:space-between;align-items:center;padding:24px;display:flex}.panel-module__VRvXVq__modalHeader h2{margin:0;font-size:1.5rem}.panel-module__VRvXVq__modalHeader button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;display:flex}.panel-module__VRvXVq__modalHeader button:hover{color:#fff}.panel-module__VRvXVq__modalTabs{border-bottom:1px solid var(--glass-border);background:#0003;gap:8px;padding:0 24px;display:flex}.panel-module__VRvXVq__activeTab{border:none;border-bottom:2px solid var(--accent-primary);color:var(--accent-primary);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:16px 20px;font-weight:600;display:flex}.panel-module__VRvXVq__modalTabs button:not(.panel-module__VRvXVq__activeTab){color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:16px 20px;transition:color .2s;display:flex}.panel-module__VRvXVq__modalTabs button:hover{color:var(--text-primary)}.panel-module__VRvXVq__modalSearchBar{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:12px 20px;transition:all .2s;display:flex}.panel-module__VRvXVq__modalSearchBar:focus-within{border-color:var(--accent-primary);background:#ffffff14;box-shadow:0 0 0 2px #6366f133}.panel-module__VRvXVq__searchIcon{color:var(--text-muted)}.panel-module__VRvXVq__modalSearchBar input{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:1rem}.panel-module__VRvXVq__modalContent{flex:1;padding:24px;overflow-y:auto}.panel-module__VRvXVq__storeGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:20px;display:grid}.panel-module__VRvXVq__storeList{margin-top:16px}.panel-module__VRvXVq__storeCard{border:1px solid var(--glass-border);background:#ffffff08;border-radius:12px;flex-direction:column;gap:12px;padding:16px;transition:all .2s;display:flex}.panel-module__VRvXVq__storeItem{border:1px solid var(--glass-border);background:#ffffff08;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px;display:flex}.panel-module__VRvXVq__storeCard:hover{background:#ffffff0f;transform:translateY(-2px)}.panel-module__VRvXVq__storeHeader{justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}.panel-module__VRvXVq__storeHeader h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.panel-module__VRvXVq__storeInfo p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.panel-module__VRvXVq__downloads{color:var(--accent-secondary);background:#ffffff0d;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:.75rem;display:flex}.panel-module__VRvXVq__installBtn{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:8px 16px;font-size:.85rem;transition:all .2s;display:flex}.panel-module__VRvXVq__installBtn:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.panel-module__VRvXVq__uploadContainer{flex-direction:column;gap:32px;padding:8px;display:flex}.panel-module__VRvXVq__externalSources{border:1px solid var(--glass-border);background:#ffffff08;border-radius:16px;padding:20px}.panel-module__VRvXVq__sourceInfo h3{color:var(--text-primary);margin:0 0 8px;font-size:1rem}.panel-module__VRvXVq__sourceInfo p{color:var(--text-muted);margin:0 0 20px;font-size:.85rem}.panel-module__VRvXVq__sourceGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.panel-module__VRvXVq__sourceCard{border:1px solid var(--glass-border);color:var(--text-secondary);background:#0000004d;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.panel-module__VRvXVq__sourceCard:hover{background:var(--accent-subtle);border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.panel-module__VRvXVq__uploadSection{flex-direction:column;gap:16px;display:flex}.panel-module__VRvXVq__uploadSection h3{color:var(--text-primary);margin:0;font-size:1rem}.panel-module__VRvXVq__dropZone{border:2px dashed var(--glass-border);cursor:pointer;background:#ffffff05;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px;transition:all .2s;display:flex;position:relative}.panel-module__VRvXVq__dropZone:hover{border-color:var(--accent-primary);background:#ffffff0a}.panel-module__VRvXVq__uploadIcon{color:var(--accent-secondary);margin-bottom:8px}.panel-module__VRvXVq__dropZone p{color:var(--text-muted);font-size:.9rem}.panel-module__VRvXVq__dropZone input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.panel-module__VRvXVq__orLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.panel-module__VRvXVq__fileLabel{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);pointer-events:none;border-radius:8px;padding:8px 24px;font-size:.9rem}.panel-module__VRvXVq__fileInfo{color:#a5b4fc;background:#6366f11a;border:1px solid #6366f133;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.panel-module__VRvXVq__removeFileBtn{color:#a5b4fc;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px;display:flex}.panel-module__VRvXVq__removeFileBtn:hover{color:#fff;background:#ffffff1a}.panel-module__VRvXVq__uploadBtnPrimary{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:14px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.panel-module__VRvXVq__uploadBtnPrimary:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.panel-module__VRvXVq__uploadBtnPrimary:disabled{opacity:.5;cursor:not-allowed}@media (max-width:600px){.panel-module__VRvXVq__sourceGrid{grid-template-columns:repeat(2,1fr)}}.panel-module__VRvXVq__loadingState,.panel-module__VRvXVq__emptyState{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px;display:flex}.panel-module__VRvXVq__emptyState h3{color:var(--text-primary);margin:0;font-size:1.2rem}.panel-module__VRvXVq__notification{z-index:2000;border:1px solid var(--glass-border);background:#111;border-radius:12px;align-items:center;gap:12px;padding:16px 24px;font-weight:500;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 10px 30px #00000080}.panel-module__VRvXVq__notification.panel-module__VRvXVq__success{color:#22c55e;border-color:#22c55e80}.panel-module__VRvXVq__notification.panel-module__VRvXVq__error{color:#ef4444;border-color:#ef444480}.panel-module__VRvXVq__spinning{animation:1s linear infinite panel-module__VRvXVq__spin}.panel-module__VRvXVq__panelLoading{color:#fff6;background:#050505;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;font-size:.9rem;display:flex}.panel-module__VRvXVq__panelSpinner{border:3px solid #f59e0b26;border-top-color:#f59e0b;border-radius:50%;width:56px;height:56px}.panel-module__VRvXVq__loginPage{background:#050505;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.panel-module__VRvXVq__loginNoise{pointer-events:none;z-index:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.panel-module__VRvXVq__loginGlow1{filter:blur(100px);z-index:0;background:radial-gradient(#f59e0b26 0%,#0000 70%);width:60%;height:60%;position:absolute;top:-20%;right:-10%}.panel-module__VRvXVq__loginGlow2{filter:blur(100px);z-index:0;background:radial-gradient(#6366f11a 0%,#0000 70%);width:40%;height:50%;position:absolute;bottom:-20%;left:-10%}.panel-module__VRvXVq__loginCard{text-align:center;z-index:2;-webkit-backdrop-filter:blur(40px);background:#0f0f1499;border:1px solid #ffffff0d;border-top-color:#ffffff1a;border-radius:32px;width:100%;max-width:480px;padding:56px 48px;position:relative;box-shadow:0 40px 80px #0009,inset 0 2px 20px #ffffff05}.panel-module__VRvXVq__loginLogoContainer{justify-content:center;margin-bottom:24px;display:flex}.panel-module__VRvXVq__loginLogo{object-fit:contain;filter:drop-shadow(0 0 10px #ffffff0d);width:auto;height:140px;transition:filter .3s}.panel-module__VRvXVq__loginLogo:hover{filter:drop-shadow(0 0 16px #ffffff26)}.panel-module__VRvXVq__loginCard h1{color:#fff;letter-spacing:-.02em;margin-bottom:12px;font-size:2.2rem;font-weight:900}.panel-module__VRvXVq__loginCard>p{color:#ffffff73;margin-bottom:32px;font-size:1rem;line-height:1.5}.panel-module__VRvXVq__googleBtn{color:#050505;cursor:pointer;background:#fff;border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;padding:18px 24px;font-size:1.05rem;font-weight:700;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 4px 16px #0000001a}.panel-module__VRvXVq__googleBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #fff3}.panel-module__VRvXVq__loginHint{text-align:left;background:#f59e0b0d;border:1px solid #f59e0b1a;border-radius:12px;align-items:center;gap:12px;margin-top:32px;padding:16px;display:flex}.panel-module__VRvXVq__loginHint p{color:#fff6;margin:0;font-size:.8rem}.panel-module__VRvXVq__serverListPage{background:#050505;min-height:100vh;padding:40px 48px;position:relative;overflow:hidden}.panel-module__VRvXVq__slBgNoise{pointer-events:none;z-index:0;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.panel-module__VRvXVq__slBgGlow{filter:blur(120px);z-index:0;pointer-events:none;opacity:.4;width:50%;height:50%;position:fixed;top:-15%;right:-10%}.panel-module__VRvXVq__slHeader{z-index:1;justify-content:space-between;align-items:center;margin-bottom:40px;display:flex;position:relative}.panel-module__VRvXVq__slHeaderLeft{align-items:center;gap:20px;display:flex}.panel-module__VRvXVq__slHeaderLogo{object-fit:contain;filter:drop-shadow(0 2px 10px #3bbeff33);width:auto;height:56px}.panel-module__VRvXVq__slHeader h1{color:#fff;margin-bottom:4px;font-size:1.75rem;font-weight:800}.panel-module__VRvXVq__slHeader p{color:#ffffff59;font-size:.9rem}.panel-module__VRvXVq__slHeaderRight{align-items:center;gap:12px;display:flex}.panel-module__VRvXVq__slUserInfo{align-items:center;gap:10px;display:flex}.panel-module__VRvXVq__slUserAvatar{color:#050505;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.panel-module__VRvXVq__slUserName{color:#ffffff80;font-size:.9rem}.panel-module__VRvXVq__slLogoutBtn{color:#fff6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.panel-module__VRvXVq__slLogoutBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.panel-module__VRvXVq__slCardGrid{z-index:1;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px;display:grid;position:relative}.panel-module__VRvXVq__slCard{cursor:pointer;background:#0c0c10cc;border:1px solid #ffffff12;border-radius:24px;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.panel-module__VRvXVq__slCard:hover{border-color:#ffffff24;box-shadow:0 24px 64px -16px #00000080}.panel-module__VRvXVq__slCardBanner{height:220px;position:relative;overflow:hidden}.panel-module__VRvXVq__slCardBannerImg{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .8s cubic-bezier(.22,1,.36,1)}.panel-module__VRvXVq__slCard:hover .panel-module__VRvXVq__slCardBannerImg{transform:scale(1.06)}.panel-module__VRvXVq__slCardBannerOverlay{z-index:1;position:absolute;inset:0}.panel-module__VRvXVq__slCardBadge{z-index:2;text-transform:uppercase;letter-spacing:.06em;-webkit-backdrop-filter:blur(12px);border-radius:20px;align-items:center;gap:8px;padding:7px 14px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:16px;left:16px}.panel-module__VRvXVq__slCardBadgeDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.panel-module__VRvXVq__slCardBadgeOnline{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.panel-module__VRvXVq__slCardBadgeOnline .panel-module__VRvXVq__slCardBadgeDot{background:#22c55e;animation:2s ease-in-out infinite panel-module__VRvXVq__badgePulse;box-shadow:0 0 10px #22c55e99}.panel-module__VRvXVq__slCardBadgeOffline{color:#9ca3af;background:#6b728026;border:1px solid #6b72804d}.panel-module__VRvXVq__slCardBadgeOffline .panel-module__VRvXVq__slCardBadgeDot{background:#6b7280}@keyframes panel-module__VRvXVq__badgePulse{0%,to{opacity:1;box-shadow:0 0 10px #22c55e99}50%{opacity:.6;box-shadow:0 0 18px #22c55ecc}}.panel-module__VRvXVq__slCardGameTag{z-index:2;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);background:#0006;border:1px solid;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:16px;right:16px}.panel-module__VRvXVq__slCardBannerText{z-index:2;position:absolute;bottom:16px;left:20px;right:20px}.panel-module__VRvXVq__slCardTitle{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 12px #00000080;margin-bottom:4px;font-size:1.5rem;font-weight:800}.panel-module__VRvXVq__slCardId{color:#ffffff59;letter-spacing:.02em;font-family:JetBrains Mono,monospace;font-size:.75rem}.panel-module__VRvXVq__slCardBody{padding:20px}.panel-module__VRvXVq__slCardStats{background:#ffffff06;border:1px solid #ffffff0d;border-radius:14px;align-items:center;gap:0;margin-bottom:16px;padding:16px;display:flex}.panel-module__VRvXVq__slCardStatBlock{flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.panel-module__VRvXVq__slCardStatIcon{background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.panel-module__VRvXVq__slCardStatValue{color:#fff;font-size:1rem;font-weight:700;line-height:1.2;display:block}.panel-module__VRvXVq__slCardStatLabel{color:#ffffff4d;text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:600;display:block}.panel-module__VRvXVq__slCardStatDivider{background:#ffffff0f;flex-shrink:0;width:1px;height:32px}.panel-module__VRvXVq__slCardManageBtn{color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden}.panel-module__VRvXVq__slCardManageBtn:before{content:"";opacity:0;background:linear-gradient(135deg,#0000,#ffffff26);transition:opacity .3s;position:absolute;inset:0}.panel-module__VRvXVq__slCardManageBtn:hover:before{opacity:1}.panel-module__VRvXVq__slCardManageBtn:hover{box-shadow:0 8px 24px #0000004d}.panel-module__VRvXVq__spWrapper{background:#050508;min-height:100vh;display:flex}.panel-module__VRvXVq__spSidebar{z-index:100;background:linear-gradient(#0c0c10 0%,#08080c 100%);border-right:1px solid #ffffff0d;flex-direction:column;width:270px;height:100vh;display:flex;position:fixed;top:0;left:0}.panel-module__VRvXVq__spSidebarBanner{flex-shrink:0;height:100px;position:relative;overflow:hidden}.panel-module__VRvXVq__spSidebarBannerImg{object-fit:cover;opacity:.4;width:100%;height:100%}.panel-module__VRvXVq__spSidebarBannerOverlay{background:linear-gradient(#0000 0%,#0c0c10 95%);position:absolute;inset:0}.panel-module__VRvXVq__spSidebarBannerLogo{object-fit:contain;filter:drop-shadow(0 2px 8px #00000080);z-index:1;width:auto;height:28px;position:absolute;bottom:12px;left:16px}.panel-module__VRvXVq__spSidebarHeader{padding:16px 16px 12px}.panel-module__VRvXVq__spBackBtn{color:#ffffff59;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:12px;padding:4px 0;font-size:.78rem;transition:color .2s;display:flex}.panel-module__VRvXVq__spBackBtn:hover{color:#ffffffb3}.panel-module__VRvXVq__spServerInfo{align-items:center;gap:12px;display:flex}.panel-module__VRvXVq__spServerIcon{color:#050505;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 12px #f59e0b40}.panel-module__VRvXVq__spServerMeta h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:165px;margin:0 0 2px;font-size:.92rem;font-weight:700;overflow:hidden}.panel-module__VRvXVq__spServerStatus{color:#fff6;align-items:center;gap:6px;font-size:.73rem;display:flex}.panel-module__VRvXVq__spDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.panel-module__VRvXVq__spDotOnline{background:#22c55e;animation:2s ease-in-out infinite panel-module__VRvXVq__dotPulse;box-shadow:0 0 8px #22c55e80}@keyframes panel-module__VRvXVq__dotPulse{0%,to{box-shadow:0 0 8px #22c55e80}50%{box-shadow:0 0 14px #22c55ecc}}.panel-module__VRvXVq__spDotOffline{background:#6b7280}.panel-module__VRvXVq__spMiniStats{gap:6px;padding:10px 16px 8px;display:flex}.panel-module__VRvXVq__spMiniStat{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:8px 4px;display:flex}.panel-module__VRvXVq__spMiniStatLabel{color:#ffffff40;text-transform:uppercase;letter-spacing:.06em;font-size:.6rem;font-weight:600}.panel-module__VRvXVq__spMiniStatValue{color:#fff;font-size:.72rem;font-weight:700}.panel-module__VRvXVq__spNav{flex-direction:column;flex:1;gap:2px;padding:8px 10px;display:flex;overflow-y:auto}.panel-module__VRvXVq__spNavItem{color:#ffffff59;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:.84rem;transition:all .2s;display:flex;position:relative}.panel-module__VRvXVq__spNavItem:hover{color:#ffffffb3;background:#ffffff0a}.panel-module__VRvXVq__spNavActive{color:#f59e0b!important;background:#f59e0b14!important}.panel-module__VRvXVq__spNavIndicator{background:#f59e0b;border-radius:0 4px 4px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 8px #f59e0b66}.panel-module__VRvXVq__spSidebarFooter{border-top:1px solid #ffffff0a;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.panel-module__VRvXVq__spIpBtn{color:#ffffff4d;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-family:JetBrains Mono,monospace;font-size:.72rem;transition:all .2s;display:flex}.panel-module__VRvXVq__spIpBtn:hover{color:#fff9;background:#ffffff0d}.panel-module__VRvXVq__spUserInfo{align-items:center;gap:10px;display:flex}.panel-module__VRvXVq__spAvatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.panel-module__VRvXVq__spUserName{color:#fff6;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8rem;overflow:hidden}.panel-module__VRvXVq__spLogoutBtn{color:#fff3;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.panel-module__VRvXVq__spLogoutBtn:hover{color:#ef4444;background:#ef44441a}.panel-module__VRvXVq__spContent{background:#050508;flex:1;min-height:100vh;margin-left:270px;padding:0}.panel-module__VRvXVq__spTabContent{min-height:100vh}.panel-module__VRvXVq__spTabHeader{border-bottom:1px solid #ffffff0a;margin-bottom:0;padding:32px 40px 24px;position:relative;overflow:hidden}.panel-module__VRvXVq__spTabHeaderBg{opacity:.06;filter:blur(1px);background-position:50%;background-size:cover;position:absolute;inset:0}.panel-module__VRvXVq__spTabHeaderContent{z-index:1;align-items:center;gap:16px;display:flex;position:relative}.panel-module__VRvXVq__spTabHeaderIcon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.panel-module__VRvXVq__spTabHeaderText h2{color:#fff;letter-spacing:-.02em;margin:0 0 4px;font-size:1.4rem;font-weight:800}.panel-module__VRvXVq__spTabHeaderText p{color:#ffffff4d;margin:0;font-size:.82rem}.panel-module__VRvXVq__spTabBody{padding:24px 40px 40px}.panel-module__VRvXVq__spCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:20px;transition:border-color .2s}.panel-module__VRvXVq__spCard:hover{border-color:#ffffff14}.panel-module__VRvXVq__spCardHeader{align-items:center;gap:12px;margin-bottom:16px;display:flex}.panel-module__VRvXVq__spCardIcon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.panel-module__VRvXVq__spCardTitle{color:#fff;margin:0;font-size:.95rem;font-weight:700}.panel-module__VRvXVq__spCardDesc{color:#ffffff59;font-size:.78rem}.panel-module__VRvXVq__spBtn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.panel-module__VRvXVq__spBtnPrimary{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5)}.panel-module__VRvXVq__spBtnPrimary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6366f14d}.panel-module__VRvXVq__spBtnSuccess{color:#4ade80;background:#22c55e1f;border:1px solid #22c55e33}.panel-module__VRvXVq__spBtnSuccess:hover{background:#22c55e2e}.panel-module__VRvXVq__spBtnWarning{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b33}.panel-module__VRvXVq__spBtnWarning:hover{background:#f59e0b2e}.panel-module__VRvXVq__spBtnDanger{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.panel-module__VRvXVq__spBtnDanger:hover{background:#ef444429}.panel-module__VRvXVq__spBtnGhost{color:#ffffff80;background:#ffffff0a;border:1px solid #ffffff0f}.panel-module__VRvXVq__spBtnGhost:hover{color:#fffc;background:#ffffff12}.panel-module__VRvXVq__spTable{border-collapse:separate;border-spacing:0;background:#ffffff04;border:1px solid #ffffff0d;border-radius:14px;width:100%;overflow:hidden}.panel-module__VRvXVq__spTableHead{background:#ffffff05}.panel-module__VRvXVq__spTableHead th{text-align:left;color:#ffffff4d;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #ffffff0d;padding:14px 16px;font-size:.75rem;font-weight:700}.panel-module__VRvXVq__spTableBody tr{transition:background .15s}.panel-module__VRvXVq__spTableBody tr:hover{background:#ffffff05}.panel-module__VRvXVq__spTableBody td{color:#ffffffb3;border-bottom:1px solid #ffffff08;padding:14px 16px;font-size:.88rem}.panel-module__VRvXVq__spTableBody tr:last-child td{border-bottom:none}.panel-module__VRvXVq__spGrid2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.panel-module__VRvXVq__spGrid3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.panel-module__VRvXVq__spGridAuto{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.panel-module__VRvXVq__spStatCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;align-items:center;gap:14px;padding:16px;transition:border-color .2s;display:flex}.panel-module__VRvXVq__spStatCard:hover{border-color:#ffffff14}.panel-module__VRvXVq__spStatCardIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.panel-module__VRvXVq__spStatCardValue{color:#fff;font-size:1.1rem;font-weight:800;line-height:1.2}.panel-module__VRvXVq__spStatCardLabel{color:#ffffff4d;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.panel-module__VRvXVq__spEmptyState{text-align:center;color:#ffffff26;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;display:flex}.panel-module__VRvXVq__spEmptyState h3{color:#fff3;margin:0;font-size:1.1rem;font-weight:700}.panel-module__VRvXVq__spEmptyState p{color:#ffffff1f;font-size:.85rem}.panel-module__VRvXVq__spConsoleOutput{color:#e4e4e7;background:#08080c;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;flex:1;gap:3px;padding:20px;font-family:JetBrains Mono,monospace;font-size:.83rem;display:flex;overflow-y:auto;box-shadow:inset 0 0 30px #0006}.panel-module__VRvXVq__spControlGroup{gap:8px;display:flex}.panel-module__VRvXVq__spControlBtn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.panel-module__VRvXVq__spControlBtnStart{color:#050505;background:#22c55e}.panel-module__VRvXVq__spControlBtnStart:hover:not(:disabled){box-shadow:0 4px 16px #22c55e4d}.panel-module__VRvXVq__spControlBtnStart:disabled{color:#fff3;cursor:not-allowed;background:#ffffff0d}.panel-module__VRvXVq__spControlBtnRestart{color:#050505;background:#f59e0b}.panel-module__VRvXVq__spControlBtnRestart:hover:not(:disabled){box-shadow:0 4px 16px #f59e0b4d}.panel-module__VRvXVq__spControlBtnStop{color:#ef4444;background:#ef44441f;border:1px solid #ef444440}.panel-module__VRvXVq__spControlBtnStop:hover:not(:disabled){background:#ef44442e}.panel-module__VRvXVq__spControlBtnStop:disabled{opacity:.4;cursor:not-allowed}.panel-module__VRvXVq__fileRow:hover{background:#ffffff05}.panel-module__VRvXVq__spDangerZone{background:#ef444408;border:1px solid #ef44441f;border-radius:16px;padding:24px}.panel-module__VRvXVq__spDangerZone h3{color:#ef4444;align-items:center;gap:8px;margin:0 0 16px;font-size:1rem;display:flex}.panel-module__VRvXVq__tabPlaceholder{color:#ffffff26;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:50vh;display:flex}.panel-module__VRvXVq__tabPlaceholder h3{color:#fff3;font-size:1.3rem;font-weight:700}.panel-module__VRvXVq__tabPlaceholder p{color:#ffffff1a;font-size:.9rem}.panel-module__VRvXVq__ddosMapWrapper{flex-direction:column;gap:20px;display:flex}.panel-module__VRvXVq__ddosStatsBar{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.panel-module__VRvXVq__ddosStat{background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;align-items:center;gap:12px;padding:16px;transition:border-color .2s;display:flex}.panel-module__VRvXVq__ddosStat:hover{border-color:#ffffff14}.panel-module__VRvXVq__ddosStatIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.panel-module__VRvXVq__ddosStatValue{color:#fff;font-size:1.1rem;font-weight:800}.panel-module__VRvXVq__ddosStatLabel{color:#ffffff4d;text-transform:uppercase;letter-spacing:.04em;font-size:.68rem}.panel-module__VRvXVq__ddosMapContainer{background:#ffffff04;border:1px solid #ffffff0d;border-radius:20px;min-height:320px;padding:24px;position:relative;overflow:hidden}.panel-module__VRvXVq__ddosMapGlow{filter:blur(40px);pointer-events:none;background:radial-gradient(#22c55e0f 0%,#0000 70%);width:200px;height:200px;position:absolute;top:30%;left:55%;transform:translate(-50%,-50%)}.panel-module__VRvXVq__ddosMapSvg{width:100%;height:auto;display:block}.panel-module__VRvXVq__ddosTooltip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;pointer-events:none;background:#0a0a0fe6;border:1px solid #ffffff14;border-radius:10px;padding:10px 14px;position:absolute;top:16px;right:16px}.panel-module__VRvXVq__ddosServerLabel{color:#22c55e;background:#22c55e14;border:1px solid #22c55e26;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.68rem;font-weight:600;display:flex;position:absolute;bottom:12px;right:16px}.panel-module__VRvXVq__ddosLegend{gap:12px;display:flex;position:absolute;bottom:12px;left:16px}.panel-module__VRvXVq__ddosLegendItem{color:#ffffff59;align-items:center;gap:5px;font-size:.65rem;font-weight:500;display:flex}.panel-module__VRvXVq__ddosThreatsSection{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;overflow:hidden}.panel-module__VRvXVq__ddosThreatsTitle{color:#fff;background:#ffffff05;border-bottom:1px solid #ffffff0a;align-items:center;gap:8px;margin:0;padding:16px 20px;font-size:.88rem;font-weight:700;display:flex}.panel-module__VRvXVq__ddosThreatsList{flex-direction:column;display:flex}.panel-module__VRvXVq__ddosThreatRow{border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;padding:12px 20px;transition:background .15s;display:flex}.panel-module__VRvXVq__ddosThreatRow:last-child{border-bottom:none}.panel-module__VRvXVq__ddosThreatRow:hover{background:#ffffff05}@media (max-width:768px){.panel-module__VRvXVq__ddosStatsBar{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.panel-module__VRvXVq__ddosStatsBar{grid-template-columns:1fr}}@media (max-width:768px){.panel-module__VRvXVq__serverListPage{padding:24px 16px}.panel-module__VRvXVq__slHeader{flex-direction:column;align-items:flex-start;gap:20px}.panel-module__VRvXVq__slHeaderLogo{height:44px}.panel-module__VRvXVq__slHeader h1{font-size:1.4rem}.panel-module__VRvXVq__slHeaderRight{align-self:flex-end}.panel-module__VRvXVq__slCardGrid{grid-template-columns:1fr}.panel-module__VRvXVq__slCardBanner{height:180px}.panel-module__VRvXVq__slCardTitle{font-size:1.25rem}.panel-module__VRvXVq__slCardStatBlock{gap:8px}.panel-module__VRvXVq__slCardStatIcon{width:30px;height:30px}.panel-module__VRvXVq__slCardStatValue{font-size:.88rem}.panel-module__VRvXVq__spSidebar{width:220px}.panel-module__VRvXVq__spSidebarBanner{height:70px}.panel-module__VRvXVq__spContent{margin-left:220px}.panel-module__VRvXVq__spTabHeader{padding:24px 20px 16px}.panel-module__VRvXVq__spTabBody{padding:16px 20px 40px}.panel-module__VRvXVq__spTabHeaderText h2{font-size:1.15rem}.panel-module__VRvXVq__spGridAuto,.panel-module__VRvXVq__spGrid2,.panel-module__VRvXVq__spGrid3{grid-template-columns:1fr}}@media (max-width:480px){.panel-module__VRvXVq__serverListPage{padding:20px 12px}.panel-module__VRvXVq__slHeaderLeft{gap:12px}.panel-module__VRvXVq__slHeaderLogo{height:36px}.panel-module__VRvXVq__slHeader h1{font-size:1.2rem}.panel-module__VRvXVq__slCardBanner{height:160px}.panel-module__VRvXVq__slCardBadge{padding:5px 10px;font-size:.68rem}.panel-module__VRvXVq__slCardGameTag{padding:5px 8px;font-size:.62rem}.panel-module__VRvXVq__slCardStats{padding:12px}.panel-module__VRvXVq__slCardStatIcon{display:none}.panel-module__VRvXVq__slCardStatBlock{flex-direction:column;gap:2px}.panel-module__VRvXVq__slCardStatValue{font-size:.85rem}.panel-module__VRvXVq__slCardManageBtn{padding:14px;font-size:.88rem}}
