.team-channel-page {
            display: grid;
            gap: 18px;
        }
        .team-week-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;
        }
        .team-hero-card {
            display: grid;
            grid-template-columns: 180px minmax(0, 1fr) 280px;
            gap: 18px;
            align-items: center;
            padding: 22px 24px;
            border-radius: 24px;
            border: 1px solid rgba(95, 118, 146, 0.14);
            background: linear-gradient(135deg, rgba(32, 107, 196, 0.06), rgba(255,255,255,0.98));
            box-shadow: 0 10px 28px rgba(24, 39, 75, 0.06);
        }
        .team-hero-meta,
        .team-hero-broadcast {
            display: grid;
            gap: 6px;
            color: var(--muted);
        }
        .team-hero-meta strong,
        .team-hero-broadcast strong {
            color: #22314f;
            font-size: 1.1rem;
        }
        .team-hero-match {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
            gap: 16px;
            align-items: center;
            text-align: center;
        }
        .team-hero-name {
            font-size: 1.2rem;
            font-weight: 800;
            color: #22314f;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        .team-logo {
            width: 28px;
            height: 28px;
            object-fit: contain;
            flex: 0 0 28px;
        }
        .team-hero-versus {
            color: var(--muted);
            font-size: .92rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .08em;
        }
        .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.9);
        }
        .channel-detail-item span {
            color: var(--muted);
            font-size: .82rem;
            text-transform: uppercase;
            letter-spacing: .04em;
        }
        .channel-detail-item strong {
            color: #22314f;
            font-size: .98rem;
        }
        .team-featured-panel,
        .recent-match-list {
            display: grid;
            gap: 12px;
        }
        .team-featured-card {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 220px;
            gap: 14px;
            align-items: center;
            padding: 16px 18px;
            border-radius: 18px;
            border: 1px solid rgba(95, 118, 146, 0.14);
            background: #fff;
        }
        .team-featured-card.is-primary {
            border-color: rgba(24, 129, 74, 0.24);
            background: linear-gradient(135deg, rgba(24, 129, 74, 0.08), rgba(255, 255, 255, 0.98));
        }
        .team-featured-copy,
        .team-featured-channel {
            display: grid;
            gap: 5px;
        }
        .team-featured-copy span,
        .team-featured-channel span {
            color: var(--muted);
            font-size: .78rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .04em;
        }
        .team-featured-copy strong,
        .team-featured-channel strong {
            color: #22314f;
        }
        .team-featured-copy p {
            margin: 0;
            color: var(--muted);
        }
        .team-featured-channel {
            justify-items: end;
            text-align: right;
        }
        .team-facts-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
        }
        .team-fact-card {
            display: grid;
            gap: 8px;
            min-height: 104px;
            padding: 16px 18px;
            border-radius: 18px;
            border: 1px solid rgba(95, 118, 146, 0.14);
            background: #fff;
        }
        .team-fact-card span {
            color: var(--muted);
            font-size: .8rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .04em;
        }
        .team-fact-card strong {
            color: #22314f;
            font-size: 1.05rem;
        }
        .team-fact-card.is-blue {
            background: linear-gradient(135deg, rgba(32, 107, 196, 0.08), #fff);
        }
        .team-fact-card.is-green {
            background: linear-gradient(135deg, rgba(24, 129, 74, 0.08), #fff);
        }
        .team-fact-card.is-amber {
            background: linear-gradient(135deg, rgba(193, 124, 18, 0.10), #fff);
        }
        .recent-team-panel,
        .seo-copy-panel,
        .team-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.82);
        }
        .recent-match-row {
            display: grid;
            grid-template-columns: 42px minmax(0, 1fr);
            gap: 12px;
            align-items: center;
            padding: 12px 0;
            border-top: 1px solid rgba(95, 118, 146, 0.10);
        }
        .recent-match-row:first-child {
            border-top: 0;
            padding-top: 0;
        }
        .recent-match-row div {
            display: grid;
            gap: 4px;
        }
        .recent-match-row strong {
            color: #22314f;
        }
        .recent-match-row span:not(.result-badge) {
            color: var(--muted);
        }
        .result-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            color: #fff;
            font-weight: 900;
        }
        .result-badge.is-win {
            background: #18814a;
        }
        .result-badge.is-draw {
            background: #7a8797;
        }
        .result-badge.is-loss {
            background: #b44242;
        }
        .seo-copy-panel h2 {
            margin: 0;
            color: #206bc4;
            font-size: 1.18rem;
        }
        .seo-copy-panel p {
            margin: 0;
            color: #41516a;
            line-height: 1.68;
        }
        .team-faq-list {
            display: grid;
            gap: 10px;
        }
        .team-faq-item {
            border: 1px solid rgba(95, 118, 146, 0.14);
            border-radius: 14px;
            background: #fff;
            overflow: hidden;
        }
        .team-faq-item summary {
            padding: 14px 16px;
            cursor: pointer;
            font-weight: 800;
            color: #22314f;
        }
        .team-faq-item p {
            margin: 0;
            padding: 0 16px 16px;
            color: var(--muted);
            line-height: 1.65;
        }
        .team-link-panel {
            display: grid;
            gap: 14px;
            padding-top: 6px;
        }
        .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 {
            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;
        }
        .team-link-logo {
            width: 30px;
            height: 30px;
            object-fit: contain;
        }
        .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,
        .empty-panel p {
            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.74);
        }
        .team-empty-hero {
            padding: 22px 24px;
            border-radius: 18px;
            border: 1px solid var(--editorial-line, rgba(95, 118, 146, 0.24));
            background: linear-gradient(135deg, rgba(32, 107, 196, 0.04), rgba(255, 255, 255, 0.92));
        }
        .team-empty-hero strong {
            display: block;
            font-family: var(--serif);
            font-size: 1.15rem;
            color: var(--editorial-ink, #1f2a44);
            margin-bottom: 6px;
        }
        .team-empty-hero p {
            margin: 0 0 14px;
            color: var(--editorial-muted, #66758f);
            line-height: 1.6;
        }
        .team-empty-cta-row {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        @media (max-width: 900px) {
            .report-copy,
            .team-link-head,
            .empty-panel {
                text-align: center;
            }
            .team-hero-card,
            .team-hero-match,
            .channel-detail-grid,
            .team-featured-card,
            .team-facts-grid {
                grid-template-columns: 1fr;
            }
            .team-hero-card,
            .team-hero-meta,
            .team-hero-broadcast,
            .channel-detail-item,
            .team-featured-copy,
            .team-featured-channel,
            .team-fact-card,
            .team-link-card {
                justify-items: center;
                text-align: center;
            }
            .team-hero-match {
                text-align: center;
            }
            .team-hero-versus {
                justify-self: center;
            }
        }
