.player-sea{flex-direction:column;align-items:center;min-height:100vh;padding:8rem 4rem 4rem;display:flex}.player-sea-header{text-align:center;margin-bottom:3rem}.player-sea-title{color:var(--color-white);text-shadow:4px 4px 8px #000c;letter-spacing:.5px;margin-bottom:1rem;font-family:BankGothic,Special Gothic Expanded One,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;position:relative}.player-sea-title:before{content:"";background:linear-gradient(var(--color-red), var(--color-red)) 0 0/16px 3px, linear-gradient(var(--color-red), var(--color-red)) 0 0/3px 16px, linear-gradient(var(--color-red), var(--color-red)) 100% 100%/16px 3px, linear-gradient(var(--color-red), var(--color-red)) 100% 100%/3px 16px;background-repeat:no-repeat;position:absolute;inset:-12px}.player-sea-subtitle{color:var(--color-light-gray);text-shadow:2px 2px 4px #000c;font-family:Oxanium,monospace;font-size:1.2rem}.player-sea-stats{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1200px;margin-bottom:3rem;display:flex}.total-players-display{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.total-players-count{color:var(--color-red);text-shadow:3px 3px 6px #000c;letter-spacing:1px;font-family:Oxanium,monospace;font-size:3.5rem;font-weight:700;line-height:1}.total-players-label{color:var(--color-white);text-shadow:2px 2px 4px #000c;letter-spacing:.5px;text-transform:uppercase;font-family:Oxanium,monospace;font-size:1.2rem;font-weight:400}.stats-secondary{flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;display:flex}.stat-card{text-align:center;-webkit-backdrop-filter:blur(10px);background:#080808f2;border:1px solid #ffffff26;border-radius:8px;flex:0 auto;min-width:140px;max-width:200px;padding:1rem 1.5rem;transition:all .3s}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0006}.stat-value{color:var(--color-white);margin-bottom:.4rem;font-family:Oxanium,monospace;font-size:2rem;font-weight:700;line-height:1}.stat-label{color:var(--color-light-gray);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-family:Oxanium,monospace;font-size:.75rem}.player-sea-controls{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:100%;max-width:1200px;margin-bottom:2rem;display:flex}.control-dropdown{flex-direction:column;gap:.5rem;min-width:180px;display:flex}.dropdown-label{color:var(--color-light-gray);text-transform:uppercase;letter-spacing:1px;font-family:Oxanium,monospace;font-size:.75rem;font-weight:600}.custom-dropdown{position:relative}.dropdown-trigger{color:var(--color-white);cursor:pointer;letter-spacing:.3px;text-align:left;background:#080808f2;border:1px solid #ffffff26;border-radius:6px;justify-content:space-between;align-items:center;width:100%;min-width:180px;padding:.75rem 2.5rem .75rem 1rem;font-family:Oxanium,monospace;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.dropdown-trigger:hover{background-color:#0c0c0cf2;border-color:#ffffff40}.dropdown-trigger:focus{border-color:var(--color-red);outline:none;box-shadow:0 0 0 2px #ff000026}.dropdown-trigger-text{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.dropdown-arrow{border-top:5px solid #888;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;margin-left:.5rem;transition:transform .2s}.custom-dropdown.open .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{z-index:100;opacity:0;visibility:hidden;background:#080808fa;border:1px solid #ffffff26;border-radius:6px;min-width:100%;max-height:300px;padding:.5rem 0;transition:all .2s;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;transform:translateY(-10px);box-shadow:0 8px 24px #0006}.custom-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.dropdown-menu::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.dropdown-item{color:var(--color-white);cursor:pointer;align-items:center;gap:.5rem;padding:.7rem 1rem;font-family:Oxanium,monospace;font-size:.9rem;transition:all .15s;display:flex}.dropdown-item:hover{background:#ffffff14}.dropdown-item.active{color:var(--color-red);background:#ff000026}.dropdown-item.active:before{content:"";background:var(--color-red);width:3px;height:100%;position:absolute;top:0;left:0}.dropdown-item{position:relative}.dropdown-empty{color:var(--color-light-gray);text-align:center;padding:1rem;font-family:Oxanium,monospace;font-size:.85rem;font-style:italic}.filter-checkbox{cursor:pointer;align-items:center;gap:.75rem;padding:.6rem 1rem;transition:background .15s;display:flex}.filter-checkbox:hover{background:#ffffff0d}.filter-checkbox input[type=checkbox]{appearance:none;cursor:pointer;background:#181818e6;border:2px solid #ffffff4d;border-radius:3px;flex-shrink:0;width:16px;height:16px;transition:all .15s;position:relative}.filter-checkbox input[type=checkbox]:checked{background:var(--color-red);border-color:var(--color-red)}.filter-checkbox input[type=checkbox]:checked:after{content:"✓";color:var(--color-white);font-size:10px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.filter-checkbox span{color:var(--color-white);font-family:Oxanium,monospace;font-size:.85rem}.chart-container{-webkit-backdrop-filter:blur(10px);background:#080808f2;border:1px solid #ffffff26;border-radius:10px;width:100%;max-width:1200px;margin-bottom:3rem;padding:2rem;position:relative}.chart-wrapper{width:100%;height:400px;position:relative}.chart-loading{z-index:10;background:#080808fa;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.chart-loading.hidden{display:none}.loading-spinner{border:3px solid #fff3;border-top-color:var(--color-red);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.chart-loading span{color:var(--color-light-gray);font-family:Oxanium,monospace;font-size:1rem}.server-breakdown{width:100%;max-width:1200px;margin-bottom:2rem}.breakdown-title{color:var(--color-white);text-align:center;text-shadow:2px 2px 4px #000c;margin-bottom:1.5rem;font-family:BankGothic,Special Gothic Expanded One,sans-serif;font-size:1.8rem;font-weight:700;position:relative}.breakdown-title:before{content:"";background:linear-gradient(var(--color-red), var(--color-red)) 0 0/12px 2px, linear-gradient(var(--color-red), var(--color-red)) 0 0/2px 12px;background-repeat:no-repeat;width:12px;height:12px;position:absolute;top:-8px;left:-8px}.breakdown-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.breakdown-card{-webkit-backdrop-filter:blur(10px);background:#080808f2;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.breakdown-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.breakdown-card.offline{opacity:.6}.breakdown-status{background:#22c55e;border-radius:50%;flex-shrink:0;width:12px;height:12px;box-shadow:0 0 8px #22c55e99}.breakdown-status.offline{background:var(--color-gray);box-shadow:0 0 8px #4a4a4a99}.breakdown-info{flex:1;min-width:0}.breakdown-name{color:var(--color-white);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-family:Oxanium,monospace;font-size:1.1rem;font-weight:700;overflow:hidden}.breakdown-map{color:var(--color-light-gray);white-space:nowrap;text-overflow:ellipsis;font-family:Oxanium,monospace;font-size:.85rem;overflow:hidden}.breakdown-players{color:var(--color-white);align-items:center;gap:.3rem;font-family:Oxanium,monospace;font-size:1.4rem;font-weight:700;display:flex}.breakdown-players .player-icon{opacity:.7;filter:brightness(0)invert();width:1.2rem;height:1.2rem}.data-info{justify-content:center;width:100%;max-width:1200px;display:flex}.info-bubble{-webkit-backdrop-filter:blur(10px);background:#080808f2;border:1px solid #ffffff26;border-radius:8px;align-items:flex-start;gap:.75rem;max-width:700px;padding:1rem 1.25rem;display:flex}.info-icon{width:20px;height:20px;color:var(--color-red);flex-shrink:0;margin-top:.1rem}.data-info-text{color:var(--color-light-gray);margin:0;font-family:Oxanium,monospace;font-size:.85rem;line-height:1.5}.data-info-text a{color:var(--color-red);text-decoration:none;transition:color .2s}.data-info-text a:hover{color:#f33;text-decoration:underline}@media (width<=992px){.player-sea{padding:7rem 3rem 3rem}.total-players-count{font-size:3rem}.total-players-label{font-size:1.1rem}.stat-card{min-width:130px;max-width:180px;padding:.9rem 1.2rem}.stat-value{font-size:1.8rem}.chart-wrapper{height:350px}}@media (width<=768px){.player-sea{padding:6rem 2rem 2rem}.player-sea-title:before,.breakdown-title:before{display:none}.player-sea-stats{gap:1.5rem}.total-players-count{font-size:2.5rem}.total-players-label{font-size:1rem}.stats-secondary{align-items:center;gap:1rem}.stat-card{width:auto;min-width:120px;max-width:160px;padding:.8rem 1rem}.stat-value{font-size:1.6rem}.stat-label{font-size:.8rem}.player-sea-controls{flex-direction:column;align-items:stretch}.control-dropdown,.dropdown-select,.dropdown-trigger{width:100%}.chart-container{padding:1.5rem}.chart-wrapper{height:300px}.breakdown-grid{grid-template-columns:1fr}}@media (width<=480px){.player-sea{padding:5rem 1rem 1.5rem}.player-sea-subtitle{font-size:1rem}.total-players-count{font-size:2.2rem}.total-players-label{font-size:.95rem}.stats-secondary{flex-direction:column;align-items:center;width:100%}.stat-card{width:auto;min-width:140px;max-width:200px}.control-dropdown{min-width:100%}.dropdown-select,.dropdown-trigger{padding:.65rem 2rem .65rem .85rem;font-size:.85rem}.chart-container{padding:1rem}.chart-wrapper{height:250px}.breakdown-card{padding:1rem}.breakdown-name{font-size:1rem}.breakdown-players{font-size:1.2rem}.info-bubble{padding:.85rem 1rem}.data-info-text{font-size:.8rem}.info-icon{width:18px;height:18px}}@media (width<=360px){.player-sea{padding:4.5rem .75rem 1rem}.total-players-count{font-size:2rem}.total-players-label{font-size:.85rem}.stat-value{font-size:1.8rem}.chart-wrapper{height:220px}}
