:root{--theme-bg-primary:#18191c;--theme-bg-secondary:#212328;--theme-bg-hover:#2a2d35;--theme-border-primary:#3a3d45;--theme-primary:#3b82f6;--theme-primary-hover:#60a5fa;--theme-text-primary:#e2e8f0;--theme-text-secondary:#94a3b8;--theme-disabled:#475569;--bs-body-bg:var(--theme-bg-primary);--bs-body-color:var(--theme-text-primary);--bs-border-color:var(--theme-border-primary);--bs-primary:var(--theme-primary);--bs-primary-rgb:59,130,246;--theme-radius-sm:.25rem;--theme-radius-md:.5rem;--theme-radius-lg:.75rem;--theme-radius-badge:9999px;--bs-body-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--bs-font-sans-serif:var(--bs-body-font-family)}[data-radius=rounded]{--theme-radius-sm:.25rem;--theme-radius-md:.5rem;--theme-radius-lg:.75rem;--theme-radius-badge:9999px;--bs-border-radius:.5rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.75rem}[data-radius=soft-square]{--theme-radius-sm:.125rem;--theme-radius-md:.25rem;--theme-radius-lg:.375rem;--theme-radius-badge:.25rem;--bs-border-radius:.25rem;--bs-border-radius-sm:.125rem;--bs-border-radius-lg:.375rem}[data-radius=square]{--theme-radius-sm:0;--theme-radius-md:0;--theme-radius-lg:0;--theme-radius-badge:0;--bs-border-radius:0;--bs-border-radius-sm:0;--bs-border-radius-lg:0}[data-theme=dark-gray]{--theme-bg-primary:#18191c;--theme-bg-secondary:#212328;--theme-bg-hover:#2a2d35;--theme-border-primary:#3a3d45;--theme-text-primary:#e2e8f0;--theme-text-secondary:#94a3b8;--theme-disabled:#475569}[data-theme=black]{--theme-bg-primary:#000;--theme-bg-secondary:#0b0b0b;--theme-bg-hover:#121212;--theme-border-primary:#1f1f1f;--theme-text-primary:#f1f5f9;--theme-text-secondary:#9aa4b2;--theme-disabled:#3a3a3a}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--bs-body-font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--theme-bg-primary);color:var(--theme-text-primary);font-size:16px;line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:100%;margin:0 auto;padding:24px}h1{color:var(--theme-text-primary);letter-spacing:-.5px;margin-bottom:2rem;font-size:2rem;font-weight:600}h2{color:var(--theme-text-primary);margin:1.5rem 0 1rem;font-size:1.5rem;font-weight:600}h3{color:var(--theme-text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:500}h5{color:var(--theme-text-primary);margin-bottom:.75rem;font-size:1rem;font-weight:600}p{color:var(--theme-text-secondary);margin-bottom:.75rem;line-height:1.6}a{color:var(--theme-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--theme-primary-hover)}.btn{border-radius:var(--theme-radius-md);cursor:pointer;border:1px solid #0000;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn:active:not(:disabled){transform:scale(.98)}.btn-primary{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.btn-primary:hover:not(:disabled){background:var(--theme-primary-hover);border-color:var(--theme-primary-hover)}.btn-danger{color:#fff;background:#ef4444;border-color:#ef4444}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-success{color:#fff;background:#22c55e;border-color:#22c55e}.btn-info{color:#fff;background:#06b6d4;border-color:#06b6d4}.btn-secondary,.btn-outline-secondary{color:var(--theme-text-secondary);border-color:var(--theme-border-primary);background:0 0}.btn-secondary:hover:not(:disabled),.btn-outline-secondary:hover:not(:disabled){background:var(--theme-bg-hover);color:var(--theme-text-primary)}.btn-outline-primary{color:var(--theme-primary);border-color:var(--theme-primary);background:0 0}.btn-outline-primary:hover:not(:disabled){background:var(--theme-primary);color:#fff}.btn-outline-info{color:#06b6d4;background:0 0;border-color:#06b6d4}.btn-outline-info:hover:not(:disabled){color:#fff;background:#06b6d4}.btn-sm{padding:.25rem .625rem;font-size:.875rem}.card{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-lg);overflow:hidden}.card-header{background:var(--theme-bg-secondary);border-bottom:1px solid var(--theme-border-primary);padding:1rem 1.5rem}.card-header h5{margin:0;font-size:1rem;font-weight:600}.card-body{padding:1.5rem}.form-label{color:var(--theme-text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-control,.form-select{background:var(--theme-bg-secondary);width:100%;color:var(--theme-text-primary);border:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-md);padding:.5rem .75rem;font-size:.9375rem;transition:all .2s}.form-control:focus,.form-select:focus{border-color:var(--theme-primary);background:var(--theme-bg-secondary);box-shadow:none;outline:none}.form-control:hover:not(:focus),.form-select:hover:not(:focus){border-color:#545b65}.form-control::placeholder{color:var(--theme-text-secondary);opacity:.6}.input-group{width:100%;display:flex}.input-group .form-control,.input-group .form-select{flex:1}.input-group .form-select:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group .btn:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.form-check{align-items:center;gap:.5rem;display:flex}.form-check-input{cursor:pointer;background-color:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);width:2.5rem;height:1.25rem}.form-check-input:checked{background-color:var(--theme-primary);border-color:var(--theme-primary)}.form-check-label{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.9375rem}.badge{border-radius:var(--theme-radius-badge);align-items:center;margin:.25rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;display:inline-flex}.bg-primary{color:#fff;background:#3b82f6}.bg-success{color:#fff;background:#22c55e}.bg-danger{color:#fff;background:#ef4444}.bg-warning{color:#fff;background:#f59e0b}.bg-info{color:#fff;background:#06b6d4}.bg-secondary{color:#fff;background:#64748b}.modded-badge{color:#fff;background:#ef4444}.vanilla-badge{color:#fff;background:#22c55e}.table-responsive{margin-bottom:1.5rem;overflow-x:auto}.table{border-collapse:separate;border-spacing:0;width:100%}.table thead th{background:var(--theme-bg-secondary);color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid var(--theme-border-primary);z-index:10;padding:1rem;font-size:.8125rem;font-weight:600;position:sticky;top:0}.table tbody tr{border-bottom:1px solid var(--theme-border-primary);transition:background .15s}.table tbody tr:hover:not(.detail-row){background:var(--theme-bg-hover);cursor:pointer}.table tbody td{color:var(--theme-text-primary);padding:1rem}.table tbody tr:last-child{border-bottom:none}.virtual-table-header{background:var(--theme-bg-secondary);border-bottom:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-lg)var(--theme-radius-lg)0 0;z-index:10;padding:1rem;display:flex;position:sticky;top:0}.virtual-header-cell{color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;padding:0 .5rem;font-size:.8125rem;font-weight:600}.virtual-table-body{background:var(--theme-bg-secondary);border-radius:0 0 var(--theme-radius-lg)var(--theme-radius-lg);overflow:hidden}.virtual-table-row{border-bottom:1px solid var(--theme-border-primary);cursor:pointer;align-items:center;min-height:52px;padding:1rem;transition:background .15s;display:flex}.virtual-table-row:hover{background:var(--theme-bg-hover)}.virtual-table-row.server-closed{opacity:.5}.virtual-table-cell{color:var(--theme-text-primary);text-overflow:ellipsis;flex-shrink:0;padding:0 .5rem;overflow:hidden}.detail-row,.virtual-detail-row{border-bottom:1px solid var(--theme-border-primary);background:var(--theme-bg-primary)!important}.detail-row:hover{background:var(--theme-bg-primary)!important}.server-detail{border-left:3px solid var(--theme-primary);padding:1.5rem}.detail-content{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem;display:grid}.detail-section{border-radius:var(--theme-radius-md);border:1px solid var(--theme-border-primary);background:#ffffff05;padding:1rem}.detail-section p{flex-wrap:wrap;align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.detail-section strong{color:var(--theme-primary);margin-right:.5rem;font-weight:600}.detail-footer{border-radius:var(--theme-radius-md);background:#ffffff05;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding:1rem;display:flex}.button-group{flex-wrap:wrap;gap:.5rem;display:flex}.modal-overlay{z-index:9999;background:#000000bf;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-lg);width:90%;max-width:600px;max-height:80vh;padding:2rem;animation:.3s slideUp;position:relative;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.modal-close{color:var(--theme-text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--theme-text-primary)}.modal-body{margin-top:1rem}.alert{border-radius:var(--theme-radius-md);border:1px solid #0000;margin-bottom:1rem;padding:1rem 1.25rem}.alert-info{color:#22d3ee;background:#06b6d41a;border-color:#06b6d44d}.alert-danger{color:#f87171;background:#ef44441a;border-color:#ef44444d}.loading-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:3rem;display:flex}.modern-loader{align-items:center;gap:.75rem;display:flex}.loader-circle{background:var(--theme-primary);border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite bounce}.loader-circle:first-child{animation-delay:-.32s}.loader-circle:nth-child(2){animation-delay:-.16s}.loader-circle:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(0)translateY(0)}40%{opacity:1;transform:scale(1)translateY(-1.25rem)}}.loading-text{color:var(--theme-text-secondary);margin-top:2rem;font-size:1rem;font-weight:500}.language-switcher{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-md);align-items:center;gap:.75rem;padding:.75rem;display:flex}.language-options{gap:.5rem;display:flex}.lang-btn{border:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-md);color:var(--theme-text-secondary);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;transition:all .2s;display:flex}.lang-btn:hover{background:var(--theme-bg-hover);color:var(--theme-text-primary)}.lang-btn.active{background:var(--theme-primary);border-color:var(--theme-primary);color:#fff}.server-name{word-break:break-word;white-space:normal;width:100%;font-size:.9375rem;line-height:1.4}.ip-cell{font-family:Consolas,Courier New,monospace;font-size:.875rem;font-weight:500}.country-cell{white-space:nowrap}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--theme-bg-primary)}::-webkit-scrollbar-thumb{background:var(--theme-border-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#545b65}.text-center{text-align:center}.text-muted{color:var(--theme-text-secondary)!important}.text-danger{color:#fecaca!important}.text-success{color:#bbf7d0!important}.text-warning{color:#fef08a!important}.text-info{color:#a5f3fc!important}.text-primary{color:#93c5fd!important}.text-light{color:var(--theme-text-primary)!important}.text-white{color:#fff!important}.bg-dark{background-color:var(--theme-bg-secondary)!important}.border-secondary{border-color:var(--theme-border-primary)!important}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.me-1{margin-right:.25rem}.me-2{margin-right:.5rem}.ms-1{margin-left:.25rem}.ms-2{margin-left:.5rem}.d-flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.w-100{width:100%}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.flag-icon{vertical-align:middle;background-position:50%;background-repeat:no-repeat;background-size:contain;width:1.333em;margin-right:.5rem;line-height:1em;display:inline-block}.country-cell .flag-icon{width:1.5em;height:1.125em}.fas,.far,.fab{font-variant:normal;text-rendering:auto;font-style:normal;line-height:1;display:inline-block}.fa-spin{animation:2s linear infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.raw-data-section{border:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-md);background:#ffffff05;margin-top:1.5rem;padding:1rem}.raw-data-section h6{color:#fbbf24;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.raw-data-content{background:var(--theme-bg-primary);border:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-sm);color:#4ade80;max-height:400px;padding:1rem;font-family:Consolas,Courier New,monospace;font-size:.8125rem;line-height:1.5;overflow-x:auto}.cache-info-block{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-md);text-align:center;margin-bottom:1.5rem;padding:.75rem 1rem}.cache-info-block small{color:var(--theme-text-secondary);font-size:.875rem}.cache-info-block span{color:var(--theme-text-primary);font-weight:600}.server-stats{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);border-radius:var(--theme-radius-md);margin-bottom:1.5rem;padding:1rem 1.25rem}.badge-players{color:var(--theme-text-primary);background:0 0;padding:.25rem .625rem;font-size:.875rem}.ip-value,.port-value{color:var(--theme-primary);border-radius:var(--theme-radius-sm);background:#3b82f61a;padding:.125rem .375rem;font-family:Consolas,Courier New,monospace;font-size:.875rem;font-weight:500}.port-value{color:#f97316;background:#f973161a}.location-result,.ip-location-result{border:1px solid var(--theme-border-primary);border-left:3px solid var(--theme-primary);border-radius:var(--theme-radius-md);background:#ffffff05;margin-top:.75rem;padding:.75rem;font-size:.875rem}.ip-details p{margin-bottom:.5rem}.map-links{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}@media (max-width:1200px){body{min-width:1200px;overflow-x:auto}.container{width:1200px;min-width:1200px}}@media (max-width:992px){.detail-content{grid-template-columns:1fr}}@media (max-width:768px){.container{padding:1rem}h1{font-size:1.5rem}.detail-footer{flex-direction:column}}
