.page-home {
  --home-gold-rgb: 212, 175, 55;
  --home-red-rgb: 230, 57, 70;
  position: relative;
  padding-bottom: 4rem;
  background-color: var(--c-primary);
  color: var(--c-cream);
  overflow-x: hidden;
}

.page-home .container {
  position: relative;
  z-index: 1;
}

.page-home .home-glow {
  position: absolute;
  top: -10rem;
  right: -6rem;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--home-gold-rgb), 0.1), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.page-home .home-section {
  position: relative;
  padding-top: 3.5rem;
}

.page-home .home-kicker {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-gold-light);
}

.page-home .section-head {
  margin-bottom: 2rem;
}

.page-home .section-head__num {
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--font-data);
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: var(--c-gold);
}

.page-home .section-head__title {
  margin: 0 0 0.625rem;
  font-family: var(--font-headline);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  color: var(--c-cream);
}

.page-home .section-head__desc {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(248, 249, 250, 0.72);
}

.page-home .breadcrumb {
  margin: 1.25rem 0 0.5rem;
  font-size: 0.875rem;
  color: var(--c-gray-light);
}

.page-home .breadcrumb__current {
  color: var(--c-gold);
}

/* 01 平台声明 */
.page-home .home-hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  align-items: center;
}

.page-home .home-hero__lead {
  margin: 1.25rem 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(248, 249, 250, 0.88);
}

.page-home .home-hero__trust {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.5rem 1.125rem;
  border: 1px solid rgba(var(--home-gold-rgb), 0.3);
  border-radius: var(--radius-pill);
  background: rgba(var(--home-gold-rgb), 0.08);
  font-size: 0.875rem;
  color: var(--c-gold-light);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 1.5rem;
}

.page-home .home-hero__visual {
  position: relative;
}

.page-home .home-hero__photo .image-frame {
  overflow: hidden;
  border: 1px solid rgba(var(--home-gold-rgb), 0.35);
  border-radius: var(--radius-lg);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.35);
}

.page-home .home-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 1.125rem;
  border-radius: var(--radius-pill);
  background: rgba(7, 21, 39, 0.85);
  font-size: 0.8125rem;
  color: var(--c-cream);
}

/* 02 数据面板 */
.page-home .home-dashboard__body {
  padding: 1.75rem;
  border: 1px solid rgba(var(--home-gold-rgb), 0.18);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(27, 58, 91, 0.5), rgba(7, 21, 39, 0.85));
}

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

.page-home .home-dashboard__metric {
  padding: 1.125rem;
  border: 1px solid rgba(233, 236, 239, 0.08);
  border-radius: var(--radius-md);
  background: rgba(11, 31, 51, 0.7);
}

.page-home .home-dashboard__label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(248, 249, 250, 0.7);
}

.page-home .home-dashboard__value {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--c-gold);
}

.page-home .home-dashboard__unit {
  margin-left: 0.25rem;
  font-size: 0.8125rem;
  color: rgba(248, 249, 250, 0.55);
}

.page-home .home-dashboard__chart {
  margin-top: 1.5rem;
}

.page-home .home-dashboard__chart .image-frame {
  overflow: hidden;
  border: 1px solid rgba(233, 236, 239, 0.08);
  border-radius: var(--radius-md);
}

.page-home .home-dashboard__note {
  margin: 1.25rem 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(248, 249, 250, 0.82);
}

.page-home .home-dashboard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* 03 球队库 */
.page-home .home-teams__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: center;
}

.page-home .home-teams__visual .image-frame {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.3);
}

.page-home .home-teams__intro {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248, 249, 250, 0.85);
}

.page-home .home-teams__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}

.page-home .home-teams__filter-label {
  flex-basis: 100%;
  font-size: 0.8125rem;
  color: rgba(248, 249, 250, 0.55);
}

.page-home .home-teams__filter {
  padding: 0.45rem 1.1rem;
  border: 1px solid rgba(var(--home-gold-rgb), 0.4);
  border-radius: var(--radius-pill);
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--c-cream);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .home-teams__filter:hover,
.page-home .home-teams__filter.is-active {
  border-color: var(--c-gold);
  background: var(--c-gold);
  color: var(--c-primary);
}

/* 04 战报速递 */
.page-home .home-reports__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.page-home .home-reports__card {
  padding: 1.5rem;
  border: 1px solid rgba(233, 236, 239, 0.08);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(27, 58, 91, 0.45), rgba(7, 21, 39, 0.9));
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.page-home .home-reports__card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--home-gold-rgb), 0.4);
}

.page-home .home-reports__league {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-home .home-reports__round {
  font-size: 0.8125rem;
  color: rgba(248, 249, 250, 0.6);
}

.page-home .home-reports__score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 0.75rem;
}

.page-home .home-reports__team {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--c-cream);
}

.page-home .home-reports__team:last-child {
  text-align: right;
}

.page-home .home-reports__num {
  font-family: var(--font-data);
  font-size: 1.625rem;
  font-weight: 700;
  white-space: nowrap;
  color: var(--c-gold);
}

.page-home .home-reports__events {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(248, 249, 250, 0.72);
}

.page-home .home-reports__link {
  padding-bottom: 0.125rem;
  border-bottom: 1px solid rgba(var(--home-gold-rgb), 0.35);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--c-gold);
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.page-home .home-reports__link:hover {
  border-color: var(--c-gold);
}

/* 05 视频集锦 */
.page-home .home-videos__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.page-home .home-videos__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(233, 236, 239, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(7, 21, 39, 0.55);
}

.page-home .home-videos__thumb {
  position: relative;
}

.page-home .home-videos__thumb .image-frame {
  overflow: hidden;
  border-radius: var(--radius-md);
}

.page-home .home-videos__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(27, 58, 91, 0.7), rgba(7, 21, 39, 0.9));
}

.page-home .home-videos__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid rgba(var(--home-gold-rgb), 0.5);
  border-radius: 50%;
  font-size: 0.9375rem;
  color: var(--c-gold);
}

.page-home .home-videos__duration {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.25rem 0.625rem;
  border-radius: var(--radius-pill);
  background: rgba(7, 21, 39, 0.85);
  font-family: var(--font-data);
  font-size: 0.75rem;
  color: var(--c-cream);
}

.page-home .home-videos__title {
  margin: 0.375rem 0 0.25rem;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--c-cream);
}

.page-home .home-videos__meta {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(248, 249, 250, 0.55);
}

.page-home .home-videos__more {
  margin-top: 1.5rem;
  text-align: center;
}

/* 06 版本归档 */
.page-home .home-archive__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.page-home .home-archive__timeline {
  display: grid;
  gap: 0.875rem;
}

.page-home .home-archive__week {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.125rem;
  border-left: 3px solid rgba(var(--home-gold-rgb), 0.5);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: rgba(11, 31, 51, 0.45);
}

.page-home .home-archive__week-num {
  font-family: var(--font-data);
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
  color: var(--c-gold);
}

.page-home .home-archive__week-main h3 {
  margin: 0 0 0.375rem;
  font-size: 1rem;
  color: var(--c-cream);
}

.page-home .home-archive__week-main p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(248, 249, 250, 0.65);
}

.page-home .home-archive__aside .panel {
  padding: 1.5rem;
  border: 1px solid rgba(var(--home-gold-rgb), 0.2);
  border-left: 3px solid var(--c-gold);
  border-radius: var(--radius-md);
  background: rgba(7, 21, 39, 0.75);
}

.page-home .home-archive__aside .panel p {
  margin: 0.875rem 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(248, 249, 250, 0.8);
}

@media (min-width: 52rem) {
  .page-home {
    padding-bottom: 6rem;
  }

  .page-home .home-section {
    padding-top: 5rem;
  }

  .page-home .home-hero__layout {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 3rem;
  }

  .page-home .home-dashboard__metrics {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }

  .page-home .home-dashboard__value {
    font-size: 2.5rem;
  }

  .page-home .home-teams__layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2.5rem;
  }

  .page-home .home-teams__filter-label {
    flex-basis: auto;
  }

  .page-home .home-reports__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .page-home .home-videos__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .page-home .home-videos__item {
    grid-template-columns: 14rem 1fr;
    align-items: center;
  }

  .page-home .home-archive__layout {
    grid-template-columns: 1fr 0.55fr;
    gap: 2rem;
    align-items: start;
  }
}
