/* 90min V55.2.4 – match UI: readable, reversible, light/dark safe */
:root{
  --m5524-accent:#baff00;
  --m5524-accent-text:#2f5f00;
  --m5524-text:#111827;
  --m5524-muted:#667085;
  --m5524-surface:#ffffff;
  --m5524-surface-2:#f4f6f8;
  --m5524-border:#d9dee6;
  --m5524-away:#82b2f4;
  --m5524-pitch:#12602f;
  --m5524-pitch-alt:#165a30;
  --m5524-pitch-line:rgba(255,255,255,.46);
  --m5524-shadow:0 10px 28px rgba(15,23,42,.10);
}
@media (prefers-color-scheme:dark){
  :root{
    --m5524-accent-text:#c8ff42;
    --m5524-text:#f7f9fb;
    --m5524-muted:#c0c8d2;
    --m5524-surface:#111820;
    --m5524-surface-2:#1a222c;
    --m5524-border:#394554;
    --m5524-away:#7eaef0;
    --m5524-shadow:0 12px 32px rgba(0,0,0,.32);
  }
}
.dark,[data-theme="dark"],[data-color-scheme="dark"]{
  --m5524-accent-text:#c8ff42;
  --m5524-text:#f7f9fb;
  --m5524-muted:#c0c8d2;
  --m5524-surface:#111820;
  --m5524-surface-2:#1a222c;
  --m5524-border:#394554;
  --m5524-away:#7eaef0;
  --m5524-shadow:0 12px 32px rgba(0,0,0,.32);
}
.v5524-match-card,.v5524-match-card *{box-sizing:border-box}
.v5524-match-card{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:visible!important;
  transform:none!important;
  zoom:1!important;
  color:var(--m5524-text)!important;
  font-size:16px!important;
  line-height:1.46!important;
}
.v5524-match-card p,.v5524-match-card li,.v5524-match-card td,.v5524-match-card th{font-size:inherit;line-height:inherit}

/* Header / collapsed preview: enlarge content without changing its centering layout. */
.v5524-scoreboard{min-height:108px!important}
.v5524-team-logo{
  width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;
  max-width:52px!important;max-height:52px!important;object-fit:contain!important;
}
.v5524-score{
  min-width:max-content!important;
  font-size:clamp(34px,8vw,46px)!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.055em!important;
  color:var(--m5524-text)!important;
  white-space:nowrap!important;
}
.v5524-team-name{
  max-width:170px!important;
  overflow:visible!important;text-overflow:clip!important;white-space:normal!important;
  color:var(--m5524-text)!important;font-size:17px!important;line-height:1.16!important;font-weight:850!important;
}

/* Six tabs stay in one row. Horizontal scrolling is deliberate and never wraps. */
.v5524-tabbar{
  display:flex!important;flex-flow:row nowrap!important;align-items:center!important;
  gap:9px!important;width:100%!important;max-width:100%!important;
  margin:0!important;padding:11px 3px 13px!important;
  overflow-x:auto!important;overflow-y:hidden!important;
  overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;
}
.v5524-tabbar>.v5524-tab,.v5524-tabbar .v5524-tab{
  flex:0 0 auto!important;width:auto!important;min-width:max-content!important;max-width:none!important;
  min-height:44px!important;margin:0!important;padding:10px 16px!important;
  border:1px solid var(--m5524-border)!important;border-radius:999px!important;
  background:var(--m5524-surface-2)!important;color:var(--m5524-muted)!important;
  overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;
  font-size:16px!important;line-height:1.15!important;font-weight:850!important;
}
.v5524-tab.v5524-active,.v5524-tab[aria-selected="true"]{
  border-color:var(--m5524-accent)!important;background:var(--m5524-accent)!important;color:#0b0d0f!important;
}

/* Compact statistics: no giant white cards and no cross-contamination with player rows. */
.v5524-stat-list{display:grid!important;gap:4px!important;width:100%!important;margin:8px 0 18px!important}
.v5524-stat-row{
  display:grid!important;grid-template-columns:52px minmax(0,1fr) 52px!important;align-items:center!important;
  gap:10px!important;min-height:68px!important;padding:10px 4px!important;
  border-bottom:1px solid var(--m5524-border)!important;background:transparent!important;
}
.v5524-stat-main{display:grid!important;gap:7px!important;min-width:0!important}
.v5524-stat-label{color:var(--m5524-text)!important;text-align:center!important;font-size:15px!important;line-height:1.2!important;font-weight:800!important}
.v5524-stat-value{color:var(--m5524-text)!important;font-size:19px!important;line-height:1!important;font-weight:900!important;font-variant-numeric:tabular-nums}
.v5524-stat-value--home{text-align:left!important}.v5524-stat-value--away{text-align:right!important}
.v5524-stat-row[data-winner="home"] .v5524-stat-value--home,.v5524-stat-row[data-winner="away"] .v5524-stat-value--away{color:var(--m5524-accent-text)!important}
.v5524-stat-track{display:flex!important;width:100%!important;height:9px!important;overflow:hidden!important;border-radius:999px!important;background:var(--m5524-border)!important}
.v5524-stat-track i{display:block!important;height:100%!important}.v5524-stat-home{background:var(--m5524-accent)!important}.v5524-stat-away{background:var(--m5524-away)!important}

/* Formation is drawn directly on the pitch. There are no white player cards. */
.v5524-lineup-view{width:100%!important;margin:12px 0 24px!important;color:var(--m5524-text)!important}
.v5524-pitch{
  position:relative!important;display:grid!important;grid-template-rows:1fr 1fr!important;
  width:100%!important;min-height:720px!important;overflow:hidden!important;
  border:5px solid rgba(255,255,255,.78)!important;border-radius:20px!important;
  background:
    linear-gradient(var(--m5524-pitch-line),var(--m5524-pitch-line)) 50% 50%/100% 3px no-repeat,
    radial-gradient(circle at 50% 50%,transparent 0 48px,var(--m5524-pitch-line) 49px 52px,transparent 53px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 68px,rgba(0,0,0,.025) 69px 136px),
    var(--m5524-pitch)!important;
  box-shadow:var(--m5524-shadow)!important;
}
.v5524-lineup-view--single .v5524-pitch{grid-template-rows:1fr!important;min-height:620px!important}
.v5524-pitch:before,.v5524-pitch:after{
  content:"";position:absolute;z-index:0;left:25%;width:50%;height:72px;border:3px solid var(--m5524-pitch-line);
}
.v5524-pitch:before{top:-3px;border-top:0;border-radius:0 0 24px 24px}.v5524-pitch:after{bottom:-3px;border-bottom:0;border-radius:24px 24px 0 0}
.v5524-pitch-half{position:relative;z-index:1;display:grid!important;grid-auto-rows:1fr!important;align-items:center!important;padding:12px 6px!important;min-height:0!important}
.v5524-player-row{display:flex!important;align-items:center!important;justify-content:space-around!important;gap:3px!important;min-height:0!important}
.v5524-player{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;align-content:center!important;width:min(23%,105px)!important;min-width:48px!important;max-width:105px!important;color:#fff!important;text-align:center!important;text-shadow:0 2px 3px rgba(0,0,0,.78)!important}
.v5524-player__avatar{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:48px!important;height:48px!important;margin:0 auto 3px!important;overflow:hidden!important;
  border:2px solid rgba(255,255,255,.94)!important;border-radius:50%!important;
  background:#d8dde4!important;color:#273142!important;object-fit:cover!important;
  box-shadow:0 3px 9px rgba(0,0,0,.33)!important;font-size:16px!important;font-weight:900!important;text-shadow:none!important;
}
.v5524-player__avatar--fallback{background:linear-gradient(145deg,#f2f4f7,#cfd5dd)!important}
.v5524-player__number{font-size:11px!important;line-height:1!important;font-weight:950!important}
.v5524-player__name{
  display:-webkit-box!important;max-width:100%!important;overflow:hidden!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
  font-size:11.5px!important;line-height:1.08!important;font-weight:850!important;white-space:normal!important;text-overflow:ellipsis!important;
}
.v5524-lineup-extras{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;margin-top:16px!important}
.v5524-extra-card{min-width:0!important;padding:15px!important;border:1px solid var(--m5524-border)!important;border-radius:15px!important;background:var(--m5524-surface)!important;color:var(--m5524-text)!important}
.v5524-extra-card h4{margin:0 0 9px!important;color:var(--m5524-accent-text)!important;font-size:18px!important;line-height:1.2!important;font-weight:900!important}
.v5524-extra-card p,.v5524-extra-card li{margin:4px 0!important;color:var(--m5524-text)!important;font-size:16px!important;line-height:1.38!important}
.v5524-extra-card ul{margin:0!important;padding-left:20px!important}.v5524-empty{color:var(--m5524-muted)!important;font-style:italic!important}
.v5524-source-toggle{display:block!important;min-height:44px!important;margin:13px auto 0!important;padding:9px 16px!important;border:1px solid var(--m5524-border)!important;border-radius:999px!important;background:var(--m5524-surface)!important;color:var(--m5524-text)!important;font-size:15px!important;font-weight:800!important}
.v5524-source-hidden{display:none!important}

.v5524-table{width:100%!important;max-width:100%!important;border-collapse:collapse!important;table-layout:auto!important;color:var(--m5524-text)!important}
.v5524-table th,.v5524-table td{padding:11px 7px!important;border-bottom:1px solid var(--m5524-border)!important;font-size:15px!important;line-height:1.25!important;white-space:nowrap!important}
.v5524-table td:nth-child(2),.v5524-table th:nth-child(2){white-space:normal!important}

html.v5524-match-page body{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}

@media (min-width:900px){
  .v5524-match-card{font-size:18px!important}
  .v5524-scoreboard{min-height:138px!important}
  .v5524-team-logo{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important}
  .v5524-score{font-size:48px!important}.v5524-team-name{font-size:21px!important;max-width:230px!important}
  .v5524-tabbar>.v5524-tab,.v5524-tabbar .v5524-tab{min-height:46px!important;padding:11px 18px!important;font-size:17px!important}
  .v5524-stat-row{grid-template-columns:64px minmax(0,1fr) 64px!important;min-height:76px!important;padding:12px 8px!important}
  .v5524-stat-label{font-size:17px!important}.v5524-stat-value{font-size:22px!important}
  .v5524-pitch{min-height:860px!important}.v5524-lineup-view--single .v5524-pitch{min-height:740px!important}
  .v5524-player__avatar{width:64px!important;height:64px!important;border-width:3px!important}.v5524-player__name{font-size:14px!important}.v5524-player__number{font-size:13px!important}
  .v5524-lineup-extras{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v5524-extra-card:last-child{grid-column:span 2}
}
@media (max-width:640px){
  .v5524-match-card{font-size:16px!important}
  .v5524-scoreboard{min-height:96px!important}.v5524-team-logo{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;max-width:46px!important;max-height:46px!important}.v5524-score{font-size:34px!important}.v5524-team-name{font-size:16px!important;max-width:112px!important}
  .v5524-tabbar{gap:8px!important;padding-inline:1px!important}.v5524-tabbar>.v5524-tab,.v5524-tabbar .v5524-tab{min-height:42px!important;padding:9px 14px!important;font-size:15px!important}
  .v5524-stat-row{grid-template-columns:46px minmax(0,1fr) 46px!important;gap:8px!important}.v5524-stat-label{font-size:14px!important}.v5524-stat-value{font-size:18px!important}
  .v5524-pitch{min-height:690px!important;border-radius:17px!important}.v5524-lineup-view--single .v5524-pitch{min-height:590px!important}
  .v5524-player{min-width:43px!important}.v5524-player__avatar{width:44px!important;height:44px!important}.v5524-player__name{font-size:10.5px!important}.v5524-player__number{font-size:10px!important}
}
