.page-home {
  --home-pad: 64px;
  --home-pad-lg: 104px;
  display: block;
}

/* ---------- 首屏 ---------- */
.page-home .home-hero {
  position: relative;
  padding-top: 28px;
  padding-bottom: 8px;
}

.page-home .home-hero__inner {
  display: grid;
  gap: 34px;
}

.page-home .home-hero__title {
  margin: 14px 0 0;
}

.page-home .home-hero__lead {
  margin: 18px 0 0;
  max-width: 36em;
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--text-soft);
}

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

.page-home .home-hero__fact {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: linear-gradient(158deg, rgba(34, 224, 214, .1), rgba(13, 23, 48, .62));
  border: 1px solid var(--ink-700);
}

.page-home .home-hero__fact-value {
  display: block;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--cyan);
}

.page-home .home-hero__fact-label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.5;
  color: var(--muted);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-home .home-hero__visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--ink-700);
  background:
    radial-gradient(120% 88% at 82% 6%, rgba(34, 224, 214, .26), transparent 62%),
    linear-gradient(180deg, var(--ink-800), var(--ink-900));
  min-height: 320px;
  aspect-ratio: 4 / 5;
}

.page-home .home-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.page-home .home-hero__arc {
  position: absolute;
  top: -14%;
  right: -16%;
  width: 58%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px dashed rgba(34, 224, 214, .4);
  pointer-events: none;
}

.page-home .home-hero__pulse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

/* ---------- 通用章节间距 ---------- */
.page-home .home-drawer,
.page-home .home-radar,
.page-home .home-h2h,
.page-home .home-watch,
.page-home .home-help {
  padding-top: var(--home-pad);
  padding-bottom: var(--home-pad);
}

/* ---------- 签表抽屉 ---------- */
.page-home .home-drawer__banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--ink-700);
}

.page-home .home-drawer__banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .44;
}

.page-home .home-drawer__banner-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 208px;
  padding: 26px 22px;
  background: linear-gradient(90deg, rgba(6, 11, 24, .94) 0%, rgba(6, 11, 24, .56) 64%, rgba(6, 11, 24, .12) 100%);
}

.page-home .home-drawer__banner-copy .display {
  margin: 12px 0 0;
}

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

.page-home .home-stat-list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
}

.page-home .home-stat {
  padding: 20px 22px 22px;
  border-radius: var(--radius-lg);
  background: var(--ink-800);
  border: 1px solid var(--ink-700);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.page-home .home-stat:hover {
  transform: translateY(-4px);
  border-color: var(--cyan);
  box-shadow: var(--shadow-panel);
}

.page-home .home-stat__value {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(40px, 10vw, 68px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cyan);
}

.page-home .home-stat__unit {
  margin-left: 8px;
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: .06em;
  color: var(--orange-soft);
}

.page-home .home-stat__label {
  display: block;
  margin-top: 14px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--muted);
}

.page-home .home-drawer__foot {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 30px;
}

.page-home .home-drawer__aside {
  margin: 0;
  max-width: 48ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .home-drawer__aside a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-home .home-drawer__aside a:hover {
  color: var(--orange-soft);
}

/* ---------- 波浪过渡 ---------- */
.page-home .home-wave {
  line-height: 0;
}

.page-home .home-wave svg {
  display: block;
  width: 100%;
  height: 56px;
}

/* ---------- 伤停看板 ---------- */
.page-home .home-radar__inner {
  display: grid;
  gap: 30px;
}

.page-home .home-radar__lead {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-soft);
}

.page-home .home-radar__list {
  list-style: none;
  margin: 24px 0 26px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-radar__list li {
  position: relative;
  padding-left: 24px;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--text-soft);
}

.page-home .home-radar__list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(34, 224, 214, .16);
}

.page-home .home-radar__figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-700);
}

.page-home .home-radar__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-home .home-radar__caption {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

/* ---------- 历史交锋 ---------- */
.page-home .home-h2h__head .note {
  margin-top: 16px;
}

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

.page-home .home-h2h__tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.page-home .home-h2h__tablist .tab {
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-family: var(--sans);
}

.page-home .home-h2h__tablist .tab:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.page-home .home-h2h__tabs .tab-panel {
  padding: 22px 18px;
  border-radius: var(--radius-xl);
  background: var(--ink-800);
  border: 1px solid var(--ink-700);
}

.page-home .home-fields {
  margin: 0;
  display: grid;
}

.page-home .home-fields__row {
  display: grid;
  gap: 6px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(27, 42, 74, .85);
}

.page-home .home-fields__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-home .home-fields__row:first-child {
  padding-top: 0;
}

.page-home .home-fields__row dt {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: .12em;
  color: var(--cyan);
}

.page-home .home-fields__row dd {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--text-soft);
}

/* ---------- 关注列表 ---------- */
.page-home .home-watch__inner {
  display: grid;
  gap: 30px;
}

.page-home .home-watch__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--ink-700);
}

.page-home .home-watch__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 24, 0) 42%, rgba(6, 11, 24, .78) 100%);
  pointer-events: none;
}

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

.page-home .home-watch__lead {
  margin: 18px 0 0;
  max-width: 40em;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-soft);
}

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

.page-home .home-watch__facts li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(13, 23, 48, .82);
  border: 1px solid var(--ink-700);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-soft);
}

.page-home .home-watch__num {
  flex: none;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 34px;
  line-height: 1;
  color: var(--cyan);
}

.page-home .home-watch__more {
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .home-watch__more a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-home .home-watch__more a:hover {
  color: var(--orange-soft);
}

/* ---------- 帮助卡片 ---------- */
.page-home .home-help__grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.page-home .home-help__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 22px 26px;
  border-radius: var(--radius-xl);
  background: linear-gradient(166deg, rgba(13, 23, 48, .96), rgba(6, 11, 24, .9));
  border: 1px solid var(--ink-700);
  color: inherit;
  text-decoration: none;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.page-home .home-help__card:hover {
  transform: translateY(-4px);
  border-color: var(--cyan);
  box-shadow: var(--shadow-panel);
}

.page-home .home-help__card:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
  border-color: var(--cyan);
}

.page-home .home-help__step {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--orange-soft);
}

.page-home .home-help__title {
  margin: 0;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}

.page-home .home-help__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--muted);
}

.page-home .home-help__go {
  margin-top: auto;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: .02em;
  color: var(--orange);
}

/* ---------- 版本公告条 ---------- */
.page-home .home-ticker {
  padding-bottom: 76px;
}

.page-home .home-ticker__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  padding: 18px 22px;
  border-radius: var(--radius-lg);
  background: rgba(13, 23, 48, .9);
  border: 1px solid var(--ink-700);
}

.page-home .home-ticker__dot {
  flex: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(34, 224, 214, .16);
}

.page-home .home-ticker__text {
  flex: 1 1 240px;
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--text-soft);
}

.page-home .home-ticker__text strong {
  margin-right: 10px;
  font-family: var(--mono);
  font-size: 13.5px;
  letter-spacing: .06em;
  color: var(--cyan);
}

/* ---------- 响应式 ---------- */
@media (min-width: 720px) {
  .page-home .home-drawer__banner-copy {
    min-height: 258px;
    padding: 40px 36px;
  }

  .page-home .home-h2h__tabs .tab-panel {
    padding: 32px 34px;
  }

  .page-home .home-fields__row {
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
    gap: 26px;
    align-items: baseline;
  }

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

  .page-home .home-ticker__row {
    border-radius: var(--radius-pill);
  }
}

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

@media (min-width: 960px) {
  .page-home .home-drawer,
  .page-home .home-radar,
  .page-home .home-h2h,
  .page-home .home-watch,
  .page-home .home-help {
    padding-top: var(--home-pad-lg);
    padding-bottom: var(--home-pad-lg);
  }

  .page-home .home-hero {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .page-home .home-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    align-items: center;
    gap: 60px;
  }

  .page-home .home-hero__visual {
    aspect-ratio: auto;
    min-height: 548px;
  }

  .page-home .home-hero__lead {
    font-size: 17.5px;
  }

  .page-home .home-radar__inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: start;
    gap: 54px;
  }

  .page-home .home-watch__inner {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    align-items: center;
    gap: 60px;
  }

  .page-home .home-wave svg {
    height: 86px;
  }
}
</main>
