.stream-home {
  --stream-ink: #061815;
  --stream-deep: #08251f;
  --stream-panel: #0c342b;
  --stream-green: #18d38a;
  --stream-lime: #b9f45f;
  --stream-gold: #f4c95d;
  --stream-text: #f5fbf8;
  --stream-muted: #b8cec5;
  background: #eef5f1;
}

.stream-home .site-header {
  margin-bottom: 0;
  background: var(--stream-ink);
}

.stream-home .nav-wrap,
.stream-home .site-header-home .nav-wrap {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(6, 24, 21, 0.96);
  box-shadow: 0 16px 36px rgba(2, 14, 12, 0.24);
}

.stream-home .site-nav a,
.stream-home .nav-toggle {
  color: var(--stream-text);
}

.stream-home .site-nav a:hover,
.stream-home .site-nav a[aria-current="page"] {
  background: var(--stream-green);
  color: var(--stream-ink);
}

.stream-home-main {
  overflow: clip;
  background:
    radial-gradient(circle at 12% 8%, rgba(24, 211, 138, 0.09), transparent 24rem),
    linear-gradient(180deg, #f7fbf9 0%, #eef5f1 100%);
}

.stream-home-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(3.6rem, 7vw, 6rem);
  overflow: hidden;
  color: var(--stream-text);
  background:
    linear-gradient(90deg, rgba(3, 18, 15, 0.98) 0%, rgba(3, 18, 15, 0.9) 48%, rgba(3, 18, 15, 0.6) 100%),
    url("/assets/footer-stadium.webp?v=20260616a") center 45% / cover no-repeat;
}

.stream-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 80% 12%, rgba(185, 244, 95, 0.2), transparent 28%),
    linear-gradient(180deg, transparent 55%, rgba(3, 18, 15, 0.74));
}

.stream-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.72fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.stream-live-label,
.stream-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  margin: 0 0 1rem;
  color: var(--stream-lime);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stream-live-label::before {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--stream-green);
  box-shadow: 0 0 0 0.34rem rgba(24, 211, 138, 0.14);
}

.stream-home-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", "Barlow", sans-serif;
  font-size: clamp(3rem, 7.4vw, 6.6rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.92;
  text-wrap: balance;
}

.stream-home-hero-copy {
  max-width: 62ch;
  margin: 1.35rem 0 0;
  color: rgba(245, 251, 248, 0.86);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.7;
}

.stream-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.65rem;
}

.stream-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1.08rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.stream-action svg,
.stream-path-card svg,
.stream-step-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.stream-action-primary {
  border-color: var(--stream-green);
  background: var(--stream-green);
  color: var(--stream-ink);
  box-shadow: 0 14px 28px rgba(24, 211, 138, 0.2);
}

.stream-action-secondary {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.stream-action:hover,
.stream-action:focus-visible {
  transform: translateY(-2px);
  border-color: var(--stream-lime);
}

.stream-action:focus-visible,
.stream-path-card:focus-visible,
.stream-provider-link:focus-visible {
  outline: 3px solid var(--stream-gold);
  outline-offset: 3px;
}

.stream-hero-console {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(4, 26, 22, 0.74);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px) saturate(135%);
}

.stream-console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.15rem 0.2rem 0.85rem;
  color: var(--stream-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.stream-console-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--stream-lime);
}

.stream-console-status::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: currentColor;
}

.stream-console-screen {
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 30%, rgba(24, 211, 138, 0.16), transparent 38%),
    linear-gradient(150deg, #0b3028, #061815);
  text-align: center;
}

.stream-console-play {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: 0 auto 1rem;
  border: 1px solid rgba(185, 244, 95, 0.58);
  border-radius: 50%;
  background: rgba(185, 244, 95, 0.14);
  color: var(--stream-lime);
}

.stream-console-play svg {
  width: 1.7rem;
  height: 1.7rem;
  fill: currentColor;
}

.stream-console-screen strong {
  display: block;
  color: #fff;
  font-size: 1.18rem;
}

.stream-console-screen p {
  max-width: 34ch;
  margin: 0.45rem auto 0;
  color: var(--stream-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.stream-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #04130f;
}

.stream-trust-item {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1rem;
  color: rgba(245, 251, 248, 0.8);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.stream-trust-item + .stream-trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.stream-trust-item span {
  color: var(--stream-green);
}

.stream-home-content {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
  padding-block: clamp(2.25rem, 6vw, 5rem);
}

.stream-home-panel {
  padding: clamp(1.25rem, 3vw, 2.15rem);
  border: 1px solid rgba(8, 73, 56, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(5, 45, 34, 0.08);
}

.stream-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.3rem;
}

.stream-section-head > div {
  max-width: 760px;
}

.stream-section-kicker {
  margin-bottom: 0.48rem;
  color: #0b7655;
}

.stream-home-panel h2 {
  margin: 0;
  color: #08251f;
  font-family: "Bebas Neue", "Barlow", sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1;
}

.stream-home-panel h3 {
  color: #0a3026;
}

.stream-home-panel p {
  color: #526d63;
}

.stream-answer-copy {
  max-width: 78ch;
  margin: 0.9rem 0 0;
  font-size: 1.02rem;
  line-height: 1.7;
}

.stream-answer-copy a {
  color: #086a4d;
  font-weight: 800;
}

.stream-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.stream-path-card {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid rgba(8, 73, 56, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfefc, #f0f7f3);
  color: #08251f;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.stream-path-card:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 211, 138, 0.64);
  box-shadow: 0 16px 30px rgba(5, 45, 34, 0.1);
}

.stream-path-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #dff7eb;
  color: #087653;
}

.stream-path-card strong {
  margin-top: 1rem;
  font-size: 1.02rem;
}

.stream-path-card span:last-child {
  margin-top: 0.4rem;
  color: #60786f;
  font-size: 0.88rem;
  line-height: 1.45;
}

.stream-live-stage {
  border-color: rgba(185, 244, 95, 0.16);
  background:
    radial-gradient(circle at 92% 0%, rgba(185, 244, 95, 0.12), transparent 30%),
    linear-gradient(150deg, var(--stream-deep), var(--stream-ink));
  box-shadow: 0 26px 55px rgba(3, 24, 19, 0.2);
}

.stream-live-stage .stream-section-kicker,
.stream-live-stage h2 {
  color: var(--stream-lime);
}

.stream-live-stage .stream-stage-note {
  max-width: 64ch;
  margin: 0.75rem 0 1.2rem;
  color: var(--stream-muted);
}

.stream-live-stage .live-stream-showcase {
  margin-top: 1rem;
}

.stream-step-grid,
.stream-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stream-step-card,
.stream-provider-card {
  min-width: 0;
  padding: 1.1rem;
  border: 1px solid rgba(8, 73, 56, 0.13);
  border-radius: 16px;
  background: #f7fbf9;
}

.stream-step-number {
  color: #0b7655;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stream-step-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0.75rem 0 0.9rem;
  border-radius: 13px;
  background: #dff7eb;
  color: #087653;
}

.stream-step-card h3,
.stream-provider-card h3 {
  margin: 0;
  font-size: 1.08rem;
}

.stream-step-card p,
.stream-provider-card p {
  margin: 0.55rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.stream-provider-card {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  background: linear-gradient(155deg, #0b3028, #061815);
}

.stream-provider-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--stream-green), var(--stream-lime));
}

.stream-provider-card h3 {
  color: #fff;
}

.stream-provider-card p {
  color: var(--stream-muted);
}

.stream-provider-tag {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  background: rgba(185, 244, 95, 0.12);
  color: var(--stream-lime);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stream-provider-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 1rem;
  color: var(--stream-lime);
  font-weight: 800;
  text-decoration: none;
}

.stream-safety-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(244, 201, 93, 0.3);
  border-radius: 14px;
  background: #fff9e8;
}

.stream-safety-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #ffe9a8;
  color: #6b4b00;
  font-weight: 900;
}

.stream-safety-note strong {
  display: block;
  color: #3f3008;
}

.stream-safety-note p {
  margin: 0.25rem 0 0;
  color: #6a5a2e;
  font-size: 0.9rem;
  line-height: 1.5;
}

.stream-home-panel .faq-accordion {
  margin-top: 1rem;
}

.stream-home-panel .faq-item {
  border-color: rgba(8, 73, 56, 0.14);
  background: #f7fbf9;
}

.stream-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(8, 73, 56, 0.12);
}

.stream-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.stream-author p {
  margin: 0;
  font-size: 0.88rem;
}

.stream-author a {
  color: #0a6048;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  .stream-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .stream-hero-console {
    max-width: 620px;
  }

  .stream-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .stream-home .site-header {
    position: relative;
  }

  .stream-home-hero {
    padding-top: 3rem;
  }

  .stream-home-hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .stream-trust-strip,
  .stream-step-grid,
  .stream-provider-grid {
    grid-template-columns: 1fr;
  }

  .stream-trust-item {
    min-height: 58px;
    justify-content: flex-start;
    text-align: left;
  }

  .stream-trust-item + .stream-trust-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

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

@media (max-width: 560px) {
  .stream-home-content {
    width: min(100% - 1rem, var(--container));
  }

  .stream-home-panel {
    padding: 1rem;
    border-radius: 17px;
  }

  .stream-path-grid {
    grid-template-columns: 1fr;
  }

  .stream-path-card {
    min-height: 142px;
  }

  .stream-hero-actions,
  .stream-action {
    width: 100%;
  }

  .stream-console-screen {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stream-home *,
  .stream-home *::before,
  .stream-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Homepage is intentionally limited to the live stream and official scorecard. */
.stream-home-main {
  padding-top: calc(var(--header-height) + var(--header-topbar-height));
  background: #071c18;
}

.stream-home-section {
  padding: clamp(2rem, 5vw, 4.5rem) 0;
}

.stream-home-section-player {
  color: var(--stream-text);
  background:
    radial-gradient(circle at 10% 0%, rgba(24, 211, 138, 0.18), transparent 28rem),
    linear-gradient(145deg, #071c18, #0b3329);
}

.stream-home-section-scorecard {
  background: linear-gradient(180deg, #f4faf7, #e7f1ec);
}

.stream-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.stream-section-heading h1,
.stream-section-heading h2 {
  margin: 0;
  font-family: "Bebas Neue", "Barlow", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.95;
}

.stream-section-heading h1 {
  color: #ffffff;
}

.stream-section-heading h2 {
  color: var(--stream-ink);
}

.stream-home-section-scorecard .stream-live-label {
  color: #087653;
}

.stream-home-section-scorecard .stream-live-label::before {
  background: #087653;
  box-shadow: 0 0 0 0.34rem rgba(8, 118, 83, 0.14);
}

.stream-home [data-homepage-live-scorecard] {
  min-height: 220px;
}

.stream-home [data-homepage-live-streams] .live-stream-showcase {
  overflow: hidden;
  border: 1px solid rgba(185, 244, 95, 0.18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(4, 31, 25, 0.96), rgba(7, 57, 45, 0.92));
  box-shadow: 0 24px 54px rgba(1, 15, 11, 0.24);
}

.stream-home [data-homepage-live-streams] .live-stream-header,
.stream-home [data-homepage-live-streams] .live-stream-channel-dock {
  border-color: rgba(185, 244, 95, 0.16);
  background: rgba(2, 22, 17, 0.5);
}

.stream-home [data-homepage-live-streams] .live-stream-header h2,
.stream-home [data-homepage-live-streams] .live-stream-channel-dock h3,
.stream-home [data-homepage-live-streams] .live-stream-header-line {
  color: var(--stream-text);
}

.stream-home [data-homepage-live-streams] .live-stream-broadcaster-item {
  min-height: 44px;
  border-color: rgba(185, 244, 95, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--stream-text);
}

.stream-home [data-homepage-live-streams] .live-stream-broadcaster-item.is-active,
.stream-home [data-homepage-live-streams] .live-stream-broadcaster-item:hover,
.stream-home [data-homepage-live-streams] .live-stream-broadcaster-item:focus-visible {
  border-color: var(--stream-lime);
  background: rgba(185, 244, 95, 0.16);
  color: #ffffff;
}

.stream-home [data-homepage-live-scorecard] {
  display: grid;
  gap: 1rem;
}

.stream-home [data-homepage-live-scorecard] .match-article-card,
.stream-home [data-homepage-live-scorecard] .homepage-live-detail-block {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(7, 92, 69, 0.16);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(3, 53, 39, 0.09);
}

.stream-home [data-homepage-live-scorecard] .match-article-card-top {
  padding: 0.86rem 1rem;
  background: linear-gradient(135deg, #063a2d, #087653);
  color: #f6fffa;
}

.stream-home [data-homepage-live-scorecard] .match-article-card-body,
.stream-home [data-homepage-live-scorecard] .homepage-live-detail-block {
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.stream-home [data-homepage-live-scorecard] .match-article-score {
  border-color: rgba(7, 92, 69, 0.2);
  background: #e9f7ee;
  color: #063a2d;
}

.stream-home [data-homepage-live-scorecard] .match-article-meta-grid p,
.stream-home [data-homepage-live-scorecard] .homepage-live-lineup-team,
.stream-home [data-homepage-live-scorecard] .homepage-live-timeline-event {
  border-color: rgba(7, 92, 69, 0.13);
  background: #f5fbf7;
}

.stream-home [data-homepage-live-scorecard] .chip,
.stream-home [data-homepage-live-scorecard] .homepage-live-lineup-formation {
  border-color: rgba(7, 92, 69, 0.18);
  background: #e3f5e9;
  color: #075c45;
}

.stream-home [data-homepage-live-scorecard] .homepage-live-lineup-number,
.stream-home [data-homepage-live-scorecard] .homepage-live-timeline-minute {
  background: #087653;
  color: #ffffff;
}

.stream-home-section-comments {
  border-top: 1px solid rgba(185, 244, 95, 0.16);
  background:
    radial-gradient(circle at 88% 0%, rgba(185, 244, 95, 0.1), transparent 22rem),
    #061f18;
}

.stream-home-section-comments .comments-section {
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(185, 244, 95, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 42px rgba(1, 15, 11, 0.22);
}

.stream-home-section-comments .sport-reveal {
  opacity: 1;
  transform: none;
}

.stream-home-section-comments .comments-section > h2,
.stream-home-section-comments .social-share-title {
  color: #063a2d;
}

.stream-home-section-comments .social-share {
  border-color: rgba(7, 92, 69, 0.16);
}

.stream-home-section-comments .social-share-item:focus-visible {
  outline: 3px solid var(--stream-gold);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .stream-home-main {
    padding-top: 0;
  }

  .stream-home-section {
    padding: 1.6rem 0 2.25rem;
  }

  .stream-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .stream-home [data-homepage-live-streams] .live-stream-showcase,
  .stream-home [data-homepage-live-scorecard] .match-article-card,
  .stream-home [data-homepage-live-scorecard] .homepage-live-detail-block,
  .stream-home-section-comments .comments-section {
    border-radius: 16px;
  }
}
