.no-games-page {
  position: relative;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  isolation: isolate;
}

.no-games-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/img/live_thl-bg.png") center / cover no-repeat;
  opacity: 0.82;
  z-index: -2;
  pointer-events: none;
}

.no-games-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.22), transparent 36%),
    rgba(255, 255, 255, 0.38);
  z-index: -1;
  pointer-events: none;
}

.live-center {
  width: min(100%, 1350px);
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  padding: clamp(54px, 9vh, 112px) clamp(18px, 4vw, 64px) 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.live-center-card {
  position: relative;
  width: min(780px, 100%);
  overflow: hidden;
  color: #f7fafc;
  background:
    linear-gradient(135deg, rgba(13, 21, 29, 0.96), rgba(25, 39, 51, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow:
    0 30px 80px rgba(10, 17, 23, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(118%);
}

.live-center-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #2476ad 0 74%, #f26445 74% 100%);
}

.live-center-topline {
  min-height: 68px;
  padding: 0 clamp(22px, 4vw, 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.live-center-brand {
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.55px;
  text-transform: uppercase;
}

.live-center-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.live-center-status > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6a948;
  box-shadow: 0 0 0 5px rgba(214, 169, 72, 0.12);
  animation: live-wait 2.2s ease-in-out infinite;
}

.live-center-copy {
  padding: clamp(30px, 5vw, 48px) clamp(22px, 5vw, 42px) 30px;
  text-align: left;
}

.live-center-eyebrow {
  margin: 0 0 10px;
  color: #76b9e5;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.live-center-copy h1 {
  margin: 0;
  color: #fff;
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.04;
}

.live-center-copy > p:last-child {
  max-width: 520px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.55;
}

.live-center-next {
  margin: 0 clamp(22px, 5vw, 42px) clamp(30px, 5vw, 42px);
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(118, 185, 229, 0.2);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(36, 118, 173, 0.18), rgba(255, 255, 255, 0.055));
}

.live-center-next span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.live-center-next-value {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 10px;
  text-align: right;
}

.live-center-next strong {
  color: #fff;
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.live-center-next-time {
  color: #76b9e5;
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.live-center-next-zone {
  color: #e1b84f;
  font-family: "Oxanium", system-ui, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.45px;
  line-height: 1;
  white-space: nowrap;
}

@keyframes live-wait {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

@media (max-width: 700px) {
  .no-games-page,
  .live-center { min-height: calc(100svh - 64px); }
  .live-center { padding-top: 34px; padding-bottom: 40px; }
  .live-center-card { border-radius: 18px; }
  .live-center-copy { padding-bottom: 24px; }
  .live-center-next { align-items: flex-start; flex-direction: column; gap: 9px; }
  .live-center-next-value { justify-content: flex-start; flex-wrap: wrap; text-align: left; }
  .live-center-next strong { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .live-center-status > span { animation: none; }
}
