.page-home {
  display: block;
  width: 100%;
  overflow-x: hidden;
  background: var(--deep-blue);
  color: var(--text-primary);
  font-family: var(--font-body);
  line-height: 1.6;
}

.page-home .hero-frame {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  background: linear-gradient(135deg, #101B30 0%, var(--deep-blue) 70%);
  overflow: hidden;
}

.page-home .hero-frame__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.page-home .hero-frame__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(13, 21, 38, .42) 0%, rgba(13, 21, 38, .78) 50%, var(--deep-blue) 100%),
    linear-gradient(100deg, rgba(13, 21, 38, .68) 0%, rgba(13, 21, 38, .25) 50%, rgba(13, 21, 38, .55) 100%);
}

.page-home .hero-frame__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: repeating-linear-gradient(115deg, rgba(0, 180, 255, .07) 0, rgba(0, 180, 255, .07) 1px, transparent 1px, transparent 36px);
  transform: translateX(-4%);
}

.page-home .hero-frame__corner {
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 4;
  pointer-events: none;
}

.page-home .hero-frame__corner--tl {
  top: 18px;
  left: 18px;
  border-top: 3px solid var(--electric-blue);
  border-left: 3px solid var(--electric-blue);
}

.page-home .hero-frame__corner--tr {
  top: 18px;
  right: 18px;
  border-top: 3px solid var(--electric-blue);
  border-right: 3px solid var(--electric-blue);
}

.page-home .hero-frame__corner--bl {
  bottom: 18px;
  left: 18px;
  border-bottom: 3px solid var(--electric-blue);
  border-left: 3px solid var(--electric-blue);
}

.page-home .hero-frame__corner--br {
  right: 18px;
  bottom: 18px;
  border-right: 3px solid var(--electric-blue);
  border-bottom: 3px solid var(--electric-blue);
}

.page-home .hero-frame__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 72px 22px 140px;
}

.page-home .hero-frame__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--text-secondary);
  font-size: 13px;
  letter-spacing: .08em;
}

.page-home .hero-frame__flag {
  color: var(--orange);
  font-weight: 700;
  letter-spacing: .14em;
}

.page-home .hero-frame__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--electric-blue);
  box-shadow: 0 0 14px var(--electric-blue);
}

.page-home .hero-frame__sync {
  line-height: 1.4;
}

.page-home .hero-frame__title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(52px, 10vw, 116px);
  line-height: .98;
  letter-spacing: -.045em;
  color: var(--text-primary);
  transform: skewX(-4deg);
  text-shadow: 0 20px 60px rgba(0, 180, 255, .22);
  max-width: 6em;
}

.page-home .hero-frame__lead {
  max-width: 58ch;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-secondary);
}

.page-home .hero-frame__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .hero-frame__scroll {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 14px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color .25s var(--ease);
}

.page-home .hero-frame__scroll::after {
  content: "";
  width: 52px;
  height: 1px;
  background: var(--electric-blue);
  box-shadow: 0 0 12px rgba(0, 180, 255, .55);
  transition: width .3s var(--ease);
}

.page-home .hero-frame__scroll:hover {
  color: var(--text-primary);
}

.page-home .hero-frame__scroll:hover::after {
  width: 76px;
}

.page-home .hero-ticker {
  position: absolute;
  right: 22px;
  bottom: 28px;
  z-index: 3;
  max-width: calc(100% - 44px);
  padding: 14px 16px 14px 18px;
  background: rgba(22, 32, 58, .82);
  border-left: 3px solid var(--electric-blue);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
  backdrop-filter: blur(8px);
}

.page-home .hero-ticker__label {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--orange);
}

.page-home .hero-ticker__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-primary);
}

.page-home .page-home__wrap {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 18px 72px;
}

.page-home .breadcrumbs {
  margin: 26px 0 0;
}

.page-home .page-home__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  margin-top: 16px;
}

.page-home .home-section {
  position: relative;
  padding: 52px 0 40px;
  border-top: 1px solid var(--border);
}

.page-home .home-section--first {
  border-top: 0;
}

.page-home .home-section::before {
  content: attr(data-index);
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(64px, 9vw, 116px);
  line-height: 1;
  letter-spacing: -.07em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(42, 58, 94, .65);
  pointer-events: none;
}

.page-home .home-section>* {
  position: relative;
  z-index: 1;
}

.page-home .home-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12%;
  width: 96px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--electric-blue));
}

.page-home .home-section .section-head {
  margin-bottom: 14px;
}

.page-home .home-section .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--electric-blue);
}

.page-home .home-section .section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--orange);
}

.page-home .home-section .section-title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.12;
  letter-spacing: -.025em;
  color: var(--text-primary);
}

.page-home .section-desc {
  max-width: 76ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-secondary);
}

.page-home .section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-home .check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-primary);
}

.page-home .check-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 11px;
  height: 11px;
  border-left: 2px solid var(--electric-blue);
  border-bottom: 2px solid var(--electric-blue);
  transform: rotate(-45deg);
}

.page-home .clash-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .clash-stat {
  position: relative;
  padding: 16px 14px 14px 18px;
  background: var(--navy-blue);
  border: 1px solid var(--border);
  overflow: hidden;
}

.page-home .clash-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--electric-blue);
  box-shadow: 0 0 18px rgba(0, 180, 255, .4);
}

.page-home .clash-stat dt {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.page-home .clash-stat dd {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
  color: var(--text-primary);
}

.page-home .clash-stat span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--text-secondary);
}

.page-home .clash-layout {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.page-home .clash-figure {
  margin: 0;
  padding: 0 0 12px;
}

.page-home .clash-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--border);
  object-fit: cover;
}

.page-home .clash-figure figcaption {
  padding-top: 10px;
  font-size: 13px;
  color: var(--text-secondary);
}

.page-home .trend-card {
  padding: 20px 18px;
  background: linear-gradient(160deg, var(--navy-blue) 0%, rgba(22, 32, 58, .72) 100%);
  border: 1px solid var(--border);
}

.page-home .trend-card__label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--electric-blue);
}

.page-home .trend-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--text-primary);
}

.page-home .clash-trend {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 14px;
}

.page-home .clash-trend__grid {
  stroke: rgba(42, 58, 94, .5);
  stroke-width: 1;
  stroke-dasharray: 3 5;
}

.page-home .clash-trend__bar {
  fill: url(#trend-gradient);
  transition: opacity .3s var(--ease);
}

.page-home .clash-trend__bar:hover {
  opacity: .62;
}

.page-home .clash-trend__val {
  fill: var(--electric-blue);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-display);
  text-anchor: middle;
}

.page-home .clash-trend__label {
  fill: var(--text-secondary);
  font-size: 12px;
  font-family: var(--font-body);
  text-anchor: middle;
}

.page-home .trend-card__note {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-secondary);
}

.page-home .columns-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.page-home .column-card {
  background: var(--navy-blue);
  border: 1px solid var(--border);
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}

.page-home .column-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 180, 255, .6);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
}

.page-home .column-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.page-home .column-card__link .media-frame {
  flex: none;
}

.page-home .column-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  padding: 16px 16px 18px;
}

.page-home .column-card__tag {
  align-self: flex-start;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--orange);
  border: 1px solid rgba(255, 138, 0, .42);
}

.page-home .column-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-primary);
}

.page-home .column-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary);
}

.page-home .column-card__meta {
  margin-top: auto;
  padding-top: 8px;
  font-size: 12px;
  color: var(--text-secondary);
}

.page-home .feed-panel {
  margin-top: 26px;
  padding: 4px 0;
  background: var(--navy-blue);
  border: 1px solid var(--border);
}

.page-home .feed-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 13px;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}

.page-home .feed-status strong {
  color: var(--text-primary);
}

.page-home .feed-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--electric-blue);
  box-shadow: 0 0 12px var(--electric-blue);
}

.page-home .feed-list {
  margin: 0;
  padding: 4px 14px;
  list-style: none;
}

.page-home .feed-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(42, 58, 94, .42);
}

.page-home .feed-item:last-child {
  border-bottom: 0;
}

.page-home .feed-item__tag {
  flex: none;
  padding: 2px 9px;
  font-size: 11px;
  font-weight: 700;
  color: var(--electric-blue);
  border: 1px solid rgba(0, 180, 255, .35);
}

.page-home .feed-item__title {
  flex: 1 1 calc(100% - 110px);
  min-width: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-primary);
  text-decoration: none;
  transition: color .2s var(--ease);
}

.page-home .feed-item__title:hover {
  color: var(--electric-blue);
}

.page-home .feed-item__meta {
  flex: none;
  font-size: 12px;
  color: var(--text-secondary);
}

.page-home .review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-home .home-stat-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.page-home .home-stat {
  padding: 16px 14px;
  background: rgba(22, 32, 58, .6);
  border: 1px solid var(--border);
}

.page-home .home-stat__num {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--electric-blue);
}

.page-home .home-stat__label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--text-secondary);
}

.page-home .trust-note {
  margin-top: 26px;
  padding: 18px 20px;
  background: linear-gradient(120deg, rgba(0, 180, 255, .09) 0%, rgba(255, 138, 0, .04) 100%);
  border-left: 3px solid var(--electric-blue);
}

.page-home .trust-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-secondary);
}

.page-home .page-home__side {
  align-self: start;
  min-width: 0;
}

.page-home .standings-panel {
  background: linear-gradient(180deg, var(--navy-blue) 0%, rgba(22, 32, 58, .92) 100%);
  border: 1px solid var(--border);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .36);
  overflow: hidden;
}

.page-home .standings-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 18px 12px;
  background: rgba(13, 21, 38, .65);
}

.page-home .standings-panel__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--text-primary);
}

.page-home .standings-panel__badge {
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  color: var(--electric-blue);
  border: 1px solid rgba(0, 180, 255, .4);
  border-radius: 999px;
}

.page-home .standings-panel__preview {
  position: relative;
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.page-home .standings-panel__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.page-home .standings-panel__preview-label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  background: rgba(13, 21, 38, .78);
  border-left: 2px solid var(--electric-blue);
}

.page-home .standings-panel__tabs {
  display: flex;
  gap: 2px;
  margin: 0;
  padding: 12px 14px 0;
  list-style: none;
  overflow-x: auto;
}

.page-home .standings-panel__tabs li {
  flex: none;
  padding: 7px 10px 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-secondary);
  border-bottom: 2px solid transparent;
}

.page-home .standings-panel__tabs li.is-active {
  color: var(--electric-blue);
  border-bottom-color: var(--electric-blue);
}

.page-home .standings-panel__tablewrap {
  padding: 4px 8px 8px;
  overflow-x: auto;
}

.page-home .standings-table {
  width: 100%;
  min-width: 330px;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 12px;
}

.page-home .standings-table__caption {
  padding: 6px 8px 2px;
  text-align: left;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.page-home .standings-table th {
  padding: 8px 6px;
  text-align: left;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}

.page-home .standings-table td {
  padding: 8px 6px;
  border-bottom: 1px solid rgba(42, 58, 94, .38);
  color: var(--text-primary);
}

.page-home .standings-table tr:last-child td {
  border-bottom: 0;
}

.page-home .standings-table__team {
  font-weight: 700;
}

.page-home .standings-table__pts {
  font-weight: 800;
  color: var(--electric-blue);
}

.page-home .standings-table tr.is-danger td {
  color: var(--red);
}

.page-home .standings-table tr.is-danger .standings-table__pts {
  color: var(--red);
}

.page-home .standings-panel__note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
  padding: 12px 16px;
  font-size: 12px;
  color: var(--text-secondary);
  border-top: 1px solid var(--border);
}

.page-home .side-anchor {
  display: block;
  margin-top: 14px;
  padding: 11px 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  border: 1px solid var(--border);
  transition: color .25s var(--ease), border-color .25s var(--ease);
}

.page-home .side-anchor:hover {
  color: var(--text-primary);
  border-color: var(--electric-blue);
}

@media (min-width: 720px) {
  .page-home .hero-frame {
    min-height: 680px;
  }

  .page-home .hero-frame__content {
    padding: 84px 34px 170px;
  }

  .page-home .hero-frame__lead {
    font-size: 17px;
  }

  .page-home .hero-ticker {
    right: 34px;
    bottom: 38px;
    max-width: 320px;
  }

  .page-home .page-home__wrap {
    padding-right: 26px;
    padding-left: 26px;
  }

  .page-home .clash-layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    align-items: start;
  }

  .page-home .columns-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .home-stat-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .feed-item__title {
    flex-basis: 200px;
  }
}

@media (min-width: 1080px) {
  .page-home .hero-frame {
    min-height: 760px;
  }

  .page-home .hero-frame__content {
    max-width: 1260px;
    margin: 0 auto;
    padding-right: 380px;
  }

  .page-home .hero-frame__title {
    font-size: clamp(76px, 9vw, 128px);
  }

  .page-home .page-home__wrap {
    padding-right: 34px;
    padding-left: 34px;
  }

  .page-home .page-home__layout {
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 52px;
  }

  .page-home .page-home__side {
    position: sticky;
    top: 24px;
  }

  .page-home .home-section {
    padding: 66px 0 52px;
  }

  .page-home .home-section::before {
    top: 38px;
  }

  .page-home .columns-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .page-home .page-home__wrap {
    padding-right: 48px;
    padding-left: 48px;
  }

  .page-home .hero-frame__content {
    padding-left: 48px;
    padding-right: 400px;
  }

  .page-home .hero-ticker {
    right: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
