*,:before,:after{box-sizing:border-box}:root{--bg:#080a10;--surface:#0f1219;--surface-hover:#ffffff0a;--surface-active:#6366f126;--border:#ffffff14;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b}html,body{min-height:100%;margin:0;padding:0}body{color:#8593a7;background-color:#080a10;background-image:radial-gradient(80% 50% at 50% -20%,#6366f126,#0000),radial-gradient(60% 40% at 100% 100%,#8b5cf614,#0000);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;font-family:Inter,system-ui,sans-serif}#root{height:100dvh}.app{background:0 0;min-height:100vh}.layout{gap:20px;padding:20px;display:flex}.leaderboard,.sidebar,.info-panel,.table-wrap--overall{background:var(--surface);border:1px solid var(--border);color:var(--text-primary);scrollbar-width:thin;scrollbar-color:#273149e6 #0f1219e6;border-radius:10px;padding:12px}.leaderboard::-webkit-scrollbar{width:8px;height:8px}.sidebar::-webkit-scrollbar{width:8px;height:8px}.info-panel::-webkit-scrollbar{width:8px;height:8px}.table-wrap--overall::-webkit-scrollbar{width:8px;height:8px}.leaderboard::-webkit-scrollbar-track{background:#0f121999;border-radius:4px}.sidebar::-webkit-scrollbar-track{background:#0f121999;border-radius:4px}.info-panel::-webkit-scrollbar-track{background:#0f121999;border-radius:4px}.table-wrap--overall::-webkit-scrollbar-track{background:#0f121999;border-radius:4px}.leaderboard::-webkit-scrollbar-thumb{background:#232d3b padding-box padding-box;border:2px solid #0000;border-radius:4px}.sidebar::-webkit-scrollbar-thumb{background:#232d3b padding-box padding-box;border:2px solid #0000;border-radius:4px}.info-panel::-webkit-scrollbar-thumb{background:#232d3b padding-box padding-box;border:2px solid #0000;border-radius:4px}.table-wrap--overall::-webkit-scrollbar-thumb{background:#232d3b padding-box padding-box;border:2px solid #0000;border-radius:4px}.leaderboard::-webkit-scrollbar-thumb:hover{background:#2a3545 padding-box padding-box}.sidebar::-webkit-scrollbar-thumb:hover{background:#2a3545 padding-box padding-box}.info-panel::-webkit-scrollbar-thumb:hover{background:#2a3545 padding-box padding-box}.table-wrap--overall::-webkit-scrollbar-thumb:hover{background:#2a3545 padding-box padding-box}@media (width<=768px){.layout{flex-direction:column;gap:.5rem;padding:.5rem;display:flex}.leaderboard,.sidebar,.table-wrap--overall{border-radius:10px}}.app{flex-direction:column;height:100vh;display:flex;overflow:hidden}.header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0c0e14d9;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.header__brand{align-items:center;gap:.75rem;display:flex}.header__logo-img{object-fit:contain;width:auto;height:48px;display:block}.header__nav{gap:.25rem;display:flex}.header__link{color:var(--text-secondary);cursor:pointer;background:0 0;border:#675eff;border-radius:8px;padding:.5rem .85rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.header__admin-tag{text-transform:uppercase;letter-spacing:.05em;color:#86efac;background:#22c55e26;border:1px solid #22c55e59;border-radius:6px;padding:.35rem .65rem;font-size:.75rem;font-weight:700}.header__link:hover{color:var(--text-primary);background:var(--surface-hover)}.header__link--active{color:var(--text-primary);background:var(--surface-active)}.header__actions{gap:.5rem;display:flex}.header__login-short{display:none}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .15s}.btn--primary{color:#fff;background:linear-gradient(135deg,#6366f1,#7c3aed);border-color:#ffffff1a}.btn--primary:hover{box-shadow:0 4px 16px #6b728059}.btn--ghost{color:#fff;background:#675eff;border-color:#5e69ff}.btn--ghost:hover{background:var(--surface-hover);color:#fff}.btn--small{padding:.25rem .5rem;font-size:.75rem}.layout{flex:1;grid-template-columns:200px 1fr 260px;min-height:0;display:grid;overflow:hidden}.sidebar{border-right:1px solid var(--border);background:var(--surface);min-height:0;padding:1rem .75rem;overflow-y:auto}.sidebar__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .75rem .5rem;font-size:.65rem;font-weight:600}.sidebar__nav{flex-direction:column;gap:2px;display:flex}.sidebar__item{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;border-radius:8px;align-items:center;gap:.6rem;padding:.55rem .65rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.sidebar__item:hover{background:var(--surface-hover);color:var(--text-primary)}.sidebar__item--active{background:#6b72801f;border-left-color:#9ca3af}.sidebar__icon{text-align:center;width:1.25rem;font-size:1rem}.sidebar__icon-img{object-fit:contain;width:34px;height:34px;display:inline-block}.mode-icon-img{object-fit:contain;width:18px;height:18px;display:inline-block}.info-panel__mode-icon-img{object-fit:contain;width:42px;height:42px;margin-right:.5rem;display:inline-block}.leaderboard{flex-direction:column;min-width:0;min-height:0;padding:1.25rem 1.5rem;display:flex;overflow:hidden auto}.leaderboard__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.leaderboard__title{color:var(--text-primary);margin:0;font-size:1.35rem;font-weight:700}.leaderboard__count{color:var(--text-muted);margin:.25rem 0 0;font-size:.8rem}.leaderboard__controls{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.search-input{border:1px solid var(--border);background:var(--surface);color:var(--text-primary);border-radius:8px;width:220px;padding:.5rem .85rem;font-family:inherit;font-size:.875rem}.search-input:focus{border-color:#9ca3af;box-shadow:0 0 0 3px #9ca3af33}.region-filter{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.region-btn{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:6px;padding:.3rem .55rem;font-family:inherit;font-size:.7rem;font-weight:600;transition:all .15s}.region-btn:hover{color:#4d5358;border-color:#2f3941}.region-btn--active{color:#e5e7eb;background:#6b72802e;border-color:#9ca3af}.table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.rank-table{border-collapse:collapse;width:100%;font-size:.875rem}.rank-table thead{background:#00000040}.rank-table thead tr{border-bottom:1px solid var(--border)}.rank-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);vertical-align:bottom;border-bottom:none;padding:.75rem 1rem;font-size:.7rem;font-weight:600}.rank-table td{color:var(--text-secondary);vertical-align:middle;border-bottom:none;padding:.75rem 1rem}.rank-table tbody tr{border-bottom:1px solid var(--border);transition:background .12s}.rank-table tbody tr:last-child{border-bottom:none}.rank-table tbody tr:hover{background:var(--surface-hover)}.rank-table__row--clickable{cursor:pointer}.rank-table__row--top-1{background:#eab3080f}.rank-table__row--top-2{background:#c0c0c00a}.rank-table__row--top-3{background:#cd7f320d}.rank-table__rank{width:48px;color:var(--text-muted);font-family:JetBrains Mono,monospace;font-weight:600}.rank-medal{border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:700;display:inline-flex}.rank-medal--1{color:#422006;background:linear-gradient(135deg,#fde047,#ca8a04)}.rank-medal--2{color:#1e293b;background:linear-gradient(135deg,#e2e8f0,#94a3b8)}.rank-medal--3{color:#431407;background:linear-gradient(135deg,#fdba74,#c2410c)}.rank-table__player{align-items:center;gap:.65rem;display:flex}.rank-table__avatar{width:28px;height:28px;image-rendering:pixelated;border-radius:4px}.rank-table__name{color:var(--text-primary);font-weight:600}.rank-table__points{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-weight:600}.region-tag{letter-spacing:.04em;background:var(--surface-hover);color:var(--text-muted);border-radius:4px;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.region-tag--eu{color:#60a5fa;background:#3b82f626}.region-tag--na{color:#f87171;background:#ef444426}.region-tag--as{color:#fbbf24;background:#f59e0b26}.region-tag--oce{color:#34d399;background:#10b98126}.region-tag--sa{color:#c084fc;background:#a855f726}.leaderboard__empty{text-align:center;color:var(--text-muted);padding:3rem}.tier-badge{letter-spacing:.02em;border:1px solid;border-radius:6px;justify-content:center;align-items:center;min-width:42px;padding:.2rem .5rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;display:inline-flex}.tier-badge--sm{min-width:36px;font-size:.65rem}.tier-badge--lg{min-width:48px;font-size:.85rem}.tier-badge--retired{letter-spacing:0;align-items:center;gap:.3rem;display:inline-flex}.tier-badge--retired.tier-badge--sm{gap:.2rem;min-width:52px;font-size:.6rem}.tier-badge__ret{color:#9ca3af;font-weight:700}.tier-badge__rank{font-weight:700}.tier-badge--ht1{font-weight:800}.table-wrap--overall{height:1400px;max-height:1400px;overflow:auto}.table-wrap--overall .rank-table__sticky{z-index:2;background:var(--surface);position:sticky}.table-wrap--overall .rank-table thead .rank-table__sticky{z-index:3;background:#6eaaff00}.table-wrap--overall .rank-table__sticky--rank{min-width:48px;left:0;box-shadow:4px 0 8px #00000040}.table-wrap--overall .rank-table__sticky--player{min-width:180px;left:48px;box-shadow:4px 0 8px #0003}.table-wrap--overall .rank-table__sticky--region{min-width:72px;left:228px;box-shadow:4px 0 8px #00000026}.table-wrap--overall .rank-table__row--top-1 .rank-table__sticky{background:#12100a00}.table-wrap--overall .rank-table__row--top-2 .rank-table__sticky{background:#10101200}.table-wrap--overall .rank-table__row--top-3 .rank-table__sticky{background:0 0}.table-wrap--overall tbody tr:hover .rank-table__sticky{background:#141820}.rank-table__tiers-head{vertical-align:bottom;padding:.75rem 1rem}.mode-tiers-header{justify-content:flex-start;gap:6px;display:flex}.mode-tiers-header__item{flex-direction:column;align-items:center;gap:4px;min-width:52px;display:flex}.mode-tiers-header__icon{border:1px solid color-mix(in srgb, var(--mode-color) 40%, transparent);width:28px;height:28px;box-shadow:0 0 8px color-mix(in srgb, var(--mode-color) 25%, transparent);background:#ffffff0a;border-radius:6px;place-items:center;font-size:.9rem;display:grid}.mode-tiers-header__label{text-transform:uppercase;letter-spacing:.02em;color:var(--text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:52px;font-size:.55rem;font-weight:600;overflow:hidden}.rank-table__modes{padding:.75rem 1rem}.mode-tiers-row{align-items:center;gap:6px;display:flex}.mode-tier-cell{flex-direction:column;align-items:center;gap:5px;min-width:52px;display:flex}.mode-tier-cell__icon{border:1px solid color-mix(in srgb, var(--mode-color) 45%, transparent);width:28px;height:28px;box-shadow:0 2px 8px color-mix(in srgb, var(--mode-color) 20%, transparent);background:#ffffff0a;border-radius:6px;place-items:center;font-size:.9rem;display:grid}.tier-legend-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.info-panel__logo{object-fit:contain;width:56px;height:auto}.info-panel{border-left:1px solid var(--border);background:var(--surface);flex-direction:column;gap:.75rem;min-height:0;padding:1rem;display:flex;overflow-y:auto}.info-panel__card{border:1px solid var(--border);background:#0003;border-radius:10px;padding:1rem}.info-panel__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .75rem;font-size:.65rem;font-weight:600}.info-panel__server{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.info-panel__server-icon{background:var(--surface-hover);border-radius:10px;place-items:center;width:44px;height:44px;font-size:1.25rem;display:grid}.info-panel__server-title{color:var(--text-primary);margin:0;font-size:.95rem}.info-panel__server-sub{color:var(--text-muted);margin:0;font-size:.75rem}.info-panel__ip{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.info-panel__ip-label{width:100%;color:var(--text-muted);font-size:.7rem}.info-panel__ip-value{color:#d1d5db;border:1px solid var(--border);background:#6eb0f61f;border-radius:6px;flex:1;padding:.4rem .6rem;font-family:JetBrains Mono,monospace;font-size:.8rem}.info-panel__discord{text-align:center;color:#fff;background:#5865f2;border-radius:8px;padding:.55rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:filter .15s;display:block}.info-panel__discord:hover{filter:brightness(1.1)}.info-panel__mode-active{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:flex}.info-panel__mode-icon{font-size:1.25rem}.info-panel__hint{color:var(--text-muted);margin:0;font-size:.75rem;line-height:1.4}.tier-legend{color:var(--text-secondary);margin:0;padding:0;font-size:.8rem;line-height:1.8;list-style:none}.tier-legend__dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:.4rem;display:inline-block}.tier-legend__dot--ht{background:#eab308}.tier-legend__dot--lt{background:#22c55e}@media (width<=1100px){.layout{grid-template-columns:180px 1fr}.info-panel{display:none}}@media (width<=768px){.layout{grid-template-columns:1fr}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#000000a6;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--border);background:var(--surface);border-radius:12px;width:100%;max-width:400px;padding:1.5rem;position:relative;box-shadow:0 24px 48px #00000080}.modal__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.modal__close:hover{color:var(--text-primary)}.modal__title{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem}.modal__hint{color:var(--text-muted);margin:0 0 1.25rem;font-size:.8rem;line-height:1.45}.modal__form{flex-direction:column;gap:1rem;display:flex}.modal__label{color:var(--text-secondary);flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:500;display:flex}.modal__input{border:1px solid var(--border);background:var(--bg);color:var(--text-primary);border-radius:8px;padding:.55rem .75rem;font-family:inherit;font-size:.9rem}.modal__input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f133}.modal__error{color:#f87171;margin:0;font-size:.8rem}.modal__submit{width:100%;margin-top:.25rem}.modal__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.modal__body{flex-direction:column;gap:1rem;display:flex}.player-profile-modal,.verify-modal{flex-direction:column;max-width:640px;max-height:90vh;display:flex;overflow:hidden}.player-profile{padding-right:.15rem;overflow-y:auto}.player-profile::-webkit-scrollbar{width:6px}.player-profile::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}.player-profile__hero{align-items:center;gap:1.25rem;display:flex}.player-profile__skin{object-fit:contain;width:96px;height:96px;image-rendering:pixelated;background:#00000040;border-radius:8px}.player-profile__identity{flex-direction:column;gap:.5rem;display:flex}.player-profile__name{margin:0;font-size:1.5rem;font-weight:700}.player-profile__verified{text-transform:uppercase;letter-spacing:.04em;color:#86efac;background:#22c55e26;border:1px solid #22c55e59;border-radius:999px;align-items:center;width:fit-content;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.player-profile__stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;display:grid}.player-profile__stat{border:1px solid var(--border);background:#00000026;border-radius:10px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.player-profile__stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.player-profile__section h4,.player-profile__editor h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem;font-size:.85rem}.player-profile__ranks-grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.55rem;display:grid}.player-profile__rank-card{border:1px solid var(--border);background:#00000026;border-radius:10px;align-items:center;gap:.55rem;min-width:0;padding:.55rem .65rem;display:flex}.player-profile__rank-card--empty{opacity:.55}.player-profile__rank-icon{background:color-mix(in srgb, var(--mode-color,#6366f1) 18%, transparent);border:1px solid color-mix(in srgb, var(--mode-color,#6366f1) 35%, transparent);border-radius:7px;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid}.player-profile__rank-info{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.player-profile__rank-mode{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:600;overflow:hidden}.player-profile__rank-meta{justify-content:space-between;align-items:center;gap:.35rem;display:flex}.player-profile__rank-position{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:700}.player-profile__no-tier{color:var(--text-muted);font-size:.75rem}.tier-board-wrap{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.tier-board{flex:1;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;min-height:0;display:grid}.tier-board__column{border:1px solid var(--border);background:#00000026;border-radius:10px;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.tier-board__column-head{border-bottom:1px solid var(--border);background:#6366f11f;flex-shrink:0;justify-content:space-between;align-items:center;gap:.35rem;padding:.6rem .7rem;display:flex}.tier-board__column-title{text-transform:uppercase;letter-spacing:.08em;color:#a5b4fc;margin:0;font-size:.78rem;font-weight:700}.tier-board__count{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:700}.tier-board__players{flex-direction:column;flex:1;gap:.35rem;min-height:0;padding:.45rem;display:flex;overflow-y:auto}.tier-board__empty-slot{min-height:2.5rem;color:var(--text-muted);opacity:.45;flex:1;place-items:center;font-size:.85rem;display:grid}.tier-board__player{width:100%;color:inherit;text-align:left;cursor:pointer;background:#ffffff05;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:.45rem;padding:.45rem .5rem;font-family:inherit;transition:background .12s,border-color .12s;display:flex}.tier-board__player--retired{opacity:.72;border-left:2px solid #fbbf2459;padding-left:.85rem}.tier-board__player:hover{background:var(--surface-hover);border-color:var(--border)}.tier-board__player-main{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.tier-board__player-meta{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.retired-toggle{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.45rem;font-size:.8rem;display:inline-flex}.retired-toggle input{accent-color:#6366f1;width:15px;height:15px}.tier-board__avatar{width:24px;height:24px;image-rendering:pixelated;border-radius:4px;flex-shrink:0}.tier-board__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.8rem;font-weight:600;overflow:hidden}.tier-board__player .region-tag{flex-shrink:0;padding:.1rem .35rem;font-size:.62rem}.player-profile__editor-note{color:var(--text-muted);margin:0 0 .75rem;font-size:.8rem}.player-profile__editor{border-top:1px solid var(--border);padding-top:.5rem}.form-field{color:var(--text-secondary);flex-direction:column;gap:.4rem;margin-bottom:.85rem;font-size:.8rem;display:flex}.form-field input[type=color],.form-field select{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-primary);border-radius:8px;padding:.45rem .55rem;font-family:inherit}.form-field input[type=color]{height:42px;padding:.2rem}.player-profile__color-row{align-items:center;gap:.5rem;display:flex}.player-profile__color-row input[type=color]{flex:1}.player-profile__editor-actions,.player-profile__actions,.verify-modal__actions{flex-wrap:wrap;gap:.5rem;display:flex}.form-error{color:#f87171;margin:0;font-size:.8rem}.verify-modal__intro{color:var(--text-secondary);margin:0;line-height:1.5}.verify-modal__code-box{flex-direction:column;gap:.75rem;display:flex}.verify-modal__server,.verify-modal__command-label,.verify-modal__hint{color:var(--text-secondary);margin:0;font-size:.875rem}.verify-modal__command{border:1px solid var(--border);color:#c4b5fd;background:#0000004d;border-radius:8px;padding:.85rem 1rem;font-family:JetBrains Mono,monospace;font-size:1rem;display:block}.admin-panel{grid-column:1/-1;min-height:0;padding:1.5rem;overflow-y:auto}.admin-panel__header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.admin-panel__badge{text-transform:uppercase;color:#86efac;background:#22c55e26;border:1px solid #22c55e4d;border-radius:6px;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.admin-panel__title{color:var(--text-primary);margin:0;font-size:1.35rem}.admin-panel__user{color:var(--text-secondary);margin:0 0 .75rem}.admin-panel__status{color:var(--text-muted);margin:0 0 1rem;font-family:JetBrains Mono,monospace;font-size:.85rem}.admin-panel__hint{max-width:520px;color:var(--text-muted);margin:0 0 1.5rem;font-size:.85rem;line-height:1.5}.admin-panel__hint--compact{margin-bottom:.75rem}.admin-panel__admin-list{flex-direction:column;gap:.45rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.admin-panel__admin-item{border:1px solid var(--border);background:#00000026;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .65rem;display:flex}.admin-panel__self-tag{text-transform:uppercase;color:#86efac;margin-left:.45rem;font-size:.65rem;font-weight:700}.admin-panel__editor{gap:1rem;max-width:740px;margin-bottom:1.5rem;display:grid}.admin-panel__field{gap:.35rem;display:grid}.admin-panel__field label{color:var(--text-secondary);font-size:.88rem;font-weight:600}.admin-panel__field select{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-primary);font:inherit;border-radius:.75rem;padding:.75rem .9rem}.admin-panel__field input,.admin-panel__field textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text-primary);font:inherit;border-radius:.75rem;padding:.75rem .9rem}.admin-panel__field input::placeholder,.admin-panel__field textarea::placeholder{color:var(--text-muted)}.btn--danger{color:#fff;background:linear-gradient(135deg,#6b7280,#374151);border-color:#0000;box-shadow:0 12px 20px #3b82f62e}.btn--danger:hover{filter:brightness(1.05);box-shadow:0 16px 28px #6b72804d}.admin-panel__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.admin-panel__feedback{color:#22c55e;margin:0;font-size:.95rem}.admin-panel__table-wrap{padding-bottom:.5rem;overflow-x:auto}.admin-panel__table{border-collapse:collapse;width:100%}.admin-panel__table th,.admin-panel__table td{text-align:left;border-bottom:1px solid #94a3b826;padding:.9rem .85rem}.admin-panel__table th{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.8rem}.admin-panel__table tbody tr:hover{background:#94a3b814}.admin-panel__row--selected{background:#3b82f614}@media (width<=768px){.app{height:auto;min-height:100dvh;overflow:auto}.header{padding:.75rem max(.75rem, env(safe-area-inset-right)) .65rem max(.75rem, env(safe-area-inset-left));padding-top:max(.75rem, env(safe-area-inset-top));flex-wrap:wrap;gap:.6rem}.header__brand{flex:1;min-width:0}.header__logo-img{height:36px}.header__nav{flex-wrap:wrap;order:3;justify-content:center;gap:.35rem;width:100%}.header__link{min-height:40px;padding:.45rem .7rem;font-size:.78rem}.header__actions{flex-shrink:0;gap:.4rem}.header__actions .btn{width:auto;min-height:40px;padding:.45rem .7rem;font-size:.78rem}.layout{padding:.5rem;padding-bottom:max(.5rem, env(safe-area-inset-bottom));flex-direction:column;gap:.5rem;display:flex;overflow:visible}.sidebar{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;border-bottom:none;border-right:none;padding:.5rem;overflow:auto hidden}.sidebar__label{display:none}.sidebar__nav{flex-flow:row;gap:.4rem;padding-bottom:.15rem}.sidebar__item{scroll-snap-align:start;border-bottom:2px solid #0000;border-left:none;flex-direction:column;flex:none;justify-content:center;gap:.2rem;min-width:72px;min-height:44px;padding:.45rem .5rem}.sidebar__item--active{border-bottom-color:var(--mode-color,#6366f1);background:#6366f124}.sidebar__text{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:72px;font-size:.58rem;line-height:1.1;display:block;overflow:hidden}.sidebar__icon-img{width:28px;height:28px}.leaderboard{min-height:50vh;padding:.65rem}.leaderboard__toolbar{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:.85rem}.leaderboard__title{font-size:1.15rem}.leaderboard__controls{align-items:stretch;gap:.55rem;width:100%}.search-input{width:100%;min-height:44px;font-size:16px}.region-filter{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:.35rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.region-btn{flex:none;min-width:44px;min-height:40px}.retired-toggle{min-height:44px;padding:.25rem 0}.tier-board-wrap{-webkit-overflow-scrolling:touch;margin:0 -.25rem;padding:0 .25rem .35rem;overflow:auto visible}.tier-board{grid-template-columns:repeat(5,minmax(118px,1fr));gap:.4rem;min-width:620px}.tier-board__column-head{padding:.5rem .55rem}.tier-board__column-title{font-size:.7rem}.tier-board__player{min-height:44px;padding:.5rem}.table-wrap{-webkit-overflow-scrolling:touch;border-radius:10px;margin:0 -.15rem;overflow-x:auto}.rank-table{min-width:640px}.rank-table th,.rank-table td{padding:.6rem .65rem;font-size:.76rem}.rank-table__avatar,.mode-icon-img{width:22px;height:22px}.mode-tier-cell{min-width:42px}.mode-tier-cell__icon{width:22px;height:22px}.mode-tiers-header__item{min-width:42px}.mode-tiers-header__icon{width:22px;height:22px}.admin-panel{grid-column:1/-1;padding:.75rem}.admin-panel__actions{flex-direction:column;align-items:stretch}.header__actions .btn,.admin-panel .btn{width:auto}.admin-panel .btn--primary,.admin-panel .btn--ghost,.player-profile__actions .btn,.player-profile__editor-actions .btn,.verify-modal__actions .btn{width:100%;min-height:44px}.modal-overlay{padding:.65rem;padding-bottom:max(.65rem, env(safe-area-inset-bottom));align-items:flex-end}.modal,.player-profile-modal,.verify-modal{border-bottom-right-radius:0;border-bottom-left-radius:0;max-width:100%;max-height:92dvh;padding:1rem}.player-profile-modal,.verify-modal{margin-bottom:0}.player-profile__hero{text-align:center;flex-direction:column;align-items:center}.player-profile__identity{align-items:center}.player-profile__stats{grid-template-columns:1fr}.player-profile__ranks-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.info-panel{display:none}}@media (width<=480px){.header__login-full{display:none}.header__login-short{display:inline}.header__admin-tag{font-size:.7rem}.sidebar__text{display:none}.sidebar__item{min-width:52px}.tier-board{grid-template-columns:repeat(5,minmax(104px,1fr));min-width:540px}.player-profile__ranks-grid{grid-template-columns:1fr}.rank-table{min-width:560px}}@media (width<=768px) and (pointer:coarse){.rank-table__row--clickable,.tier-board__player,.sidebar__item,.region-btn,.header__link,.btn{-webkit-tap-highlight-color:transparent}}
