.page-home {
  --home-cut: 18px;
  --home-gap: clamp(16px, 2.4vw, 26px);
  --home-pad: clamp(22px, 4vw, 36px);
}

/* ===== 卷首封面 ===== */
.page-home .home-cover {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 4vw, 42px) 0 clamp(46px, 8vw, 92px);
  background:
    radial-gradient(115% 78% at 4% -12%, var(--c-glow) 0%, rgba(200, 247, 225, 0) 58%),
    radial-gradient(85% 62% at 98% 2%, rgba(255, 209, 0, .26) 0%, rgba(255, 209, 0, 0) 62%),
    var(--c-white);
}

.page-home .home-cover::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 26%;
  width: 300px;
  height: 300px;
  border: 1px dashed rgba(0, 168, 107, .22);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .cover-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4.5vw, 52px);
  margin-top: clamp(18px, 3vw, 28px);
}

.page-home .cover-lead-col > h1 {
  margin: 10px 0 0;
  font-family: var(--font-head);
  font-size: clamp(34px, 7.2vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--c-ink);
  max-width: 15em;
}

.page-home .cover-lead {
  margin: clamp(16px, 2.4vw, 24px) 0 0;
  max-width: 34em;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.85;
  color: var(--ink-72);
}

.page-home .cover-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(20px, 3vw, 30px);
}

/* 视频墙 */
.page-home .cover-wall {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  margin-top: clamp(26px, 4vw, 40px);
}

.page-home .wall-main {
  position: relative;
  overflow: hidden;
}

.page-home .wall-main figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(13, 27, 22, 0) 0%, rgba(13, 27, 22, .88) 76%);
  color: var(--c-white);
}

.page-home .wall-tag {
  flex: none;
  padding: 3px 8px;
  font-size: 12px;
  letter-spacing: .04em;
  background: var(--c-green);
  color: var(--c-white);
}

.page-home .wall-title {
  font-size: 15px;
  font-weight: 700;
}

.page-home .wall-time {
  margin-left: auto;
  font-size: 13px;
  color: var(--c-yellow);
}

.page-home .wall-mini-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  align-content: start;
}

.page-home .wall-mini {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 16px 18px 16px 22px;
  background: var(--c-white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--c-yellow);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}

.page-home .wall-mini:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-1);
}

.page-home .wall-mini-tag {
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--c-green-deep);
}

.page-home .wall-mini-title {
  margin: 0;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-ink);
}

.page-home .wall-mini-time {
  font-size: 13px;
  color: var(--ink-52);
}

/* 右侧快捷区 */
.page-home .cover-aside {
  display: grid;
  gap: var(--home-gap);
  align-content: start;
}

.page-home .odds-strip {
  position: relative;
  overflow: hidden;
  min-height: 176px;
  background: var(--c-night);
  color: var(--c-white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--home-cut)), calc(100% - var(--home-cut)) 100%, 0 100%);
}

.page-home .odds-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}

.page-home .odds-strip-body {
  position: relative;
  padding: 20px 22px 26px;
}

.page-home .odds-strip-label {
  margin: 0;
  font-size: 13px;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .72);
}

.page-home .odds-strip-num {
  margin: 8px 0 0;
  font-family: var(--font-mono);
  font-size: clamp(40px, 7vw, 54px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--c-white);
}

.page-home .odds-strip-delta {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--c-orange);
}

.page-home .entry-list {
  display: grid;
  gap: 10px;
}

.page-home .entry-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 4px 14px;
  padding: 15px 18px;
  background: var(--c-white);
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--home-cut)), calc(100% - var(--home-cut)) 100%, 0 100%);
  transition: transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
}

.page-home .entry-card:hover,
.page-home .entry-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--c-green);
  box-shadow: var(--shadow-1);
}

.page-home .entry-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-green-deep);
}

.page-home .entry-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--c-ink);
}

.page-home .entry-desc {
  grid-column: 2;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ink-52);
}

/* ===== 数据脉冲 ===== */
.page-home .pulse-band {
  position: relative;
  overflow: hidden;
  padding: var(--home-pad) var(--home-pad) calc(var(--home-pad) + 16px);
  background: var(--c-night);
  color: var(--c-white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}

.page-home .pulse-band::before {
  content: "";
  position: absolute;
  left: -12%;
  top: -45%;
  width: 58%;
  height: 180%;
  background: radial-gradient(closest-side, rgba(127, 224, 176, .32), rgba(127, 224, 176, 0));
  pointer-events: none;
}

.page-home .pulse-head {
  position: relative;
}

.page-home .pulse-head .eyebrow {
  color: var(--c-mint);
}

.page-home .pulse-head h2 {
  margin: 8px 0 0;
  font-family: var(--font-head);
  font-size: clamp(26px, 4.4vw, 38px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.01em;
  color: var(--c-white);
}

.page-home .pulse-head p {
  margin: 14px 0 0;
  max-width: 40em;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .72);
}

.page-home .pulse-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  margin-top: clamp(24px, 4vw, 36px);
}

.page-home .pulse-cell {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.page-home .pulse-value {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.page-home .pulse-num {
  font-family: var(--font-mono);
  font-size: clamp(30px, 6vw, 44px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--c-yellow);
}

.page-home .pulse-unit {
  font-size: 13px;
  color: rgba(255, 255, 255, .68);
}

.page-home .pulse-label {
  margin: 10px 0 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .8);
}

.page-home .pulse-bar {
  position: relative;
  overflow: hidden;
  height: 4px;
  margin-top: clamp(26px, 4vw, 36px);
  background: rgba(255, 255, 255, .14);
}

.page-home .pulse-bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 44%;
  background: linear-gradient(90deg, var(--c-mint), var(--c-yellow) 58%, var(--c-orange));
  animation: home-pulse-slide 6s var(--ease) infinite;
}

.page-home .pulse-note {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .5);
}

@keyframes home-pulse-slide {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(240%); }
}

/* ===== 回看集锦 ===== */
.page-home .replay-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .replay-head h2 {
  margin: 8px 0 0;
  font-family: var(--font-head);
  font-size: clamp(26px, 4.4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--c-ink);
}

.page-home .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .filter-btn {
  padding: 8px 14px;
  font-family: var(--font-mono);
  font-size: 13px;
  border: 1px solid var(--line);
  background: var(--c-white);
  color: var(--ink-72);
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
  transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}

.page-home .filter-btn:hover {
  border-color: var(--c-green);
  color: var(--c-green-deep);
}

.page-home .filter-btn[aria-pressed="true"] {
  background: var(--c-ink);
  border-color: var(--c-ink);
  color: var(--c-yellow);
}

.page-home .filter-status {
  margin: 16px 0 0;
  font-size: 12.5px;
  letter-spacing: .02em;
  color: var(--ink-52);
}

.page-home .replay-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  margin-top: 18px;
}

.page-home .replay-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px 20px 20px;
  background: var(--c-white);
  border: 1px solid var(--line);
  transition: transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
}

.page-home .replay-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--c-green), var(--c-mint) 56%, var(--c-yellow));
}

.page-home .replay-card:hover {
  transform: translateY(-3px);
  border-color: var(--c-mint);
  box-shadow: var(--shadow-1);
}

.page-home .replay-card[hidden] {
  display: none;
}

.page-home .replay-num {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--c-green-deep);
}

.page-home .replay-name {
  margin: 0;
  font-family: var(--font-head);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--c-ink);
}

.page-home .replay-note {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ink-72);
}

.page-home .replay-meta {
  margin: auto 0 0;
  padding-top: 12px;
  font-size: 12.5px;
  color: var(--ink-52);
}

/* ===== 中国杯签表 ===== */
.page-home .cup-cross {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
  overflow: hidden;
}

.page-home .cup-copy h2 {
  margin: 8px 0 0;
  font-family: var(--font-head);
  font-size: clamp(26px, 4.4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--c-ink);
}

.page-home .cup-lead {
  margin: 16px 0 0;
  max-width: 34em;
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--ink-72);
}

.page-home .cup-points {
  list-style: none;
  margin: clamp(18px, 3vw, 26px) 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .cup-points li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-72);
}

.page-home .cup-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 12px;
  height: 3px;
  background: var(--c-green);
}

.page-home .cup-figure {
  overflow: hidden;
}

/* ===== 战报速览 ===== */
.page-home .flash-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}

.page-home .flash-body h2 {
  margin: 8px 0 0;
  font-family: var(--font-head);
  font-size: clamp(26px, 4.4vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--c-ink);
}

.page-home .flash-lead {
  margin: 14px 0 0;
  max-width: 36em;
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--ink-72);
}

.page-home .flash-list {
  list-style: none;
  margin: clamp(20px, 3vw, 28px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.page-home .flash-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 14px 2px;
  border-bottom: 1px solid var(--line);
}

.page-home .flash-time {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-green-deep);
}

.page-home .flash-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-72);
}

/* ===== 品牌承诺 ===== */
.page-home .promise-band {
  position: relative;
  overflow: hidden;
  padding: var(--home-pad);
  background: linear-gradient(135deg, var(--c-glow) 0%, rgba(255, 209, 0, .24) 48%, var(--c-white) 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}

.page-home .promise-band h2 {
  margin: 8px 0 0;
  font-family: var(--font-head);
  font-size: clamp(26px, 4.4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--c-ink);
}

.page-home .promise-lead {
  margin: 16px 0 0;
  max-width: 46em;
  font-size: 15.5px;
  line-height: 1.9;
  color: var(--ink-72);
}

.page-home .promise-meta {
  list-style: none;
  margin: clamp(22px, 3.4vw, 32px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-home .promise-item {
  padding-top: 12px;
  border-top: 1px solid rgba(27, 34, 40, .16);
}

.page-home .promise-num {
  display: block;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--c-green-deep);
}

.page-home .promise-label {
  display: block;
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-52);
}

.page-home .promise-foot {
  margin: clamp(22px, 3.4vw, 30px) 0 0;
  font-size: 12.5px;
  line-height: 1.9;
  color: var(--ink-72);
}

.page-home .promise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(18px, 3vw, 26px);
}

/* ===== 响应式 ===== */
@media (min-width: 640px) {
  .page-home .wall-mini-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 760px) {
  .page-home .cover-wall {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .page-home .wall-mini-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  .page-home .replay-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 26px;
  }

  .page-home .cup-cross {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }

  .page-home .cup-figure {
    transform: rotate(-1.2deg);
  }

  .page-home .flash-layout {
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  }

  .page-home .promise-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 980px) {
  .page-home .cover-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .entry-card:nth-child(2) {
    margin-left: 8px;
  }

  .page-home .entry-card:nth-child(3) {
    margin-left: 16px;
  }

  .page-home .entry-card:nth-child(4) {
    margin-left: 24px;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .page-home .pulse-bar::after {
    animation: none;
    width: 100%;
  }

  .page-home .replay-card,
  .page-home .entry-card,
  .page-home .wall-mini {
    transition: none;
  }

  .page-home .cup-figure {
    transform: none;
  }
}
