body {
    background-color: #f8f9fa;
}

[data-bs-theme="dark"] body {
    background-color: #212529;
}

[data-bs-theme="dark"] .footer {
    background-color: #2b3035 !important;
    border-top-color: #495057 !important;
}

.navbar-brand {
    font-size: 1.1rem;
}

.table th {
    white-space: nowrap;
}

.badge-platz {
    font-size: 1rem;
    min-width: 2rem;
}

@media (max-width: 767px) {
    .spiele-titel { font-size: 1.35rem; }
}

.spiel-zeile-mobil:last-child { border-bottom: none !important; }
.spiel-zeile-mobil:nth-child(even) { background-color: var(--bs-tertiary-bg); }

/* Countdown Card */
.countdown-card {
    background: linear-gradient(135deg, #1a3a6b 0%, #0d2040 100%);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
}
.countdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
}
.countdown-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #c8a84b;
    font-weight: 700;
}
.countdown-gruppe {
    font-size: 0.75rem;
    background: rgba(200,168,75,0.18);
    color: #c8a84b;
    border: 1px solid #c8a84b55;
    padding: 0.15rem 0.55rem;
    border-radius: 20px;
}
.countdown-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}
.countdown-team {
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
}
.countdown-vs {
    font-size: 0.8rem;
    color: #c8a84b;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.countdown-datum {
    text-align: center;
    font-size: 0.8rem;
    color: #b0c4e8;
    margin-bottom: 1rem;
}
.countdown-boxes {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}
.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(200,168,75,0.3);
    border-radius: 8px;
    padding: 0.5rem 0.9rem;
    min-width: 64px;
}
.countdown-box span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #c8a84b;
    font-variant-numeric: tabular-nums;
}
.countdown-box small {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #b0c4e8;
    margin-top: 0.15rem;
}
.countdown-laeuft {
    text-align: center;
    font-size: 1rem;
    color: #c8a84b;
    font-weight: 700;
    padding: 0.5rem 0;
}
@media (max-width: 479px) {
    .countdown-box { min-width: 52px; padding: 0.4rem 0.5rem; }
    .countdown-box span { font-size: 1.4rem; }
    .countdown-team { font-size: 0.95rem; }
}
