#contentWrapper,#contentWrapper>.row,#contentWrapper>.row>[class*="col"]{min-width:0}.players-stat-row{display:flex;gap:8px}.players-stat-row .stat-card{flex:1}.stat-card{position:relative;overflow:hidden;border-radius:16px;padding:1.5rem;background:#111927;border:none!important;box-shadow:none!important;transition:background 0.2s ease}.stat-card:hover{background:#151d2b}.stat-card-inner{display:flex;align-items:center;gap:1.25rem}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.blue-card .stat-icon{background:rgba(59,130,246,0.15);color:#3b82f6}.green-card .stat-icon{background:rgba(16,185,129,0.15);color:#10b981}.stat-content{flex:1}.stat-label{font-size:0.875rem;color:rgba(255,255,255,0.6);margin-bottom:0.25rem;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.search-refresh-container{background:transparent}.search-panel-main{display:flex;align-items:center;background:rgba(255,255,255,0.06);border-radius:16px;padding:8px 8px 8px 24px;gap:12px;transition:box-shadow 0.25s ease;flex-wrap:wrap;min-width:0}.search-panel-main .search-input{flex:1 1 200px;min-width:0}.search-panel-main:focus-within{box-shadow:0 0 0 3px rgba(59,130,246,0.5)}.search-icon{color:rgba(255,255,255,0.4);font-size:18px;flex-shrink:0}.search-input{flex:1;height:44px;padding:0 12px;background:transparent;border:none;color:white;font-size:16px}.search-input:focus{outline:none}.search-input::placeholder{color:rgba(255,255,255,0.35)}.clear-search-btn{height:44px;width:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.08);border:none;border-radius:10px;color:rgba(255,255,255,0.6);font-size:16px;cursor:pointer;transition:all 0.2s ease;flex-shrink:0}.clear-search-btn:hover{background:rgba(255,255,255,0.12);color:rgba(255,255,255,0.9)}.player-sort-select{height:44px;padding:0 16px;background:rgba(255,255,255,0.08);border:none;border-radius:10px;color:rgba(255,255,255,0.8);font-size:14px;font-weight:500;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M6 8.825a.5.5 0 0 1-.354-.146l-4-4a.5.5 0 0 1 .708-.708L6 7.617l3.646-3.646a.5.5 0 0 1 .708.708l-4 4A.5.5 0 0 1 6 8.825z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;flex-shrink:0}.player-sort-select:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,0.5)}.player-sort-select option{background:#1a2332;color:white}.refresh-info-container{display:flex;align-items:center;gap:12px}#last-updated{display:inline-flex;align-items:center;gap:0.5rem;padding:0 16px;height:44px;background:rgba(255,255,255,0.08);border:none;border-radius:10px;color:rgba(255,255,255,0.6);font-size:0.875rem;font-weight:400;margin:0;white-space:nowrap}#last-updated:empty{display:none}#last-updated i{color:#3b82f6;flex-shrink:0}#last-updated span{color:rgba(255,255,255,0.6)}.refresh-button{height:44px;padding:0 20px;display:flex;align-items:center;gap:8px;background:#3b82f6;border:none;border-radius:10px;color:white;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease}.refresh-button:hover{background:#2563eb;transform:translateY(-2px)}.refresh-button i{transition:transform 0.5s ease}.refresh-button:hover i{transform:rotate(180deg)}@media (max-width:992px){.search-refresh-container .search-panel-main{flex-wrap:wrap}.player-sort-select{width:100%}.refresh-info-container{width:100%;flex-direction:column;gap:8px;margin-top:8px}#last-updated,.refresh-button{width:100%;justify-content:center}}.player-card{position:relative;overflow:hidden;border-radius:12px;height:100%;background:#111927;border:0;transition:all 0.3s ease;cursor:pointer}.player-card:hover{background:#151d2b}.player-card:hover .player-quick-actions{opacity:1;transform:translateX(0)}.player-quick-actions{position:absolute;top:8px;right:8px;display:flex;gap:6px;opacity:0;transform:translateX(10px);transition:all 0.2s ease;z-index:10}.quick-action-btn{width:32px;height:32px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.15s ease;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);color:#9ca3af}.quick-action-btn:hover{transform:scale(1.1)}.quick-action-btn.kick:hover{background:#f59e0b;color:white}.quick-action-btn.ban:hover{background:#ef4444;color:white}.quick-action-btn.op:hover{background:#f59e0b;color:white}.quick-action-btn.op.active{background:#f59e0b;color:white}.quick-action-btn.op.active:hover{background:#ef4444;color:white}.quick-action-btn.disabled{opacity:0.4;cursor:not-allowed}.quick-action-btn.disabled:hover{transform:none;background:rgba(0,0,0,0.6);color:#9ca3af}.quick-action-btn svg{width:14px;height:14px}@media (max-width:768px){.player-quick-actions{opacity:1;transform:translateX(0)}}.player-card-hytale .player-card-inner{padding:0.75rem}.player-card-hytale .player-info{flex:1;min-width:0}.player-card-hytale h5.player-name{margin:0 0 0.5rem 0!important}.player-card-inner{display:flex;align-items:center;gap:0.875rem;padding:0.75rem}.player-avatar{width:72px;height:72px;border-radius:12px;overflow:hidden;border:0;flex-shrink:0}.player-avatar img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.player-info{flex:1;min-width:0}.player-card h5.player-name{font-size:1.5rem!important;font-weight:700!important;color:#fff!important;margin:0 0 0.5rem 0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;display:flex;align-items:center;gap:6px}.player-card h5.player-name span{overflow:hidden;text-overflow:ellipsis}.player-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:5px;flex-shrink:0}.player-badge svg{width:12px;height:12px}.player-badge.op{background:rgba(251,191,36,0.2);color:#fbbf24}.player-badge.banned{background:rgba(239,68,68,0.2);color:#f87171}.player-status{display:inline-flex;align-items:center;width:fit-content;font-size:0.75rem;font-weight:600;padding:4px 10px;border-radius:6px;text-transform:uppercase}.player-status.online{background:rgba(16,185,129,0.15);color:#10b981}.player-status.online i{color:#10b981}.player-status.offline{background:rgba(239,68,68,0.15);color:#ef4444}.player-status.offline i{color:#ef4444}@media (max-width:576px){.player-card-inner{padding:0.625rem}.player-avatar{width:56px;height:56px}.player-card h5.player-name{font-size:1rem!important}}.pagination-controls,.pagination-controls-bottom{display:flex;justify-content:center}.pagination-controls{margin-bottom:0}.pagination-controls-bottom{margin-top:0.75rem!important}.pagination{display:flex;align-items:center;justify-content:center;margin:0;padding:0.5rem;background:#111927;border-radius:12px;gap:4px}.page-item{margin:0}.page-link{min-width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#1e293b;border:none;color:rgba(255,255,255,0.7);border-radius:8px;transition:all 0.2s ease;cursor:pointer}.page-link:hover{background:#334155;color:white}.page-item.active .page-link{background:#3b82f6;color:white}.page-item.disabled .page-link{opacity:0.4;pointer-events:none;cursor:default}.page-jump{display:flex;align-items:center;margin-left:0.5rem;gap:0.5rem}.page-jump-label{color:rgba(255,255,255,0.5);font-size:0.8rem}.page-jump-input{width:3rem;height:2.25rem;background:#1e293b;border:none;border-radius:8px;color:white;text-align:center;padding:0.25rem}.page-jump-input:focus{outline:none;background:#334155}.page-jump-btn{height:2.25rem;padding:0.25rem 0.75rem;background:#3b82f6;border:none;border-radius:8px;font-size:0.8rem;color:white}.page-jump-btn:hover{background:#2563eb}@media (max-width:768px){.pagination{flex-wrap:wrap;gap:0.5rem;padding:0.5rem}.page-link{min-width:2rem;height:2rem;font-size:0.8rem}.page-jump{width:100%;margin-top:0.5rem;margin-left:0;padding-top:0.5rem;border-top:1px solid rgba(255,255,255,0.1);justify-content:center}.page-jump-input{width:2.5rem;height:1.75rem}}.loading-error-container{display:contents}#spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}#spinner h6{margin-top:1rem;color:rgba(255,255,255,0.7)}.empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;width:100%;grid-column:1 / -1}#players-list{margin-top:0;display:grid!important;grid-template-columns:repeat(3,1fr);gap:0.625rem;overflow:hidden}#players-list>[class*="col"]{width:100%!important;max-width:100%!important;padding:0!important;flex:none!important;min-width:0;overflow:hidden}@media (max-width:991px){#players-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){#players-list{grid-template-columns:1fr}}@media (max-width:767.98px){.search-refresh-container{display:none!important}.row.g-3.mb-4>.col-md-6{width:100%!important;max-width:100%!important;flex:0 0 100%!important;padding-left:0!important;padding-right:0!important}.players-stat-row{flex-direction:column}.stat-card{padding:1.25rem}.stat-icon{width:48px;height:48px;font-size:1.25rem}.stat-value{font-size:1.5rem!important}.row.g-0{margin-bottom:100px!important;padding-bottom:20px}}.players-action-sheet-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1050;opacity:0;transition:opacity 0.2s ease}.players-action-sheet-overlay.show{opacity:1}.players-action-sheet{position:fixed;bottom:0;left:0;right:0;background:#131326;border-radius:16px 16px 0 0;padding:0;padding-bottom:env(safe-area-inset-bottom,0px);z-index:1051;transform:translateY(100%);transition:transform 0.3s ease}.players-action-sheet.show{transform:translateY(0)}.players-action-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,0.1)}.players-action-sheet-header h4{margin:0;font-size:16px;font-weight:600;color:#fff}.players-action-sheet-close{background:none;border:none;color:rgba(255,255,255,0.6);font-size:20px;cursor:pointer;padding:4px}.players-action-sheet-body{padding:16px}.players-action-sheet-body .form-control{background:#1f1f3d;border:1px solid rgba(255,255,255,0.1);color:#fff;padding:14px 16px;font-size:16px;border-radius:10px}.players-action-sheet-body .form-control:focus{background:#1f1f3d;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,0.2);color:#fff}.players-tab-navigation{display:flex;gap:8px;padding:8px;background:#111927;border-radius:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.players-tab-navigation::-webkit-scrollbar{display:none}.players-tab-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;border-radius:10px;color:rgba(255,255,255,0.6);font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;white-space:nowrap}.players-tab-btn:hover{background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.8)}.players-tab-btn.active{background:#3b82f6;color:white}.players-tab-btn svg{width:18px;height:18px}.players-tab-content{display:none}.players-tab-content.active{display:block}.list-action-btn{height:44px;padding:0 20px;display:flex;align-items:center;gap:8px;border:none;border-radius:10px;color:white;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease;white-space:nowrap}.list-action-btn.whitelist{background:#10b981}.list-action-btn.whitelist:hover{background:#059669}.list-action-btn.op{background:#f59e0b}.list-action-btn.op:hover{background:#d97706}.list-action-btn.ban{background:#ef4444}.list-action-btn.ban:hover{background:#dc2626}.ban-input-row{display:flex;gap:12px;align-items:center}.ban-input-row .search-panel-main{flex:1}.ban-input-row .reason-input{flex:0.8;min-width:180px}.ban-input-row .list-action-btn{flex-shrink:0}.autocomplete-wrapper{position:relative}.autocomplete-dropdown{display:none;position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#111927;border-radius:12px;box-shadow:0 16px 48px rgba(0,0,0,0.5);z-index:100;max-height:300px;overflow-y:auto;padding:6px}.autocomplete-item{display:flex;align-items:center;gap:12px;padding:10px 12px;cursor:pointer;border-radius:8px;transition:background 0.15s ease}.autocomplete-item:hover,.autocomplete-item.active{background:rgba(255,255,255,0.06)}.autocomplete-item img{width:32px;height:32px;border-radius:8px;image-rendering:pixelated}.autocomplete-item span{color:#fff;font-size:14px;font-weight:500}.whitelist-toggle-bar{display:flex;align-items:center;justify-content:space-between;background:#111927;border-radius:12px;padding:16px 20px}.whitelist-toggle-info{display:flex;align-items:center;gap:14px}.whitelist-toggle-info>svg{width:24px;height:24px;color:#10b981}.whitelist-toggle-label{display:block;font-size:15px;font-weight:600;color:#fff}.whitelist-toggle-desc{display:block;font-size:13px;color:rgba(255,255,255,0.5);margin-top:2px}.whitelist-switch{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0}.whitelist-switch input{opacity:0;width:0;height:0}.whitelist-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.1);transition:0.3s;border-radius:28px}.whitelist-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:white;transition:0.3s;border-radius:50%}.whitelist-switch input:checked+.whitelist-slider{background-color:#10b981}.whitelist-switch input:checked+.whitelist-slider:before{transform:translateX(24px)}.server-list-section{background:#111927;border-radius:16px;padding:20px}.server-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.server-list-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#fff}.server-list-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:rgba(59,130,246,0.2);color:#3b82f6;border-radius:12px;font-size:12px;font-weight:600}.server-list-refresh{display:flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(255,255,255,0.06);border:none;border-radius:8px;color:rgba(255,255,255,0.7);font-size:13px;font-weight:500;cursor:pointer;transition:all 0.2s ease}.server-list-refresh:hover{background:rgba(255,255,255,0.1);color:white}.server-list-container{max-height:500px;overflow-y:auto}.server-list-loading,.server-list-empty,.server-list-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;text-align:center;color:rgba(255,255,255,0.5)}.server-list-loading .spinner-border{width:32px;height:32px;margin-bottom:12px}.server-list-empty svg,.server-list-error svg{width:48px;height:48px;margin-bottom:12px;opacity:0.5}.server-list-error .btn{font-size:0.75rem;padding:4px 12px}.server-list-item{display:flex;align-items:center;gap:14px;padding:14px;background:rgba(255,255,255,0.03);border-radius:12px;margin-bottom:8px;transition:all 0.2s ease}.server-list-item:last-child{margin-bottom:0}.server-list-item:hover{background:rgba(255,255,255,0.06)}.server-list-avatar{width:48px;height:48px;border-radius:10px;overflow:hidden;flex-shrink:0}.server-list-avatar img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.server-list-avatar.ip{display:flex;align-items:center;justify-content:center;background:rgba(239,68,68,0.15);color:#ef4444}.server-list-avatar.ip svg{width:24px;height:24px}.server-list-info{flex:1;min-width:0}.server-list-name{margin:0;font-size:15px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-list-meta{margin:4px 0 0 0;font-size:12px;color:rgba(255,255,255,0.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-list-actions{flex-shrink:0}.server-list-item-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all 0.2s ease}.server-list-item-btn.remove{background:rgba(239,68,68,0.15);color:#ef4444}.server-list-item-btn.remove:hover{background:#ef4444;color:white}.server-list-item-btn.deop{background:rgba(245,158,11,0.15);color:#f59e0b}.server-list-item-btn.deop:hover{background:#f59e0b;color:white}.server-list-item-btn.unban{background:rgba(16,185,129,0.15);color:#10b981}.server-list-item-btn.unban:hover{background:#10b981;color:white}.quick-action-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0.7);backdrop-filter:blur(4px);z-index:10000;opacity:0;visibility:hidden;transition:all 0.2s ease}.quick-action-modal-backdrop.show{opacity:1;visibility:visible}.quick-action-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.9);background:#111927;border-radius:16px;padding:28px;width:90%;max-width:360px;z-index:10001;opacity:0;visibility:hidden;transition:all 0.2s ease;text-align:center}.quick-action-modal.show{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.quick-action-modal-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.quick-action-modal-icon svg{width:28px;height:28px}.quick-action-modal h4{color:white;font-size:18px;font-weight:600;margin:0 0 8px}.quick-action-modal p{color:#9ca3af;font-size:14px;margin:0 0 24px;line-height:1.5}.quick-action-modal-buttons{display:flex;gap:12px}.quick-action-modal-buttons button{flex:1;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.15s ease;border:none}.quick-action-cancel{background:rgba(255,255,255,0.1);color:#9ca3af}.quick-action-cancel:hover{background:rgba(255,255,255,0.15);color:white}.quick-action-confirm{color:white}.quick-action-confirm:hover{filter:brightness(1.1)}@media (max-width:768px){.players-tab-navigation{padding:6px;gap:4px}.players-tab-btn{padding:10px 14px;font-size:13px}.players-tab-btn span{display:none}.list-action-btn{padding:0 14px;font-size:13px}.list-action-btn span{display:none}.ban-input-row{flex-wrap:wrap}.ban-input-row .search-panel-main{flex:1 1 100%}.ban-input-row .reason-input{flex:1 1 100%;min-width:0}.ban-input-row .list-action-btn{flex:1 1 100%;justify-content:center}.server-list-item{flex-wrap:wrap}.server-list-actions{width:100%;margin-top:10px}.server-list-item-btn{width:100%;justify-content:center}}.players-mobile-bar .mobile-btn.active{background:#3b82f6}.mobile-bans-options{display:flex;flex-direction:column;gap:10px}.mobile-bans-option{display:flex;align-items:center;gap:14px;padding:16px;background:rgba(255,255,255,0.05);border:none;border-radius:12px;cursor:pointer;transition:all 0.2s ease;text-align:left;width:100%}.mobile-bans-option:hover{background:rgba(255,255,255,0.08)}.mobile-bans-option svg{width:24px;height:24px;color:#ef4444;flex-shrink:0}.mobile-bans-option-text{flex:1}.mobile-bans-option-text strong{display:block;color:#fff;font-size:15px;margin-bottom:2px}.mobile-bans-option-text span{display:block;color:rgba(255,255,255,0.5);font-size:13px}.mp-refresh-btn{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);color:rgba(255,255,255,0.7);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.18s ease}.mp-refresh-btn:hover{background:rgba(44,123,229,0.12);border-color:rgba(44,123,229,0.3);color:#2c7be5}.mp-refresh-btn.spinning svg,.mp-refresh-btn.spinning i{animation:mp-spin 0.8s linear infinite}@keyframes mp-spin{to{transform:rotate(360deg)}}.mp-card{background:#111927;border-radius:12px;border:none;overflow:hidden;height:100%;display:flex;flex-direction:column;min-width:0}.mp-card-header{background:transparent;padding:0.7rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:0.75rem;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,0.04)}.mp-card-header h5{font-size:0.82rem;font-weight:600;color:rgba(255,255,255,0.85);margin:0;display:inline-flex;align-items:center;gap:0.5rem;text-transform:uppercase;letter-spacing:0.4px}.mp-card-header h5 svg,.mp-card-header h5 i{width:14px;height:14px;color:rgba(255,255,255,0.4)}.mp-card-actions{display:inline-flex;align-items:center;gap:0.5rem;flex-wrap:wrap}.mp-card-body{padding:1rem 1.125rem;flex:1;display:flex;flex-direction:column;min-height:0;min-width:0}.mp-card-body.flush{padding:0}.mp-card-body>#playerLeaderboard,.mp-card-body>#activityFeed,.mp-card-body>#playerSearchResults{flex:1;display:flex;flex-direction:column;min-height:0}.mp-card-body .mp-pagination{margin-top:auto}.mp-spinner{text-align:center;padding:1.75rem 1rem}.mp-spinner .spinner-border{width:1.25rem;height:1.25rem;color:rgba(255,255,255,0.5)}.mp-empty{text-align:center;padding:2.5rem 1rem;color:rgba(255,255,255,0.55)}.mp-empty svg,.mp-empty i{width:36px;height:36px;opacity:0.45;margin-bottom:0.75rem}.mp-empty h5{font-size:0.95rem;font-weight:600;color:rgba(255,255,255,0.85);margin:0 0 0.35rem}.mp-empty p{font-size:0.85rem;color:rgba(255,255,255,0.5);margin:0}.mp-status-bar{padding:0.85rem 1rem;display:flex;align-items:center;gap:1rem 1.25rem;flex-wrap:wrap}.mp-status-now{display:inline-flex;align-items:center;gap:0.35rem}.mp-status-dot{width:8px;height:8px;border-radius:50%;background:#00d27a;flex-shrink:0;box-shadow:0 0 0 4px rgba(0,210,122,0.12);margin-right:0.15rem}.mp-status-now.empty .mp-status-dot{background:rgba(255,255,255,0.25);box-shadow:0 0 0 4px rgba(255,255,255,0.04)}.mp-status-num{font-size:1.5rem;font-weight:700;color:rgba(255,255,255,0.98);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-0.3px}.mp-status-cap{font-size:0.95rem;font-weight:500;color:rgba(255,255,255,0.4)}.mp-status-label{font-size:0.82rem;font-weight:500;color:rgba(255,255,255,0.55);line-height:1;padding-bottom:2px}.mp-status-controls{display:inline-flex;align-items:center;gap:0.75rem;color:rgba(255,255,255,0.45);font-size:0.75rem;margin-left:auto}.mp-status-updated{white-space:nowrap;font-variant-numeric:tabular-nums}.mp-status-controls .mp-refresh-btn{width:30px;height:30px}.mp-status-controls .mp-refresh-btn svg,.mp-status-controls .mp-refresh-btn i{width:12px;height:12px}.mp-status-stats{display:inline-flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.mp-status-stat{display:flex;flex-direction:column;gap:1px}.mp-status-stat-label{font-size:0.62rem;text-transform:uppercase;letter-spacing:0.5px;font-weight:600;color:rgba(255,255,255,0.4);white-space:nowrap}.mp-status-stat-value{font-size:0.95rem;font-weight:700;color:rgba(255,255,255,0.92);font-variant-numeric:tabular-nums}@media (max-width:720px){.mp-status-stats{margin-left:0;width:100%;gap:1.1rem;padding-top:0.5rem;border-top:1px solid rgba(255,255,255,0.05)}.mp-status-controls{margin-left:auto}.mp-status-num{font-size:1.3rem}}.mp-insight{background:#111927;border-radius:12px;padding:1rem 1.125rem;height:100%;display:flex;flex-direction:column;gap:0.5rem;transition:background 0.18s ease}.mp-insight:hover{background:#151d2b}.mp-insight-icon{width:28px;height:28px;border-radius:7px;background:rgba(44,123,229,0.12);color:#2c7be5;display:inline-flex;align-items:center;justify-content:center}.mp-insight-icon svg,.mp-insight-icon i{width:14px;height:14px}.mp-insight-value{font-size:1.5rem;font-weight:700;color:rgba(255,255,255,0.95);line-height:1.1;font-variant-numeric:tabular-nums;display:inline-flex;align-items:baseline;gap:0.35rem}.mp-insight-pct{font-size:0.9rem;font-weight:500;color:rgba(255,255,255,0.45);margin-left:-2px}.mp-insight-delta{font-size:0.78rem;font-weight:600}.mp-insight-delta.positive{color:#00d27a}.mp-insight-delta.negative{color:#e63757}.mp-insight-delta.neutral{color:rgba(255,255,255,0.4)}.mp-insight-label{font-size:0.78rem;font-weight:600;color:rgba(255,255,255,0.85)}.mp-insight-context{font-size:0.72rem;color:rgba(255,255,255,0.45);margin-top:auto}.mp-range-tabs{display:inline-flex;background:#141723;border-radius:8px;padding:3px;gap:2px}.mp-range-tab{border:none;background:transparent;color:rgba(255,255,255,0.55);font-size:0.78rem;font-weight:500;padding:5px 10px;border-radius:6px;cursor:pointer;transition:all 0.15s ease}.mp-range-tab:hover{color:rgba(255,255,255,0.9)}.mp-range-tab.active{background:rgba(44,123,229,0.18);color:#2c7be5}.mp-search{position:relative;min-width:0;flex:1 1 200px}.mp-search input{width:100%;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:8px;color:rgba(255,255,255,0.9);font-size:0.82rem;padding:7px 30px 7px 32px;transition:all 0.18s ease}.mp-search input::placeholder{color:rgba(255,255,255,0.35)}.mp-search input:focus{outline:none;background:rgba(255,255,255,0.06);border-color:rgba(44,123,229,0.4)}.mp-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:rgba(255,255,255,0.35);pointer-events:none;width:13px;height:13px}.mp-search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:rgba(255,255,255,0.4);width:22px;height:22px;border-radius:5px;cursor:pointer;display:none;align-items:center;justify-content:center}.mp-search-clear:hover{background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.85)}.mp-search-clear svg,.mp-search-clear i{width:11px;height:11px}.mp-chart-frame{padding:1rem 1.125rem}.mp-chart-frame .chart-container{position:relative}.mp-cohort-row{display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:1rem;padding:0.7rem 0;border-bottom:1px solid rgba(255,255,255,0.05)}.mp-cohort-row:last-child{border-bottom:none}.mp-cohort-label{font-size:0.8rem;font-weight:600;color:rgba(255,255,255,0.85)}.mp-cohort-track{position:relative;height:8px;background:rgba(255,255,255,0.05);border-radius:4px;overflow:hidden}.mp-cohort-fill{position:absolute;top:0;left:0;bottom:0;background:linear-gradient(90deg,#2c7be5,#4f9bff);border-radius:4px;transition:width 0.5s cubic-bezier(.2,.8,.2,1)}.mp-cohort-track.empty .mp-cohort-fill{background:rgba(255,255,255,0.08)}.mp-cohort-meta{text-align:right;font-size:0.78rem;color:rgba(255,255,255,0.85);font-variant-numeric:tabular-nums;min-width:90px}.mp-cohort-pct{font-weight:600}.mp-cohort-count{color:rgba(255,255,255,0.45);margin-left:0.4rem}.mp-cohort-empty-text{font-size:0.75rem;color:rgba(255,255,255,0.4);font-style:italic}.mp-cohort-summary{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:0.5rem;padding-bottom:0.75rem;border-bottom:1px solid rgba(255,255,255,0.05)}.mp-cohort-summary-label{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.5px;color:rgba(255,255,255,0.45);font-weight:600}.mp-cohort-summary-value{font-size:1.4rem;font-weight:700;color:rgba(255,255,255,0.95);font-variant-numeric:tabular-nums}.mp-heatmap{padding:1rem 0.5rem;display:flex;justify-content:center;align-items:center;min-height:240px}.mp-heatmap .heatmap-grid{display:inline-flex;flex-direction:column;gap:2px}.mp-heatmap-scroll{overflow-x:auto}.mp-heatmap .heatmap-row{display:grid;grid-template-columns:32px repeat(24,22px);gap:2px;align-items:center}.mp-heatmap .heatmap-row.header .heatmap-header{font-size:0.62rem;color:rgba(255,255,255,0.35);text-align:center;font-variant-numeric:tabular-nums;height:16px;line-height:16px}.mp-heatmap .heatmap-label{font-size:0.68rem;color:rgba(255,255,255,0.45);font-weight:500;text-transform:uppercase;letter-spacing:0.4px;text-align:right;padding-right:6px}.mp-heatmap .heatmap-cell{width:22px;height:22px;border-radius:3px;cursor:default;transition:transform 0.12s ease,outline 0.12s ease}.mp-heatmap .heatmap-cell:hover{transform:scale(1.18);outline:1px solid rgba(255,255,255,0.4);outline-offset:1px;z-index:1}.mp-player-row{display:flex;align-items:center;gap:0.85rem;padding:0.7rem 1.125rem;border-bottom:1px solid rgba(255,255,255,0.04);transition:background 0.15s ease;cursor:pointer}.mp-player-row:last-child{border-bottom:none}.mp-player-row:hover{background:rgba(255,255,255,0.025)}.mp-player-rank{width:22px;text-align:center;font-size:0.78rem;font-weight:600;color:rgba(255,255,255,0.4);font-variant-numeric:tabular-nums}.mp-player-row.top-1 .mp-player-rank{color:#f5b041}.mp-player-row.top-2 .mp-player-rank{color:rgba(255,255,255,0.75)}.mp-player-row.top-3 .mp-player-rank{color:#cd7f32}.mp-player-avatar{width:32px;height:32px;border-radius:6px;background:rgba(44,123,229,0.1);object-fit:cover;flex-shrink:0}.mp-player-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mp-player-name{font-size:0.88rem;font-weight:600;color:rgba(255,255,255,0.92);display:inline-flex;align-items:center;gap:0.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-player-meta{font-size:0.74rem;color:rgba(255,255,255,0.45)}.mp-player-tail{font-size:0.78rem;font-weight:600;color:rgba(255,255,255,0.85);font-variant-numeric:tabular-nums;white-space:nowrap}.mp-tag{display:inline-flex;align-items:center;gap:0.25rem;font-size:0.65rem;font-weight:600;text-transform:uppercase;letter-spacing:0.4px;padding:2px 6px;border-radius:4px;background:rgba(44,123,229,0.12);color:#2c7be5}.mp-tag.streak{background:rgba(245,176,65,0.12);color:#f5b041;text-transform:none;letter-spacing:0.2px}.mp-tag.new{background:rgba(0,210,122,0.12);color:#00d27a}.mp-tag.bedrock{background:rgba(140,91,191,0.18);color:#b993e1;letter-spacing:0.6px;padding:1px 5px}.mp-feed-row{display:grid;grid-template-columns:12px 28px 1fr auto;align-items:center;gap:0.6rem;padding:0.55rem 1.125rem;border-bottom:1px solid rgba(255,255,255,0.04);font-size:0.82rem}.mp-feed-row:last-child{border-bottom:none}.mp-feed-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.25);justify-self:center}.mp-feed-dot.join{background:#00d27a}.mp-feed-dot.leave{background:rgba(255,255,255,0.3)}.mp-feed-avatar{width:24px;height:24px;border-radius:5px;object-fit:cover}.mp-feed-name{color:rgba(255,255,255,0.92);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-feed-action{color:rgba(255,255,255,0.5);margin-left:0.35rem;font-weight:400}.mp-feed-time{color:rgba(255,255,255,0.4);font-size:0.74rem;font-variant-numeric:tabular-nums;white-space:nowrap}.mp-pagination{display:flex;align-items:center;justify-content:center;gap:0.6rem;padding:0.65rem 1rem;border-top:1px solid rgba(255,255,255,0.05);background:rgba(255,255,255,0.015)}.mp-pagination button{width:28px;height:28px;border-radius:6px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);color:rgba(255,255,255,0.65);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all 0.15s ease}.mp-pagination button:hover:not(:disabled){background:rgba(44,123,229,0.18);border-color:rgba(44,123,229,0.35);color:#2c7be5}.mp-pagination button:disabled{opacity:0.3;cursor:not-allowed}.mp-pagination span{font-size:0.78rem;color:rgba(255,255,255,0.55);font-variant-numeric:tabular-nums;min-width:48px;text-align:center}.mp-profile{padding:1rem 1.125rem 1.125rem;display:flex;flex-direction:column;gap:1rem}.mp-profile-head{display:flex;align-items:center;gap:1rem;position:relative}.mp-profile-back{width:28px;height:28px;border-radius:7px;background:transparent;border:1px solid rgba(255,255,255,0.06);color:rgba(255,255,255,0.5);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all 0.15s ease;flex-shrink:0;margin-left:auto}.mp-profile-back:hover{background:rgba(230,55,87,0.1);border-color:rgba(230,55,87,0.3);color:#e63757}.mp-profile-back svg,.mp-profile-back i{width:11px;height:11px}.mp-profile-avatar{width:72px;height:72px;border-radius:12px;background:rgba(255,255,255,0.04);flex-shrink:0;image-rendering:pixelated}.mp-profile-info{display:flex;flex-direction:column;gap:0.35rem;min-width:0}.mp-profile-name-row{display:inline-flex;align-items:center;gap:0.5rem;flex-wrap:wrap}.mp-profile-name{font-size:1.25rem;font-weight:700;color:rgba(255,255,255,0.98);letter-spacing:-0.2px}.mp-profile-sub{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.8rem;color:rgba(255,255,255,0.55)}.mp-profile-sub svg,.mp-profile-sub i{width:12px;height:12px;color:rgba(255,255,255,0.4)}.mp-profile-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0.6rem}@media (max-width:720px){.mp-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.mp-stat-tile{background:rgba(255,255,255,0.025);border:1px solid rgba(255,255,255,0.04);border-radius:10px;padding:0.85rem 0.95rem;position:relative;display:flex;flex-direction:column;gap:0.3rem;min-height:78px}.mp-stat-tile-label{font-size:0.68rem;text-transform:uppercase;letter-spacing:0.5px;font-weight:600;color:rgba(255,255,255,0.4)}.mp-stat-tile-value{font-size:1.05rem;font-weight:700;color:rgba(255,255,255,0.95);line-height:1.25;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:22px}.mp-stat-tile-icon{position:absolute;top:0.85rem;right:0.85rem;color:rgba(255,255,255,0.25)}.mp-stat-tile-icon svg,.mp-stat-tile-icon i{width:13px;height:13px}.mp-profile-sessions{display:flex;flex-direction:column;gap:0.5rem}.mp-profile-sessions-head{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:0.4rem;border-bottom:1px solid rgba(255,255,255,0.06)}.mp-profile-sessions-head h6{margin:0;font-size:0.78rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;color:rgba(255,255,255,0.55)}.mp-profile-sessions-count{font-size:0.72rem;color:rgba(255,255,255,0.4);font-variant-numeric:tabular-nums}.mp-session-list{display:flex;flex-direction:column;max-height:300px;overflow-y:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.18) transparent}.mp-session-list::-webkit-scrollbar{width:6px}.mp-session-list::-webkit-scrollbar-track{background:rgba(255,255,255,0.02);border-radius:3px}.mp-session-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.12);border-radius:3px}.mp-session-list::-webkit-scrollbar-thumb:hover{background:rgba(44,123,229,0.5)}.mp-session-row{display:grid;grid-template-columns:90px 1fr 56px;align-items:center;gap:0.85rem;padding:0.5rem 0;font-size:0.8rem;color:rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.03)}.mp-session-row:last-child{border-bottom:none}.mp-session-when{display:flex;flex-direction:column;gap:1px}.mp-session-date{font-weight:600;color:rgba(255,255,255,0.85)}.mp-session-time{font-size:0.72rem;color:rgba(255,255,255,0.45);font-variant-numeric:tabular-nums}.mp-session-bar{height:6px;background:rgba(255,255,255,0.05);border-radius:3px;overflow:hidden}.mp-session-fill{height:100%;background:linear-gradient(90deg,rgba(44,123,229,0.5),rgba(44,123,229,0.85));border-radius:3px}.mp-session-duration{text-align:right;font-weight:600;color:rgba(255,255,255,0.92);font-variant-numeric:tabular-nums}.mp-session-empty{text-align:center;padding:1.25rem 0.5rem;font-size:0.82rem;color:rgba(255,255,255,0.4)}.modern-tooltip{background:rgba(11,17,30,0.96);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:10px 12px;box-shadow:0 6px 18px rgba(0,0,0,0.35);min-width:180px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.tooltip-header{background:rgba(44,123,229,0.08);border-bottom:1px solid rgba(44,123,229,0.15);padding:6px 10px;margin:-10px -12px 8px -12px;border-radius:8px 8px 0 0;display:flex;flex-direction:column;gap:2px}.tooltip-date{font-size:0.7rem;font-weight:500;color:rgba(255,255,255,0.5);letter-spacing:0.2px;display:flex;align-items:center}.tooltip-date svg,.tooltip-time svg{margin-right:5px;flex-shrink:0}.tooltip-time{font-size:0.78rem;font-weight:600;color:rgba(255,255,255,0.9);display:flex;align-items:center}.tooltip-body{display:flex;flex-direction:column;gap:6px}.tooltip-item{display:flex;align-items:center;gap:8px;font-size:0.8rem}.tooltip-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.tooltip-label{color:rgba(255,255,255,0.55);font-weight:400}.tooltip-value{color:rgba(255,255,255,0.95);font-weight:600;margin-left:auto;font-variant-numeric:tabular-nums}.mp-floating-tooltip{position:fixed;pointer-events:none;z-index:9999;opacity:0;transition:opacity 0.12s ease}.mp-floating-tooltip.visible{opacity:1}
