/* ============ 首页 page-home ============ */
.page-home {
  --hcut: 3deg;
  --hcut-sm: 2deg;
  color: var(--paper);
  overflow-x: hidden;
}

/* ---------- 首屏 ---------- */
.page-home .hero {
  position: relative;
  padding: calc(var(--header-h) + 36px) 0 0;
}

.page-home .hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: stretch;
  position: relative;
}

.page-home .hero__panel {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 26px 20px 28px;
  background: linear-gradient(158deg, var(--panel) 0%, rgba(11, 26, 22, .94) 100%);
  border: 1px solid var(--line);
  box-shadow: 0 34px 72px -52px rgba(0, 0, 0, .95);
}

.page-home .hero__panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 92px;
  height: 2px;
  background: var(--flare);
}

.page-home .hero__title {
  margin: .32em 0 .42em;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 8.2vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--paper);
  transform: skewX(-4deg);
  transform-origin: left bottom;
}

.page-home .hero__lede {
  max-width: 46ch;
  color: var(--silver);
}

.page-home .hero .tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 22px 0 0;
}

/* 记分牌数据网格 */
.page-home .board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.page-home .board__cell {
  padding: 13px 12px 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 10, .26);
  transition: transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
}

.page-home .board__cell:hover,
.page-home .board__cell:focus-within {
  transform: translateY(-2px);
  background: rgba(255, 74, 28, .07);
  border-color: var(--line-strong);
}

.page-home .board__label {
  display: block;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--muted);
}

.page-home .board__value {
  display: block;
  font-family: var(--font-data);
  font-size: clamp(1.55rem, 5.6vw, 2.15rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--paper);
  margin: 6px 0 5px;
}

.page-home .board__value i {
  font-style: normal;
  font-family: var(--font-body);
  font-size: .42em;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--muted);
  margin-left: 5px;
}

.page-home .board__note {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  transition: color .2s var(--ease);
}

.page-home .board__cell:hover .board__note,
.page-home .board__cell:focus-within .board__note {
  color: var(--silver);
}

/* 三条主线入口 */
.page-home .hero__entries {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.page-home .hero__entries li {
  border-bottom: 1px solid var(--line);
}

.page-home .hero__entries a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 9px 2px;
  color: var(--paper);
  text-decoration: none;
  transition: color .2s var(--ease), transform .2s var(--ease);
}

.page-home .hero__entries a:hover,
.page-home .hero__entries a:focus-visible {
  color: var(--flare-soft);
  transform: translateX(3px);
}

.page-home .entry__no {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--flare);
}

.page-home .entry__label {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .02em;
}

.page-home .entry__desc {
  margin-left: auto;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--muted);
  text-align: right;
}

/* 首屏画面 */
.page-home .hero__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  min-height: 200px;
  overflow: hidden;
  background: linear-gradient(150deg, var(--panel), var(--carbon));
}

.page-home .hero__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 10, .18) 0%, rgba(5, 8, 10, .82) 100%),
    repeating-linear-gradient(90deg, rgba(199, 208, 212, .06) 0 1px, transparent 1px 90px);
  pointer-events: none;
}

.page-home .hero__figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  filter: saturate(.7) contrast(1.1) brightness(.76);
}

/* ---------- 数据总览条 ---------- */
.page-home .ledger {
  padding-top: 40px;
}

.page-home .ledger__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-strong);
}

.page-home .ledger__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.35rem, 5vw, 1.9rem);
  letter-spacing: -.015em;
}

.page-home .ledger__meta {
  margin: 0;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--muted);
}

.page-home .ledger__strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}

.page-home .ledger__item {
  position: relative;
  padding: 18px 14px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(18, 37, 32, .5);
  transition: transform .2s var(--ease), background .2s var(--ease);
}

.page-home .ledger__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--flare), transparent 78%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .24s var(--ease);
}

.page-home .ledger__item:hover {
  transform: translateY(-2px);
  background: rgba(18, 37, 32, .82);
}

.page-home .ledger__item:hover::before,
.page-home .ledger__item:focus-within::before {
  transform: scaleX(1);
}

.page-home .ledger__num {
  display: block;
  font-family: var(--font-data);
  font-size: clamp(1.8rem, 7vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--paper);
}

.page-home .ledger__num i {
  font-style: normal;
  font-size: .38em;
  color: var(--flare);
  margin-left: 4px;
}

.page-home .ledger__unit {
  display: block;
  margin: 8px 0 6px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--silver);
}

.page-home .ledger__text {
  display: block;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .ledger__foot {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .mk {
  font-style: normal;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .04em;
  padding: 1px 6px;
  border: 1px solid currentColor;
}

.page-home .mk--amber {
  color: var(--amber);
}

.page-home .mk--red {
  color: var(--red);
}

/* ---------- 双版本对照 ---------- */
.page-home .versions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.page-home .versions__title {
  margin: .34em 0 .5em;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 5.6vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.page-home .versions__lede {
  margin: 0 0 22px;
  max-width: 60ch;
  color: var(--silver);
}

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

.page-home .versions__list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.page-home .versions__key {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: .02em;
  color: var(--paper);
}

.page-home .versions__val {
  display: inline-block;
  margin-left: 10px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--flare);
}

.page-home .versions__list p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 56ch;
}

.page-home .versions__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.page-home .versions__figure .figure__frame {
  position: relative;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(45deg, rgba(199, 208, 212, .07) 0 1px, transparent 1px 16px),
    linear-gradient(150deg, var(--panel), var(--carbon));
  overflow: hidden;
}

.page-home .versions__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(.74) contrast(1.08);
}

.page-home .versions__figure .figure__caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

/* ---------- 大屏观赛 ---------- */
.page-home .screen {
  padding-top: 0;
}

.page-home .screen__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.page-home .screen__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(150deg, var(--carbon), var(--panel));
  clip-path: polygon(0 0, 100% 0, 100% 94%, 6% 100%);
}

.page-home .screen__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, .7) 0%, rgba(5, 8, 10, .12) 62%),
    repeating-linear-gradient(0deg, rgba(199, 208, 212, .05) 0 1px, transparent 1px 72px);
  pointer-events: none;
}

.page-home .screen__figure img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  object-fit: cover;
  filter: saturate(.62) contrast(1.12) brightness(.72);
}

.page-home .screen__panel {
  position: relative;
  z-index: 2;
  padding: 26px 20px 28px;
  background: linear-gradient(200deg, var(--panel) 0%, rgba(5, 8, 10, .92) 100%);
  border: 1px solid var(--line);
  border-top: 2px solid var(--flare);
}

.page-home .screen__title {
  margin: .3em 0 .55em;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.4rem, 5.4vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -.02em;
}

.page-home .screen__lede {
  margin: 0 0 20px;
  color: var(--silver);
}

.page-home .screen__spec {
  margin: 0 0 24px;
  border-top: 1px solid var(--line);
}

.page-home .screen__row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.page-home .screen__row dt {
  flex: 0 0 76px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--flare);
  padding-top: 2px;
}

.page-home .screen__row dd {
  margin: 0;
  flex: 1 1 180px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--paper);
}

.page-home .screen__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ---------- 首发轮换专栏 ---------- */
.page-home .column__head {
  max-width: 62ch;
  margin-bottom: 24px;
}

.page-home .column__title {
  margin: .3em 0 .5em;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.45rem, 5.4vw, 2.15rem);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.page-home .column__lede {
  margin: 0;
  color: var(--silver);
}

.page-home .column__band {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--carbon);
}

.page-home .column__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.5) contrast(1.15) brightness(.4);
  z-index: 0;
}

.page-home .column__feed {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(199, 208, 212, .16);
}

.page-home .column__card {
  padding: 22px 20px 24px;
  background: rgba(5, 8, 10, .74);
  transition: transform .2s var(--ease), background .2s var(--ease);
}

.page-home .column__card:hover,
.page-home .column__card:focus-within {
  transform: translateY(-2px);
  background: rgba(18, 37, 32, .9);
}

.page-home .column__tag {
  display: inline-block;
  margin: 0 0 12px;
  padding: 2px 8px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--flare);
  border: 1px solid rgba(255, 74, 28, .42);
  background: var(--flare-dim);
}

.page-home .column__card-title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: var(--paper);
}

.page-home .column__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .column__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

/* ---------- 城市赛场主张 ---------- */
.page-home .claim {
  position: relative;
  margin-top: 56px;
  padding: 56px 0 64px;
  background: linear-gradient(180deg, var(--carbon) 0%, #030608 100%);
  clip-path: polygon(0 var(--hcut), 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}

.page-home .claim::before {
  content: "";
  position: absolute;
  top: calc(var(--hcut) + 2px);
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--flare) 22%, transparent 78%);
  opacity: .7;
  pointer-events: none;
}

.page-home .claim__inner {
  position: relative;
  z-index: 1;
  max-width: 72ch;
}

.page-home .claim__title {
  margin: .3em 0 .6em;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 5.8vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -.025em;
  color: var(--paper);
}

.page-home .claim__text {
  margin: 0 0 26px;
  color: var(--silver);
  max-width: 68ch;
}

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

.page-home .claim__links .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-home .hero__panel {
    padding: 32px 32px 34px;
  }

  .page-home .board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .ledger__strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .column__feed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .hero {
    padding-top: calc(var(--header-h) + 56px);
  }

  .page-home .hero__grid {
    grid-template-columns: minmax(0, 1.32fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
  }

  .page-home .hero__panel {
    align-self: start;
    margin-right: -78px;
    padding: 42px 44px 44px;
  }

  .page-home .hero__figure {
    margin-left: -78px;
    min-height: 520px;
    clip-path: polygon(11% 0, 100% 0, 100% 93%, 0 100%);
  }

  .page-home .hero__figure img {
    min-height: 520px;
    height: 100%;
  }

  .page-home .versions__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 56px;
  }

  .page-home .screen__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 0;
    align-items: center;
  }

  .page-home .screen__figure {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 92%);
  }

  .page-home .screen__panel {
    margin-left: -64px;
    padding: 40px 42px 44px;
  }

  .page-home .ledger {
    padding-top: 56px;
  }
}

@media (min-width: 1200px) {
  .page-home .hero__title {
    font-size: 3.5rem;
  }

  .page-home .claim {
    margin-top: 72px;
    padding: 72px 0 84px;
  }
}
<<<END>>>
