.page-home {
  --hm-line-soft: rgba(34, 50, 60, 0.7);
  --hm-bone-soft: rgba(237, 231, 219, 0.82);
  --hm-cyan-wash: rgba(52, 227, 194, 0.07);
  background: var(--ms-ink);
  color: var(--ms-bone);
  overflow-x: clip;
}

/* ---------- 首屏：左右分屏 ---------- */
.page-home .hm-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  background: var(--ms-ink);
}

.page-home .hm-hero__brand {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 30px var(--ms-gutter) 34px;
  background: var(--ms-moss);
  border-bottom: 1px solid var(--ms-line);
}

.page-home .hm-hero__eyebrow {
  color: var(--ms-cyan);
}

.page-home .hm-hero__title {
  font-family: var(--ms-display);
  font-weight: 300;
  font-size: clamp(2.3rem, 9vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 14px 0 16px;
  color: var(--ms-bone);
}

.page-home .hm-hero__lede {
  max-width: 46ch;
  margin: 0 0 22px;
  font-size: var(--ms-t15);
  line-height: 1.8;
  color: var(--hm-bone-soft);
}

.page-home .hm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .hm-track {
  margin-top: 28px;
  border-top: 1px solid rgba(237, 231, 219, 0.18);
}

.page-home .hm-track__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .hm-track__link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid rgba(237, 231, 219, 0.18);
  color: var(--ms-bone);
  font-size: var(--ms-t13);
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 160ms var(--ms-ease), border-color 160ms var(--ms-ease), padding-left 160ms var(--ms-ease);
}

.page-home .hm-track__link:hover,
.page-home .hm-track__link:focus-visible {
  color: var(--ms-cyan);
  border-bottom-color: var(--ms-cyan);
  padding-left: 8px;
}

.page-home .hm-track__no {
  font-family: var(--ms-mono);
  font-size: var(--ms-t12);
  color: var(--ms-slate);
}

.page-home .hm-hero__stands {
  margin: 26px 0 0;
  border: 1px solid rgba(237, 231, 219, 0.2);
  overflow: hidden;
}

.page-home .hm-hero__stands img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  filter: saturate(0.35) brightness(0.78);
}

.page-home .hm-hero__stage {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 340px;
  padding: 26px var(--ms-gutter) 30px;
  background: var(--ms-layer);
  overflow: hidden;
}

.page-home .hm-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: saturate(0.45) contrast(1.05);
}

.page-home .hm-hero__scrim {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(155deg, rgba(6, 11, 18, 0.32), rgba(6, 11, 18, 0.93) 68%),
    repeating-linear-gradient(90deg, rgba(52, 227, 194, 0.08) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(52, 227, 194, 0.08) 0 1px, transparent 1px 96px);
}

.page-home .hm-hero__numbers {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid rgba(237, 231, 219, 0.28);
}

.page-home .hm-stat {
  display: block;
  padding-left: 14px;
  border-left: 4px solid var(--ms-cyan);
}

.page-home .hm-hero__numbers .hm-stat:nth-child(2) {
  border-left-color: var(--ms-gold);
}

.page-home .hm-stat__num {
  display: block;
  font-family: var(--ms-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(2.1rem, 8.5vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ms-cyan);
}

.page-home .hm-hero__numbers .hm-stat:nth-child(2) .hm-stat__num {
  color: var(--ms-bone);
}

.page-home .hm-stat__unit {
  font-size: 0.5em;
  margin-left: 2px;
  color: var(--ms-slate);
}

.page-home .hm-stat__label {
  display: block;
  margin-top: 8px;
  font-size: var(--ms-t12);
  letter-spacing: 0.08em;
  color: var(--ms-slate);
}

/* ---------- 通用区块节奏 ---------- */
.page-home .hm-score,
.page-home .hm-odds,
.page-home .hm-table,
.page-home .hm-data {
  padding: 54px 0 60px;
  border-top: 1px solid var(--ms-line);
}

.page-home .hm-head {
  max-width: 800px;
}

.page-home .hm-head__eyebrow {
  color: var(--ms-cyan);
}

.page-home .hm-head__title {
  margin: 12px 0 14px;
  font-family: var(--ms-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 5.4vw, 2.4rem);
  line-height: 1.24;
  letter-spacing: -0.005em;
}

.page-home .hm-head__lede {
  margin: 0;
  color: var(--hm-bone-soft);
}

.page-home .hm-inline {
  color: var(--ms-cyan);
  text-decoration: none;
  border-bottom: 1px solid var(--ms-line);
  transition: border-color 160ms var(--ms-ease), color 160ms var(--ms-ease);
}

.page-home .hm-inline:hover,
.page-home .hm-inline:focus-visible {
  border-bottom-color: var(--ms-cyan);
}

/* ---------- 比分带 ---------- */
.page-home .hm-score__net {
  margin: 26px 0 24px;
  height: 130px;
  border: 1px solid var(--ms-line);
  overflow: hidden;
}

.page-home .hm-score__net img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  filter: saturate(0.5);
}

.page-home .hm-score__wrap {
  border-top: 1px solid var(--ms-line);
}

.page-home .hm-fixtures {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  font-size: var(--ms-t15);
}

.page-home .hm-fixtures caption {
  padding: 12px 0 10px;
  text-align: left;
  font-size: var(--ms-t12);
  letter-spacing: 0.14em;
  color: var(--ms-slate);
}

.page-home .hm-fixtures th {
  padding: 10px 14px;
  text-align: left;
  font-weight: 500;
  font-size: var(--ms-t12);
  letter-spacing: 0.1em;
  color: var(--ms-slate);
  border-bottom: 1px solid var(--ms-line);
}

.page-home .hm-fixtures td {
  padding: 15px 14px;
  border-bottom: 1px solid var(--ms-line-soft);
}

.page-home .hm-fixtures td:nth-child(3),
.page-home .hm-fixtures td:nth-child(4),
.page-home .hm-fixtures td .ms-num {
  font-family: var(--ms-mono);
  font-variant-numeric: tabular-nums;
}

.page-home .hm-fixtures__final {
  color: var(--ms-cyan);
  font-size: var(--ms-t17);
}

.page-home .hm-fixtures__live {
  color: var(--ms-gold);
}

.page-home .hm-fixtures tbody tr {
  transition: background-color 160ms var(--ms-ease), box-shadow 160ms var(--ms-ease);
}

.page-home .hm-fixtures tbody tr:hover,
.page-home .hm-fixtures tbody tr:focus-within {
  background: var(--hm-cyan-wash);
  box-shadow: inset 4px 0 0 var(--ms-cyan);
}

.page-home .hm-score__note {
  margin: 16px 0 0;
  font-size: var(--ms-t13);
  line-height: 1.8;
  color: var(--ms-slate);
}

/* ---------- 赔率看台 ---------- */
.page-home .hm-odds__layout {
  display: grid;
  gap: 36px;
}

.page-home .hm-odds__list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ms-line);
}

.page-home .hm-odds__row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 20px auto;
  align-items: center;
  gap: 8px;
  padding: 15px 8px 15px 0;
  border-bottom: 1px solid var(--ms-line-soft);
  transition: background-color 160ms var(--ms-ease), box-shadow 160ms var(--ms-ease);
}

.page-home .hm-odds__row:hover,
.page-home .hm-odds__row:focus-within {
  background: rgba(224, 166, 60, 0.07);
  box-shadow: inset 4px 0 0 var(--ms-gold);
}

.page-home .hm-odds__rank {
  font-family: var(--ms-mono);
  font-size: var(--ms-t12);
  color: var(--ms-slate);
}

.page-home .hm-odds__team {
  font-size: var(--ms-t15);
  letter-spacing: 0.02em;
}

.page-home .hm-odds__val {
  font-family: var(--ms-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  font-size: var(--ms-t22);
  text-align: right;
  color: var(--ms-bone);
}

.page-home .hm-odds__dir {
  font-size: var(--ms-t15);
  text-align: center;
}

.page-home .hm-odds__dir--down {
  color: var(--ms-gold);
}

.page-home .hm-odds__dir--up {
  color: var(--ms-red);
}

.page-home .hm-odds__delta {
  min-width: 62px;
  font-family: var(--ms-mono);
  font-variant-numeric: tabular-nums;
  font-size: var(--ms-t13);
  text-align: right;
  color: var(--ms-slate);
}

.page-home .hm-odds__note {
  margin: 14px 0 0;
  font-size: var(--ms-t12);
  letter-spacing: 0.06em;
  color: var(--ms-slate);
}

.page-home .hm-trend {
  margin-top: 26px;
  padding: 18px;
  background: var(--ms-layer);
  border: 1px solid var(--ms-line);
}

.page-home .hm-trend__title {
  margin: 0;
  font-size: var(--ms-t13);
  letter-spacing: 0.08em;
  color: var(--ms-bone);
}

.page-home .hm-trend__svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 14px 0 10px;
}

.page-home .hm-trend__axis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--ms-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--ms-slate);
}

.page-home .hm-odds__aside {
  margin: 0;
  border: 1px solid var(--ms-line);
  overflow: hidden;
}

.page-home .hm-odds__aside img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  filter: saturate(0.5) brightness(0.82);
}

.page-home .hm-odds__aside figcaption {
  padding: 12px 14px;
  border-top: 1px solid var(--ms-line);
  font-size: var(--ms-t12);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--ms-slate);
}

/* ---------- 积分分界线 ---------- */
.page-home .hm-table__band {
  margin-top: 28px;
  border-top: 1px solid var(--ms-line);
}

.page-home .hm-zone {
  padding: 4px 0 14px 14px;
  border-bottom: 1px solid var(--ms-line);
}

.page-home .hm-zone--up {
  border-left: 4px solid var(--ms-cyan);
}

.page-home .hm-zone--play {
  border-left: 4px solid var(--ms-gold);
}

.page-home .hm-zone--drop {
  border-left: 4px solid var(--ms-red);
}

.page-home .hm-zone__label {
  display: inline-block;
  margin: 14px 0 6px;
  padding: 3px 9px;
  font-size: var(--ms-t12);
  letter-spacing: 0.16em;
  border: 1px solid currentColor;
}

.page-home .hm-zone--up .hm-zone__label {
  color: var(--ms-cyan);
}

.page-home .hm-zone--play .hm-zone__label {
  color: var(--ms-gold);
}

.page-home .hm-zone--drop .hm-zone__label {
  color: var(--ms-bone);
  background: var(--ms-red);
  border-color: var(--ms-red);
}

.page-home .hm-team {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 52px 46px;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  font-size: var(--ms-t15);
}

.page-home .hm-team + .hm-team {
  border-top: 1px solid var(--hm-line-soft);
}

.page-home .hm-team__rank,
.page-home .hm-team__played,
.page-home .hm-team__pts {
  font-family: var(--ms-mono);
  font-variant-numeric: tabular-nums;
}

.page-home .hm-team__rank {
  font-size: var(--ms-t12);
  color: var(--ms-slate);
}

.page-home .hm-team__played {
  font-size: var(--ms-t13);
  color: var(--ms-slate);
}

.page-home .hm-team__pts {
  font-size: var(--ms-t17);
  text-align: right;
  color: var(--ms-bone);
}

.page-home .hm-table__more {
  margin: 20px 0 0;
  font-size: var(--ms-t13);
  line-height: 1.85;
  color: var(--ms-slate);
}

/* ---------- 三条数据线 ---------- */
.page-home .hm-data__grid {
  margin-top: 28px;
  border-top: 1px solid var(--ms-line);
}

.page-home .hm-data__item {
  padding: 24px 0 26px;
  border-bottom: 1px solid var(--ms-line);
}

.page-home .hm-data__item::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 14px;
  background: var(--ms-cyan);
  transition: width 200ms var(--ms-ease);
}

.page-home .hm-data__item:hover::before,
.page-home .hm-data__item:focus-within::before {
  width: 100%;
}

.page-home .hm-data__no {
  margin: 0 0 8px;
  font-family: var(--ms-mono);
  font-size: var(--ms-t12);
  letter-spacing: 0.14em;
  color: var(--ms-slate);
}

.page-home .hm-data__title {
  margin: 0 0 10px;
  font-family: var(--ms-display);
  font-weight: 400;
  font-size: var(--ms-t22);
  letter-spacing: 0.01em;
}

.page-home .hm-data__text {
  margin: 0 0 14px;
  font-size: var(--ms-t15);
  line-height: 1.8;
  color: var(--hm-bone-soft);
}

.page-home .hm-data__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: var(--ms-t13);
  letter-spacing: 0.06em;
  color: var(--ms-cyan);
  text-decoration: none;
  border-bottom: 1px solid var(--ms-line);
  transition: border-color 160ms var(--ms-ease), color 160ms var(--ms-ease);
}

.page-home .hm-data__link:hover,
.page-home .hm-data__link:focus-visible {
  border-bottom-color: var(--ms-cyan);
}

/* ---------- 更新节点轨道 ---------- */
.page-home .hm-stage {
  padding: 54px 0 60px;
  background: var(--ms-moss);
  border-top: 1px solid var(--ms-line);
}

.page-home .hm-stage__rail {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .hm-stage__node {
  position: relative;
  padding: 18px 0 18px 26px;
  border-left: 1px solid rgba(237, 231, 219, 0.3);
}

.page-home .hm-stage__dot {
  position: absolute;
  left: -5px;
  top: 24px;
  width: 9px;
  height: 9px;
  background: var(--ms-ink);
  border: 1px solid var(--ms-cyan);
}

.page-home .hm-stage__node:first-child .hm-stage__dot {
  background: var(--ms-cyan);
}

.page-home .hm-stage__name {
  margin: 0 0 8px;
  font-family: var(--ms-display);
  font-weight: 400;
  font-size: var(--ms-t17);
  letter-spacing: 0.04em;
}

.page-home .hm-stage__text {
  margin: 0;
  max-width: 42ch;
  font-size: var(--ms-t15);
  line-height: 1.8;
  color: var(--hm-bone-soft);
}

/* ---------- 合作入口 ---------- */
.page-home .hm-contact {
  padding: 54px 0 64px;
  background: var(--ms-ink);
  border-top: 1px solid var(--ms-line);
}

.page-home .hm-contact__layout {
  display: grid;
  gap: 30px;
}

.page-home .hm-contact__hours {
  margin: 20px 0 22px;
  font-size: var(--ms-t13);
  line-height: 1.85;
  color: var(--ms-slate);
}

.page-home .hm-contact__cta {
  display: inline-flex;
}

.page-home .hm-contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ms-line);
}

.page-home .hm-contact__item {
  border-bottom: 1px solid var(--ms-line);
}

.page-home .hm-contact__link {
  display: grid;
  gap: 6px;
  min-height: 44px;
  padding: 18px 14px 18px 0;
  text-decoration: none;
  color: var(--ms-bone);
  border-left: 4px solid transparent;
  transition: border-color 180ms var(--ms-ease), background-color 180ms var(--ms-ease), padding-left 180ms var(--ms-ease);
}

.page-home .hm-contact__link:hover,
.page-home .hm-contact__link:focus-visible {
  border-left-color: var(--ms-gold);
  background: rgba(224, 166, 60, 0.06);
  padding-left: 12px;
}

.page-home .hm-contact__k {
  font-size: var(--ms-t17);
  letter-spacing: 0.02em;
}

.page-home .hm-contact__v {
  font-size: var(--ms-t13);
  line-height: 1.75;
  color: var(--ms-slate);
}

/* ---------- 中等屏幕 ---------- */
@media (min-width: 720px) {
  .page-home .hm-track__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .hm-hero__numbers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .page-home .hm-score__net {
    height: 170px;
  }

  .page-home .hm-data__item::before {
    margin-bottom: 18px;
  }

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

  .page-home .hm-odds__aside img {
    height: 240px;
  }
}

/* ---------- 桌面：34 : 66 分屏与斜切 ---------- */
@media (min-width: 1024px) {
  .page-home .hm-hero {
    grid-template-columns: minmax(0, 34fr) minmax(0, 66fr);
    background: var(--ms-moss);
  }

  .page-home .hm-hero__brand {
    background: transparent;
    border-bottom: 0;
    padding-top: 56px;
    padding-bottom: 48px;
    padding-left: max(var(--ms-gutter), calc((100vw - var(--ms-shell-w)) / 2));
    padding-right: 96px;
  }

  .page-home .hm-hero__title {
    font-size: clamp(2.6rem, 3.4vw, 3.8rem);
  }

  .page-home .hm-track__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-home .hm-hero__stands {
    margin-top: auto;
  }

  .page-home .hm-hero__stands img {
    height: 210px;
  }

  .page-home .hm-hero__stage {
    margin-left: -56px;
    clip-path: polygon(56px 0, 100% 0, 100% 100%, 0 100%);
    min-height: 560px;
    padding: 60px 56px 52px 104px;
  }

  .page-home .hm-score,
  .page-home .hm-odds,
  .page-home .hm-table,
  .page-home .hm-data,
  .page-home .hm-stage,
  .page-home .hm-contact {
    padding-top: 84px;
    padding-bottom: 92px;
  }

  .page-home .hm-head__title {
    font-size: clamp(2rem, 2.6vw, 2.7rem);
  }

  .page-home .hm-score__net {
    height: 200px;
    margin-top: 34px;
  }

  .page-home .hm-odds__layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 48px;
    align-items: start;
  }

  .page-home .hm-odds__row {
    grid-template-columns: 34px minmax(0, 1fr) 88px 22px 68px;
    gap: 14px;
  }

  .page-home .hm-odds__delta {
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 160ms var(--ms-ease), transform 160ms var(--ms-ease);
  }

  .page-home .hm-odds__row:hover .hm-odds__delta,
  .page-home .hm-odds__row:focus-within .hm-odds__delta {
    opacity: 1;
    transform: none;
  }

  .page-home .hm-odds__aside img {
    height: 300px;
  }

  .page-home .hm-data__grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr);
    gap: 0 40px;
  }

  .page-home .hm-data__item {
    border-bottom: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .page-home .hm-stage__rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(237, 231, 219, 0.3);
  }

  .page-home .hm-stage__node {
    border-left: 0;
    padding: 28px 24px 0 0;
  }

  .page-home .hm-stage__dot {
    left: 0;
    top: -5px;
  }

  .page-home .hm-contact__layout {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    gap: 56px;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hm-track__link,
  .page-home .hm-fixtures tbody tr,
  .page-home .hm-odds__row,
  .page-home .hm-odds__delta,
  .page-home .hm-data__item::before,
  .page-home .hm-contact__link,
  .page-home .hm-inline,
  .page-home .hm-data__link {
    transition: none;
  }
}
<<<END>>>

.page-home {
  --ms-line-soft: currentColor;
}
