.page-home {
  --hero-speed-color: rgba(230, 57, 70, 0.08);
  --hero-console-bg: #162a4d;
  --report-card-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  --subscribe-stripe: rgba(255, 255, 255, 0.04);
  background: var(--c-bg);
  color: var(--c-dark);
  overflow-x: hidden;
}

.page-home .home-crumb {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
  color: var(--c-muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-home .home-crumb__item {
  font-weight: 500;
}

.page-home .home-crumb__item--current {
  color: var(--c-primary);
  font-weight: 700;
}

.page-home .home-crumb__sep {
  color: var(--c-muted);
  opacity: 0.7;
}

.page-home .home-hero {
  position: relative;
  padding: 2rem 0 3.5rem;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    120deg,
    transparent 0 16px,
    var(--hero-speed-color) 16px 18px
  );
  z-index: 0;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 8%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(247, 127, 0, 0.16) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.page-home .home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.page-home .home-hero__kicker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--c-deep);
  margin: 0 0 1rem;
}

.page-home .home-hero__title {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 5.5vw, 3.6rem);
  line-height: 1.16;
  color: var(--c-dark);
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}

.page-home .home-hero__desc {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--c-muted);
  margin: 0 0 1.75rem;
  max-width: 34em;
}

.page-home .home-hero__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.page-home .home-hero__console {
  min-width: 0;
}

.page-home .console-card {
  background:
    linear-gradient(135deg, rgba(247, 127, 0, 0.18) 0%, transparent 36%),
    var(--hero-console-bg);
  color: var(--c-white);
  padding: 1.75rem 1.6rem;
  box-shadow: var(--report-card-shadow);
  border-left: 4px solid var(--c-secondary);
  clip-path: polygon(2% 0, 100% 0, 100% 86%, calc(100% - 1.8rem) 100%, 0 100%);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.page-home .console-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-home .console-card__meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .console-card__match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem 0 0.6rem;
}

.page-home .console-card__team {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-white);
}

.page-home .console-card__team:first-child {
  text-align: right;
}

.page-home .console-card__team:last-child {
  text-align: left;
}

.page-home .console-card__score {
  font-family: var(--font-num);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 700;
  color: var(--c-secondary);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.25rem 0.9rem;
  border-radius: 4px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.page-home .console-card__tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.page-home .console-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
}

.page-home .console-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: center;
}

.page-home .console-stat__num {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--c-neon);
}

.page-home .console-stat__label {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: 0.03em;
}

.page-home .home-report {
  position: relative;
  background:
    radial-gradient(circle at 88% 8%, rgba(230, 57, 70, 0.35) 0%, transparent 34%),
    var(--c-deep);
  color: var(--c-white);
  padding: 4rem 0 4.5rem;
  margin-top: 2rem;
}

.page-home .home-report::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 28px;
  background: var(--c-bg);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 40%);
  pointer-events: none;
}

.page-home .home-report .section-title {
  color: var(--c-white);
  margin: 0;
}

.page-home .home-report .section-title__index {
  color: var(--c-secondary);
}

.page-home .home-report__headbar {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.page-home .home-report__heading {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.page-home .home-report__intro {
  font-size: 0.875rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 42em;
}

.page-home .home-report__grid {
  display: grid;
  gap: 1.5rem;
}

.page-home .report-feature {
  display: flex;
  flex-direction: column;
  background: var(--c-white);
  color: var(--c-dark);
  box-shadow: var(--report-card-shadow);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%);
  min-width: 0;
}

.page-home .report-feature__media {
  position: relative;
  background: var(--c-deep);
}

.page-home .report-feature__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .report-feature__flag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-home .report-feature__body {
  padding: 1.25rem 1.25rem 1.75rem;
}

.page-home .report-feature__title {
  font-size: 1.125rem;
  font-weight: 900;
  font-style: italic;
  margin: 0 0 1rem;
}

.page-home .report-feature__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
}

.page-home .report-feature__stats li {
  font-size: 0.8125rem;
  color: var(--c-muted);
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 0.4rem;
}

.page-home .report-feature__stats .num {
  color: var(--c-dark);
  font-weight: 700;
}

.page-home .report-list {
  min-width: 0;
}

.page-home .report-list__title {
  font-size: 0.9375rem;
  font-weight: 900;
  font-style: italic;
  color: var(--c-white);
  margin: 0 0 1rem;
  padding-left: 0.75rem;
  border-left: 4px solid var(--c-secondary);
}

.page-home .report-list__items {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-home .report-list__row {
  display: grid;
  grid-template-columns: 2.6rem 1fr auto;
  gap: 0.6rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid rgba(255, 255, 255, 0.24);
  padding: 0.7rem 0.8rem;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}

.page-home .report-list__row:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

.page-home .report-list__league {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--c-secondary);
  background: rgba(247, 127, 0, 0.16);
  padding: 0.2rem 0.4rem;
  text-align: center;
}

.page-home .report-list__teams {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.page-home .report-list__teams .num {
  color: var(--c-white);
  font-weight: 700;
}

.page-home .report-list__actions {
  display: flex;
  justify-content: flex-end;
}

.page-home .report-list__more {
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
}

.page-home .home-subscribe {
  position: relative;
  background:
    repeating-linear-gradient(135deg, var(--subscribe-stripe) 0 6px, transparent 6px 12px),
    var(--c-primary);
  color: var(--c-white);
  padding: 4rem 0 4.5rem;
  margin-top: 1rem;
  clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}

.page-home .home-subscribe .section-title {
  color: var(--c-white);
  margin: 0;
}

.page-home .home-subscribe .section-title__index {
  color: var(--c-white);
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-home .home-subscribe__headbar {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.page-home .home-subscribe__heading {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  min-width: 16rem;
}

.page-home .home-subscribe__intro {
  font-size: 0.875rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 44em;
}

.page-home .home-subscribe__state {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(0, 0, 0, 0.16);
  padding: 0.45rem 0.75rem;
  border-radius: 2rem;
  margin-left: auto;
  white-space: nowrap;
}

@keyframes page-home-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.78);
  }
}

.page-home .home-subscribe__state .status-dot {
  animation: page-home-pulse 1.8s var(--ease) infinite;
}

.page-home .home-subscribe__grid {
  display: grid;
  gap: 1.5rem;
}

.page-home .subscribe-stream {
  background: rgba(0, 0, 0, 0.18);
  border-left: 4px solid var(--c-white);
  min-width: 0;
}

.page-home .subscribe-stream__bar {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.7fr;
  gap: 0.8rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.page-home .subscribe-stream__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .subscribe-stream__row {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.7fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.78rem 0.9rem;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.page-home .subscribe-stream__row:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}

.page-home .subscribe-stream__row:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(3px);
}

.page-home .subscribe-stream__teams {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--c-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .subscribe-stream__score {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-white);
  background: rgba(0, 0, 0, 0.2);
  padding: 0.15rem 0.4rem;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  width: fit-content;
}

.page-home .subscribe-stream__state {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .subscribe-stream__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.8rem 0.9rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(0, 0, 0, 0.14);
}

.page-home .subscribe-stream__help {
  color: var(--c-white);
  font-weight: 700;
  text-decoration: none;
}

.page-home .subscribe-stream__help:hover {
  color: var(--c-neon);
}

.page-home .subscribe-chart {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  min-width: 0;
}

.page-home .subscribe-chart__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .subscribe-chart__note {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

.page-home .home-widescreen {
  position: relative;
  background: linear-gradient(100deg, var(--c-bg) 0%, var(--c-white) 64%);
  padding: 4rem 0;
}

.page-home .home-widescreen::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5%;
  width: 16%;
  background: var(--c-secondary);
  transform: skewX(-8deg);
  opacity: 0.12;
}

.page-home .home-widescreen__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.page-home .home-widescreen__media {
  min-width: 0;
}

.page-home .home-widescreen__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: var(--shadow);
  border-bottom: 6px solid var(--c-primary);
}

.page-home .home-widescreen__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.page-home .home-widescreen__content .section-title {
  margin: 0;
  color: var(--c-dark);
}

.page-home .home-widescreen__content .section-title__index {
  color: var(--c-secondary);
}

.page-home .home-widescreen__desc {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--c-muted);
  margin: 0;
  max-width: 32em;
}

.page-home .home-widescreen__actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.page-home .home-calendar {
  background: var(--c-bg);
  padding: 4rem 0 4.5rem;
}

.page-home .home-calendar__head {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.page-home .home-calendar__heading {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.page-home .home-calendar__heading .section-title {
  margin: 0;
}

.page-home .home-calendar__heading .section-title__index {
  color: var(--c-secondary);
}

.page-home .home-calendar__intro {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--c-muted);
  margin: 0.4rem 0 0;
  max-width: 42em;
}

.page-home .home-calendar__aside {
  min-width: 0;
}

.page-home .home-calendar__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-left: 6px solid var(--c-secondary);
}

.page-home .home-calendar__panel {
  background: var(--c-white);
  box-shadow: var(--shadow);
  padding: 1.25rem;
  border-left: 6px solid var(--c-secondary);
}

.page-home .home-calendar__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}

.page-home .home-calendar__month {
  font-family: var(--font-title);
  font-size: 1.125rem;
  font-weight: 900;
  font-style: italic;
  color: var(--c-dark);
}

.page-home .home-calendar__nav {
  display: flex;
  gap: 0.4rem;
}

.page-home .home-calendar__arrow {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--c-bg);
  background: var(--c-bg);
  color: var(--c-dark);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.page-home .home-calendar__arrow:hover {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: var(--c-white);
}

.page-home .home-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.375rem;
}

.page-home .cal-dow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--c-muted);
  text-align: center;
  padding: 0.55rem 0;
  border-bottom: 2px solid var(--c-bg);
}

.page-home .cal-day {
  min-height: 3.5rem;
  background: var(--c-bg);
  border-radius: 4px;
  padding: 0.45rem 0.5rem;
  font-size: 0.8125rem;
  color: var(--c-dark);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.page-home .cal-day--event {
  background: rgba(247, 127, 0, 0.2);
  font-weight: 700;
  color: var(--c-deep);
}

.page-home .cal-day__badge {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: var(--c-secondary);
  border-radius: 50%;
}

.page-home .cal-day--empty {
  background: transparent;
}

.page-home .home-calendar__events {
  margin-top: 1.4rem;
  border-top: 1px solid var(--c-bg);
  padding-top: 1.15rem;
}

.page-home .home-calendar__events-title {
  font-size: 0.8125rem;
  font-weight: 900;
  font-style: italic;
  color: var(--c-deep);
  margin: 0 0 0.75rem;
}

.page-home .home-calendar__events ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.page-home .home-calendar__events li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8125rem;
  color: var(--c-dark);
  background: var(--c-bg);
  padding: 0.55rem 0.8rem;
  border-left: 3px solid var(--c-secondary);
}

.page-home .home-calendar__events li span {
  font-family: var(--font-num);
  font-weight: 700;
  color: var(--c-secondary);
  white-space: nowrap;
}

.page-home .home-closing {
  position: relative;
  background:
    radial-gradient(circle at 18% 82%, rgba(230, 57, 70, 0.4) 0%, transparent 32%),
    var(--c-deep);
  color: var(--c-white);
  padding: 3.25rem 0;
  text-align: center;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 92%);
}

.page-home .home-closing__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}

.page-home .home-closing__lead {
  font-family: var(--font-title);
  font-size: clamp(1.2rem, 3vw, 1.75rem);
  font-weight: 900;
  font-style: italic;
  margin: 0;
  color: var(--c-white);
}

.page-home .home-closing__actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .page-home .home-calendar__head {
    grid-template-columns: 1fr 12rem;
    align-items: center;
  }

  .page-home .home-calendar__events ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-calendar__events li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .page-home .cal-day {
    min-height: 4.25rem;
  }

  .page-home .home-subscribe__headbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 960px) {
  .page-home .home-hero {
    padding: 3.5rem 0 4.5rem;
  }

  .page-home .home-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }

  .page-home .home-hero__desc {
    font-size: 1rem;
  }

  .page-home .console-card {
    padding: 2rem 1.9rem;
  }

  .page-home .home-report {
    padding: 5rem 0 5.5rem;
  }

  .page-home .home-report__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 2rem;
    align-items: stretch;
  }

  .page-home .home-subscribe {
    padding: 5rem 0 5.5rem;
  }

  .page-home .home-subscribe__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    align-items: stretch;
  }

  .page-home .home-widescreen {
    padding: 5rem 0;
  }

  .page-home .home-widescreen__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }

  .page-home .home-widescreen__content {
    padding-left: 1rem;
  }

  .page-home .home-calendar {
    padding: 5rem 0 5.5rem;
  }

  .page-home .home-calendar__panel {
    padding: 1.75rem;
  }

  .page-home .home-closing {
    padding: 4rem 0;
  }
}

@media (min-width: 1200px) {
  .page-home .home-hero__grid {
    gap: 4rem;
  }

  .page-home .home-report__grid {
    gap: 2.5rem;
  }

  .page-home .home-calendar__grid {
    gap: 0.5rem;
  }

  .page-home .cal-day {
    min-height: 4.75rem;
    font-size: 0.9375rem;
  }
}
