.page-home {
  --home-gutter: clamp(16px, 3vw, 32px);
  background: var(--pitch-night);
  color: var(--scoreboard-white);
  font-family: var(--font-body);
  overflow-x: clip;
}

/* ---------- 上下文与坐标 ---------- */
.page-home .home-context {
  border-bottom: 1px solid var(--mist-line);
  background: linear-gradient(180deg, rgba(15, 30, 26, 0.85) 0%, rgba(6, 18, 14, 0) 100%);
}

.page-home .home-context__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.page-home .home-context .crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--chalk-gray);
}

.page-home .home-context .crumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--mist-line);
}

.page-home .home-context .crumbs a {
  color: var(--chalk-gray);
  text-decoration: none;
}

.page-home .home-context .crumbs a:hover {
  color: var(--fluoro-cyan);
}

.page-home .home-context .crumbs [aria-current="page"] {
  color: var(--scoreboard-white);
}

/* ---------- 首屏分屏 ---------- */
.page-home .home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-bottom: 1px solid var(--mist-line);
}

.page-home .home-hero__rail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px) var(--home-gutter);
  background: var(--stand-shadow);
  border-bottom: 1px solid var(--mist-line);
}

.page-home .rail-label {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--scoreboard-white);
}

.page-home .rail-note {
  margin: -10px 0 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--chalk-gray);
}

.page-home .rail-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .rail-group__label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--chalk-gray);
}

.page-home .home-hero__rail .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.page-home .home-hero__rail .chip {
  font-size: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  cursor: pointer;
}

.page-home .rail-peek {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
  border-top: 1px dashed var(--mist-line);
  margin-top: 2px;
}

.page-home .roster-peek {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px dashed var(--mist-line);
}

.page-home .roster-peek__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 4px;
  border-bottom: 1px dashed var(--mist-line);
  transition: background-color 0.2s ease;
}

.page-home .roster-peek__row:hover,
.page-home .roster-peek__row:focus-within {
  background: rgba(75, 242, 210, 0.07);
}

.page-home .roster-peek__num {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--fluoro-cyan);
  min-width: 2.2ch;
}

.page-home .roster-peek__pos {
  font-size: 13px;
  color: var(--chalk-gray);
  transition: color 0.2s ease;
}

.page-home .roster-peek__row:hover .roster-peek__pos {
  color: var(--scoreboard-white);
}

.page-home .rail-link {
  margin-top: auto;
  align-self: flex-start;
  font-size: 13px;
  color: var(--fluoro-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(75, 242, 210, 0.35);
  padding-bottom: 2px;
}

.page-home .rail-link:hover {
  color: var(--scoreboard-white);
  border-bottom-color: var(--scoreboard-white);
}

/* 比分板 */
.page-home .home-hero__board {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 440px;
  padding: clamp(28px, 5vw, 60px) var(--home-gutter);
}

.page-home .home-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  z-index: -2;
  filter: saturate(0.82) contrast(1.06) brightness(0.9);
}

.page-home .home-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 18, 14, 0.5) 0%, rgba(6, 18, 14, 0.78) 52%, var(--pitch-night) 100%),
    linear-gradient(100deg, rgba(6, 18, 14, 0.92) 0%, rgba(6, 18, 14, 0) 66%);
}

.page-home .home-hero__content {
  position: relative;
  width: 100%;
  max-width: 660px;
}

.page-home .home-title {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(30px, 5.6vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--scoreboard-white);
}

.page-home .home-lede {
  margin: 14px 0 0;
  max-width: 32em;
  font-family: var(--font-editorial);
  font-size: clamp(14.5px, 1.6vw, 17px);
  line-height: 1.8;
  color: var(--chalk-gray);
}

.page-home .scoreboard {
  position: relative;
  margin-top: clamp(20px, 3vw, 32px);
  max-width: 540px;
  padding: clamp(14px, 2vw, 20px) clamp(16px, 2.2vw, 24px) clamp(12px, 1.6vw, 16px);
  border: 1px solid rgba(75, 242, 210, 0.26);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(12, 42, 33, 0.7) 0%, rgba(6, 18, 14, 0.86) 100%);
  box-shadow: 0 22px 46px -30px rgba(75, 242, 210, 0.6);
}

.page-home .scoreboard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: repeating-linear-gradient(180deg, rgba(75, 242, 210, 0.055) 0 1px, transparent 1px 4px);
}

.page-home .scoreboard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-home .scoreboard__tag {
  color: var(--fluoro-cyan);
}

.page-home .scoreboard__state {
  color: var(--referee-orange);
}

.page-home .scoreboard__line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: clamp(6px, 1.4vw, 14px);
  margin: 8px 0 0;
}

.page-home .scoreboard__team {
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--chalk-gray);
}

.page-home .scoreboard__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(38px, 6.6vw, 60px);
  line-height: 1;
  color: var(--fluoro-cyan);
  letter-spacing: -0.01em;
}

.page-home .scoreboard__sep {
  font-family: var(--font-mono);
  font-size: clamp(22px, 3.4vw, 30px);
  color: var(--mist-line);
}

.page-home .scoreboard__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 18px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed var(--mist-line);
  font-size: 12.5px;
  color: var(--chalk-gray);
}

.page-home .scoreboard__foot b {
  font-weight: 500;
  color: var(--scoreboard-white);
}

/* ---------- 四条入口 ---------- */
.page-home .home-paths {
  background: var(--stand-shadow);
  border-bottom: 1px solid var(--mist-line);
  padding-bottom: clamp(40px, 6vw, 78px);
}

.page-home .home-paths__banner {
  position: relative;
  height: clamp(150px, 24vw, 280px);
  overflow: hidden;
  border-bottom: 1px solid var(--mist-line);
  background: var(--pitch-night);
}

.page-home .home-paths__banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.68) brightness(0.72);
}

.page-home .home-paths .section__head {
  margin-top: clamp(26px, 4vw, 44px);
}

.page-home .path-list {
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  margin: clamp(22px, 3vw, 36px) 0 0;
  padding: 0;
  background: var(--mist-line);
  border: 1px solid var(--mist-line);
  border-radius: 4px;
  overflow: hidden;
}

.page-home .path-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: clamp(20px, 2.4vw, 26px);
  background: var(--stand-shadow);
}

.page-home .path-card--roster { background: var(--roster-green); }
.page-home .path-card--fixtures { background: var(--fixture-slate); }
.page-home .path-card--injury { background: var(--injury-umber); }
.page-home .path-card--changelog { background: var(--changelog-graphite); }

.page-home .path-card__code {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--cyan-deep);
}

.page-home .path-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: var(--scoreboard-white);
}

.page-home .path-card__desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--chalk-gray);
}

.page-home .path-card__cadence {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--cyan-deep);
}

.page-home .path-card__link {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 6px;
  font-size: 13px;
  color: var(--fluoro-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(75, 242, 210, 0.35);
}

.page-home .path-card__link:hover {
  color: var(--scoreboard-white);
  border-bottom-color: var(--scoreboard-white);
}

/* ---------- 状态面板 ---------- */
.page-home .home-status {
  background: var(--fixture-slate);
  border-bottom: 1px solid var(--mist-line);
  padding: clamp(44px, 6vw, 86px) 0;
}

.page-home .home-status__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
}

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

.page-home .section__head--tight {
  margin-top: 0;
}

.page-home .status-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  margin: clamp(20px, 3vw, 30px) 0 0;
  padding: 0;
  background: var(--mist-line);
  border: 1px solid var(--mist-line);
  border-radius: 4px;
  overflow: hidden;
}

.page-home .status-cell {
  padding: 16px 18px;
  background: var(--stand-shadow);
}

.page-home .status-cell dt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--chalk-gray);
  margin-bottom: 6px;
}

.page-home .status-cell dd {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.page-home .status-cell__num {
  font-family: var(--font-mono);
  font-size: clamp(21px, 2.3vw, 28px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--fluoro-cyan);
}

.page-home .status-cell__sub {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--chalk-gray);
}

.page-home .status-line {
  margin: 18px 0 0;
  font-size: 12.5px;
  line-height: 1.9;
  color: var(--chalk-gray);
  padding-left: 12px;
  border-left: 2px solid var(--referee-orange);
}

.page-home .status-line .num {
  color: var(--scoreboard-white);
  word-break: break-all;
}

.page-home .home-status__figure {
  margin: 0;
  border: 1px solid var(--mist-line);
  border-radius: 4px;
  overflow: hidden;
  background: var(--stand-shadow);
}

.page-home .home-status__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: saturate(0.66) brightness(0.82);
}

.page-home .home-status__figure figcaption {
  padding: 10px 14px;
  border-top: 1px solid var(--mist-line);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--chalk-gray);
}

/* ---------- 收束 ---------- */
.page-home .home-closing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--mist-line);
}

.page-home .home-closing__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  z-index: -2;
  filter: saturate(0.55) brightness(0.5);
}

.page-home .home-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6, 18, 14, 0.88) 0%, rgba(6, 18, 14, 0.7) 45%, rgba(6, 18, 14, 0.96) 100%);
}

.page-home .home-closing__body {
  padding-top: clamp(46px, 8vw, 104px);
  padding-bottom: clamp(46px, 8vw, 104px);
}

.page-home .home-closing__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(23px, 3.4vw, 34px);
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--scoreboard-white);
}

.page-home .home-closing__text {
  margin: 14px 0 0;
  max-width: 46em;
  font-family: var(--font-editorial);
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.9;
  color: var(--chalk-gray);
}

.page-home .home-closing__links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
}

.page-home .home-closing__links a {
  display: inline-block;
  padding: 9px 17px;
  border: 1px solid var(--mist-line);
  border-radius: 999px;
  background: rgba(15, 30, 26, 0.72);
  font-size: 13px;
  color: var(--scoreboard-white);
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-home .home-closing__links a:hover {
  border-color: var(--fluoro-cyan);
  color: var(--fluoro-cyan);
}

/* ---------- 合规一行 ---------- */
.page-home .home-compliance {
  margin: 0;
  padding-top: 16px;
  padding-bottom: 28px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--chalk-gray);
  border-top: 1px dashed var(--mist-line);
}

.page-home .home-compliance .num {
  color: var(--scoreboard-white);
}

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-home .status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 960px) {
  .page-home .home-hero {
    grid-template-columns: minmax(250px, 27%) minmax(0, 1fr);
    align-items: stretch;
  }

  .page-home .home-hero__rail {
    border-bottom: 0;
    border-right: 1px solid var(--mist-line);
    padding-top: clamp(28px, 3vw, 44px);
    padding-bottom: clamp(28px, 3vw, 44px);
  }

  .page-home .home-hero__board {
    min-height: 580px;
  }

  .page-home .home-hero__rail {
    position: sticky;
    top: var(--rail-offset);
    align-self: start;
  }
}

@media (min-width: 1024px) {
  .page-home .home-status__grid {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
    align-items: start;
  }

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

  .page-home .home-status__figure {
    position: sticky;
    top: var(--rail-offset);
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .page-home * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
<<<END>>>
