    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root { color-scheme: dark; }

    body {
      background: #0D1F3C;
      font-family: Georgia, 'Times New Roman', serif;
      min-height: 100vh;
      padding-bottom: 48px;
    }

    #root { max-width: 700px; margin: 0 auto; }

    /* ── HERO ── */
    .hero {
      position: relative;
      height: 280px;
      overflow: hidden;
    }
    .hero img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 60%;
      display: block;
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(13,31,60,0.3) 0%, rgba(13,31,60,0.85) 100%);
    }

    /* ── HEADER ── */
    .header {
      background: #0D1F3C;
      border-bottom: 3px solid #FFC425;
      padding: 20px 32px 22px;
    }
    .header-stripe {
      display: flex;
      height: 3px;
      margin-bottom: 18px;
      border-radius: 1px;
      overflow: hidden;
    }
    .stripe-brown  { flex: 3; background: #7B3F00; }
    .stripe-orange { flex: 1; background: #FF6B2B; }
    .stripe-yellow { flex: 1; background: #FFC425; }

    .header-inner {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .header-logo {
      width: 72px;
      height: 72px;
      object-fit: contain;
      flex-shrink: 0;
    }
    .header-text { flex: 1; }
    .header-eyebrow {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: #C9961D;
      margin-bottom: 4px;
    }
    .header-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 52px;
      color: #FFC425;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      line-height: 0.95;
    }
    .header-sub {
      margin-top: 8px;
      font-family: 'Barlow', sans-serif;
      font-size: 10px;
      color: rgba(255,255,255,0.42);
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .record-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 10px;
      background: rgba(255,196,37,0.10);
      border: 1px solid rgba(255,196,37,0.25);
      border-radius: 3px;
      padding: 4px 12px;
    }
    .record-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.42);
    }
    .record-value {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.03em;
      color: #FFC425;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

    /* ── UP NEXT ── */
    .up-next-wrap {
      background: #152845;
      border-bottom: 1px solid rgba(255,196,37,0.18);
    }
    .up-next-label {
      padding: 10px 32px 7px;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: #FF6B2B;
    }
    .up-next-scroll {
      overflow-x: auto;
      display: flex;
      border-top: 1px solid rgba(255,196,37,0.18);
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .up-next-scroll::-webkit-scrollbar { display: none; }
    .up-next-game {
      flex-shrink: 0;
      min-width: 165px;
      padding: 11px 18px 13px;
      border-right: 1px solid rgba(255,196,37,0.18);
    }

    .highlights-scroll {
      overflow-x: auto;
      display: flex;
      gap: 10px;
      padding: 12px 24px 0;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .highlights-scroll::-webkit-scrollbar { display: none; }
    .highlight-card {
      flex: 0 0 560px;
      border: 1px solid rgba(255,196,37,0.2);
      border-radius: 3px;
      background: rgba(0,0,0,0.2);
      overflow: hidden;
      padding: 10px;
    }
    .highlight-embed {
      min-height: 320px;
    }
    .highlight-embed .twitter-tweet {
      margin: 0;
      width: 100%;
      max-width: 100%;
    }
    .game-date-badge {
      display: inline-block;
      background: rgba(255,107,43,0.12);
      border: 1px solid rgba(255,107,43,0.30);
      border-radius: 2px;
      padding: 2px 7px;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #FF6B2B;
      margin-bottom: 7px;
    }
    .game-matchup {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.03em;
      color: #fff;
      line-height: 1.2;
      margin-bottom: 4px;
    }
    .game-meta {
      font-family: 'Barlow', sans-serif;
      font-size: 11px;
      color: rgba(255,255,255,0.42);
      line-height: 1.5;
    }

    /* ── SECTION LABEL ── */
    .section-label {
      padding: 16px 32px 10px;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: #FFC425;
      border-bottom: 1px solid rgba(255,196,37,0.18);
    }

    .feature-wrap {
      margin: 12px 24px 0;
      border-radius: 4px;
      overflow: hidden;
      border: 1px solid rgba(255,196,37,0.20);
      background:
        radial-gradient(circle at 10% 0%, rgba(255,196,37,0.20), rgba(255,196,37,0) 45%),
        radial-gradient(circle at 90% 100%, rgba(255,107,43,0.18), rgba(255,107,43,0) 40%),
        linear-gradient(140deg, #132849 0%, #0f2342 55%, #102948 100%);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
      padding: 14px;
    }

    .summary-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 10px;
      margin-bottom: 10px;
    }
    .summary-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,196,37,0.16);
      border-radius: 3px;
      padding: 10px;
    }
    .summary-label {
      font-family: 'Barlow Condensed', sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      font-size: 10px;
      color: rgba(255,255,255,0.56);
      margin-bottom: 4px;
    }
    .summary-value {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 24px;
      letter-spacing: 0.03em;
      color: #FFC425;
      font-weight: 800;
      line-height: 1;
    }
    .summary-list {
      margin-top: 8px;
      padding-left: 18px;
      color: rgba(255,255,255,0.9);
      font-family: 'Barlow', sans-serif;
      font-size: 14px;
      line-height: 1.6;
    }

    .player-tools {
      display: grid;
      gap: 10px;
      margin-bottom: 12px;
    }
    .player-group-toggle {
      display: inline-flex;
      gap: 6px;
      border: 1px solid rgba(255,196,37,0.2);
      background: rgba(0,0,0,0.2);
      border-radius: 3px;
      padding: 4px;
      width: fit-content;
    }
    .group-btn {
      border: 1px solid transparent;
      background: transparent;
      color: rgba(255,255,255,0.72);
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      border-radius: 2px;
      padding: 6px 10px;
      cursor: pointer;
    }
    .group-btn.active {
      color: #FFC425;
      border-color: rgba(255,196,37,0.25);
      background: rgba(255,196,37,0.14);
    }
    .player-select-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .player-search {
      width: 100%;
      border: 1px solid rgba(255,196,37,0.2);
      border-radius: 3px;
      background: rgba(13,31,60,0.56);
      color: rgba(255,255,255,0.95);
      font-family: 'Barlow', sans-serif;
      font-size: 13px;
      padding: 9px 10px;
    }
    .player-search::placeholder {
      color: rgba(255,255,255,0.5);
    }
    .player-action-row {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }
    .compare-action,
    .compare-clear {
      border-radius: 3px;
      padding: 8px 12px;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      cursor: pointer;
    }
    .compare-action {
      border: 1px solid rgba(255,196,37,0.32);
      background: rgba(255,196,37,0.12);
      color: #FFC425;
    }
    .compare-action:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }
    .compare-clear {
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.05);
      color: rgba(255,255,255,0.85);
    }
    .compare-panel {
      margin-top: 12px;
      border-top: 1px solid rgba(255,196,37,0.18);
      padding-top: 10px;
    }

    .roster-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
      gap: 8px;
      margin-bottom: 12px;
    }
    .roster-item {
      border: 1px solid rgba(255,196,37,0.18);
      background: rgba(255,255,255,0.04);
      border-radius: 3px;
      padding: 8px;
    }
    .roster-player-btn {
      width: 100%;
      text-align: left;
      border: none;
      background: transparent;
      color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 18px;
      letter-spacing: 0.03em;
      font-weight: 700;
      cursor: pointer;
      padding: 0;
      margin-bottom: 4px;
    }
    .roster-player-btn.active {
      color: #FFC425;
      text-decoration: underline;
      text-underline-offset: 2px;
    }
    .roster-meta {
      font-family: 'Barlow', sans-serif;
      font-size: 11px;
      color: rgba(255,255,255,0.56);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .compare-row {
      display: flex;
      align-items: center;
      gap: 6px;
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      color: rgba(255,255,255,0.85);
    }
    .compare-row input {
      accent-color: #FFC425;
    }

    .player-detail {
      border: 1px solid rgba(255,196,37,0.18);
      background: rgba(13,31,60,0.46);
      border-radius: 3px;
      padding: 12px;
    }
    .player-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 26px;
      color: #FFC425;
      letter-spacing: 0.04em;
      line-height: 1;
      margin-bottom: 6px;
    }
    .player-sub {
      font-family: 'Barlow', sans-serif;
      font-size: 11px;
      color: rgba(255,255,255,0.58);
      text-transform: uppercase;
      letter-spacing: 0.11em;
      margin-bottom: 10px;
    }

    .stat-chip-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }
    .stat-chip {
      min-width: 86px;
      border-radius: 2px;
      border: 1px solid rgba(255,196,37,0.22);
      background: rgba(255,255,255,0.04);
      padding: 6px 8px;
    }
    .stat-chip-key {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 10px;
      letter-spacing: 0.12em;
      color: rgba(255,255,255,0.55);
      text-transform: uppercase;
      margin-bottom: 2px;
    }
    .stat-chip-value {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      line-height: 1;
    }

    .compare-hint {
      font-family: 'Barlow', sans-serif;
      color: rgba(255,255,255,0.62);
      font-size: 12px;
      margin-bottom: 10px;
    }
    .compare-grid {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }
    .compare-card {
      position: relative;
      border: 1px solid rgba(255,196,37,0.18);
      background: rgba(13,31,60,0.56);
      border-radius: 3px;
      padding: 10px;
    }
    .compare-remove {
      position: absolute;
      top: 8px;
      right: 8px;
      border: 1px solid rgba(255,255,255,0.2);
      background: rgba(255,255,255,0.06);
      color: rgba(255,255,255,0.88);
      border-radius: 2px;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 10px;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      padding: 3px 6px;
      cursor: pointer;
    }
    .compare-player {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 20px;
      color: #FFC425;
      letter-spacing: 0.03em;
      margin-bottom: 2px;
    }
    .compare-pos {
      font-family: 'Barlow', sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: rgba(255,255,255,0.56);
      margin-bottom: 8px;
    }

    /* ── CARD ── */
    .card {
      margin: 12px 24px 0;
      border-radius: 3px;
      overflow: hidden;
      background: #1A3258;
      border: 1px solid rgba(255,196,37,0.18);
      border-left: 3px solid rgba(255,196,37,0.18);
      content-visibility: auto;
      contain-intrinsic-size: 900px;
    }
    .card.win  { border-left-color: #3DBA6F; }
    .card.loss { border-left-color: #E05252; }
    .card.off  { border-left-color: #A0522D; }

    .card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 16px;
      background: rgba(0,0,0,0.28);
      border-bottom: 1px solid rgba(255,196,37,0.18);
    }
    .card-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.20em;
      text-transform: uppercase;
      color: #FFC425;
    }
    .card-date {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #C8956C;
      margin-top: 2px;
    }
    .card-result {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 18px;
      letter-spacing: 0.14em;
    }
    .card-result.win  { color: #3DBA6F; }
    .card-result.loss { color: #E05252; }
    .card-result.off  { color: rgba(255,255,255,0.42); }

    /* score */
    .score-row {
      display: flex;
      align-items: center;
      padding: 16px 20px 14px;
      border-bottom: 1px solid rgba(255,196,37,0.18);
    }
    .team-block { flex: 1; }
    .team-block.right { text-align: right; }
    .team-abbr {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 42px;
      color: #FFC425;
      line-height: 1;
      letter-spacing: 0.04em;
    }
    .team-name {
      font-family: 'Barlow', sans-serif;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.42);
      margin-top: 4px;
      line-height: 1.4;
    }
    .score-center {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 22px;
    }
    .score-num {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 82px;
      line-height: 1;
      color: rgba(255,255,255,0.18);
      letter-spacing: -0.01em;
    }
    .score-num.winner { color: #fff; }
    .score-dash {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 40px;
      color: rgba(255,196,37,0.25);
      font-weight: 300;
    }

    /* linescore */
    .linescore-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .linescore {
      width: 100%;
      border-collapse: collapse;
      min-width: 400px;
    }
    .linescore th {
      text-align: center;
      padding: 5px 3px;
      font-size: 10px;
      color: rgba(255,255,255,0.42);
      background: rgba(0,0,0,0.22);
      letter-spacing: 0.06em;
      border-bottom: 1px solid rgba(255,196,37,0.18);
      border-right: 1px solid rgba(255,196,37,0.18);
    }
    .linescore th.team-col { text-align: left; padding-left: 12px; width: 42px; }
    .linescore th.total-col { color: #C8956C; }
    .linescore th:last-child, .linescore td:last-child { border-right: none; }
    .linescore td {
      text-align: center;
      padding: 5px 3px;
      font-size: 13px;
      color: rgba(255,255,255,0.92);
      border-bottom: 1px solid rgba(255,196,37,0.18);
      border-right: 1px solid rgba(255,196,37,0.18);
    }
    .linescore td.team-col {
      text-align: left;
      padding-left: 12px;
      font-size: 11px;
      font-weight: 700;
      color: #FFC425;
      letter-spacing: 0.10em;
    }
    .linescore td.total-col { font-weight: 700; color: #fff; }
    .linescore tr:last-child td { border-bottom: none; }

    .series-widget {
      padding: 12px 12px 0;
      border-bottom: 1px solid rgba(255,196,37,0.18);
      display: grid;
      gap: 10px;
    }
    .series-game {
      border: 1px solid rgba(255,196,37,0.2);
      border-radius: 3px;
      overflow: hidden;
      background: rgba(0,0,0,0.14);
    }
    .series-game-head {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: center;
      padding: 8px 10px;
      border-bottom: 1px solid rgba(255,196,37,0.18);
      background: rgba(0,0,0,0.22);
    }
    .series-game-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #FFC425;
    }
    .series-game-date {
      font-family: 'Barlow', sans-serif;
      font-size: 10px;
      color: rgba(255,255,255,0.55);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-top: 2px;
    }
    .series-game-result {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 0.1em;
      color: rgba(255,255,255,0.5);
      text-transform: uppercase;
    }
    .series-game-result.win { color: #3DBA6F; }
    .series-game-result.loss { color: #E05252; }
    .series-scoreline {
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 8px;
      padding: 10px 8px;
      border-bottom: 1px solid rgba(255,196,37,0.18);
    }
    .series-team {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: rgba(255,255,255,0.7);
    }
    .series-score {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 30px;
      line-height: 1;
      font-weight: 900;
      color: rgba(255,255,255,0.28);
    }
    .series-score.winner { color: #fff; }
    .series-at {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: rgba(255,196,37,0.7);
      letter-spacing: 0.1em;
    }

    /* stats */
    .stats-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      padding: 10px 16px;
      border-bottom: 1px solid rgba(255,196,37,0.18);
    }
    .pill {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 13px;
      font-weight: 700;
      padding: 4px 11px;
      border-radius: 2px;
      white-space: nowrap;
      letter-spacing: 0.06em;
      border: 1px solid rgba(255,196,37,0.18);
      background: rgba(255,255,255,0.06);
      color: rgba(255,255,255,0.92);
    }
    .pill.win  { background: rgba(61,186,111,0.15);  border-color: rgba(61,186,111,0.3);  color: #3DBA6F; }
    .pill.loss { background: rgba(224,82,82,0.15);   border-color: rgba(224,82,82,0.3);   color: #E05252; }
    .pill-label { color: rgba(255,255,255,0.42); font-weight: 400; margin-right: 3px; }

    /* body text */
    .card-body {
      padding: 14px 16px 18px;
      font-family: 'Barlow', sans-serif;
      font-size: 15px;
      line-height: 1.85;
      color: rgba(255,255,255,0.88);
    }
    .card-body p + p { margin-top: 13px; }

    /* ── RECAP PHOTO ── */
    .card-photo {
      width: 100%;
      max-height: 340px;
      object-fit: cover;
      display: block;
      border-top: 1px solid rgba(255,196,37,0.18);
    }
    .card-photo--full {
      max-height: none;
      object-fit: contain;
      background: rgba(0,0,0,0.2);
    }
    .card-photo-caption {
      padding: 7px 16px 10px;
      font-size: 10px;
      font-style: italic;
      color: rgba(255,255,255,0.40);
      border-top: 1px solid rgba(255,196,37,0.10);
      text-align: center;
    }

    .card-media {
      border-top: 1px solid rgba(255,196,37,0.18);
      padding: 12px;
      background: rgba(0,0,0,0.18);
    }
    .card-x-post {
      display: flex;
      justify-content: center;
    }
    .card-x-post .twitter-tweet {
      margin: 0 auto;
      width: 100%;
      max-width: 560px;
    }

    .comments {
      border-top: 1px solid rgba(255,196,37,0.14);
      padding: 12px 16px 14px;
      background: rgba(0,0,0,0.16);
    }
    .comments-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #FFC425;
      margin-bottom: 8px;
    }
    .comment-form {
      display: grid;
      gap: 8px;
    }
    .comment-name,
    .comment-text-input {
      width: 100%;
      border: 1px solid rgba(255,196,37,0.18);
      border-radius: 3px;
      background: rgba(13,31,60,0.56);
      color: rgba(255,255,255,0.95);
      font-family: 'Barlow', sans-serif;
      font-size: 13px;
      padding: 8px 10px;
    }
    .comment-name::placeholder,
    .comment-text-input::placeholder {
      color: rgba(255,255,255,0.45);
    }
    .comment-text-input {
      resize: vertical;
      min-height: 72px;
    }
    .comment-submit {
      justify-self: start;
      border: 1px solid rgba(255,196,37,0.32);
      background: rgba(255,196,37,0.10);
      color: #FFC425;
      border-radius: 3px;
      padding: 8px 12px;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      cursor: pointer;
    }
    .comment-submit:hover {
      background: rgba(255,196,37,0.16);
    }
    .comment-list {
      margin-top: 10px;
      display: grid;
      gap: 8px;
    }
    .comment-item {
      background: rgba(13,31,60,0.45);
      border: 1px solid rgba(255,196,37,0.14);
      border-radius: 3px;
      padding: 8px 10px;
    }
    .comment-meta {
      display: flex;
      justify-content: space-between;
      gap: 8px;
      margin-bottom: 4px;
    }
    .comment-author {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: #FFC425;
      text-transform: uppercase;
    }
    .comment-time {
      font-family: 'Barlow', sans-serif;
      font-size: 10px;
      color: rgba(255,255,255,0.5);
    }
    .comment-text {
      font-family: 'Barlow', sans-serif;
      font-size: 13px;
      line-height: 1.55;
      color: rgba(255,255,255,0.9);
      white-space: pre-wrap;
      word-break: break-word;
    }
    .comment-empty {
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      color: rgba(255,255,255,0.5);
      font-style: italic;
    }

    .older-wrap {
      padding: 14px 24px 0;
      display: flex;
      justify-content: center;
    }
    .older-toggle {
      border: 1px solid rgba(255,196,37,0.30);
      background: rgba(255,196,37,0.08);
      color: #FFC425;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      border-radius: 3px;
      padding: 9px 14px;
      cursor: pointer;
    }
    .older-toggle:hover {
      background: rgba(255,196,37,0.14);
    }
    .older-entries {
      margin-top: 6px;
    }

    /* footer */
    .footer {
      margin-top: 24px;
      padding: 14px 32px;
      border-top: 1px solid rgba(255,196,37,0.18);
      text-align: center;
      font-size: 8px;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.42);
    }

    @media (max-width: 760px) {
      .header,
      .up-next-label,
      .section-label,
      .footer {
        padding-left: 16px;
        padding-right: 16px;
      }

      .header-title { font-size: 38px; }
      .header-inner { gap: 14px; }
      .header-logo { width: 56px; height: 56px; }

      .card { margin: 10px 10px 0; }
      .score-row { padding: 12px; }
      .score-center { padding: 0 12px; gap: 6px; }
      .score-num { font-size: 58px; }
      .score-dash { font-size: 30px; }
      .team-abbr { font-size: 32px; }
      .team-name { font-size: 9px; }
      .linescore td { font-size: 12px; }
      .card-body { font-size: 14px; line-height: 1.8; }
      .series-score { font-size: 25px; }

      .up-next-game { min-width: 150px; padding: 10px 12px 12px; }
      .highlights-scroll { padding: 10px 10px 0; }
      .highlight-card { flex-basis: 92vw; }
      .older-wrap { padding-left: 10px; padding-right: 10px; }
      .comments { padding: 10px 12px 12px; }
      .feature-wrap { margin: 10px 10px 0; padding: 10px; }
      .summary-value { font-size: 22px; }
      .player-select-row { grid-template-columns: 1fr; }
      .player-title { font-size: 22px; }
      .stat-chip { min-width: 72px; padding: 5px 6px; }
      .stat-chip-key { font-size: 9px; letter-spacing: 0.1em; }
      .stat-chip-value { font-size: 16px; }
      .compare-grid { grid-template-columns: 1fr; }
    }