main > h1 { font-size: clamp(2.5rem, 6vw, 4rem); overflow-wrap: anywhere; }
.metrics span { display: block; margin-top: 8px; }
.metrics strong { font-size: 32px; font-weight: 500; }
.draft-card[hidden] { display: none; }
.table-scroll th[scope=row] { min-width: 190px; font-weight: 500; }
.table-scroll td:last-child { min-width: 260px; }
footer { margin-top: 48px; }
main > .native-player { margin: 0; min-width: 0; overflow: auto; }
main > .native-player video { display: block; width: 100%; height: auto; }
main > .native-player .comparison-controls { flex-wrap: wrap; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
