.standings-table{grid-template-columns:1fr;padding:4px 0;display:grid}.standings-row{font-variant-numeric:tabular-nums;border-bottom:1px solid color-mix(in srgb, var(--foreground) 6%, transparent);grid-template-columns:28px minmax(0,1fr) 28px 28px 28px 28px 56px 36px;align-items:center;gap:4px;min-height:40px;padding:6px 12px;font-size:14px;display:grid}.standings-row:last-child{border-bottom:none}.standings-row.standings-row-active{background:color-mix(in srgb, var(--brand-500) 6%, transparent);font-weight:600}.standings-row.standings-row-active .cell-rank{color:var(--brand-700)}.standings-head{text-transform:uppercase;letter-spacing:0;color:var(--foreground-subtle);background:color-mix(in srgb, var(--foreground) 3%, transparent);border-bottom:1px solid color-mix(in srgb, var(--foreground) 10%, transparent);font-size:14px;font-weight:700}.standings-row .cell-rank{text-align:center;color:var(--foreground-muted);font-weight:600}.standings-row .cell-team{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;min-width:0;display:inline-flex;overflow:hidden}.standings-team-logo{object-fit:contain;flex-shrink:0;width:20px;height:20px}.standings-team-logo-placeholder{background:color-mix(in srgb, var(--foreground) 8%, transparent);border-radius:4px;flex-shrink:0;width:20px;height:20px}.standings-team-name{text-overflow:ellipsis;white-space:nowrap;color:inherit;text-decoration:none;overflow:hidden}a.standings-team-name:hover{color:var(--brand-700);text-decoration:underline}.standings-row .cell-num{text-align:center}.standings-row .cell-gd{color:var(--foreground-muted);font-size:14px}.standings-row .cell-points{color:var(--foreground);font-weight:700}@media (max-width:480px){.standings-row{grid-template-columns:24px minmax(0,1fr) 26px 26px 26px 44px 32px;padding:5px 8px;font-size:14px}.standings-row>:nth-child(5){display:none}}
