.team-logo {
            width: 24px;
            height: 24px;
            object-fit: contain;
            flex: 0 0 24px;
            vertical-align: middle;
        }
        .team-link-logo {
            width: 24px;
            height: 24px;
            object-fit: contain;
            flex: 0 0 24px;
        }
        .team-link-card {
            display: grid;
            gap: 6px;
            padding: 16px 18px;
            border-radius: 18px;
            border: 1px solid rgba(95, 118, 146, 0.16);
            background: #fff;
            transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
            text-decoration: none;
            color: inherit;
            align-items: center;
            justify-items: center;
            text-align: center;
        }
        .team-logo-placeholder {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: linear-gradient(135deg, #e1e8f0, #d0d8e2);
            color: #5a6a80;
            font-size: 0.65rem;
            font-weight: 800;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            flex: 0 0 24px;
        }
        .favorites-notice {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 16px 20px;
            border-radius: 18px;
            background: linear-gradient(135deg, rgba(32, 107, 196, 0.08), rgba(32, 107, 196, 0.03));
            border: 1px solid rgba(32, 107, 196, 0.18);
        }
        .favorites-notice-content {
            display: grid;
            gap: 4px;
        }
        .favorites-notice-content strong {
            color: #1a5aa8;
        }
        .favorites-notice-content span {
            color: var(--muted);
            font-size: 0.9rem;
        }
        .favorites-notice-btn {
            display: inline-flex;
            align-items: center;
            min-height: 42px;
            padding: 0 20px;
            border-radius: 12px;
            background: #206bc4;
            color: #fff;
            font-weight: 700;
            text-decoration: none;
            white-space: nowrap;
            transition: background .15s;
        }
        .favorites-notice-btn:hover {
            background: #1a5aa8;
        }
        .fixture-match .team-name {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
        }
        .channel-page {
            display: grid;
            gap: 18px;
        }
        .channel-filters {
            display: flex;
            gap: 14px;
            align-items: end;
            flex-wrap: wrap;
        }
        .channel-filters .filter {
            min-width: 220px;
        }
        .channel-filters input[type="date"] {
            width: 100%;
            min-height: 48px;
            padding: 0 14px;
            border-radius: 14px;
            border: 1px solid rgba(95, 118, 146, 0.24);
            background: #fff;
            color: var(--text);
            font: inherit;
        }
        .summary-row {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            margin-top: 10px;
            color: var(--muted);
        }
        .broadcast-note {
            margin: 10px 0 0;
            color: var(--muted);
        }
        .channel-schedule-notice {
            background: linear-gradient(135deg, rgba(24, 129, 74, 0.10), rgba(32, 107, 196, 0.06));
            border-color: rgba(24, 129, 74, 0.20);
            color: #174c2a;
        }
        .fallback-note {
            margin: 10px 0 0;
            color: #1a7337;
            font-weight: 600;
        }
        .league-list,
        .fixture-list {
            display: grid;
            gap: 14px;
        }
        .league-panel {
            border-radius: 24px;
            border: 1px solid rgba(95, 118, 146, 0.14);
            background: linear-gradient(180deg, rgba(244, 248, 255, 0.72), rgba(255, 255, 255, 0.98));
            box-shadow: 0 10px 28px rgba(24, 39, 75, 0.06);
            overflow: hidden;
        }
        .league-panel-summary {
            list-style: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 20px 22px;
        }
        .league-panel-summary::-webkit-details-marker {
            display: none;
        }
        .league-panel-copy,
        .league-panel-meta {
            display: grid;
            gap: 4px;
        }
        .league-panel-copy span,
        .league-panel-meta span {
            color: var(--muted);
        }
        .league-panel-meta {
            justify-items: end;
            text-align: right;
        }
        .league-panel-body {
            display: grid;
            gap: 14px;
            padding: 0 18px 18px;
        }
        .fixture-card {
            border-radius: 24px;
            border: 1px solid rgba(95, 118, 146, 0.12);
            background: #fff;
            box-shadow: 0 10px 28px rgba(24, 39, 75, 0.06);
            overflow: hidden;
        }
        .fixture-card-summary {
            list-style: none;
            cursor: pointer;
        }
        .fixture-card-summary::-webkit-details-marker {
            display: none;
        }
        .fixture-row {
            display: grid;
            grid-template-columns: 160px minmax(0, 1fr) 240px;
            gap: 16px;
            align-items: center;
            padding: 22px 24px;
        }
        .fixture-status {
            display: grid;
            gap: 4px;
            color: var(--muted);
            font-size: 0.95rem;
        }
        .fixture-status strong {
            color: #22314f;
            font-size: 1.1rem;
        }
        .fixture-match {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
            gap: 18px;
            align-items: center;
            text-align: center;
        }
        .team-name {
            font-size: 1.05rem;
            font-weight: 700;
            color: #22314f;
        }
        .fixture-score {
            display: grid;
            gap: 6px;
            justify-items: center;
        }
        .fixture-versus {
            font-size: 1rem;
            font-weight: 800;
            color: var(--muted);
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .fixture-action {
            display: grid;
            gap: 6px;
            justify-items: end;
            text-align: right;
            color: var(--muted);
        }
        .fixture-action strong {
            color: #22314f;
            font-size: 0.94rem;
        }
        .fixture-card-body {
            border-top: 1px solid rgba(95, 118, 146, 0.12);
            padding: 20px 24px 24px;
            background: linear-gradient(180deg, rgba(244, 248, 255, 0.58), rgba(255, 255, 255, 0.98));
        }
        .fixture-card-inner {
            display: grid;
            gap: 16px;
        }
        .channel-detail-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }
        .channel-detail-item {
            display: grid;
            gap: 6px;
            padding: 14px 16px;
            border-radius: 18px;
            border: 1px solid rgba(95, 118, 146, 0.14);
            background: rgba(255, 255, 255, 0.88);
        }
        .channel-detail-item span {
            color: var(--muted);
            font-size: 0.82rem;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }
        .channel-detail-item strong {
            color: #22314f;
            font-size: 0.98rem;
        }
        .broadcast-list {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }
        .broadcast-pill {
            display: inline-flex;
            align-items: center;
            padding: 8px 12px;
            border-radius: 999px;
            background: rgba(34, 49, 79, 0.08);
            color: #22314f;
            font-weight: 700;
        }
        .channel-empty {
            margin: 0;
            color: var(--muted);
        }
        .channel-faq-panel {
            display: grid;
            gap: 14px;
            padding: 18px;
            border-radius: 18px;
            border: 1px solid rgba(95, 118, 146, 0.14);
            background: rgba(255, 255, 255, 0.86);
        }
        .channel-faq-list {
            display: grid;
            gap: 10px;
        }
        .channel-faq-item {
            border: 1px solid rgba(95, 118, 146, 0.14);
            border-radius: 14px;
            background: #fff;
            overflow: hidden;
        }
        .channel-faq-item summary {
            padding: 14px 16px;
            cursor: pointer;
            font-weight: 800;
            color: #22314f;
        }
        .channel-faq-item p {
            margin: 0;
            padding: 0 16px 16px;
            color: var(--muted);
            line-height: 1.65;
        }
        .team-link-panel {
            display: grid;
            gap: 14px;
            padding: 18px;
            border-radius: 24px;
            border: 1px solid rgba(32, 107, 196, 0.14);
            background: linear-gradient(135deg, rgba(32, 107, 196, 0.05), rgba(255,255,255,0.98));
            box-shadow: 0 10px 28px rgba(24, 39, 75, 0.05);
        }
        .team-link-head {
            display: grid;
            gap: 4px;
        }
        .team-link-head span {
            color: var(--muted);
        }
        .team-link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 12px;
        }
        .team-link-card:hover {
            transform: translateY(-1px);
            border-color: rgba(32, 107, 196, 0.24);
            box-shadow: 0 12px 24px rgba(24, 39, 75, 0.08);
        }
        .team-link-card strong {
            color: #22314f;
        }
        .team-link-card span {
            color: var(--muted);
        }
        .empty-panel {
            padding: 24px;
            border-radius: 24px;
            border: 1px dashed rgba(95, 118, 146, 0.24);
            background: rgba(255, 255, 255, 0.72);
        }
        .empty-panel p {
            margin: 8px 0 0;
            color: var(--muted);
        }
        @media (max-width: 900px) {
            .report-copy,
            .summary,
            .team-link-head,
            .empty-panel {
                text-align: center;
            }
            .channel-filters {
                justify-content: center;
            }
            .league-panel-summary,
            .fixture-row {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .league-panel-meta,
            .fixture-match {
                justify-items: center;
                text-align: center;
            }
            .fixture-status,
            .fixture-action,
            .channel-detail-item,
            .team-link-card {
                justify-items: center;
                text-align: center;
            }
            .fixture-action {
                justify-items: center;
                text-align: center;
            }
            .channel-detail-grid {
                grid-template-columns: 1fr;
            }
        }
