.page-home {
  --home-gap: clamp(18px, 2.6vw, 34px);
  --home-panel: rgba(28, 58, 46, 0.46);
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-body);
  overflow-x: clip;
}

.page-home h1,
.page-home h2,
.page-home h3 {
  font-family: var(--font-display);
  font-weight: 800;
}

.page-home img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 顶部细数据条 */
.page-home .home-rail {
  background: var(--pitch);
  border-bottom: 1px solid var(--moss);
}

.page-home .home-rail__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 10px 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--rock);
}

.page-home .home-rail__dot {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--fluoro);
  box-shadow: 0 0 10px rgba(198, 245, 66, 0.55);
}

.page-home .home-rail__sep {
  width: 1px;
  height: 12px;
  background: var(--moss);
}

.page-home .home-rail__item--key {
  color: var(--fluoro);
}

@media (max-width: 620px) {
  .page-home .home-rail__sep {
    display: none;
  }
}

.page-home .home-crumbs {
  padding-top: 14px;
  font-size: 12px;
}

/* 首屏 */
.page-home .home-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(26px, 5vw, 54px) 0 clamp(70px, 9vw, 116px);
  background: var(--ink);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 54px));
}

.page-home .home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.page-home .home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
}

.page-home .home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 15, 13, 0.8) 0%, rgba(11, 15, 13, 0.52) 42%, rgba(11, 15, 13, 0.97) 100%),
    repeating-linear-gradient(90deg, rgba(242, 240, 230, 0.045) 0 1px, transparent 1px 84px);
}

.page-home .home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(26px, 4vw, 52px);
}

.page-home .home-hero__title {
  margin: 12px 0 0;
  font-size: clamp(46px, 11vw, 118px);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.page-home .home-hero__lead {
  max-width: 34em;
  margin: 20px 0 0;
  color: rgba(242, 240, 230, 0.84);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-home .home-hero__aside {
  border-top: 2px solid var(--fluoro);
  padding-top: 16px;
}

.page-home .home-aside__title {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--rock);
}

.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-home .home-stat {
  padding: 12px 14px;
  background: var(--home-panel);
  border: 1px solid var(--moss);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.page-home .home-stat__value {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(24px, 3.4vw, 32px);
  line-height: 1;
  color: var(--fluoro);
}

.page-home .home-stat__label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--rock);
}

.page-home .home-hero__aside .annotation {
  margin: 14px 0 0;
  line-height: 1.65;
}

@keyframes home-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page-home .home-hero__main > * {
    animation: home-rise 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }

  .page-home .home-hero__main > *:nth-child(1) { animation-delay: 0.04s; }
  .page-home .home-hero__main > *:nth-child(2) { animation-delay: 0.12s; }
  .page-home .home-hero__main > *:nth-child(3) { animation-delay: 0.2s; }
  .page-home .home-hero__main > *:nth-child(4) { animation-delay: 0.28s; }

  .page-home .home-hero__aside {
    animation: home-rise 0.7s 0.34s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
}

@media (min-width: 920px) {
  .page-home .home-hero__grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(268px, 0.72fr);
    align-items: end;
  }
}

/* 图片框 */
.page-home .home-frame {
  position: relative;
  overflow: hidden;
  background: var(--moss);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.page-home .home-frame--4x3 { aspect-ratio: 4 / 3; }
.page-home .home-frame--1x1 { aspect-ratio: 1 / 1; }

.page-home .home-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .home-frame__layer {
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11, 15, 13, 0) 0%, rgba(11, 15, 13, 0.84) 100%),
    repeating-linear-gradient(90deg, rgba(198, 245, 66, 0.16) 0 1px, transparent 1px 26px);
}

/* 季票 */
.page-home .home-passes__lead {
  max-width: 40em;
  margin-top: 14px;
}

.page-home .home-passes__grid {
  display: grid;
  gap: var(--home-gap);
  margin-top: clamp(26px, 4vw, 46px);
}

.page-home .home-passes__cards {
  display: grid;
  gap: 14px;
}

@media (min-width: 620px) {
  .page-home .home-passes__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-home .home-passes__figure {
  margin: 0;
}

.page-home .home-passes__figure figcaption {
  margin-top: 10px;
}

.page-home .home-pass {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px 20px;
  background: linear-gradient(160deg, rgba(28, 58, 46, 0.62), rgba(11, 15, 13, 0.88));
}

.page-home .home-pass__idx {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--volt);
}

.page-home .home-pass__name {
  margin: 2px 0 0;
  font-size: clamp(22px, 2.2vw, 27px);
  letter-spacing: -0.01em;
}

.page-home .home-pass__seat {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--rock);
}

.page-home .home-pass__facts {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.page-home .home-pass__facts li {
  position: relative;
  padding-left: 16px;
  color: rgba(242, 240, 230, 0.88);
}

.page-home .home-pass__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: var(--fluoro);
}

.page-home .home-pass__toggle {
  margin-top: 10px;
  align-self: flex-start;
}

.page-home .home-pass__body {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--moss);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--rock);
}

.page-home .home-pass__body p {
  margin: 0;
}

@media (min-width: 1000px) {
  .page-home .home-passes__grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(248px, 0.72fr);
    align-items: start;
  }
}

@media (min-width: 1240px) {
  .page-home .home-passes__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 补时与卡牌 */
.page-home .home-live {
  background: var(--pitch);
  border-top: 1px solid var(--moss);
  border-bottom: 1px solid var(--moss);
}

.page-home .home-live__grid {
  display: grid;
  gap: var(--home-gap);
}

.page-home .home-live__figure {
  margin: 0;
}

.page-home .home-live__figure figcaption {
  margin-top: 10px;
}

.page-home .home-fields {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.page-home .home-field {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  align-items: baseline;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--moss);
}

.page-home .home-field:first-child {
  border-top: 1px solid var(--moss);
}

.page-home .home-field__key {
  font-size: 14px;
  color: var(--bone);
}

.page-home .home-field__val {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--fluoro);
}

.page-home .home-live__tally {
  margin-top: 26px;
}

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

@media (min-width: 900px) {
  .page-home .home-live__grid {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: center;
  }
}

/* 斜向切割带 */
.page-home .home-slash {
  height: clamp(46px, 6.5vw, 86px);
  background:
    linear-gradient(100deg, rgba(198, 245, 66, 0.14), rgba(255, 122, 26, 0.1) 52%, rgba(11, 15, 13, 0) 84%),
    var(--pitch);
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
}

/* 联赛索引 */
.page-home .home-leagues__head {
  display: grid;
  gap: 14px;
}

.page-home .home-leagues__note {
  max-width: 32em;
  line-height: 1.7;
}

.page-home .home-leagues__rail {
  margin-top: clamp(20px, 3vw, 34px);
  padding: 6px var(--gutter) 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-home .home-leagues__list {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: max-content;
}

.page-home .home-league {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 168px;
  padding: 16px 16px 18px;
  text-decoration: none;
  color: var(--bone);
  background: linear-gradient(165deg, rgba(28, 58, 46, 0.75), rgba(11, 15, 13, 0.78));
  border: 1px solid var(--moss);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.page-home .home-league:hover,
.page-home .home-league:focus-visible {
  transform: translateY(-3px);
  border-color: var(--volt);
}

.page-home .home-league__idx {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--rock);
}

.page-home .home-league__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.01em;
}

.page-home .home-league__range {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--fluoro);
}

@media (min-width: 820px) {
  .page-home .home-leagues__head {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: end;
  }
}

/* 当轮战报 */
.page-home .home-reports__head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
}

.page-home .home-reports__more {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--fluoro);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.page-home .home-reports__grid {
  display: grid;
  gap: 16px;
  margin-top: clamp(22px, 3.4vw, 40px);
}

.page-home .home-report {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
}

.page-home .home-report--lead {
  background: linear-gradient(150deg, rgba(28, 58, 46, 0.85), rgba(11, 15, 13, 0.92));
}

.page-home .home-report__tag {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--volt);
}

.page-home .home-report__title {
  margin: 4px 0 0;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.3;
}

.page-home .home-report__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(242, 240, 230, 0.76);
}

.page-home .home-report .annotation {
  margin-top: auto;
  padding-top: 14px;
}

@media (min-width: 880px) {
  .page-home .home-reports__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

/* 版本纪年 */
.page-home .home-history__grid {
  display: grid;
  gap: var(--home-gap);
}

.page-home .home-history__figure {
  margin: 0;
}

.page-home .home-history__figure figcaption {
  margin-top: 10px;
}

.page-home .home-milestones {
  display: grid;
  gap: 20px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.page-home .home-milestone {
  border-left: 1px solid var(--moss);
  padding-left: 16px;
}

.page-home .home-milestone__year {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--volt);
}

.page-home .home-milestone__name {
  margin: 6px 0 0;
  font-size: 18px;
}

.page-home .home-milestone__text {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(242, 240, 230, 0.76);
}

@media (min-width: 680px) {
  .page-home .home-milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 28px;
  }
}

@media (min-width: 960px) {
  .page-home .home-history__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    align-items: start;
  }
}

/* 咨询与备案 */
.page-home .home-contact {
  margin-top: clamp(40px, 6vw, 80px);
  padding: clamp(34px, 5vw, 60px) 0;
  background: var(--pitch);
  border-top: 1px solid var(--moss);
}

.page-home .home-contact__inner {
  display: grid;
  gap: 26px;
}

.page-home .home-contact__note {
  max-width: 34em;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(242, 240, 230, 0.78);
}

.page-home .home-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .home-contact__list li {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--moss);
  font-size: 14px;
}

.page-home .home-contact__list li:first-child {
  border-top: 1px solid var(--moss);
}

.page-home .home-contact__label {
  font-size: 13px;
  color: var(--rock);
}

.page-home .home-contact__value {
  font-family: var(--font-mono);
  color: var(--bone);
  word-break: break-word;
}

.page-home .home-contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 16px 0 0;
  font-size: 13px;
}

.page-home .home-contact__links a {
  color: var(--rock);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.page-home .home-contact__links a:hover,
.page-home .home-contact__links a:focus-visible {
  color: var(--fluoro);
  border-bottom-color: currentColor;
}

.page-home .home-contact__fine {
  margin-top: 18px;
  line-height: 1.7;
}

@media (min-width: 860px) {
  .page-home .home-contact__inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
  }
}
<<<END>>>
