/* Sport accents */
h1,h2,h3,.title { font-family: 'Bebas Neue', 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial; letter-spacing: .5px; text-transform: uppercase; }
.badge { font-weight: 700; }
.scoreboard { font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; background: var(--brand-dark); color: white; padding: .15rem .5rem; border-radius: 8px; min-width: 64px; display: inline-flex; justify-content: center; }
thead th { border-bottom: 2px solid var(--brand-primary); }
tbody tr:nth-child(even) { background: color-mix(in srgb, var(--brand-primary) 5%, white); }
.filters { display:flex; gap:.5rem; align-items:center; flex-wrap: wrap; }
#team { min-width: 220px; }

/* Logo size override */
header img#siteLogo, .header-brand img#siteLogo { height:120px !important; width:auto !important; max-height:none !important; }
