.lb-match-page {
  --lb-bg: #07101b;
  --lb-surface: #0d1726;
  --lb-surface-2: #111f33;
  --lb-surface-3: #16263d;
  --lb-border: rgba(255,255,255,.10);
  --lb-border-strong: rgba(255,255,255,.16);
  --lb-text: #f5f8fc;
  --lb-text-soft: #c5d1df;
  --lb-muted: #8ea3bc;
  --lb-link: #8fd6ff;
  --lb-accent: #51b8ff;
  --lb-accent-2: #20d99c;
  --lb-danger: #ff667c;
  --lb-warning: #ffcb6b;
  --lb-shadow: 0 22px 48px rgba(0,0,0,.28);
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

/* hide system breadcrumbs on match page */
.path-match .region--breadcrumb, .lb-has-match-page .region--breadcrumb { display: none; }

/* ---------- shell + common dark cards ---------- */
.lb-match-page .lb-match-shell,
.lb-match-page .lb-actions,
.lb-match-page .lb-section,
.lb-match-page .lb-card,
.lb-match-page .lb-lineup-card,
.lb-match-page .lb-standings-card,
.lb-match-page .lb-factor-card,
.lb-match-page .lb-faq-item,
.lb-match-page .lb-stat-compare,
.lb-match-page .lb-timeline__item,
.lb-match-page .lb-inline-h2h__kpi,
.lb-match-page .lb-inline-h2h__item,
.lb-match-page .lb-inline-h2h__summary,
.lb-match-page .lb-match-insight-card,
.lb-match-page .lb-match-stream-card,
.lb-match-page .lb-match-team-context-card,
.lb-match-page .lb-match-meta-card,
.lb-match-page .lb-hero-odd {
  color: var(--lb-text);
}

.lb-match-page .lb-match-shell,
.lb-match-page .lb-actions,
.lb-match-page .lb-section {
  border-radius: 28px;
  border: 1px solid var(--lb-border);
  background: linear-gradient(180deg, var(--lb-surface-2) 0%, var(--lb-surface) 100%);
  box-shadow: var(--lb-shadow);
}

.lb-match-page .lb-match-shell { padding: 0; overflow: hidden; }
.lb-match-page .lb-actions,
.lb-match-page .lb-section { padding: 1.1rem 1.15rem; }

.lb-match-page .lb-section__title,
.lb-match-page .lb-section > h2 {
  margin: 0 0 .95rem;
  color: var(--lb-text);
  font-size: 1.22rem;
  line-height: 1.2;
}

.lb-match-page .lb-section__content,
.lb-match-page .lb-section__content p,
.lb-match-page .lb-section__content li,
.lb-match-page .lb-factor-card__text,
.lb-match-page .lb-faq-item__answer,
.lb-match-page .lb-lineup-card__meta,
.lb-match-page .lb-lineup-table__position,
.lb-match-page .lb-inline-h2h__meta,
.lb-match-page .lb-timeline__desc,
.lb-match-page .lb-stat-compare__values,
.lb-match-page .lb-lineup-more summary,
.lb-match-page .lb-match-odds-card__head,
.lb-match-page .lb-match-odds-card__delta,
.lb-match-page .lb-match-odds-card__head > div,
.lb-match-page .lb-lineup-card__section-title {
  color: var(--lb-text-soft);
}

.lb-match-page .lb-section h3,
.lb-match-page .lb-lineup-card__title,
.lb-match-page .lb-inline-h2h__pair,
.lb-match-page .lb-inline-h2h__kpi-value,
.lb-match-page .lb-timeline__title,
.lb-match-page .lb-stat-compare__label,
.lb-match-page .lb-match-odds-card__odd,
.lb-match-page .lb-match-stream-list__type,
.lb-match-page .lb-match-stream-empty,
.lb-match-page .lb-match-stream-card__title,
.lb-match-page .lb-match-team-context-card__title,
.lb-match-page .lb-table,
.lb-match-page .lb-table td,
.lb-match-page .lb-table th,
.lb-match-page .lb-lineup-table__name,
.lb-match-page .lb-lineup-table__name a,
.lb-match-page .lb-faq-item summary,
.lb-match-page .lb-match-odds-card,
.lb-match-page .lb-match-odds-card__row,
.lb-match-page .lb-match-meta-card__value,
.lb-match-page .lb-match-meta-card__label,
.lb-match-page .lb-match-team-context-stat__value,
.lb-match-page .lb-match-team-context-stat__label {
  color: var(--lb-text);
}

.lb-match-page .lb-table a,
.lb-match-page .lb-lineup-table__name a,
.lb-match-page .lb-inline-h2h__more,
.lb-match-page .lb-match-related-links__item {
  color: var(--lb-link);
  text-decoration: none;
}
.lb-match-page .lb-table a:hover,
.lb-match-page .lb-lineup-table__name a:hover,
.lb-match-page .lb-inline-h2h__more:hover,
.lb-match-page .lb-match-related-links__item:hover { text-decoration: underline; }

/* ---------- hero ---------- */
.lb-match-page .lb-match-hero-modern {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(81,184,255,.18), transparent 25%),
    radial-gradient(circle at 95% 4%, rgba(32,217,156,.12), transparent 18%),
    linear-gradient(180deg, #0d182b 0%, #07101b 100%);
}
.lb-match-page .lb-match-hero-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}
.lb-match-page .lb-match-hero-modern__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  color: var(--lb-text);
}
.lb-match-page .lb-match-hero-modern.is-live { --lb-state-bg: rgba(255,102,124,.15); --lb-state-text: #ffe1e7; }
.lb-match-page .lb-match-hero-modern.is-prematch { --lb-state-bg: rgba(255,203,107,.14); --lb-state-text: #fff0c8; }
.lb-match-page .lb-match-hero-modern.is-finished { --lb-state-bg: rgba(32,217,156,.14); --lb-state-text: #d9fff1; }

.lb-match-page .lb-match-mobile-ribbon {
  display: none;
  padding: .82rem .95rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.lb-match-page .lb-match-mobile-ribbon__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: .75rem;
}
.lb-match-page .lb-match-mobile-ribbon__team,
.lb-match-page .lb-match-mobile-ribbon__score,
.lb-match-page .lb-match-mobile-ribbon__status { text-align: center; }
.lb-match-page .lb-match-mobile-ribbon__team {
  color: var(--lb-text);
  font-size: .95rem;
  line-height: 1.15;
  font-weight: 900;
}
.lb-match-page .lb-match-mobile-ribbon__score {
  color: var(--lb-text);
  font-size: 1.18rem;
  line-height: 1;
  font-weight: 900;
}
.lb-match-page .lb-match-mobile-ribbon__status {
  margin-top: .5rem;
  color: var(--lb-text-soft);
  font-size: .86rem;
}

.lb-match-page .lb-match-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  color: var(--lb-text-soft);
  font-size: .9rem;
}
.lb-match-page .lb-match-breadcrumbs a { color: #deecfb; text-decoration: none; }
.lb-match-page .lb-match-breadcrumbs a:hover { text-decoration: underline; }
.lb-match-page .lb-match-breadcrumbs__sep { opacity: .55; }

.lb-match-page .lb-match-hero-modern__utility,
.lb-match-page .lb-match-headline-modern,
.lb-match-page .lb-match-chips,
.lb-match-page .lb-match-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  align-items: center;
}
.lb-match-page .lb-match-hero-modern__utility,
.lb-match-page .lb-match-headline-modern { justify-content: space-between; }
.lb-match-page .lb-match-headline-modern__main { min-width: 0; }
.lb-match-page .lb-match-title {
  margin: 0;
  max-width: 960px;
  color: var(--lb-text);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.lb-match-page .lb-match-subtitle {
  margin: .45rem 0 0;
  max-width: 860px;
  color: var(--lb-text-soft);
  font-size: 1rem;
  line-height: 1.55;
}

.lb-match-page .lb-chip,
.lb-match-page .lb-match-micro-pill,
.lb-match-page .lb-match-status-pill,
.lb-match-page .lb-match-context-pill,
.lb-match-page .lb-match-related-links__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 .95rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.07);
  color: var(--lb-text);
  font-weight: 800;
  text-decoration: none;
}
.lb-match-page .lb-chip--league { background: rgba(81,184,255,.14); }
.lb-match-page .lb-chip--state,
.lb-match-page .lb-match-status-pill { background: var(--lb-state-bg); color: var(--lb-state-text); }
.lb-match-page .lb-match-context-pill,
.lb-match-page .lb-match-micro-pill { color: #dce8f7; }

/* ---------- scoreboard ---------- */
.lb-match-page .lb-score-core-modern {
  display: grid;
  gap: 1rem;
  padding: 1.05rem;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
}
.lb-match-page .lb-score-core-modern__top {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  align-items: center;
  flex-wrap: wrap;
}
.lb-match-page .lb-score-core-modern__main {
  display: grid;
  grid-template-columns: minmax(180px,1fr) minmax(180px,260px) minmax(180px,1fr);
  gap: 1rem;
  align-items: center;
}

.lb-match-page .lb-team-hero-modern,
.lb-match-page .lb-team-hero-modern--away {
  display: grid;
  gap: .7rem;
  justify-items: center;
  align-content: start;
  text-align: center;
  min-width: 0;
}
.lb-match-page .lb-team-hero-modern--away { direction: ltr; }
.lb-match-page .lb-team-hero-modern__logo {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.lb-match-page .lb-team-hero-modern__logo-img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.lb-match-page .lb-team-hero-modern__meta {
  min-width: 0;
  display: grid;
  gap: .35rem;
  justify-items: center;
}
.lb-match-page .lb-team-hero-modern__name {
  margin: 0;
  max-width: 17ch;
  color: var(--lb-text);
  font-size: clamp(1.18rem, 1.8vw, 1.65rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
}
.lb-match-page .lb-form-row,
.lb-match-page .lb-form-row--away {
  display: flex;
  gap: .38rem;
  flex-wrap: wrap;
  justify-content: center;
}
.lb-match-page .lb-form-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 .45rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.10);
}
.lb-match-page .lb-form-pill--w { background: rgba(32,217,156,.18); color: #d9fff1; }
.lb-match-page .lb-form-pill--l { background: rgba(255,102,124,.18); color: #ffe0e7; }

.lb-match-page .lb-score-cluster-modern {
  min-width: 0;
  text-align: center;
  display: grid;
  gap: .35rem;
  justify-items: center;
}
.lb-match-page .lb-score-value-modern {
  color: var(--lb-text);
  font-size: clamp(2.7rem, 7vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 900;
}
.lb-match-page .lb-score-note-modern {
  color: var(--lb-text-soft);
  font-size: .95rem;
  line-height: 1.35;
}

/* ---------- hero facts ---------- */
.lb-match-page .lb-match-hero-facts,
.lb-match-page .lb-match-hero-odds,
.lb-match-page .lb-match-insights-grid,
.lb-match-page .lb-match-stream-grid,
.lb-match-page .lb-match-team-context,
.lb-match-page .lb-match-meta-grid {
  display: grid;
  gap: .9rem;
}
.lb-match-page .lb-match-hero-odds { grid-template-columns: repeat(3, minmax(0,1fr)); }
.lb-match-page .lb-hero-odd,
.lb-match-page .lb-match-insight-card,
.lb-match-page .lb-match-stream-card,
.lb-match-page .lb-match-team-context-card,
.lb-match-page .lb-match-meta-card {
  position: relative;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.045);
}
.lb-match-page .lb-hero-odd { display: grid; gap: .38rem; padding-top: 1.45rem; }
.lb-match-page .lb-hero-odd--best {
  box-shadow: inset 0 0 0 1px rgba(81,184,255,.35);
  background: linear-gradient(180deg, rgba(81,184,255,.08), rgba(255,255,255,.04));
}
.lb-match-page .lb-hero-odd__best {
  position: absolute;
  top: .75rem;
  right: .8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 .55rem;
  border-radius: 999px;
  background: rgba(81,184,255,.18);
  border: 1px solid rgba(81,184,255,.28);
  color: #ccecff;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  white-space: nowrap;
}
.lb-match-page .lb-hero-odd__label,
.lb-match-page .lb-match-meta-card__label,
.lb-match-page .lb-match-stream-card__title,
.lb-match-page .lb-match-team-context-stat__label,
.lb-match-page .lb-match-insight-card__label {
  color: var(--lb-muted);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.lb-match-page .lb-hero-odd__value { font-size: 1.55rem; line-height: 1; font-weight: 900; }
.lb-match-page .lb-hero-odd__sub { color: var(--lb-text-soft); font-size: .9rem; }

.lb-match-page .lb-match-meta-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
.lb-match-page .lb-match-meta-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: .34rem;
  min-height: 104px;
}
.lb-match-page .lb-match-meta-card__label,
.lb-match-page .lb-match-meta-card__value {
  display: block;
  line-height: 1.3;
}
.lb-match-page .lb-match-meta-card__value {
  font-size: 1rem;
  font-weight: 800;
}

/* ---------- insights ---------- */
.lb-match-page .lb-match-insights-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.lb-match-page .lb-match-insight-card {
  display: grid;
  gap: .8rem;
  background: rgba(255,255,255,.04);
}
.lb-match-page .lb-match-insight-card__top {
  display: grid;
  grid-template-columns: minmax(48px,auto) minmax(0,1fr) minmax(48px,auto);
  align-items: center;
  gap: .65rem;
  color: var(--lb-text);
  font-weight: 900;
}
.lb-match-page .lb-match-insight-card__top > span:first-child,
.lb-match-page .lb-match-insight-card__top > span:last-child {
  font-size: 1.05rem;
  white-space: nowrap;
}
.lb-match-page .lb-match-insight-card__label {
  text-align: center;
  line-height: 1.28;
  text-transform: none;
  letter-spacing: 0;
  font-size: .9rem;
  color: var(--lb-text-soft);
}
.lb-match-page .lb-match-insight-card__meter {
  position: relative;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.07);
}
.lb-match-page .lb-match-insight-card__left,
.lb-match-page .lb-match-insight-card__right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.lb-match-page .lb-match-insight-card__left {
  left: 0;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(90deg, rgba(81,184,255,.95), rgba(81,184,255,.55));
}
.lb-match-page .lb-match-insight-card__right {
  right: 0;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, rgba(32,217,156,.55), rgba(32,217,156,.95));
}

/* ---------- stream / feed ---------- */
.lb-match-page .lb-match-stream-grid { grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); }
.lb-match-page .lb-match-stream-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .55rem;
  margin-bottom: .8rem;
}
.lb-match-page .lb-match-stream-card__title { margin: 0; }
.lb-match-page .lb-match-stream-list,
.lb-match-page .lb-match-feed-list,
.lb-match-page .lb-timeline,
.lb-match-page .lb-inline-h2h__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}
.lb-match-page .lb-match-stream-list__item,
.lb-match-page .lb-match-feed-list__item {
  display: grid;
  grid-template-columns: 74px minmax(0,1fr);
  gap: .75rem;
  align-items: start;
}
.lb-match-page .lb-match-stream-list__time,
.lb-match-page .lb-match-feed-list__time {
  color: #a6caeb;
  font-weight: 900;
  font-size: .8rem;
  line-height: 1.2;
  white-space: nowrap;
}
.lb-match-page .lb-match-feed-list__text,
.lb-match-page .lb-match-stream-list__desc,
.lb-match-page .lb-match-team-context-card__sub,
.lb-match-page .lb-match-stream-empty { color: var(--lb-text-soft); }

/* ---------- team context ---------- */
.lb-match-page .lb-match-team-context { grid-template-columns: repeat(2, minmax(0,1fr)); }
.lb-match-page .lb-match-team-context-card__head {
  display: flex;
  gap: .8rem;
  align-items: center;
  margin-bottom: .8rem;
}
.lb-match-page .lb-match-team-context-card__logo {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-match-team-context-card__logo img,
.lb-match-page .lb-match-team-context-card__logo .lb-team-hero-modern__logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.lb-match-page .lb-match-team-context-card__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px,1fr));
  gap: .65rem;
}
.lb-match-page .lb-match-team-context-stat { display: grid; gap: .25rem; min-width: 0; }

/* ---------- actions ---------- */
.lb-match-page .lb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
}
.lb-match-page .lb-action-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.lb-match-page .lb-action-btn:hover { transform: translateY(-1px); }
.lb-match-page .lb-action-btn--primary {
  background: linear-gradient(135deg, #51b8ff, #8fd6ff);
  color: #07101b;
  box-shadow: 0 10px 26px rgba(81,184,255,.22);
}
.lb-match-page .lb-action-btn--secondary {
  background: rgba(255,255,255,.04);
  color: var(--lb-text);
  border: 1px solid var(--lb-border);
}
.lb-match-page .lb-action-btn--secondary:hover { border-color: var(--lb-border-strong); }

/* ---------- cards and tables ---------- */
.lb-match-page .lb-factors-grid,
.lb-match-page .lb-stat-top-grid,
.lb-match-page .lb-match-lineups {
  display: grid;
  gap: .8rem;
}
.lb-match-page .lb-factors-grid { grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); }
.lb-match-page .lb-factor-card {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding: 1rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-factor-card__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(81,184,255,.14);
  color: #d5ecff;
  flex: 0 0 auto;
  font-weight: 800;
}

.lb-match-page .lb-match-odds-card {
  padding: 1rem;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-match-odds-card__head,
.lb-match-page .lb-match-odds-card__row {
  display: grid;
  grid-template-columns: 72px 96px minmax(140px,1fr) 110px;
  gap: 12px;
  align-items: center;
}
.lb-match-page .lb-match-odds-card__head {
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-match-odds-card__row {
  padding: .95rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-match-odds-card__row:last-child { border-bottom: 0; }
.lb-match-page .lb-match-odds-card__delta-wrap { display: flex; align-items: center; gap: .55rem; }
.lb-match-page .lb-match-odds-card__bar {
  display: inline-block;
  width: 118px;
  height: 8px;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  overflow: hidden;
}
.lb-match-page .lb-match-odds-card__bar-fill { display: block; height: 8px; border-radius: 999px; }
.lb-match-page .lb-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 .8rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: .84rem;
  font-weight: 700;
}
.lb-match-page .lb-pill--neutral {
  background: rgba(255,255,255,.06);
  color: var(--lb-text-soft);
  border-color: rgba(255,255,255,.08);
}
.lb-match-page .lb-pill--accent {
  background: rgba(81,184,255,.12);
  color: #d8eeff;
  border-color: rgba(81,184,255,.18);
}

.lb-match-page .lb-stat-top-grid { grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); }
.lb-match-page .lb-stat-compare {
  padding: .95rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-stat-compare__head { display: grid; gap: .45rem; margin-bottom: .65rem; }
.lb-match-page .lb-stat-compare__bar { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.lb-match-page .lb-stat-compare__side {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
.lb-match-page .lb-stat-compare__side--away { background: rgba(255,255,255,.08); }
.lb-match-page .lb-stat-compare__fill {
  display: block;
  height: 10px;
  width: 70%;
  border-radius: 999px;
  background: linear-gradient(90deg, #51b8ff, #8fd6ff);
}
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill {
  width: 70%;
  margin-left: auto;
  background: linear-gradient(90deg, #6ff1c5, #20d99c);
}
.lb-match-page .lb-stat-full { margin-top: .8rem; }

.lb-match-page .lb-table,
.lb-match-page .lb-section__content table {
  width: 100%;
  border-collapse: collapse;
}
.lb-match-page .lb-table thead th,
.lb-match-page .lb-section__content table thead th {
  color: var(--lb-muted);
  font-size: .9rem;
  font-weight: 800;
}
.lb-match-page .lb-table th,
.lb-match-page .lb-table td,
.lb-match-page .lb-section__content table th,
.lb-match-page .lb-section__content table td {
  padding: .82rem .75rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
  vertical-align: middle;
}
.lb-match-page .lb-table tbody tr.is-focus { background: rgba(81,184,255,.08); }

.lb-match-page .lb-timeline__item {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr);
  gap: .85rem;
  padding: .95rem 1rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-timeline__time { color: var(--lb-link); font-weight: 800; }

/* ---------- H2H ---------- */
.lb-match-page .lb-inline-h2h { display: grid; gap: .85rem; }
.lb-match-page .lb-inline-h2h__summary-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: .75rem;
}
.lb-match-page .lb-inline-h2h__kpi {
  padding: .95rem 1rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-inline-h2h__kpi-label {
  display: block;
  color: var(--lb-muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
}
.lb-match-page .lb-inline-h2h__kpi-value { display: block; margin-top: .35rem; font-size: 1.12rem; font-weight: 900; }
.lb-match-page .lb-inline-h2h__item {
  display: grid;
  grid-template-columns: 164px minmax(0,1fr) 92px;
  gap: .8rem;
  align-items: center;
  padding: .95rem 1rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-inline-h2h__meta {
  white-space: nowrap;
  color: var(--lb-text-soft);
}
.lb-match-page .lb-inline-h2h__score-wrap { display: flex; align-items: center; justify-content: flex-end; gap: .45rem; }
.lb-match-page .lb-inline-h2h__score { font-size: 1.08rem; font-weight: 900; }
.lb-match-page .lb-inline-h2h__result {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 30px;
  padding: 0 .55rem;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 900;
}
.lb-match-page .lb-inline-h2h__result--home { background: rgba(32,217,156,.18); color: #d9fff1; }
.lb-match-page .lb-inline-h2h__result--away { background: rgba(81,184,255,.16); color: #d9efff; }
.lb-match-page .lb-inline-h2h__result--draw,
.lb-match-page .lb-inline-h2h__result--neutral { background: rgba(255,255,255,.08); color: var(--lb-text-soft); }

/* ---------- FAQ / lineups ---------- */
.lb-match-page .lb-faq-list { display: grid; gap: .75rem; }
.lb-match-page .lb-faq-item {
  padding: .95rem 1rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-faq-item summary { cursor: pointer; font-weight: 800; }
.lb-match-page .lb-faq-item__answer { margin-top: .75rem; line-height: 1.6; }

.lb-match-page .lb-match-lineups { grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); }
.lb-match-page .lb-lineup-card {
  padding: 1rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-lineup-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: .8rem;
}
.lb-match-page .lb-lineup-card__title { margin: 0; font-size: 1.15rem; }
.lb-match-page .lb-lineup-card__section-title { margin: .65rem 0 .45rem; font-weight: 700; }
.lb-match-page .lb-lineup-table {
  display: grid;
  gap: .6rem;
  align-items: center;
  padding: .72rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lb-match-page .lb-lineup-table--head { color: var(--lb-muted); font-size: .9rem; font-weight: 800; }
.lb-match-page .lb-lineup-more { margin-top: .85rem; }
.lb-match-page .lb-lineup-more summary { cursor: pointer; font-weight: 700; }
.lb-match-page .lb-lineup-more__inner { margin-top: .8rem; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .lb-match-page .lb-match-insights-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lb-match-page .lb-match-meta-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .lb-match-page .lb-match-stream-grid,
  .lb-match-page .lb-match-team-context { grid-template-columns: 1fr; }
  .lb-match-page .lb-inline-h2h__summary-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .lb-match-page .lb-match-mobile-ribbon { display: block; }
  .lb-match-page .lb-match-headline-modern,
  .lb-match-page .lb-match-hero-modern__utility { justify-content: flex-start; }

  .lb-match-page .lb-score-core-modern__main {
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: .85rem;
  }
  .lb-match-page .lb-team-hero-modern,
  .lb-match-page .lb-team-hero-modern--away {
    width: 100%;
    max-width: none;
    gap: .55rem;
  }
  .lb-match-page .lb-team-hero-modern__logo {
    width: 74px;
    height: 74px;
    border-radius: 20px;
  }
  .lb-match-page .lb-team-hero-modern__logo-img { width: 50px; height: 50px; }
  .lb-match-page .lb-team-hero-modern__name {
    max-width: 12ch;
    font-size: 1rem;
  }
  .lb-match-page .lb-form-row,
  .lb-match-page .lb-form-row--away { gap: .28rem; }
  .lb-match-page .lb-score-value-modern { font-size: 2.35rem; }
  .lb-match-page .lb-score-note-modern { font-size: .82rem; }

  .lb-match-page .lb-match-hero-odds,
  .lb-match-page .lb-match-insights-grid,
  .lb-match-page .lb-match-meta-grid,
  .lb-match-page .lb-inline-h2h__summary-grid { grid-template-columns: 1fr; }
  .lb-match-page .lb-match-odds-card__head,
  .lb-match-page .lb-match-odds-card__row { grid-template-columns: 54px 70px 1fr 78px; gap: 8px; }
  .lb-match-page .lb-actions { gap: .55rem; }
  .lb-match-page .lb-action-btn { width: 100%; }
  .lb-match-page .lb-match-lineups { grid-template-columns: 1fr; }
  .lb-match-page .lb-timeline__item,
  .lb-match-page .lb-inline-h2h__item { grid-template-columns: 1fr; }
  .lb-match-page .lb-inline-h2h__meta { white-space: normal; }
  .lb-match-page .lb-inline-h2h__score-wrap { justify-content: flex-start; }
}



/* ===== final corrective overrides ===== */
.lb-match-page,
.lb-match-page .region--content,
.lb-match-page .lb-match-shell,
.lb-match-page .lb-section,
.lb-match-page .lb-actions,
.lb-match-page .lb-section__content,
.lb-match-page .lb-match-stats,
.lb-match-page .lb-inline-h2h,
.lb-match-page .lb-match-odds-card,
.lb-match-page .lb-score-core-modern,
.lb-match-page .lb-score-core-modern__main,
.lb-match-page .lb-team-hero-modern,
.lb-match-page .lb-team-hero-modern__meta,
.lb-match-page .lb-team-hero-modern__name,
.lb-match-page .lb-inline-h2h__item,
.lb-match-page .lb-inline-h2h__pair,
.lb-match-page .lb-inline-h2h__meta,
.lb-match-page .lb-match-insight-card,
.lb-match-page .lb-match-insight-card__top,
.lb-match-page .lb-match-insight-card__label {
  min-width: 0;
  box-sizing: border-box;
}

.lb-match-page .lb-match-meta-card {
  display: grid !important;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: .42rem !important;
}
.lb-match-page .lb-match-meta-card__label,
.lb-match-page .lb-match-meta-card__value {
  display: block !important;
  margin: 0 !important;
}
.lb-match-page .lb-match-meta-card__value {
  line-height: 1.34;
}

.lb-match-page .lb-team-hero-modern,
.lb-match-page .lb-team-hero-modern--away {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  justify-items: center;
  align-items: start;
}
.lb-match-page .lb-team-hero-modern__logo {
  order: 1;
}
.lb-match-page .lb-team-hero-modern__meta {
  order: 2;
}
.lb-match-page .lb-team-hero-modern__sub {
  margin: 0;
  color: var(--lb-text-soft);
  font-size: .88rem;
  line-height: 1.25;
}
.lb-match-page .lb-team-hero-modern__name {
  margin: 0;
  max-width: 14ch;
  text-wrap: balance;
}

.lb-match-page .lb-match-team-context-card__head {
  align-items: center;
}
.lb-match-page .lb-match-team-context-card__head > div {
  display: grid;
  gap: .12rem;
  align-content: center;
  min-width: 0;
}
.lb-match-page .lb-match-team-context-card__title {
  margin: 0;
  line-height: 1.15;
}
.lb-match-page .lb-match-team-context-card__sub {
  margin: 0;
  line-height: 1.2;
}

.lb-match-page .lb-inline-h2h__item {
  grid-template-columns: 168px minmax(0, 1fr) auto;
  grid-template-areas: "meta pair score";
  align-items: center;
}
.lb-match-page .lb-inline-h2h__meta {
  grid-area: meta;
  white-space: nowrap;
  line-height: 1.2;
}
.lb-match-page .lb-inline-h2h__pair {
  grid-area: pair;
  line-height: 1.2;
}
.lb-match-page .lb-inline-h2h__score-wrap {
  grid-area: score;
}
.lb-match-page .lb-inline-h2h__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: .1rem;
}
.lb-match-page .lb-inline-h2h__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--lb-text);
  font-weight: 800;
  text-decoration: none;
}
.lb-match-page .lb-inline-h2h__more:hover {
  border-color: rgba(255,255,255,.2);
  text-decoration: none;
}

.lb-match-page .lb-match-feed-list__item {
  grid-template-columns: 84px minmax(0,1fr);
}
.lb-match-page .lb-match-feed-list__time,
.lb-match-page .lb-match-stream-list__time {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}

.lb-match-page .lb-match-insights-grid {
  align-items: stretch;
}
.lb-match-page .lb-match-insight-card {
  grid-template-rows: auto 10px;
  align-content: start;
  min-height: 118px;
}
.lb-match-page .lb-match-insight-card__top {
  grid-template-columns: max-content minmax(0,1fr) max-content;
  align-items: start;
}
.lb-match-page .lb-match-insight-card__label {
  display: block;
  text-align: center;
  font-size: .84rem;
  line-height: 1.18;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}
.lb-match-page .lb-match-insight-card__meter {
  align-self: end;
}

.lb-match-page .lb-match-odds-card__bar {
  width: 96px;
  max-width: 100%;
}
.lb-match-page .lb-stat-compare__bar {
  display: flex;
  align-items: center;
  gap: .45rem;
}
.lb-match-page .lb-stat-compare {
  --lb-home-fill-safe: var(--lb-home-fill, 50%);
  --lb-away-fill-safe: var(--lb-away-fill, 50%);
}
.lb-match-page .lb-stat-compare__side {
  flex: 0 0 var(--lb-home-fill-safe);
  max-width: 100%;
}
.lb-match-page .lb-stat-compare__side--away {
  flex-basis: var(--lb-away-fill-safe);
}
.lb-match-page .lb-stat-compare__fill,
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill {
  width: 100% !important;
  margin-left: 0 !important;
}
.lb-match-page .lb-match-odds-card__head,
.lb-match-page .lb-match-odds-card__row {
  align-items: center;
}

.lb-match-page .lb-table th,
.lb-match-page .lb-table td,
.lb-match-page .lb-section__content table th,
.lb-match-page .lb-section__content table td {
  padding: .9rem .85rem !important;
}

@media (max-width: 760px) {
  .lb-match-page .lb-score-core-modern__main {
    grid-template-columns: minmax(88px,1fr) auto minmax(88px,1fr);
    gap: .75rem;
    align-items: start;
  }
  .lb-match-page .lb-team-hero-modern__name {
    max-width: 10ch;
    font-size: .95rem;
    line-height: 1.1;
  }
  .lb-match-page .lb-inline-h2h__item {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "meta meta"
      "pair score";
    row-gap: .5rem;
    align-items: start;
  }
  .lb-match-page .lb-inline-h2h__meta {
    white-space: normal;
  }
  .lb-match-page .lb-inline-h2h__score-wrap {
    justify-content: flex-end;
  }
  .lb-match-page .lb-match-feed-list__item {
    grid-template-columns: 72px minmax(0,1fr);
  }
}

@media (max-width: 420px) {
  .lb-match-page .lb-match-hero-modern__inner,
  .lb-match-page .lb-actions,
  .lb-match-page .lb-section {
    padding-left: .85rem;
    padding-right: .85rem;
  }
  .lb-match-page .lb-match-odds-card__head,
  .lb-match-page .lb-match-odds-card__row {
    grid-template-columns: 42px 56px minmax(0,1fr) 60px;
    gap: 6px;
  }
  .lb-match-page .lb-match-odds-card__bar {
    width: 72px;
  }
  .lb-match-page .lb-score-core-modern {
    padding: .85rem;
  }
}


/* ===== final decisive match-page overrides ===== */
.lb-match-page .lb-match-shell,
.lb-match-page .lb-match-shell * {
  box-sizing: border-box;
}
.lb-match-page .lb-match-shell {
  max-width: 100%;
  overflow-x: clip;
}
.lb-match-page .lb-match-mobile-ribbon {
  display: none !important;
}
.lb-match-page .lb-score-core-modern__main {
  grid-template-columns: minmax(180px, 1fr) minmax(156px, 240px) minmax(180px, 1fr) !important;
  align-items: start !important;
}
.lb-match-page .lb-team-hero-modern,
.lb-match-page .lb-team-hero-modern--away {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: .58rem !important;
  min-height: 160px;
  text-align: center !important;
}
.lb-match-page .lb-team-hero-modern__logo { order: 1; }
.lb-match-page .lb-team-hero-modern__meta {
  order: 2;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: .22rem !important;
}
.lb-match-page .lb-team-hero-modern__name {
  max-width: 16ch !important;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
.lb-match-page .lb-match-team-context-card__head {
  align-items: center !important;
}
.lb-match-page .lb-match-team-context-card__head > div:last-child {
  display: grid;
  gap: .14rem;
}
.lb-match-page .lb-match-team-context-card__title,
.lb-match-page .lb-match-team-context-card__sub {
  margin: 0 !important;
}
.lb-match-page .lb-match-team-context-card__sub {
  line-height: 1.28;
}

.lb-match-page .lb-match-insight-card {
  display: grid !important;
  grid-template-rows: auto 10px;
  gap: .72rem !important;
  align-content: start;
  min-height: 124px;
}
.lb-match-page .lb-match-insight-card__top {
  display: grid !important;
  grid-template-columns: minmax(48px, auto) minmax(84px, 1fr) minmax(48px, auto);
  gap: .55rem !important;
  align-items: start !important;
}
.lb-match-page .lb-match-insight-card__top > span:first-child,
.lb-match-page .lb-match-insight-card__top > span:last-child {
  align-self: start;
}
.lb-match-page .lb-match-insight-card__label {
  min-width: 0;
  max-width: none !important;
  display: block;
  text-align: center;
  font-size: .88rem !important;
  line-height: 1.18 !important;
  word-break: normal !important;
  overflow-wrap: break-word;
  hyphens: auto;
}
.lb-match-page .lb-match-insight-card__meter {
  position: static !important;
  display: flex !important;
  align-items: stretch;
  gap: 0 !important;
  height: 10px !important;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.lb-match-page .lb-match-insight-card__left,
.lb-match-page .lb-match-insight-card__right {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  height: 100% !important;
  width: auto;
  min-width: 0;
  flex: 0 0 auto;
}
.lb-match-page .lb-match-insight-card__left {
  border-radius: 999px 0 0 999px;
  background: linear-gradient(90deg, rgba(81,184,255,.98), rgba(81,184,255,.58));
}
.lb-match-page .lb-match-insight-card__right {
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, rgba(32,217,156,.58), rgba(32,217,156,.98));
}

.lb-match-page .lb-stat-compare__bar {
  display: flex !important;
  gap: 0 !important;
  height: 10px !important;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.lb-match-page .lb-stat-compare__side {
  flex: 0 0 var(--lb-home-fill, 50%);
  background: transparent !important;
  height: 100% !important;
  border-radius: 0 !important;
}
.lb-match-page .lb-stat-compare__side--away {
  flex-basis: var(--lb-away-fill, 50%);
}
.lb-match-page .lb-stat-compare__fill {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, rgba(81,184,255,.98), rgba(81,184,255,.62));
}
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill {
  background: linear-gradient(90deg, rgba(32,217,156,.62), rgba(32,217,156,.98));
}

.lb-match-page .lb-inline-h2h__item {
  grid-template-columns: minmax(150px, max-content) minmax(0, 1fr) auto !important;
  gap: .65rem .9rem !important;
  align-items: center !important;
}
.lb-match-page .lb-inline-h2h__meta {
  min-width: 0;
  font-size: .88rem;
  line-height: 1.25;
  white-space: nowrap !important;
}
.lb-match-page .lb-inline-h2h__pair {
  min-width: 0;
  line-height: 1.25;
}
.lb-match-page .lb-inline-h2h__score-wrap {
  white-space: nowrap;
  justify-content: flex-end !important;
}
.lb-match-page .lb-inline-h2h__footer {
  display: flex;
  justify-content: flex-end;
}
.lb-match-page .lb-inline-h2h__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 .95rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: var(--lb-text);
  text-decoration: none;
  font-weight: 800;
}
.lb-match-page .lb-inline-h2h__more:hover {
  border-color: rgba(255,255,255,.22);
}

.lb-match-page .lb-match-feed-list__time {
  min-width: 70px;
  display: inline-flex;
}
.lb-match-page .lb-match-odds-card__bar {
  width: 118px;
  background: rgba(255,255,255,.08);
}
.lb-match-page .lb-match-odds-card__bar-fill {
  min-width: 2px;
}
.lb-match-page .lb-match-lineups {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)) !important;
}

@media (max-width: 760px) {
  .lb-match-page .lb-match-hero-modern.is-live .lb-match-mobile-ribbon {
    display: block !important;
  }
  .lb-match-page .lb-score-core-modern__main {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: start !important;
    gap: .75rem !important;
  }
  .lb-match-page .lb-team-hero-modern,
  .lb-match-page .lb-team-hero-modern--away {
    min-height: 132px;
    gap: .48rem !important;
  }
  .lb-match-page .lb-team-hero-modern__name {
    max-width: 11ch !important;
    font-size: .98rem !important;
    line-height: 1.14 !important;
  }
  .lb-match-page .lb-inline-h2h__item {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      'meta meta'
      'pair score';
    align-items: center !important;
  }
  .lb-match-page .lb-inline-h2h__meta {
    grid-area: meta;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lb-match-page .lb-inline-h2h__pair {
    grid-area: pair;
  }
  .lb-match-page .lb-inline-h2h__score-wrap {
    grid-area: score;
    justify-content: flex-end !important;
  }
  .lb-match-page .lb-match-insight-card {
    min-height: 108px;
  }
  .lb-match-page .lb-match-insight-card__top {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }
  .lb-match-page .lb-match-insight-card__label {
    font-size: .84rem !important;
  }
}


/* ===== Final stability overrides: bars / meters ===== */
.lb-match-page .lb-match-insight-card {
  min-width: 0;
}
.lb-match-page .lb-match-insight-card__top {
  align-items: center !important;
}
.lb-match-page .lb-match-insight-card__label {
  min-width: 0;
  word-break: normal !important;
  overflow-wrap: anywhere;
}
.lb-match-page .lb-match-insight-card__meter {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  height: 10px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.10) !important;
}
.lb-match-page .lb-match-insight-card__left,
.lb-match-page .lb-match-insight-card__right {
  display: block !important;
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  flex: 0 0 auto !important;
  width: auto;
  min-width: 0 !important;
  height: 100% !important;
}
.lb-match-page .lb-match-insight-card__left {
  width: var(--lb-left-width, 50%) !important;
  background: linear-gradient(90deg, rgba(81,184,255,.98), rgba(81,184,255,.62)) !important;
  border-radius: 999px 0 0 999px !important;
}
.lb-match-page .lb-match-insight-card__right {
  width: var(--lb-right-width, 50%) !important;
  background: linear-gradient(90deg, rgba(32,217,156,.62), rgba(32,217,156,.98)) !important;
  border-radius: 0 999px 999px 0 !important;
}
.lb-match-page .lb-match-insight-card__left[style] {
  width: unset;
}
.lb-match-page .lb-match-insight-card__right[style] {
  width: unset;
}
.lb-match-page .lb-match-insight-card__left[style*="width"] {
  width: auto !important;
  flex-basis: auto !important;
}
.lb-match-page .lb-match-insight-card__right[style*="width"] {
  width: auto !important;
  flex-basis: auto !important;
}

.lb-match-page .lb-stat-compare {
  --lb-home-fill-safe: var(--lb-home-fill, 50%);
  --lb-away-fill-safe: var(--lb-away-fill, 50%);
}
.lb-match-page .lb-stat-compare__bar {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  height: 10px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.10) !important;
}
.lb-match-page .lb-stat-compare__side {
  display: block !important;
  flex: 0 0 auto !important;
  width: var(--lb-home-fill-safe) !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.lb-match-page .lb-stat-compare__side--away {
  width: var(--lb-away-fill-safe) !important;
  margin-left: auto !important;
}
.lb-match-page .lb-stat-compare__fill,
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
  border-radius: 0 !important;
}
.lb-match-page .lb-stat-compare__fill {
  background: linear-gradient(90deg, rgba(81,184,255,.98), rgba(81,184,255,.62)) !important;
}
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill {
  background: linear-gradient(90deg, rgba(32,217,156,.62), rgba(32,217,156,.98)) !important;
}


/* ===== final fix4: visible meters/bars + mobile score note ===== */
.lb-match-page .lb-match-insight-card__meter {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  height: 10px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.10) !important;
}
.lb-match-page .lb-match-insight-card__left,
.lb-match-page .lb-match-insight-card__right {
  display: block !important;
  position: static !important;
  min-width: 0 !important;
  height: 100% !important;
  width: auto !important;
  flex: 0 0 auto !important;
}
.lb-match-page .lb-match-insight-card__left {
  flex-basis: var(--lb-left-width, 50%) !important;
  background: linear-gradient(90deg, rgba(81,184,255,.98), rgba(81,184,255,.62)) !important;
  border-radius: 999px 0 0 999px !important;
}
.lb-match-page .lb-match-insight-card__right {
  flex-basis: var(--lb-right-width, 50%) !important;
  background: linear-gradient(90deg, rgba(32,217,156,.62), rgba(32,217,156,.98)) !important;
  border-radius: 0 999px 999px 0 !important;
}
.lb-match-page .lb-stat-compare__bar {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  height: 10px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.10) !important;
}
.lb-match-page .lb-stat-compare__side {
  display: block !important;
  min-width: 0 !important;
  height: 100% !important;
  flex: 0 0 var(--lb-home-fill, 50%) !important;
  background: transparent !important;
}
.lb-match-page .lb-stat-compare__side--away {
  flex-basis: var(--lb-away-fill, 50%) !important;
}
.lb-match-page .lb-stat-compare__fill,
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
}
.lb-match-page .lb-stat-compare__fill {
  background: linear-gradient(90deg, #51b8ff, #8fd6ff) !important;
  border-radius: 999px 0 0 999px !important;
}
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill {
  background: linear-gradient(90deg, #6ff1c5, #20d99c) !important;
  border-radius: 0 999px 999px 0 !important;
}
@media (max-width: 760px) {
  .lb-match-page .lb-score-cluster-modern {
    min-width: 72px;
    max-width: 92px;
    gap: .22rem !important;
  }
  .lb-match-page .lb-score-note-modern {
    display: none !important;
  }
}


/* ===== fix5: hard override for visible match insight/stat bars ===== */
.lb-match-page .lb-match-insight-card__meter {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  height: 10px !important;
  min-height: 10px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.12) !important;
}
.lb-match-page .lb-match-insight-card__left,
.lb-match-page .lb-match-insight-card__right {
  display: block !important;
  height: 100% !important;
  min-width: 0 !important;
  width: auto !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
}
.lb-match-page .lb-match-insight-card__left {
  background: linear-gradient(90deg, #51b8ff, #8fd6ff) !important;
  border-radius: 999px 0 0 999px !important;
}
.lb-match-page .lb-match-insight-card__right {
  background: linear-gradient(90deg, #9ef0d1, #20d99c) !important;
  border-radius: 0 999px 999px 0 !important;
}

.lb-match-page .lb-stat-compare__bar {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  height: 10px !important;
  min-height: 10px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(15,23,42,.08) !important;
}
.lb-match-page .lb-stat-compare__side,
.lb-match-page .lb-stat-compare__side--away {
  display: block !important;
  height: 100% !important;
  min-width: 0 !important;
  width: auto !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
}
.lb-match-page .lb-stat-compare__fill,
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.lb-match-page .lb-stat-compare__fill {
  background: linear-gradient(90deg, #51b8ff, #8fd6ff) !important;
  border-radius: 999px 0 0 999px !important;
}
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill {
  background: linear-gradient(90deg, #9ef0d1, #20d99c) !important;
  border-radius: 0 999px 999px 0 !important;
}


/* Emergency final overrides for bars/meters */
.lb-match-page .lb-match-insight-card__meter{display:flex !important;align-items:center !important;gap:8px !important;height:12px !important;min-height:12px !important;background:transparent !important;overflow:visible !important;}
.lb-match-page .lb-match-insight-card__left,.lb-match-page .lb-match-insight-card__right{display:block !important;height:12px !important;min-width:0 !important;flex-grow:0 !important;flex-shrink:0 !important;border-radius:999px !important;}
.lb-match-page .lb-match-insight-card__left{background:linear-gradient(90deg,#5eead4,#14b8a6) !important;}
.lb-match-page .lb-match-insight-card__right{background:linear-gradient(90deg,#818cf8,#6366f1) !important;}
.lb-match-page .lb-match-insight-card__left[style]{background:linear-gradient(90deg,#5eead4,#14b8a6) !important;}
.lb-match-page .lb-match-insight-card__right[style]{background:linear-gradient(90deg,#818cf8,#6366f1) !important;}
.lb-match-page .lb-stat-compare__bar{display:flex !important;align-items:center !important;gap:8px !important;height:12px !important;min-height:12px !important;background:transparent !important;overflow:visible !important;}
.lb-match-page .lb-stat-compare__side,.lb-match-page .lb-stat-compare__side--away{display:block !important;height:12px !important;min-width:0 !important;flex-grow:0 !important;flex-shrink:0 !important;border-radius:999px !important;background:rgba(148,163,184,.2) !important;overflow:hidden !important;}
.lb-match-page .lb-stat-compare__fill{display:block !important;width:100% !important;height:12px !important;border-radius:999px !important;background:linear-gradient(90deg,#5eead4,#14b8a6) !important;}
.lb-match-page .lb-stat-compare__side--away .lb-stat-compare__fill{background:linear-gradient(90deg,#818cf8,#6366f1) !important;}
@media (max-width: 767px){.lb-match-page .lb-score-note-modern{position:static !important;display:block !important;margin-top:6px !important;max-width:100% !important;text-align:center !important;}}


/* ===== model block guaranteed styling ===== */
.lb-match-page .lb-section--model { overflow: hidden; }
.lb-match-page .lb-section--model > .lb-section__title { margin-bottom: 1rem; }
.lb-match-page .lb-model-block { display: grid; gap: 1rem; }
.lb-match-page .lb-model-block__hero {
  display: grid;
  gap: .45rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(135deg, rgba(81,184,255,.12), rgba(255,255,255,.04));
}
.lb-match-page .lb-model-block__eyebrow {
  color: var(--lb-muted);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.lb-match-page .lb-model-block__title {
  margin: 0;
  color: var(--lb-text);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.12;
}
.lb-match-page .lb-model-block__meta {
  color: var(--lb-text-soft);
  font-size: .92rem;
  line-height: 1.45;
}
.lb-match-page .lb-model-block__main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: .8rem;
}
.lb-match-page .lb-model-kpi {
  display: grid;
  gap: .38rem;
  align-content: start;
  min-height: 104px;
  padding: .95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.045);
}
.lb-match-page .lb-model-kpi__label {
  color: var(--lb-muted);
  font-size: .76rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.lb-match-page .lb-model-kpi__value {
  color: var(--lb-text);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.15;
  font-weight: 900;
}
.lb-match-page .lb-model-block__sub,
.lb-match-page .lb-model-block__cols > div {
  padding: .95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.lb-match-page .lb-model-block__sub h3,
.lb-match-page .lb-model-block__cols h3 {
  margin: 0 0 .7rem;
  color: var(--lb-text);
  font-size: 1rem;
}
.lb-match-page .lb-model-block__sub ul,
.lb-match-page .lb-model-block__cols ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: .45rem;
}
.lb-match-page .lb-model-block__sub li,
.lb-match-page .lb-model-block__cols li {
  color: var(--lb-text-soft);
  line-height: 1.5;
}
.lb-match-page .lb-model-block__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
@media (max-width: 760px) {
  .lb-match-page .lb-model-block__main { grid-template-columns: 1fr 1fr; }
  .lb-match-page .lb-model-kpi { min-height: 92px; }
  .lb-match-page .lb-model-block__cols { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .lb-match-page .lb-model-block__main { grid-template-columns: 1fr; }
}
