.page-home {
  --home-hero-pad: clamp(1.5rem, 4vw, 4rem);
  --home-radius: 6px;
  --home-border-glow: 0 0 0 1px var(--c-border), 0 10px 40px rgba(0, 0, 0, 0.45);
  --home-score-bg: rgba(13, 27, 42, 0.86);
  --home-card-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
  background: var(--c-bg);
  color: var(--c-text);
  overflow-x: hidden;
}

/* ========== 首屏框景 ========== */
.page-home .hero-frame {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: center;
  isolation: isolate;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.page-home .hero-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(42, 59, 92, 0.65);
  pointer-events: none;
  z-index: 2;
  clip-path: polygon(0 0, calc(100% - 3.5rem) 0, 100% 3.5rem, 100% 100%, 3.5rem 100%, 0 calc(100% - 3.5rem));
}

.page-home .hero-frame::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-left: 1px dashed rgba(57, 255, 20, 0.35);
  border-right: 1px dashed rgba(57, 255, 20, 0.35);
  pointer-events: none;
  z-index: 2;
  opacity: 0.5;
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--c-bg-panel);
}

.page-home .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: saturate(1.1) contrast(1.1);
}

.page-home .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(10, 20, 40, 0.6) 0%, rgba(10, 20, 40, 0.38) 50%, var(--c-bg) 100%),
    radial-gradient(circle at 80% 20%, rgba(57, 255, 20, 0.08), transparent 40%);
}

.page-home .hero-shell {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: var(--home-hero-pad);
  padding-bottom: var(--home-hero-pad);
}

.page-home .hero-shell-inner {
  max-width: 980px;
}

.page-home .hero-breadcrumb {
  font-family: var(--f-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-muted);
  border-left: 2px solid var(--c-neon);
  padding-left: 0.9rem;
  margin-bottom: 2rem;
}

.page-home .hero-copy {
  margin-bottom: 2.2rem;
}

.page-home .hero-copy .index-label {
  margin-bottom: 1.1rem;
}

.page-home .hero-copy h1 {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(2rem, 6.2vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin: 0 0 1.6rem;
  max-width: 12em;
  text-shadow: 0 0 24px rgba(57, 255, 20, 0.18);
}

.page-home .hero-lead {
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.8;
  color: var(--c-muted);
  max-width: 44rem;
  margin: 0 0 2rem;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.page-home .hero-scale {
  margin-top: clamp(1.8rem, 4vw, 3.2rem);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  padding: 0.8rem 0;
  display: grid;
  gap: 0.6rem;
  max-width: 780px;
}

.page-home .scale-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.page-home .scale-num {
  font-family: var(--f-mono);
  font-size: 0.65rem;
  color: var(--c-neon);
  background: rgba(57, 255, 20, 0.08);
  padding: 0.1rem 0.35rem;
  border-radius: 2px;
}

.page-home .scale-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--c-border-steel), var(--c-neon));
  opacity: 0.5;
}

.page-home .scale-caption {
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--c-muted);
  text-transform: uppercase;
}

/* ========== 章节头部 ========== */
.page-home .section-head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.page-home .section-head > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.page-home .section-head h2 {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.2;
  margin: 0;
  color: var(--c-text);
  text-shadow: 0 0 18px rgba(57, 255, 20, 0.1);
}

.page-home .section-head > p:last-child {
  max-width: 46rem;
  color: var(--c-muted);
  margin: 0;
  font-size: 0.95rem;
}

/* ========== 实时比分墙 ========== */
.page-home .score-section {
  position: relative;
}

.page-home .score-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--c-border) 78%, var(--c-neon));
}

.page-home .league-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
}

.page-home .league-tab {
  font-family: var(--f-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-muted);
  background: transparent;
  border: 1px solid var(--c-border);
  padding: 0.45rem 0.95rem;
  cursor: pointer;
  margin: 0;
  clip-path: polygon(0.5rem 0, 100% 0, calc(100% - 0.5rem) 100%, 0 100%);
  transition: border-color 0.25s, color 0.25s, background 0.25s, transform 0.25s var(--tick);
}

.page-home .league-tab:hover {
  border-color: var(--c-neon);
  color: var(--c-text);
  transform: translateY(-1px);
}

.page-home .league-tab.is-active {
  background: rgba(57, 255, 20, 0.12);
  border-color: var(--c-neon);
  color: var(--c-neon);
}

.page-home .score-wall {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}

.page-home .score-card {
  background: var(--home-score-bg);
  border: 1px solid var(--c-border);
  box-shadow: var(--home-card-shadow);
  padding: 1rem 1.1rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--tick), border-color 0.3s var(--tick), box-shadow 0.3s var(--tick);
}

.page-home .score-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background:
    linear-gradient(180deg, var(--c-neon) 0%, rgba(57, 255, 20, 0.2) 60%, transparent 100%);
  opacity: 0.78;
}

.page-home .score-card:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 255, 20, 0.55);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.5);
}

.page-home .score-card--break::before {
  background:
    linear-gradient(180deg, var(--c-orange) 0%, rgba(255, 106, 0, 0.2) 60%, transparent 100%);
}

.page-home .score-card-top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
  font-family: var(--f-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-muted);
}

.page-home .score-league {
  color: var(--c-text);
  font-weight: 700;
}

.page-home .score-round {
  margin-left: auto;
  color: var(--c-muted);
}

.page-home .score-card-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
}

.page-home .team-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.page-home .team-short {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 1rem;
  color: var(--c-text);
  white-space: nowrap;
}

.page-home .team-status {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  color: var(--c-muted);
}

.page-home .score-display {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.1rem 0.9rem;
  background: rgba(57, 255, 20, 0.07);
  border: 1px solid rgba(57, 255, 20, 0.18);
  border-radius: var(--home-radius);
  min-width: 5.4rem;
  justify-content: center;
}

.page-home .score-num {
  font-family: var(--f-mono);
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--c-neon);
  animation: score-pulse 1.2s ease-in-out infinite;
  display: inline-block;
}

.page-home .score-card--break .score-num {
  color: var(--c-orange);
  animation-name: score-pulse-orange;
}

.page-home .score-colon {
  font-family: var(--f-mono);
  font-size: 1.4rem;
  color: var(--c-muted);
  animation: colon-blink 1.2s steps(1) infinite;
}

@keyframes score-pulse {
  0% {
    opacity: 0.72;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
  100% {
    opacity: 0.72;
    transform: translateY(0);
  }
}

@keyframes score-pulse-orange {
  0% {
    opacity: 0.7;
    transform: translateY(1px);
  }
  50% {
    opacity: 1;
    transform: translateY(-1px);
  }
  100% {
    opacity: 0.7;
    transform: translateY(1px);
  }
}

@keyframes colon-blink {
  0%,
  48% {
    opacity: 0.35;
  }
  52%,
  100% {
    opacity: 1;
  }
}

.page-home .score-card-bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--f-mono);
  font-size: 0.72rem;
  color: var(--c-muted);
}

.page-home .score-source {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--f-mono);
  font-size: 0.78rem;
  color: var(--c-muted);
  border-top: 1px solid var(--c-border-steel);
  padding-top: 1rem;
  margin-top: 0.4rem;
}

/* ========== 赛程时间轴 ========== */
.page-home .timeline-section {
  position: relative;
}

.page-home .timeline-board {
  background: var(--c-bg-panel);
  border: 1px solid var(--c-border);
  box-shadow: var(--home-card-shadow);
  position: relative;
  overflow: hidden;
}

.page-home .timeline-board::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 100%;
  background: linear-gradient(180deg, var(--c-neon) 0%, transparent 55%, var(--c-orange) 100%);
  opacity: 0.3;
}

.page-home .timeline-week {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--c-border-steel);
  background: rgba(27, 42, 74, 0.3);
}

.page-home .weekly-label {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 1rem;
  color: var(--c-neon);
}

.page-home .weekly-note {
  font-family: var(--f-mono);
  font-size: 0.72rem;
  color: var(--c-muted);
  letter-spacing: 0.05em;
}

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

.page-home .timeline-day {
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid var(--c-border-steel);
}

.page-home .timeline-day:last-child {
  border-bottom: none;
}

.page-home .day-head {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.page-home .day-name {
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--c-text);
  margin-right: 0.6rem;
}

.page-home .day-count {
  font-family: var(--f-mono);
  font-size: 0.72rem;
  color: var(--c-neon);
  background: rgba(57, 255, 20, 0.08);
  padding: 0.1rem 0.5rem;
  border-radius: 2rem;
}

.page-home .day-games {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
}

.page-home .game-row {
  display: grid;
  grid-template-columns: 4.2rem 2.6rem 1fr;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.5rem;
  background: rgba(13, 27, 42, 0.5);
  border-left: 2px solid var(--c-border);
  transition: border-color 0.25s, background 0.25s;
}

.page-home .game-row:hover {
  border-left-color: var(--c-neon);
  background: rgba(57, 255, 20, 0.04);
}

.page-home .game-time {
  font-family: var(--f-mono);
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--c-text);
}

.page-home .game-league {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  color: var(--c-orange);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(255, 106, 0, 0.08);
  padding: 0.12rem 0.3rem;
  border-radius: 2px;
  text-align: center;
}

.page-home .game-match {
  font-size: 0.9rem;
  color: var(--c-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========== KAIYUN周末两场连看 ========== */
.page-home .dual-section {
  position: relative;
}

.page-home .dual-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .dual-copy h2 {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}

.page-home .dual-copy p {
  color: var(--c-muted);
  line-height: 1.8;
  margin-bottom: 1.4rem;
  max-width: 34rem;
}

.page-home .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  display: grid;
  gap: 0.7rem;
}

.page-home .feature-list li {
  padding-left: 1.8rem;
  position: relative;
  color: var(--c-text);
  font-size: 0.95rem;
}

.page-home .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--c-neon);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  opacity: 0.85;
}

.page-home .dual-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.page-home .dual-visual {
  position: relative;
  border: 1px solid var(--c-border);
  background: var(--c-bg-panel);
  box-shadow: var(--home-card-shadow);
  padding: 0.9rem;
}

.page-home .dual-visual::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 1px dashed var(--c-border-steel);
  pointer-events: none;
}

.page-home .visual-caption {
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 0.8rem;
}

.page-home .dual-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: saturate(0.9);
}

/* ========== 赛后复盘 ========== */
.page-home .review-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: var(--c-bg-card);
  border: 1px solid var(--c-border);
  box-shadow: var(--home-card-shadow);
  position: relative;
  overflow: hidden;
}

.page-home .review-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c-orange), var(--c-neon));
  opacity: 0.7;
}

.page-home .review-visual {
  order: 2;
}

.page-home .review-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: saturate(1.02);
  border: 1px solid var(--c-border-steel);
}

.page-home .review-copy {
  order: 1;
}

.page-home .review-copy h2 {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}

.page-home .review-copy p {
  color: var(--c-muted);
  line-height: 1.8;
  margin-bottom: 1.2rem;
  max-width: 36rem;
}

.page-home .review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.page-home .review-tags .tag-chip {
  border-color: rgba(255, 106, 0, 0.45);
  color: var(--c-orange);
}

.page-home .review-tags .tag-chip:nth-child(2),
.page-home .review-tags .tag-chip:nth-child(4) {
  border-color: rgba(57, 255, 20, 0.35);
  color: var(--c-neon);
}

/* ========== 临时查联赛排名开云 ========== */
.page-home .standings-section {
  position: relative;
}

.page-home .standings-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--c-neon) 0%, var(--c-border) 60%, transparent);
}

.page-home .standings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .standings-copy h2 {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}

.page-home .standings-copy > p {
  color: var(--c-muted);
  line-height: 1.8;
  margin-bottom: 1.6rem;
  max-width: 34rem;
}

.page-home .standings-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.8rem;
  max-width: 32rem;
}

.page-home .stat-item {
  background: var(--c-bg-panel);
  border: 1px solid var(--c-border-steel);
  padding: 1rem 0.8rem;
  text-align: center;
  transition: border-color 0.25s, transform 0.25s var(--tick);
}

.page-home .stat-item:hover {
  border-color: var(--c-neon);
  transform: translateY(-2px);
}

.page-home .stat-num {
  font-family: var(--f-mono);
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--c-neon);
  display: block;
  margin-bottom: 0.45rem;
}

.page-home .stat-label {
  font-family: var(--f-body);
  font-size: 0.78rem;
  color: var(--c-muted);
  display: block;
  line-height: 1.4;
}

.page-home .standings-visual {
  position: relative;
  border: 1px solid var(--c-border);
  background: var(--c-bg-panel);
  box-shadow: var(--home-card-shadow);
  padding: 0.9rem;
}

.page-home .standings-visual::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  top: 0.5rem;
  border: 1px dotted rgba(255, 215, 0, 0.3);
  pointer-events: none;
}

.page-home .standings-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: saturate(0.85);
}

/* ========== 做数据对照的观众 ========== */
.page-home .history-card {
  background: linear-gradient(135deg, rgba(18, 30, 51, 0.9), rgba(13, 27, 42, 0.92));
  border: 1px solid var(--c-border);
  box-shadow: var(--home-card-shadow);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  position: relative;
  overflow: hidden;
}

.page-home .history-card::after {
  content: "";
  position: absolute;
  top: -60%;
  right: -10%;
  width: 50%;
  height: 220%;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.08), transparent 68%);
  pointer-events: none;
}

.page-home .history-head {
  margin-bottom: 2rem;
}

.page-home .history-head > div {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.page-home .history-head h2 {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 0.8rem;
}

.page-home .history-head > p {
  color: var(--c-muted);
  max-width: 38rem;
  margin: 0;
  line-height: 1.7;
}

.page-home .history-body {
  display: grid;
  gap: 1.8rem;
}

.page-home .history-board {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  max-width: 40rem;
}

.page-home .board-col {
  border-left: 2px solid var(--c-neon);
  background: rgba(27, 42, 74, 0.35);
  padding: 1.1rem;
}

.page-home .board-num {
  font-family: var(--f-mono);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  color: var(--c-neon);
  display: block;
  margin-bottom: 0.6rem;
}

.page-home .board-col:nth-child(2) .board-num {
  color: var(--c-gold);
}

.page-home .board-col:nth-child(3) .board-num {
  color: var(--c-orange);
}

.page-home .board-caption {
  font-family: var(--f-body);
  font-size: 0.8rem;
  color: var(--c-muted);
  line-height: 1.4;
  display: block;
}

.page-home .history-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ========== 平台演进与信任 ========== */
.page-home .trust-section {
  border-top: 1px solid var(--c-border-steel);
}

.page-home .trust-head h2 {
  font-family: var(--f-head);
  font-weight: 900;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

.page-home .trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.page-home .trust-item {
  background: var(--c-bg-panel);
  border: 1px solid var(--c-border-steel);
  padding: 1.2rem 1.2rem 1.2rem 1.5rem;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.8rem;
  align-items: start;
  position: relative;
}

.page-home .trust-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--c-neon) 0%, transparent 70%);
  opacity: 0.5;
}

.page-home .trust-num {
  font-family: var(--f-mono);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--c-neon);
  line-height: 1.6;
}

.page-home .trust-item p {
  margin: 0;
  color: var(--c-text);
  font-size: 0.92rem;
  line-height: 1.7;
}

.page-home .trust-note {
  max-width: 52rem;
  font-size: 0.9rem;
  line-height: 1.8;
}

/* ========== 站内快速入口 ========== */
.page-home .page-links {
  padding-top: 0;
  padding-bottom: 0;
}

.page-home .link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  border-top: 1px solid var(--c-border-steel);
  border-bottom: 1px solid var(--c-border-steel);
  padding: 1rem 0;
}

.page-home .link-block {
  font-family: var(--f-mono);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--c-muted);
  text-decoration: none;
  padding: 0.3rem 0.9rem;
  border: 1px solid transparent;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.page-home .link-block:hover {
  color: var(--c-neon);
  border-color: var(--c-border);
  background: rgba(57, 255, 20, 0.04);
}

/* ========== 通用标签与状态灯覆写 ========== */
.page-home .tag-chip {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--c-border);
  padding: 0.2rem 0.6rem;
  border-radius: 0;
  color: var(--c-muted);
  background: rgba(18, 30, 51, 0.6);
}

.page-home .tag-chip.is-hot {
  border-color: rgba(255, 106, 0, 0.55);
  color: var(--c-orange);
}

.page-home .status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  background: var(--c-muted);
  flex: 0 0 auto;
}

.page-home .status-dot.is-live {
  background: var(--c-neon);
  box-shadow: 0 0 8px rgba(57, 255, 20, 0.65);
  animation: live-dot 1s ease-in-out infinite;
}

.page-home .status-dot.is-warn {
  background: var(--c-orange);
  box-shadow: 0 0 8px rgba(255, 106, 0, 0.55);
}

@keyframes live-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.75);
  }
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.62rem 1.4rem;
  text-decoration: none;
  border: 1px solid var(--c-border);
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s, color 0.25s, transform 0.25s var(--tick);
}

.page-home .btn-primary {
  background: rgba(57, 255, 20, 0.12);
  border-color: rgba(57, 255, 20, 0.45);
  color: var(--c-neon);
}

.page-home .btn-primary:hover {
  background: rgba(57, 255, 20, 0.2);
  transform: translateY(-1px);
}

.page-home .btn-ghost {
  background: transparent;
  color: var(--c-text);
}

.page-home .btn-ghost:hover {
  border-color: var(--c-text);
  transform: translateY(-1px);
}

/* ========== 响应式增强 ========== */
@media (min-width: 680px) {
  .page-home .score-wall {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }

  .page-home .score-card--break {
    grid-column: span 2;
  }

  .page-home .timeline-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .timeline-day:nth-child(1) {
    border-right: 1px solid var(--c-border-steel);
  }

  .page-home .game-row {
    grid-template-columns: 4rem 2.2rem 1fr;
  }

  .page-home .dual-visual,
  .page-home .standings-visual {
    padding: 1.2rem;
  }
}

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

  .page-home .score-card--break {
    grid-column: span 1;
  }

  .page-home .score-card:last-child {
    grid-column: span 1;
  }

  .page-home .score-card:nth-child(4) {
    grid-column: span 1;
  }

  .page-home .score-card:nth-child(5) {
    grid-column: span 1;
  }

  .page-home .score-card:nth-child(6) {
    grid-column: span 1;
  }

  .page-home .timeline-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .timeline-day:nth-child(1),
  .page-home .timeline-day:nth-child(2) {
    border-right: 1px solid var(--c-border-steel);
  }

  .page-home .dual-grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
  }

  .page-home .dual-copy {
    order: 1;
  }

  .page-home .dual-visual {
    order: 2;
  }

  .page-home .review-card {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2.2rem;
  }

  .page-home .review-visual {
    order: 1;
  }

  .page-home .review-copy {
    order: 2;
    align-self: center;
  }

  .page-home .standings-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(2rem, 5vw, 5rem);
  }

  .page-home .standings-copy {
    order: 1;
  }

  .page-home .standings-visual {
    order: 2;
  }

  .page-home .trust-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
  }

  .page-home .history-body {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .page-home .history-board {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }

  .page-home .hero-frame {
    min-height: 94vh;
  }

  .page-home .hero-shell-inner {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 2rem;
    align-items: end;
  }

  .page-home .hero-scale {
    margin-top: 0;
  }
}

@media (max-width: 380px) {
  .page-home .score-display {
    min-width: 4.6rem;
    padding: 0.1rem 0.5rem;
  }

  .page-home .score-num {
    font-size: 1.7rem;
  }

  .page-home .board-col {
    padding: 0.7rem;
  }

  .page-home .standings-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }

  .page-home .stat-num {
    font-size: 1.4rem;
  }

  .page-home .history-board {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.6rem;
  }
}
