.nfl-page { padding-top: 5rem; padding-bottom: 4rem; }
.nfl-intro { margin: 2rem 0 2.5rem; }
.nfl-intro .section-label, .nfl-cta .section-label { display: block; margin-bottom: .375rem; line-height: 1.4; }
.nfl-intro h1 { font-family: var(--font-display); font-size: clamp(1.25rem, 4.4vw, 3.75rem); font-weight: 800; line-height: 1.15; letter-spacing: -.03em; }
.nfl-intro p { color: var(--text-secondary); font-size: 1.125rem; line-height: 1.5; margin: .5rem 0 .75rem; }
.nfl-filters { display: flex; align-items: end; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--border); }
.nfl-filters label { display: block; font-size: .875rem; margin-bottom: .4rem; color: var(--text-secondary); }
.nfl-filters select { font: inherit; font-size: .875rem; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); min-height: 2.5rem; padding: .375rem 1.75rem .375rem .625rem; }
.nfl-filters button { font-size: .875rem; min-height: 2.5rem; padding: .625rem 1.25rem; }
.nfl-page :focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }
.nfl-coverage { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1rem; font-size: .875rem; margin: 1rem 0; }
.nfl-coverage span { color: var(--text-secondary); }
.nfl-games { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.nfl-game { display: grid; align-content: start; gap: .2rem; min-width: 7rem; border: 1px solid var(--border); padding: .6rem .8rem; color: var(--text-secondary); font-size: .875rem; font-weight: 600; border-radius: var(--radius); }
.nfl-game-team { display: flex; justify-content: space-between; gap: 1.5rem; }
.nfl-game-team strong { min-width: 2ch; text-align: right; font-variant-numeric: tabular-nums; }
.nfl-game-status { font-size: .625rem; font-weight: 500; margin-left: .3rem; opacity: .85; }
.nfl-game.selected { background: var(--amber-dim); border-color: var(--amber); color: var(--amber); }
.nfl-report { background: var(--surface-inset); border: 1px solid var(--border); }
.nfl-report-heading { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2rem; border-bottom: 1px solid var(--border); }
.nfl-report-heading .section-label { margin-bottom: .5rem; }
.nfl-report-heading h2 { font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.25; letter-spacing: -.025em; }
.nfl-report-heading p { margin-top: .75rem; color: var(--text-secondary); }
.nfl-stamp { flex-shrink: 0; text-align: center; border: 2px solid var(--amber-border); color: var(--amber); padding: .6rem 1rem; text-transform: uppercase; font: .8125rem/1.6 ui-monospace, monospace; transform: rotate(-4deg); }
.nfl-teams { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nfl-team { padding: 1.5rem; border-top: 4px solid var(--team-color, var(--border)); }
.nfl-team + .nfl-team { border-left: 1px solid var(--border); }
.nfl-team-heading { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.nfl-team-heading > span { font: 700 1.25rem ui-monospace, monospace; color: var(--text); border-bottom: 3px solid var(--team-color, var(--amber)); padding: .6rem 0; min-width: 3rem; }
.nfl-team-heading h3 { font-size: 1.05rem; }
.nfl-team-heading p { font-size: .875rem; color: var(--text-secondary); }
.nfl-unit { border-top: 1px solid var(--border); }
.nfl-unit summary { padding: 1rem 0; font-weight: 600; cursor: pointer; }
.nfl-unit summary span { float: right; font-size: .875rem; font-weight: 400; color: var(--text-secondary); }
.nfl-unit table { width: 100%; border-collapse: collapse; font-size: .875rem; margin-bottom: 1rem; }
.nfl-unit thead th { font-weight: 400; color: var(--text-secondary); padding: .5rem 0; border-bottom: 1px solid var(--border); }
.nfl-unit th { text-align: left; }
.nfl-unit tbody th { font-weight: 500; padding: .65rem .25rem .65rem 0; }
.nfl-unit tbody th span { display: block; font-size: .75rem; color: var(--text-secondary); font-weight: 400; }
.nfl-unit td, .nfl-unit thead th:not(:first-child) { text-align: right; font-variant-numeric: tabular-nums; padding-left: .75rem; }
.nfl-unit td { font-family: ui-monospace, monospace; }
.nfl-unit tbody tr { border-bottom: 1px solid var(--border-light); }
.nfl-unit tbody tr:hover { background: var(--amber-glow); }
.nfl-share { color: var(--text); }
.nfl-signoff { display: flex; justify-content: space-between; gap: .5rem; padding-top: 2rem; color: var(--text-secondary); font-size: .8125rem; }
.nfl-source { color: var(--text-secondary); font-size: .875rem; margin: 1.25rem 0 3rem; }
.nfl-source p + p { margin-top: .6rem; }
.nfl-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-top: 1px solid var(--border); padding: 2.5rem 0 0; }
.nfl-cta h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; line-height: 1.15; letter-spacing: -.03em; }
.nfl-cta p { color: var(--text-secondary); line-height: 1.5; margin-top: .375rem; }
.nfl-cta .btn { flex-shrink: 0; }
.nfl-notice { padding: 2rem; border: 1px solid var(--border); margin: 1.5rem 0; }
.nfl-notice p { color: var(--text-secondary); margin-top: .5rem; }
.nfl-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.nfl-game-team > span { border-left: 3px solid var(--team-color, var(--border)); padding-left: .45rem; }
.nfl-context { display: flex; flex-wrap: wrap; gap: .2rem 1rem; font-size: .875rem; }
.nfl-report-heading .nfl-context { margin-top: .5rem; }
.nfl-team-score { margin-left: auto; font-size: 2.25rem; line-height: 1; font-variant-numeric: tabular-nums; color: var(--text); }
.nfl-highlight { padding: .875rem 1rem; margin-bottom: .875rem; background: var(--surface); border-left: 3px solid var(--team-color, var(--border)); }
.nfl-highlight > strong { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .25rem; }
.nfl-highlight p { font-size: .875rem; line-height: 1.5; color: var(--text-secondary); }
.nfl-comparison-note { font-size: .75rem; color: var(--text-secondary); margin-bottom: .75rem; }
.nfl-bar { display: block; width: 5.5rem; max-width: 100%; height: .375rem; background: var(--border); border-radius: 1rem; overflow: hidden; margin: .3rem 0 .3rem auto; }
.nfl-bar > span { display: block; height: 100%; background: var(--team-color, var(--amber)); border-radius: inherit; }
.nfl-change { display: block; color: var(--text-secondary); font-size: .6875rem; min-height: 1.1rem; white-space: nowrap; }
@media (max-width: 760px) {
  .nfl-page { padding-left: 1rem; padding-right: 1rem; }
  .nfl-filters { flex-wrap: wrap; }
  .nfl-filters > div { flex: 1; }
  .nfl-filters select { width: 100%; }
  .nfl-report-heading { padding: 1.25rem; gap: 1rem; }
  .nfl-stamp { padding: .4rem .6rem; font-size: .6875rem; }
  .nfl-teams { grid-template-columns: 1fr; }
  .nfl-team { padding: 1.25rem; }
  .nfl-team + .nfl-team { border-left: 0; }
  .nfl-cta { align-items: start; flex-direction: column; gap: 1rem; }
}
