:root {
  --bg-0: #050505;
  --bg-1: #101010;
  --bg-2: #1b1b1b;
  --bg-3: #262626;
  --brand: #c0c223;
  --brand-deep: #767b18;
  --text-0: #f4f1e8;
  --text-1: #c5c5c5;
  --text-2: #8f8f8f;
  --line: rgba(255, 255, 255, 0.08);
  --live: #d90429;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(192, 194, 35, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(118, 123, 24, 0.18), transparent 18%),
    linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
  color: var(--text-0);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  --shell-pad-x: 24px;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 var(--shell-pad-x) 48px;
}

.content-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.topbar {
  position: absolute;
  top: 0;
  left: var(--shell-pad-x);
  right: var(--shell-pad-x);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 0;
  background: transparent;
  backdrop-filter: none;
  border: 0;
  box-shadow: none;
}

.brand {
  flex: 0 0 auto;
  max-width: 220px;
}

.brand img,
.footer-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.main-nav,
.topbar-actions,
.hero-actions,
.hero-meta,
.section-heading,
.player-layout,
.video-overlay,
.footer-links,
.stats-list {
  display: flex;
  align-items: center;
}

.main-nav {
  gap: 16px;
  flex-wrap: wrap;
}

.main-nav a,
.ghost-link,
.section-link,
.editorial-card a {
  color: var(--text-1);
  transition: color 180ms ease;
}

.main-nav a:hover,
.ghost-link:hover,
.section-link:hover,
.editorial-card a:hover {
  color: var(--text-0);
}

.topbar-actions {
  gap: 14px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-0);
  font-size: 0.84rem;
  font-weight: 700;
}

.status-pill.strong {
  background: rgba(5, 5, 5, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: var(--live);
  box-shadow: 0 0 0 6px rgba(217, 4, 41, 0.18);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 26px;
  margin-top: 0;
  width: calc(100% + (var(--shell-pad-x) * 2));
  margin-left: calc(var(--shell-pad-x) * -1);
  margin-right: calc(var(--shell-pad-x) * -1);
  min-height: 82vh;
  padding: 148px 44px 36px;
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 5, 28, 0.96) 0%, rgba(2, 5, 28, 0.9) 28%, rgba(5, 10, 36, 0.68) 42%, rgba(5, 5, 5, 0.18) 64%, rgba(5, 5, 5, 0.28) 100%),
    linear-gradient(0deg, rgba(5, 5, 12, 0.92) 0%, rgba(5, 5, 12, 0.24) 18%, rgba(5, 5, 12, 0) 42%),
    url("https://coresg-normal.trae.ai/api/ide/v1/text_to_image?prompt=cinematic%20sports%20broadcast%20scene%2C%20professional%20football%20match%20in%20a%20large%20stadium%2C%20dynamic%20action%2C%20floodlights%2C%20crowd%20blur%2C%20premium%20OTT%20homepage%20hero%2C%20realistic%20photography%2C%20dark%20blue%20atmosphere%2C%20high%20detail&image_size=landscape_16_9");
  background-position: center center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
}

.hero::before {
  background:
    linear-gradient(180deg, rgba(3, 10, 46, 0.18), transparent 22%),
    linear-gradient(90deg, rgba(8, 18, 64, 0.9), rgba(8, 18, 64, 0.08) 62%);
}

.hero::after {
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(2, 4, 18, 0), rgba(2, 4, 18, 0.96));
}

.hero-copy,
.hero-sidekick,
.player-panel,
.editorial-card,
.spotlight-card {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero h1,
.section-heading h2,
.editorial-card-main h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.94;
  letter-spacing: 0.02em;
}

.hero h1 {
  max-width: 8ch;
  font-size: clamp(4.4rem, 7.6vw, 7.2rem);
}

.hero-description {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(244, 241, 232, 0.88);
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions {
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 0;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button-primary {
  background: linear-gradient(135deg, var(--brand), #e0e37d);
  color: #0a0a0a;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-0);
  border-color: rgba(255, 255, 255, 0.08);
}

.button-primary:hover,
.button-secondary:hover,
.channel-card:hover,
.quick-card:hover {
  transform: translateY(-2px);
}

.hero-meta {
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-meta div {
  min-width: 120px;
}

.meta-label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-2);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-sidekick {
  position: absolute;
  right: 32px;
  bottom: 28px;
  width: min(420px, calc(100% - 64px));
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.spotlight-card,
.player-panel,
.editorial-card {
  padding: 24px;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.spotlight-badge,
.tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 0;
  background: rgba(192, 194, 35, 0.14);
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.spotlight-logo {
  width: 210px;
  height: 72px;
  margin-top: 22px;
  object-fit: contain;
  object-position: left center;
}

.spotlight-card h2,
.player-panel h3,
.editorial-card h3 {
  margin: 18px 0 10px;
  font-size: 1.5rem;
}

.spotlight-card p,
.player-panel p,
.editorial-card p {
  margin: 0;
  color: var(--text-1);
  line-height: 1.7;
}

.spotlight-card {
  max-width: 360px;
  margin-left: auto;
  padding: 20px 22px;
  background: linear-gradient(180deg, rgba(7, 10, 29, 0.84), rgba(7, 10, 29, 0.52));
  backdrop-filter: blur(10px);
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quick-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 108px;
  padding: 14px;
  border-radius: 0;
  background: rgba(7, 10, 29, 0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  color: var(--text-0);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.quick-card.active,
.channel-card.active {
  border-color: rgba(192, 194, 35, 0.8);
  box-shadow: 0 0 0 1px rgba(192, 194, 35, 0.18);
}

.quick-card img {
  width: 100%;
  height: 28px;
  object-fit: contain;
  object-position: left center;
}

.quick-card span:last-child {
  color: var(--text-2);
  font-size: 0.84rem;
}

.player-section,
.content-row,
.editorial-grid,
.site-footer {
  margin-top: 28px;
}

.section-heading {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.section-caption {
  color: var(--text-2);
  text-align: right;
}

.player-layout {
  align-items: stretch;
  gap: 22px;
}

.player-frame {
  position: relative;
  flex: 1 1 auto;
  min-height: 72vh;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(192, 194, 35, 0.18), transparent 24%),
    linear-gradient(180deg, #111111 0%, #080808 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.player-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  position: relative;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  bottom: auto;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 100%);
  backdrop-filter: blur(10px);
  z-index: 2;
  pointer-events: none;
}

.overlay-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.overlay-copy strong {
  font-size: 1.15rem;
}

.overlay-copy span {
  color: var(--text-1);
}

.player-frame video::-webkit-media-controls-panel {
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.92), rgba(8, 8, 8, 0.98));
}

.player-frame video::-webkit-media-controls-current-time-display,
.player-frame video::-webkit-media-controls-time-remaining-display {
  color: #f4f1e8;
}

.player-panel {
  width: min(100%, 360px);
}

.panel-logo-wrap {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 18px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.panel-logo-wrap img {
  max-height: 76px;
  object-fit: contain;
}

.stats-list {
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin: 22px 0 0;
}

.stats-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-list dt {
  color: var(--text-2);
}

.stats-list dd {
  margin: 0;
  text-align: right;
  font-weight: 700;
}

.channel-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-color: rgba(192, 194, 35, 0.4) transparent;
}

.channel-row::-webkit-scrollbar {
  height: 10px;
}

.channel-row::-webkit-scrollbar-thumb {
  background: rgba(192, 194, 35, 0.35);
  border-radius: 0;
}

.channel-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 18px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(192, 194, 35, 0.08), transparent 55%);
  color: var(--text-0);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.channel-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.channel-card img {
  width: 100%;
  max-width: 160px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.channel-region {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-1);
  font-size: 0.78rem;
  font-weight: 700;
}

.channel-card h3 {
  margin: 16px 0 8px;
  font-size: 1.2rem;
}

.channel-card p {
  margin: 0;
  color: var(--text-1);
  line-height: 1.6;
}

.channel-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.card-link {
  color: var(--brand);
  font-weight: 800;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 18px;
}

.editorial-card-main {
  background:
    linear-gradient(135deg, rgba(192, 194, 35, 0.14), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.editorial-card-main h2 {
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  max-width: 12ch;
}

.editorial-card a {
  display: inline-flex;
  margin-top: 22px;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  padding: 28px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer > div:first-child {
  max-width: 760px;
}

.site-footer p {
  color: var(--text-1);
  line-height: 1.7;
}

.footer-logo {
  width: 220px;
  margin-bottom: 16px;
}

.footer-links {
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
}

.empty-state {
  padding: 22px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-1);
}

@media (max-width: 1200px) {
  .hero,
  .player-layout,
  .editorial-grid,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .player-panel {
    width: 100%;
  }

  .hero-sidekick {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
  }

  .spotlight-card {
    max-width: none;
    margin-left: 0;
  }

  .editorial-grid {
    display: grid;
  }

  .footer-links {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 900px) {
  .page-shell {
    --shell-pad-x: 12px;
    padding: 12px var(--shell-pad-x) 36px;
  }

  .topbar {
    top: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18px;
  }

  .hero,
  .player-frame {
    padding: 24px;
    min-height: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 150px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .section-caption {
    text-align: left;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .channel-row {
    grid-auto-columns: minmax(220px, 82vw);
  }

  .video-overlay {
    align-items: flex-start;
    flex-direction: column;
  }

  .overlay-copy {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .page-shell {
    --shell-pad-x: 12px;
    padding-top: 8px;
  }

  .topbar,
  .hero,
  .spotlight-card,
  .player-panel,
  .editorial-card,
  .site-footer {
    border-radius: 0;
  }

  .mini-grid {
    grid-template-columns: 1fr;
  }

  .channel-card {
    min-height: 210px;
  }
}
