table { width:100%; border-collapse:separate; border-spacing:0; font-size:.8rem; }
thead th { position:sticky; top:0; background:var(--bg-alt); color:var(--text-dim); font-weight:500; text-align:left; padding:.55rem .75rem; font-size:.7rem; letter-spacing:.5px; text-transform:uppercase; border-bottom:1px solid var(--border); cursor:pointer; }
thead th.sortable:hover { color:var(--text); }
tbody td { padding:.6rem .75rem; border-bottom:1px solid #223041; }
tbody tr:last-child td { border-bottom:none; }
tbody tr { transition:background .2s; }
tbody tr:hover { background:#1d2834; }
tbody tr.selected { background:#253243; }
.rank-col { font-weight:600; color:var(--text); }
.team-col { font-weight:500; }
.score-col { font-feature-settings:'tnum' 1; font-variant-numeric:tabular-nums; font-weight:600; }
.score-col.highlight { color:var(--accent); }
.empty-state { padding:2rem; text-align:center; color:var(--text-dim); }
