.page-home {
  --ph-strip-h: 140px;
  background: var(--bg-deep);
  color: var(--text);
  overflow-x: hidden;
}

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

/* ========== 实时比分大屏 ========== */
.page-home .score-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), 0 100%);
  padding: 30px 0 70px;
}

.page-home .score-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .score-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
}

.page-home .score-hero__tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(10, 14, 39, 0.96) 0%, rgba(10, 14, 39, 0.80) 42%, rgba(10, 14, 39, 0.35) 100%);
}

.page-home .score-hero__stream {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}

.page-home .score-hero__stream path {
  fill: none;
  stroke: var(--accent-data);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 4 8;
  opacity: 0.45;
}

.page-home .score-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.page-home .score-hero__content {
  max-width: 720px;
}

.page-home .score-hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.1rem, 5.4vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 14px 0 16px;
}

.page-home .score-hero__desc {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text);
  max-width: 540px;
  margin-bottom: 24px;
}

/* 比分板 */
.page-home .score-board {
  margin-top: 24px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, rgba(15, 21, 53, 0.94), rgba(10, 14, 39, 0.90));
  border: 1px solid rgba(0, 255, 135, 0.2);
  border-radius: var(--radius-md);
  padding: 16px 16px 12px;
  position: relative;
  overflow: hidden;
}

.page-home .score-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(0, 255, 135, 0.06) 40%, transparent 70%);
  pointer-events: none;
}

.page-home .score-board__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.page-home .score-board__time {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--accent);
  letter-spacing: 0.14em;
}

.page-home .score-board__main {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.page-home .score-board__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 70px;
}

.page-home .score-board__team-name {
  font-size: 0.78rem;
  color: var(--text-dim);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-home .score-board__num {
  font-family: var(--font-mono);
  font-size: clamp(2.4rem, 8vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.page-home .score-board__num--away {
  color: var(--accent);
}

.page-home .score-board__num--live {
  animation: pagehome-glow 2s ease-in-out infinite;
}

.page-home .score-board__colon {
  font-family: var(--font-mono);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-dim);
  line-height: 1;
  padding-bottom: 18px;
}

.page-home .score-board__chart {
  width: 100%;
  height: 48px;
  display: block;
  margin-top: 8px;
}

.page-home .score-board__chart polyline {
  fill: none;
  stroke: var(--accent-data);
  stroke-width: 2;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.page-home .score-board__dot {
  fill: var(--accent);
  transform-box: fill-box;
  transform-origin: center;
  animation: pagehome-dot-pulse 1.8s ease-in-out infinite;
}

@keyframes pagehome-dot-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(1.7);
  }
}

@keyframes pagehome-glow {
  0%, 100% {
    text-shadow: 0 0 0 rgba(0, 255, 135, 0);
  }
  50% {
    text-shadow: 0 0 18px rgba(0, 255, 135, 0.5);
  }
}

.page-home .score-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

/* ========== 快速操作台 ========== */
.page-home .quick-dock {
  padding: 48px 0 16px;
  position: relative;
}

.page-home .quick-dock__head {
  margin-bottom: 28px;
}

.page-home .quick-dock__sub {
  color: var(--text-dim);
  line-height: 1.6;
  margin-top: 10px;
  max-width: 460px;
}

.page-home .quick-dock__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  grid-template-areas:
    "dock1"
    "dock2"
    "dock3";
}

.page-home .quick-dock__card--1 {
  grid-area: dock1;
}

.page-home .quick-dock__card--2 {
  grid-area: dock2;
}

.page-home .quick-dock__card--3 {
  grid-area: dock3;
}

.page-home .quick-dock__card {
  position: relative;
  display: block;
  background:
    linear-gradient(135deg, rgba(0, 255, 135, 0.08) 0%, transparent 50%),
    var(--bg-card);
  border: 1px solid rgba(199, 201, 217, 0.08);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease);
}

.page-home .quick-dock__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--accent);
}

.page-home .quick-dock__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 135, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.page-home .quick-dock__card--2 {
  background:
    linear-gradient(135deg, rgba(255, 107, 53, 0.08) 0%, transparent 50%),
    var(--bg-card);
}

.page-home .quick-dock__card--2::after {
  background: var(--accent-alt);
}

.page-home .quick-dock__card--2:hover {
  border-color: rgba(255, 107, 53, 0.55);
}

.page-home .quick-dock__card--3 {
  background:
    linear-gradient(135deg, rgba(111, 139, 255, 0.1) 0%, transparent 50%),
    var(--bg-card);
}

.page-home .quick-dock__card--3::after {
  background: var(--accent-data);
}

.page-home .quick-dock__card--3:hover {
  border-color: rgba(111, 139, 255, 0.55);
}

.page-home .quick-dock__index {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--accent);
  letter-spacing: 0.1em;
  opacity: 0.8;
}

.page-home .quick-dock__card--2 .quick-dock__index {
  color: var(--accent-alt);
}

.page-home .quick-dock__card--3 .quick-dock__index {
  color: var(--accent-data);
}

.page-home .quick-dock__card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: #ffffff;
  margin: 12px 0 6px;
  line-height: 1.25;
}

.page-home .quick-dock__card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-dim);
  margin-bottom: 16px;
}

.page-home .quick-dock__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.page-home .quick-dock__chips span {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  padding: 4px 10px;
  border: 1px solid rgba(255, 107, 53, 0.3);
  border-radius: var(--radius-pill);
  color: var(--accent-alt);
  background: rgba(255, 107, 53, 0.06);
}

.page-home .quick-dock__foot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--accent);
  transition:
    gap var(--dur) var(--ease),
    color var(--dur) var(--ease);
}

.page-home .quick-dock__card--2 .quick-dock__foot {
  color: var(--accent-alt);
}

.page-home .quick-dock__card--3 .quick-dock__foot {
  color: var(--accent-data);
}

.page-home .quick-dock__card:hover .quick-dock__foot {
  gap: 12px;
  color: #ffffff;
}

/* ========== 三步确认阵容 ========== */
.page-home .lineup {
  padding: 48px 0 32px;
}

.page-home .lineup__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

.page-home .lineup__lead {
  color: var(--text-dim);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 520px;
}

.page-home .lineup__steps {
  border-top: 1px solid rgba(199, 201, 217, 0.1);
  margin-bottom: 24px;
}

.page-home .lineup__step {
  border-bottom: 1px solid rgba(199, 201, 217, 0.1);
  padding: 14px 0;
}

.page-home .lineup__step summary {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  list-style: none;
  -webkit-appearance: none;
  appearance: none;
}

.page-home .lineup__step summary::-webkit-details-marker {
  display: none;
}

.page-home .lineup__step summary::after {
  content: "展开";
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--accent);
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border: 1px solid rgba(0, 255, 135, 0.4);
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.page-home .lineup__step[open] summary::after {
  content: "收起";
  color: var(--text-dim);
  border-color: rgba(199, 201, 217, 0.25);
}

.page-home .lineup__mark {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--accent);
  background: rgba(0, 255, 135, 0.12);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.page-home .lineup__step-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

.page-home .lineup__body {
  margin-top: 10px;
  padding-left: 54px;
}

.page-home .lineup__body p {
  font-size: 0.9rem;
  color: var(--text-dim);
  line-height: 1.65;
  margin: 0;
}

.page-home .lineup__media {
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
  border-radius: var(--radius-md);
}

.page-home .lineup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}

/* ========== 横向分割图 ========== */
.page-home .data-strip {
  position: relative;
  height: var(--ph-strip-h);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 0 100%);
  margin: 14px 0 24px;
}

.page-home .data-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

/* ========== 数据能力一览 ========== */
.page-home .data-power {
  padding: 48px 0 16px;
}

.page-home .data-power__head {
  margin-bottom: 32px;
}

.page-home .data-power__desc {
  color: var(--text-dim);
  line-height: 1.7;
  max-width: 520px;
  margin-top: 12px;
}

.page-home .data-power__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.page-home .data-power__stat {
  background: linear-gradient(160deg, rgba(0, 255, 135, 0.08) 0%, var(--bg-card) 60%);
  padding: 24px 18px;
  border-radius: var(--radius-md);
  border-left: 3px solid var(--accent);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.page-home .data-power__stat--blue {
  border-left-color: var(--accent-data);
  background: linear-gradient(160deg, rgba(111, 139, 255, 0.1) 0%, var(--bg-card) 60%);
}

.page-home .data-power__stat--orange {
  border-left-color: var(--accent-alt);
  background: linear-gradient(160deg, rgba(255, 107, 53, 0.1) 0%, var(--bg-card) 60%);
}

.page-home .data-power__stat .data-value {
  font-family: var(--font-mono);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: #ffffff;
  display: block;
  line-height: 1.15;
}

.page-home .data-power__stat .data-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-top: 6px;
}

.page-home .data-power__note {
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-top: 28px;
  padding: 12px 16px;
  border-left: 2px solid var(--accent-data);
  background: rgba(111, 139, 255, 0.06);
}

/* ========== 品牌动态 ========== */
.page-home .home-news {
  padding: 48px 0 16px;
}

.page-home .home-news__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}

.page-home .home-news__media {
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 24px 100%, 0 100%);
  border-radius: var(--radius-md);
}

.page-home .home-news__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.page-home .news-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  margin-top: 16px;
  border-left: 3px solid var(--accent);
}

.page-home .news-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: #ffffff;
  margin: 10px 0 6px;
}

.page-home .news-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-dim);
  margin: 0;
}

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

.page-home .home-news__note {
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-top: 18px;
  line-height: 1.6;
}

/* ========== 云南方言标语 ========== */
.page-home .dialect {
  margin-top: 56px;
  padding: 64px 0 72px;
  background:
    linear-gradient(120deg, rgba(0, 255, 135, 0.12), transparent 46%),
    linear-gradient(300deg, rgba(255, 107, 53, 0.10), transparent 42%),
    var(--bg-card);
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), 0 100%);
}

.page-home .dialect::before {
  content: "3.2.8";
  position: absolute;
  font-family: var(--font-mono);
  font-size: 5rem;
  font-weight: 700;
  color: rgba(0, 255, 135, 0.06);
  right: 6%;
  top: 20%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.page-home .dialect::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.18), transparent 70%);
  pointer-events: none;
}

.page-home .dialect__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-home .dialect__slogan {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 7vw, 4rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0 0 6px;
}

.page-home .dialect__slogan strong {
  color: var(--accent);
  font-weight: 700;
}

.page-home .dialect__sub {
  color: var(--text-dim);
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin: 0 0 24px;
}

/* ========== 平板及以上 ========== */
@media (min-width: 600px) {
  .page-home .score-hero__actions {
    flex-direction: row;
    align-items: center;
  }

  .page-home .data-power__grid {
    gap: 20px;
  }

  .page-home .quick-dock__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "dock1 dock2"
      "dock3 dock2";
    gap: 24px;
  }

  .page-home .quick-dock__card--2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .page-home .data-strip {
    height: 200px;
    margin: 40px 0 48px;
  }

  .page-home .data-power__grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 36px;
  }

  .page-home .data-power__stat:nth-child(even) {
    transform: translateY(16px);
  }

  .page-home .data-power__stat:nth-child(odd) {
    transform: translateY(-8px);
  }

  .page-home .lineup__media img {
    aspect-ratio: auto;
    height: 100%;
  }
}

/* ========== 桌面端 ========== */
@media (min-width: 1024px) {
  .page-home .score-hero {
    min-height: 640px;
  }

  .page-home .score-hero__stream {
    height: 320px;
  }

  .page-home .score-board__chart {
    height: 64px;
  }

  .page-home .quick-dock__grid {
    grid-template-columns: 7fr 5fr;
    grid-template-areas:
      "dock1 dock2"
      "dock3 dock2";
    gap: 28px;
  }

  .page-home .quick-dock__card {
    padding: 30px 26px;
  }

  .page-home .quick-dock__card--2 {
    padding: 36px 28px;
  }

  .page-home .lineup {
    padding: 64px 0 48px;
  }

  .page-home .lineup__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: center;
  }

  .page-home .lineup__media {
    transform: translateY(24px);
  }

  .page-home .data-power {
    padding: 64px 0 24px;
  }

  .page-home .home-news {
    padding: 64px 0 24px;
  }

  .page-home .home-news__grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
    align-items: center;
  }

  .page-home .home-news__media {
    transform: translateY(-18px) rotate(-1.2deg);
  }
}

/* ========== 动效减除适配 ========== */
@media (prefers-reduced-motion: reduce) {
  .page-home .score-board__dot,
  .page-home .score-board__num--live {
    animation: none;
    text-shadow: none;
  }

  .page-home .quick-dock__card,
  .page-home .quick-dock__foot,
  .page-home .quick-dock__card:hover {
    transform: none;
    transition: none;
  }

  .page-home .lineup__media,
  .page-home .home-news__media,
  .page-home .data-power__stat {
    transform: none;
  }
}
