:root {
  --wtv-red: #ed2638;
  --wtv-blue: #00aeef;
  --wtv-ink: #080d12;
  --wtv-panel: #101820;
  --wtv-line: #263541;
  --wtv-muted: #91a2ae;
}
* {
  box-sizing: border-box;
}
.wtv-public {
  max-width: 1440px;
  margin: auto;
  padding: 0 34px 90px;
}
.wtv-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 58px 0 32px;
}
.wtv-kicker {
  margin: 0 0 10px;
  color: var(--wtv-blue);
  font:
    800 0.72rem/1.3 Manrope,
    sans-serif;
  letter-spacing: 0.18em;
}
.wtv-heading h1 {
  margin: 0;
  color: #fff;
  font:
    800 clamp(3rem, 8vw, 7.5rem)/0.88 Manrope,
    sans-serif;
  letter-spacing: -0.075em;
}
.wtv-heading h1 span {
  color: var(--wtv-red);
}
.wtv-heading > div > p:last-child {
  max-width: 620px;
  color: #aebbc4;
  font-size: 1.08rem;
}
.wtv-live-status {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--wtv-line);
  border-radius: 999px;
  padding: 12px 17px;
  color: #dfe8ee;
  font-weight: 700;
}
.wtv-live-status i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #788894;
}
.wtv-live-status.is-live i {
  background: var(--wtv-red);
  box-shadow: 0 0 0 6px #ed263824;
}
.wtv-watch {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(300px, 0.72fr);
  gap: 18px;
}
.wtv-player-wrap {
  position: relative;
  aspect-ratio: 16/9;
  background: #020407;
  border: 1px solid #21313d;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 34px 90px #0008;
}
.wtv-player-wrap video {
  width: 100%;
  height: 100%;
  background: #000;
}
.wtv-player-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  background: radial-gradient(circle at 50% 40%, #1b3243, #05080b 72%);
}
.wtv-player-fallback[hidden] {
  display: none;
}
.wtv-player-logo {
  display: block;
  width: clamp(135px, 18vw, 220px);
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}
.wtv-mark {
  font:
    800 2.6rem/1 Manrope,
    sans-serif;
  letter-spacing: -0.08em;
}
.wtv-mark span {
  color: var(--wtv-red);
}
.wtv-player-fallback h2 {
  margin: 15px 0 4px;
  font-size: 1.5rem;
}
.wtv-player-fallback p {
  margin: 0 0 18px;
  color: var(--wtv-muted);
  max-width: 420px;
}
.wtv-player-fallback button,
.wtv-retry {
  border: 1px solid #3b5364;
  border-radius: 9px;
  background: #172631;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
}
.wtv-live-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  background: var(--wtv-red);
  border-radius: 5px;
  padding: 6px 9px;
  font:
    800 0.7rem Manrope,
    sans-serif;
  letter-spacing: 0.12em;
}
.wtv-programme-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: linear-gradient(155deg, #16232d, #0c1319);
  border: 1px solid var(--wtv-line);
  border-radius: 18px;
}
.wtv-on-now,
.wtv-next {
  display: flex;
  justify-content: space-between;
  color: var(--wtv-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.wtv-on-now span {
  color: var(--wtv-red);
}
.wtv-programme-card > h2 {
  margin: 30px 0 10px;
  font:
    700 clamp(1.7rem, 3vw, 2.8rem)/1.06 Manrope,
    sans-serif;
  letter-spacing: -0.04em;
}
.wtv-programme-card > p {
  color: #9aabb7;
  line-height: 1.65;
}
.wtv-progress {
  height: 3px;
  background: #26343d;
  margin: 28px 0;
}
.wtv-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--wtv-red);
  transition: width 0.5s;
}
.wtv-next {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--wtv-line);
  gap: 20px;
}
.wtv-next div {
  text-align: right;
}
.wtv-next strong,
.wtv-next time {
  display: block;
  color: #eef4f7;
  letter-spacing: normal;
}
.wtv-next time {
  margin-top: 5px;
  color: var(--wtv-muted);
  font-weight: 500;
}
.wtv-schedule {
  margin-top: 78px;
}
.wtv-schedule > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}
.wtv-schedule h2,
.wtv-about h2 {
  margin: 0;
  color: #fff;
  font:
    700 clamp(2rem, 4vw, 3.6rem)/1.05 Manrope,
    sans-serif;
  letter-spacing: -0.045em;
}
.wtv-day-tabs {
  display: flex;
  padding: 4px;
  border: 1px solid var(--wtv-line);
  border-radius: 11px;
  background: #0d151b;
}
.wtv-day-tabs button {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #93a3ae;
  padding: 10px 15px;
  font-weight: 700;
}
.wtv-day-tabs button[aria-selected="true"] {
  background: #20313d;
  color: #fff;
}
.wtv-schedule-list {
  margin-top: 22px;
  border-top: 1px solid var(--wtv-line);
}
.wtv-schedule-item {
  display: grid;
  grid-template-columns: 90px 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 18px 8px;
  border-bottom: 1px solid var(--wtv-line);
}
.wtv-schedule-item > time {
  font:
    700 1.1rem Manrope,
    sans-serif;
}
.wtv-schedule-thumb {
  aspect-ratio: 16/9;
  border-radius: 8px;
  background: linear-gradient(135deg, #1d3a4d, #18242c);
  object-fit: cover;
  width: 100%;
}
.wtv-schedule-copy strong {
  display: block;
  font-size: 1.05rem;
}
.wtv-schedule-copy p {
  margin: 5px 0 0;
  color: var(--wtv-muted);
  font-size: 0.9rem;
}
.wtv-category {
  border: 1px solid #344955;
  border-radius: 999px;
  padding: 6px 9px;
  color: #a6b8c3;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.wtv-date-heading {
  padding: 27px 8px 9px;
  color: var(--wtv-blue);
  font-weight: 800;
  letter-spacing: 0.08em;
}
.wtv-loading,
.wtv-empty {
  padding: 38px 8px;
  color: var(--wtv-muted);
}
.wtv-retry {
  margin-top: 18px;
}
.wtv-about {
  margin-top: 80px;
  max-width: 820px;
}
.wtv-about p:last-child {
  color: #9aabb7;
  line-height: 1.75;
  font-size: 1.04rem;
}
@media (max-width: 900px) {
  .wtv-watch {
    grid-template-columns: 1fr;
  }
  .wtv-programme-card {
    min-height: 330px;
  }
  .wtv-heading {
    align-items: flex-start;
    gap: 24px;
  }
  .wtv-schedule-item {
    grid-template-columns: 70px 94px 1fr;
  }
  .wtv-category {
    display: none;
  }
}
@media (max-width: 620px) {
  .wtv-public {
    padding: 0 17px 64px;
  }
  .wtv-heading {
    padding-top: 35px;
    flex-direction: column;
  }
  .wtv-live-status {
    padding: 9px 13px;
  }
  .wtv-player-wrap {
    border-radius: 11px;
  }
  .wtv-player-fallback {
    padding: 15px;
  }
  .wtv-player-fallback h2 {
    font-size: 1.2rem;
  }
  .wtv-programme-card {
    padding: 21px;
    min-height: 300px;
  }
  .wtv-schedule {
    margin-top: 55px;
  }
  .wtv-schedule > header {
    display: block;
  }
  .wtv-day-tabs {
    margin-top: 18px;
    width: 100%;
  }
  .wtv-day-tabs button {
    flex: 1;
  }
  .wtv-schedule-item {
    grid-template-columns: 58px 1fr;
    gap: 12px;
  }
  .wtv-schedule-thumb {
    display: none;
  }
  .wtv-schedule-copy p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
