This commit is contained in:
2026-06-23 15:56:11 -05:00
parent 93ae2cbf0a
commit 82d093fbb4
4 changed files with 48 additions and 22 deletions

View File

@@ -87,6 +87,7 @@ a { color: inherit; text-decoration: none; }
/* ---------- Tabs ---------- */
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin: 0 0 4px; }
.masthead-tabs { width: 100%; border-bottom: none; margin: 0; }
.tab {
font-family: var(--font-display); font-weight: 700;
text-transform: uppercase; letter-spacing: 0.01em;
@@ -149,6 +150,13 @@ table.standings { width: 100%; border-collapse: collapse; }
/* Live-Zeile */
.score-live { color: var(--live); font-weight: 700; }
/* Gruppen-Tab: grüne Hervorhebung für Teams mit laufendem Spiel */
.group-grid .row-live { background: rgba(74, 222, 128, 0.08); }
.group-grid .row-live .team-name { color: var(--turf); }
.group-grid .row-live-dot {
background: var(--turf);
}
/* ---------- Drittplatzierte ---------- */
.third-wrap { margin-top: 8px; }
.third-table { width: 100%; border-collapse: collapse; background: var(--bg-card);
@@ -181,7 +189,7 @@ table.standings { width: 100%; border-collapse: collapse; }
font-family: var(--font-mono); font-size: 12px; color: var(--ink-dim);
}
.bracket-banner .v { font-family: var(--font-mono); font-size: 12px; color: var(--turf); }
.bracket-scroll { overflow-x: auto; padding-bottom: 16px; }
.bracket-scroll { overflow-x: auto; padding-bottom: 28px; }
.bracket {
display: flex; gap: 26px; min-width: max-content; align-items: stretch;
}