.page-home {
  --home-diag-l: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  --home-diag-r: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

/* ---------- 首屏 ---------- */
.page-home .hero {
  position: relative;
  padding-top: clamp(36px, 6.5vw, 82px);
  padding-bottom: 0;
  overflow: hidden;
}

.page-home .hero::before {
  content: "";
  position: absolute;
  top: -18%;
  left: -12%;
  width: 62%;
  height: 78%;
  background: radial-gradient(circle at 40% 40%, rgba(30, 144, 255, .16), transparent 68%);
  pointer-events: none;
}

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

.page-home .hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--rock);
  text-transform: uppercase;
}

.page-home .live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 0 4px rgba(57, 255, 20, .16);
  flex: none;
}

.page-home .hero__title {
  margin: 0 0 26px;
  max-width: 17ch;
  font-size: clamp(32px, 6.4vw, 78px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--cream);
}

.page-home .hero__lede {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.75;
  color: var(--ink-soft);
}

/* ---------- 对角切割入口 ---------- */
.page-home .cut-shell {
  margin-top: clamp(34px, 5.5vw, 64px);
}

.page-home .cut {
  display: grid;
  gap: 10px;
}

.page-home .cut__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 244px;
  padding: 26px 22px;
  overflow: hidden;
  border-radius: var(--r-md);
  border: 1px solid var(--line-soft);
  background: var(--panel);
  text-decoration: none;
  transition: background .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}

.page-home .cut__panel--left {
  background:
    linear-gradient(160deg, rgba(30, 144, 255, .18) 0%, rgba(17, 24, 35, .96) 62%),
    var(--panel);
}

.page-home .cut__panel .cut__idx,
.page-home .cut__panel .cut__kicker,
.page-home .cut__panel .cut__title,
.page-home .cut__panel .cut__text,
.page-home .cut__panel .cut__cta {
  position: relative;
  z-index: 2;
}

.page-home .cut__idx {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--rock);
}

.page-home .cut__kicker {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--blue);
}

.page-home .cut__panel--right .cut__kicker {
  color: var(--neon);
}

.page-home .cut__title {
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.18;
  color: var(--cream);
}

.page-home .cut__text {
  margin-top: 12px;
  max-width: 42ch;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.page-home .cut__cta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--blue);
  border-bottom: 1px solid rgba(30, 144, 255, .5);
}

.page-home .cut__panel--right .cut__cta {
  color: var(--neon);
  border-bottom-color: rgba(57, 255, 20, .45);
}

.page-home .cut__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .34;
}

.page-home .cut__panel--right::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 14, 20, .34) 0%, rgba(10, 14, 20, .94) 72%);
}

.page-home .cut__panel:hover,
.page-home .cut__panel:focus-visible {
  background-color: var(--panel-deep);
  border-color: rgba(239, 233, 223, .26);
  transform: translateY(-2px);
}

.page-home .cut__panel:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

/* 公告条 */
.page-home .cut__strip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  align-items: start;
  margin-top: 10px;
  padding: 20px 22px;
  text-decoration: none;
  border-radius: var(--r-md);
  border-left: 3px solid var(--orange);
  background: linear-gradient(100deg, rgba(255, 107, 53, .15) 0%, rgba(255, 107, 53, .03) 72%);
  transition: background .35s var(--ease);
}

.page-home .cut__strip:hover,
.page-home .cut__strip:focus-visible {
  background: linear-gradient(100deg, rgba(255, 107, 53, .24) 0%, rgba(255, 107, 53, .07) 78%);
}

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

.page-home .cut__strip-idx {
  grid-row: 1 / span 2;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--orange);
  padding-top: 6px;
}

.page-home .cut__strip-title {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: var(--cream);
}

.page-home .cut__strip-text {
  display: block;
  margin-top: 5px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.page-home .cut__strip-cta {
  grid-column: 2;
  margin-top: 12px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .05em;
  color: var(--orange);
}

@media (min-width: 860px) {
  .page-home .cut {
    grid-template-columns: 1.08fr 1fr;
    gap: 0;
    overflow: hidden;
    border-radius: var(--r-md);
  }

  .page-home .cut__panel {
    min-height: 396px;
    border-radius: 0;
    border: none;
    padding: 46px clamp(28px, 4vw, 58px);
    justify-content: center;
  }

  .page-home .cut__panel--left {
    clip-path: var(--home-diag-l);
    padding-right: 14%;
    border-right: 1px solid var(--line-soft);
  }

  .page-home .cut__panel--right {
    clip-path: var(--home-diag-r);
    padding-left: 15%;
    margin-left: -9%;
  }

  .page-home .cut__strip {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 6px 24px;
    padding: 24px 34px;
    margin-top: 14px;
  }

  .page-home .cut__strip-idx {
    grid-row: 1;
    padding-top: 0;
  }

  .page-home .cut__strip-cta {
    grid-column: 3;
    margin-top: 0;
    white-space: nowrap;
  }
}

/* ---------- 通用章节 ---------- */
.page-home .section {
  padding-block: clamp(52px, 8vw, 104px);
}

.page-home .section__head {
  max-width: 74ch;
  margin-bottom: clamp(26px, 4vw, 44px);
}

.page-home .section__head .h-section {
  color: var(--cream);
}

/* ---------- 重点场次 ---------- */
.page-home .fix-banner {
  margin: 0 0 clamp(24px, 3.5vw, 40px);
}

.page-home .day-board {
  position: relative;
}

.page-home .day-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.page-home .day-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.page-home .day-tabs__label {
  padding: 9px 18px;
  font-size: 13px;
  letter-spacing: .03em;
  color: var(--rock);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition: color .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}

.page-home .day-tabs__label:hover {
  color: var(--cream);
  border-color: rgba(239, 233, 223, .34);
}

.page-home #md-1:checked ~ .day-tabs label[for="md-1"],
.page-home #md-2:checked ~ .day-tabs label[for="md-2"],
.page-home #md-3:checked ~ .day-tabs label[for="md-3"] {
  background: var(--blue);
  border-color: var(--blue);
  color: #05121F;
  font-weight: 500;
}

.page-home #md-1:focus-visible ~ .day-tabs label[for="md-1"],
.page-home #md-2:focus-visible ~ .day-tabs label[for="md-2"],
.page-home #md-3:focus-visible ~ .day-tabs label[for="md-3"] {
  outline: 2px solid var(--neon);
  outline-offset: 3px;
}

.page-home .day-panel {
  display: none;
}

.page-home #md-1:checked ~ .day-panels .day-panel:nth-child(1),
.page-home #md-2:checked ~ .day-panels .day-panel:nth-child(2),
.page-home #md-3:checked ~ .day-panels .day-panel:nth-child(3) {
  display: block;
}

.page-home .fix-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-soft);
}

.page-home .fix {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  grid-template-areas:
    "time pair tag"
    ". note note";
  gap: 4px 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
  transition: background .25s var(--ease);
}

.page-home .fix:hover {
  background: rgba(239, 233, 223, .03);
}

.page-home .fix__time {
  grid-area: time;
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 500;
  color: var(--neon);
  letter-spacing: -.01em;
}

.page-home .fix__pair {
  grid-area: pair;
  font-size: 15.5px;
  color: var(--cream);
}

.page-home .fix__pair i {
  font-style: normal;
  color: var(--rock);
  font-size: 12px;
  padding: 0 4px;
}

.page-home .fix__note {
  grid-area: note;
  font-size: 12.5px;
  color: var(--rock);
}

.page-home .fix .tag {
  grid-area: tag;
}

@media (min-width: 720px) {
  .page-home .fix {
    grid-template-columns: 78px 1fr 96px auto;
    grid-template-areas: "time pair tag note";
    gap: 18px;
    padding: 18px 4px;
  }

  .page-home .fix__note {
    text-align: right;
  }
}

/* ---------- 核心指标 ---------- */
.page-home .metrics-grid {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
}

.page-home .metrics-visual .media-frame {
  margin: 0;
}

.page-home .metric-row {
  display: grid;
  gap: 14px;
}

.page-home .metric {
  position: relative;
  padding: 22px 22px 20px;
  border-radius: var(--r-md);
  border: 1px solid var(--line-soft);
  background: var(--panel);
  transition: border-color .3s var(--ease), background .3s var(--ease);
}

.page-home .metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: var(--neon);
  opacity: .55;
  transition: opacity .3s var(--ease);
}

.page-home .metric:hover,
.page-home .metric:focus-visible {
  border-color: rgba(57, 255, 20, .42);
  background: var(--panel-deep);
  outline: none;
}

.page-home .metric:hover::before,
.page-home .metric:focus-visible::before {
  opacity: 1;
}

.page-home .metric__value {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(38px, 5.2vw, 56px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--neon);
}

.page-home .metric__unit {
  margin-left: 4px;
  font-size: .38em;
  color: var(--rock);
  letter-spacing: 0;
}

.page-home .metric__label {
  margin: 10px 0 0;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--rock);
}

.page-home .metric__note {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.page-home .metric__more {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--blue);
  transition: max-height .35s var(--ease), opacity .3s var(--ease), margin-top .35s var(--ease);
}

.page-home .metric:hover .metric__more,
.page-home .metric:focus-visible .metric__more,
.page-home .metric:focus-within .metric__more {
  max-height: 110px;
  margin-top: 12px;
  opacity: 1;
}

@media (min-width: 820px) {
  .page-home .metrics-grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
  }

  .page-home .metric-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .page-home .metric {
    padding: 26px 20px 22px;
  }
}

/* ---------- 复盘步骤 ---------- */
.page-home .section--review {
  background: linear-gradient(180deg, transparent 0%, rgba(30, 144, 255, .05) 40%, transparent 100%);
}

.page-home .steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
  counter-reset: step;
}

.page-home .step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 18px;
  padding: 22px 20px;
  background: var(--panel);
  border-left: 2px solid var(--blue-soft);
  transition: border-color .3s var(--ease), background .3s var(--ease);
}

.page-home .step:hover {
  border-left-color: var(--blue);
  background: var(--panel-deep);
}

.page-home .step__num {
  grid-row: 1 / span 2;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--blue);
  padding-top: 4px;
}

.page-home .step__title {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 500;
  color: var(--cream);
}

.page-home .step__text {
  grid-column: 2;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--ink-soft);
}

.page-home .review-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: clamp(26px, 4vw, 40px) 0 0;
}

@media (min-width: 900px) {
  .page-home .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
  }
}

/* ---------- 移动端名录 ---------- */
.page-home .mobile-grid {
  display: grid;
  gap: clamp(26px, 4vw, 50px);
  align-items: start;
}

.page-home .mobile-list {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  border-top: 1px solid var(--line-soft);
}

.page-home .mobile-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}

.page-home .mobile-list strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--cream);
}

.page-home .mobile-list span {
  display: block;
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.68;
  color: var(--rock);
}

.page-home .mobile-note {
  margin: 20px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--clay);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.page-home .mobile-visual {
  margin: 0;
}

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

  .page-home .mobile-visual {
    order: 2;
  }
}

/* ---------- 公告时间线 ---------- */
.page-home .timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 1px solid var(--line);
}

.page-home .timeline__item {
  position: relative;
  padding: 0 0 30px 22px;
}

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

.page-home .timeline__item::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 107, 53, .16);
}

.page-home .timeline__when {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--rock);
}

.page-home .timeline__title {
  margin: 8px 0 0;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 500;
  color: var(--cream);
}

.page-home .timeline__desc {
  margin: 9px 0 0;
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.72;
  color: var(--ink-soft);
}

.page-home .notice-more {
  margin: clamp(26px, 4vw, 40px) 0 0;
}

@media (min-width: 780px) {
  .page-home .timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 22px;
    padding: 26px 0 0 0;
    border-left: none;
    border-top: 1px solid var(--line);
  }

  .page-home .timeline__item {
    padding: 0;
  }

  .page-home .timeline__item::before {
    left: 0;
    top: -31px;
  }
}

/* ---------- 收尾 ---------- */
.page-home .close-grid {
  display: grid;
  gap: clamp(26px, 4vw, 46px);
}

.page-home .close-text {
  margin: 0;
  max-width: 56ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.page-home .close-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}

.page-home .close-facts span {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--rock);
}

.page-home .close-facts b {
  display: block;
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--cream);
}

.page-home .close-links {
  display: grid;
  gap: 10px;
}

.page-home .close-link {
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  border-radius: var(--r-md);
  border: 1px solid var(--line-soft);
  background: var(--glass);
  transition: border-color .3s var(--ease), background .3s var(--ease), transform .3s var(--ease);
}

.page-home .close-link:hover,
.page-home .close-link:focus-visible {
  border-color: rgba(30, 144, 255, .5);
  background: var(--panel);
  transform: translateY(-2px);
}

.page-home .close-link:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.page-home .close-link__label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
}

.page-home .close-link__desc {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--rock);
}

@media (min-width: 900px) {
  .page-home .close-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
    align-items: start;
  }

  .page-home .close-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .page-home .fix {
    grid-template-columns: 54px 1fr auto;
    gap: 4px 10px;
  }

  .page-home .fix__pair {
    font-size: 14.5px;
  }

  .page-home .close-facts {
    grid-template-columns: 1fr;
  }
}
<<<END>>>
