.page-home {
  background: var(--bg);
  color: var(--text);
  overflow-x: clip;
  scroll-behavior: smooth;
}

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

/* ========== 首屏英雄区 ========== */
.page-home .page-hero {
  position: relative;
  padding: calc(var(--header-h) + 28px) 0 48px;
  background:
    radial-gradient(ellipse at 80% 18%, rgba(123, 47, 247, 0.14), transparent 54%),
    var(--bg);
  overflow: hidden;
}

.page-home .page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  width: 72%;
  height: 104%;
  background:
    linear-gradient(135deg, rgba(0, 232, 143, 0.26) 0%, rgba(0, 232, 143, 0) 58%),
    linear-gradient(38deg, transparent 0%, transparent 44%, rgba(0, 232, 143, 0.82) 44.6%, rgba(0, 232, 143, 0) 45.8%);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%, 0 42%);
  z-index: 1;
  pointer-events: none;
}

.page-home .page-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -4px;
  width: 82%;
  height: 46%;
  background: linear-gradient(90deg, var(--panel) 0%, rgba(13, 43, 69, 0) 92%);
  clip-path: polygon(0 46%, 92% 0, 100% 100%, 0 100%);
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}

.page-home .hero-pitch-fields {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.55;
  pointer-events: none;
}

.page-home .pitch-lines {
  display: block;
  width: 100%;
  height: 100%;
}

.page-home .hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 32px;
}

.page-home .hero-copy {
  max-width: 640px;
}

.page-home .hero-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px 34px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--primary);
  text-transform: uppercase;
}

.page-home .hero-kicker::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  width: 24px;
  height: 2px;
  background: var(--primary);
}

.page-home .hero-title {
  font-family: var(--font-title);
  font-size: clamp(44px, 9vw, 76px);
  line-height: 1.02;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  color: var(--text);
}

.page-home .hero-subline {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin: 0 0 18px;
}

.page-home .hero-lead {
  max-width: 560px;
  margin: 0 0 28px;
  padding-left: 18px;
  border-left: 3px solid var(--primary);
  font-size: 16px;
  line-height: 1.8;
  color: var(--text);
  opacity: 0.88;
}

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

.page-home .hero-visual {
  position: relative;
}

.page-home .hero-visual::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -18px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 232, 143, 0.36), rgba(0, 232, 143, 0.06));
  clip-path: polygon(4% 0, 100% 0, 100% 94%, 0 100%);
  z-index: 1;
}

.page-home .hero-visual-card {
  position: relative;
  overflow: hidden;
  background: var(--panel);
  clip-path: polygon(4% 0, 100% 0, 100% 94%, 0 100%);
}

.page-home .hero-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 15, 30, 0) 46%, rgba(8, 15, 30, 0.72) 100%);
  z-index: 1;
  pointer-events: none;
}

.page-home .hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .hero-card-label {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  background: var(--primary);
  color: var(--bg);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 6px 12px;
  transform: rotate(-1deg);
}

.page-home .hero-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 40px;
  padding: 18px;
  background: rgba(13, 43, 69, 0.72);
  border: 1px solid rgba(0, 232, 143, 0.22);
}

.page-home .hero-stat {
  padding: 14px 12px;
  border-left: 2px solid var(--primary);
}

.page-home .hero-stat-num {
  display: block;
  font-family: var(--font-title);
  font-size: 34px;
  line-height: 1;
  color: var(--primary);
  letter-spacing: 0.02em;
}

.page-home .hero-stat-label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

/* ========== 通用面板与章节编号 ========== */
.page-home .panel-block {
  position: relative;
  padding: 72px 0 64px;
  scroll-margin-top: var(--header-h);
}

.page-home .panel-number {
  position: absolute;
  top: 14px;
  right: 4%;
  z-index: 0;
  font-family: var(--font-title);
  font-size: clamp(72px, 14vw, 148px);
  line-height: 0.8;
  color: rgba(0, 232, 143, 0.14);
  -webkit-text-stroke: 1px rgba(0, 232, 143, 0.38);
  pointer-events: none;
  user-select: none;
}

.page-home .panel-inner {
  position: relative;
  z-index: 1;
}

.page-home .section-head {
  position: relative;
  max-width: 680px;
  margin-bottom: 32px;
  padding-right: 56px;
}

.page-home .section-tag {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--secondary);
}

.page-home .section-title {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: clamp(32px, 6vw, 52px);
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: var(--text);
}

.page-home .section-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .section-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.page-home .foot-note {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

/* ========== 01 大屏看乐游体育赛程 ========== */
.page-home .panel-schedule {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, var(--bg) 0%, rgba(13, 43, 69, 0.42) 100%);
}

.page-home .panel-schedule::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 232, 143, 0.06), transparent 62%);
}

.page-home .league-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.page-home .league-tab {
  background: transparent;
  border: 1px solid rgba(247, 249, 252, 0.24);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  padding: 8px 18px;
  cursor: pointer;
  transition: border-color 0.16s ease, color 0.16s ease, background 0.16s ease;
}

.page-home .league-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.page-home .league-tab-active,
.page-home .league-tab-active:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--bg);
  font-weight: 700;
}

.page-home .tab-note {
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

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

.page-home .match-card {
  position: relative;
  padding: 20px 22px;
  background: var(--panel);
  border-left: 3px solid var(--primary);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.page-home .match-card:hover {
  transform: translateX(6px);
  border-left-color: var(--secondary);
  box-shadow: 8px 8px 0 rgba(123, 47, 247, 0.16);
}

.page-home .match-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.page-home .match-league {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.page-home .match-live {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  color: var(--accent);
  border: 1px solid rgba(255, 122, 0, 0.5);
}

.page-home .match-live-alt {
  color: var(--data);
  border-color: rgba(0, 194, 255, 0.5);
}

.page-home .match-live-away {
  color: var(--secondary);
  border-color: rgba(123, 47, 247, 0.5);
}

.page-home .match-time {
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--primary);
}

.page-home .match-teams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.page-home .team-name {
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.page-home .vs-mark {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.page-home .match-more {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

/* ========== 02 乐游体育赛事战报专栏 ========== */
.page-home .panel-reports {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, var(--bg) 0%, rgba(13, 43, 69, 0.6) 100%);
}

.page-home .report-top {
  display: grid;
  gap: 28px;
  margin-bottom: 36px;
}

.page-home .report-visual {
  position: relative;
  max-width: 600px;
}

.page-home .report-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 92%);
  border: 1px solid rgba(0, 232, 143, 0.2);
}

.page-home .report-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .report-summary-item {
  padding: 10px 8px;
}

.page-home .report-num {
  display: block;
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1;
  color: var(--data);
  letter-spacing: 0.02em;
}

.page-home .report-num-label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.page-home .report-list {
  display: grid;
  gap: 16px;
}

.page-home .report-card {
  position: relative;
  padding: 22px;
  background: rgba(13, 43, 69, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.page-home .report-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.page-home .report-card:hover {
  border-color: var(--secondary);
  box-shadow: 0 0 28px rgba(123, 47, 247, 0.24);
}

.page-home .report-card:hover::before {
  opacity: 1;
}

.page-home .report-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.page-home .report-score {
  font-family: var(--font-title);
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
}

.page-home .report-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.page-home .report-data-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .data-chip {
  padding: 4px 10px;
  font-size: 12px;
  color: var(--data);
  background: rgba(0, 194, 255, 0.08);
  border: 1px solid rgba(0, 194, 255, 0.2);
}

/* ========== 03 体育赛事更新公告内容 ========== */
.page-home .panel-announce {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(13, 43, 69, 0.5) 0%, var(--bg) 100%);
}

.page-home .announce-layout {
  display: grid;
  gap: 36px;
}

.page-home .announce-list {
  display: grid;
  gap: 14px;
}

.page-home .announce-item {
  padding: 20px 22px;
  background: rgba(8, 15, 30, 0.5);
  border-left: 3px solid var(--accent);
  transition: transform 0.16s ease, border-color 0.16s ease;
}

.page-home .announce-item:hover {
  transform: translateX(4px);
  border-left-color: var(--data);
}

.page-home .announce-type {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.page-home .announce-type-pre {
  color: var(--primary);
  background: rgba(0, 232, 143, 0.12);
  border: 1px solid rgba(0, 232, 143, 0.3);
}

.page-home .announce-type-mid {
  color: var(--accent);
  background: rgba(255, 122, 0, 0.12);
  border: 1px solid rgba(255, 122, 0, 0.3);
}

.page-home .announce-type-post {
  color: var(--secondary);
  background: rgba(123, 47, 247, 0.14);
  border: 1px solid rgba(123, 47, 247, 0.34);
}

.page-home .announce-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.page-home .announce-body {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .announce-time {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--accent);
}

.page-home .announce-deco {
  position: relative;
  max-width: 400px;
}

.page-home .announce-deco::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(8, 15, 30, 0) 36%, rgba(8, 15, 30, 0.66) 100%);
  pointer-events: none;
}

.page-home .announce-deco img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .announce-deco-tag {
  position: absolute;
  right: 8px;
  bottom: 12px;
  z-index: 1;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  background: var(--bg);
  border: 1px solid rgba(0, 232, 143, 0.5);
}

/* ========== 04 查赛程看战报新版栏目 ========== */
.page-home .panel-new-column {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(160deg, rgba(123, 47, 247, 0.12) 0%, var(--bg) 40%, rgba(0, 232, 143, 0.05) 100%);
}

.page-home .column-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.page-home .column-card {
  position: relative;
  padding: 24px 22px;
  background: var(--panel);
  border-top: 2px solid var(--secondary);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.page-home .column-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(123, 47, 247, 0.16);
}

.page-home .column-index {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-title);
  font-size: 40px;
  line-height: 1;
  color: rgba(123, 47, 247, 0.24);
  -webkit-text-stroke: 1px var(--secondary);
}

.page-home .column-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.page-home .column-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .new-column-visual {
  max-width: 700px;
  margin: 0 auto 28px;
}

.page-home .new-column-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .new-foot {
  justify-content: center;
  text-align: center;
}

.page-home .favorite-demo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  background: rgba(255, 122, 0, 0.12);
  border: 1px solid rgba(255, 122, 0, 0.35);
  cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease;
}

.page-home .favorite-demo:hover {
  transform: scale(1.03);
  background: rgba(255, 122, 0, 0.2);
}

.page-home .fav-star {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.page-home .favorite-demo:hover .fav-star {
  transform: rotate(18deg) scale(1.2);
}

.page-home .new-tip {
  width: 100%;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

/* ========== 尾幕 ========== */
.page-home .closing-band {
  padding: 56px 0;
  background: var(--panel);
  border-top: 3px solid var(--primary);
}

.page-home .closing-content {
  display: grid;
  gap: 20px;
  text-align: center;
}

.page-home .closing-title {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(24px, 5vw, 36px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.page-home .closing-note {
  max-width: 640px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .closing-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.page-home .closing-link {
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  color: var(--data);
  border: 1px solid rgba(0, 194, 255, 0.3);
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.page-home .closing-link:hover {
  color: var(--bg);
  background: var(--data);
  border-color: var(--data);
}

@keyframes home-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-home [data-revealed] {
  animation: home-rise 0.55s ease both;
}

@media (min-width: 768px) {
  .page-home .page-hero {
    padding: calc(var(--header-h) + 64px) 0 80px;
  }

  .page-home .hero-content {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 48px;
  }

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

  .page-home .hero-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 56px;
    padding: 24px 28px;
  }

  .page-home .panel-block {
    padding: 96px 0 88px;
  }

  .page-home .section-head {
    padding-right: 72px;
  }

  .page-home .match-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .page-home .report-top {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
  }

  .page-home .announce-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    align-items: center;
  }

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

  .page-home .closing-content {
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .page-home .page-hero {
    padding: calc(var(--header-h) + 80px) 0 88px;
  }

  .page-home .hero-content {
    column-gap: 64px;
  }

  .page-home .hero-stats {
    padding: 28px 32px;
  }

  .page-home .panel-block {
    padding: 112px 0 96px;
  }

  .page-home .hero-stat-num {
    font-size: 42px;
  }

  .page-home .report-list {
    gap: 20px;
  }
}
