/* ================= 看台总览 · 页面专属样式 ================= */
.page-home {
  --home-radius: 26px;
  background: var(--paper);
  color: var(--ink);
}

/* ---------- 面包屑 ---------- */
.page-home .crumbs {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 16px 20px 0;
  font-size: 12px;
  letter-spacing: .05em;
  color: var(--ink-500);
}
.page-home .crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home .crumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--ice-300);
}
.page-home .crumbs li[aria-current="page"] {
  color: var(--ice-500);
  font-weight: 600;
}

/* ---------- 首屏分屏 ---------- */
.page-home .hero-split {
  display: grid;
  gap: 26px;
  padding-top: 22px;
  padding-bottom: 32px;
}
.page-home .hero-split__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.page-home .hero-split__title {
  margin: 0;
  max-width: 20ch;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(29px, 7vw, 52px);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--ice-900);
}
.page-home .hero-split__title em {
  font-style: normal;
  color: var(--ice-700);
  background: linear-gradient(180deg, transparent 60%, var(--gold-100) 60%);
  padding-inline: 2px;
}
.page-home .hero-split__lede {
  margin: 0;
  max-width: 46ch;
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-500);
}
.page-home .hero-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.page-home .hero-split__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.page-home .hero-split__facts li {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 12px;
  color: var(--ink-500);
}
.page-home .hero-split__facts b {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 17px;
  font-weight: 700;
  color: var(--ice-700);
}

.page-home .hero-split__visual {
  position: relative;
  margin: 0;
  min-height: 240px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(160deg, var(--ice-700), var(--ice-900) 72%);
  box-shadow: var(--shadow-1);
}
.page-home .hero-split__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-home .hero-split__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(196deg, rgba(11, 30, 45, .06) 12%, rgba(11, 30, 45, .82) 92%);
  pointer-events: none;
}
.page-home .hero-split__anchor {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding: 13px 16px;
  border-radius: var(--radius-md);
  background: rgba(11, 30, 45, .66);
  border: 1px solid rgba(228, 185, 91, .32);
  backdrop-filter: blur(8px);
}
.page-home .hero-split__anchor-label {
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--ice-300);
}
.page-home .hero-split__anchor-num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(28px, 8vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  color: var(--gold-400);
}
.page-home .hero-split__anchor-meta {
  font-size: 11px;
  color: rgba(214, 232, 242, .72);
}

/* ---------- 横向期号带 ---------- */
.page-home .issue-rail {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 34px 30px;
  background: linear-gradient(180deg, var(--ice-050), #fff 88%);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.page-home .issue-rail__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
  z-index: -1;
}
.page-home .issue-rail__inner {
  position: relative;
}
.page-home .issue-rail__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 24px;
  margin-bottom: 20px;
}
.page-home .issue-rail__title {
  margin: 6px 0 0;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(20px, 3.4vw, 27px);
  line-height: 1.3;
  color: var(--ice-900);
}
.page-home .issue-rail__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  margin-inline: -20px;
  padding: 4px 20px 12px;
  scroll-padding-inline: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--ice-300) transparent;
  -webkit-overflow-scrolling: touch;
}
.page-home .issue-rail__track::-webkit-scrollbar {
  height: 6px;
}
.page-home .issue-rail__track::-webkit-scrollbar-thumb {
  background: var(--ice-300);
  border-radius: var(--radius-pill);
}
.page-home .issue-chip {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: grid;
  gap: 2px;
  min-width: 116px;
  padding: 12px 18px;
  border-radius: var(--radius-pill);
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ice-700);
  text-decoration: none;
  transition: transform .25s var(--ease), border-color .25s var(--ease),
              background-color .25s var(--ease), color .25s var(--ease);
}
.page-home .issue-chip__no {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .02em;
}
.page-home .issue-chip__tag {
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--ink-500);
}
.page-home .issue-chip:hover,
.page-home .issue-chip:focus-visible {
  transform: translateY(-3px);
  background: var(--gold-100);
  border-color: var(--gold-400);
  color: var(--ice-900);
  outline: none;
}
.page-home .issue-chip--now {
  background: var(--ice-900);
  border-color: var(--ice-900);
  color: #fff;
}
.page-home .issue-chip--now .issue-chip__tag {
  color: var(--gold-400);
}
.page-home .issue-chip--now:hover,
.page-home .issue-chip--now:focus-visible {
  background: var(--ice-700);
  border-color: var(--gold-400);
  color: #fff;
}

/* ---------- 四大入口座位排 ---------- */
.page-home .seats {
  padding-top: 46px;
  padding-bottom: 42px;
}
.page-home .seats__row {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.page-home .seat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 22px 20px 20px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ice-900);
  text-decoration: none;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease),
              border-color .3s var(--ease);
}
.page-home .seat::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ice-300), var(--gold-400));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.page-home .seat:hover,
.page-home .seat:focus-visible {
  transform: translateY(-5px);
  box-shadow: var(--shadow-1);
  border-color: var(--ice-300);
  outline: none;
}
.page-home .seat:hover::before,
.page-home .seat:focus-visible::before {
  transform: scaleX(1);
}
.page-home .seat__no {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--gold-600);
}
.page-home .seat__title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.35;
  color: var(--ice-900);
}
.page-home .seat__desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ink-500);
}
.page-home .seat__meta {
  margin-top: auto;
  padding-top: 14px;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--ice-500);
  transition: color .3s var(--ease);
}
.page-home .seat:hover .seat__meta,
.page-home .seat:focus-visible .seat__meta {
  color: var(--gold-600);
}

/* ---------- 当季数据速览 ---------- */
.page-home .spotlight {
  padding-block: 48px 54px;
  background: linear-gradient(158deg, var(--ice-700), var(--ice-900) 78%);
  color: var(--ice-100);
}
.page-home .spotlight .eyebrow {
  color: var(--gold-400);
}
.page-home .spotlight .section-title {
  color: #fff;
}
.page-home .tabs {
  margin-top: 26px;
}
.page-home .tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 6px;
  border-radius: var(--radius-pill);
  background: rgba(214, 232, 242, .1);
  border: 1px solid rgba(214, 232, 242, .18);
}
.page-home .tabs__tab {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 0;
  border-radius: var(--radius-pill);
  background: transparent;
  color: rgba(214, 232, 242, .82);
  font-family: inherit;
  font-size: 13px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background-color .25s var(--ease), color .25s var(--ease);
}
.page-home .tabs__tab[aria-selected="true"] {
  background: var(--gold-400);
  color: var(--ice-900);
  font-weight: 700;
}
.page-home .tabs__tab:hover {
  color: #fff;
}
.page-home .tabs__tab:focus-visible {
  outline: 2px solid var(--gold-400);
  outline-offset: 2px;
}
.page-home .tabs__panel {
  margin-top: 22px;
}
.page-home .tabs__panel[hidden] {
  display: none;
}
.page-home .spotlight__data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.page-home .spotlight__data > div {
  padding: 18px 16px;
  border-radius: var(--radius-md);
  background: rgba(214, 232, 242, .07);
  border: 1px solid rgba(214, 232, 242, .14);
}
.page-home .spotlight__data dt {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--ice-300);
}
.page-home .spotlight__data dd {
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(17px, 2.6vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--gold-400);
  word-break: break-word;
}
.page-home .tabs__panel .note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.75;
  color: rgba(214, 232, 242, .7);
}

/* ---------- 手机端查号路径 ---------- */
.page-home .mobile-path {
  padding-block: 48px 52px;
  background: var(--paper);
}
.page-home .mobile-path__grid {
  display: grid;
  gap: 26px;
  align-items: center;
}
.page-home .mobile-path__media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ice-100);
  box-shadow: var(--shadow-1);
}
.page-home .mobile-path__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-home .mobile-path__body .lede {
  margin: 12px 0 0;
  max-width: 44ch;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--ink-500);
}
.page-home .steps {
  counter-reset: step;
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.page-home .steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--line);
}
.page-home .steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  padding-top: 2px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-600);
  border-right: 1px solid var(--line-soft);
}
.page-home .steps li span {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ink-500);
}
.page-home .steps li b {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ice-900);
}
.page-home .mobile-path__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

/* ---------- 玩法与图表 ---------- */
.page-home .guide {
  padding-block: 46px 52px;
  background: #fff;
  border-top: 1px solid var(--line-soft);
}
.page-home .guide__split {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}
.page-home .guide__col {
  padding: 24px 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--ice-050), #fff 72%);
  border: 1px solid var(--line);
}
.page-home .guide__col h3 {
  margin: 0 0 4px;
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.35;
  color: var(--ice-900);
}
.page-home .guide__col p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-500);
}
.page-home .guide__list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-home .guide__list li {
  position: relative;
  padding-left: 16px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ice-700);
}
.page-home .guide__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
}

/* ---------- 更新节奏与信任 ---------- */
.page-home .trust {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 54px 58px;
  background: linear-gradient(172deg, var(--ice-900), #07131d);
  color: var(--ice-100);
}
.page-home .trust__texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .26;
  z-index: -1;
}
.page-home .trust__inner {
  position: relative;
  display: grid;
  gap: 16px;
  max-width: 760px;
}
.page-home .trust .eyebrow {
  color: var(--gold-400);
}
.page-home .trust h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(22px, 3.6vw, 32px);
  line-height: 1.3;
  color: #fff;
}
.page-home .trust p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(214, 232, 242, .8);
}
.page-home .trust__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.page-home .trust__facts li {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(214, 232, 242, .08);
  border: 1px solid rgba(228, 185, 91, .3);
  font-size: 12px;
  color: var(--gold-100);
}
.page-home .trust__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

/* ---------- 滚动显现（渐进增强，JS 缺席时内容仍完整可读） ---------- */
.page-home [data-reveal] {
  transform: translateY(14px);
  transition: transform .5s var(--ease);
}
.page-home [data-reveal].is-in {
  transform: none;
}

/* ================= 断点 ================= */
@media (min-width: 700px) {
  .page-home .seats__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .page-home .spotlight__data {
    gap: 16px;
  }
}

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

@media (min-width: 900px) {
  .page-home .crumbs {
    padding-top: 22px;
  }
  .page-home .hero-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 52px;
    align-items: center;
    padding-top: 44px;
    padding-bottom: 66px;
  }
  .page-home .hero-split__copy {
    gap: 18px;
  }
  .page-home .hero-split__lede {
    font-size: 16px;
  }
  .page-home .hero-split__visual {
    min-height: 380px;
  }
  .page-home .mobile-path__grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 52px;
  }
  .page-home .spotlight__data {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1060px) {
  .page-home .seats__row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 24px;
  }
  .page-home .seat:nth-child(even) {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-reveal],
  .page-home .issue-chip,
  .page-home .seat {
    transition: none;
  }
  .page-home [data-reveal] {
    transform: none;
  }
}
</｜｜DSML｜｜ parameter>
</invoke>
</invoke>
