body{font-family:system-ui,sans-serif;margin:2rem;background:#fdfdfd}
h1{margin-top:0}
#randomFact{padding:1rem;margin-bottom:1rem;background:#fff9c4;
  border:1px solid #f4e06d;border-radius:8px;font-weight:600}
.trophy{animation:bounce 1s infinite;display:inline-block}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
table, .tabulator {font-size: 0.9rem}
h2 {margin-top:2.5rem}
canvas {background:#fff;border:1px solid #eee;border-radius:8px;padding:8px;max-height: 300px}
#seasonSelect {margin-bottom:8px;padding:4px 6px}
.tabulator .tabulator-header,.tabulator .tabulator-footer{
  background:#fafafa;border-color:#e0e0e0}
.tabulator .tabulator-row{border-color:#e0e0e0}
.tabulator-row:nth-child(odd){background:#f9f9f9}