.page-home {
  --home-gap: clamp(3.4rem, 8vw, 6.8rem);
  --home-rail: 6.5rem;
  display: block;
  background: var(--xc-paper);
  color: var(--xc-text);
}

.page-home .section-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: .88;
  letter-spacing: -0.02em;
  color: rgba(20, 22, 26, .13);
  margin: 0 0 .7rem;
}

.page-home .media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============ 首屏 ============ */

.page-home .home-open {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--xc-stand-deep);
  color: var(--xc-paper);
}

.page-home .home-open__figure {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.page-home .home-open__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
  filter: saturate(.72) contrast(1.06);
}

.page-home .home-open::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20, 22, 26, .9) 0%, rgba(20, 22, 26, .74) 42%, rgba(20, 22, 26, .96) 100%),
    radial-gradient(circle at 82% 22%, rgba(240, 90, 40, .2), transparent 58%);
}

.page-home .home-open__inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(3rem, 9vw, 6rem);
  padding-bottom: clamp(2.6rem, 7vw, 4.4rem);
}

.page-home .home-open__crumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 11px;
  letter-spacing: .16em;
  color: rgba(244, 242, 238, .55);
  margin-bottom: clamp(1.6rem, 4vw, 2.8rem);
}

.page-home .home-open__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.2rem, 6vw, 3.6rem);
}

.page-home .home-open__eyebrow {
  color: var(--xc-lake-mist);
}

.page-home .home-open__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.05rem, 7.6vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: .55rem 0 1.3rem;
}

.page-home .home-open__intro {
  font-size: clamp(1rem, 2.6vw, 1.0625rem);
  line-height: 1.85;
  color: rgba(244, 242, 238, .78);
  max-width: 33rem;
  margin: 0 0 2rem;
}

.page-home .home-open__ticket {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .22rem;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: transform .3s var(--xc-ease);
}

.page-home .home-open__ticket:hover {
  transform: translateY(-2px);
}

.page-home .home-open__ticket-main {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.page-home .home-open__ticket-sub {
  font-size: 11.5px;
  letter-spacing: .1em;
  opacity: .84;
}

.page-home .home-open__minor {
  margin: 1.5rem 0 0;
  font-size: .875rem;
  color: rgba(244, 242, 238, .6);
}

.page-home .home-open__minor .link-line {
  color: var(--xc-lime);
}

.page-home .home-open__board {
  border-top: 1px solid rgba(201, 198, 192, .26);
  padding-top: 1.3rem;
}

.page-home .home-open__board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.page-home .home-open__board-note {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(244, 242, 238, .48);
}

.page-home .home-open__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .home-open__item {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr);
  gap: .4rem 1rem;
  align-items: baseline;
  padding: 1.05rem 0;
  border-top: 1px solid rgba(201, 198, 192, .16);
}

.page-home .home-open__item:first-child {
  border-top: 0;
  padding-top: .3rem;
}

.page-home .home-open__time {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 4vw, 1.6rem);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--xc-signal);
}

.page-home .home-open__meta {
  min-width: 0;
}

.page-home .home-open__cat {
  display: block;
  font-size: .9375rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: .22rem;
}

.page-home .home-open__desc {
  display: block;
  font-size: .8125rem;
  line-height: 1.65;
  color: rgba(244, 242, 238, .62);
}

/* ============ 01 重点场次时间轴 ============ */

.page-home .home-timeline {
  background: var(--xc-paper);
  padding: var(--home-gap) 0;
}

.page-home .home-timeline__lead {
  max-width: 40rem;
  margin: .9rem 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--xc-muted);
}

.page-home .home-timeline__list {
  list-style: none;
  margin: clamp(2.2rem, 5vw, 3.4rem) 0 0;
  padding: 0;
  position: relative;
}

.page-home .home-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: .6rem;
  padding: clamp(1.5rem, 4vw, 2.3rem) 0;
  border-top: 1px solid var(--xc-line);
}

.page-home .home-timeline__item:last-child {
  border-bottom: 1px solid var(--xc-line);
}

.page-home .home-timeline__node {
  display: none;
}

.page-home .home-timeline__time-cell {
  display: flex;
  align-items: baseline;
  gap: .8rem;
}

.page-home .home-timeline__time {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 4.5vw, 1.5rem);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--xc-ink);
}

.page-home .home-timeline__cat {
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--xc-lake);
}

.page-home .home-timeline__name {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 3.4vw, 1.3rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--xc-ink);
  margin: 0 0 .5rem;
}

.page-home .home-timeline__text {
  margin: 0 0 1rem;
  max-width: 38rem;
  font-size: .9375rem;
  line-height: 1.82;
  color: var(--xc-text);
}

.page-home .home-timeline__strip {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 30px;
  max-width: 19rem;
}

.page-home .strip-bar {
  flex: 1;
  background: var(--xc-lake-mist);
  min-height: 4px;
}

.page-home .strip-bar--h1 { height: 20%; }
.page-home .strip-bar--h2 { height: 38%; }
.page-home .strip-bar--h3 { height: 56%; }
.page-home .strip-bar--h4 { height: 76%; }
.page-home .strip-bar--h5 { height: 100%; }

.page-home .strip-bar--late {
  background: var(--xc-signal);
}

.page-home .home-timeline__note {
  margin: .6rem 0 0;
  font-size: .8125rem;
  letter-spacing: .02em;
  color: var(--xc-muted);
}

.page-home .home-timeline__note .xc-num {
  font-weight: 700;
  color: var(--xc-signal-deep);
}

.page-home .home-timeline__figure {
  margin: clamp(2.4rem, 5vw, 3.4rem) 0 0;
}

/* ============ 02 补时订阅灯牌 ============ */

.page-home .home-lamp {
  background: var(--xc-stand-deep);
  color: var(--xc-paper);
  padding: var(--home-gap) 0;
}

.page-home .home-lamp__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.2rem, 6vw, 3.8rem);
  align-items: center;
}

.page-home .home-lamp .section-num {
  color: rgba(244, 242, 238, .2);
}

.page-home .home-lamp .eyebrow {
  color: var(--xc-lake-mist);
}

.page-home .home-lamp .xc-h2 {
  color: #FFFFFF;
}

.page-home .home-lamp__text {
  max-width: 33rem;
  margin: .9rem 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(244, 242, 238, .74);
}

.page-home .home-lamp__board {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: baseline;
  gap: .7rem;
  flex-wrap: wrap;
  margin: 1.8rem 0 1.4rem;
  padding: 1.4rem 1.6rem;
  background: var(--xc-stand-mid);
  border-left: 3px solid var(--xc-signal);
}

.page-home .home-lamp__board::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 14% 50%, rgba(203, 242, 60, .18), transparent 62%);
}

.page-home .home-lamp__board-label {
  font-size: .8125rem;
  letter-spacing: .12em;
  color: rgba(244, 242, 238, .6);
}

.page-home .home-lamp__count {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 8vw, 3.4rem);
  line-height: .95;
  letter-spacing: -0.02em;
  color: var(--xc-lime);
  text-shadow: 0 0 26px rgba(203, 242, 60, .34);
}

.page-home .home-lamp__board-unit {
  font-size: .9375rem;
  color: rgba(244, 242, 238, .72);
}

.page-home .home-lamp__details {
  border-top: 1px solid rgba(201, 198, 192, .2);
  border-bottom: 1px solid rgba(201, 198, 192, .2);
  padding: .95rem 0;
}

.page-home .home-lamp__details summary {
  display: flex;
  align-items: center;
  gap: .6rem;
  list-style: none;
  cursor: pointer;
  font-size: .875rem;
  letter-spacing: .04em;
  color: var(--xc-lime);
}

.page-home .home-lamp__details summary::-webkit-details-marker {
  display: none;
}

.page-home .home-lamp__details summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 1rem;
}

.page-home .home-lamp__details[open] summary::after {
  content: "−";
}

.page-home .home-lamp__updates {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}

.page-home .home-lamp__updates li {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  gap: .8rem;
  font-size: .8125rem;
  line-height: 1.7;
  color: rgba(244, 242, 238, .72);
}

.page-home .home-lamp__seq {
  font-family: var(--font-mono);
  letter-spacing: .02em;
  color: var(--xc-signal);
}

.page-home .home-lamp__foot {
  margin: 1.4rem 0 0;
  font-size: .875rem;
  line-height: 1.8;
  color: rgba(244, 242, 238, .66);
}

.page-home .home-lamp__foot .link-line {
  color: var(--xc-lime);
}

/* ============ 03 资料档案入口 ============ */

.page-home .home-archive {
  background: var(--xc-paper);
  padding: var(--home-gap) 0;
}

.page-home .home-archive__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.8rem, 5vw, 3.2rem);
}

.page-home .home-archive__stub {
  display: grid;
  justify-items: start;
  gap: .25rem;
  padding: 1.7rem 1.6rem 1.9rem;
  background: var(--xc-dusk);
  color: var(--xc-paper);
  clip-path: polygon(
    0 0, 100% 0, 100% calc(50% - 12px),
    calc(100% - 10px) 50%, 100% calc(50% + 12px),
    100% 100%, 0 100%, 0 calc(50% + 12px),
    10px 50%, 0 calc(50% - 12px)
  );
}

.page-home .home-archive__stub-label {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(244, 242, 238, .62);
}

.page-home .home-archive__stub-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 9vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.page-home .home-archive__stub-unit {
  font-size: .875rem;
  color: rgba(244, 242, 238, .74);
}

.page-home .home-archive__text {
  max-width: 38rem;
  margin: .9rem 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--xc-text);
}

.page-home .home-archive__facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 2.6rem;
  margin: 1.6rem 0 0;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--xc-line);
}

.page-home .home-archive__facts li {
  font-size: .8125rem;
  letter-spacing: .02em;
  color: var(--xc-muted);
}

.page-home .home-archive__facts .xc-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--xc-ink);
}

.page-home .home-archive__link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1.8rem;
  padding-bottom: .25rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03em;
  color: var(--xc-signal-deep);
  text-decoration: none;
  border-bottom: 2px solid var(--xc-signal);
  transition: gap .3s var(--xc-ease);
}

.page-home .home-archive__link:hover {
  gap: .95rem;
}

/* ============ 04 跑动区间速读 ============ */

.page-home .home-motion {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--xc-dusk);
  color: var(--xc-paper);
  padding: var(--home-gap) 0;
}

.page-home .home-motion__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.page-home .home-motion__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .22;
  filter: saturate(.8);
}

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

.page-home .home-motion .section-num {
  color: rgba(244, 242, 238, .2);
}

.page-home .home-motion .eyebrow {
  color: var(--xc-lake-mist);
}

.page-home .home-motion .xc-h2 {
  color: #FFFFFF;
}

.page-home .home-motion__lead {
  max-width: 40rem;
  margin: .9rem 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(244, 242, 238, .74);
}

.page-home .home-motion__chart {
  margin-top: clamp(2rem, 5vw, 3rem);
  padding-top: 1.3rem;
  border-top: 1px solid rgba(201, 198, 192, .24);
}

.page-home .home-motion__scale {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: .9rem;
}

.page-home .home-motion__scale-pad {
  display: none;
}

.page-home .home-motion__scale-set {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .04em;
  color: rgba(244, 242, 238, .46);
}

.page-home .home-motion__rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .home-motion__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: .55rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(201, 198, 192, .16);
}

.page-home .home-motion__row-name {
  font-family: var(--font-display);
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .03em;
  color: rgba(244, 242, 238, .86);
}

.page-home .home-motion__set {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 54px;
  gap: 4px;
  align-items: end;
}

.page-home .mbar {
  display: block;
  min-height: 5px;
  background: var(--xc-lake-mist);
}

.page-home .mbar--h1 { height: 20%; }
.page-home .mbar--h2 { height: 38%; }
.page-home .mbar--h3 { height: 56%; }
.page-home .mbar--h4 { height: 74%; }
.page-home .mbar--h5 { height: 100%; }

.page-home .mbar--late {
  background: var(--xc-signal);
}

.page-home .home-motion__legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem .7rem;
  margin: 1.3rem 0 0;
  font-size: .8125rem;
  letter-spacing: .02em;
  color: rgba(244, 242, 238, .66);
}

.page-home .home-motion__key {
  display: inline-block;
  width: 14px;
  height: 8px;
}

.page-home .home-motion__key--base {
  background: var(--xc-lake-mist);
}

.page-home .home-motion__key--late {
  background: var(--xc-signal);
  margin-left: .9rem;
}

/* ============ 05 客户端速查 ============ */

.page-home .home-fix {
  background: var(--xc-paper);
  padding: var(--home-gap) 0 calc(var(--home-gap) * 1.15);
}

.page-home .home-fix__lead {
  max-width: 38rem;
  margin: .9rem 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--xc-muted);
}

.page-home .home-fix__list {
  list-style: none;
  margin: clamp(2rem, 5vw, 2.8rem) 0 0;
  padding: 0;
  border-top: 1px solid var(--xc-line);
}

.page-home .home-fix__list li {
  border-bottom: 1px solid var(--xc-line);
}

.page-home .home-fix__row {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  grid-template-areas:
    "idx name arrow"
    "idx desc arrow";
  gap: .3rem 1rem;
  align-items: center;
  padding: 1.35rem 0;
  text-decoration: none;
  color: inherit;
  transition: padding-left .3s var(--xc-ease);
}

.page-home .home-fix__row:hover,
.page-home .home-fix__row:focus-visible {
  padding-left: .6rem;
}

.page-home .home-fix__idx {
  grid-area: idx;
  font-family: var(--font-mono);
  font-size: .8125rem;
  letter-spacing: .06em;
  color: var(--xc-signal-deep);
  align-self: start;
  padding-top: .25rem;
}

.page-home .home-fix__name {
  grid-area: name;
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 3.2vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--xc-ink);
}

.page-home .home-fix__desc {
  grid-area: desc;
  font-size: .8125rem;
  line-height: 1.7;
  color: var(--xc-muted);
}

.page-home .home-fix__arrow {
  grid-area: arrow;
  font-family: var(--font-mono);
  font-size: 1.05rem;
  color: var(--xc-line);
  transition: color .3s var(--xc-ease), transform .3s var(--xc-ease);
}

.page-home .home-fix__row:hover .home-fix__arrow,
.page-home .home-fix__row:focus-visible .home-fix__arrow {
  color: var(--xc-signal);
  transform: translateX(4px);
}

.page-home .home-fix__foot {
  margin: 1.7rem 0 0;
  font-size: .9375rem;
  line-height: 1.8;
  color: var(--xc-muted);
}

/* ============ 响应式 ============ */

@media (min-width: 720px) {
  .page-home .home-open__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: end;
  }

  .page-home .home-open__board {
    padding-top: 1.5rem;
  }

  .page-home .home-timeline__list::before {
    content: "";
    position: absolute;
    top: .8rem;
    bottom: .8rem;
    left: var(--home-rail);
    width: 1px;
    background: var(--xc-line);
  }

  .page-home .home-timeline__item {
    grid-template-columns: var(--home-rail) minmax(0, 1fr);
    gap: 0 clamp(1.2rem, 3vw, 2.4rem);
  }

  .page-home .home-timeline__time-cell {
    display: block;
    padding-top: .15rem;
  }

  .page-home .home-timeline__cat {
    display: block;
    margin-top: .4rem;
  }

  .page-home .home-timeline__node {
    display: block;
    position: absolute;
    left: var(--home-rail);
    top: clamp(1.9rem, 3.6vw, 2.7rem);
    width: 9px;
    height: 9px;
    margin-left: -4px;
    background: var(--xc-signal);
  }

  .page-home .home-motion__scale {
    grid-template-columns: 7.5rem minmax(0, 1fr);
    gap: 1.5rem;
  }

  .page-home .home-motion__scale-pad {
    display: block;
  }

  .page-home .home-motion__row {
    grid-template-columns: 7.5rem minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
  }

  .page-home .home-motion__set {
    grid-template-rows: 62px;
  }
}

@media (min-width: 900px) {
  .page-home .home-lamp__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2.4rem, 5vw, 4.2rem);
  }

  .page-home .home-archive__inner {
    grid-template-columns: 14rem minmax(0, 1fr);
    gap: clamp(2.2rem, 4vw, 3.6rem);
    align-items: start;
  }
}

@media (min-width: 1100px) {
  .page-home {
    --home-rail: 7.5rem;
  }
}
<<<END>>>
