:root {
  --navy-950: #0b1028;
  --navy-900: #111a3a;
  --navy-800: #192550;
  --purple-700: #5930b8;
  --purple-600: #6d3bd1;
  --purple-100: #eee8ff;
  --orange-600: #e94f0c;
  --orange-500: #ff671f;
  --orange-100: #fff0e8;
  --ink: #182036;
  --muted: #667085;
  --line: #dfe3ec;
  --surface: #ffffff;
  --surface-soft: #f7f7fb;
  --green: #137a50;
  --red: #c82f3f;
  --shadow: 0 14px 38px rgba(25, 25, 62, 0.09);
  --radius: 14px;
}

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

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f5f5fa;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0 0 auto;
  z-index: -1;
  height: 560px;
  content: "";
  background:
    radial-gradient(circle at 80% 12%, rgba(109, 59, 209, 0.2), transparent 34%),
    linear-gradient(180deg, #eeedf8 0%, rgba(245, 245, 250, 0) 100%);
  pointer-events: none;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
summary,
select {
  cursor: pointer;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy-950);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  color: #fff;
  background: rgba(11, 16, 40, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.nav-row {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
  text-decoration: none;
}

.brand img {
  width: 214px;
  height: 48px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 9px 11px;
  color: #dcdcf0;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  border-radius: 8px;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
}

.nav-links a.active {
  box-shadow: inset 0 -2px var(--orange-500);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 42px;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(11, 16, 40, 0.98), rgba(25, 37, 80, 0.95) 58%, rgba(89, 48, 184, 0.92));
}

.hero::after {
  position: absolute;
  top: -180px;
  right: -90px;
  width: 480px;
  height: 480px;
  content: "";
  border: 70px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 48px;
  align-items: end;
  padding-block: 56px 48px;
}

.eyebrow,
.kicker {
  display: block;
  margin-bottom: 8px;
  color: #ffd1b8;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0 0 15px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.hero p {
  max-width: 760px;
  margin: 0;
  color: #dddff2;
  font-size: clamp(1rem, 2vw, 1.17rem);
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stat {
  min-height: 92px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.stat b {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 21px;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.stat span {
  display: block;
  margin-top: 3px;
  color: #cfcfe7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-main {
  padding-block: 30px 4px;
}

.section {
  padding-block: 26px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.section-heading h2,
.filter-heading h2,
.empty-state h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.section-heading p {
  max-width: 760px;
  margin: 6px 0 0;
  color: var(--muted);
}

.panel,
.filter-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 2px 3px rgba(21, 24, 48, 0.02);
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 15px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 9px;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--orange-600);
  box-shadow: 0 7px 20px rgba(233, 79, 12, 0.24);
}

.btn-primary:hover {
  background: #ce4105;
}

.btn-secondary {
  color: var(--purple-700);
  background: #fff;
  border-color: #ccc5df;
}

.btn-secondary:hover {
  background: var(--purple-100);
}

.btn-light {
  color: var(--navy-900);
  background: #fff;
}

.btn-ghost-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}

.filter-panel {
  position: relative;
  z-index: 4;
  padding: 20px;
  box-shadow: var(--shadow);
}

.filter-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.filter-heading .kicker {
  margin-bottom: 3px;
  color: var(--purple-700);
}

.filters {
  display: grid;
  grid-template-columns: minmax(210px, 1.35fr) repeat(4, minmax(130px, 1fr));
  gap: 12px;
  padding-top: 16px;
}

.field label,
.timezone-control > label {
  display: block;
  margin-bottom: 5px;
  color: #4c5670;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.field input,
.field select,
.timezone-control select {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--ink);
  background: #fbfbfd;
  border: 1px solid #ccd1dd;
  border-radius: 8px;
  outline: 0;
}

.field input:focus,
.field select:focus,
.timezone-control select:focus {
  background: #fff;
  border-color: var(--purple-600);
  box-shadow: 0 0 0 3px rgba(109, 59, 209, 0.13);
}

.field select:disabled {
  color: #5d6373;
  cursor: not-allowed;
  background: #eeeef3;
}

.preference-row {
  position: relative;
  display: flex;
  align-items: end;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 16px;
}

.timezone-control {
  min-width: min(100%, 260px);
}

.field-help {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.service-picker {
  position: relative;
  margin-left: auto;
}

.service-picker summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  color: var(--ink);
  font-weight: 800;
  background: #fff;
  border: 1px solid #ccd1dd;
  border-radius: 9px;
  list-style: none;
}

.service-picker summary::-webkit-details-marker {
  display: none;
}

.service-count {
  min-width: 30px;
  padding: 2px 7px;
  color: var(--purple-700);
  font-size: 11px;
  text-align: center;
  background: var(--purple-100);
  border-radius: 999px;
}

.service-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  width: min(390px, calc(100vw - 48px));
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.service-menu p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.service-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.service-options label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 8px;
  font-size: 13px;
  font-weight: 700;
  background: var(--surface-soft);
  border-radius: 7px;
}

.service-options input {
  accent-color: var(--purple-600);
}

.text-button {
  padding: 3px 0;
  color: var(--purple-700);
  font-weight: 800;
  background: none;
  border: 0;
}

.text-button:hover {
  text-decoration: underline;
}

.filter-result {
  min-height: 22px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.data-alert {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 13px 15px;
  margin-bottom: 16px;
  color: #784300;
  background: #fff7e8;
  border: 1px solid #f3cf8c;
  border-radius: 10px;
}

.data-alert strong {
  display: block;
}

.data-alert p {
  margin: 2px 0 0;
  font-size: 13px;
}

.schedule-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 4px 18px rgba(24, 32, 54, 0.05);
}

.desktop-schedule {
  max-width: 100%;
  overflow: hidden;
}

.schedule-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.schedule-table th,
.schedule-table td {
  padding: 13px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e8eaf0;
}

.schedule-table th {
  color: #4f5870;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #f0f0f6;
}

.schedule-table th:nth-child(1) { width: 130px; }
.schedule-table th:nth-child(2) { width: 120px; }
.schedule-table th:nth-child(3) { width: 270px; }
.schedule-table th:nth-child(4) { width: 125px; }
.schedule-table th:nth-child(5) { width: 170px; }
.schedule-table th:nth-child(6) { width: auto; }
.schedule-table.no-date-table th:nth-child(1) { width: 150px; }
.schedule-table.no-date-table th:nth-child(2) { width: 260px; }
.schedule-table.no-date-table th:nth-child(3) { width: 240px; }
.schedule-table.no-date-table th:nth-child(4) { width: 190px; }
.schedule-table.no-date-table th:nth-child(5) { width: auto; }
.schedule-table tr:last-child td { border-bottom: 0; }
.schedule-table tbody tr:hover { background: #faf9ff; }

.date-link {
  color: var(--purple-700);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.date-link:hover {
  text-decoration: underline;
}

.time-cell,
.game-card-header > div {
  display: grid;
  gap: 2px;
}

.et-time {
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
}

.local-time {
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 850;
}

.matchup,
.card-matchup {
  display: grid;
  gap: 8px;
}

.team-line {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.team-monogram {
  width: 34px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.03em;
  background: var(--navy-800);
  border-radius: 7px;
}

.team-monogram.home {
  background: var(--purple-600);
}

.team-line a {
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-line a:hover {
  color: var(--purple-700);
  text-decoration: underline;
}

.game-details-link {
  width: fit-content;
  margin-left: 42px;
  color: var(--purple-700);
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}

.game-details-link:hover {
  text-decoration: underline;
}

.team-line small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.score {
  min-width: 22px;
  font-size: 17px;
  text-align: right;
}

.status-pill {
  display: inline-flex;
  max-width: 100%;
  min-height: 25px;
  align-items: center;
  padding: 3px 9px;
  overflow: hidden;
  color: #4e566a;
  font-size: 11px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #eceef3;
  border-radius: 999px;
}

.status-pill[class*="live"],
.status-in-progress,
.status-halftime {
  color: var(--red);
  background: #ffe9ec;
}

.status-final,
.status-completed {
  color: var(--green);
  background: #e5f6ef;
}

.status-postponed,
.status-canceled,
.status-cancelled {
  color: #885b00;
  background: #fff0cf;
}

.network-label {
  display: block;
  overflow: hidden;
  color: var(--purple-700);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
}

.venue-name,
.venue-location {
  display: block;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venue-location {
  color: var(--muted);
  font-size: 10px;
}

.mobile-schedule {
  display: none;
}

.game-card {
  padding: 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.game-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.card-matchup {
  padding-block: 14px;
}

.game-card-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 11px;
  color: var(--muted);
  font-size: 11px;
  border-top: 1px solid var(--line);
}

.game-card-footer b {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.game-scoreboard {
  padding: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #f8f6ff 100%);
  border-color: #d8d0ea;
  box-shadow: var(--shadow);
}

.game-scoreboard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.game-scoreboard-top h2 {
  margin: 2px 0 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.game-scoreboard-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-block: 26px;
}

.game-scoreboard-team {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 17px;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
}

.game-scoreboard-team:hover {
  border-color: #bdb1db;
  box-shadow: 0 10px 26px rgba(33, 23, 70, 0.08);
}

.game-scoreboard-mark {
  width: 54px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: var(--navy-800);
  border-radius: 11px;
}

.game-scoreboard-team.home .game-scoreboard-mark {
  background: var(--purple-600);
}

.game-scoreboard-team small,
.game-scoreboard-team em {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
}

.game-scoreboard-team strong {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.game-scoreboard-team > b {
  font-size: clamp(1.7rem, 4vw, 2.65rem);
  line-height: 1;
}

.game-scoreboard-vs {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.game-facts > div {
  min-width: 0;
  padding: 15px;
  border-right: 1px solid var(--line);
}

.game-facts > div:last-child {
  border-right: 0;
}

.game-facts span,
.game-facts small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.game-facts span {
  margin-bottom: 4px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.game-facts strong {
  display: block;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
}

.game-team-link {
  color: var(--ink);
  text-decoration: none;
}

.game-team-link:hover {
  border-color: #bdb1db;
  box-shadow: 0 10px 26px rgba(33, 23, 70, 0.08);
}

.youtube-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.youtube-highlight-card {
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.youtube-highlight-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--navy-900);
}

.youtube-highlight-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-highlight-card h3 {
  margin: 0;
  padding: 15px 16px 7px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.youtube-highlight-card > a {
  display: inline-block;
  padding: 0 16px 16px;
  color: var(--purple-700);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.youtube-highlight-card > a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 14px;
}

.pagination > span {
  min-width: 110px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.pagination button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.empty-state {
  padding: 46px 22px;
  text-align: center;
}

.empty-state p {
  max-width: 600px;
  margin: 9px auto 0;
  color: var(--muted);
}

.empty-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--orange-600);
  font-size: 40px;
  line-height: 1;
  background: var(--orange-100);
  border-radius: 50%;
}

.quick-grid,
.team-grid,
.network-grid,
.faq-grid,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.quick-card,
.team-card,
.network-card,
.faq-card,
.calendar-card,
.content-card {
  display: block;
  min-width: 0;
  padding: 18px;
  text-decoration: none;
}

a.quick-card:hover,
a.team-card:hover,
a.network-card:hover,
a.calendar-card:hover {
  border-color: #bdb1db;
  box-shadow: 0 12px 30px rgba(33, 23, 70, 0.08);
  transform: translateY(-2px);
}

.quick-card h3,
.team-card h3,
.network-card h3,
.faq-card h3,
.calendar-card h3,
.content-card h2,
.content-card h3 {
  margin: 0 0 7px;
  font-size: 1rem;
  line-height: 1.25;
}

.quick-card p,
.team-card p,
.network-card p,
.faq-card p,
.calendar-card p,
.content-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.quick-card .card-arrow,
.calendar-card .card-arrow {
  display: inline-block;
  margin-top: 14px;
  color: var(--purple-700);
  font-size: 13px;
  font-weight: 850;
}

.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-card {
  display: flex;
  align-items: center;
  gap: 12px;
}

.team-color {
  width: 38px;
  height: 38px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: var(--purple-600);
  border: 3px solid rgba(255, 255, 255, 0.55);
  border-radius: 11px;
  box-shadow: 0 0 0 1px var(--line);
}

.team-card h3 {
  margin: 0;
}

.network-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.network-card {
  min-height: 78px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: var(--purple-700);
  font-weight: 850;
  text-align: center;
}

.network-card p {
  line-height: 1.35;
}

.network-card.active {
  color: #fff;
  background: var(--purple-600);
  border-color: var(--purple-600);
}

.network-card.active p {
  color: rgba(255, 255, 255, 0.78);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.content-card ul,
.info-list {
  padding-left: 20px;
  margin: 14px 0 0;
}

.content-card li,
.info-list li {
  margin-block: 6px;
}

.date-navigation,
.month-navigation {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.week-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}

.week-summary {
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #f7f4ff 100%);
  border-color: #d9d0ed;
}

.week-summary-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.week-summary-header .kicker {
  margin-bottom: 5px;
}

.week-summary-header h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  letter-spacing: -0.025em;
}

.week-summary-range {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.week-summary-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.week-summary-metric {
  min-height: 78px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e1dced;
  border-radius: 11px;
}

.week-summary-metric strong {
  color: var(--purple-700);
  font-size: 21px;
  line-height: 1.1;
}

.week-summary-metric span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.week-day-card {
  position: relative;
  min-height: 104px;
  display: block;
  padding: 14px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #ded9e9;
  border-radius: 11px;
  text-align: center;
  text-decoration: none;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.week-day-card:hover {
  border-color: #bdb1db;
  box-shadow: 0 12px 30px rgba(33, 23, 70, 0.08);
  transform: translateY(-2px);
}

.week-day-card.is-today {
  background: var(--purple-100);
  border-color: var(--purple-500);
  box-shadow: inset 0 0 0 1px var(--purple-500);
}

.week-day-card em {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 2px 5px;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--purple-600);
  border-radius: 999px;
}

.week-day-card span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.week-day-card h3 {
  margin: 5px 0;
  font-size: 14px;
}

.week-day-card p {
  margin: 0;
  color: var(--purple-700);
  font-size: 12px;
  font-weight: 850;
}

.team-hero-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.team-hero-mark {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: var(--purple-600);
  border: 4px solid rgba(255, 255, 255, 0.26);
  border-radius: 23px;
}

.calendar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.calendar-card {
  position: relative;
  min-height: 176px;
}

.calendar-card::before {
  display: block;
  width: 35px;
  height: 5px;
  margin-bottom: 17px;
  content: "";
  background: var(--orange-500);
  border-radius: 999px;
}

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  min-height: 42px;
  padding: 2px 0 18px 48px;
  counter-increment: steps;
}

.steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(steps);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  background: var(--purple-600);
  border-radius: 50%;
}

.steps li:not(:last-child)::after {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 15px;
  width: 2px;
  content: "";
  background: var(--purple-100);
}

.static-copy {
  max-width: 820px;
  padding: 28px;
}

.static-copy h2 {
  margin: 28px 0 8px;
  font-size: 1.25rem;
}

.static-copy h2:first-child {
  margin-top: 0;
}

.static-copy p {
  color: #4f5870;
}

.print-title {
  display: none;
}

.site-footer {
  margin-top: 52px;
  color: #d8d9e8;
  background: var(--navy-950);
  border-top: 4px solid var(--purple-600);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) repeat(2, minmax(150px, 0.5fr));
  gap: 48px;
  padding-block: 42px 30px;
}

.footer-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.footer-grid p {
  max-width: 520px;
  margin: 9px 0 0;
  color: #b9bbce;
  font-size: 13px;
}

.footer-grid .fine-print {
  color: #9296ad;
  font-size: 11px;
}

.footer-grid h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-grid > div > a:not(.footer-brand) {
  display: block;
  margin: 6px 0;
  color: #c3c5d6;
  font-size: 13px;
  text-decoration: none;
}

.footer-grid > div > a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 16px;
  color: #888da6;
  font-size: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

[hidden] {
  display: none !important;
}

@media (max-width: 1050px) {
  .week-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .field-search {
    grid-column: span 2;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  }

  .schedule-table th,
  .schedule-table td {
    padding-inline: 9px;
  }

  .schedule-table th:nth-child(1) { width: 112px; }
  .schedule-table th:nth-child(2) { width: 105px; }
  .schedule-table th:nth-child(3) { width: 245px; }
  .schedule-table th:nth-child(4) { width: 108px; }
  .schedule-table th:nth-child(5) { width: 145px; }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .nav-row {
    flex-wrap: wrap;
    padding-block: 9px;
  }

  .nav-links {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 8px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 10px 12px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-block: 42px 36px;
  }

  .hero-stats {
    max-width: 560px;
  }

  .desktop-schedule {
    display: none;
  }

  .mobile-schedule {
    display: grid;
    gap: 10px;
    padding: 10px;
    background: #f1f1f7;
  }

  .schedule-list {
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .quick-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-grid,
  .calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 26px, 1180px);
  }

  .brand img {
    width: 180px;
    height: auto;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat {
    min-height: 80px;
    padding: 12px;
  }

  .game-scoreboard {
    padding: 16px;
  }

  .game-scoreboard-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .game-scoreboard-teams {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 18px;
  }

  .game-scoreboard-vs {
    text-align: center;
  }

  .game-scoreboard-team {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    padding: 13px;
  }

  .game-scoreboard-mark {
    width: 46px;
    height: 42px;
  }

  .game-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-facts > div:nth-child(2) {
    border-right: 0;
  }

  .game-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .youtube-highlight-grid {
    grid-template-columns: 1fr;
  }

  .filters,
  .field-search {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .preference-row {
    align-items: stretch;
    flex-direction: column;
  }

  .timezone-control,
  .service-picker,
  .service-picker summary {
    width: 100%;
  }

  .service-picker {
    margin-left: 0;
  }

  .service-picker summary {
    justify-content: space-between;
  }

  .service-menu {
    right: auto;
    left: 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .quick-grid,
  .team-grid,
  .network-grid,
  .faq-grid,
  .calendar-grid,
  .content-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .week-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .week-summary {
    padding: 16px;
  }

  .week-summary-header {
    flex-direction: column;
  }

  .week-summary-header .btn {
    width: 100%;
  }

  .week-summary-metrics {
    grid-template-columns: 1fr;
  }

  .game-card-footer {
    grid-template-columns: 1fr;
  }

  .pagination {
    justify-content: stretch;
  }

  .pagination .btn {
    flex: 1 1 0;
  }

  .pagination > span {
    min-width: 72px;
  }

  .footer-grid {
    gap: 25px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.source-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.source-note a {
  color: var(--purple);
  font-weight: 700;
}

@media print {
  @page {
    size: landscape;
    margin: 0.45in;
  }

  body,
  body::before {
    color: #000;
    background: #fff !important;
  }

  .no-print,
  .mobile-schedule,
  .pagination,
  .site-header,
  .site-footer,
  .hero,
  .filter-panel {
    display: none !important;
  }

  .shell,
  .page-main {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  .print-title {
    display: block;
    margin-bottom: 14px;
  }

  .print-document-title {
    margin: 0 0 4px;
    font-size: 20pt;
    font-weight: 900;
  }

  .print-title p {
    margin: 0;
    font-size: 9pt;
  }

  .section {
    padding: 0;
  }

  .section-heading {
    margin-bottom: 8px;
  }

  .section-heading h2 {
    font-size: 14pt;
  }

  .section-heading p {
    font-size: 8pt;
  }

  .schedule-list,
  .desktop-schedule {
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .schedule-table {
    table-layout: auto;
    font-size: 8pt;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 5px 6px;
    color: #000;
    background: #fff;
    border-color: #bbb;
  }

  .schedule-table tr {
    break-inside: avoid;
  }

  .team-monogram {
    color: #000;
    background: transparent;
    border: 1px solid #888;
  }

  .status-pill,
  .network-label {
    color: #000;
    background: transparent;
    padding: 0;
  }

  .local-time,
  .team-line small,
  .venue-location {
    color: #333;
  }
}
