.page-home {
  --home-hero-ink: #EAF3FB;
  --home-shadow: 0 22px 44px -30px rgba(11, 60, 110, .55);
  background: var(--sand);
  overflow-x: hidden;
}

/* ---------- 面包屑 ---------- */
.page-home .home-crumb {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.page-home .home-crumb .breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: .04em;
}

.page-home .home-crumb .breadcrumb li + li::before {
  content: "/";
  margin-right: 6px;
  color: rgba(234, 243, 251, .45);
}

.page-home .home-crumb .breadcrumb a {
  color: rgba(234, 243, 251, .72);
  text-decoration: none;
}

.page-home .home-crumb .breadcrumb a:hover,
.page-home .home-crumb .breadcrumb a:focus-visible {
  color: var(--sun);
}

.page-home .home-crumb .breadcrumb [aria-current="page"] {
  color: var(--sun);
}

/* ---------- 封面 ---------- */
.page-home .home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(20px, 3vw, 30px) 0 clamp(40px, 7vw, 84px);
  background:
    radial-gradient(120% 90% at 88% 4%, rgba(255, 176, 32, .36) 0%, rgba(255, 176, 32, 0) 56%),
    radial-gradient(90% 70% at 6% 100%, rgba(127, 212, 245, .30) 0%, rgba(127, 212, 245, 0) 62%),
    linear-gradient(158deg, #071A2F 0%, #0B3C6E 52%, #1B7FD4 100%);
  color: var(--home-hero-ink);
}

.page-home .home-hero__sky {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 45% at 50% 108%, rgba(255, 176, 32, .38), rgba(255, 176, 32, 0) 72%),
    linear-gradient(180deg, rgba(7, 26, 47, 0) 62%, rgba(7, 26, 47, .55) 100%);
}

.page-home .home-hero__frame {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(26px, 4vw, 44px);
}

.page-home .hero-rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.page-home .hero-rail .eyebrow {
  color: var(--sun);
}

.page-home .hero-rail__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(234, 243, 251, .84);
  max-width: 34ch;
}

.page-home .hero-rail__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid rgba(234, 243, 251, .18);
  border-bottom: 1px solid rgba(234, 243, 251, .18);
}

.page-home .hero-rail__stats .stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.page-home .hero-rail__stats .stat__value {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 22px;
  font-weight: 700;
  color: var(--sun);
  line-height: 1.2;
}

.page-home .hero-rail__stats .stat__label {
  font-size: 12px;
  letter-spacing: .06em;
  color: rgba(234, 243, 251, .68);
}

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

.page-home .hero-rail__actions .btn {
  text-decoration: none;
}

.page-home .hero-stage {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.page-home .hero-stage__art {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 46px 84px -52px rgba(0, 0, 0, .92);
  background: linear-gradient(150deg, #1B7FD4, #FFB020);
}

.page-home .hero-stage__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-home .hero-stage__badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--pill);
  background: rgba(7, 26, 47, .72);
  border: 1px solid rgba(255, 176, 32, .55);
  backdrop-filter: blur(6px);
}

.page-home .hero-stage__badge-num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 18px;
  color: var(--sun);
}

.page-home .hero-stage__badge-txt {
  font-size: 12px;
  letter-spacing: .08em;
  color: rgba(234, 243, 251, .8);
}

.page-home .hero-stage__copy h1 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 6vw, 58px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
  text-wrap: balance;
}

.page-home .hero-stage__copy .lede {
  margin: 0;
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(234, 243, 251, .86);
}

.page-home .hero-tracks {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.page-home .track-card {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 18px 20px 20px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(234, 243, 251, .18);
  color: inherit;
  text-decoration: none;
  transition: transform .32s var(--ease), background .32s var(--ease), border-color .32s var(--ease);
}

.page-home .track-card:hover,
.page-home .track-card:focus-visible {
  transform: translateY(-4px);
  background: rgba(255, 176, 32, .16);
  border-color: rgba(255, 176, 32, .55);
}

.page-home .track-card__index {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  letter-spacing: .16em;
  color: var(--sun);
}

.page-home .track-card__name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.page-home .track-card__desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(234, 243, 251, .78);
}

/* ---------- 赛程 ---------- */
.page-home .home-fixtures {
  background: linear-gradient(180deg, var(--sand) 0%, #EAF3FB 100%);
}

.page-home .home-fixtures__head .lede,
.page-home .home-reports__head .lede,
.page-home .home-squad__head .lede {
  max-width: 58ch;
  margin-top: 10px;
}

.page-home .fixture-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .fixture {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 18px 20px 18px 26px;
  background: #fff;
  border-radius: var(--r-md);
  box-shadow: var(--home-shadow);
  overflow: hidden;
  transition: transform .32s var(--ease), box-shadow .32s var(--ease);
}

.page-home .fixture::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 5px;
  border-radius: 0 6px 6px 0;
  background: rgba(11, 60, 110, .16);
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
}

.page-home .fixture:hover {
  transform: translateY(-4px);
}

.page-home .fixture:hover::before,
.page-home .fixture:focus-within::before {
  background: var(--sun);
  box-shadow: 0 0 16px rgba(255, 176, 32, .85);
}

.page-home .fixture.is-live::before {
  background: var(--coral);
  box-shadow: 0 0 16px rgba(255, 107, 74, .75);
}

.page-home .fixture__time {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 16px;
  font-weight: 700;
  color: var(--deep);
  letter-spacing: .02em;
}

.page-home .fixture.is-live .fixture__time {
  color: var(--coral);
}

.page-home .fixture__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.page-home .fixture__body .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-home .fixture__match {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.01em;
}

.page-home .fixture__match em {
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--ocean);
  margin: 0 6px;
}

.page-home .fixture__meta {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-70);
}

.page-home .fixture-band {
  margin: clamp(30px, 5vw, 52px) 0 0;
  line-height: 0;
}

.page-home .fixture-band img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0;
  opacity: .92;
}

/* ---------- 战报瀑布流 ---------- */
.page-home .home-reports {
  background: var(--sand);
}

.page-home .report-fall {
  column-count: 1;
  column-gap: 20px;
}

.page-home .report-card {
  break-inside: avoid;
  position: relative;
  margin: 0 0 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--home-shadow);
  overflow: hidden;
  transition: transform .32s var(--ease), box-shadow .32s var(--ease);
}

.page-home .report-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 88px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(127, 212, 245, .38), rgba(127, 212, 245, 0));
}

.page-home .report-card:hover {
  transform: translateY(-4px);
}

.page-home .report-card__art {
  position: relative;
  line-height: 0;
}

.page-home .report-card__art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-home .report-card__body {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 20px 22px 24px;
}

.page-home .report-card__body .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-home .report-card__body .card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--ink);
}

.page-home .report-card--lead .report-card__body .card__title {
  font-size: 21px;
}

.page-home .report-card__line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding: 10px 0;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
}

.page-home .report-side {
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--ink-45);
}

.page-home .report-score {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 30px;
  font-weight: 700;
  color: var(--deep);
  line-height: 1;
}

.page-home .report-dash {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--ink-45);
}

.page-home .report-kpis {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--ink-70);
}

.page-home .report-kpis li span {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--ocean);
  margin-right: 3px;
}

.page-home .report-card__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-70);
}

/* ---------- 阵容变动 ---------- */
.page-home .home-squad {
  background: linear-gradient(180deg, #EAF3FB 0%, var(--sand) 70%);
}

.page-home .squad-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.page-home .squad-type {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 22px 22px 24px;
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

.page-home .squad-type::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
}

.page-home .squad-type--in::before { background: var(--tropic); }
.page-home .squad-type--out::before { background: var(--sun); }
.page-home .squad-type--loan::before { background: var(--ocean); }
.page-home .squad-type--hurt::before { background: var(--coral); }

.page-home .squad-type__num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--deep);
}

.page-home .squad-type__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--ink);
}

.page-home .squad-type__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-70);
}

.page-home .squad-feed {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .squad-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 12px;
  align-items: center;
  padding: 14px 18px;
  border-radius: var(--r-sm);
  background: var(--mint);
  transition: background .3s var(--ease);
}

.page-home .squad-item:hover {
  background: #D5EEE6;
}

.page-home .squad-item__team {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--deep);
}

.page-home .squad-item__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-70);
  grid-column: 1 / -1;
}

.page-home .squad-item__when {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--ink-45);
  grid-column: 1 / -1;
}

/* ---------- 订阅 ---------- */
.page-home .home-subscribe {
  background: linear-gradient(140deg, #0B3C6E 0%, #1B7FD4 58%, #7FD4F5 100%);
  color: var(--home-hero-ink);
}

.page-home .home-subscribe__frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
}

.page-home .home-subscribe__art {
  border-radius: var(--r-xl);
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 34px 70px -46px rgba(0, 0, 0, .9);
}

.page-home .home-subscribe__art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-home .home-subscribe__body {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.page-home .home-subscribe__body .eyebrow {
  color: var(--sun);
}

.page-home .home-subscribe__body .section-title {
  color: #fff;
  margin: 0;
}

.page-home .home-subscribe__body .lede {
  margin: 0;
  max-width: 56ch;
  color: rgba(234, 243, 251, .86);
}

.page-home .team-bar {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
}

.page-home .team-chip {
  padding: 7px 16px;
  border-radius: var(--pill);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--ink);
  border: 1px solid transparent;
  transition: transform .28s var(--ease);
}

.page-home .team-chip:hover {
  transform: translateY(-3px);
}

.page-home .team-chip--a { background: var(--dyellow); }
.page-home .team-chip--b { background: #C7F0E2; }
.page-home .team-chip--c { background: #FFD9CF; }

.page-home .home-subscribe__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.page-home .home-subscribe__actions .btn {
  text-decoration: none;
}

.page-home .home-subscribe__actions .ghost-link {
  color: rgba(234, 243, 251, .82);
}

.page-home .home-subscribe__actions .ghost-link:hover,
.page-home .home-subscribe__actions .ghost-link:focus-visible {
  color: var(--sun);
}

/* ---------- 数据面板 ---------- */
.page-home .home-panel {
  background: var(--sand);
}

.page-home .panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
}

.page-home .panel-copy .lede {
  max-width: 56ch;
}

.page-home .panel-list {
  list-style: none;
  margin: 18px 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .panel-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-70);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.page-home .panel-list__key {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 24px;
  font-weight: 700;
  color: var(--ocean);
  min-width: 2.2ch;
}

.page-home .panel-chart {
  margin: 0;
  padding: 22px 22px 18px;
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--home-shadow);
}

.page-home .panel-chart__cap {
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--ink-45);
  margin-bottom: 10px;
}

.page-home .trend-plot {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .trend-plot__grid line {
  stroke: rgba(11, 60, 110, .10);
  stroke-width: 1;
}

.page-home .trend-plot__dot {
  fill: var(--sun);
  stroke: #fff;
  stroke-width: 2;
}

.page-home .panel-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.page-home .panel-legend dt {
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--ink-45);
}

.page-home .panel-legend dd {
  margin: 2px 0 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 20px;
  font-weight: 700;
  color: var(--deep);
}

/* ---------- 联系 ---------- */
.page-home .home-contact {
  background: linear-gradient(180deg, var(--sand) 0%, #E3F5EF 100%);
}

.page-home .home-contact__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--r-xl);
  background: #fff;
  box-shadow: var(--home-shadow);
  border-top: 5px solid var(--sun);
}

.page-home .home-contact__copy p {
  margin: 12px 0 20px;
  max-width: 56ch;
  font-size: 15px;
  line-height: 1.78;
  color: var(--ink-70);
}

.page-home .home-contact__copy .btn {
  text-decoration: none;
}

.page-home .home-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  align-content: start;
}

.page-home .home-contact__list .contact-item {
  display: grid;
  gap: 3px;
  padding: 12px 16px;
  border-radius: var(--r-sm);
  background: var(--mint);
}

.page-home .home-contact__list .contact-key {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--ink-45);
}

.page-home .home-contact__list .contact-value {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  word-break: break-word;
}

.page-home .home-contact__note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-45);
}

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

@media (min-width: 760px) {
  .page-home .report-fall {
    column-count: 2;
  }
  .page-home .fixture {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding-block: 16px;
  }
  .page-home .fixture__match {
    font-size: 20px;
  }
  .page-home .squad-item {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    gap: 6px 14px;
  }
  .page-home .squad-item__text,
  .page-home .squad-item__when {
    grid-column: auto;
  }
  .page-home .squad-item__text {
    text-align: left;
  }
  .page-home .home-contact__card {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
  .page-home .hero-stage__copy h1 {
    transform: rotate(-2deg);
    transform-origin: left center;
  }
}

@media (min-width: 1000px) {
  .page-home .home-hero__frame {
    grid-template-columns: minmax(0, .34fr) minmax(0, .66fr);
    align-items: start;
    column-gap: clamp(34px, 4vw, 56px);
  }
  .page-home .home-hero__frame::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: calc(34% - 1px);
    width: 2px;
    pointer-events: none;
    transform: skewX(-12deg);
    background: linear-gradient(180deg,
      rgba(255, 176, 32, 0) 0%,
      rgba(255, 176, 32, .72) 26%,
      rgba(127, 212, 245, .56) 72%,
      rgba(127, 212, 245, 0) 100%);
  }
  .page-home .hero-stage {
    position: sticky;
    top: 96px;
  }
  .page-home .report-fall {
    column-count: 3;
  }
  .page-home .squad-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-home .home-subscribe__frame {
    grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
  }
  .page-home .panel-grid {
    grid-template-columns: minmax(0, .46fr) minmax(0, .54fr);
  }
}

@media (min-width: 1200px) {
  .page-home .fixture {
    grid-template-columns: 148px minmax(0, 1fr);
    padding-inline: 30px 26px;
  }
  .page-home .fixture-rail {
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .track-card,
  .page-home .fixture,
  .page-home .report-card,
  .page-home .squad-item,
  .page-home .team-chip {
    transition: none;
  }
  .page-home .track-card:hover,
  .page-home .fixture:hover,
  .page-home .report-card:hover,
  .page-home .team-chip:hover {
    transform: none;
  }
}
</final>
