.page-home {
  display: block;
  background: var(--ink);
  color: var(--white);
  overflow-x: hidden;
}

.page-home .cover {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: end;
  isolation: isolate;
  min-height: clamp(600px, 92vh, 960px);
  padding: clamp(120px, 19vh, 200px) var(--pad-x) clamp(48px, 8vh, 88px);
  overflow: hidden;
}

.page-home .cover-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .cover-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 48%;
  opacity: .4;
  filter: saturate(.7) contrast(1.06) brightness(.9);
}

.page-home .cover-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(0, 228, 208, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 228, 208, .1) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(120% 88% at 72% 42%, #000 18%, transparent 76%);
  mask-image: radial-gradient(120% 88% at 72% 42%, #000 18%, transparent 76%);
  pointer-events: none;
}

.page-home .cover-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5, 9, 15, .5) 0%, rgba(5, 9, 15, .74) 46%, var(--ink) 100%),
    linear-gradient(90deg, var(--ink) 6%, rgba(5, 9, 15, .3) 62%, rgba(5, 9, 15, .74) 100%);
}

.page-home .cover-inner {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.page-home .cover-kicker {
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--cyan);
  margin-bottom: clamp(14px, 2vh, 24px);
}

.page-home .cover-title {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: clamp(38px, 8.6vw, 104px);
  line-height: .96;
  letter-spacing: -.02em;
  margin: 0;
}

.page-home .cover-title-line {
  display: block;
}

.page-home .cover-title-line--thin {
  font-weight: 700;
  margin-top: .16em;
}

.page-home .cover-lead {
  margin-top: clamp(20px, 3vh, 32px);
  max-width: 32ch;
  padding-left: 16px;
  border-left: 2px solid var(--cyan);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
  color: var(--white);
}

.page-home .cover-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: clamp(22px, 3.4vh, 38px);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--mist);
}

.page-home .cover-index {
  position: relative;
  z-index: 1;
  margin-top: clamp(30px, 5vh, 56px);
  padding-top: 16px;
  border-top: 1px solid var(--mist-soft);
}

.page-home .cover-index-title {
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--mist);
  margin-bottom: 12px;
}

.page-home .cover-index-list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0 0 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-home .cover-index-list::-webkit-scrollbar {
  display: none;
}

.page-home .cover-index-list li {
  flex: 0 0 auto;
}

.page-home .cover-index-list a {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 8px 14px;
  font-size: 14px;
  color: var(--mist);
  text-decoration: none;
  border: 1px solid var(--mist-soft);
  white-space: nowrap;
  transition: color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}

.page-home .cover-index-num {
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--cyan);
}

.page-home .cover-index-list a:hover,
.page-home .cover-index-list a:focus-visible {
  color: var(--white);
  border-color: var(--cyan);
  transform: translateX(4px);
}

/* ===== 堆叠画板 ===== */
.page-home .board {
  position: relative;
  width: min(100% - (var(--pad-x) * 2), var(--shell-max));
  margin: clamp(64px, 11vw, 132px) auto 0;
  padding: clamp(30px, 5.4vw, 62px) clamp(20px, 4vw, 54px) clamp(38px, 6vw, 70px);
  background: var(--deep);
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
  scroll-margin-top: 110px;
}

.page-home .board::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(110px, 28%, 300px);
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), rgba(0, 228, 208, 0));
}

.page-home .board-head {
  max-width: 64ch;
}

.page-home .board-num {
  display: inline-block;
  padding: 3px 10px 2px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--cyan);
  border: 1px solid rgba(0, 228, 208, .42);
  margin-bottom: 18px;
}

.page-home .board-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(25px, 3.4vw, 44px);
  line-height: 1.14;
  letter-spacing: -.01em;
  margin: 0;
}

.page-home .board-title::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 18px;
  background: var(--cyan);
}

.page-home .board-lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.78;
  color: var(--mist);
}

/* ===== 01 分档 ===== */
.page-home .squad-grid {
  display: grid;
  gap: 34px;
  margin-top: 38px;
}

.page-home .tier-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.page-home .tier {
  padding: 14px 16px 15px;
  background: rgba(18, 41, 58, .62);
  border-left: 2px solid var(--mist-soft);
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}

.page-home .tier:hover {
  transform: translateX(6px);
  border-left-color: var(--cyan);
}

.page-home .tier-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.page-home .tier-name {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .01em;
}

.page-home .tier-count {
  font-family: var(--font-data);
  font-size: 15px;
  color: var(--white);
}

.page-home .tier-bar {
  height: 7px;
  margin: 11px 0 11px;
  background: rgba(122, 139, 158, .16);
  overflow: hidden;
}

.page-home .tier-bar span {
  display: block;
  height: 100%;
  transition: width .6s var(--ease);
}

.page-home .tier--lead .tier-bar span {
  width: 43%;
  background: var(--cyan);
}

.page-home .tier--main .tier-bar span {
  width: 79%;
  background: var(--aqua);
}

.page-home .tier--rotate .tier-bar span {
  width: 100%;
  background: var(--mist);
}

.page-home .tier--rookie .tier-bar span {
  width: 64%;
  background: var(--yellow);
}

.page-home .tier-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--mist);
}

.page-home .squad-figure {
  position: relative;
  margin: 0;
  min-width: 0;
}

.page-home .squad-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 460px;
  object-fit: cover;
  filter: saturate(.72) contrast(1.06) brightness(.84);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}

.page-home .squad-figure figcaption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--mist);
}

/* ===== 02 抢断 ===== */
.page-home .board-figure {
  margin: 34px 0 0;
}

.page-home .board-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  max-height: 340px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.05) brightness(.88);
}

.page-home .table-scroll {
  margin-top: 26px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-home .table-scroll:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.page-home .stat-table,
.page-home .venue-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 15px;
}

.page-home .stat-table th,
.page-home .stat-table td,
.page-home .venue-table th,
.page-home .venue-table td {
  padding: 13px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(122, 139, 158, .16);
  white-space: nowrap;
}

.page-home .stat-table thead th,
.page-home .venue-table thead th {
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--mist);
  border-bottom: 1px solid rgba(0, 228, 208, .38);
}

.page-home .stat-table tbody th,
.page-home .venue-table tbody th {
  font-weight: 500;
  color: var(--white);
}

.page-home .stat-table .num,
.page-home .venue-table .num {
  font-family: var(--font-data);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.page-home .stat-table tbody tr,
.page-home .venue-table tbody tr {
  transition: background .25s var(--ease);
}

.page-home .stat-table tbody tr:hover,
.page-home .venue-table tbody tr:hover {
  background: rgba(0, 228, 208, .07);
}

.page-home .stat-table tbody th:first-child,
.page-home .venue-table tbody th:first-child {
  position: relative;
}

.page-home .stat-table tbody tr:hover th:first-child::before,
.page-home .venue-table tbody tr:hover th:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 2px;
  background: var(--cyan);
}

/* ===== 03 主客场 ===== */
.page-home .venue-wrap {
  margin-top: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-home .venue-table .is-low {
  color: var(--coral);
}

.page-home .venue-note {
  margin-top: 20px;
  max-width: 68ch;
  font-size: 15px;
  line-height: 1.78;
  color: var(--mist);
}

/* ===== 04 签表与奖项 ===== */
.page-home .entry-grid {
  display: grid;
  gap: 24px;
  margin-top: 38px;
}

.page-home .entry-figure {
  margin: 0;
  min-width: 0;
}

.page-home .entry-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: cover;
  filter: saturate(.85) contrast(1.06) brightness(.86);
}

.page-home .entry-figure figcaption {
  margin-top: 12px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--mist);
}

.page-home .entry-card {
  position: relative;
  padding: 26px 24px 28px;
  background: rgba(18, 41, 58, .58);
  border-left: 2px solid var(--cyan);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.page-home .entry-card--awards {
  border-left-color: var(--aqua);
}

.page-home .entry-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 14px;
}

.page-home .entry-card p {
  font-size: 15px;
  line-height: 1.78;
  color: var(--mist);
}

.page-home .stage-list,
.page-home .award-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 22px;
  padding: 0;
}

.page-home .stage-list li,
.page-home .award-list li {
  padding: 5px 11px;
  font-size: 13px;
  color: var(--white);
  background: rgba(47, 123, 255, .14);
  border: 1px solid rgba(47, 123, 255, .34);
}

.page-home .stage-list li {
  background: rgba(0, 228, 208, .1);
  border-color: rgba(0, 228, 208, .3);
}

/* ===== 05 转会 ===== */
.page-home .moves-rail {
  margin-top: 30px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 228, 208, .5) transparent;
}

.page-home .moves-rail:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

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

.page-home .moves-rail::-webkit-scrollbar-thumb {
  background: rgba(0, 228, 208, .45);
}

.page-home .moves-track {
  display: flex;
  gap: 16px;
  width: max-content;
  min-width: 100%;
  list-style: none;
  margin: 0;
  padding: 2px 2px 16px;
}

.page-home .move-item {
  flex: 0 0 252px;
  scroll-snap-align: start;
  padding: 18px 18px 20px;
  background: rgba(18, 41, 58, .62);
  border-top: 2px solid var(--mist-soft);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-home .move-item--in {
  border-top-color: var(--cyan);
}

.page-home .move-item--out {
  border-top-color: var(--coral);
}

.page-home .move-item--keep {
  border-top-color: var(--yellow);
}

.page-home .move-meta {
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--mist);
  margin-bottom: 12px;
}

.page-home .move-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
}

.page-home .move-desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--mist);
}

.page-home .moves-hint {
  margin-top: 4px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--mist);
}

.page-home .moves-link {
  display: inline-block;
  margin-top: 20px;
}

/* ===== 收尾 ===== */
.page-home .closing {
  width: min(100% - (var(--pad-x) * 2), var(--shell-max));
  margin: clamp(56px, 9vw, 110px) auto clamp(64px, 10vw, 120px);
  padding: clamp(26px, 4vw, 46px) clamp(20px, 4vw, 48px);
  background:
    linear-gradient(118deg, rgba(0, 228, 208, .14), rgba(47, 123, 255, .08) 46%, rgba(5, 9, 15, 0) 82%),
    var(--deep);
  border-left: 3px solid var(--cyan);
}

.page-home .closing-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(23px, 2.8vw, 34px);
  line-height: 1.2;
  margin: 0 0 18px;
}

.page-home .closing-text {
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.78;
  color: var(--mist);
}

.page-home .closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ===== 响应式 ===== */
@media (min-width: 720px) {
  .page-home .entry-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .entry-figure {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .page-home .cover {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 250px);
    column-gap: clamp(36px, 6vw, 92px);
  }

  .page-home .cover-inner {
    grid-column: 1;
    align-self: end;
  }

  .page-home .cover-index {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: end;
    margin-top: 0;
    padding: 0 0 0 22px;
    border-top: 0;
    border-left: 1px solid var(--mist-soft);
  }

  .page-home .cover-index-title {
    margin-bottom: 14px;
  }

  .page-home .cover-index-list {
    flex-direction: column;
    gap: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .page-home .cover-index-list a {
    padding: 10px 0 10px 14px;
    border: 0;
    border-left: 1px solid transparent;
  }

  .page-home .cover-index-list a:hover,
  .page-home .cover-index-list a:focus-visible {
    border-left-color: var(--cyan);
  }

  .page-home .squad-grid {
    grid-template-columns: minmax(0, 1.65fr) minmax(0, .75fr);
    gap: clamp(32px, 4vw, 54px);
    align-items: start;
  }

  .page-home .entry-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: clamp(28px, 3.4vw, 46px);
    align-items: start;
  }

  .page-home .entry-figure {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
}

@media (min-width: 1400px) {
  .page-home .cover {
    padding-left: max(var(--pad-x), calc((100vw - var(--shell-max)) / 2));
    padding-right: max(var(--pad-x), calc((100vw - var(--shell-max)) / 2));
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .tier,
  .page-home .cover-index-list a,
  .page-home .stat-table tbody tr,
  .page-home .venue-table tbody tr {
    transition: none;
  }
}
<<<END>>>
