/* Daily Lineup — screen styles (reuses :root vars, buttons, diamond, ticker from style.css) */

/* ── HOME ─────────────────────────────────────────────────────────────────── */
.home-wrap {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 24px; gap: 14px; max-width: 560px; margin: 0 auto;
}
.home-badge {
  font-family: var(--font-display); letter-spacing: 3px; font-size: .82rem; font-weight: 700;
  color: var(--gold2); background: rgba(232,160,32,.1); border: 1px solid var(--gold);
  padding: 4px 14px; border-radius: 20px;
}
.home-title { font-family: var(--font-display); font-size: 3.4rem; font-weight: 900; letter-spacing: 2px; line-height: 1; }
.home-tag { color: var(--muted2); font-size: .96rem; line-height: 1.55; max-width: 440px; }
.home-date { font-size: .82rem; color: var(--muted); font-weight: 600; letter-spacing: 1px; }
.mode-group { display: flex; align-items: center; gap: 10px; }
.mode-label { font-family: var(--font-display); font-size: .66rem; letter-spacing: 1.5px; color: var(--muted); width: 44px; text-align: right; }
.mode-select { display: flex; gap: 6px; }
.mode-chip {
  font-family: var(--font-display); font-weight: 700; font-size: .82rem; letter-spacing: .5px;
  padding: 7px 16px; border-radius: 18px; border: 1px solid var(--border2);
  background: var(--surface2); color: var(--muted2); cursor: pointer; transition: all .12s;
}
.mode-chip.active { background: var(--gold); color: #000; border-color: var(--gold); }
.date-picker {
  background: var(--surface2); color: var(--text); border: 1px solid var(--border2);
  border-radius: 8px; padding: 6px 10px; font-family: var(--font-body); font-size: .85rem;
  color-scheme: dark; cursor: pointer;
}
.mode-desc { font-size: .76rem; color: var(--muted); min-height: 1.1em; max-width: 440px; text-align: center; }
.home-leaderboard { width: 100%; max-width: 400px; }
.home-cta { font-size: 1.05rem; padding: 14px 34px; margin-top: 6px; }
.home-best { font-size: .82rem; color: var(--gold2); min-height: 1em; }
.home-how { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; width: 100%; max-width: 400px; }
.how-step {
  display: flex; align-items: center; gap: 10px; text-align: left;
  background: var(--surface2); border: 1px solid var(--border); border-radius: 8px;
  padding: 9px 13px; font-size: .84rem; color: var(--muted2);
}
.how-num {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold); color: #000; font-weight: 700; font-size: .78rem;
  display: flex; align-items: center; justify-content: center;
}

/* ── DRAFT (20-0 style) ───────────────────────────────────────────────────── */
.draft2 {
  flex: 1; display: flex; flex-direction: column; width: 100%; max-width: 1120px;
  margin: 0 auto; min-height: 0; padding: 10px 14px 0;
}
.draft2-bar { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pill {
  display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display);
  font-weight: 700; font-size: .8rem; letter-spacing: .5px; padding: 6px 13px;
  border-radius: 20px; border: 1px solid var(--border2); background: var(--surface2); color: var(--text);
}
.pill-round { color: var(--muted2); }
.pill-team { border-color: var(--gold); color: var(--gold2); background: rgba(232,160,32,.08); font-size: 1rem; }
.pill-team .pill-cap { font-size: .6rem; color: var(--muted); letter-spacing: 1px; }
.pill-vs { color: var(--muted); border-color: var(--border); font-size: .74rem; }
.pill-reroll { margin-left: auto; cursor: pointer; border-color: var(--border2); }
.pill-reroll:hover:not(:disabled) { border-color: var(--gold); color: var(--gold2); }
.pill-reroll:disabled { opacity: .4; cursor: not-allowed; }
.pill-quit { cursor: pointer; color: var(--muted); }
.pill-quit:hover { color: var(--text); }

.draft2-instr { font-size: .78rem; color: var(--muted2); margin: 8px 2px 6px; }
.draft2-instr.armed { color: var(--gold2); font-weight: 600; }

.draft2-poscov { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 8px; }
.pos-chip {
  font-family: var(--font-display); font-size: .72rem; font-weight: 700; letter-spacing: .5px;
  padding: 3px 8px; border-radius: 6px; border: 1px solid var(--border2);
  background: var(--surface2); color: var(--muted); display: inline-flex; align-items: center; gap: 5px;
}
.pos-chip.filled { background: rgba(24,207,110,.12); border-color: var(--green); color: var(--green); }
.pos-chip .pos-fill { font-size: .66rem; color: var(--text); font-weight: 500; }

.draft2-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.sort-cap { font-size: .66rem; color: var(--muted); letter-spacing: 1px; font-weight: 700; }
.sort-select {
  background: var(--surface2); color: var(--text); border: 1px solid var(--border2);
  border-radius: 7px; padding: 5px 10px; font-family: var(--font-body); font-size: .8rem; cursor: pointer;
}
.filter-chips { display: flex; gap: 4px; flex-wrap: wrap; }
.fchip {
  font-family: var(--font-display); font-size: .72rem; font-weight: 700; padding: 4px 10px;
  border-radius: 14px; border: 1px solid var(--border2); background: var(--surface2);
  color: var(--muted2); cursor: pointer;
}
.fchip.active { background: var(--gold); color: #000; border-color: var(--gold); }

.draft2-list { flex: 1; overflow-y: auto; padding-bottom: 6px; display: flex; flex-direction: column; gap: 6px; }
.grp-header {
  font-family: var(--font-display); font-size: .78rem; font-weight: 700; letter-spacing: 1px;
  color: var(--gold2); padding: 8px 2px 2px; border-bottom: 1px solid var(--border); margin-bottom: 2px;
}
.grp-header .grp-count { color: var(--muted); font-size: .68rem; }

.prow {
  display: flex; flex-direction: row; align-items: center; gap: 14px; text-align: left; width: 100%;
  background: var(--surface2); border: 1px solid var(--border); border-left: 3px solid var(--border2);
  border-radius: 10px; padding: 10px 14px; cursor: pointer; transition: border-color .12s, background .12s;
}
.prow:hover:not(.disabled) { border-color: var(--gold); border-left-color: var(--gold); background: var(--surface3); }
.prow.selected { border-color: var(--gold2); border-left-color: var(--gold2); background: rgba(232,160,32,.1); box-shadow: 0 0 0 1px var(--gold2) inset; }
.prow.disabled { opacity: .34; cursor: not-allowed; filter: grayscale(.55); }
.prow-badge {
  flex-shrink: 0; font-family: var(--font-display); font-weight: 800; font-size: .82rem;
  color: var(--gold2); background: rgba(232,160,32,.1); border: 1px solid rgba(232,160,32,.3);
  border-radius: 6px; padding: 5px 7px; min-width: 42px; text-align: center; letter-spacing: .5px;
}
.prow-id { flex-shrink: 0; width: 168px; min-width: 0; }
.prow-name { font-weight: 700; font-size: 1.02rem; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.prow-sub { font-size: .68rem; color: var(--muted); }
.prow-stats { display: flex; align-items: baseline; gap: 14px; flex-shrink: 0; }
.pstat-line { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--text); }
.pstat { display: flex; flex-direction: column; align-items: center; min-width: 24px; }
.pstat b { font-family: var(--font-display); font-weight: 700; font-size: .98rem; color: var(--text); line-height: 1; }
.pstat i { font-size: .54rem; color: var(--muted); letter-spacing: .5px; font-style: normal; }

/* Day-sequence chips fill the middle of the row */
.prow-seq { flex: 1; display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; min-width: 0; }
.prow-seq.blind { font-size: .72rem; color: var(--muted); font-style: italic; }
.seq-chip {
  font-family: var(--font-display); font-size: .78rem; font-weight: 700; letter-spacing: .3px;
  padding: 2px 8px; border-radius: 5px; border: 1px solid var(--border2); background: var(--surface3); color: var(--muted2);
}
.seq-chip.hit { color: var(--green); border-color: rgba(24,207,110,.4); background: rgba(24,207,110,.08); }
.seq-chip.walk { color: #37d99a; border-color: rgba(45,212,160,.4); background: rgba(45,212,160,.08); }
.seq-chip.dp { color: var(--red); border-color: rgba(240,53,53,.45); background: rgba(240,53,53,.1); }
.seq-chip.out { color: var(--muted2); }

/* Narrow screens: stack identity / sequence / stats */
@media (max-width: 620px) {
  .prow { flex-wrap: wrap; gap: 8px 12px; }
  .prow-id { width: auto; flex: 1; }
  .prow-seq { order: 3; flex-basis: 100%; justify-content: flex-start; }
}

/* Fixed lineup tray at the bottom */
.draft2-tray {
  display: grid; grid-template-columns: repeat(9, 1fr); gap: 5px;
  padding: 10px 4px; border-top: 1px solid var(--border2); background: var(--surface);
}
.tray-slot {
  display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 7px 3px;
  border-radius: 8px; border: 1px solid var(--border2); background: var(--surface2);
  min-height: 52px; justify-content: center; text-align: center;
}
.tray-slot .ts-num { font-family: var(--font-display); font-weight: 900; font-size: .82rem; color: var(--muted); }
.tray-slot .ts-pos { font-family: var(--font-display); font-weight: 700; font-size: .74rem; color: var(--gold2); }
.tray-slot .ts-name { font-size: .58rem; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.tray-slot .ts-empty { font-size: .58rem; color: var(--muted); }
.tray-slot.filled { border-color: var(--green); background: rgba(24,207,110,.08); cursor: pointer; }
.tray-slot.filled:hover { border-color: var(--gold); background: rgba(232,160,32,.1); }
.tray-slot.open.armed {
  border-color: var(--gold2); background: rgba(232,160,32,.14); cursor: pointer;
  animation: trayPulse 1.1s ease-in-out infinite;
}
@keyframes trayPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(232,160,32,.5); } 50% { box-shadow: 0 0 0 3px rgba(232,160,32,.18); } }

/* Slot picker modal */
.slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 10px 0; }
.slot-btn {
  padding: 12px 8px; border-radius: 8px; border: 1px solid var(--border2); background: var(--surface2);
  color: var(--text); cursor: pointer; font-family: var(--font-display); font-weight: 700; transition: all .12s;
}
.slot-btn:hover:not(:disabled) { border-color: var(--gold); background: var(--surface3); }
.slot-btn:disabled { opacity: .3; cursor: not-allowed; }
.slot-btn .slot-num { font-size: 1.1rem; }
.slot-btn .slot-occ { display: block; font-size: .62rem; color: var(--muted); font-weight: 500; font-family: var(--font-body); }

/* ── LINEUP REVIEW ────────────────────────────────────────────────────────── */
.lineup-wrap { flex: 1; display: flex; flex-direction: column; padding: 18px; gap: 12px; max-width: 620px; margin: 0 auto; width: 100%; }
.lineup-title { font-family: var(--font-display); font-size: 1.8rem; font-weight: 900; letter-spacing: 1px; text-align: center; }
.lineup-list { display: flex; flex-direction: column; gap: 6px; }
.lineup-row {
  display: flex; align-items: center; gap: 12px; background: var(--surface2);
  border: 1px solid var(--border); border-radius: 8px; padding: 9px 13px;
}
.lineup-row .lr-slot { font-family: var(--font-display); font-size: 1.2rem; font-weight: 900; color: var(--gold2); width: 22px; }
.lineup-row .lr-pos { font-family: var(--font-display); font-weight: 700; color: var(--muted2); width: 30px; font-size: .82rem; }
.lineup-row .lr-name { font-weight: 600; flex: 1; }
.lineup-row .lr-team { font-size: .72rem; color: var(--muted); }
.lineup-row .lr-line { font-family: var(--font-display); font-weight: 700; font-size: .95rem; }
.lineup-row .lr-line.hot { color: var(--green); }
.lineup-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 6px; }

/* ── GAMEDAY (fixed viewport height; play-by-play sits beside the diamond,
   the lineup gets the full width below) ─────────────────────────────────────── */
.gameday-wrap { flex: 1; min-height: 0; display: flex; flex-direction: column; padding: 12px 14px; gap: 10px; max-width: 940px; margin: 0 auto; width: 100%; }
/* top: diamond on the left, scoreboard + runs + play-by-play on the right */
.gameday-head { display: flex; gap: 14px; flex-shrink: 0; min-height: 0; align-items: stretch; height: 210px; max-height: 34vh; }
.diamond-panel { flex-shrink: 0; }
.gameday-info { flex: 1; min-width: 0; min-height: 0; display: flex; flex-direction: column; gap: 8px; }
.gd-runs-big { display: flex; align-items: baseline; gap: 8px; flex-shrink: 0; }
.gd-runs-big #gd-runs { font-family: var(--font-display); font-size: 2.2rem; font-weight: 900; color: var(--gold2); line-height: 1; }
.gd-runs-label { font-size: .74rem; color: var(--muted); letter-spacing: 2px; font-weight: 600; }
.gd-ticker-box { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 4px; overflow: hidden; }
.gd-ticker-box .ticker-log { flex: 1; overflow-y: auto; min-height: 0; }
.ticker-entry.inning-divider {
  color: var(--gold2); text-align: center; font-family: var(--font-display); font-weight: 700;
  letter-spacing: 1px; font-size: .72rem; margin: 4px 0; opacity: .85;
}

/* lineup: full width, takes all remaining height */
.gd-lineup-wrap { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 5px; overflow: hidden; }
#gd-lineup { flex: 1; overflow-y: auto; min-height: 0; }

.gameday-controls { display: flex; justify-content: center; gap: 12px; flex-shrink: 0; }
.gameday-controls button { min-width: 120px; }

/* Live lineup panel */
.ticker-entry.exhausted { color: var(--muted); font-style: italic; }
.gd-lineup-title { font-family: var(--font-display); font-size: .74rem; font-weight: 700; letter-spacing: 2px; color: var(--muted); flex-shrink: 0; }
.gd-lineup { display: flex; flex-direction: column; gap: 4px; }
.gdl-row {
  display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 7px;
  background: var(--surface2); border: 1px solid var(--border); font-size: .82rem;
  flex: 1 1 auto; min-height: 40px; /* stretch to fill the column; text stays fixed */
}
.gdl-row.batting { border-color: var(--gold2); background: rgba(232,160,32,.12); }
.gdl-row.done { opacity: .5; }
.gdl-slot { font-family: var(--font-display); font-weight: 900; color: var(--gold2); width: 18px; text-align: center; font-size: 1.05rem; }
.gdl-pos { font-family: var(--font-display); font-weight: 700; color: var(--muted2); width: 28px; font-size: .72rem; }
.gdl-name { font-weight: 600; min-width: 108px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .9rem; }
.gdl-seq { display: flex; gap: 4px; flex: 1; flex-wrap: wrap; }
.gdl-code {
  font-family: var(--font-display); font-size: .72rem; font-weight: 700; padding: 2px 6px;
  border-radius: 4px; background: var(--surface3); color: var(--muted); border: 1px solid var(--border);
}
.gdl-code.played { background: var(--surface); color: var(--muted2); opacity: .5; text-decoration: line-through; }
.gdl-code.played.hit { color: var(--green); border-color: rgba(24,207,110,.4); opacity: .8; text-decoration: none; }
.gdl-code.next { border-color: var(--gold2); color: var(--gold2); }
.gdl-abs { font-size: .68rem; color: var(--muted); white-space: nowrap; font-weight: 600; }
.gdl-abs .abs-hot { color: var(--gold2); }

/* ── RESULT ───────────────────────────────────────────────────────────────── */
.result-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 22px; gap: 12px; max-width: 620px; margin: 0 auto; width: 100%; }
.result-badge { font-family: var(--font-display); letter-spacing: 3px; color: var(--muted); font-size: .84rem; font-weight: 700; }
.result-score { display: flex; align-items: baseline; gap: 10px; }
.result-score #result-runs { font-family: var(--font-display); font-size: 5rem; font-weight: 900; color: var(--gold2); line-height: 1; }
.result-runs-label { font-size: 1rem; color: var(--muted); letter-spacing: 3px; font-weight: 600; }
.result-sub { color: var(--muted2); font-size: .9rem; text-align: center; }
.result-line { width: 100%; overflow-x: auto; }

.result-league { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.league-line { font-size: .95rem; color: var(--text); }
.league-line b { font-family: var(--font-display); font-size: 1.15rem; color: var(--gold2); }
.league-btn { padding: 6px 16px; font-size: .82rem; }

/* Matchups pop-out */
.mu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0; }
.mu-col { display: flex; flex-direction: column; gap: 3px; }
.mu-head { font-family: var(--font-display); font-size: .66rem; font-weight: 700; letter-spacing: 1px; padding: 4px 2px; border-bottom: 1px solid var(--border2); }
.mu-head.win { color: var(--green); }
.mu-head.loss { color: var(--red); }
.mu-head.tie { color: var(--muted2); margin-top: 8px; }
.mu-row { display: flex; align-items: center; justify-content: space-between; padding: 4px 8px; border-radius: 6px; background: var(--surface2); font-size: .82rem; }
.mu-row.win { border-left: 3px solid var(--green); }
.mu-row.loss { border-left: 3px solid var(--red); }
.mu-row.tie { border-left: 3px solid var(--muted); }
.mu-team { font-family: var(--font-display); font-weight: 700; }
.mu-opp { color: var(--muted); font-size: .68rem; font-weight: 500; margin-left: 4px; }
.mu-score { font-family: var(--font-display); font-weight: 700; }
.mu-dash { color: var(--muted); margin: 0 2px; }
.mu-none { color: var(--muted); font-size: .8rem; padding: 6px 2px; }

.lb-beat { font-family: var(--font-display); font-weight: 700; color: var(--muted2); width: 46px; text-align: center; font-size: .8rem; }
.lb-table th.lb-beat { text-align: center; }

.result-mvp { width: 100%; }
.mvp-card {
  display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 12px;
  border-radius: 12px; border: 1px solid var(--gold);
  background: linear-gradient(135deg, rgba(232,160,32,.16), rgba(232,160,32,.05));
}
.mvp-tag { font-family: var(--font-display); font-size: .74rem; font-weight: 700; letter-spacing: 2px; color: var(--gold2); }
.mvp-name { font-family: var(--font-display); font-size: 1.6rem; font-weight: 900; }
.mvp-sub { font-size: .74rem; color: var(--muted); font-family: var(--font-display); font-weight: 700; letter-spacing: .5px; }
.mvp-stats { display: flex; gap: 10px; margin-top: 6px; flex-wrap: wrap; justify-content: center; }
.mvp-stat {
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  background: var(--surface2); border: 1px solid var(--border2); border-radius: 8px; padding: 6px 14px;
}
.mvp-stat-lbl { font-size: .56rem; letter-spacing: 1px; color: var(--muted); font-family: var(--font-display); font-weight: 700; }
.mvp-stat-val { font-family: var(--font-display); font-weight: 700; font-size: .92rem; color: var(--text); }

.result-lineup { width: 100%; overflow-x: auto; }
.boxscore-table { width: 100%; border-collapse: collapse; font-size: .82rem; }
.boxscore-table th {
  font-family: var(--font-display); font-size: .6rem; letter-spacing: 1px; color: var(--muted);
  font-weight: 700; text-align: center; padding: 3px 4px; border-bottom: 1px solid var(--border2);
}
.boxscore-table td { text-align: center; padding: 6px 4px; border-bottom: 1px solid var(--border); font-family: var(--font-display); font-weight: 700; }
.boxscore-table tr.is-mvp td { background: rgba(232,160,32,.09); }
.boxscore-table .bs-slot { color: var(--gold2); width: 18px; }
.boxscore-table .bs-pos { color: var(--muted2); width: 30px; font-size: .74rem; }
.boxscore-table .bs-name { text-align: left; font-family: var(--font-body); font-weight: 600; white-space: nowrap; }
.boxscore-table th.bs-name { font-family: var(--font-display); }
.bs-team { color: var(--muted); font-size: .68rem; margin-left: 6px; font-weight: 500; }
.bs-mvp { color: var(--gold2); }
.boxscore-table .bs-rbi { color: var(--gold2); }
.boxscore-table .bs-line { text-align: right; color: var(--muted2); font-weight: 700; font-size: .74rem; white-space: nowrap; }
.result-actions { display: flex; gap: 12px; margin-top: 10px; }

/* ── Leaderboard ──────────────────────────────────────────────────────────── */
.result-leaderboard, .home-leaderboard { width: 100%; }
.lb-title { font-family: var(--font-display); font-size: .78rem; font-weight: 700; letter-spacing: 1.5px; color: var(--gold2); text-align: center; margin: 12px 0 6px; }
.lb-note { text-align: center; color: var(--muted); font-size: .8rem; padding: 10px; }
.lb-empty { text-align: center; color: var(--muted2); font-size: .82rem; padding: 8px; }
.lb-rank-line { text-align: center; font-family: var(--font-display); font-weight: 900; font-size: 1.3rem; color: var(--gold2); margin-bottom: 6px; }
.lb-submit {
  display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
  padding: 10px; margin-bottom: 8px; background: var(--surface2); border: 1px solid var(--border2); border-radius: 10px;
  font-size: .84rem; color: var(--muted2);
}
.lb-submit b { color: var(--gold2); }
.lb-input {
  width: 68px; text-align: center; text-transform: uppercase; letter-spacing: 3px;
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  background: var(--surface); color: var(--text); border: 1px solid var(--border2); border-radius: 7px; padding: 6px;
}
.lb-submit .btn-primary { padding: 7px 16px; }
.lb-table { width: 100%; border-collapse: collapse; font-size: .84rem; }
.lb-table th {
  font-family: var(--font-display); font-size: .58rem; letter-spacing: 1px; color: var(--muted);
  font-weight: 700; text-align: center; padding: 2px 8px 5px; border-bottom: 1px solid var(--border2);
}
.lb-table th.lb-ini, .lb-table th.lb-mvp { text-align: left; }
.lb-table td { padding: 6px 8px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.lb-table tr.me td { background: rgba(232,160,32,.12); }
.lb-table tr.lb-clickable { cursor: pointer; }
.lb-table tr.lb-clickable:hover td { background: var(--surface3); }
.lb-table tr.lb-sep td { text-align: center; color: var(--muted); letter-spacing: 4px; padding: 2px; border: none; }
.lb-rank { font-family: var(--font-display); font-weight: 700; color: var(--muted); width: 28px; text-align: center; }
.lb-ini { font-family: var(--font-display); font-weight: 800; letter-spacing: 2px; color: var(--text); width: 54px; }
.lb-runs { font-family: var(--font-display); font-weight: 800; color: var(--gold2); width: 44px; text-align: center; font-size: 1rem; }
.lb-mvp { color: var(--text); }
.lb-mvp-name { font-weight: 600; font-size: .82rem; white-space: nowrap; }
.lb-mvp-pos { font-family: var(--font-display); font-weight: 700; color: var(--muted2); font-size: .68rem; margin-left: 3px; }
.lb-mvp-det { font-size: .68rem; color: var(--gold2); font-weight: 600; }
.lb-mvp-real { color: var(--muted); font-weight: 500; }

/* Reused linescore for one team */
.gd-scoreboard .sb-table td, .gd-scoreboard .sb-table th { font-size: .72rem; }

@media (max-width: 640px) {
  /* keep diamond + play-by-play side by side; give the lineup the space below */
  .gameday-head { height: 150px; gap: 10px; }
  .gd-runs-big #gd-runs { font-size: 1.7rem; }
  .home-title { font-size: 2.6rem; }
  .gdl-name { min-width: 84px; }
}
