.page-home {
  --home-pad-y: 64px;
  --home-pad-y-sm: 44px;
  overflow-x: hidden;
}

/* ---------- 封面首屏 ---------- */

.page-home .cover {
  position: relative;
  isolation: isolate;
  padding: var(--home-pad-y-sm) 0 48px;
  border-bottom: 1px solid var(--rule);
}

.page-home .cover__layer {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.page-home .cover__layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: .2;
}

.page-home .cover__layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 26, 47, .58) 0%, rgba(10, 26, 47, .92) 64%, var(--night) 100%),
    repeating-linear-gradient(90deg, rgba(42, 68, 103, .38) 0 1px, transparent 1px 96px);
}

.page-home .cover__ctx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  margin: 0 0 28px;
  padding: 0 0 12px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .04em;
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
}

.page-home .cover__ctx .num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  color: var(--paper);
}

.page-home .cover__ctx-sep {
  color: var(--rule);
}

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

.page-home .cover__title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(30px, 7.2vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--paper);
  text-wrap: balance;
}

.page-home .cover__title em {
  font-style: normal;
  color: var(--l-yellow);
  box-shadow: inset 0 -0.26em 0 rgba(240, 195, 60, .16);
}

.page-home .cover__sub {
  margin: 0 0 26px;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

.page-home .cover__sub strong {
  color: var(--paper);
  font-weight: 600;
}

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

/* ---------- 赛季 × 执法名单对照栏 ---------- */

.page-home .tracker {
  position: relative;
  padding: 20px 18px 22px;
  border: 1px solid var(--rule);
  background: linear-gradient(180deg, var(--panel-raise) 0%, var(--panel) 100%);
}

.page-home .tracker::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background: linear-gradient(180deg, var(--l-blue) 0%, var(--l-green) 52%, var(--l-yellow) 100%);
}

.page-home .tracker__figure {
  margin: 0 0 18px;
  border: 1px solid var(--rule);
  overflow: hidden;
}

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

.page-home .tracker__cap {
  margin: 0 0 12px;
  padding-bottom: 8px;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
}

.page-home .tracker__cap + .tracker__cap,
.page-home .tl + .tracker__cap {
  margin-top: 22px;
}

.page-home .tl {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.page-home .tl::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--rule);
}

.page-home .tl__item {
  position: relative;
  padding: 0 0 16px 24px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

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

.page-home .tl__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
  background: var(--night);
  border: 1px solid var(--rule);
}

.page-home .tl__item[data-state="done"]::before {
  background: var(--l-green);
  border-color: var(--l-green);
}

.page-home .tl__item[data-state="now"]::before {
  background: var(--l-yellow);
  border-color: var(--l-yellow);
  box-shadow: 0 0 0 4px rgba(240, 195, 60, .16);
}

.page-home .tl__code {
  display: block;
  margin-bottom: 2px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--paper);
}

.page-home .tl__item[data-state="now"] .tl__code {
  color: var(--l-yellow);
}

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

.page-home .reflist__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 13px;
  color: var(--muted);
}

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

.page-home .reflist__code {
  min-width: 72px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--l-blue);
}

.page-home .reflist__stat {
  margin-left: auto;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  color: var(--paper);
}

.page-home .tracker__note {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
}

/* ---------- 封面底部数据条 ---------- */

.page-home .facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  background: var(--rule);
  border: 1px solid var(--rule);
}

.page-home .facts__item {
  padding: 14px 14px 12px;
  background: var(--night);
}

.page-home .facts__value {
  display: block;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--l-yellow);
}

.page-home .facts__label {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--muted);
}

/* ---------- 通用章节标题 ---------- */

.page-home .sec-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(23px, 4.6vw, 34px);
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-home .sec-note {
  margin: 0;
  max-width: 64ch;
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}

/* ---------- 统计卡片带 ---------- */

.page-home .statband {
  padding: var(--home-pad-y-sm) 0 48px;
  border-bottom: 1px solid var(--rule);
}

.page-home .statband__head {
  display: grid;
  gap: 22px;
  margin-bottom: 26px;
}

.page-home .statband__figure {
  margin: 0;
  border: 1px solid var(--rule);
  background: var(--panel);
  overflow: hidden;
}

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

.page-home .statband__figure figcaption {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  border-top: 1px solid var(--rule);
}

.page-home .statband__track {
  display: flex;
  gap: 14px;
  margin: 0 -18px;
  padding: 4px 18px 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--rule) transparent;
}

.page-home .statband__track::-webkit-scrollbar {
  height: 6px;
}

.page-home .statband__track::-webkit-scrollbar-thumb {
  background: var(--rule);
}

.page-home .statcard {
  flex: 0 0 86%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 14px;
  scroll-snap-align: start;
  border: 1px solid var(--rule);
  background: var(--panel);
  transition: border-color .18s var(--ease), background-color .18s var(--ease);
}

.page-home .statcard:hover {
  border-color: var(--l-blue);
  background: var(--panel-raise);
}

.page-home .statcard__head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}

.page-home .statcard__club {
  font-size: 14px;
  font-weight: 600;
  color: var(--paper);
}

.page-home .statcard__season {
  margin-left: auto;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  letter-spacing: .05em;
  color: var(--muted);
}

.page-home .statcard__focus {
  margin: 18px 0 4px;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--muted);
}

.page-home .statcard__value {
  margin: 0 0 18px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: var(--l-yellow);
}

.page-home .statcard__value small {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 400;
  color: var(--muted);
}

.page-home .statcard__rows {
  margin: auto 0 0;
  padding: 0;
  border-top: 1px solid var(--rule);
}

.page-home .statcard__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 13px;
  color: var(--muted);
}

.page-home .statcard__row dd {
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  color: var(--paper);
}

.page-home .statcard__foot {
  margin: 12px 0 0;
  font-size: 12px;
  letter-spacing: .05em;
  color: var(--muted);
}

.page-home .statband__hint {
  margin: 0;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--muted);
}

/* ---------- 档案核对入口 ---------- */

.page-home .check {
  padding: var(--home-pad-y-sm) 0;
  border-bottom: 1px solid var(--rule);
}

.page-home .check__panel {
  position: relative;
  padding: 26px 18px 24px;
  border: 1px solid var(--rule);
  background: var(--panel-raise);
}

.page-home .check__panel::before {
  content: "档案核对";
  position: absolute;
  top: -1px;
  left: 18px;
  transform: translateY(-50%);
  padding: 2px 10px;
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--night);
  background: var(--l-green);
}

.page-home .check__grid {
  display: grid;
  gap: 26px;
}

.page-home .steps {
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.page-home .steps__item {
  position: relative;
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid var(--rule);
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  counter-increment: step;
}

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

.page-home .steps__item::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 12px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  color: var(--l-blue);
}

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

.page-home .check__figure {
  margin: 0;
  border: 1px solid var(--rule);
  overflow: hidden;
}

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

/* ---------- 九个标签族 ---------- */

.page-home .tags9 {
  padding: var(--home-pad-y-sm) 0;
  border-bottom: 1px solid var(--rule);
}

.page-home .tags9__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  background: var(--rule);
  border: 1px solid var(--rule);
}

.page-home .tags9__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 12px;
  background: var(--night);
}

.page-home .tags9__swatch {
  flex: none;
  width: 3px;
  height: 28px;
}

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

.page-home .tags9__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--paper);
}

.page-home .tags9__desc {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}

.page-home .tags9__item--blue .tags9__swatch { background: var(--l-blue); }
.page-home .tags9__item--green .tags9__swatch { background: var(--l-green); }
.page-home .tags9__item--yellow .tags9__swatch { background: var(--l-yellow); }

/* ---------- 周三脉冲 ---------- */

.page-home .pulse {
  padding: var(--home-pad-y-sm) 0;
  border-bottom: 1px solid var(--rule);
}

.page-home .pulse__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 5px 10px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--l-green);
  border: 1px solid rgba(31, 160, 122, .45);
  background: rgba(31, 160, 122, .08);
}

.page-home .pulse__dot {
  width: 7px;
  height: 7px;
  background: var(--l-green);
  animation: home-pulse 2.4s var(--ease) 3;
}

@keyframes home-pulse {
  0%   { background: var(--l-red); }
  33%  { background: var(--l-yellow); }
  66%  { background: var(--l-green); }
  100% { background: var(--l-green); }
}

.page-home .pulse .accordion {
  margin-top: 26px;
}

.page-home .acc-item__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 0;
  text-align: left;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--paper);
  background: none;
  border: 0;
  border-bottom: 1px solid var(--rule);
  cursor: pointer;
  transition: color .18s var(--ease);
}

.page-home .acc-item__btn:hover {
  color: var(--l-yellow);
}

.page-home .acc-item__btn:focus-visible {
  outline: 2px solid var(--l-blue);
  outline-offset: 2px;
}

.page-home .acc-item__idx {
  flex: none;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--l-blue);
}

.page-home .acc-item__label {
  font-weight: 600;
}

.page-home .acc-item__meta {
  margin-left: auto;
  flex: none;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  color: var(--muted);
}

.page-home .acc-item__panel {
  overflow: hidden;
}

.page-home .acc-item__inner {
  padding: 14px 0 18px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
}

.page-home .acc-item__inner p {
  margin: 0;
}

/* ---------- 移动端浏览说明 ---------- */

.page-home .mobile {
  padding: var(--home-pad-y-sm) 0;
  border-bottom: 1px solid var(--rule);
}

.page-home .mobile__grid {
  display: grid;
  gap: 26px;
}

.page-home .mobile__list {
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}

.page-home .mobile__list li {
  position: relative;
  padding: 9px 0 9px 20px;
  border-bottom: 1px solid var(--rule);
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .mobile__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 9px;
  height: 1px;
  background: var(--l-blue);
}

.page-home .mobile__aside {
  padding: 16px 16px 6px;
  border: 1px solid var(--rule);
  background: var(--panel);
}

.page-home .kv {
  margin: 0;
}

.page-home .kv__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 13px;
  color: var(--muted);
}

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

.page-home .kv__row dd {
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  color: var(--paper);
}

/* ---------- 内页索引带 ---------- */

.page-home .routeband {
  padding: var(--home-pad-y-sm) 0 64px;
}

.page-home .routeband__list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rule);
}

.page-home .routeband__item {
  border-bottom: 1px solid var(--rule);
}

.page-home .routeband__link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 14px;
  padding: 15px 10px 15px 0;
  text-decoration: none;
  color: inherit;
  transition: padding-left .18s var(--ease), background-color .18s var(--ease);
}

.page-home .routeband__link:hover {
  padding-left: 12px;
  background: rgba(23, 48, 79, .65);
}

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

.page-home .routeband__idx {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  line-height: 1.9;
  color: var(--l-blue);
}

.page-home .routeband__name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-home .routeband__arrow {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--rule);
  transition: color .18s var(--ease), transform .18s var(--ease);
}

.page-home .routeband__link:hover .routeband__arrow {
  color: var(--l-yellow);
  transform: translateX(3px);
}

.page-home .routeband__desc {
  grid-column: 2;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

/* ---------- 断点 ---------- */

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

@media (min-width: 720px) {
  .page-home .cover {
    padding: 56px 0 64px;
  }

  .page-home .statband,
  .page-home .check,
  .page-home .tags9,
  .page-home .pulse,
  .page-home .mobile {
    padding-top: var(--home-pad-y);
    padding-bottom: var(--home-pad-y);
  }

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

  .page-home .statcard {
    flex: 0 0 320px;
  }
}

@media (min-width: 960px) {
  .page-home .cover__grid {
    grid-template-columns: 296px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
  }

  .page-home .tracker {
    order: -1;
  }

  .page-home .cover__title {
    max-width: 20ch;
  }

  .page-home .statband__head {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: start;
  }

  .page-home .check__grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: start;
  }

  .page-home .mobile__grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: start;
  }

  .page-home .statband__track {
    margin: 0;
    padding: 4px 0 20px;
  }

  .page-home .routeband {
    padding-bottom: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .pulse__dot {
    animation: none;
    background: var(--l-green);
  }

  .page-home .statcard,
  .page-home .acc-item__btn,
  .page-home .routeband__link,
  .page-home .routeband__arrow {
    transition: none;
  }

  .page-home .routeband__link:hover .routeband__arrow {
    transform: none;
  }
}
