@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,700&family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  color-scheme: light;
  --ink: #11110f;
  --paper: #f2f0e9;
  --surface: #fffef9;
  --surface-hover: #f8f7f1;
  --surface-muted: #e4e1d8;
  --selected-surface: #efffb8;
  --white: #fffef9;
  --muted: #625f57;
  --faint: #8b877d;
  --line: #cfcbc0;
  --line-strong: #11110f;
  --signal: #d9ff43;
  --signal-dark: #a8cc18;
  --live: #e54b2e;
  --gold: #bf7600;
  --solid: #11110f;
  --on-signal: #11110f;
  --league: #475c00;
  --demo: #77500e;
  --shadow-hard: 6px 6px 0 #11110f;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f0ede4;
  --paper: #0f110e;
  --surface: #181b16;
  --surface-hover: #20241e;
  --surface-muted: #292d27;
  --selected-surface: #293316;
  --muted: #b7b3a9;
  --faint: #8f9488;
  --line: #3c4138;
  --line-strong: #f0ede4;
  --signal-dark: #bddf2d;
  --gold: #efad42;
  --solid: #080a07;
  --on-signal: #11110f;
  --league: #c8e85a;
  --demo: #e1b15b;
  --shadow-hard: 6px 6px 0 #050604;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-height: 100%; background: var(--paper); scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: var(--paper); overflow-x: hidden; }
body::before { content: ""; position: absolute; inset: 0 0 auto; height: 355px; background: var(--solid); z-index: 0; }
button, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button:focus-visible, a:focus-visible, select:focus-visible, input:focus-visible { outline: 3px solid var(--signal-dark); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.ambient { display: none; }

.site-header, main, footer { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid #3a3a36; }
.brand { color: var(--white); text-decoration: none; display: flex; align-items: center; gap: 13px; font: 800 1.02rem/1 Barlow Condensed, sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.brand b { display: inline-block; margin-left: 3px; color: var(--signal); font-weight: 900; }
.brand-mark { display: flex; align-items: flex-end; gap: 3px; width: 25px; height: 24px; transform: skew(-9deg); }
.brand-mark i { width: 6px; background: var(--signal); display: block; }
.brand-mark i:nth-child(1) { height: 10px; }
.brand-mark i:nth-child(2) { height: 17px; }
.brand-mark i:nth-child(3) { height: 24px; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #4b4b45; border-radius: 4px; background: transparent; color: inherit; cursor: pointer; transition: background .14s ease, color .14s ease; }
.icon-button:hover { color: var(--on-signal); background: var(--signal); border-color: var(--signal); }
.icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.install-button { border: 1px solid var(--signal); border-radius: 3px; padding: 9px 14px; color: var(--on-signal); background: var(--signal); font: 700 .72rem/1 Inter, sans-serif; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.install-button:hover { background: var(--white); border-color: var(--white); }

.hero { padding: 58px 0 22px; color: var(--white); }
.eyebrow { color: var(--signal); font: 600 .68rem/1 IBM Plex Mono, monospace; letter-spacing: .12em; display: flex; align-items: center; gap: 9px; margin-bottom: 13px; }
.pulse-dot { width: 8px; height: 8px; background: var(--signal); box-shadow: 4px 4px 0 rgba(217,255,67,.22); }
.hero-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.hero h1 { margin: 0; font: 900 clamp(4rem, 8vw, 7rem)/.82 Barlow Condensed, sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.hero p { margin: 20px 0 0; color: #aaa9a2; font: 500 .86rem/1 IBM Plex Mono, monospace; letter-spacing: .035em; }
.hero-count { min-width: 128px; text-align: right; padding: 0 0 4px 26px; border-left: 1px solid #55554e; }
.hero-count strong { display: block; color: var(--signal); font: 900 3.25rem/.8 Barlow Condensed, sans-serif; }
.hero-count span { display: block; color: #8b8b84; font: 500 .62rem/1 IBM Plex Mono, monospace; text-transform: uppercase; letter-spacing: .12em; margin-top: 11px; }

.date-rail { display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 0; align-items: stretch; margin: 25px 0 47px; color: var(--ink); background: var(--surface); border: 1px solid var(--ink); box-shadow: var(--shadow-hard); }
.round-button { border: 0; background: var(--solid); width: 42px; min-height: 68px; border-radius: 0; font: 600 1.7rem/1 Barlow Condensed, sans-serif; color: var(--white); cursor: pointer; }
.round-button:hover { color: var(--on-signal); background: var(--signal); }
.round-button:disabled { cursor: not-allowed; color: #77776f; background: #2d2d29; }
.date-list { min-width: 0; display: grid; grid-template-columns: repeat(7, 1fr); }
.date-button { appearance: none; position: relative; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); padding: 12px 8px 11px; cursor: pointer; display: grid; place-items: center; gap: 3px; }
.date-button:last-child { border-right: 0; }
.date-button .day { font: 600 .6rem/1 IBM Plex Mono, monospace; text-transform: uppercase; letter-spacing: .08em; }
.date-button .number { font: 800 1.35rem/1 Barlow Condensed, sans-serif; }
.date-button:hover { color: var(--ink); background: var(--surface-hover); }
.date-button.active { color: var(--on-signal); background: var(--signal); }
.date-button.active::after { content: ""; position: absolute; height: 4px; inset: auto 0 0; background: var(--on-signal); }

.service-strip { margin-bottom: 37px; }
.section-label-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.section-label-row h2 { margin: 0; font: 700 .7rem/1 IBM Plex Mono, monospace; letter-spacing: .11em; color: var(--muted); text-transform: uppercase; }
.section-actions { display: flex; align-items: center; gap: 14px; }
.location-button { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; border: 1px solid var(--ink); border-radius: 2px; padding: 7px 10px; color: var(--ink); background: var(--surface); cursor: pointer; font: 700 .68rem/1 Inter, sans-serif; box-shadow: 2px 2px 0 var(--ink); }
.location-button:hover, .location-button.needs-location { color: var(--on-signal); background: var(--signal); }
.location-button:active { translate: 1px 1px; box-shadow: 1px 1px 0 var(--ink); }
.location-button-icon { font: 800 1rem/.7 Barlow Condensed, sans-serif; }
.text-button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; padding: 2px 0; font: 700 .72rem/1 Inter, sans-serif; }
.text-button:hover { border-color: var(--signal-dark); }
.service-pills { display: flex; gap: 7px; overflow-x: auto; padding: 0 0 6px; scrollbar-width: none; }
.service-pills::-webkit-scrollbar { display: none; }
.service-pill { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; border: 1px solid var(--line); border-radius: 3px; padding: 5px 11px 5px 5px; background: var(--surface); font-size: .75rem; font-weight: 600; color: var(--ink); }
.service-dot { min-width: 30px; height: 30px; padding: 0 6px; border-radius: 2px; display: grid; place-items: center; color: white; font-weight: 800; font-size: .62rem; letter-spacing: -.03em; }

.schedule-shell { margin-bottom: 70px; }
.toolbar { min-height: 55px; display: flex; justify-content: space-between; align-items: center; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); }
.view-tabs { align-self: stretch; display: flex; gap: 0; }
.view-tab { position: relative; min-width: 118px; padding: 0 19px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--faint); font: 700 .7rem/1 Inter, sans-serif; text-align: center; text-transform: uppercase; letter-spacing: .045em; cursor: pointer; }
.view-tab.active { color: var(--ink); }
.view-tab.active::after { content: ""; position: absolute; height: 4px; background: var(--signal-dark); left: 0; right: 0; bottom: -1px; }
.sport-filter { position: relative; }
.sport-filter select { appearance: none; min-width: 142px; color: var(--ink); border: 1px solid var(--ink); border-radius: 2px; background: var(--surface); padding: 9px 35px 9px 12px; outline: none; cursor: pointer; font-size: .75rem; font-weight: 600; }
.sport-filter svg { position: absolute; right: 11px; top: 50%; translate: 0 -50%; width: 15px; fill: none; stroke: var(--ink); stroke-width: 2; pointer-events: none; }

.source-banner { align-items: flex-start; gap: 10px; color: var(--muted); border-left: 4px solid var(--ink); margin: 18px 0 20px; padding: 8px 0 8px 13px; font: 400 .72rem/1.55 IBM Plex Mono, monospace; }
.source-banner:not([hidden]) { display: flex; }
.source-banner.demo { border-left-color: var(--gold); color: var(--demo); }
.source-banner svg { flex: 0 0 auto; width: 15px; margin-top: 2px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.source-banner p { margin: 0; }

.loading-state { min-height: 320px; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; gap: 6px; color: var(--muted); }
.loading-state span { width: 7px; height: 22px; background: var(--ink); animation: bounce .9s infinite ease-in-out; }
.loading-state span:nth-child(2) { background: var(--signal-dark); animation-delay: .1s; }
.loading-state span:nth-child(3) { animation-delay: .2s; }
.loading-state p { flex-basis: 100%; text-align: center; font: 500 .68rem/1 IBM Plex Mono, monospace; text-transform: uppercase; letter-spacing: .08em; margin-top: 9px; }
@keyframes bounce { 0%, 70%, 100% { transform: scaleY(.55); opacity: .45; } 35% { transform: scaleY(1); opacity: 1; } }

.time-group { margin-top: 32px; background: var(--surface); border-top: 4px solid var(--ink); }
.group-heading { min-height: 40px; display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0 13px; color: var(--ink); border-bottom: 1px solid var(--ink); font: 700 .66rem/1 IBM Plex Mono, monospace; text-transform: uppercase; letter-spacing: .12em; }
.group-heading::after { content: "ON THE AIR"; color: var(--faint); font-size: .57rem; }
.event-card { min-height: 128px; display: grid; grid-template-columns: 108px minmax(0, 1fr) 190px; align-items: center; gap: 22px; margin: 0; padding: 20px 22px; background: var(--surface); border: 0; border-bottom: 1px solid var(--line); transition: background .14s ease; }
.event-card:hover { background: var(--surface-hover); }
.time-column { align-self: stretch; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.event-time { font: 800 1.55rem/.92 Barlow Condensed, sans-serif; letter-spacing: -.01em; }
.event-state { color: var(--faint); font: 500 .58rem/1 IBM Plex Mono, monospace; text-transform: uppercase; letter-spacing: .08em; margin-top: 8px; }
.event-state.live { width: max-content; color: var(--white); background: var(--live); padding: 4px 6px; }
.event-main { min-width: 0; position: relative; }
.league-line { color: var(--league); display: flex; align-items: center; gap: 7px; font: 700 .62rem/1 IBM Plex Mono, monospace; text-transform: uppercase; letter-spacing: .08em; }
.sport-icon { color: var(--signal-dark); font-size: .74rem; }
.event-title { margin: 8px 0 6px; padding-right: 80px; font: 800 clamp(1.2rem, 2.1vw, 1.55rem)/1.05 Barlow Condensed, sans-serif; letter-spacing: -.012em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.title-rank { color: var(--gold); font-size: .68em; letter-spacing: 0; vertical-align: .1em; }
.team-details { display: flex; flex-wrap: wrap; gap: 5px 12px; margin: 0 0 7px; padding-right: 82px; color: var(--muted); font: 500 .64rem/1.2 IBM Plex Mono, monospace; }
.team-detail { white-space: nowrap; }
.event-meta { margin: 0; color: var(--faint); font: 400 .65rem/1.35 IBM Plex Mono, monospace; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.team-logos { position: absolute; right: 2px; top: 50%; translate: 0 -50%; display: flex; align-items: center; }
.team-logo { width: 36px; height: 36px; object-fit: contain; padding: 3px; filter: grayscale(.08); }
.team-logo + .team-logo { margin-left: -5px; }
.watch-column { display: grid; justify-items: end; gap: 12px; }
.network-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.network-badge { min-height: 26px; display: grid; place-items: center; padding: 5px 9px; border-radius: 2px; color: white; font: 800 .59rem/1 Inter, sans-serif; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.network-badge.tba { color: var(--muted); background: var(--surface-muted) !important; box-shadow: none; }
.watch-button { min-width: 92px; text-align: center; text-decoration: none; color: var(--on-signal); background: var(--signal); border: 1px solid var(--ink); border-radius: 2px; padding: 9px 12px; font: 800 .67rem/1 Inter, sans-serif; text-transform: uppercase; letter-spacing: .03em; box-shadow: 3px 3px 0 var(--ink); transition: translate .12s ease, box-shadow .12s ease; }
.watch-button:hover { translate: 2px 2px; box-shadow: 1px 1px 0 var(--ink); }
.watch-button.disabled { pointer-events: none; color: var(--faint); background: var(--surface-muted); border-color: var(--line); box-shadow: none; }

.empty-state { min-height: 390px; text-align: center; padding: 72px 20px 40px; background: var(--surface); border-bottom: 1px solid var(--line); }
.empty-orbit { margin: 0 auto 24px; width: 68px; height: 68px; display: grid; place-items: center; border: 2px solid var(--ink); position: relative; box-shadow: 5px 5px 0 var(--signal); }
.empty-orbit::before { content: ""; position: absolute; inset: 12px; border: 1px dashed var(--line); }
.empty-orbit span { color: var(--ink); font-size: .72rem; }
.empty-state h2 { margin: 0 0 9px; font: 800 1.7rem/1 Barlow Condensed, sans-serif; text-transform: uppercase; }
.empty-state p { max-width: 470px; margin: 0 auto; color: var(--muted); line-height: 1.55; }
.empty-actions { margin-top: 24px; display: flex; justify-content: center; gap: 10px; }
.primary-button, .secondary-button { border-radius: 2px; padding: 11px 17px; font: 800 .72rem/1 Inter, sans-serif; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; }
.primary-button { border: 1px solid var(--ink); color: var(--on-signal); background: var(--signal); box-shadow: 3px 3px 0 var(--ink); }
.secondary-button { border: 1px solid var(--ink); color: var(--ink); background: var(--surface); }

footer { display: flex; justify-content: center; gap: 9px; padding: 0 0 38px; color: var(--faint); font: 400 .62rem/1 IBM Plex Mono, monospace; text-transform: uppercase; letter-spacing: .04em; }
footer a { color: inherit; text-underline-offset: 3px; }
footer a:hover { color: var(--ink); }

.legal-page::before { height: 148px; }
.legal-page .site-header { height: 72px; }
.legal-main { max-width: 780px; padding: 70px 0 90px; }
.legal-main .eyebrow-text { display: block; margin-bottom: 13px; }
.legal-main h1 { margin: 0 0 12px; font: 900 clamp(3.1rem, 8vw, 5.3rem)/.88 Barlow Condensed, sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.legal-updated { margin: 0 0 42px; color: var(--faint); font: 500 .68rem/1 IBM Plex Mono, monospace; text-transform: uppercase; letter-spacing: .06em; }
.legal-section { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 12px; font: 800 1.65rem/1 Barlow Condensed, sans-serif; text-transform: uppercase; }
.legal-section p, .legal-section li { color: var(--muted); font-size: .93rem; line-height: 1.72; }
.legal-section p { margin: 0 0 13px; }
.legal-section ul { margin: 10px 0 0; padding-left: 20px; }
.legal-section a { color: var(--ink); font-weight: 700; text-underline-offset: 3px; }
.legal-back { display: inline-flex; margin-top: 36px; color: var(--ink); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }

dialog { width: min(650px, calc(100% - 28px)); max-height: min(800px, calc(100vh - 28px)); overflow: auto; padding: 0; border: 2px solid var(--ink); border-radius: 4px; color: var(--ink); background: var(--paper); box-shadow: 9px 9px 0 rgba(0,0,0,.72); }
dialog::backdrop { background: rgba(17,17,15,.74); backdrop-filter: blur(3px); }
#settingsForm { padding: 30px; }
.dialog-header { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.dialog-header h2 { margin: 5px 0 6px; font: 900 2.3rem/.95 Barlow Condensed, sans-serif; letter-spacing: -.02em; text-transform: uppercase; }
.dialog-header p { color: var(--muted); margin: 0; font-size: .82rem; }
.eyebrow-text { color: var(--league); font: 600 .62rem/1 IBM Plex Mono, monospace; letter-spacing: .12em; }
.dialog-close { flex: 0 0 auto; color: var(--ink); border-color: var(--ink); font-size: 1.5rem; line-height: 1; }
.dialog-close:hover { background: var(--signal); }
.choice-group { margin-top: 24px; }
.choice-group h3 { color: var(--muted); margin: 0 0 10px; font: 600 .64rem/1 IBM Plex Mono, monospace; text-transform: uppercase; letter-spacing: .1em; }
.appearance-choice { padding-bottom: 3px; }
.theme-toggle { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 2px; background: var(--surface); cursor: pointer; }
.theme-toggle > span { display: grid; gap: 4px; }
.theme-toggle strong { font-size: .78rem; }
.theme-toggle small { color: var(--muted); font-size: .68rem; line-height: 1.35; }
.theme-toggle input { appearance: none; flex: 0 0 auto; width: 44px; height: 24px; position: relative; margin: 0; border: 1px solid var(--ink); border-radius: 20px; background: var(--surface-muted); cursor: pointer; transition: background .15s ease; }
.theme-toggle input::after { content: ""; position: absolute; width: 16px; height: 16px; left: 3px; top: 3px; border-radius: 50%; background: var(--ink); transition: transform .15s ease; }
.theme-toggle input:checked { background: var(--signal); }
.theme-toggle input:checked::after { background: var(--on-signal); transform: translateX(20px); }
.theme-toggle input:focus-visible { outline: 3px solid var(--signal-dark); outline-offset: 3px; }
.choice-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.choice-heading-row h3 { margin-bottom: 6px; }
.choice-heading-row p { max-width: 410px; margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.4; }
.choice-tools { flex: 0 0 auto; display: flex; gap: 5px; }
.choice-tool { border: 1px solid var(--line); border-radius: 2px; padding: 7px 8px; color: var(--muted); background: var(--surface); font: 600 .6rem/1 IBM Plex Mono, monospace; text-transform: uppercase; cursor: pointer; }
.choice-tool:hover, .choice-tool:focus-visible { color: var(--on-signal); border-color: var(--ink); background: var(--signal); }
.location-choice { margin-top: 0; padding: 17px; border: 1px solid var(--ink); background: var(--surface); box-shadow: inset 4px 0 0 var(--signal-dark); }
.location-choice > label { display: block; margin-bottom: 8px; font-size: .8rem; font-weight: 700; }
.zip-row { display: grid; grid-template-columns: 125px 1fr; align-items: center; gap: 14px; }
.zip-row input { width: 100%; border: 1px solid var(--ink); border-radius: 2px; background: var(--surface); color: var(--ink); padding: 11px 12px; font: 500 .8rem/1 IBM Plex Mono, monospace; }
.zip-row span { color: var(--muted); font-size: .75rem; line-height: 1.45; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.service-choice { position: relative; }
.service-choice input { position: absolute; opacity: 0; pointer-events: none; }
.service-choice label { min-height: 56px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 2px; padding: 7px; cursor: pointer; color: var(--muted); background: var(--surface); transition: color .14s ease, background .14s ease, border-color .14s ease, box-shadow .14s ease; }
.service-choice label:hover { color: var(--ink); border-color: var(--faint); background: var(--surface-hover); }
.service-choice input:checked + label { color: var(--ink); border-color: var(--signal-dark); background: var(--selected-surface); box-shadow: inset 4px 0 0 var(--signal-dark); }
.service-choice input:checked + label::after { content: "✓"; flex: 0 0 auto; width: 21px; height: 21px; display: grid; place-items: center; margin-left: auto; border: 1px solid var(--ink); border-radius: 50%; color: var(--on-signal); background: var(--signal); font: 800 .72rem/1 Inter, sans-serif; }
.service-choice input:focus-visible + label { outline: 3px solid var(--signal-dark); outline-offset: 2px; }
.service-choice label span:last-child { font-size: .73rem; font-weight: 600; }
.sport-choice label { min-height: 46px; }
.sport-symbol { width: 25px; color: var(--signal-dark); font-size: .85rem; text-align: center; }
.dialog-note { margin-top: 24px; padding: 14px 16px; border-left: 4px solid var(--ink); background: var(--surface); color: var(--muted); font-size: .74rem; line-height: 1.5; }
.dialog-note strong { color: var(--ink); }
.dialog-note p { margin: 4px 0 0; }
.dialog-actions { position: sticky; bottom: -30px; display: flex; justify-content: flex-end; gap: 9px; margin: 27px -30px -30px; padding: 20px 30px 30px; background: linear-gradient(transparent, var(--paper) 25%); }

@media (max-width: 760px) {
  body::before { height: 278px; }
  .site-header, main, footer { width: min(100% - 24px, 680px); }
  .site-header { height: 66px; }
  .brand { font-size: .9rem; }
  .brand-mark { scale: .86; transform-origin: left center; margin-right: -2px; }
  .hero { padding: 38px 0 17px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .hero p { margin-top: 15px; font-size: .68rem; }
  .hero-count { display: none; }
  .date-rail { grid-template-columns: 34px minmax(0, 1fr) 34px; margin: 14px 0 35px; box-shadow: 4px 4px 0 var(--ink); }
  .round-button { width: 34px; min-height: 62px; }
  .date-list { display: flex; overflow-x: auto; scrollbar-width: none; }
  .date-list::-webkit-scrollbar { display: none; }
  .date-button { flex: 1 0 52px; min-width: 0; padding-inline: 4px; }
  .date-button .number { font-size: 1.18rem; }
  .service-strip { margin-bottom: 29px; }
  .service-pill { min-height: 38px; }
  .toolbar { min-height: 51px; align-items: stretch; }
  .view-tab { min-width: auto; padding: 0 13px; font-size: .63rem; }
  .sport-filter { display: flex; align-items: center; }
  .sport-filter select { min-width: 0; max-width: 126px; font-size: .68rem; }
  .source-banner { font-size: .64rem; }
  .time-group { margin-top: 24px; }
  .event-card { grid-template-columns: 66px minmax(0, 1fr); gap: 13px; min-height: 0; padding: 17px 12px; }
  .time-column { grid-row: 1 / span 2; }
  .event-time { font-size: 1.32rem; }
  .event-state { font-size: .51rem; }
  .league-line { font-size: .55rem; }
  .event-title { padding-right: 50px; font-size: 1.28rem; line-height: 1.02; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .team-details { padding-right: 46px; font-size: .57rem; }
  .event-meta { font-size: .57rem; }
  .team-logos { right: 0; top: 48%; }
  .team-logo { width: 28px; height: 28px; padding: 2px; }
  .watch-column { grid-column: 2; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 10px; }
  .network-badges { justify-content: flex-start; }
  .network-badge { min-height: 24px; font-size: .54rem; }
  .watch-button { min-width: 76px; padding: 8px 9px; font-size: .6rem; box-shadow: 2px 2px 0 var(--ink); }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .choice-heading-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .zip-row { grid-template-columns: 1fr; gap: 8px; }
  #settingsForm { padding: 22px; }
  .dialog-actions { bottom: -22px; margin: 25px -22px -22px; padding: 18px 22px 22px; }
}

@media (max-width: 420px) {
  .site-header, main, footer { width: calc(100% - 20px); }
  .install-button { padding-inline: 10px; }
  .service-pill { padding-right: 7px; }
  .service-pill > span:last-child { display: none; }
  .section-label-row { align-items: flex-start; }
  .section-actions { flex-direction: column; align-items: flex-end; gap: 9px; }
  .location-button { min-height: 32px; font-size: .63rem; }
  .event-card { grid-template-columns: 61px minmax(0, 1fr); gap: 10px; padding-inline: 10px; }
  .event-title { padding-right: 42px; }
  .team-details { padding-right: 38px; }
  .empty-actions { flex-direction: column; }
  footer { flex-wrap: wrap; }
  .legal-main { padding-top: 50px; }
}

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