:root {
  --table-hover-tint: #2563eb;
}

table { border-collapse: collapse; width: 100%; font-size: 0.825rem; visibility: hidden; }
th, td { padding: 0.3rem 0.60rem; text-align: right; border-bottom: 1px solid var(--color-border); white-space: nowrap; }
th { background: var(--color-surface); font-weight: 600; position: sticky; top: 0; }
td.left, th.left { text-align: left; }
td.right, th.right { text-align: right; }
tr:hover td { background: color-mix(in srgb, var(--table-hover-tint) 8%, var(--color-bg)); }
td a { text-decoration: underline; }
th.stats-table__group-header { text-align: center; border-left: 1px solid var(--color-border); border-right: 1px solid var(--color-border); }
td.col-freeze { background: var(--color-bg); }
tr:hover td.col-freeze { background: color-mix(in srgb, var(--table-hover-tint) 8%, var(--color-bg)); }
.team-logo { width: 20px; height: 20px; vertical-align: middle; margin-right: 3px; }
tr.table-group-header td { background: var(--color-surface); font-weight: 600; text-align: left; border-top: 2px solid var(--color-border); }
.status-dot--live { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #22c55e; margin-left: 5px; vertical-align: middle; }
