.minute-blink {
    animation: minutePulse 1s ease-in-out infinite;
}
@keyframes minutePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.score-center-link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.score-center-link:hover .score-box,
.score-center-link:focus-visible .score-box {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}
.score-center-link:focus-visible {
    outline: none;
}

.ss-right-rail .ad-slot {
    min-height: 600px;
    border: 1px dashed rgba(83, 111, 118, 0.28);
    border-radius: 16px;
    background: rgba(18, 27, 32, 0.36);
}

[data-theme="light"] .ss-right-rail .ad-slot {
    background: rgba(255, 255, 255, 0.82);
}

.ls-date-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
    padding-right: 4px;
}
.ls-nav-date-shell {
    min-width: 320px;
    margin-left: auto;
    white-space: nowrap;
}
.ls-nav-date-shell .ss-nav-date-controls {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.ls-nav-date-shell .ss-date-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--primary);
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
}
.ls-nav-date-shell .ss-date-btn:disabled {
    opacity: .35;
    cursor: default;
}
.ls-nav-date-shell .ss-date-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    color: #edf5ff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}
.ls-nav-date-shell .ss-date-label:hover {
    background: rgba(255,255,255,0.12);
}
.ls-nav-date-shell .ss-date-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
[data-theme="light"] .ls-nav-date-shell .ss-date-label {
    background: rgba(17,24,39,0.04);
    border-color: rgba(17,24,39,0.14);
    color: #334155;
}
[data-theme="light"] .ls-nav-date-shell .ss-date-label:hover {
    background: rgba(17,24,39,0.08);
}
.ls-date-btn {
    background: none;
    border: 1px solid rgba(255,255,255,0.15);
    color: #ccc;
    border-radius: 4px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 11px;
    min-height: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, color .15s;
}
.ls-date-btn:hover { background: rgba(255,255,255,0.1); color: #fff; }
.ls-today-btn { font-size: 10px; font-weight: 600; color: #4caf50; border-color: rgba(76,175,80,0.4); }
.ls-today-btn:hover { background: rgba(76,175,80,0.15); color: #4caf50; }
.ls-date-display-wrap { position: relative; }
.ls-date-display {
    min-width: 122px;
}
#lsDatePicker {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
    background: none;
}
#lsDatePicker::-webkit-calendar-picker-indicator { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
@media (max-width: 480px) {
    .ls-date-display { width: 112px; min-width: 112px; font-size: 10px; }
    .ls-date-btn { min-width: 48px; padding: 0 8px; }
}
@media (max-width: 768px) {
    #lsToolbar {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 6px;
        padding: 0;
    }
    #lsToolbar .ls-toolbar-left.main-filters {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ls-nav-date-shell {
        width: 100%;
        min-width: 0;
    }

    .ls-nav-date-shell .ss-nav-date-controls {
        width: 100%;
        justify-content: flex-end;
        gap: 4px;
    }
}

.seo-copy { margin: 14px 0 10px; padding: 14px 16px; border: 1px solid var(--border-color); border-radius: 12px; background: var(--bg-card); min-height: 176px; contain: layout paint; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
[data-theme="light"] .seo-copy { background: #fff; }
.seo-copy h2 { margin: 0 0 8px; font-size: 16px; line-height: 1.35; font-family: inherit; }
.seo-copy p { margin: 0 0 8px; font-size: 13px; line-height: 1.7; color: var(--text-secondary); font-family: inherit; }
.seo-copy p:last-child { margin-bottom: 0; }
@media (max-width: 768px) { .seo-copy { min-height: 220px; } }

.ls-date-display-icon { margin-right: 4px; opacity: .7; font-size: 10px; }
.ls-today-btn.is-hidden,
.favorites-info.is-hidden { display: none; }

.league-logo-img--hide-on-error.is-hidden { display: none; }

.team-logo--resolved { object-fit: contain; }

.league-name-link { color: inherit; text-decoration: none; }

.league-name-link:hover { text-decoration: underline; }
