.page-home {
  --home-hair: rgba(217, 242, 39, 0.16);
  --home-card: var(--field-800);
  display: block;
  background: var(--field-900);
  color: var(--chalk);
  overflow-x: hidden;
}

/* ---------- 页面上下文条 ---------- */
.page-home .home-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  padding-top: 26px;
  padding-bottom: 2px;
}

.page-home .home-context-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--gray-300);
}

.page-home .home-context-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange-500);
  box-shadow: 0 0 0 3px rgba(255, 107, 26, 0.18);
}

/* ---------- 首屏 ---------- */
.page-home .home-hero {
  position: relative;
  padding: clamp(30px, 5vw, 56px) 0 clamp(48px, 7vw, 96px);
  background:
    radial-gradient(120% 78% at 88% 0%, rgba(217, 242, 39, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(20, 41, 31, 0.55) 0%, rgba(14, 31, 26, 0) 55%),
    var(--field-900);
  border-bottom: 2px solid var(--ink);
}

.page-home .home-hero-grid {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.page-home .home-hero-title {
  margin: 12px 0 20px;
  font-size: clamp(36px, 6.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--chalk);
}

.page-home .home-hero-title em {
  display: block;
  font-style: normal;
  color: var(--yellow-400);
}

.page-home .home-hero-lede {
  max-width: 48ch;
  margin: 0 0 28px;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.75;
  color: var(--gray-300);
}

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

.page-home .home-hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px 18px;
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 2px solid var(--field-700);
}

.page-home .home-hero-stat dt {
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gray-600);
}

.page-home .home-hero-stat dd {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--chalk);
}

.page-home .home-hero-stat .num {
  color: var(--yellow-400);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.page-home .home-hero-side {
  display: grid;
  gap: 14px;
}

.page-home .home-hero-badge {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 18px 14px;
  background: var(--field-800);
  border: 2px solid var(--ink);
  border-radius: var(--radius-cut);
  box-shadow: var(--shadow-hard);
}

.page-home .home-hero-badge-label {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gray-300);
}

.page-home .home-hero-badge-num {
  font-size: clamp(42px, 7vw, 66px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--yellow-400);
  font-variant-numeric: tabular-nums;
}

.page-home .home-hero-badge-unit {
  font-size: 14px;
  color: var(--gray-300);
}

.page-home .home-hero-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-cut);
  box-shadow: var(--shadow-hard);
  background: var(--field-800);
}

.page-home .home-hero-frame img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.88) brightness(0.86);
}

.page-home .home-hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 16px 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--chalk);
  background: linear-gradient(to top, rgba(10, 15, 13, 0.94), rgba(10, 15, 13, 0));
}

@media (min-width: 940px) {
  .page-home .home-hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    align-items: center;
  }
}

/* ---------- 通用章节头 ---------- */
.page-home .home-section {
  padding: var(--section-gap) 0;
}

.page-home .home-section-head {
  max-width: 720px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.page-home .home-section-head h2 {
  margin: 10px 0 14px;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--chalk);
}

.page-home .home-lede {
  max-width: 62ch;
  margin: 0;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
  color: var(--gray-300);
}

/* ---------- 轮次色带 ---------- */
.page-home .home-rounds {
  padding-top: clamp(48px, 6vw, 84px);
  background: linear-gradient(180deg, rgba(20, 41, 31, 0.5), rgba(14, 31, 26, 0));
}

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

.page-home .home-round-tick {
  display: grid;
  grid-template-rows: 18px auto;
  justify-items: stretch;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--gray-600);
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.page-home .home-round-tick::before {
  content: "";
  align-self: end;
  height: 7px;
  background: var(--field-700);
  border: 1px solid var(--ink);
  transition: background 180ms var(--ease), height 180ms var(--ease);
}

.page-home .home-round-tick.is-current {
  color: var(--yellow-400);
  font-weight: 700;
}

.page-home .home-round-tick.is-current::before {
  height: 16px;
  background: var(--yellow-400);
}

.page-home .home-round-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 24px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 2px solid var(--field-700);
}

.page-home .home-round-legend-main {
  margin: 0;
  font-size: 15px;
  color: var(--gray-300);
}

.page-home .home-legend-key {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  background: var(--yellow-400);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
}

.page-home .home-round-legend-mono {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--gray-600);
}

@media (max-width: 720px) {
  .page-home .home-round-strip {
    grid-template-columns: repeat(18, minmax(28px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
  }
}

/* ---------- 最近一轮摘要 ---------- */
.page-home .home-digest-grid {
  display: grid;
  gap: 20px;
  align-items: start;
}

.page-home .home-digest-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 28px);
  background: var(--home-card);
  border: 2px solid var(--ink);
  border-radius: var(--radius-cut);
  box-shadow: var(--shadow-hard);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), border-color 240ms var(--ease);
}

.page-home .home-digest-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hard-lg);
  border-color: var(--yellow-400);
}

.page-home .home-digest-card--lead {
  border-top: 6px solid var(--yellow-400);
}

.page-home .home-digest-tag {
  align-self: flex-start;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--field-700);
  background: var(--field-700);
  color: var(--yellow-200);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.page-home .home-digest-title {
  margin: 0;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.32;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: var(--chalk);
}

.page-home .home-digest-note {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--gray-300);
}

.page-home .home-compare {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px 16px;
}

.page-home .home-compare-item {
  min-width: 0;
}

.page-home .home-compare-label {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gray-600);
}

.page-home .home-compare-value {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
  color: var(--chalk);
}

.page-home .home-compare-item.is-now .home-compare-value {
  color: var(--yellow-400);
}

.page-home .home-compare-unit {
  margin-left: 3px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-300);
}

.page-home .home-compare-arrow {
  padding-bottom: 6px;
  font-size: 20px;
  line-height: 1;
  color: var(--orange-500);
}

.page-home .home-spark {
  width: 100%;
  height: auto;
  max-height: 74px;
}

.page-home .home-digest-card--wide {
  padding: 0;
  overflow: hidden;
}

.page-home .home-digest-wide-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 28px);
}

.page-home .home-digest-figure {
  margin: 0;
  border-top: 2px solid var(--ink);
  background: var(--field-900);
}

.page-home .home-digest-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-digest-more {
  margin: clamp(24px, 3vw, 34px) 0 0;
}

@media (min-width: 860px) {
  .page-home .home-digest-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  }

  .page-home .home-digest-card--wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .page-home .home-digest-figure {
    border-top: 0;
    border-left: 2px solid var(--ink);
  }

  .page-home .home-digest-figure img {
    height: 100%;
    object-fit: cover;
  }
}

/* ---------- 三步动线 ---------- */
.page-home .home-steps {
  padding-bottom: var(--section-gap);
}

.page-home .home-steps-band {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 190px;
  max-height: 300px;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.page-home .home-steps-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) brightness(0.72);
}

.page-home .home-steps-band-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(14, 31, 26, 0.94) 0%, rgba(14, 31, 26, 0.58) 58%, rgba(255, 107, 26, 0.2) 100%);
}

.page-home .home-steps-band-text {
  position: relative;
  margin: 0;
  padding: clamp(20px, 3.2vw, 40px) clamp(20px, 4vw, 52px);
  font-size: clamp(17px, 2.3vw, 27px);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--chalk);
}

.page-home .home-steps-shell {
  padding-top: clamp(48px, 6vw, 88px);
}

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

.page-home .home-step {
  position: relative;
  padding: clamp(20px, 2.6vw, 30px);
  background: var(--field-800);
  border: 2px solid var(--ink);
  border-top: 5px solid var(--yellow-400);
  border-radius: var(--radius-cut);
  box-shadow: var(--shadow-hard);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease);
}

.page-home .home-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hard-lg);
}

.page-home .home-step-index {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--orange-500);
}

.page-home .home-step h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: -0.01em;
  font-weight: 800;
  color: var(--chalk);
}

.page-home .home-step-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--gray-300);
}

.page-home .home-step-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  color: var(--yellow-400);
  text-decoration: none;
  border-bottom: 2px solid rgba(217, 242, 39, 0.32);
  transition: border-color 180ms var(--ease), color 180ms var(--ease);
}

.page-home .home-step-link:hover,
.page-home .home-step-link:focus-visible {
  border-bottom-color: var(--yellow-400);
  color: var(--yellow-200);
}

@media (min-width: 820px) {
  .page-home .home-step-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ---------- 关注列表 ---------- */
.page-home .home-watch {
  border-top: 2px solid var(--field-700);
}

.page-home .home-watch-grid {
  display: grid;
  gap: clamp(26px, 4vw, 50px);
  align-items: center;
}

.page-home .home-watch-media {
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius-cut);
  box-shadow: var(--shadow-hard);
  background: var(--field-800);
}

.page-home .home-watch-media img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-watch-caption {
  padding: 10px 16px;
  border-top: 2px solid var(--ink);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--gray-300);
  background: var(--field-900);
}

.page-home .home-watch-body h2 {
  margin: 10px 0 14px;
  font-size: clamp(25px, 3.4vw, 40px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--chalk);
}

.page-home .home-watch-body .home-lede {
  margin-bottom: 22px;
}

.page-home .home-watch-body .accordion {
  margin: 0 0 26px;
  border-top: 2px solid var(--field-700);
}

.page-home .home-watch-body .accordion-item {
  position: relative;
  padding: 15px 0 15px 42px;
  border-bottom: 2px solid var(--field-700);
}

.page-home .home-watch-body .accordion-index {
  position: absolute;
  left: 0;
  top: 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gray-600);
}

.page-home .home-watch-body .accordion-trigger {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  text-align: left;
  color: var(--chalk);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}

.page-home .home-watch-body .accordion-trigger::after {
  content: "+";
  flex: none;
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1;
  color: var(--yellow-400);
}

.page-home .home-watch-body .accordion-trigger[aria-expanded="true"]::after {
  content: "−";
}

.page-home .home-watch-body .accordion-panel {
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--gray-300);
}

@media (min-width: 900px) {
  .page-home .home-watch-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }
}

/* ---------- 赛季档案 ---------- */
.page-home .home-archive {
  border-top: 2px solid var(--field-700);
  background: linear-gradient(180deg, rgba(20, 41, 31, 0.42), rgba(14, 31, 26, 0));
}

.page-home .home-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2px;
  border: 2px solid var(--ink);
  background: var(--ink);
  border-radius: var(--radius-cut);
  overflow: hidden;
}

.page-home .home-archive-cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(20px, 2.6vw, 30px) clamp(16px, 2vw, 22px);
  background: var(--field-800);
}

.page-home .home-archive-num {
  font-size: clamp(32px, 4.6vw, 50px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  color: var(--yellow-400);
}

.page-home .home-archive-num small {
  font-size: 0.45em;
  font-weight: 800;
  color: var(--orange-500);
}

.page-home .home-archive-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--gray-300);
}

.page-home .home-archive-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px 32px;
  margin-top: 28px;
}

.page-home .home-archive-text {
  flex: 1 1 420px;
  max-width: 66ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--gray-300);
}

.page-home .home-archive-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------- 收尾 ---------- */
.page-home .home-close {
  padding-bottom: clamp(56px, 7vw, 110px);
}

.page-home .home-close-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 36px;
  padding: clamp(26px, 3.6vw, 46px);
  border: 2px solid var(--ink);
  border-radius: var(--radius-cut);
  box-shadow: var(--shadow-hard-lg);
  background:
    linear-gradient(120deg, rgba(217, 242, 39, 0.14) 0%, rgba(255, 107, 26, 0.14) 100%),
    var(--field-800);
}

.page-home .home-close-body {
  flex: 1 1 380px;
}

.page-home .home-close-body h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--chalk);
}

.page-home .home-close-body p {
  max-width: 52ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--gray-300);
}

.page-home .home-close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 560px) {
  .page-home .home-hero-stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-home .home-close-shell {
    padding: 22px 18px;
  }

  .page-home .home-steps-band {
    min-height: 150px;
  }
}
<<<END>>>
