﻿:root {
    --bg: #07111f;
    --panel: rgba(12, 25, 45, 0.88);
    --panel-strong: rgba(8, 18, 34, 0.96);
    --border: rgba(160, 196, 255, 0.16);
    --text: #eef4ff;
    --muted: #97abc8;
    --accent: #ff6b35;
    --accent-2: #00c2ff;
    --success: #22c55e;
    --gold: #f4c542;
    --danger: #ff6b6b;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    --content: min(1620px, calc(100vw - 32px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }
img { max-width: 100%; display: block; }

body {
    margin: 0;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(0, 194, 255, 0.2), transparent 28%),
        radial-gradient(circle at top right, rgba(255, 107, 53, 0.18), transparent 30%),
        linear-gradient(180deg, #08111e 0%, #06101c 52%, #030912 100%);
    animation: pageFadeIn .22s ease-out both;
}

@keyframes pageFadeIn {
    from {
        opacity: .78;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .25;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 95%);
}

.page-shell {
    width: var(--content);
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 0 72px;
    position: relative;
    z-index: 1;
}

.sticky-shell {
    position: sticky;
    top: 0;
    z-index: 80;
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
    padding-top: 0;
    background: linear-gradient(180deg, rgba(6,16,28,.96), rgba(6,16,28,.88), transparent);
}

.topbar,
.ticker-strip,
.hero-main,
.hero-side,
.surface,
.modal-content,
.team-drawer,
.player-sheet {
    border: 1px solid var(--border);
    border-radius: 26px;
    background: var(--panel);
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow);
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 18px;
    margin-bottom: 0;
    background: rgba(3, 8, 18, 0.98);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.nav-scroll {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.nav-track {
    width: max-content;
    min-width: max-content;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand > div { min-width: 0; }
.brand-copy {
    display: grid;
    gap: 4px;
}
.brand-logo {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    padding: 7px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .18em;
    color: var(--muted);
    background: rgba(255,255,255,.05);
}

.brand-title,
.section-title,
.hero-title,
.feature-title,
.team-card h3,
.player-name,
.team-pill,
.modal-title,
.sheet-title,
.score-badge,
.player-value,
.leader-value,
.score-ribbon-total,
.rank-cell,
.team-card-stats span,
.sheet-stat strong,
.team-line-score,
.jersey-chip,
.score-ribbon-divider,
.box-title {
    font-family: 'Barlow Condensed', sans-serif;
    line-height: .95;
    letter-spacing: .02em;
}

.brand-title { margin: 0; font-size: 32px; text-transform: uppercase; }
.brand-subtitle, .feature-copy, .section-copy, .muted, .team-meta, .card-label, .feature-label, .footer-note { color: var(--muted); }
.brand-subtitle { margin: 0; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.brand-title,
.brand-subtitle,
.section-title,
.hero-title,
.feature-title,
.leader-name,
.player-name,
.team-card h3,
.bracket-team strong,
.record-card h3,
.playoff-card h3 {
    overflow-wrap: anywhere;
}

.nav-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    width: max-content;
    min-width: max-content;
    max-width: none;
    margin-left: auto;
    padding-bottom: 0;
}
.nav-track,
.nav-scroll,
.media-hub-tabs,
.ticker-track,
.media-carousel {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
}
.nav-track.is-draggable,
.nav-scroll.is-draggable,
.media-hub-tabs.is-draggable,
.ticker-track.is-draggable,
.media-carousel.is-draggable {
    cursor: grab;
    user-select: none;
}
.nav-track.is-dragging,
.nav-scroll.is-dragging,
.media-hub-tabs.is-dragging,
.ticker-track.is-dragging,
.media-carousel.is-dragging {
    cursor: grabbing;
}
.nav-scroll::-webkit-scrollbar,
.nav-track::-webkit-scrollbar,
.media-hub-tabs::-webkit-scrollbar {
    display: none;
}
.nav-links a {
    flex: 0 0 auto;
    padding: 10px 10px;
    border-radius: 10px;
    color: #f5f8ff;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    transition: transform .14s ease, background .14s ease, color .14s ease, opacity .14s ease;
    white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.btn:hover,
.filter-chip:hover,
.game-card:hover,
.player-row:hover,
.player-spotlight:hover,
.team-card:hover,
.leader-card:hover,
.mobile-shortcut:hover,
.roster-card:hover,
.mini-stat:hover { transform: translateY(-2px); }
.nav-links a:hover,
.nav-links a:focus-visible {
    background: rgba(255,255,255,.08);
    outline: none;
}

.nav-links a.active,
.nav-links a[aria-current="page"] {
    color: #07111f;
    background: linear-gradient(135deg, #f4c542, #ff7d4d);
}

.hero { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(380px, .72fr); gap: 22px; margin-bottom: 22px; align-items: start; }
.ticker-strip {
    padding: 10px;
    overflow: hidden;
    background: rgba(8, 18, 34, 0.97);
}

.ticker-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
}

.ticker-track::-webkit-scrollbar,
.media-carousel::-webkit-scrollbar {
    height: 8px;
}

.ticker-track::-webkit-scrollbar-thumb,
.media-carousel::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.14);
    border-radius: 999px;
}

.ticker-card {
    min-width: 232px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background:
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
        radial-gradient(circle at top right, rgba(0,194,255,.08), transparent 36%);
    display: grid;
    gap: 10px;
    scroll-snap-align: start;
}

.ticker-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

.ticker-date {
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 800;
}

.ticker-matchid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: #dce8fb;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ticker-lines {
    display: grid;
    gap: 8px;
}

.ticker-team {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    align-items: center;
}

.ticker-team strong {
    font-size: 16px;
    line-height: 1;
}

.ticker-score {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    line-height: .9;
}

.hero-main {
    padding: 34px;
    overflow: hidden;
    position: relative;
    border: 0;
    background-color: #08111e;
    background-image:
        radial-gradient(circle at 16% 22%, rgba(255, 107, 53, 0.16), transparent 28%),
        radial-gradient(circle at 84% 24%, rgba(0, 194, 255, 0.18), transparent 26%),
        linear-gradient(135deg, rgba(8, 17, 30, 0.98) 0%, rgba(9, 20, 37, 0.96) 44%, rgba(13, 28, 46, 0.98) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.hero-main::before,
.hero-main::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}

.hero-main::before {
    background:
        linear-gradient(90deg, rgba(5, 10, 18, 0.82) 0%, rgba(5, 10, 18, 0.74) 36%, rgba(5, 10, 18, 0.54) 68%, rgba(5, 10, 18, 0.44) 100%),
        linear-gradient(180deg, rgba(4, 9, 16, 0.34) 0%, rgba(4, 9, 16, 0.16) 22%, rgba(4, 9, 16, 0.14) 76%, rgba(4, 9, 16, 0.34) 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.hero-main::after {
    background:
        radial-gradient(circle at 82% 20%, rgba(255,255,255,.18), transparent 18%),
        radial-gradient(circle at 76% 78%, rgba(0,194,255,.14), transparent 20%),
        linear-gradient(135deg, rgba(255,107,53,.1), transparent 40%);
    animation: heroGlowDrift 16s ease-in-out infinite alternate;
}

.hero-main > * {
    position: relative;
    z-index: 1;
}

@keyframes heroGlowDrift {
    from {
        transform: translate3d(-1.5%, -1%, 0) scale(1);
        opacity: .86;
    }
    to {
        transform: translate3d(1.5%, 1.5%, 0) scale(1.05);
        opacity: 1;
    }
}

.hero-title { margin: 18px 0 14px; font-size: clamp(56px, 8vw, 88px); text-transform: uppercase; }
.hero-text { max-width: 620px; margin: 0 0 28px; font-size: 17px; line-height: 1.7; color: #d7e5fb; }
.hero-actions, .filters, .card-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sponsor-surface { margin-bottom: 22px; }
.championship-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
    gap: 16px;
    margin: 12px 0 22px;
}

.hero-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 12px 0 18px;
}

.hero-summary-card {
    min-width: 0;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}

.hero-summary-card strong {
    display: block;
    margin: 8px 0 6px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    line-height: .94;
    text-transform: uppercase;
}

.hero-summary-card span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.champion-feature-card {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(7, 17, 31, .78), rgba(7, 17, 31, .68));
    box-shadow: 0 24px 52px rgba(0,0,0,.24);
}

.champion-feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 9, 16, 0.04) 0%, rgba(4, 9, 16, 0.64) 62%, rgba(4, 9, 16, 0.94) 100%),
        radial-gradient(circle at 72% 8%, rgba(244,197,66,.26), transparent 28%),
        linear-gradient(135deg, rgba(0,194,255,.08), transparent 40%);
    pointer-events: none;
}

.champion-poster {
    width: 100%;
    height: 100%;
    min-height: 340px;
    display: block;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.02);
    animation: championPosterPulse 9s ease-in-out infinite alternate;
}

.mvp-feature-card .champion-poster {
    object-position: center center;
}

.champion-copy {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(4, 9, 16, 0.18), rgba(4, 9, 16, 0.52));
    backdrop-filter: blur(12px);
}

.champion-copy h3 {
    margin: 8px 0 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(38px, 5vw, 62px);
    line-height: .9;
    text-transform: uppercase;
}

.champion-copy p {
    max-width: 580px;
    margin: 0;
    color: #d7e5fb;
    line-height: 1.55;
}

.champion-scoreline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 10px;
}

.champion-scoreline span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(244,197,66,.14);
    border: 1px solid rgba(244,197,66,.22);
    color: #ffe69a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@keyframes championPosterPulse {
    from {
        transform: scale(1.02);
        filter: saturate(.95);
    }
    to {
        transform: scale(1.08);
        filter: saturate(1.08);
    }
}

.finals-spotlight-card {
    display: grid;
    grid-template-columns: 1.15fr .95fr;
    gap: 18px;
    margin: 10px 0 24px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.1);
    background:
        linear-gradient(135deg, rgba(255,107,53,.14), rgba(244,197,66,.08), rgba(0,194,255,.08)),
        linear-gradient(180deg, rgba(10,21,38,.94), rgba(10,21,38,.82));
    box-shadow: 0 22px 46px rgba(0,0,0,.2);
}
.finals-spotlight-title {
    margin: 8px 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(34px, 5vw, 56px);
    line-height: .92;
    text-transform: uppercase;
}
.finals-spotlight-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.finals-player-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.finals-player-card {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    background: rgba(7,17,31,.58);
    padding: 14px 12px;
    cursor: pointer;
    transition: .2s ease;
}
.finals-player-card img {
    width: 82px;
    height: 82px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
    border: 1px solid rgba(255,255,255,.12);
}
.finals-player-card span,
.finals-player-card small {
    display: block;
}
.finals-player-card span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 26px;
    line-height: .92;
    text-transform: uppercase;
}
.finals-player-card small {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hero-main .eyebrow {
    animation: heroBadgePulse 6s ease-in-out infinite;
}
.hero-actions .btn {
    animation: heroButtonFloat 5.5s ease-in-out infinite;
}
.hero-actions .btn:nth-child(2) {
    animation-delay: .2s;
}
.hero-actions .btn:nth-child(3) {
    animation-delay: .4s;
}
.hero-actions .btn:nth-child(4) {
    animation-delay: .6s;
}

.btn,
.filter-chip {
    border: 0;
    border-radius: 999px;
    padding: 14px 18px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

.btn-primary { color: #07111f; background: linear-gradient(135deg, #f4c542, #ff7d4d); }
.btn-secondary,
.filter-chip {
    color: var(--text);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}

@keyframes heroBadgePulse {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 0 0 rgba(255,255,255,0);
    }
    50% {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(255,255,255,.08);
    }
}

@keyframes heroButtonFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.filter-chip.active { color: #07111f; border-color: transparent; background: linear-gradient(135deg, #00c2ff, #8bf0ff); }
.hero-side { padding: 22px; display: grid; gap: 16px; align-content: start; background: linear-gradient(180deg, rgba(13,25,45,.96), rgba(8,18,34,.96)); }
.hero-side { align-self: start; }

.feature-card,
.mini-stat,
.game-card,
.leader-card,
.player-spotlight,
.team-card,
.team-box,
.roster-card,
.sheet-profile,
.sheet-stat,
.identity-card,
.sponsor-logo-card,
.score-ribbon {
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}

.feature-card,
.mini-stat,
.game-card,
.leader-card,
.player-spotlight,
.team-card,
.team-box,
.roster-card,
.sheet-profile,
.sheet-stat,
.identity-card { padding: 18px; }

.feature-label, .card-label {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 800;
}

.feature-title { margin: 10px 0 8px; font-size: 38px; text-transform: uppercase; }
.feature-copy { margin: 0; line-height: 1.6; font-size: 14px; }
.feature-score,
.leader-top,
.player-topline,
.box-title {
    display: flex;
    gap: 12px;
    align-items: center;
}

.score-side,
.score-ribbon-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    flex: 1;
}

.score-badge {
    min-width: 74px;
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    font-size: 34px;
}

.metric-grid,
.games-grid,
.leaders-grid,
.players-grid,
.teams-grid,
.sheet-stats,
.roster-grid,
.identity-grid,
.sponsor-logo-grid,
.records-grid,
.playoff-grid,
.box-columns {
    display: grid;
    gap: 14px;
}

.media-surface {
    display: grid;
    gap: 18px;
}

.media-hub-tabs {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.media-hub-tabs-track {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    min-width: max-content;
    scroll-snap-type: x proximity;
}

.media-tab {
    flex: 0 0 auto;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    padding: 12px 18px;
    background: rgba(255,255,255,.05);
    color: var(--text);
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
    white-space: nowrap;
    scroll-snap-align: start;
}

.media-tab.active {
    color: #07111f;
    border-color: transparent;
    background: linear-gradient(135deg, #f4c542, #ff7d4d);
}

.media-hub-panel {
    display: grid;
    gap: 18px;
}

.media-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 18px;
    align-items: start;
}

.media-spotlight,
.media-rail,
.recap-card {
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}

.media-spotlight {
    padding: 22px;
    position: relative;
    overflow: hidden;
    align-self: start;
}

.media-spotlight.ticket {
    background: radial-gradient(circle at top right, rgba(255,107,53,.22), transparent 34%), linear-gradient(135deg, rgba(34,22,18,.96), rgba(64,22,15,.9));
}

.media-spotlight.watch {
    background: radial-gradient(circle at top right, rgba(0,194,255,.22), transparent 34%), linear-gradient(135deg, rgba(9,24,42,.96), rgba(9,38,62,.9));
}

.media-spotlight.recaps {
    background: radial-gradient(circle at top right, rgba(244,197,66,.2), transparent 34%), linear-gradient(135deg, rgba(23,23,40,.96), rgba(54,18,22,.9));
}

.media-spotlight h3,
.recap-title {
    margin: 10px 0 8px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.media-spotlight h3 {
    font-size: 42px;
    line-height: .95;
}

.media-spotlight p {
    margin: 0 0 18px;
    max-width: 54ch;
    color: #d7e5fb;
    line-height: 1.7;
}

.media-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.media-rail {
    padding: 18px;
    display: grid;
    gap: 12px;
    align-content: start;
    align-self: start;
}

.media-rail-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
}

.media-rail-item.article {
    grid-template-columns: 1fr;
    align-items: start;
}

.media-rail-copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
}

.media-carousel {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
}

.recap-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    min-width: 320px;
    max-width: 320px;
    scroll-snap-align: start;
}

.recap-topline,
.recap-teams {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recap-topline {
    justify-content: space-between;
}

.recap-topline .status-pill {
    flex-shrink: 0;
}

.recap-matchup {
    display: grid;
    gap: 10px;
}

.recap-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
}

.recap-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recap-team {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
}

.recap-score {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    line-height: .9;
}

.recap-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.ticket-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
}

.ticket-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-link {
    font-weight: 800;
    color: #8bd9ff;
}

.hero > *,
.metric-grid > *,
.games-grid > *,
.leaders-grid > *,
.players-grid > *,
.teams-grid > *,
.sheet-stats > *,
.roster-grid > *,
.identity-grid > *,
.sponsor-logo-grid > *,
.records-grid > *,
.playoff-grid > *,
.box-columns > *,
.playoff-seeds > *,
.playoff-bracket > *,
.players-toolbar > *,
.section-header > *,
.two-col > * {
    min-width: 0;
}

.metric-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 22px; }
.games-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.leaders-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; width: 100%; }
.players-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 18px; }
.teams-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.roster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sheet-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.identity-grid { grid-template-columns: 1.05fr 1fr 1fr; margin-bottom: 18px; }
.sponsor-logo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.records-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.playoff-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 18px; }
.box-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.mini-stat strong,
.leader-value,
.player-value,
.team-card-stats span,
.sheet-stat strong {
    display: block;
    margin-top: 8px;
    font-size: 42px;
    color: var(--gold);
}

section { margin-bottom: 22px; }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.section-title,
.modal-title,
.sheet-title { margin: 6px 0 0; font-size: clamp(34px, 4vw, 50px); text-transform: uppercase; }
.section-copy { margin: 8px 0 0; max-width: 740px; line-height: 1.6; }
.surface, .modal-content, .team-drawer, .player-sheet { padding: 22px; }
.hero,
.hero-main,
.hero-side,
.surface,
.two-col,
.table-wrap,
.playoff-picture,
.playoff-bracket,
.bracket-column,
.seed-card,
.record-card,
.team-card,
.player-spotlight,
.leader-card,
.game-card,
.identity-card,
.sponsor-logo-card {
    min-width: 0;
}

.game-meta { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; color: var(--muted); font-size: 13px; }
.game-number { color: #d7e5fb; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.status-pill,
.team-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.status-pill.final { background: rgba(34,197,94,.16); color: #9be9b0; }
.status-pill.upcoming { background: linear-gradient(135deg, rgba(0,194,255,.3), rgba(84,214,255,.22)); color: #dff9ff; border: 1px solid rgba(100,220,255,.35); box-shadow: 0 0 0 1px rgba(255,255,255,.03) inset; }
.matchup { display: grid; gap: 12px; }
.team-line { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; }
.team-line-name { font-weight: 800; font-size: 15px; }
.team-line-score { font-size: 42px; min-width: 36px; text-align: right; }
.two-col { display: grid; grid-template-columns: 1.16fr .84fr; gap: 22px; align-items: stretch; }
.table-wrap { overflow: auto; border-radius: 18px; border: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.02); }

table { width: 100%; border-collapse: collapse; min-width: 660px; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.05); }
th {
    position: sticky;
    top: 0;
    background: rgba(7,17,31,.95);
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    z-index: 1;
}

tbody tr:last-child td { border-bottom: 0; }
body[data-page-view="home"] #overviewStats {
    margin-bottom: 0;
}
body[data-page-view="standings"] {
    --content: min(1760px, calc(100vw - 24px));
}

body[data-page-view="standings"] #standings {
    grid-template-columns: minmax(0, 1fr);
}

body[data-page-view="standings"] #standings > :last-child {
    display: none;
}

body[data-page-view="standings"] table {
    min-width: 100%;
}

.standings-row.playoff-zone td {
    background: rgba(144, 238, 144, 0.3) !important;
    border-bottom-color: rgba(120, 210, 120, 0.35);
}
.standings-row.playoff-zone td:first-child {
    box-shadow: inset 5px 0 0 rgba(120, 210, 120, 0.95);
    border-radius: 12px 0 0 12px;
}
.standings-row.playoff-zone td:last-child {
    border-radius: 0 12px 12px 0;
}
.standings-row.playoff-zone:hover td {
    background: rgba(144, 238, 144, 0.36) !important;
}
.rank-cell { width: 52px; font-size: 28px; color: var(--gold); }
.diff-pos { color: #8ae7a0; font-weight: 800; }
.diff-neg { color: #ff9b9b; font-weight: 800; }
.leader-photo { width: 72px; height: 72px; border-radius: 18px; border: 1px solid rgba(255,255,255,.12); flex-shrink: 0; object-fit: cover; object-position: top; background: rgba(255,255,255,.04); }
.leader-card.is-primary { background: linear-gradient(135deg, rgba(255,107,53,.16), rgba(244,197,66,.14)); }
.leader-name, .player-name { font-size: 30px; text-transform: uppercase; }
.leader-card {
    display: grid;
    gap: 16px;
    align-content: start;
    min-height: 100%;
}
.leader-card .leader-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.leader-card .leader-meta {
    min-width: 0;
    width: 100%;
}
.leader-card .player-name {
    font-size: clamp(32px, 4vw, 42px);
    line-height: .88;
}
.leader-card .muted {
    font-size: 15px;
    line-height: 1.45;
}
.leader-card .leader-value {
    margin-top: auto;
}

.feature-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.feature-stat-box {
    min-width: 0;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}

.hero-leader-top {
    align-items: center;
}

.hero-leader-title {
    font-size: clamp(28px, 3.6vw, 40px) !important;
    line-height: .9;
}

.leaders-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.leaders-mini-card {
    min-width: 0;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    display: grid;
    gap: 10px;
}

.leaders-mini-top {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    min-width: 0;
}

.leader-photo.mini {
    width: 52px;
    height: 52px;
    border-radius: 14px;
}

.leaders-mini-top strong {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    line-height: .95;
    text-transform: uppercase;
}

.leaders-mini-top span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.leaders-mini-value {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 48px;
    line-height: .9;
    color: var(--gold);
}
.detail-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 16px;
}
.detail-tab {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 999px;
    padding: 11px 16px;
    background: rgba(255,255,255,.05);
    color: var(--text);
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}
.detail-tab.active {
    color: #07111f;
    border-color: transparent;
    background: linear-gradient(135deg, #00c2ff, #8bf0ff);
}
.detail-panel {
    display: none;
}
.detail-panel.active {
    display: block;
}
.box-score-layout {
    display: grid;
    gap: 16px;
}
.team-box {
    display: grid;
    gap: 14px;
}
.players-toolbar { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; margin-bottom: 16px; }

.field,
.select {
    width: 100%;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 14px 16px;
    background: rgba(255,255,255,.04);
    color: var(--text);
    outline: none;
}

.player-spotlight { cursor: pointer; transition: .2s ease; }
.player-topline img {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    object-fit: cover;
    object-position: top;
    border: 1px solid rgba(255,255,255,.14);
}

.player-row { cursor: pointer; transition: .2s ease; }
.player-row:hover td { background: rgba(255,255,255,.03); }
.team-card { cursor: pointer; transition: .2s ease; }
.team-card h3 { margin: 0; font-size: 34px; text-transform: uppercase; }
.team-logo-wrap {
    width: 82px;
    height: 82px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
}
.team-card-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.record-card,
.playoff-card {
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    padding: 18px;
}
.record-card h3,
.playoff-card h3 {
    margin: 10px 0 6px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    line-height: .95;
}
.record-value {
    margin-top: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 44px;
    line-height: .9;
    color: var(--gold);
}
.record-footnote {
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}
.record-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
}
.record-photo {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    object-fit: cover;
    object-position: top;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.04);
}
.record-team-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.record-title-wrap {
    min-width: 0;
}
.record-title-wrap h3 {
    margin: 8px 0 0;
}
.players-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}
.playoff-picture {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
}
.playoff-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}
.playoff-seeds {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}
.seed-card {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    padding: 14px;
}
.seed-card strong {
    display: block;
    margin-top: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    line-height: .9;
}
.playoff-bracket {
    display: grid;
    grid-template-columns: 1.15fr .95fr .85fr;
    gap: 18px;
    margin-top: 18px;
    align-items: center;
}
.bracket-column {
    display: grid;
    gap: 16px;
}
.bracket-column.center {
    align-self: stretch;
    align-content: center;
}
.bracket-match {
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    padding: 16px;
}
.bracket-match.final-match {
    background: linear-gradient(135deg, rgba(255,107,53,.18), rgba(244,197,66,.1));
}
.bracket-label {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}
.bracket-team {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
}
.bracket-team + .bracket-team {
    border-top: 1px solid rgba(255,255,255,.06);
}
.bracket-team img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.bracket-team-placeholder {
    grid-template-columns: auto 1fr;
}
.bracket-placeholder-badge {
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(244,197,66,.18), rgba(255,107,53,.12));
    border: 1px solid rgba(244,197,66,.35);
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.bracket-team strong {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    line-height: .95;
}
.bracket-team span {
    color: var(--muted);
    font-size: 12px;
}
.bracket-note {
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}
.identity-card h3 {
    margin: 10px 0 6px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    line-height: .95;
}
.identity-card p { margin: 0; line-height: 1.6; }
.identity-logo {
    width: 100%;
    max-width: 240px;
    height: 98px;
    object-fit: contain;
    margin-top: 12px;
    filter: drop-shadow(0 6px 18px rgba(0,0,0,.22));
}
.neba-logo-card { max-width: 190px; }
.governance-card { background: linear-gradient(135deg, rgba(0,194,255,.12), rgba(255,255,255,.03)); }
.title-sponsor-card { background: linear-gradient(135deg, rgba(255,107,53,.18), rgba(244,197,66,.08)); }
.power-card { background: linear-gradient(135deg, rgba(34,197,94,.12), rgba(0,194,255,.08)); }
.partners-block { margin-top: 8px; }
.sponsor-logo-card {
    min-height: 176px;
    display: grid;
    place-items: center;
    padding: 24px 20px;
    gap: 10px;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
}
.sponsor-logo-card img {
    width: 100%;
    max-width: 240px;
    max-height: 130px;
    object-fit: contain;
    filter: saturate(1.02);
}
.sponsor-logo-card.priority {
    background: linear-gradient(135deg, rgba(0,194,255,.12), rgba(255,255,255,.04));
    border-color: rgba(100,220,255,.24);
    min-height: 190px;
}
.sponsor-logo-card img.logo-wide {
    max-width: 270px;
    max-height: 116px;
}
.sponsor-logo-card img.logo-standard {
    max-width: 195px;
    max-height: 142px;
}

.modal-overlay,
.sheet-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(2,8,15,.76);
    backdrop-filter: blur(14px);
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.modal-overlay.open,
.sheet-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.modal-content,
.team-drawer,
.player-sheet {
    width: min(1100px, 100%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: var(--panel-strong);
    transform: translateY(18px) scale(.985);
    transition: transform .22s ease;
}
.team-drawer,
.player-sheet { width: min(960px, 100%); }
.modal-overlay.open .modal-content,
.sheet-overlay.open .team-drawer,
.sheet-overlay.open .player-sheet {
    transform: translateY(0) scale(1);
}

.modal-header,
.sheet-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    position: sticky;
    top: 0;
    z-index: 2;
    padding-bottom: 12px;
    background: linear-gradient(180deg, rgba(8,18,34,.98), rgba(8,18,34,.92));
    backdrop-filter: blur(10px);
}

.close-btn {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: var(--text);
    cursor: pointer;
    font-size: 22px;
    flex-shrink: 0;
}

.score-ribbon { background: linear-gradient(135deg, rgba(255,107,53,.16), rgba(0,194,255,.12)); }
.score-ribbon-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; }
.score-ribbon-total { font-size: 90px; }
.score-ribbon-divider { font-size: 72px; color: rgba(255,255,255,.42); }
.box-title { margin-bottom: 14px; font-size: 34px; text-transform: uppercase; display: flex; gap: 12px; align-items: center; }
.roster-card { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; cursor: pointer; transition: .2s ease; }
.roster-photo { width: 58px; height: 58px; border-radius: 16px; border: 1px solid rgba(255,255,255,.12); object-fit: cover; object-position: top; background: rgba(255,255,255,.04); }
.jersey-chip { min-width: 44px; padding: 8px 10px; border-radius: 12px; text-align: center; background: rgba(255,107,53,.16); color: #ffbfaa; font-size: 28px; }
.sheet-layout { display: grid; grid-template-columns: 280px 1fr; gap: 14px; }
.detail-layout { display: grid; grid-template-columns: 1fr; gap: 14px; }
.sheet-photo { width: 170px; height: 170px; margin: 0 auto 16px; border-radius: 28px; border: 1px solid rgba(255,255,255,.12); object-fit: cover; object-position: top; background: rgba(255,255,255,.04); }
.mobile-shortcuts {
    display: none;
    position: sticky;
    bottom: 16px;
    z-index: 20;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}
.mobile-shortcut {
    display: grid;
    place-items: center;
    padding: 12px 10px;
    border-radius: 18px;
    background: rgba(6,14,27,.92);
    border: 1px solid rgba(255,255,255,.08);
    color: var(--text);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    transition: .2s ease;
}
.empty-state {
    padding: 28px;
    border-radius: 18px;
    border: 1px dashed rgba(255,255,255,.12);
    text-align: center;
    color: var(--muted);
}

@media (max-width: 1100px) {
    .hero, .two-col, .sheet-layout, .box-columns { grid-template-columns: 1fr; }
    .games-grid, .players-grid, .teams-grid, .metric-grid, .identity-grid, .records-grid, .playoff-grid, .playoff-seeds { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .media-feature,
    .recaps-grid { grid-template-columns: 1fr 1fr; }
    .sponsor-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .roster-grid { grid-template-columns: 1fr; }
    .playoff-bracket { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .page-shell {
        width: min(100%, calc(100vw - 18px));
        padding: 14px 0 104px;
    }
    .sticky-shell {
        top: 0;
        gap: 8px;
    }
    .topbar { flex-direction: column; align-items: stretch; border-radius: 24px; border-left: 1px solid var(--border); border-right: 1px solid var(--border); }
    .nav-scroll {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .nav-track {
        width: max-content;
        min-width: max-content;
        max-width: none;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .nav-links {
        display: inline-flex;
        width: max-content;
        min-width: max-content;
        max-width: none;
        margin-left: 0;
        padding-right: 18px;
    }
    .ticker-card { min-width: 210px; }
    .hero-main, .hero-side, .surface, .modal-content, .team-drawer, .player-sheet { padding: 18px; border-radius: 24px; }
    .brand-logo {
        width: 54px;
        height: 54px;
    }
    .brand-title { font-size: 28px; }
    .brand-subtitle { font-size: 10px; }
    .hero-title { font-size: clamp(40px, 13vw, 54px); }
    .hero-main { background-position: 64% center; }
    .section-title, .modal-title, .sheet-title { font-size: 34px; }
    .games-grid, .players-grid, .teams-grid, .metric-grid, .sheet-stats, .identity-grid, .sponsor-logo-grid, .records-grid, .playoff-grid, .playoff-seeds, .leaders-grid, .feature-stat-grid, .hero-summary-grid, .leaders-mini-grid { grid-template-columns: 1fr; }
    .media-feature,
    .recaps-grid { grid-template-columns: 1fr; }
    .media-hub-tabs {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .finals-spotlight-card,
    .championship-showcase {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 6px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }
    .finals-player-strip { grid-template-columns: 1fr; }
    .champion-feature-card,
    .champion-poster { min-height: 240px; }
    .champion-feature-card {
        flex: 0 0 min(82vw, 360px);
        scroll-snap-align: start;
    }
    .players-toolbar, .section-header, .score-ribbon-grid { grid-template-columns: 1fr; }
    .feature-score, .card-actions { flex-direction: column; align-items: stretch; }
    .media-spotlight h3 { font-size: 34px; }
    .media-actions,
    .recap-footer { flex-direction: column; align-items: stretch; }
    .recap-card {
        min-width: 280px;
        max-width: 280px;
    }
    .modal-overlay,
    .sheet-overlay {
        align-items: flex-start;
        padding: 10px;
    }
    .modal-content,
    .team-drawer,
    .player-sheet {
        width: 100%;
        max-height: calc(100vh - 20px);
    }
    .score-ribbon-total { font-size: 72px; }
    .score-ribbon-divider { font-size: 46px; }
    .mobile-shortcuts { display: grid; }
    .team-line-score { font-size: 34px; }
    .playoff-picture,
    .bracket-match { padding: 14px; }
    .bracket-team strong { font-size: 22px; }
    .playoff-links { flex-direction: column; }
    .sponsor-logo-card {
        min-height: 160px;
        padding: 22px 18px;
    }
    .sponsor-logo-card.priority { min-height: 172px; }
    .sponsor-logo-card img {
        max-width: 250px;
        max-height: 122px;
    }
    .sponsor-logo-card img.logo-wide {
        max-width: 260px;
        max-height: 108px;
    }
    .sponsor-logo-card img.logo-standard {
        max-width: 180px;
        max-height: 132px;
    }
    .sheet-photo {
        width: 140px;
        height: 140px;
    }
    .leader-card .player-name {
        font-size: 32px;
    }
    .leaders-grid {
        max-width: 100%;
    }
    th, td { padding: 12px; }
}

