.page-home {
  --home-beam-opacity: 0.5;
  --home-card-radius: 4px;
  --home-font-display: "Oswald", "Impact", "Arial Narrow", "Helvetica Neue", sans-serif;
  --home-shadow-deep: 0 24px 60px rgba(2, 8, 23, 0.6);
}

/* ===== 首屏封面 ===== */
.page-home .hero-cover {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(230, 57, 70, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 70% 50% at 85% 25%, rgba(244, 162, 97, 0.14) 0%, transparent 55%),
    linear-gradient(135deg, #081329 0%, #0B1B3D 45%, #101F48 100%);
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.page-home .hero-beam {
  position: absolute;
  display: block;
}

.page-home .hero-beam-a {
  top: -8%;
  left: -5%;
  width: 58%;
  height: 130%;
  background: linear-gradient(105deg, transparent 0%, rgba(230, 57, 70, 0.14) 38%, transparent 64%);
  transform: skewX(-14deg);
}

.page-home .hero-beam-b {
  top: 22%;
  right: -12%;
  width: 45%;
  height: 80%;
  background: linear-gradient(290deg, transparent 0%, rgba(42, 157, 143, 0.12) 42%, transparent 70%);
  transform: skewX(18deg);
}

.page-home .hero-beam-c {
  bottom: -18%;
  left: 28%;
  width: 62%;
  height: 55%;
  background: linear-gradient(115deg, transparent 0%, rgba(244, 162, 97, 0.10) 40%, transparent 72%);
  transform: skewX(-10deg);
}

.page-home .hero-speedlines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-home .hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 64px;
  padding-bottom: 72px;
}

.page-home .hero-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(224, 231, 255, 0.16);
}

.page-home .hero-path {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

.page-home .hero-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--glow-white);
  padding: 5px 12px;
  background: rgba(20, 43, 92, 0.7);
  border-left: 2px solid var(--accent-red);
}

.page-home .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-red);
  box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.25), 0 0 14px rgba(230, 57, 70, 0.6);
  animation: home-pulse-dot 2s ease-in-out infinite;
}

@keyframes home-pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.82); opacity: 0.72; }
}

.page-home .hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.page-home .hero-index {
  font-size: 13px;
  color: var(--accent-amber);
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.page-home .hero-title {
  font-family: var(--font-head);
  font-size: clamp(38px, 7vw, 78px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.02em;
  color: var(--text-light);
  margin: 0 0 12px;
  text-transform: uppercase;
  transform: skewX(-3deg);
  text-shadow: 0 6px 30px rgba(230, 57, 70, 0.25);
}

.page-home .hero-kicker-line {
  font-size: 18px;
  letter-spacing: 0.30em;
  color: var(--accent-red);
  margin-bottom: 22px;
  padding-left: 4px;
  font-weight: 600;
}

.page-home .hero-lead {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.page-home .hero-text-link {
  color: var(--glow-white);
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 162, 97, 0.6);
  transition: border-color 0.25s ease, color 0.25s ease;
}

.page-home .hero-text-link:hover {
  color: var(--accent-amber);
  border-bottom-color: var(--accent-amber);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .hero-vertical-note {
  position: absolute;
  right: -28px;
  top: 38%;
  transform: rotate(90deg);
  transform-origin: center center;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: rgba(160, 179, 217, 0.4);
  white-space: nowrap;
  display: none;
}

/* ===== 比分模拟器 ===== */
.page-home .scoreboard {
  max-width: 440px;
  width: 100%;
  background: linear-gradient(145deg, rgba(20, 43, 92, 0.92), rgba(8, 15, 36, 0.96));
  border: 1px solid rgba(224, 231, 255, 0.14);
  border-top: 3px solid var(--accent-red);
  box-shadow: 0 26px 70px rgba(2, 8, 23, 0.56), inset 0 0 60px rgba(42, 157, 143, 0.05);
  transform: skewX(-2deg);
  position: relative;
}

.page-home .scoreboard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 22%;
  right: 22%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-amber), transparent);
}

.page-home .scoreboard-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(224, 231, 255, 0.12);
}

.page-home .scoreboard-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: var(--accent-red);
}

.page-home .scoreboard-version {
  font-size: 11px;
  color: var(--text-muted);
}

.page-home .scoreboard-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 32px 18px 28px;
}

.page-home .scoreboard-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 70px;
}

.page-home .scoreboard-code {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--glow-white);
  font-family: var(--font-head);
  text-transform: uppercase;
}

.page-home .scoreboard-note {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

.page-home .scoreboard-score {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-home .scoreboard-big {
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-light);
  text-shadow: 0 0 24px rgba(230, 57, 70, 0.55);
}

.page-home .scoreboard-sep {
  font-size: 40px;
  color: var(--accent-amber);
  line-height: 1.1;
}

.page-home .scoreboard-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 18px;
  border-top: 1px solid rgba(224, 231, 255, 0.12);
  background: rgba(11, 27, 61, 0.6);
}

.page-home .scoreboard-clock {
  font-size: 15px;
  color: var(--data-green);
  letter-spacing: 0.08em;
}

.page-home .scoreboard-event {
  font-size: 13px;
  color: var(--text-muted);
}

/* ===== 面板更新 ===== */
.page-home .panel-update-section {
  background: linear-gradient(180deg, var(--bg-deep) 0%, rgba(20, 43, 92, 0.55) 100%);
  padding: var(--section-space) 0;
  position: relative;
}

.page-home .panel-update-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.page-home .section-head {
  margin-bottom: 32px;
}

.page-home .section-kicker {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--accent-red);
  margin-bottom: 12px;
}

.page-home .section-title {
  font-family: var(--font-head);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 0.04em;
  line-height: 1.12;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page-home .section-note {
  font-size: 14px;
  color: var(--text-muted);
  letter-spacing: 0.06em;
}

.page-home .update-intro {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 660px;
}

.page-home .update-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
}

.page-home .update-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  background: rgba(20, 43, 92, 0.5);
  border-left: 3px solid var(--accent-red);
  transform: skewX(-1deg);
  transition: transform 0.3s var(--ease-out), background 0.3s ease;
}

.page-home .update-item:hover {
  transform: skewX(-1deg) translateX(6px);
  background: rgba(20, 43, 92, 0.8);
}

.page-home .update-no {
  font-size: 15px;
  color: var(--accent-amber);
  font-weight: 600;
  line-height: 1.6;
  min-width: 28px;
}

.page-home .update-body {
  display: flex;
  flex-direction: column;
}

.page-home .update-title {
  font-size: 16px;
  color: var(--glow-white);
  margin-bottom: 6px;
  font-weight: 700;
}

.page-home .update-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home .update-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .version-card {
  background: linear-gradient(160deg, #142B5C 0%, #0B1B3D 100%);
  border: 1px solid rgba(244, 162, 97, 0.3);
  padding: 28px 24px;
  box-shadow: var(--home-shadow-deep);
  position: relative;
  overflow: hidden;
}

.page-home .version-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-red), var(--accent-amber), transparent 85%);
}

.page-home .version-label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.10em;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.page-home .version-number {
  display: block;
  font-size: 44px;
  font-weight: 600;
  color: var(--glow-white);
  line-height: 1.1;
  text-shadow: 0 0 30px rgba(230, 57, 70, 0.5);
}

.page-home .version-rule {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 162, 97, 0.6), transparent);
  margin: 20px 0;
}

.page-home .version-list {
  margin: 0 0 14px;
}

.page-home .version-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(160, 179, 217, 0.2);
}

.page-home .version-row dt {
  font-size: 13px;
  color: var(--text-muted);
}

.page-home .version-row dd {
  font-size: 14px;
  color: var(--text-light);
  margin: 0;
  letter-spacing: 0.04em;
}

.page-home .version-note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-muted);
  border-left: 2px solid var(--data-green);
  padding-left: 12px;
  margin-top: 14px;
}

/* ===== HYTY 回访区 ===== */
.page-home .hyty-section {
  padding: var(--section-space) 0;
  background:
    linear-gradient(135deg, rgba(11, 27, 61, 0.97) 0%, rgba(20, 43, 92, 0.88) 100%),
    repeating-linear-gradient(-45deg, transparent 0px, transparent 14px, rgba(230, 57, 70, 0.03) 14px, rgba(230, 57, 70, 0.03) 15px);
}

.page-home .hyty-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: center;
}

.page-home .hyty-desc {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.page-home .hyty-flags {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .hyty-flag {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-light);
  padding: 14px 16px;
  background: rgba(11, 27, 61, 0.55);
  border-left: 2px solid var(--accent-amber);
}

.page-home .hyty-flag-mark {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--data-green);
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(42, 157, 143, 0.5);
}

.page-home .hyty-why {
  padding: 18px;
  background: linear-gradient(90deg, rgba(230, 57, 70, 0.16), transparent);
  border-right: 2px solid var(--accent-red);
}

.page-home .hyty-why-text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.page-home .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-amber);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: gap 0.25s ease, color 0.25s ease;
}

.page-home .link-arrow:hover {
  gap: 12px;
  color: var(--text-light);
}

.page-home .hyty-figure {
  margin: 0;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-home .hyty-figure::before {
  content: "";
  position: absolute;
  inset: -14px -14px auto auto;
  width: 70%;
  height: 70%;
  border-top: 2px solid rgba(230, 57, 70, 0.5);
  border-right: 2px solid rgba(230, 57, 70, 0.5);
  z-index: 0;
}

.page-home .hyty-figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  border-radius: var(--home-card-radius);
  box-shadow: 0 30px 70px rgba(2, 8, 23, 0.65);
  border: 1px solid rgba(224, 231, 255, 0.2);
}

.page-home .hyty-caption {
  position: absolute;
  z-index: 2;
  left: -8px;
  bottom: -18px;
  background: var(--accent-red);
  color: var(--text-light);
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  transform: rotate(-2deg);
  box-shadow: 0 10px 26px rgba(2, 8, 23, 0.4);
}

/* ===== 集锦库 ===== */
.page-home .highlights-section {
  padding: var(--section-space) 0;
  background: var(--bg-deep);
}

.page-home .highlights-head {
  margin-bottom: 40px;
}

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

.page-home .highlight-card {
  background: var(--bg-transition);
  border: 1px solid rgba(224, 231, 255, 0.1);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transform: skewX(-1deg);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s ease;
}

.page-home .highlight-card:hover {
  transform: skewX(-1deg) translateY(-6px) rotate(0.5deg);
  box-shadow: var(--shadow-float);
}

.page-home .highlight-card-late {
  transform: skewX(1deg);
  margin-top: 12px;
}

.page-home .highlight-card-late:hover {
  transform: skewX(1deg) translateY(-6px) rotate(-0.4deg);
}

.page-home .highlight-img {
  position: relative;
  margin: 0;
  background: #0B1B3D;
}

.page-home .highlight-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-home .highlight-img .tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.page-home .highlight-body {
  padding: 20px;
}

.page-home .highlight-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--glow-white);
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.page-home .highlight-meta {
  font-size: 12px;
  color: var(--data-green);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

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

.page-home .highlights-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(224, 231, 255, 0.12);
}

.page-home .highlights-note {
  font-size: 14px;
  color: var(--text-muted);
}

/* ===== 服务范围与历史数据 ===== */
.page-home .coverage-section {
  padding: var(--section-space) 0;
  background:
    linear-gradient(140deg, rgba(20, 43, 92, 0.8) 0%, rgba(11, 27, 61, 0.95) 55%),
    repeating-linear-gradient(45deg, transparent 0, transparent 26px, rgba(244, 162, 97, 0.05) 26px, rgba(244, 162, 97, 0.05) 27px);
  border-top: 1px solid rgba(224, 231, 255, 0.1);
  border-bottom: 1px solid rgba(224, 231, 255, 0.1);
}

.page-home .coverage-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: center;
}

.page-home .coverage-desc {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 24px;
  max-width: 640px;
}

.page-home .league-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.page-home .league-item {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 4px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-light);
  background: var(--bg-transition);
  border: 1px solid rgba(230, 57, 70, 0.5);
  border-left: 3px solid var(--accent-red);
  transform: skewX(-4deg);
  letter-spacing: 0.06em;
}

.page-home .coverage-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 640px;
}

.page-home .stat-block {
  background: rgba(11, 27, 61, 0.72);
  padding: 18px 14px;
  border: 1px solid rgba(224, 231, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.page-home .stat-number {
  font-size: 30px;
  font-weight: 600;
  color: var(--accent-amber);
  text-shadow: 0 0 22px rgba(244, 162, 97, 0.25);
  line-height: 1;
}

.page-home .stat-suffix {
  font-size: 18px;
  margin-left: 2px;
}

.page-home .stat-label {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.page-home .coverage-figure {
  margin: 0;
  position: relative;
}

.page-home .coverage-figure::after {
  content: "";
  position: absolute;
  inset: auto -12px -12px auto;
  width: 40%;
  height: 35%;
  border-bottom: 3px solid var(--accent-amber);
  border-right: 3px solid var(--accent-amber);
  opacity: 0.5;
}

.page-home .coverage-figure img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(224, 231, 255, 0.2);
  box-shadow: var(--shadow-card);
}

.page-home .coverage-figure figcaption,
.page-home .timeline-figure figcaption {
  padding: 12px 14px 0;
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

/* ===== 时间轴提示 ===== */
.page-home .timeline-section {
  padding: var(--section-space) 0;
  background:
    radial-gradient(ellipse 70% 40% at 80% 10%, rgba(42, 157, 143, 0.16) 0%, transparent 60%),
    var(--bg-deep);
}

.page-home .timeline-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: center;
}

.page-home .timeline-figure {
  margin: 0;
}

.page-home .timeline-figure img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(224, 231, 255, 0.2);
  border-left: 3px solid var(--data-green);
  box-shadow: var(--shadow-card);
}

.page-home .timeline-desc {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.page-home .timeline-tags {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .timeline-note {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-light);
  border-left: 3px solid var(--data-green);
  padding-left: 16px;
  margin-bottom: 20px;
  background: rgba(42, 157, 143, 0.08);
}

/* ===== 快速入口 ===== */
.page-home .quick-section {
  padding: var(--section-space) 0;
  background: linear-gradient(180deg, var(--bg-deep), rgba(11, 27, 61, 0.6) 100%);
}

.page-home .quick-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 32px;
}

.page-home .quick-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 22px;
  text-decoration: none;
  color: var(--text-light);
  background: rgba(20, 43, 92, 0.6);
  border: 1px solid rgba(224, 231, 255, 0.1);
  position: relative;
  overflow: hidden;
  transform: skewX(-1deg);
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease, background 0.3s ease;
}

.page-home .quick-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent-red), transparent);
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, transform 0.5s var(--ease-out);
}

.page-home .quick-card:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.page-home .quick-card:hover {
  transform: skewX(-1deg) translateY(-4px);
  border-color: rgba(230, 57, 70, 0.4);
  background: rgba(20, 43, 92, 0.9);
}

.page-home .quick-card-primary {
  border-left: 4px solid var(--accent-red);
}

.page-home .quick-card-accent {
  border-left: 4px solid var(--accent-amber);
}

.page-home .quick-no {
  font-size: 13px;
  color: var(--accent-amber);
}

.page-home .quick-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--glow-white);
  font-family: var(--font-head);
  text-transform: uppercase;
}

.page-home .quick-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 300px;
}

.page-home .quick-go {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(224, 231, 255, 0.4);
  transition: transform 0.3s var(--ease-out), color 0.3s ease;
}

.page-home .quick-card:hover .quick-go {
  transform: translateY(-50%) translateX(4px);
  color: var(--accent-amber);
}

.page-home .quick-statement {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
  padding: 18px 22px;
  background: rgba(224, 231, 255, 0.05);
  border-left: 3px solid var(--accent-red);
  margin: 0;
}

/* ===== 桌面端增强 ===== */
@media (min-width: 768px) {
  .page-home .hero-layout {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
  }

  .page-home .hero-vertical-note {
    display: block;
  }

  .page-home .panel-update-grid {
    grid-template-columns: 1fr 0.7fr;
    gap: 60px;
  }

  .page-home .hyty-grid {
    grid-template-columns: 1.1fr 0.6fr;
    gap: 60px;
  }

  .page-home .highlights-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-home .coverage-layout {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
  }

  .page-home .timeline-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
  }

  .page-home .quick-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
  }

  .page-home .quick-card {
    min-height: 180px;
    grid-column: span 2;
  }

  .page-home .quick-card:first-child,
  .page-home .quick-card:nth-child(2) {
    grid-column: span 3;
  }
}

@media (min-width: 1024px) {
  .page-home .hero-cover {
    min-height: 100vh;
  }

  .page-home .hero-title {
    font-size: clamp(56px, 7vw, 88px);
  }

  .page-home .quick-card {
    padding: 24px;
  }
}

@media (max-width: 420px) {
  .page-home .hero-actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .page-home .scoreboard-main {
    gap: 12px;
    padding: 24px 12px;
  }

  .page-home .scoreboard-code {
    font-size: 28px;
  }

  .page-home .scoreboard-big {
    font-size: 46px;
  }

  .page-home .coverage-stats {
    grid-template-columns: 1fr;
  }

  .page-home .league-item {
    padding: 4px 12px;
    font-size: 14px;
  }
}
