.page-home {
  --home-pad: clamp(20px, 5vw, 60px);
  --home-gap: clamp(20px, 3vw, 36px);
  position: relative;
  overflow-x: clip;
  color: var(--text-body);
  background:
    radial-gradient(900px 540px at 90% -8%, rgba(53, 224, 214, 0.16), transparent 62%),
    radial-gradient(720px 470px at 2% 16%, rgba(255, 106, 43, 0.12), transparent 66%),
    linear-gradient(180deg, var(--ink-green) 0%, var(--deep-blue) 56%, var(--ink-green) 100%);
  padding-bottom: 0;
}

/* ---------- 页面上下文 ---------- */
.page-home .page-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding: 22px var(--home-pad) 0;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--mist);
}
.page-home .page-context__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(53, 224, 214, 0.18);
}
.page-home .page-context__label {
  color: var(--cream);
  font-weight: 600;
}
.page-home .page-context__sep {
  width: 22px;
  height: 1px;
  background: var(--line);
}
.page-home .page-context__meta {
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  color: var(--amber);
}

/* ---------- 首屏 ---------- */
.page-home .hero {
  display: grid;
  gap: 40px;
  padding: 26px var(--home-pad) 64px;
}

.page-home .hero h1 {
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(38px, 9.4vw, 90px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--cream);
  text-wrap: balance;
}
.page-home .hero__shift {
  display: block;
  margin-top: 12px;
  font-size: 0.54em;
  line-height: 1.14;
  color: var(--neon);
  letter-spacing: -0.01em;
}
.page-home .hero__lead {
  margin: 0 0 26px;
  max-width: 36ch;
  font-size: 16px;
  line-height: 1.85;
}
.page-home .hero__act {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.page-home .hero__hint {
  font-size: 13px;
  color: var(--mist);
}

/* 比分牌 */
.page-home .board {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(53, 224, 214, 0.34);
  background: var(--deep-blue);
  box-shadow: var(--shadow-deep);
  transform: rotate(-2deg);
  max-width: 100%;
}
.page-home .board__bg {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  opacity: 0.6;
  filter: saturate(1.15) contrast(1.05);
}
.page-home .board__body {
  padding: 18px 22px 22px;
  background: linear-gradient(180deg, rgba(11, 43, 38, 0.72), rgba(11, 43, 38, 0.96));
}
.page-home .board__label {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--cyan);
}
.page-home .board__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-home .board__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(78, 107, 92, 0.55);
}
.page-home .board__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-home .board__k {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--cream);
}
.page-home .board__v {
  font-size: 13px;
  color: var(--mist);
  text-align: right;
}

/* ---------- 章节通用 ---------- */
.page-home .section {
  position: relative;
  padding: 68px var(--home-pad);
}
.page-home .section__head {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}
.page-home .section__no {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(46px, 13vw, 104px);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 178, 92, 0.52);
}
.page-home .section__headText .eyebrow {
  margin: 0 0 6px;
}
.page-home .section__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(27px, 5.4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.page-home .section__note {
  margin: 0;
  max-width: 30ch;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-dim);
  border-left: 2px solid rgba(255, 106, 43, 0.55);
  padding-left: 12px;
}

/* ---------- 01 赛程 ---------- */
.page-home .tonight__body {
  display: grid;
  gap: 28px;
}
.page-home .filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.page-home .filter-btn {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-body);
  background: rgba(16, 31, 60, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 8px 18px;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.page-home .filter-btn:hover {
  border-color: rgba(53, 224, 214, 0.6);
  color: var(--cream);
}
.page-home .filter-btn.is-active,
.page-home .filter-btn[aria-pressed="true"] {
  background: var(--neon);
  border-color: var(--neon);
  color: var(--warm-ink);
}
.page-home .filter-count {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-home .fixtures {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.page-home .fixture {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 18px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: linear-gradient(158deg, rgba(16, 31, 60, 0.92), rgba(11, 43, 38, 0.92));
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-home .fixture:hover {
  border-color: rgba(53, 224, 214, 0.55);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
}
.page-home .fixture__day {
  margin: 0;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: var(--amber);
}
.page-home .fixture__time {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--neon);
}
.page-home .fixture__league {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--cream);
}
.page-home .fixture__meta {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-dim);
}
.page-home .fixture .tag {
  align-self: flex-start;
  margin-top: 6px;
}
.page-home .tonight__fig {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: var(--deep-blue);
}
.page-home .tonight__fig img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 0.82;
}
.page-home .tonight__cap {
  padding: 14px 18px 16px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--mist);
  border-top: 1px solid var(--line-soft);
}

/* ---------- 02 收藏 ---------- */
.page-home .keep__grid {
  display: grid;
  gap: 30px;
}
.page-home .keep__fig {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(53, 224, 214, 0.3);
  box-shadow: var(--shadow-deep);
  background: var(--deep-blue);
}
.page-home .keep__fig img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-home .keep__cap {
  padding: 13px 18px 15px;
  font-size: 12.5px;
  color: var(--mist);
  border-top: 1px solid var(--line-soft);
}
.page-home .keep__lead {
  margin: 0 0 22px;
  font-family: var(--font-serif);
  font-size: clamp(18px, 3.4vw, 23px);
  font-weight: 600;
  line-height: 1.5;
  color: var(--cream);
}
.page-home .keep__list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 16px;
}
.page-home .keep__item {
  display: grid;
  gap: 5px;
  padding-left: 16px;
  border-left: 2px solid rgba(53, 224, 214, 0.45);
}
.page-home .keep__k {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: 0.01em;
}
.page-home .keep__v {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-body);
}

/* ---------- 03 老位置 ---------- */
.page-home .legacy {
  position: relative;
  overflow: hidden;
  margin: 24px 0;
  padding-top: 88px;
  padding-bottom: 88px;
  clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}
.page-home .legacy__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}
.page-home .legacy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11, 43, 38, 0.94) 22%, rgba(16, 31, 60, 0.72) 100%);
  z-index: 0;
}
.page-home .legacy__inner {
  position: relative;
  z-index: 1;
  max-width: 62ch;
}
.page-home .legacy__no {
  margin-bottom: 8px;
  -webkit-text-stroke: 1px rgba(255, 106, 43, 0.55);
}
.page-home .legacy__inner .eyebrow {
  margin: 0 0 8px;
}
.page-home .legacy__lead {
  margin: 16px 0 26px;
  max-width: 40ch;
  font-size: 16px;
  line-height: 1.85;
}
.page-home .steps {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 11px;
}
.page-home .steps__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--cream);
}
.page-home .steps__n {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-pill);
  background: rgba(255, 106, 43, 0.16);
  border: 1px solid rgba(255, 106, 43, 0.55);
  color: var(--neon);
  font-size: 13px;
}
.page-home .legacy__act {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.page-home .link-quiet {
  color: var(--cyan);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 224, 214, 0.45);
  padding-bottom: 2px;
}
.page-home .link-quiet:hover {
  color: var(--amber);
  border-color: rgba(255, 178, 92, 0.6);
}

/* ---------- 04 规模 ---------- */
.page-home .stats {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.page-home .stat {
  padding: 22px 20px 24px;
  background: linear-gradient(180deg, rgba(16, 31, 60, 0.95), rgba(11, 43, 38, 0.95));
}
.page-home .stat__value {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(30px, 6vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--cyan);
  margin-bottom: 10px;
}
.page-home .stat__label {
  display: block;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-dim);
}
.page-home .crowd__lead {
  margin: 0 0 16px;
  max-width: 44ch;
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-body);
}
.page-home .crowd__more {
  margin: 0;
}

/* ---------- 收尾 ---------- */
.page-home .closing {
  margin: 20px var(--home-pad) 72px;
  padding: 36px clamp(20px, 4vw, 44px) 40px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 106, 43, 0.42);
  background:
    radial-gradient(420px 220px at 92% 8%, rgba(255, 106, 43, 0.2), transparent 68%),
    linear-gradient(150deg, rgba(16, 31, 60, 0.96), rgba(11, 43, 38, 0.96));
  box-shadow: var(--shadow-deep);
}
.page-home .closing__title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(22px, 4.6vw, 34px);
  letter-spacing: -0.02em;
  color: var(--cream);
}
.page-home .closing__lead {
  margin: 0 0 24px;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-body);
}
.page-home .closing__act {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---------- 断点 ---------- */
@media (min-width: 720px) {
  .page-home .fixtures {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .hero {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: center;
    gap: 52px;
    padding-top: 42px;
    padding-bottom: 104px;
  }
  .page-home .board {
    transform: rotate(-2.6deg) translateY(-6px);
  }
  .page-home .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .page-home .section__head {
    grid-template-columns: 132px minmax(0, 1fr) minmax(0, 26ch);
    align-items: end;
    column-gap: 30px;
    margin-bottom: 42px;
  }
  .page-home .section__no {
    font-size: clamp(72px, 8vw, 104px);
  }
  .page-home .keep__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 52px;
  }
  .page-home .legacy {
    padding-top: 112px;
    padding-bottom: 112px;
    margin: 40px 0;
  }
}

@media (min-width: 980px) {
  .page-home .fixtures {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-home .fixtures > li:nth-child(3n + 2) {
    margin-top: 28px;
  }
  .page-home .fixtures > li:nth-child(3n + 3) {
    margin-top: 12px;
  }
  .page-home .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .page-home .tonight__body {
    grid-template-columns: minmax(0, 1fr) 268px;
    gap: 34px;
    align-items: start;
  }
  .page-home .closing {
    padding: 48px 56px 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .board,
  .page-home .fixture {
    transform: none;
    transition: none;
  }
}
</style>
<<<END>>>
