.page-home {
  --gold-soft: rgba(212, 175, 55, 0.35);
  --gold-faint: rgba(212, 175, 55, 0.14);
  --green-soft: rgba(47, 109, 79, 0.16);
  --line-muted: rgba(168, 181, 174, 0.18);
  background: var(--c-bg);
}

/* ===== 首屏：射门统计大盘 ===== */
.page-home .home-dash {
  position: relative;
  padding: 42px 0 72px;
  background-color: var(--c-bg);
  background-image:
    linear-gradient(var(--green-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--green-soft) 1px, transparent 1px);
  background-size: 44px 44px;
  overflow: hidden;
}

.page-home .home-dash::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c-gold), var(--gold-faint) 88%);
}

.page-home .dash-layout {
  display: grid;
  gap: 36px;
  align-items: start;
}

.page-home .dash-intro {
  position: relative;
}

.page-home .home-title {
  margin: 10px 0 0;
  font-family: var(--font-display);
  line-height: 1.06;
  letter-spacing: 0.02em;
}

.page-home .home-title-main {
  display: block;
  font-size: clamp(36px, 6vw, 62px);
  color: var(--c-text);
}

.page-home .home-title-brand {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  color: var(--c-gold);
  letter-spacing: 0.22em;
  border-top: 1px solid var(--gold-soft);
  padding-top: 10px;
}

.page-home .home-lead {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-muted);
  max-width: 46ch;
}

.page-home .dash-index {
  display: grid;
  gap: 0;
  margin-top: 26px;
  border-top: 1px solid var(--gold-soft);
}

.page-home .dash-index a {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  padding: 10px 4px;
  text-decoration: none;
  color: var(--c-text);
  font-size: 14px;
  border-bottom: 1px solid var(--line-muted);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-home .dash-index a span {
  color: var(--c-gold);
  font-size: 12px;
}

.page-home .dash-index a:hover,
.page-home .dash-index a:focus-visible {
  background: var(--gold-faint);
  color: var(--c-gold-bright);
}

.page-home .dash-brief {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.page-home .dash-brief .stat {
  border-top: 1px solid var(--gold-soft);
  padding-top: 10px;
}

.page-home .dash-brief .stat-value {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.1;
  color: var(--c-text);
  white-space: nowrap;
}

.page-home .dash-brief .stat-label {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--c-muted);
}

.page-home .dash-map {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 28px;
  border-left: 2px solid var(--c-gold);
  opacity: 0.9;
}

.page-home .dash-board {
  position: relative;
  background: rgba(20, 58, 43, 0.56);
  border-left: 2px solid var(--c-gold);
  padding: clamp(16px, 3vw, 30px);
}

.page-home .board-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}

.page-home .board-title {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--c-gold);
  letter-spacing: 0.08em;
  margin: 0;
}

.page-home .board-note {
  font-size: 12px;
  color: var(--c-muted);
}

.page-home .board-table-wrap {
  overflow-x: auto;
}

.page-home .dash-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.page-home .dash-table th {
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  color: var(--c-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 8px 12px 8px 0;
  border-bottom: 1px solid var(--c-gold);
}

.page-home .dash-table td {
  padding: 10px 12px 10px 0;
  border-bottom: 1px solid var(--line-muted);
  font-size: 14px;
  color: var(--c-text);
  white-space: nowrap;
}

.page-home .dash-table tbody tr:nth-child(even) {
  background: rgba(47, 109, 79, 0.08);
}

.page-home .dash-table tbody tr:hover {
  background: rgba(212, 175, 55, 0.1);
}

.page-home .dash-table td:first-child {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-muted);
}

.page-home .dash-table td:nth-child(2) {
  font-size: 15px;
  font-weight: 600;
}

.page-home .dash-table td:nth-child(3) {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--c-gold-bright);
}

.page-home .dash-table td:nth-child(4),
.page-home .dash-table td:nth-child(5) {
  font-family: var(--font-mono);
  color: var(--c-text);
}

.page-home .dash-foot {
  margin: 14px 0 22px;
  font-size: 12px;
  color: var(--c-muted);
  line-height: 1.6;
}

.page-home .dash-heat {
  margin-top: 4px;
}

.page-home .heat-title {
  font-size: 14px;
  color: var(--c-muted);
  margin-bottom: 8px;
}

.page-home .dash-heat svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .hm-axis text {
  font-family: var(--font-mono);
  font-size: 10px;
  fill: var(--c-muted);
}

.page-home .hm-name text {
  font-family: var(--font-mono);
  font-size: 12px;
  fill: var(--c-text);
}

.page-home .hm-bars rect {
  transition: opacity 0.22s ease;
}

.page-home .hm-bars rect:hover {
  opacity: 1;
}

/* ===== 赛事层级导航 ===== */
.page-home .home-tiers {
  padding: 68px 0 80px;
  background: var(--c-bg-alt);
}

.page-home .tiers-head .section-desc {
  max-width: 64ch;
}

.page-home .tiers-wrap {
  margin-top: 30px;
}

.page-home .tiers-img {
  display: block;
  width: 100%;
  height: clamp(170px, 28vw, 300px);
  object-fit: cover;
  margin-bottom: 24px;
  filter: saturate(0.75) contrast(1.08);
}

.page-home .tier-grid {
  display: grid;
  gap: 18px;
}

.page-home .tier-card {
  position: relative;
  background: var(--c-bg);
  padding: 24px 24px 28px;
  border-top: 2px solid var(--c-gold);
}

.page-home .tier-card::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 48px;
  height: 1px;
  background: var(--gold-soft);
}

.page-home .tier-index {
  font-size: 13px;
  color: var(--c-gold);
  letter-spacing: 0.2em;
}

.page-home .tier-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  margin: 8px 0 10px;
  color: var(--c-text);
}

.page-home .tier-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--c-muted);
}

.page-home .tier-league-list {
  list-style: none;
  margin: 18px 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .tier-league-list li {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-gold);
  border: 1px solid var(--gold-soft);
  padding: 5px 10px;
  background: rgba(212, 175, 55, 0.05);
}

.page-home .tier-link {
  display: inline-block;
  font-size: 14px;
  color: var(--c-gold-bright);
  text-decoration: none;
  border-bottom: 1px solid var(--c-gold);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .tier-link:hover,
.page-home .tier-link:focus-visible {
  color: var(--c-text);
  border-color: var(--c-text);
}

.page-home .tiers-note {
  margin: 26px 0 0;
  font-size: 13px;
  color: var(--c-muted);
  padding-left: 14px;
  border-left: 1px solid var(--c-gold);
}

/* ===== 本周更新速览 ===== */
.page-home .home-updates {
  position: relative;
  padding: 68px 0 80px;
  background: var(--c-bg);
}

.page-home .home-updates::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--c-green), transparent 86%);
}

.page-home .updates-list {
  list-style: none;
  counter-reset: update;
  margin: 36px 0 30px;
  padding: 0;
  border-top: 1px solid var(--gold-soft);
}

.page-home .update-item {
  display: grid;
  gap: 12px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-muted);
}

.page-home .update-meta {
  font-size: 12px;
  color: var(--c-gold);
  white-space: nowrap;
}

.page-home .update-item h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--c-text);
}

.page-home .update-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--c-muted);
}

.page-home .update-item a {
  color: var(--c-gold-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-home .home-updates .btn-ghost {
  margin-top: 4px;
}

/* ===== 经典赛事回顾 ===== */
.page-home .home-classics {
  padding: 68px 0 80px;
  background: #0d241a;
}

.page-home .classic-wrap {
  display: grid;
  gap: 28px;
  margin-top: 32px;
}

.page-home .classic-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-top: 1px solid var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
}

.page-home .classic-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-home .classic-timeline::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, var(--c-gold), rgba(212, 175, 55, 0.08));
}

.page-home .classic-timeline li {
  position: relative;
  padding: 0 0 30px 30px;
}

.page-home .classic-timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c-bg);
  border: 2px solid var(--c-gold);
}

.page-home .timeline-year {
  display: block;
  font-size: 12px;
  color: var(--c-gold);
  letter-spacing: 0.16em;
  margin-bottom: 6px;
}

.page-home .classic-timeline h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--c-text);
}

.page-home .classic-timeline p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-muted);
}

.page-home .home-classics > .container > .btn-ghost {
  margin-top: 8px;
}

/* ===== 平台入口声明 ===== */
.page-home .home-entry {
  padding: 60px 0 72px;
  background: var(--c-bg-alt);
  border-top: 1px solid var(--gold-soft);
}

.page-home .entry-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.page-home .entry-text p:not(.section-kicker) {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-muted);
}

.page-home .entry-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .entry-points span {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-gold);
  border: 1px solid var(--gold-soft);
  padding: 6px 12px;
  background: rgba(212, 175, 55, 0.05);
}

.page-home .entry-img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--gold-soft);
}

/* ===== 站内路径 ===== */
.page-home .home-crosslinks {
  padding: 52px 0 72px;
  background: var(--c-bg);
}

.page-home .crosslinks-grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.page-home .crosslink {
  display: block;
  text-decoration: none;
  padding: 16px 18px;
  background: rgba(20, 58, 43, 0.72);
  border-left: 2px solid var(--c-green);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.page-home .crosslink:hover,
.page-home .crosslink:focus-visible {
  background: rgba(20, 58, 43, 1);
  border-left-color: var(--c-gold);
}

.page-home .crosslink-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--c-text);
}

.page-home .crosslink-desc {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--c-muted);
}

/* ===== 响应式 ===== */
@media (min-width: 640px) {
  .page-home .update-item {
    grid-template-columns: 120px 1fr;
    gap: 22px;
  }

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

@media (min-width: 900px) {
  .page-home .tier-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-home .classic-wrap {
    grid-template-columns: minmax(0, 360px) 1fr;
    align-items: start;
  }

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

  .page-home .crosslinks-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home .dash-layout {
    grid-template-columns: minmax(300px, 5fr) 7fr;
    gap: 56px;
  }

  .page-home .dash-brief {
    grid-template-columns: repeat(3, 1fr);
  }
}
