.live-hub {
  --lh-blue: #1a64ff;
  --lh-ink: #12203b;
  --lh-pink: #ff2d7d;
  --lh-violet: #7048ff;
  --lh-green: #18a866;
  --lh-orange: #ffb24c;
  --lh-line: #dfe9fb;
  --lh-soft: #f5f8ff;
  --lh-muted: #61728d;
  --lh-surface: rgba(255, 255, 255, 0.98);
  --lh-shadow: 0 22px 60px rgba(24, 61, 143, 0.12);
  background:
    radial-gradient(circle at top right, rgba(26, 100, 255, 0.16), transparent 24%),
    radial-gradient(circle at top left, rgba(255, 45, 125, 0.1), transparent 20%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f9fbff 100%);
  color: var(--lh-ink);
  padding: 38px 0 56px;
}

.live-hub__shell {
  max-width: 1280px;
}

.live-hub__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  min-width: 300px;
  padding: 12px 30px;
  border: 2px solid rgba(255, 178, 76, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(26, 100, 255, 0.08);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-hub__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: 28px;
  align-items: center;
  padding: 8px 0 18px;
}

.live-hub__hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.live-hub__hero-copy h1 span,
.live-hub__hero-copy h1 strong {
  display: block;
  background: linear-gradient(90deg, var(--lh-pink) 0%, var(--lh-violet) 42%, var(--lh-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.live-hub__hero-copy h2 {
  margin: 18px 0 0;
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.live-hub__hero-copy p {
  max-width: 540px;
  margin: 18px 0 24px;
  color: var(--lh-ink);
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
}

.live-hub__hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.live-hub__hero-stat {
  min-width: 160px;
  padding: 16px 18px;
  border: 1px solid var(--lh-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(18, 32, 59, 0.06);
}

.live-hub__hero-stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.live-hub__hero-stat span {
  display: block;
  margin-top: 4px;
  color: var(--lh-muted);
  font-size: 0.9rem;
}

.live-hub__hero-art {
  min-height: 420px;
}

.live-hub__hero-art img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 28px 70px rgba(24, 61, 143, 0.18));
}

.live-hub__panel,
.live-hub__cta {
  background: var(--lh-surface);
  border: 1px solid var(--lh-line);
  border-radius: 28px;
  box-shadow: var(--lh-shadow);
}

.live-hub__section {
  margin-top: 26px;
}

.live-hub__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.live-hub__section-head h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.live-hub__section-head a {
  color: var(--lh-violet);
  font-weight: 700;
  text-decoration: none;
}

.live-hub__section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(112, 72, 255, 0.1);
  color: var(--lh-violet);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-hub__search-panel {
  margin-top: 8px;
  padding: 18px 20px;
}

.live-hub__search-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 0 18px 0 22px;
  border: 1px solid #d9e5fb;
  border-radius: 999px;
  background: #fff;
}

.live-hub__search-wrap i {
  color: #8ea0bd;
  font-size: 21px;
}

.live-hub__search-action {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  color: #8ea0bd;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.live-hub__search-action:hover,
.live-hub__search-action:focus,
.live-hub__search-action.is-active {
  background: rgba(26, 100, 255, 0.08);
  color: var(--lh-blue);
  transform: translateY(-1px);
}

.live-hub__search-action:focus {
  outline: 0;
}

.live-hub__search-action i {
  pointer-events: none;
}

.live-hub__search-wrap input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0 4px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--lh-ink);
  font-size: 1.06rem;
}

.live-hub__search-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.live-hub__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid var(--lh-line);
  border-radius: 999px;
  background: #fff;
  color: var(--lh-ink);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s ease;
}

.live-hub__chip:hover,
.live-hub__chip.is-active {
  border-color: rgba(26, 100, 255, 0.24);
  background: rgba(26, 100, 255, 0.08);
  color: var(--lh-blue);
}

.live-hub__feature-card {
  display: grid;
  grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
  overflow: hidden;
}

.live-hub__feature-art {
  position: relative;
  min-height: 360px;
}

.live-hub__feature-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.live-hub__feature-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1966ff 0%, #5b7cff 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live-hub__feature-copy {
  padding: 28px;
}

.live-hub__feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 20px;
}

.live-hub__feature-copy h3 {
  margin: 14px 0 4px;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.live-hub__feature-region {
  margin: 0;
  color: var(--lh-muted);
  font-size: 1.02rem;
  font-weight: 600;
}

.live-hub__next-match {
  padding: 18px;
  border: 1px solid rgba(26, 100, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.live-hub__next-match span {
  display: block;
  color: var(--lh-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-hub__next-match strong {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.live-hub__next-match p,
.live-hub__next-match small {
  display: block;
  margin: 6px 0 0;
  color: var(--lh-muted);
}

.live-hub__feature-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.live-hub__feature-metric {
  padding: 16px 14px;
  border: 1px solid var(--lh-line);
  border-radius: 20px;
  background: var(--lh-soft);
  text-align: center;
}

.live-hub__feature-metric strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.live-hub__feature-metric span {
  display: block;
  margin-top: 4px;
  color: var(--lh-muted);
  font-size: 0.88rem;
}

.live-hub__feature-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.live-hub__stadium-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid var(--lh-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--lh-ink);
  font-weight: 700;
}

.live-hub__button,
.live-hub__button:hover,
.live-hub__button:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
  border: 0;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.live-hub__button:hover,
.live-hub__button:focus {
  transform: translateY(-2px);
}

.live-hub__button--primary {
  background: linear-gradient(135deg, #1f74ff 0%, #1550e6 100%);
  box-shadow: 0 16px 30px rgba(26, 100, 255, 0.24);
  color: #fff;
}

.live-hub__city-grid,
.live-hub__card-grid,
.live-hub__cta-grid {
  display: grid;
  gap: 18px;
}

.live-hub__city-grid,
.live-hub__card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.live-hub__city-card,
.live-hub__info-card {
  overflow: hidden;
}

.live-hub__city-image,
.live-hub__info-image {
  min-height: 190px;
}

.live-hub__city-image img,
.live-hub__info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.live-hub__city-copy,
.live-hub__info-copy {
  padding: 18px 18px 20px;
}

.live-hub__city-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--lh-muted);
  font-size: 0.9rem;
}

.live-hub__city-copy h3,
.live-hub__info-copy h3 {
  margin: 10px 0 6px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.live-hub__city-copy p,
.live-hub__info-copy p {
  margin: 0;
  color: var(--lh-muted);
  line-height: 1.6;
}

.live-hub__city-next,
.live-hub__info-meta {
  margin-top: 10px !important;
  font-size: 0.94rem;
  font-weight: 600;
}

.live-hub__city-copy a,
.live-hub__inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--lh-blue);
  font-weight: 700;
  text-decoration: none;
}

.live-hub__info-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live-hub__info-chip--blue {
  background: rgba(26, 100, 255, 0.1);
  color: var(--lh-blue);
}

.live-hub__info-chip--orange {
  background: rgba(255, 178, 76, 0.14);
  color: #de7f00;
}

.live-hub__more-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.live-hub__more-cities a,
.live-hub__more-cities span {
  padding: 10px 14px;
  border: 1px solid var(--lh-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--lh-muted);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.live-hub__more-cities a:hover,
.live-hub__more-cities a:focus {
  border-color: rgba(26, 100, 255, 0.22);
  color: var(--lh-blue);
  transform: translateY(-1px);
}

.live-hub__itinerary {
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
}

.live-hub__fixture-card,
.live-hub__timeline-item,
.live-hub__assistant-strip {
  border: 1px solid var(--lh-line);
  box-shadow: none;
}

.live-hub__fixture-card {
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.live-hub__fixture-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.live-hub__team {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.live-hub__team span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #19ae67 0%, #0b7e49 100%);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.live-hub__team:last-child span {
  background: linear-gradient(135deg, #ff4f6e 0%, #ce2446 100%);
}

.live-hub__team strong {
  font-size: 1rem;
  font-weight: 800;
}

.live-hub__versus {
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.live-hub__fixture-meta {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.live-hub__fixture-meta div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lh-muted);
  font-weight: 600;
}

.live-hub__fixture-meta i {
  color: var(--lh-blue);
}

.live-hub__timeline {
  display: grid;
  gap: 14px;
}

.live-hub__timeline-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
}

.live-hub__timeline-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(112, 72, 255, 0.14), rgba(26, 100, 255, 0.14));
  color: var(--lh-violet);
  font-size: 1.3rem;
}

.live-hub__timeline-copy span {
  display: block;
  color: var(--lh-blue);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-hub__timeline-copy h3 {
  margin: 8px 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
}

.live-hub__timeline-copy p {
  margin: 0;
  color: var(--lh-muted);
  line-height: 1.6;
}

.live-hub__assistant-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
}

.live-hub__assistant-copy span {
  font-size: 1.04rem;
  font-weight: 800;
}

.live-hub__assistant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.live-hub__assistant-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--lh-line);
  border-radius: 999px;
  background: #fff;
  color: var(--lh-ink);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s ease;
}

.live-hub__assistant-actions button:hover {
  border-color: rgba(112, 72, 255, 0.24);
  color: var(--lh-violet);
}

.live-hub__cta-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.live-hub__cta {
  display: block;
  padding: 22px 24px;
  color: #fff;
  text-decoration: none;
}

.live-hub__cta h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.live-hub__cta p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
}

.live-hub__cta--blue {
  background: linear-gradient(135deg, #1f74ff 0%, #1550e6 100%);
}

.live-hub__cta--violet {
  background: linear-gradient(135deg, #8b48ff 0%, #6236ff 100%);
}

.live-hub__cta--green {
  background: linear-gradient(135deg, #18ad63 0%, #0d8b4d 100%);
}

.live-hub__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 18px 22px;
}

.live-hub__trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 6px;
}

.live-hub__trust-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(26, 100, 255, 0.08);
  color: var(--lh-blue);
  font-size: 1.2rem;
}

.live-hub__trust-item h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.live-hub__trust-item p {
  margin: 4px 0 0;
  color: var(--lh-muted);
}

.live-hub__empty {
  margin-top: 16px;
  color: var(--lh-muted);
  font-weight: 600;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 1199px) {
  .live-hub__hero,
  .live-hub__feature-card,
  .live-hub__itinerary {
    grid-template-columns: 1fr;
  }

  .live-hub__hero-art {
    min-height: auto;
  }

  .live-hub__feature-grid {
    grid-template-columns: 1fr;
  }

  .live-hub__city-grid,
  .live-hub__card-grid,
  .live-hub__cta-grid,
  .live-hub__trust {
    grid-template-columns: 1fr 1fr;
  }

  .live-hub__assistant-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .live-hub {
    padding: 28px 0 44px;
  }

  .live-hub__badge {
    min-width: 0;
    width: 100%;
  }

  .live-hub__hero-copy h2 {
    font-size: 1.7rem;
  }

  .live-hub__hero-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .live-hub__city-grid,
  .live-hub__card-grid,
  .live-hub__cta-grid,
  .live-hub__trust {
    grid-template-columns: 1fr;
  }

  .live-hub__feature-copy,
  .live-hub__feature-card,
  .live-hub__search-panel,
  .live-hub__itinerary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .live-hub__feature-footer,
  .live-hub__section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .live-hub__feature-metrics {
    grid-template-columns: 1fr;
  }

  .live-hub__timeline-item {
    grid-template-columns: 1fr;
  }

  .live-hub__timeline-icon {
    width: 54px;
    height: 54px;
  }

  .live-hub__fixture-teams {
    grid-template-columns: 1fr;
  }
}
