.page-home {
  --home-grid-line: rgba(143, 163, 191, 0.14);
  --home-card-radius: 18px;
  background: var(--deep-navy);
  color: var(--off-white);
  overflow-x: hidden;
}

/* ===== 首屏：实时战报大屏 ===== */
.page-home .home-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 24px 110px;
  background: linear-gradient(135deg, #0A1628 0%, #0E1F38 45%, #13243C 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), 0 100%);
}

.page-home .home-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.26;
  filter: saturate(0.82);
  pointer-events: none;
}

.page-home .home-hero-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(10, 22, 40, 0.94) 0%, rgba(10, 22, 40, 0.72) 48%, rgba(19, 36, 60, 0.30) 100%);
}

.page-home .home-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  margin: 0 auto;
}

.page-home .home-hero .breadcrumb-list {
  margin-bottom: 48px;
  opacity: 0.88;
}

.page-home .home-hero-grid {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.page-home .home-hero-left {
  max-width: 46rem;
}

.page-home .home-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  font-family: var(--font-numeric);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--muted-blue);
  text-transform: uppercase;
}

.page-home .home-hero h1 {
  font-family: var(--font-headline);
  font-size: clamp(38px, 8vw, 72px);
  line-height: 1.05;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page-home .home-hero-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted-blue);
  max-width: 38rem;
  margin-bottom: 24px;
}

.page-home .home-scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--home-grid-line);
  border-bottom: 1px solid var(--home-grid-line);
  margin-bottom: 22px;
}

.page-home .home-team {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .home-team-away {
  text-align: right;
}

.page-home .home-team-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--off-white);
  letter-spacing: 0.02em;
}

.page-home .home-team-meta {
  font-family: var(--font-numeric);
  font-size: 12px;
  color: var(--muted-blue);
}

.page-home .home-score {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home .home-score-main {
  font-family: var(--font-headline);
  font-size: clamp(52px, 10vw, 88px);
  color: var(--neon-green);
  line-height: 0.85;
  text-shadow: 0 0 24px rgba(57, 255, 20, 0.34);
}

.page-home .home-score-colon {
  font-family: var(--font-headline);
  font-size: clamp(38px, 7vw, 62px);
  color: var(--muted-blue);
}

.page-home .home-events {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .home-events li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  color: var(--off-white);
  padding: 8px 14px;
  border-left: 2px solid var(--orange);
  background: rgba(19, 36, 60, 0.52);
}

.page-home .home-event-min {
  font-family: var(--font-numeric);
  color: var(--orange);
  font-weight: 700;
}

.page-home .home-hero-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-home .home-dataflow {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.page-home .home-match-stats {
  margin: 0;
  width: 100%;
  max-width: 440px;
}

.page-home .home-stat-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  padding: 12px 2px;
  border-bottom: 1px solid var(--home-grid-line);
}

.page-home .home-stat-row dt {
  font-size: 13px;
  color: var(--muted-blue);
  letter-spacing: 0.04em;
}

.page-home .home-stat-row dd {
  font-family: var(--font-numeric);
  font-size: 16px;
  color: var(--off-white);
  margin: 0;
}

/* ===== 核心指标横向带 ===== */
.page-home .home-metrics-strip {
  position: relative;
  z-index: 3;
  margin: -44px auto 0;
  max-width: calc(var(--container-max) - 48px);
  padding: 0 24px 64px;
}

.page-home .home-metrics-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(57, 255, 20, 0.10);
  border: 1px solid rgba(57, 255, 20, 0.18);
  border-radius: var(--home-card-radius);
  overflow: hidden;
}

.page-home .home-metric {
  background: rgba(10, 22, 40, 0.86);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-home .home-metric .data-number {
  font-size: clamp(26px, 5vw, 42px);
  line-height: 1;
  color: var(--neon-green);
}

.page-home .home-metric-label {
  font-size: 12px;
  color: var(--muted-blue);
}

/* ===== 赛前阵容查询入口 ===== */
.page-home .home-lineup {
  padding-top: 72px;
  padding-bottom: 40px;
}

.page-home .home-section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  max-width: 64rem;
}

.page-home .home-section-head h2 {
  font-family: var(--font-headline);
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.1;
  margin: 8px 0 0;
}

.page-home .home-section-desc {
  color: var(--muted-blue);
  max-width: 44rem;
  line-height: 1.6;
  margin: 0;
}

.page-home .home-match-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.page-home .home-match-card {
  border: 1px solid var(--dark-gray);
  border-left: 3px solid var(--orange);
  background: rgba(19, 36, 60, 0.5);
  padding: 18px 20px;
  border-radius: 10px;
  transition: border-color var(--transition-fast), transform var(--transition-fast), background var(--transition-fast);
}

.page-home .home-match-card:hover,
.page-home .home-match-card:focus-within {
  border-color: var(--neon-green);
  border-left-color: var(--neon-green);
  background: rgba(19, 36, 60, 0.90);
  transform: translateX(4px);
}

.page-home .home-match-round {
  font-family: var(--font-numeric);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--orange);
  margin-bottom: 8px;
}

.page-home .home-match-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.page-home .home-match-teams strong {
  font-family: var(--font-headline);
  color: var(--neon-green);
  font-size: 22px;
  font-weight: 400;
}

.page-home .home-match-meta {
  font-size: 12px;
  color: var(--muted-blue);
}

.page-home .home-lineup-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--home-grid-line);
}

.page-home .home-lineup-footer p {
  color: var(--muted-blue);
  font-size: 14px;
  max-width: 36rem;
  margin: 0;
}

/* ===== 本周赛事表 ===== */
.page-home .home-weekly {
  position: relative;
  overflow: hidden;
  padding: 84px 0 96px;
  background: var(--navy-light);
  clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
}

.page-home .home-weekly-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.page-home .home-weekly-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.16;
}

.page-home .home-weekly-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-home .home-weekly-head h2 {
  font-family: var(--font-headline);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.1;
  margin: 10px 0 14px;
}

.page-home .home-weekly-head p {
  color: var(--muted-blue);
  line-height: 1.6;
  max-width: 30rem;
}

.page-home .home-weekly-list {
  display: grid;
  gap: 12px;
}

.page-home .home-weekly-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  background: rgba(10, 22, 40, 0.64);
  border: 1px solid var(--dark-gray);
  border-radius: 12px;
  padding: 16px 18px;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.page-home .home-weekly-item:hover {
  border-color: var(--cyan);
  background: rgba(10, 22, 40, 0.86);
}

.page-home .home-weekly-day {
  font-family: var(--font-numeric);
  color: var(--orange);
  font-size: 13px;
  white-space: nowrap;
}

.page-home .home-weekly-vs {
  font-weight: 600;
  font-size: 15px;
}

.page-home .home-weekly-vs strong {
  color: var(--muted-blue);
  font-weight: 400;
  margin: 0 6px;
}

/* ===== 球员数据对比 ===== */
.page-home .home-compare {
  padding: 84px 0;
  position: relative;
}

.page-home .home-compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .home-compare-visual {
  position: relative;
  border-radius: var(--home-card-radius);
  overflow: hidden;
  border: 1px solid var(--dark-gray);
}

.page-home .home-compare-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.page-home .home-compare-caption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(10, 22, 40, 0.86);
  border: 1px solid var(--neon-green);
  color: var(--neon-green);
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
}

.page-home .home-compare-content h2 {
  font-family: var(--font-headline);
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.1;
  margin: 10px 0 14px;
}

.page-home .home-compare-content > p {
  color: var(--muted-blue);
  line-height: 1.7;
  max-width: 40rem;
}

.page-home .home-dimension-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.page-home .home-dimension-tab {
  font-family: var(--font-numeric);
  font-size: 13px;
  padding: 8px 14px;
  border: 1px solid var(--dark-gray);
  border-radius: 999px;
  color: var(--muted-blue);
  transition: all var(--transition-fast);
}

.page-home .home-dimension-tab:hover,
.page-home .home-dimension-tab:focus {
  color: var(--neon-green);
  border-color: var(--neon-green);
}

.page-home .home-dimension-tab.is-active {
  background: var(--neon-green);
  color: var(--deep-navy);
  border-color: var(--neon-green);
  font-weight: 700;
}

.page-home .home-compare-bars {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.page-home .home-compare-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}

.page-home .home-compare-player {
  font-size: 14px;
  font-weight: 600;
}

.page-home .home-compare-value {
  font-family: var(--font-numeric);
  font-size: 15px;
  color: var(--neon-green);
  text-align: right;
}

.page-home .home-compare-bar {
  grid-column: 1 / -1;
  height: 12px;
  background: rgba(143, 163, 191, 0.14);
  border-radius: 999px;
  overflow: hidden;
}

.page-home .home-compare-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--neon-green), var(--cyan));
  border-radius: inherit;
}

.page-home .home-compare-note {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--home-grid-line);
  padding-top: 20px;
}

.page-home .home-compare-note p {
  margin: 0;
  font-size: 14px;
  color: var(--muted-blue);
}

/* ===== 上下班战报精读指南 ===== */
.page-home .home-guide {
  padding: 92px 0;
  background: linear-gradient(160deg, var(--navy-light) 0%, var(--deep-navy) 64%);
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
}

.page-home .home-guide-head {
  max-width: 42rem;
  margin-bottom: 40px;
}

.page-home .home-guide-head h2 {
  font-family: var(--font-headline);
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.1;
  margin: 10px 0 14px;
}

.page-home .home-guide-head p {
  color: var(--muted-blue);
  line-height: 1.6;
}

.page-home .home-guide-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 36px;
}

.page-home .home-guide-card {
  border: 1px solid var(--dark-gray);
  border-radius: var(--home-card-radius);
  padding: 26px 24px;
  background: rgba(10, 22, 40, 0.72);
  transition: border-color var(--transition-fast), transform var(--transition-fast);
}

.page-home .home-guide-card:hover {
  border-color: var(--orange);
  transform: translateY(-3px);
}

.page-home .home-guide-time {
  font-family: var(--font-numeric);
  font-size: 13px;
  color: var(--orange);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .home-guide-card h3 {
  font-size: 24px;
  margin: 10px 0 12px;
}

.page-home .home-guide-card p {
  color: var(--muted-blue);
  line-height: 1.6;
  font-size: 15px;
}

.page-home .home-guide-card details {
  margin-top: 16px;
  border-top: 1px solid var(--home-grid-line);
  padding-top: 14px;
}

.page-home .home-guide-card summary {
  font-size: 14px;
  color: var(--neon-green);
  font-weight: 600;
  cursor: pointer;
}

.page-home .home-guide-card details ul {
  margin: 14px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  color: var(--off-white);
  font-size: 14px;
}

.page-home .home-guide-visual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.page-home .home-guide-visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--home-card-radius);
  border: 1px solid var(--dark-gray);
  display: block;
  aspect-ratio: 16 / 9;
}

.page-home .home-guide-path {
  border-left: 3px solid var(--cyan);
  padding: 6px 0 6px 20px;
}

.page-home .home-guide-path p {
  color: var(--muted-blue);
  line-height: 1.7;
  margin: 0 0 12px;
}

.page-home .home-guide-path strong {
  color: var(--off-white);
}

/* ===== 服务对象与平台引导 ===== */
.page-home .home-audience {
  padding: 88px 0 56px;
}

.page-home .home-audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-home .home-audience h2 {
  font-family: var(--font-headline);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  margin-top: 10px;
}

.page-home .home-audience-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-home .home-audience-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--dark-gray);
  border-radius: 12px;
  background: rgba(19, 36, 60, 0.5);
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.page-home .home-audience-list li:hover {
  border-color: var(--cyan);
  background: rgba(19, 36, 60, 0.86);
}

.page-home .home-audience-index {
  font-family: var(--font-headline);
  font-size: 32px;
  color: var(--orange);
  opacity: 0.9;
}

.page-home .home-audience-list h3 {
  font-size: 18px;
  margin: 0 0 6px;
}

.page-home .home-audience-list p {
  font-size: 14px;
  color: var(--muted-blue);
  line-height: 1.6;
  margin: 0;
}

.page-home .home-audience-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 20px 0 0;
  margin-top: 48px;
  border-top: 1px solid var(--home-grid-line);
}

.page-home .home-audience-links a {
  color: var(--off-white);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--neon-green);
  padding-bottom: 3px;
  transition: color var(--transition-fast), border-color var(--transition-fast);
}

.page-home .home-audience-links a:hover {
  color: var(--neon-green);
}

/* ===== 响应式增强 ===== */
@media (min-width: 760px) {
  .page-home .home-metrics-inner {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-metric {
    padding: 28px 24px;
  }

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

  .page-home .home-guide-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .page-home .home-hero {
    padding: 110px 32px 140px;
  }

  .page-home .home-hero .breadcrumb-list {
    margin-bottom: 64px;
  }

  .page-home .home-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 64px;
    align-items: center;
  }

  .page-home .home-hero h1 {
    font-size: clamp(56px, 7vw, 88px);
  }

  .page-home .home-weekly-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
  }

  .page-home .home-weekly-head {
    padding-top: 16px;
  }

  .page-home .home-compare-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 64px;
  }

  .page-home .home-guide-visual {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .page-home .home-audience-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 64px;
  }
}

@media (min-width: 1120px) {
  .page-home .home-match-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
