/* ===== Unified dark — one background, no light mode ===== */

:root {
  color-scheme: dark;
  /* Slightly softer than pitch black; close to the old #0a0e14 base */
  --ptb-bg: #0e121a;
  --ptb-border: rgba(255, 255, 255, 0.08);
  --ptb-border-strong: rgba(255, 255, 255, 0.12);
}

body {
  background: var(--ptb-bg) !important;
}

header,
.site-header {
  background: var(--ptb-bg) !important;
  border-bottom-color: var(--ptb-border);
  backdrop-filter: none;
}

/* Same fill everywhere — no second “panel” shade */
.pcard,
.tcard,
.team-hero,
.timeline,
.roster-card,
.starter-card,
.depth-slot,
.otd-card,
.tn-wrap,
.espn-sb-shell,
.espn-sb-card,
.espn-sb-day-group,
.espn-po-spot,
.espn-gd-hero,
.espn-gd-box-team,
.pl-toolbar,
.pl-table-scroll,
.draft-hero,
.draft-bc-card,
.draft-tv-card,
.draft-tv-banner,
.draft-tv-round-tabs,
.draft-tv-board-shell,
.playoffs-champion-card,
.playoff-slot:not(.playoff-slot--win),
.playoff-series,
.admin-panel,
.modal,
.search-dropdown,
.logo-picker,
.st-conf {
  background: var(--ptb-bg) !important;
  border-color: var(--ptb-border);
}

.stat-tile,
.trade-card,
.pos-box,
.award,
.espn-tx-item,
.tn-card,
.search-input,
.potd-admin-drop {
  background: var(--ptb-bg) !important;
}

.trade-card {
  box-shadow: none;
}

.draft-tv-banner::before {
  display: none;
}

/* POTD + OTD photo strips keep team color — do not flatten those */

.stint-hs-card {
  background: var(--ptb-bg) !important;
}

main,
.view {
  background: transparent;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.72);
}
