.page-home {
  background: var(--bg);
  color: var(--ink);
}
.page-home .split-shell {
  display: block;
  min-height: 100vh;
}
.page-home .content-panel {
  padding: 0 1.25rem 3rem;
  min-width: 0;
}

/* ===== 左侧章节目录：移动端横向抽条 ===== */
.page-home .index-panel {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(10, 31, 60, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.page-home .index-panel__brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .7rem 1rem;
  text-decoration: none;
}
.page-home .index-panel__mark {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--neon);
  color: var(--neon);
  font-family: var(--font-data);
  font-weight: 800;
  background: rgba(57, 255, 20, .05);
}
.page-home .index-panel__name {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: .02em;
}
.page-home .index-panel__list {
  display: flex;
  overflow-x: auto;
  gap: .4rem;
  padding: .1rem 1rem .8rem;
  margin: 0;
  list-style: none;
  scrollbar-width: none;
}
.page-home .index-panel__list::-webkit-scrollbar {
  display: none;
}
.page-home .index-panel__item a {
  display: flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
  padding: .5rem .65rem;
  color: var(--muted);
  text-decoration: none;
  border: 1px solid var(--line);
  font-size: .78rem;
  font-weight: 500;
  transition: border-color var(--ease), color var(--ease), background var(--ease);
}
.page-home .index-panel__item a:hover {
  border-color: var(--neon);
  color: var(--ink);
}
.page-home .index-panel__num {
  font-family: var(--font-data);
  font-size: .7rem;
  color: var(--signal);
}
.page-home .index-panel__item.is-active a {
  border-color: var(--neon);
  color: var(--ink);
  background: rgba(57, 255, 20, .08);
}
.page-home .index-panel__foot {
  display: none;
}

/* ===== 01 赛场入口 ===== */
.page-home .hero-section {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: 2.5rem 0 3.5rem;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  scroll-margin-top: 80px;
}
.page-home .hero-section::after {
  content: "";
  position: absolute;
  inset: auto -2rem 0 -2rem;
  height: 6px;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, var(--neon) 0 58%, var(--signal) 58% 100%);
  z-index: 2;
}
.page-home .hero-section__watermark {
  position: absolute;
  top: .5rem;
  right: -.6rem;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 24vw;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(57, 255, 20, .16);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.page-home .hero-section__inner {
  position: relative;
  z-index: 1;
}
.page-home .hero-section__chapter-num {
  display: block;
  font-family: var(--font-data);
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--signal);
  margin-bottom: 1rem;
}
.page-home .hero-section__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: 1rem;
}
.page-home .hero-section__flag {
  font-family: var(--font-data);
  font-size: .72rem;
  color: var(--neon);
  border: 1px solid rgba(57, 255, 20, .45);
  padding: .3rem .5rem;
  letter-spacing: .05em;
}
.page-home .hero-section__kicker {
  font-family: var(--font-data);
  font-size: .85rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--neon);
  margin: 0 0 .4rem;
}
.page-home .hero-section__title {
  font-family: var(--font-display);
  font-style: italic;
  text-transform: uppercase;
  line-height: .95;
  letter-spacing: -.02em;
  font-size: clamp(2.1rem, 7vw, 5.25rem);
  color: var(--ink);
  margin: 0 0 .85rem;
}
.page-home .hero-section__slash {
  color: var(--signal);
}
.page-home .hero-section__lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 46rem;
  margin: 0 0 1.5rem;
}
.page-home .hero-section__actions,
.page-home .chapter__action-row,
.page-home .device-actions,
.page-home .home-exit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.page-home .hero-stat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin: 2rem 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.page-home .hero-stat__cell {
  padding: .85rem .5rem .85rem 0;
}
.page-home .hero-stat__cell + .hero-stat__cell {
  border-left: 1px solid var(--line);
  padding-left: .75rem;
}
.page-home .hero-stat dt {
  font-size: .72rem;
  letter-spacing: .08em;
  color: var(--muted);
  margin-bottom: .3rem;
}
.page-home .hero-stat__num {
  font-family: var(--font-data);
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--neon);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.page-home .hero-section__media {
  max-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.page-home .hero-section__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* ===== 通用章节 ===== */
.page-home .chapter,
.page-home .home-exit {
  scroll-margin-top: 90px;
}
.page-home .chapter {
  position: relative;
  padding: 3rem 0;
  border-bottom: 1px solid var(--line);
}
.page-home .chapter__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.page-home .chapter__number {
  font-family: var(--font-data);
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--neon);
  letter-spacing: -.04em;
}
.page-home .section-label {
  font-family: var(--font-data);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--signal);
  margin: 0 0 .2rem;
}
.page-home .section-title {
  font-family: var(--font-display);
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -.02em;
  line-height: 1.02;
  font-size: clamp(1.7rem, 4.5vw, 3.25rem);
  color: var(--ink);
  margin: 0;
}
.page-home .chapter__abstract {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 52rem;
  margin: 0 0 1.5rem;
}
.page-home .chapter__action-row {
  margin-top: 1.5rem;
}

/* ===== 02 赛事资料库收藏 ===== */
.page-home .db-layout {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.page-home .db-visual {
  margin: 0;
  padding: .5rem;
  border: 1px solid var(--line);
  background: var(--panel);
}
.page-home .db-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.page-home .db-visual figcaption {
  font-family: var(--font-data);
  font-size: .75rem;
  color: var(--muted);
  padding: .5rem .25rem 0;
}
.page-home .db-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.page-home .db-list__item {
  display: flex;
  gap: .75rem;
  padding: .85rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .95rem;
  line-height: 1.6;
}
.page-home .db-list__tag {
  flex: 0 0 3rem;
  font-family: var(--font-data);
  font-size: .75rem;
  font-weight: 700;
  color: var(--neon);
  padding-top: .15rem;
}
.page-home .db-data-line {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid var(--line);
}
.page-home .db-data-line span {
  flex: 0 0 4rem;
  color: var(--muted);
  font-size: .8rem;
  padding-top: .1rem;
}
.page-home .db-data-line strong {
  color: var(--ink);
  font-weight: 500;
  line-height: 1.6;
}
.page-home .db-content .btn {
  margin-top: 1.25rem;
}

/* ===== 03 赛后战报时间轴 ===== */
.page-home .report-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.page-home .report-item {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  align-items: stretch;
}
.page-home .report-item__thumb {
  flex: 0 0 128px;
  width: 128px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
}
.page-home .report-item__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.page-home .report-item__meta {
  font-family: var(--font-data);
  font-size: .7rem;
  letter-spacing: .06em;
  color: var(--muted);
  margin: 0 0 .3rem;
}
.page-home .report-item__title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 .3rem;
  color: var(--ink);
}
.page-home .report-item__desc {
  font-size: .82rem;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 .45rem;
}

/* ===== 04 关注球队固定栏 ===== */
.page-home .watch-grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
}
.page-home .team-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--panel);
  border: 1px solid var(--line);
  transition: box-shadow var(--ease), transform var(--ease);
}
.page-home .team-card:hover {
  transform: translateX(4px);
  box-shadow: 8px 8px 0 rgba(57, 255, 20, .08);
  border-left: 2px solid var(--neon);
}
.page-home .team-card__mark {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--gold);
  font-family: var(--font-data);
  font-weight: 800;
}
.page-home .team-card__info {
  flex: 1;
  min-width: 0;
}
.page-home .team-card__name {
  font-size: 1rem;
  margin: 0;
  color: var(--ink);
}
.page-home .team-card__league {
  font-size: .78rem;
  color: var(--muted);
  margin: .15rem 0 0;
}
.page-home .team-card__state {
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  font-family: var(--font-data);
  font-size: .68rem;
  color: var(--muted);
  padding: .4rem .6rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: pointer;
  transition: border-color var(--ease), color var(--ease), background var(--ease);
  flex-shrink: 0;
}
.page-home .team-card--saved .team-card__state {
  border-color: rgba(57, 255, 20, .5);
  color: var(--neon);
  background: rgba(57, 255, 20, .05);
}
.page-home .team-card__state:hover {
  border-color: var(--neon);
  color: var(--ink);
}
.page-home .watch-tip {
  margin: 1rem 0 0;
  padding: .75rem 1rem;
  border-left: 2px solid var(--signal);
  background: rgba(255, 107, 0, .05);
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.6;
}

/* ===== 05 近三赛季交锋清单 ===== */
.page-home .clash-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.page-home .clash-table-box {
  overflow-x: auto;
}
.page-home .clash-table-box .data-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-data);
  font-size: .8rem;
  background: var(--panel);
  min-width: 520px;
}
.page-home .clash-table-box th,
.page-home .clash-table-box td {
  text-align: left;
  padding: .7rem .75rem;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.page-home .clash-table-box th {
  color: var(--neon);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.page-home .clash-table-box td {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.page-home .clash-record {
  margin-top: .75rem;
  padding: .875rem 1rem;
  background: rgba(57, 255, 20, .06);
  border-left: 2px solid var(--neon);
}
.page-home .clash-record p {
  margin: .15rem 0;
  font-size: .875rem;
  color: var(--ink);
  line-height: 1.6;
}
.page-home .trend-chart {
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--panel);
}
.page-home .trend-chart svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 340px;
  margin: 0 auto;
}
.page-home .trend-chart__note {
  font-family: var(--font-data);
  font-size: .7rem;
  color: var(--muted);
  margin: .5rem 0 0;
  text-align: center;
}

/* ===== 06 设备网页版通道 ===== */
.page-home .device-layout {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.page-home .device-points {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  border-top: 1px solid var(--line);
}
.page-home .device-points li {
  position: relative;
  padding: .8rem 0 .8rem 1.75rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: .95rem;
  line-height: 1.6;
}
.page-home .device-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: .8rem;
  height: 2px;
  background: var(--neon);
  box-shadow: 3px 3px 0 var(--signal);
}
.page-home .device-media {
  margin: 0;
  padding: .5rem;
  border: 1px solid var(--line);
  background: var(--panel);
}
.page-home .device-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-home .device-media figcaption {
  font-size: .75rem;
  color: var(--muted);
  padding: .5rem .25rem 0;
}
.page-home .device-chapter::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 2.5rem;
  background: linear-gradient(135deg, var(--signal) 0 45%, var(--neon) 45% 55%, transparent 55%);
  opacity: .8;
}

/* ===== 页面出口 ===== */
.page-home .home-exit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 2.5rem 0 4rem;
  border-bottom: 0;
}
.page-home .home-exit__title {
  font-size: clamp(1.25rem, 3.5vw, 2rem);
  margin: 0;
  color: var(--ink);
  max-width: 32ch;
  line-height: 1.3;
}

/* ===== 平板端调整 ===== */
@media (min-width: 700px) {
  .page-home .watch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .db-layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }
  .page-home .db-visual img {
    aspect-ratio: 4 / 5;
  }
  .page-home .hero-section {
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    align-items: center;
    gap: 2rem;
  }
  .page-home .hero-section__inner {
    padding: 2rem 0;
  }
  .page-home .hero-section__media {
    max-height: none;
    height: 100%;
    min-height: 480px;
    border: 1px solid var(--line);
    position: relative;
  }
  .page-home .hero-section__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .page-home .hero-section__watermark {
    font-size: 14vw;
  }
  .page-home .clash-grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
  }
  .page-home .device-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }
}

/* ===== 桌面端左右分屏 ===== */
@media (min-width: 960px) {
  .page-home .split-shell {
    display: grid;
    grid-template-columns: 264px minmax(0, 1fr);
    align-items: stretch;
  }
  .page-home .index-panel {
    position: sticky;
    top: 64px;
    height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    background: rgba(13, 42, 74, .94);
  }
  .page-home .index-panel__list {
    flex-direction: column;
    gap: .7rem;
    padding: 1.25rem;
    overflow: visible;
  }
  .page-home .index-panel__item a {
    border: 0;
    border-left: 2px solid var(--line);
    padding: .4rem .65rem;
    background: transparent;
  }
  .page-home .index-panel__item.is-active a {
    border-left-color: var(--neon);
    background: transparent;
  }
  .page-home .index-panel__foot {
    display: grid;
    gap: .35rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--line);
  }
  .page-home .index-panel__meta {
    font-size: .8rem;
    color: var(--muted);
    text-decoration: none;
    transition: color var(--ease);
  }
  .page-home .index-panel__meta:hover {
    color: var(--neon);
  }
  .page-home .content-panel {
    padding: 0 clamp(1.5rem, 4vw, 4rem) 4rem clamp(1.5rem, 3vw, 3rem);
  }
  .page-home .hero-section {
    gap: 2.5rem;
    padding: 0;
    min-height: calc(100vh - 64px);
  }
  .page-home .hero-section__inner {
    padding: 4rem 0;
  }
  .page-home .hero-section__watermark {
    top: auto;
    bottom: -3rem;
    right: 1.5rem;
    font-size: clamp(9rem, 18vw, 17rem);
    -webkit-text-stroke: 1px rgba(57, 255, 20, .14);
  }
  .page-home .hero-section__chapter-num {
    margin-bottom: 1.5rem;
  }
  .page-home .hero-section__lead {
    font-size: 1.12rem;
  }
  .page-home .watch-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .report-item__thumb {
    flex-basis: 176px;
    width: 176px;
  }
  .page-home .chapter {
    padding: 4rem 0;
  }
  .page-home .home-exit {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0 4rem;
  }
}
