/* Fanaton matchday: warm paper, ink outlines, vivid blocks, condensed type. */
:root {
  --ink:#2b1d13;
  --paper:#f5f2ea;
  --surface:#fffefa;
  --muted-text:#82776b;
  --line:#2b1d13;
  --soft-line:#ddd8cd;
  --yellow:#ffdc58;
  --blue:#29a9e0;
  --coral:#ff7864;
  --lime:#daed93;
  --dark-bg:#2b1d13;
  --dark-fg:#f5f2ea;
  --accent:#ff7864;
  --accent-2:#ffdc58;
  --shadow-sm:3px 3px 0 var(--line);
  color-scheme:light
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Manrope,Arial,sans-serif;
  font-size:14px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased
}
button,input,select {
  font:inherit
}
button,a,input,select {
  -webkit-tap-highlight-color:transparent
}
button {
  color:inherit;
  cursor:pointer
}
button,a {
  touch-action:manipulation
}
a {
  color:inherit;
  text-decoration:none
}
button {
  border-radius:0
}
button:disabled {
  cursor:default
}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:4px
}
input {
  min-width:0;
  color:inherit
}
h1,h2,h3,p {
  margin:0
}
svg {
  flex-shrink:0
}
.icon {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  vertical-align:middle
}
.icon-sprite {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
[hidden] {
  display:none!important
}
.skip-link {
  position:fixed;
  top:-100px;
  left:16px;
  z-index:100;
  background:var(--yellow);
  padding:12px 20px
}
.skip-link:focus {
  top:10px
}
.btn,.btn-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1.5px solid var(--line);
  background:var(--surface);
  min-height:42px;
  padding:10px 16px;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
  transition:background .15s,transform .15s,box-shadow .15s
}
.btn:hover {
  transform:translate(-2px,-2px);
  box-shadow:3px 3px 0 var(--line)
}
.btn-icon {
  width:42px;
  padding:0
}
.btn-icon:hover {
  background:var(--yellow);
  color:#2b1d13
}
.btn-dark {
  background:#2b1d13;
  color:#fff9e9;
  border-color:#2b1d13
}
.btn-blue {
  background:var(--blue);
  color:#2b1d13
}
.text-button {
  border:0;
  background:none;
  padding:5px 0;
  font-size:12px;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:4px
}
.eyebrow {
  font-size:10px;
  font-weight:800;
  letter-spacing:1.7px
}
.live-dot,.little-dot {
  display:inline-block;
  width:6px;
  height:6px;
  background:#f25743;
  border-radius:50%;
  flex-shrink:0
}
.little-dot {
  background:#7d9738
}
.top-strip {
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  background:#2b1d13;
  color:#f4eddf;
  font-size:11px;
  font-weight:600;
  padding:6px 16px
}
.top-label {
  padding:2px 6px;
  background:var(--yellow);
  color:#2b1d13;
  font-size:9px;
  font-weight:800;
  letter-spacing:.8px
}
.top-strip button {
  border:0;
  padding:0 0 1px;
  background:none;
  color:#ffdc58;
  text-decoration:underline;
  text-underline-offset:4px;
  font-size:11px
}
.site-header {
  border-bottom:2px solid var(--line)
}
.header-inner {
  display:flex;
  align-items:center;
  gap:26px;
  max-width:1440px;
  margin:auto;
  padding:19px 34px
}
.logo {
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0
}
.logo-mark {
  position:relative;
  display:grid;
  place-items:center;
  width:38px;
  height:40px;
  background:var(--blue);
  border:2px solid #2b1d13;
  box-shadow:3px 3px 0 #2b1d13;
  color:#2b1d13;
  font-family:Oswald,sans-serif;
  font-size:27px;
  font-weight:700;
  line-height:1
}
.logo-dot {
  position:absolute;
  bottom:7px;
  right:7px;
  width:5px;
  height:5px;
  background:#2b1d13
}
.logo-title {
  font-family:Oswald,Impact,sans-serif;
  font-size:25px;
  font-weight:600;
  letter-spacing:.2px
}
.logo-title>span {
  color:var(--muted-text)
}
.main-nav {
  display:flex;
  align-items:center;
  gap:24px;
  font-size:12px;
  font-weight:800
}
.main-nav a {
  padding:12px 0;
  position:relative
}
.main-nav .active:after {
  content:"";
  position:absolute;
  bottom:4px;
  left:0;
  right:0;
  height:3px;
  background:var(--blue)
}
.global-search {
  display:flex;
  align-items:center;
  gap:9px;
  background:var(--surface);
  border:1px solid var(--soft-line);
  padding:9px 12px;
  margin-left:auto;
  max-width:340px;
  flex:1;
  height:42px;
  color:var(--muted-text)
}
.global-search input {
  border:0;
  outline:none;
  background:none;
  width:100%;
  font-size:12px
}
.global-search:focus-within {
  border-color:var(--blue);
  box-shadow:0 0 0 1px var(--blue)
}
.global-search .icon {
  width:17px
}
.global-search kbd {
  font-size:11px;
  border:1px solid var(--soft-line);
  padding:0 5px
}
.header-actions {
  display:flex;
  align-items:center;
  gap:9px
}
.header-favorites {
  position:relative;
  border:0;
  width:32px
}
.header-favorites span {
  position:absolute;
  right:-3px;
  top:0;
  min-width:14px;
  height:14px;
  background:var(--yellow);
  color:#2b1d13;
  font:700 9px/14px Manrope;
  text-align:center
}
.theme-toggle {
  border:0;
  width:30px;
  margin-right:2px
}
.header-favorites[aria-pressed=true] {
  color:var(--ink);
  background:var(--yellow)
}
.premium-btn {
  box-shadow:2px 2px 0 var(--line)
}
.sports-bar {
  border-bottom:1px solid var(--soft-line)
}
.sports-inner {
  display:flex;
  align-items:center;
  gap:4px;
  max-width:1440px;
  margin:auto;
  padding:13px 34px;
  overflow-x:auto;
  scrollbar-width:none
}
.sports-inner::-webkit-scrollbar {
  display:none
}
.sport-tab {
  display:flex;
  align-items:center;
  gap:9px;
  min-height:39px;
  background:transparent;
  border:1px solid transparent;
  padding:8px 16px;
  font-size:12px;
  font-weight:800;
  white-space:nowrap
}
.sport-tab>.icon {
  width:19px;
  height:19px
}
.sport-tab span {
  font:500 10px 'JetBrains Mono',monospace;
  color:var(--muted-text);
  margin-left:3px
}
.sport-tab.active {
  border-color:var(--line);
  background:var(--yellow);
  color:#2b1d13;
  box-shadow:2px 2px 0 var(--line)
}
.sport-tab.active span {
  color:#5e491e
}
.sport-tab:hover:not(.active) {
  background:var(--surface)
}
.page-shell {
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  gap:32px;
  max-width:1440px;
  margin:auto;
  padding:29px 34px 54px
}
.sidebar {
  padding-top:4px;
  min-width:0
}
.sidebar-section {
  margin-bottom:28px
}
.sidebar-title {
  display:flex;
  gap:8px;
  align-items:center;
  padding-bottom:15px;
  border-bottom:2px solid var(--line);
  margin-bottom:7px
}
.sidebar-title h2 {
  font-size:13px;
  font-weight:800
}
.sidebar-title>.icon {
  width:17px;
  height:17px
}
.mini-label {
  margin-left:auto;
  font:700 9px 'JetBrains Mono',monospace;
  background:var(--yellow);
  color:#2b1d13;
  padding:2px 4px;
  border:1px solid #2b1d13
}
.tournament-list {
  display:flex;
  flex-direction:column;
  gap:1px
}
.tournament-row {
  display:flex;
  align-items:center;
  min-height:41px
}
.tournament-row:hover {
  background:var(--surface)
}
.tournament-button {
  display:flex;
  align-items:center;
  gap:9px;
  text-align:left;
  padding:7px 0 7px 4px;
  background:none;
  border:0;
  flex:1;
  min-width:0;
  min-height:40px
}
.tournament-button.active,.tournament-row.active {
  background:var(--yellow);
  color:#2b1d13
}
.tournament-name {
  font-size:11px;
  font-weight:800;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.side-count {
  font:500 10px 'JetBrains Mono',monospace;
  color:var(--muted-text);
  margin-left:auto
}
.favorite-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px;
  background:none;
  border:0;
  color:#9b9387;
  min-width:32px;
  min-height:34px;
  flex-shrink:0
}
.favorite-btn svg {
  height:17px;
  width:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}
.favorite-btn:hover {
  color:var(--ink)
}
.favorite-btn[aria-pressed=true],.favorite-btn.is-favorite,.favorite-btn.active {
  color:#9b6b02
}
.favorite-btn[aria-pressed=true] svg,.favorite-btn.is-favorite svg,.favorite-btn.active svg {
  fill:var(--yellow)
}
.league-mini {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:27px;
  flex-shrink:0;
  font:600 12px Oswald,sans-serif;
  color:var(--ink)
}
.league-mini svg {
  width:22px;
  height:22px
}
.country-search {
  display:flex;
  align-items:center;
  gap:7px;
  border-bottom:1px solid var(--soft-line);
  padding:9px 2px 12px;
  margin:0 0 7px;
  color:var(--muted-text)
}
.country-search input {
  width:100%;
  border:0;
  background:none;
  outline:none;
  font-size:11px
}
.country-search .icon {
  width:14px;
  height:14px
}
.country-row {
  display:flex;
  align-items:center;
  gap:10px;
  min-height:36px;
  cursor:pointer;
  font-size:11px;
  font-weight:700;
  list-style:none;
  padding:7px 4px
}
.country-row::-webkit-details-marker {
  display:none
}
.country-row:after {
  content:'›';
  font:18px Arial;
  margin-left:auto;
  color:var(--muted-text);
  transition:transform .2s
}
.country-row .icon {
  width:14px;
  height:14px;
  margin-left:auto
}
.country-row:has(.icon):after {
  display:none
}
details[open]>.country-row:after {
  transform:rotate(90deg)
}
details[open]>.country-row {
  background:var(--surface)
}
.country-league {
  display:block;
  width:100%;
  border:0;
  border-left:2px solid var(--yellow);
  background:none;
  text-align:left;
  padding:8px 8px 8px 15px;
  font-size:11px
}
.country-league:hover,.country-league.active {
  background:var(--yellow);
  color:#2b1d13
}
.watchlist-card {
  margin-top:30px;
  padding:17px 15px 14px;
  border:1.5px solid var(--line);
  background:#e6edcf;
  color:#2b1d13;
  box-shadow:3px 3px 0 var(--line)
}
.watchlist-icon {
  position:relative;
  display:inline-flex;
  margin:0 0 11px
}
.watchlist-icon>.icon {
  width:30px;
  height:30px
}
.spark {
  position:absolute;
  right:-16px;
  top:-7px;
  font-size:17px
}
.watchlist-card h2 {
  font:500 23px/1.2 Oswald,sans-serif;
  max-width:155px
}
.watchlist-card p {
  font-size:11px;
  line-height:1.7;
  margin:11px 0 15px;
  color:#635e4d
}
.watchlist-card .btn {
  font-size:10px;
  gap:6px;
  padding:9px 10px;
  width:100%;
  min-height:36px;
  background:transparent;
  border-color:#2b1d13
}
.watchlist-card .btn .icon {
  width:15px;
  margin-left:auto
}
.watchlist-card small {
  display:block;
  font-size:9px;
  text-align:center;
  margin-top:10px;
  color:#6b6859
}
.sidebar-note {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:20px;
  font-size:9px;
  color:var(--muted-text)
}
.sidebar-note .little-dot {
  width:4px;
  height:4px
}
.sidebar-loading {
  font-size:12px;
  color:var(--muted-text);
  padding:12px 0
}
.mobile-tournaments {
  display:none
}
.main-content {
  min-width:0
}
.page-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:20px
}
.page-heading .eyebrow {
  display:block;
  color:var(--muted-text);
  font-size:9px;
  letter-spacing:1.8px;
  margin-bottom:3px
}
.page-heading h1 {
  font:600 39px/1.15 Oswald,Impact,sans-serif;
  letter-spacing:-.8px
}
.heading-dot {
  color:#ed755b
}
.matchday-status {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:10px;
  color:var(--muted-text);
  align-self:flex-end;
  padding-bottom:5px
}
.data-notice {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 11px;
  margin-bottom:12px;
  background:var(--surface);
  border:1px dashed var(--soft-line);
  font-size:11px;
  color:var(--muted-text)
}
.data-notice a {
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--ink)
}
.featured-card {
  display:grid;
  grid-template-columns:1.04fr 1fr;
  min-height:267px;
  border:2px solid var(--line);
  box-shadow:5px 5px 0 var(--line);
  margin-bottom:32px
}
.featured-copy {
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  padding:24px 27px;
  background:var(--yellow);
  color:#2b1d13;
  position:relative;
  overflow:hidden
}
.featured-copy>.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:10px;
  letter-spacing:.7px;
  padding:4px 7px;
  margin-bottom:15px;
  border:1px solid #2b1d13;
  background:#fff5c4
}
.featured-title {
  font:600 clamp(30px,3vw,47px)/1.13 Oswald,Impact,sans-serif;
  letter-spacing:-.7px;
  text-transform:uppercase;
  margin-bottom:13px;
  max-width:100%;
  overflow-wrap:anywhere
}
.featured-title .versus {
  display:block;
  font:600 11px Manrope;
  letter-spacing:2px;
  margin:7px 0;
  color:#7a591c
}
.featured-meta {
  font-size:11px;
  font-weight:600;
  margin-bottom:21px;
  color:#6c5420
}
.feature-actions {
  display:flex;
  gap:8px;
  align-items:center;
  margin-top:auto
}
.featured-copy>.btn {
  margin-top:auto
}
.feature-actions>.btn,.featured-copy>.btn {
  font-size:11px;
  padding:9px 14px;
  min-height:38px
}
.feature-actions>.btn .icon {
  width:15px
}
.feature-actions>.favorite-btn,.feature-actions>.btn-icon {
  border:1px solid #2b1d13;
  background:transparent;
  color:#2b1d13;
  width:38px;
  height:38px
}
.featured-scoreboard {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:23px 25px;
  background:#2b211b;
  color:#fff8e9;
  border-left:2px solid var(--line);
  position:relative;
  overflow:hidden
}
.featured-scoreboard:before {
  content:'';
  position:absolute;
  inset:46px 20px 39px;
  border:1px solid #fff9e90b;
  pointer-events:none
}
.featured-scoreboard:after {
  content:'';
  position:absolute;
  width:140px;
  height:140px;
  border:1px solid #fff9e90b;
  border-radius:50%;
  left:calc(50% - 70px);
  top:calc(50% - 70px);
  pointer-events:none
}
.scoreboard-top {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:9px;
  color:#cabea9;
  text-transform:uppercase;
  letter-spacing:1px;
  z-index:1
}
.scoreboard-top .live-label {
  color:#ff8c76
}
.scoreboard-teams {
  display:grid;
  grid-template-columns:minmax(0,1fr) 100px minmax(0,1fr);
  align-items:center;
  gap:7px;
  position:relative;
  z-index:1;
  margin:17px 0
}
.hero-team {
  text-align:center;
  min-width:0
}
.team-crest {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:62px;
  height:70px;
  font:600 21px Oswald,sans-serif;
  vertical-align:middle;
  flex-shrink:0
}
.team-crest img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 2px 1px #0001)
}
img.team-crest {
  object-fit:contain
}
.hero-team>.team-crest {
  margin-bottom:10px
}
.hero-team-name {
  font-size:11px;
  font-weight:800;
  line-height:1.4
}
.hero-score {
  text-align:center
}
.score-value {
  font:600 52px/1 Oswald,sans-serif;
  letter-spacing:3px;
  white-space:nowrap
}
.live-label {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  font:700 10px 'JetBrains Mono',monospace;
  color:#ff8c76;
  letter-spacing:.2px;
  margin-top:7px
}
.scoreboard-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:9px;
  color:#cabea9;
  border-top:1px solid #685548;
  padding-top:13px;
  position:relative;
  z-index:1
}
.scoreboard-bottom .icon {
  width:14px;
  height:14px
}
.feature-placeholder {
  align-items:center;
  justify-content:center;
  gap:20px
}
.feature-ball {
  width:110px;
  height:110px;
  stroke:#ffdc58;
  fill:none;
  stroke-width:.7
}
.placeholder-label {
  font:500 12px 'JetBrains Mono',monospace;
  letter-spacing:1px;
  color:#d8c8b2
}
.section-heading {
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:14px
}
.section-heading h2 {
  font:500 25px/1.2 Oswald,sans-serif;
  letter-spacing:-.4px;
  white-space:nowrap
}
.section-caption {
  font-size:10px;
  color:var(--muted-text)
}
.section-number {
  margin-left:auto;
  font:500 10px 'JetBrains Mono',monospace;
  color:var(--muted-text)
}
.league-cards {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:11px
}
.league-card {
  position:relative;
  overflow:hidden;
  min-height:129px;
  text-align:left;
  padding:12px 13px;
  border:1.5px solid var(--line);
  background:var(--league-color,var(--coral));
  color:#2b1d13;
  transition:transform .15s,box-shadow .15s;
  isolation:isolate;
  display:flex;
  align-items:flex-start;
  flex-direction:column
}
.league-card:hover,.league-card.active {
  transform:translate(-2px,-3px);
  box-shadow:3px 4px 0 var(--line)
}
.league-card[aria-pressed=true] {
  outline:2px solid var(--line);
  outline-offset:3px
}
.league-country {
  font-size:9px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
  position:relative;
  z-index:1
}
.league-symbol {
  position:absolute;
  right:6px;
  top:22px;
  font:700 68px/.9 Oswald,sans-serif;
  letter-spacing:-4px;
  opacity:.14;
  transform:rotate(-9deg);
  z-index:-1;
  max-width:95%;
  overflow:hidden
}
.league-name {
  font:500 23px/1.1 Oswald,sans-serif;
  display:block;
  margin-top:auto;
  padding-top:24px;
  letter-spacing:-.4px;
  position:relative;
  z-index:1
}
.league-caption {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:6px;
  font-size:9px;
  font-weight:700;
  margin-top:9px;
  width:100%;
  position:relative;
  z-index:1
}
.league-caption .icon {
  width:15px;
  height:15px
}
.leagues-section {
  margin-bottom:31px
}
.schedule-section {
  scroll-margin-top:20px
}
.schedule-heading {
  margin-bottom:15px
}
.schedule-heading h2 {
  display:flex;
  align-items:center;
  gap:9px
}
.count-tag {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:23px;
  background:var(--ink);
  color:var(--paper);
  font:700 11px 'JetBrains Mono',monospace;
  padding:0 6px
}
.date-label {
  color:var(--muted-text);
  font-size:11px
}
.date-toolbar {
  display:flex;
  align-items:center;
  gap:10px;
  border:1.5px solid var(--line);
  background:var(--surface);
  padding:6px;
  margin-bottom:13px
}
.today-button {
  align-self:stretch;
  padding:0 12px;
  border:0;
  border-right:1px solid var(--soft-line);
  background:none;
  font-size:11px;
  font-weight:800
}
.date-strip {
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:3px;
  flex:1;
  min-width:0
}
.date-strip button {
  min-height:49px;
  background:none;
  border:1px solid transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:1px;
  padding:4px 3px;
  line-height:1.35
}
.date-strip button span:first-child {
  font-size:9px;
  color:var(--muted-text);
  text-transform:uppercase
}
.date-strip button strong,.date-strip button b,.date-strip button span:last-child {
  font:600 16px Oswald,sans-serif
}
.date-strip button.active,.date-strip button[aria-pressed=true] {
  border-color:var(--line);
  background:var(--yellow);
  color:#2b1d13
}
.date-strip button.active span:first-child {
  color:#6b5220
}
.date-strip button:hover:not(.active) {
  background:var(--paper)
}
.calendar-control {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:42px;
  border-left:1px solid var(--soft-line);
  flex-shrink:0
}
.calendar-control input {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer
}
.calendar-control input::-webkit-calendar-picker-indicator {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  cursor:pointer
}
.calendar-control:focus-within {
  outline:3px solid var(--blue)
}
.filter-toolbar {
  display:flex;
  align-items:center;
  gap:13px;
  flex-wrap:wrap;
  margin-bottom:12px
}
.status-tabs {
  display:flex;
  gap:3px;
  flex:1
}
.status-tabs button {
  display:flex;
  align-items:center;
  gap:5px;
  background:none;
  border:1px solid transparent;
  min-height:34px;
  padding:7px 10px;
  font-size:11px;
  font-weight:800;
  white-space:nowrap
}
.status-tabs button.active {
  background:var(--ink);
  color:var(--paper);
  border-color:var(--line)
}
.status-tabs button:hover:not(.active) {
  background:var(--surface)
}
.status-tabs [data-count] {
  font:500 9px 'JetBrains Mono',monospace;
  opacity:.6
}
.stream-switch {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:10px;
  white-space:nowrap;
  cursor:pointer;
  position:relative
}
.stream-switch input {
  position:absolute;
  width:30px;
  height:18px;
  opacity:0
}
.switch-track {
  width:28px;
  height:16px;
  border-radius:20px;
  background:#d4d0c5;
  position:relative;
  transition:background .15s
}
.switch-track:after {
  content:'';
  width:10px;
  height:10px;
  position:absolute;
  top:3px;
  left:3px;
  background:#fff;
  border-radius:50%;
  transition:transform .15s
}
.stream-switch input:checked+.switch-track {
  background:var(--ink)
}
.stream-switch input:checked+.switch-track:after {
  transform:translateX(12px);
  background:var(--yellow)
}
.stream-switch input:focus-visible+.switch-track {
  outline:3px solid var(--blue);
  outline-offset:3px
}
.sort-control select {
  border:0;
  border-left:1px solid var(--soft-line);
  padding:5px 3px 5px 10px;
  background:var(--paper);
  color:var(--ink);
  font-size:10px;
  max-width:130px
}
.active-filter-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}
.active-filter-row:has(.active-filters:empty) {
  display:none
}
.active-filters {
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-bottom:12px
}
.active-filters button,.filter-chip {
  display:flex;
  align-items:center;
  gap:8px;
  background:var(--surface);
  border:1px solid var(--soft-line);
  font-size:11px;
  padding:5px 8px
}
.match-list {
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:100px
}
.league-group {
  border:1.5px solid var(--line);
  background:var(--surface)
}
.league-group-header {
  display:flex;
  align-items:center;
  gap:9px;
  min-height:43px;
  padding:8px 13px;
  background:#eae6dc;
  border-bottom:1px solid var(--soft-line)
}
.league-group-header h3 {
  font-size:12px;
  font-weight:800
}
.league-group-header .league-mini {
  width:22px;
  height:22px;
  font-size:11px
}
.league-region {
  font-size:10px;
  color:var(--muted-text);
  padding-left:9px;
  border-left:1px solid #c4bcb0
}
.group-count {
  margin-left:auto;
  color:var(--muted-text);
  font:500 9px 'JetBrains Mono',monospace;
  white-space:nowrap
}
.league-group-header>button {
  border:0;
  background:none;
  padding:0;
  min-width:28px;
  min-height:28px;
  display:flex;
  align-items:center;
  justify-content:center
}
.league-group-header>button svg {
  width:14px;
  height:14px
}
.match-row {
  display:grid;
  grid-template-columns:28px 62px minmax(0,1fr) 52px 22px;
  gap:8px;
  align-items:center;
  padding:5px 13px;
  min-height:54px;
  border-bottom:1px solid var(--soft-line);
  transition:background .15s
}
.match-row:last-child {
  border-bottom:0
}
.match-row:hover {
  background:#f6f1df
}
.match-row>.favorite-btn {
  padding:3px;
  min-width:28px
}
.match-time {
  font:500 11px 'JetBrains Mono',monospace;
  color:var(--muted-text);
  display:flex;
  align-items:center;
  gap:5px;
  flex-wrap:wrap
}
.match-time small {
  font:500 9px Manrope,sans-serif
}
.match-time.is-live {
  color:#d74631;
  font-weight:700
}
.match-link {
  display:grid;
  grid-template-columns:minmax(0,1fr) 66px minmax(0,1fr);
  align-items:center;
  gap:10px;
  border:0;
  background:none;
  padding:8px 0;
  min-width:0;
  text-align:inherit;
  width:100%;
  color:var(--ink)
}
.home-team,.away-team {
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  font-size:12px;
  font-weight:800;
  line-height:1.4
}
.home-team {
  justify-content:flex-end;
  text-align:right
}
.away-team {
  justify-content:flex-start;
  text-align:left
}
.home-team>span:not(.team-crest),.away-team>span:not(.team-crest) {
  overflow:hidden;
  text-overflow:ellipsis
}
.team-crest.small {
  width:24px;
  height:27px;
  font-size:10px
}
.match-score {
  text-align:center;
  font:700 14px 'JetBrains Mono',monospace;
  white-space:nowrap;
  padding:3px 4px
}
.match-row.is-live .match-score,.match-score.is-live {
  color:#c8422e;
  background:#ff78640f
}
.match-stream {
  font:700 9px 'JetBrains Mono',monospace;
  color:#7b776e;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px
}
.match-stream svg {
  width:14px;
  height:14px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.5
}
.match-arrow {
  font-size:17px;
  color:var(--muted-text);
  background:none;
  border:0;
  padding:4px;
  min-width:22px
}
.match-arrow svg {
  width:14px;
  height:14px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.5
}
.empty-state {
  text-align:center;
  padding:42px 20px 38px;
  border:1.5px solid var(--line);
  background:var(--surface)
}
.empty-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:47px;
  height:47px;
  background:var(--yellow);
  border:1.5px solid var(--line);
  box-shadow:3px 3px 0 var(--line);
  margin-bottom:17px
}
.empty-icon svg {
  width:23px;
  height:23px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.5
}
.empty-state h3 {
  font:500 27px/1.2 Oswald,sans-serif;
  margin-bottom:10px
}
.empty-state p {
  color:var(--muted-text);
  font-size:12px;
  line-height:1.7;
  max-width:420px;
  margin:0 auto 17px
}
.empty-state .btn {
  font-size:11px
}
.retry-button {
  margin-top:12px
}
.schedule-footnote {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  font-size:9px;
  color:var(--muted-text);
  margin-top:13px
}
.schedule-footnote>span:first-child {
  display:flex;
  align-items:center;
  gap:6px
}
.schedule-footnote .live-dot {
  width:4px;
  height:4px
}
.loading-line {
  height:3px;
  background:linear-gradient(90deg,var(--yellow),var(--blue),var(--yellow));
  background-size:200% 100%;
  animation:loading 1.5s linear infinite;
  max-width:140px;
  margin:0 auto 24px
}
@keyframes loading {
  to {
    background-position:200% 0
  }
}
.closing-banner {
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:36px;
  padding:27px;
  border:1.5px solid var(--line);
  background:#a8dafa;
  color:#2b1d13
}
.closing-banner h2 {
  font:500 28px/1.12 Oswald,sans-serif;
  letter-spacing:-.3px;
  margin-top:9px;
  position:relative;
  z-index:1
}
.closing-banner .eyebrow {
  font-size:9px
}
.closing-banner .btn {
  font-size:11px;
  position:relative;
  z-index:1
}
.banner-star {
  position:absolute;
  font-size:175px;
  line-height:1;
  color:#3c9dcb25;
  right:21%;
  top:0;
  transform:rotate(15deg);
  pointer-events:none
}
.site-footer {
  border-top:2px solid var(--line)
}
.footer-inner {
  max-width:1440px;
  margin:auto;
  padding:26px 34px;
  display:flex;
  align-items:center;
  gap:25px
}
.footer-inner .logo-title {
  font-size:20px
}
.footer-inner .logo-mark {
  width:29px;
  height:31px;
  font-size:21px
}
.footer-inner .logo-dot {
  width:4px;
  height:4px;
  bottom:5px;
  right:5px
}
.footer-motto {
  font:500 10px Oswald,sans-serif;
  letter-spacing:.6px;
  color:var(--muted-text);
  max-width:130px
}
.footer-inner nav {
  display:flex;
  gap:20px;
  font-size:10px;
  font-weight:700;
  margin-left:auto
}
.footer-inner nav a:hover {
  text-decoration:underline
}
.copyright {
  font-size:9px;
  color:var(--muted-text)
}
.match-dialog {
  position:fixed;
  width:min(560px,calc(100% - 32px));
  border:2px solid var(--line);
  padding:32px;
  background:var(--surface);
  color:var(--ink);
  box-shadow:8px 8px 0 var(--line);
  max-height:90dvh;
  overflow:auto
}
.match-dialog::backdrop {
  background:#211b15b3;
  backdrop-filter:blur(4px)
}
.dialog-close {
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  width:32px;
  min-height:32px
}
.match-dialog h2 {
  font:500 32px/1.2 Oswald,sans-serif;
  margin:20px 0
}
.match-dialog .scoreboard-teams {
  background:#2b211b;
  color:#fff8e9;
  padding:25px 15px;
  margin:20px 0
}
.match-dialog p {
  font-size:13px;
  color:var(--muted-text);
  margin:12px 0;
  line-height:1.7
}
.match-dialog .eyebrow {
  padding-right:35px
}
.match-dialog .btn {
  margin-top:12px
}
.toast {
  position:fixed;
  bottom:24px;
  left:50%;
  transform:translate(-50%,20px);
  background:var(--ink);
  color:var(--paper);
  border:1px solid var(--paper);
  padding:12px 20px;
  box-shadow:4px 4px 0 var(--yellow);
  z-index:30000;
  font-size:12px;
  font-weight:700;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s,transform .2s;
  max-width:calc(100% - 32px)
}
.toast.active,.toast.is-visible,.toast.visible {
  opacity:1;
  transform:translate(-50%,0)
}
.noscript-note {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  padding:15px;
  background:var(--yellow);
  color:#2b1d13;
  text-align:center;
  z-index:50
}
body.theme-dark {
  --ink:#f1e9db;
  --paper:#201914;
  --surface:#2b231d;
  --muted-text:#b8ab9b;
  --line:#a2917e;
  --soft-line:#483c32;
  color-scheme:dark
}
.theme-dark .main-nav .active {
  color:var(--blue)
}
.theme-dark .league-group-header {
  background:#3a2e24
}
.theme-dark .match-row:hover {
  background:#382e22
}
.theme-dark .match-time.is-live,.theme-dark .match-row.is-live .match-score,.theme-dark .match-score.is-live {
  color:#ff927d
}
.theme-dark .league-mini {
  color:var(--ink)
}
.theme-dark .league-card .league-mini {
  color:#2b1d13
}
.theme-dark .switch-track {
  background:#736452
}
.theme-dark .watchlist-card {
  background:#dce6bd
}
.theme-dark .favorite-btn[aria-pressed=true] {
  color:#ffdc58
}
.theme-dark .feature-actions .favorite-btn[aria-pressed=true] {
  color:#2b1d13
}
.theme-dark .featured-scoreboard {
  border-color:var(--line)
}
.theme-dark .data-notice {
  border-color:var(--soft-line)
}
.theme-dark .empty-icon {
  color:#2b1d13
}
.theme-dark .tournament-row.active .side-count,.theme-dark .tournament-row.active .league-mini,.theme-dark .tournament-button.active .league-mini {
  color:#2b1d13
}
@media(min-width:1600px) {
  .header-inner,.sports-inner,.page-shell,.footer-inner {
    max-width:1500px
  }
  .page-shell {
    grid-template-columns:220px minmax(0,1fr);
    gap:40px
  }
  .featured-card {
    min-height:290px
  }
  .featured-title {
    font-size:48px
  }
  .league-card {
    min-height:141px
  }
  .tournament-name,.country-row {
    font-size:12px
  }
  .match-row {
    min-height:57px
  }
  .home-team,.away-team {
    font-size:13px
  }
}
@media(max-width:1200px) {
  .header-inner {
    gap:19px;
    padding-left:24px;
    padding-right:24px
  }
  .sports-inner {
    padding-left:24px;
    padding-right:24px
  }
  .page-shell {
    grid-template-columns:185px minmax(0,1fr);
    gap:24px;
    padding:25px 24px 40px
  }
  .main-nav {
    gap:15px
  }
  .logo-title {
    font-size:22px
  }
  .global-search {
    max-width:260px
  }
  .global-search input {
    font-size:11px
  }
  .header-actions {
    gap:6px
  }
  .premium-btn {
    padding:9px 12px
  }
  .sport-tab {
    padding:8px 12px;
    gap:7px
  }
  .featured-copy {
    padding:21px
  }
  .featured-title {
    font-size:36px
  }
  .featured-scoreboard {
    padding:22px 18px
  }
  .scoreboard-teams {
    grid-template-columns:minmax(0,1fr) 85px minmax(0,1fr)
  }
  .score-value {
    font-size:45px
  }
  .hero-team-name {
    font-size:10px
  }
  .league-card {
    padding:11px 10px
  }
  .league-name {
    font-size:21px
  }
  .filter-toolbar {
    gap:8px
  }
  .status-tabs button {
    padding:7px 8px;
    font-size:10px
  }
  .stream-switch {
    font-size:9px
  }
  .sort-control select {
    font-size:9px;
    max-width:110px
  }
  .match-row {
    padding:5px 10px;
    gap:6px;
    grid-template-columns:25px 52px minmax(0,1fr) 39px 17px
  }
  .match-link {
    grid-template-columns:minmax(0,1fr) 55px minmax(0,1fr);
    gap:6px
  }
  .home-team,.away-team {
    font-size:11px;
    gap:7px
  }
  .footer-inner {
    padding-left:24px;
    padding-right:24px
  }
}
@media(max-width:1000px) {
  .main-nav {
    display:none
  }
  .global-search {
    max-width:none
  }
  .page-shell {
    grid-template-columns:170px minmax(0,1fr);
    gap:20px
  }
  .featured-card {
    grid-template-columns:1fr 1fr;
    min-height:250px
  }
  .featured-title {
    font-size:31px
  }
  .featured-copy {
    padding:19px
  }
  .featured-scoreboard {
    padding:19px 12px
  }
  .scoreboard-teams {
    grid-template-columns:minmax(0,1fr) 67px minmax(0,1fr);
    gap:3px
  }
  .score-value {
    font-size:38px
  }
  .hero-team>.team-crest {
    width:47px;
    height:52px
  }
  .hero-team-name {
    font-size:9px
  }
  .scoreboard-bottom {
    font-size:8px
  }
  .league-cards {
    gap:8px
  }
  .league-card {
    min-height:116px;
    padding:10px 8px
  }
  .league-name {
    font-size:19px
  }
  .league-country {
    font-size:8px
  }
  .league-caption {
    font-size:8px
  }
  .league-symbol {
    font-size:56px
  }
  .section-caption {
    font-size:9px
  }
  .filter-toolbar {
    row-gap:9px
  }
  .status-tabs {
    flex-basis:100%
  }
  .status-tabs button {
    font-size:11px
  }
  .stream-switch {
    font-size:10px;
    margin-right:auto
  }
  .sort-control select {
    font-size:10px
  }
  .tournament-name {
    font-size:10px
  }
  .sidebar-title h2 {
    font-size:12px
  }
  .watchlist-card {
    padding:15px 12px
  }
  .watchlist-card .btn {
    font-size:9px
  }
  .page-heading h1 {
    font-size:35px
  }
  .matchday-status {
    font-size:9px
  }
  .closing-banner {
    padding:22px
  }
  .closing-banner h2 {
    font-size:25px
  }
  .footer-motto {
    display:none
  }
  .match-row {
    grid-template-columns:24px 48px minmax(0,1fr) 26px
  }
  .match-arrow {
    display:none
  }
  .match-stream {
    font-size:8px;
    gap:2px
  }
  .match-stream svg {
    width:12px
  }
  .match-link {
    grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);
    gap:4px
  }
  .home-team,.away-team {
    font-size:10px;
    gap:5px
  }
  .team-crest.small {
    width:21px;
    height:24px
  }
  .match-score {
    font-size:12px
  }
  .league-region {
    display:none
  }
}
@media(max-width:760px) {
  .top-strip {
    min-height:29px;
    font-size:9px;
    gap:9px
  }
  .top-strip>span:nth-child(2) {
    font-size:9px
  }
  .top-strip button {
    display:none
  }
  .top-label {
    font-size:8px
  }
  .header-inner {
    padding:15px 18px;
    gap:15px;
    flex-wrap:wrap
  }
  .logo-title {
    font-size:24px
  }
  .header-actions {
    margin-left:auto;
    gap:9px
  }
  .header-actions .btn {
    min-height:35px;
    padding:7px 11px;
    font-size:11px
  }
  .header-favorites {
    width:27px;
    min-height:34px
  }
  .theme-toggle {
    width:27px;
    min-height:34px
  }
  .premium-btn {
    display:none
  }
  .global-search {
    order:3;
    flex-basis:100%;
    max-width:none;
    height:39px;
    margin-top:3px
  }
  .global-search input {
    font-size:12px
  }
  .sports-inner {
    padding:11px 18px;
    gap:7px
  }
  .sport-tab {
    padding:8px 12px;
    min-height:37px;
    font-size:11px;
    gap:7px
  }
  .sport-tab span {
    font-size:9px
  }
  .sport-tab .icon {
    width:17px;
    height:17px
  }
  .page-shell {
    display:flex;
    flex-direction:column;
    padding:19px 18px 30px;
    gap:0
  }
  .mobile-tournaments {
    display:flex;
    min-height:36px;
    font-size:11px;
    padding:7px 10px;
    margin-bottom:19px;
    align-self:flex-start;
    background:none
  }
  .mobile-tournaments>.icon {
    width:16px;
    height:16px
  }
  .mobile-tournaments>.icon:last-child {
    width:13px;
    margin-left:18px;
    transition:transform .15s
  }
  .mobile-tournaments[aria-expanded=true]>.icon:last-child {
    transform:rotate(90deg)
  }
  .sidebar {
    display:none
  }
  .sidebar.is-open {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    padding:0 0 22px
  }
  .sidebar-section {
    margin:0
  }
  .sidebar-title h2 {
    font-size:12px
  }
  .tournament-name {
    font-size:11px
  }
  .watchlist-card {
    grid-column:1/-1;
    margin-top:0;
    display:grid;
    grid-template-columns:1fr auto;
    gap:5px 20px;
    padding:16px
  }
  .watchlist-icon {
    display:none
  }
  .watchlist-card h2 {
    max-width:none;
    font-size:23px
  }
  .watchlist-card p {
    grid-column:1;
    max-width:260px;
    margin:3px 0;
    font-size:10px
  }
  .watchlist-card .btn {
    grid-column:2;
    grid-row:1/3;
    font-size:10px
  }
  .watchlist-card small {
    text-align:left;
    margin-top:5px
  }
  .sidebar-note {
    display:none
  }
  .page-heading {
    margin-bottom:17px
  }
  .page-heading h1 {
    font-size:36px
  }
  .page-heading .eyebrow {
    font-size:8px
  }
  .matchday-status {
    font-size:9px;
    max-width:135px;
    text-align:right
  }
  .data-notice {
    font-size:10px;
    padding:8px 9px;
    align-items:flex-start
  }
  .data-notice a {
    white-space:nowrap
  }
  .featured-card {
    min-height:240px;
    margin-bottom:27px;
    box-shadow:4px 4px 0 var(--line)
  }
  .featured-copy {
    padding:20px
  }
  .featured-title {
    font-size:clamp(27px,5vw,37px)
  }
  .featured-meta {
    font-size:10px;
    margin-bottom:18px
  }
  .featured-copy>.eyebrow {
    font-size:8px;
    padding:3px 5px;
    margin-bottom:14px
  }
  .feature-actions>.btn,.featured-copy>.btn {
    font-size:10px;
    padding:8px 10px;
    min-height:36px;
    gap:7px
  }
  .featured-scoreboard {
    padding:18px 12px
  }
  .score-value {
    font-size:42px
  }
  .scoreboard-top {
    font-size:8px;
    letter-spacing:.5px
  }
  .hero-team>.team-crest {
    width:50px;
    height:56px
  }
  .hero-team-name {
    font-size:9px
  }
  .scoreboard-teams {
    margin:20px 0;
    grid-template-columns:minmax(0,1fr) 75px minmax(0,1fr)
  }
  .scoreboard-bottom {
    font-size:8px;
    gap:4px
  }
  .leagues-section {
    margin-bottom:27px
  }
  .league-cards {
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding:3px 4px 7px 0;
    scroll-snap-type:x mandatory;
    scrollbar-width:thin
  }
  .league-card {
    flex:0 0 calc((100% - 20px)/3);
    min-height:124px;
    padding:11px 12px;
    scroll-snap-align:start
  }
  .league-country {
    font-size:9px
  }
  .league-name {
    font-size:24px
  }
  .league-caption {
    font-size:9px
  }
  .league-symbol {
    font-size:65px
  }
  .section-heading h2 {
    font-size:24px
  }
  .section-caption {
    font-size:9px
  }
  .date-label {
    font-size:10px
  }
  .date-toolbar {
    gap:4px;
    padding:5px
  }
  .today-button {
    font-size:10px;
    padding:0 10px
  }
  .date-strip button {
    min-height:44px
  }
  .date-strip button span:first-child {
    font-size:8px
  }
  .date-strip button strong,.date-strip button b,.date-strip button span:last-child {
    font-size:16px
  }
  .calendar-control {
    width:38px;
    height:37px
  }
  .status-tabs button {
    padding:7px 11px;
    font-size:11px;
    min-height:36px
  }
  .filter-toolbar {
    margin-bottom:14px;
    gap:8px
  }
  .match-row {
    min-height:56px;
    padding:5px 10px;
    grid-template-columns:25px 52px minmax(0,1fr) 28px;
    gap:6px
  }
  .match-link {
    grid-template-columns:minmax(0,1fr) 51px minmax(0,1fr);
    gap:5px
  }
  .home-team,.away-team {
    font-size:11px;
    gap:7px
  }
  .match-score {
    font-size:12px
  }
  .match-stream {
    font-size:8px
  }
  .match-stream svg {
    width:13px
  }
  .league-group-header {
    padding:7px 11px;
    min-height:41px
  }
  .league-group-header h3 {
    font-size:11px
  }
  .group-count {
    font-size:9px
  }
  .schedule-footnote {
    font-size:8px;
    gap:10px
  }
  .closing-banner {
    padding:22px 20px;
    margin-top:28px
  }
  .closing-banner h2 {
    font-size:26px
  }
  .closing-banner .btn {
    padding:9px 12px;
    font-size:10px
  }
  .footer-inner {
    padding:22px 18px;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:20px
  }
  .footer-inner nav {
    gap:16px;
    margin-left:0
  }
  .copyright {
    flex-basis:100%;
    font-size:9px;
    padding-top:14px;
    border-top:1px solid var(--soft-line)
  }
}
@media(max-width:480px) {
  .page-shell {
    padding-left:14px;
    padding-right:14px
  }
  .header-inner {
    padding-left:14px;
    padding-right:14px
  }
  .sports-inner {
    padding-left:14px;
    padding-right:14px
  }
  .logo-title {
    font-size:22px
  }
  .logo-mark {
    width:32px;
    height:35px;
    font-size:24px
  }
  .logo {
    gap:8px
  }
  .header-actions {
    gap:7px
  }
  .login-btn {
    font-size:10px!important
  }
  .top-strip>span:nth-child(2) {
    font-size:8px
  }
  .top-label {
    font-size:7px
  }
  .page-heading h1 {
    font-size:32px
  }
  .matchday-status {
    font-size:8px;
    max-width:110px
  }
  .featured-card {
    grid-template-columns:1fr
  }
  .featured-copy {
    padding:19px 21px 20px
  }
  .featured-title {
    font-size:36px;
    max-width:300px;
    line-height:1.1;
    margin-bottom:12px
  }
  .featured-title .versus {
    margin:3px 0;
    font-size:9px
  }
  .featured-meta {
    margin-bottom:15px
  }
  .featured-copy>.eyebrow {
    margin-bottom:13px
  }
  .featured-scoreboard {
    border-left:0;
    border-top:2px solid var(--line);
    padding:15px 19px
  }
  .scoreboard-teams {
    grid-template-columns:1fr 95px 1fr;
    margin:13px 0
  }
  .hero-team>.team-crest {
    width:47px;
    height:52px;
    margin-bottom:4px
  }
  .hero-team-name {
    font-size:10px
  }
  .score-value {
    font-size:46px
  }
  .scoreboard-bottom {
    padding-top:10px;
    font-size:8px
  }
  .scoreboard-top {
    font-size:8px
  }
  .feature-placeholder {
    min-height:175px
  }
  .feature-ball {
    width:76px;
    height:76px
  }
  .league-card {
    flex-basis:calc((100% - 20px)/2.5);
    min-height:123px;
    padding:10px
  }
  .league-country {
    font-size:8px
  }
  .league-name {
    font-size:22px
  }
  .section-caption {
    max-width:130px;
    font-size:9px;
    line-height:1.4
  }
  .section-heading {
    gap:12px;
    margin-bottom:12px
  }
  .date-label {
    font-size:9px
  }
  .section-number {
    font-size:9px
  }
  .today-button {
    display:none
  }
  .date-strip {
    gap:1px
  }
  .calendar-control {
    width:34px
  }
  .date-strip button span:first-child {
    font-size:7px
  }
  .date-strip button {
    min-height:43px
  }
  .filter-toolbar {
    gap:9px
  }
  .status-tabs {
    justify-content:space-between;
    gap:1px
  }
  .status-tabs button {
    font-size:10px;
    padding:7px 8px;
    gap:4px
  }
  .status-tabs [data-count] {
    font-size:8px
  }
  .stream-switch {
    font-size:9px
  }
  .sort-control select {
    font-size:9px
  }
  .league-group-header {
    padding:7px 8px;
    gap:7px
  }
  .league-group-header h3 {
    font-size:11px
  }
  .league-group-header .league-mini {
    width:18px;
    font-size:10px
  }
  .group-count {
    font-size:8px
  }
  .league-group-header>button {
    min-width:22px
  }
  .match-row {
    grid-template-columns:22px 40px minmax(0,1fr) 18px;
    gap:3px;
    padding:5px 6px;
    min-height:61px
  }
  .match-link {
    grid-template-columns:minmax(0,1fr) 43px minmax(0,1fr);
    gap:4px;
    padding:6px 0
  }
  .home-team,.away-team {
    font-size:10px;
    gap:5px;
    flex-direction:column;
    align-items:center;
    text-align:center;
    line-height:1.25
  }
  .home-team .team-crest {
    order:-1
  }
  .team-crest.small {
    width:20px;
    height:23px
  }
  .home-team>span:not(.team-crest),.away-team>span:not(.team-crest) {
    overflow:visible;
    overflow-wrap:anywhere
  }
  .match-score {
    font-size:12px;
    padding:2px 0
  }
  .match-time {
    font-size:9px;
    gap:3px
  }
  .match-time .live-dot {
    width:4px;
    height:4px
  }
  .match-stream {
    font-size:0
  }
  .match-stream svg {
    width:13px
  }
  .match-row>.favorite-btn {
    min-width:22px;
    min-height:40px;
    padding:0
  }
  .match-row>.favorite-btn svg {
    width:16px
  }
  .schedule-footnote {
    align-items:flex-start;
    font-size:8px
  }
  .schedule-footnote>span {
    max-width:48%
  }
  .closing-banner {
    padding:21px 18px;
    align-items:flex-start;
    flex-direction:column;
    gap:20px
  }
  .closing-banner h2 {
    font-size:29px
  }
  .closing-banner .btn {
    min-height:37px
  }
  .banner-star {
    right:-10px;
    top:20px;
    font-size:190px
  }
  .footer-inner .logo-title {
    font-size:18px
  }
  .footer-inner nav {
    gap:13px;
    font-size:9px
  }
  .data-notice {
    flex-direction:column;
    gap:3px;
    font-size:9px
  }
  .empty-state {
    padding:32px 17px
  }
  .empty-state h3 {
    font-size:25px
  }
  .empty-state p {
    font-size:11px
  }
  .sidebar.is-open {
    gap:14px
  }
  .tournament-name {
    font-size:10px
  }
  .watchlist-card {
    display:block
  }
  .watchlist-card .btn {
    margin-top:10px;
    width:auto
  }
  .watchlist-card h2 {
    font-size:24px
  }
  .match-dialog {
    padding:23px
  }
  .match-dialog h2 {
    font-size:28px;
    padding-right:15px
  }
  .match-dialog .scoreboard-teams {
    padding:20px 10px;
    grid-template-columns:1fr 90px 1fr
  }
}
/* Shared renderer details. Keep crests and labels on separate lines. */
.hero-team {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}
.hero-team-name {
  display:block;
  max-width:100%
}
.score-value {
  display:block
}
.hero-score .live-label {
  display:flex
}
.featured-versus {
  display:block;
  font:700 9px/1.2 Manrope,sans-serif;
  letter-spacing:2px;
  margin:6px 0;
  color:#7a591c
}
.feature-live-dot {
  width:6px;
  height:6px;
  display:inline-block;
  border-radius:50%;
  background:#8b7939
}
.feature-live-dot.is-live {
  background:#d6472e;
  box-shadow:0 0 0 3px #d6472e15
}
.scoreboard-top>span:first-child {
  display:flex;
  align-items:center;
  gap:6px
}
.scoreboard-top .league-mini {
  background:none!important;
  color:#ffdc58;
  width:19px;
  height:19px;
  font-size:10px
}
.scoreboard-top>span:last-child {
  white-space:nowrap
}
.featured-placeholder {
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:12px
}
.featured-placeholder .empty-icon {
  margin:0 0 6px;
  color:#2b1d13
}
.featured-placeholder h3 {
  font:500 24px/1.2 Oswald,sans-serif;
  position:relative;
  z-index:1
}
.featured-placeholder p {
  font-size:11px;
  line-height:1.6;
  color:#cbbba4;
  max-width:270px;
  position:relative;
  z-index:1
}
.tournament-row.is-active,.tournament-row:has([data-league][aria-pressed=true]) {
  background:var(--yellow);
  color:#2b1d13
}
.tournament-row .favorite-btn {
  width:30px;
  min-height:34px
}
.tournament-row .league-mini {
  font-size:10px;
  border:1px solid #2b1d1315;
  width:24px;
  height:25px;
  background:var(--league-color,transparent);
  color:#2b1d13
}
.country-mark {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:21px;
  min-width:21px;
  height:16px;
  background:var(--surface);
  border:1px solid var(--soft-line);
  font:700 8px 'JetBrains Mono',monospace
}
.country-row>svg {
  margin-left:auto;
  width:12px;
  height:12px
}
.country-row:after {
  display:none
}
details[open]>.country-row>svg {
  transform:rotate(180deg)
}
.country-league {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px
}
.country-league[aria-pressed=true] {
  background:var(--yellow);
  color:#2b1d13
}
.sidebar-empty {
  font-size:11px;
  line-height:1.7;
  color:var(--muted-text);
  padding:14px 4px
}
.collapse-button[aria-expanded=false] svg {
  transform:rotate(-90deg)
}
.crest-initials,.crest-fallback {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #b9ae9940;
  background:#b9ae9910;
  width:100%;
  height:85%;
  border-radius:50%;
  font:600 14px Oswald,sans-serif;
  color:inherit
}
.small .crest-initials {
  font-size:8px;
  height:23px;
  width:23px;
  flex-shrink:0
}
.match-row .favorite-btn {
  width:auto;
  min-height:34px
}
.match-row:has(.match-time.is-live) .match-score {
  color:#c8422e;
  background:#ff78640f
}
.theme-dark .match-row:has(.match-time.is-live) .match-score {
  color:#ff927d
}
.match-time:not(.is-live) {
  font-family:Manrope,sans-serif;
  font-size:10px
}
.single-match {
  grid-template-columns:1fr;
  text-align:left
}
.single-match-title {
  font-size:12px;
  font-weight:800;
  padding:0 15px
}
.single-event {
  grid-template-columns:1fr 1fr
}
.dialog-actions {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  flex-wrap:wrap
}
.dialog-actions .btn {
  margin-left:auto;
  margin-top:0
}
.dialog-scoreboard {
  border:0
}
.dialog-scoreboard .scoreboard-teams {
  padding:10px 0
}
.data-notice a {
  display:inline-flex;
  align-items:center;
  gap:3px
}
.data-notice a svg {
  width:13px;
  height:13px
}
.filter-chip svg {
  width:12px;
  height:12px
}
.date-strip button[aria-pressed=true] span:first-child {
  color:#6b5220
}
.section-heading h2 {
  font-weight:600
}
.featured-card {
  min-height:245px
}
.featured-copy {
  padding-top:21px;
  padding-bottom:21px
}
.page-heading {
  margin-bottom:16px
}
.hero-team>.team-crest {
  width:66px;
  height:71px;
  margin-bottom:8px
}
.scoreboard-teams {
  margin:12px 0
}
.feature-actions .btn-icon {
  min-height:38px
}
.header-favorites,.theme-toggle {
  background:transparent
}
.league-card {
  min-height:119px
}
.league-cards .league-country:before {
  content:'';
  display:inline-block;
  width:12px;
  height:8px;
  margin-right:6px;
  border:1px solid #2b1d1320;
  background:linear-gradient(#fff 40%,#cf2939 40%,#cf2939 60%,#fff 60%)
}
.league-card[data-country-code="ES"] .league-country:before {
  background:linear-gradient(#bd2426 25%,#ffdf56 25%,#ffdf56 75%,#bd2426 75%)
}
.league-card[data-country-code="DE"] .league-country:before {
  background:linear-gradient(#27211e 33%,#ce3a37 33%,#ce3a37 66%,#e8c65b 66%)
}
.league-card[data-country-code="IT"] .league-country:before {
  background:linear-gradient(90deg,#358862 33%,#fff 33%,#fff 66%,#ce3a37 66%)
}
.league-card[data-country-code="FR"] .league-country:before {
  background:linear-gradient(90deg,#3f5997 33%,#fff 33%,#fff 66%,#ce3a37 66%)
}
@media(min-width:1100px) {
  .home-team,.away-team {
    font-size:13px
  }
  .match-row {
    min-height:55px
  }
  .match-time {
    font-size:12px
  }
  .league-group-header h3 {
    font-size:13px
  }
  .status-tabs button {
    font-size:12px
  }
  .featured-title {
    font-size:40px
  }
  .score-value {
    font-size:49px
  }
  .hero-team-name {
    font-size:12px
  }
  .matchday-status {
    font-size:11px
  }
  .tournament-name {
    font-size:12px
  }
  .country-row {
    font-size:12px
  }
  .country-search input {
    font-size:12px
  }
  .section-caption {
    font-size:11px
  }
  .league-caption {
    font-size:10px
  }
}
@media(max-width:1000px) {
  .hero-team>.team-crest {
    width:48px;
    height:53px
  }
  .featured-title {
    font-size:31px
  }
  .featured-versus {
    font-size:8px;
    margin:5px 0
  }
  .scoreboard-top {
    flex-wrap:wrap;
    gap:2px
  }
  .scoreboard-top>span:last-child {
    margin-left:auto
  }
  .hero-team-name {
    font-size:10px
  }
}
@media(max-width:480px) {
  .featured-title {
    font-size:34px
  }
  .featured-copy {
    padding:18px 21px
  }
  .featured-versus {
    margin:4px 0
  }
  .featured-copy>.eyebrow {
    margin-bottom:12px
  }
  .featured-meta {
    font-size:10px
  }
  .hero-team>.team-crest {
    width:46px;
    height:50px;
    margin-bottom:5px
  }
  .featured-scoreboard {
    padding:13px 19px
  }
  .scoreboard-top {
    flex-wrap:nowrap
  }
  .scoreboard-teams {
    margin:10px 0
  }
  .scoreboard-bottom {
    padding-top:9px
  }
  .league-card {
    min-height:118px
  }
  .featured-card {
    margin-bottom:25px
  }
  .match-time:not(.is-live) {
    font-size:8px
  }
  .dialog-actions>span {
    max-width:150px
  }
  .single-match-title {
    padding:0 5px;
    font-size:11px
  }
  .featured-placeholder {
    min-height:200px
  }
  .featured-placeholder p {
    font-size:11px
  }
  .hero-team-name {
    font-size:10px
  }
}
.league-card:not([data-league=epl]):not([data-league=laliga]):not([data-league=bundesliga]):not([data-league=seriea]):not([data-league=ligue1]) .league-country:before {
  display:none
}
.date-strip button:hover[aria-pressed=true] {
  background:var(--yellow)
}
.theme-dark .tournament-row.is-active .league-mini {
  color:#2b1d13
}
@media(max-width:480px) {
  .featured-card:has(.featured-placeholder) .featured-placeholder {
    display:none
  }
  .featured-card:has(.featured-placeholder) .featured-title {
    font-size:29px
  }
  .featured-card:has(.featured-placeholder) {
    min-height:0
  }
  .featured-card:has(.featured-placeholder) .featured-copy {
    padding:20px
  }
}
@media(max-width:480px) {
  .status-tabs button {
    font-size:11px
  }
  .date-strip button span:first-child {
    font-size:8px
  }
  .home-team,.away-team {
    font-size:11px
  }
  .match-row {
    min-height:68px
  }
  .league-group-header h3 {
    font-size:12px
  }
  .match-time:not(.is-live) {
    font-size:9px
  }
  .match-time.is-live {
    font-size:10px
  }
  .stream-switch {
    font-size:11px
  }
  .sort-control select {
    font-size:10px
  }
  .global-search input {
    font-size:13px
  }
  .league-card {
    flex-basis:calc((100% - 20px)/2.3)
  }
  .theme-dark .league-group-header .favorite-btn {
    color:var(--muted-text)
  }
  @media(prefers-reduced-motion:reduce) {
    html {
      scroll-behavior:auto
    }
    *,*:before,*:after {
      animation:none!important;
      transition:none!important
    }
  }
/* Shared Fanaton navigation and language control. */
.language-control select {
  border: 1px solid var(--soft-line);
  background: var(--surface);
  color: var(--ink);
  min-height: 38px;
  padding: 6px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.header-inner { gap: 20px; }
.main-nav { display: flex; gap: 16px; }
.main-nav a { white-space: nowrap; }
.main-nav .nav-watch { color: var(--ink); }
.main-nav .nav-watch::before { content: ''; display: inline-block; width: 7px; height: 7px; background: var(--blue); margin-right: 6px; }
.logo-title { font-size: 24px; }
.global-search { max-width: 280px; }
.sport-tab .sport-name { font-family: Manrope, Arial, sans-serif; font-size: inherit; font-weight: 800; color: inherit; margin: 0; }
.closing-banner h2 { max-width: 340px; }
.language-control:focus-within { outline: 2px solid var(--blue); outline-offset: 2px; }
@media (max-width: 1150px) {
  .header-inner { flex-wrap: wrap; gap: 12px 22px; }
  .header-actions { margin-left: auto; }
  .main-nav { order: 3; flex: 1; display: flex; gap: 23px; }
  .global-search { order: 4; flex: 1; max-width: 360px; }
}
@media (max-width: 760px) {
  .header-inner { gap: 12px; }
  .header-favorites { display: none; }
  .main-nav { order: 3; flex-basis: 100%; justify-content: space-between; gap: 12px; font-size: 12px; overflow-x: auto; }
  .main-nav a { padding: 8px 0; }
  .main-nav .active::after { bottom: 0; }
  .global-search { order: 4; flex-basis: 100%; max-width: none; margin: 0; }
  .logo-title { font-size: 23px; }
  .logo-title > span { display: none; }
  .language-control select { min-height: 34px; padding: 5px; font-size: 11px; }
  .header-actions { gap: 7px; }
}
@media (max-width: 380px) {
  .header-inner { gap: 9px; }
  .logo-title { font-size: 20px; }
  .logo-mark { width: 29px; height: 32px; font-size: 22px; }
  .header-actions { gap: 4px; }
  .header-actions .btn { padding: 7px 8px; }
  .header-favorites, .theme-toggle { width: 24px; }
  .main-nav { font-size: 11px; gap: 8px; }
}
