.page-home {
  color: var(--text-main);
}

/* ===== Hero 首屏 ===== */
.page-home .hero-block {
  position: relative;
  overflow: hidden;
  padding: 72px 0 84px;
  background: linear-gradient(120deg, var(--bg-main) 0%, var(--bg-main) 50%, var(--bg-gradient) 50%, var(--bg-gradient) 100%);
}
.page-home .hero-block::before {
  content: "";
  position: absolute;
  left: -12%;
  bottom: -70px;
  width: 56%;
  height: 100px;
  background: rgba(212, 175, 55, 0.12);
  transform: skewX(-24deg);
  pointer-events: none;
}
.page-home .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .page-home .hero-inner {
    grid-template-columns: 48% 1fr;
    gap: 56px;
  }
}
.page-home .hero-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-gold);
  border-left: 3px solid var(--accent-red);
  padding-left: 12px;
  margin: 0 0 20px;
}
.page-home .hero-title {
  font-family: var(--font-title);
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.95;
  margin: 0 0 24px;
}
.page-home .hero-title-cn {
  display: block;
  font-size: 0.56em;
  letter-spacing: 0.06em;
  color: var(--text-main);
  margin-bottom: 8px;
}
.page-home .hero-title-en {
  display: block;
  font-size: 0.92em;
  color: rgba(212, 175, 55, 0.65);
  -webkit-text-stroke: 1px var(--accent-red);
}
.page-home .hero-desc {
  color: var(--text-main);
  line-height: 1.8;
  font-size: 16px;
  max-width: 560px;
  margin: 0 0 16px;
}
.page-home .hero-desc-sub {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 15px;
  max-width: 560px;
  margin: 0;
}
.page-home .hero-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.page-home .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 44px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(212, 175, 55, 0.35);
}
.page-home .hero-stat dt {
  font-family: var(--font-title);
  font-size: 34px;
  color: var(--accent-gold);
  line-height: 1;
}
.page-home .hero-stat dd {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--text-secondary);
  letter-spacing: 0.06em;
}
.page-home .hero-visual {
  position: relative;
}
.page-home .hero-card {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid var(--border-gold);
  background: var(--card-bg);
  transform: rotate(1.5deg);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25), 14px 18px 0 rgba(0, 0, 0, 0.3);
}
.page-home .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .hero-card-flag {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--accent-red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.page-home .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.page-home .hero-match-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 32px 20px 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
}
.page-home .hero-match-league {
  color: var(--accent-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-home .hero-match-result {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.page-home .hero-match-result strong {
  font-family: var(--font-title);
  font-size: 28px;
  color: var(--accent-gold);
}
.page-home .hero-match-status {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}

/* ===== 区块基础 ===== */
.page-home .schedule-block,
.page-home .chronicle-block,
.page-home .service-block {
  padding: 72px 0;
}
.page-home .livedata-block {
  padding: 72px 0;
  background: linear-gradient(150deg, rgba(20, 92, 69, 0.32) 0%, rgba(11, 61, 46, 0.9) 70%);
  border-top: 1px solid rgba(212, 175, 55, 0.4);
  border-bottom: 1px solid rgba(212, 175, 55, 0.4);
}
.page-home .section-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}
.page-home .section-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 96px;
  height: 3px;
  background: var(--accent-red);
  transform: skewX(-25deg);
}
.page-home .section-num {
  font-family: var(--font-title);
  font-size: clamp(52px, 9vw, 88px);
  line-height: 0.72;
  color: rgba(212, 175, 55, 0.25);
  -webkit-text-stroke: 1.5px var(--accent-gold);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.page-home .section-head-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 4px;
}
.page-home .section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-gold);
  opacity: 0.8;
}
.page-home .section-head h2 {
  font-family: var(--font-title);
  font-size: clamp(28px, 4.6vw, 44px);
  line-height: 1;
  margin: 0;
  color: var(--text-main);
}
.page-home .section-lead {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 0 36px;
}

/* ===== 01 赛程速览 ===== */
.page-home .league-switch-wrap {
  margin-bottom: 48px;
}
.page-home .league-switch {
  border: 1px solid var(--border-gold);
  background: rgba(16, 47, 36, 0.6);
  margin-bottom: 30px;
}
.page-home .league-switch summary {
  cursor: pointer;
  list-style: none;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 700;
  color: var(--text-main);
  transition: background 0.2s;
}
.page-home .league-switch summary:hover {
  background: rgba(212, 175, 55, 0.08);
}
.page-home .league-switch summary::-webkit-details-marker {
  display: none;
}
.page-home .league-switch summary::after {
  content: "▾";
  color: var(--accent-gold);
}
.page-home .league-switch[open] summary::after {
  content: "▴";
}
.page-home .league-switch-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px 20px 18px;
  border-top: 1px dashed rgba(212, 175, 55, 0.3);
}
.page-home .league-switch-opt {
  padding: 8px 18px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.page-home .league-switch-opt:hover,
.page-home .league-switch-opt.is-active {
  background: var(--accent-gold);
  color: #0B3D2E;
  border-color: var(--accent-gold);
  font-weight: 700;
}
.page-home .match-groups {
  display: grid;
  gap: 32px;
}
@media (min-width: 1024px) {
  .page-home .match-groups {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.page-home .league-match-group {
  padding-bottom: 18px;
}
.page-home .league-match-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-gold);
  margin: 0 0 18px;
  border-left: 3px solid var(--accent-red);
  padding-left: 12px;
}
.page-home .match-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  background: var(--card-bg);
  border: 1px solid rgba(212, 175, 55, 0.24);
  padding: 18px 18px 22px;
  margin-bottom: 18px;
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}
.page-home .match-card:hover,
.page-home .match-card:focus-within {
  border-color: var(--accent-gold);
  background: rgba(16, 47, 36, 0.95);
  transform: translateY(-2px);
}
.page-home .match-card-league {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent-gold);
}
.page-home .match-card-teams {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
}
.page-home .match-team-name {
  flex: 1;
  line-height: 1.3;
}
.page-home .match-score {
  font-family: var(--font-title);
  font-size: 24px;
  color: var(--accent-red);
  white-space: nowrap;
}
.page-home .match-card-meta {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.page-home .update-flag {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: var(--accent-red);
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 3;
}
.page-home .match-card:hover .update-flag,
.page-home .match-card:focus-within .update-flag {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.page-home .schedule-figure {
  display: grid;
  gap: 0;
  margin: 52px 0 0;
  overflow: hidden;
  border: 1px solid var(--border-gold);
  background: var(--card-bg);
}
@media (min-width: 768px) {
  .page-home .schedule-figure {
    grid-template-columns: 340px 1fr;
  }
}
.page-home .schedule-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 10;
}
@media (min-width: 768px) {
  .page-home .schedule-figure img {
    aspect-ratio: auto;
    height: 100%;
  }
}
.page-home .schedule-figure figcaption {
  padding: 22px 24px;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  align-self: center;
}

/* ===== 02 战斗史记与动态 ===== */
.page-home .chronicle-grid {
  display: grid;
  gap: 28px;
}
@media (min-width: 1024px) {
  .page-home .chronicle-grid {
    grid-template-columns: 1.45fr 1fr;
    align-items: stretch;
  }
}
.page-home .chronicle-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--border-gold);
}
.page-home .chronicle-card--main {
  display: grid;
}
@media (min-width: 640px) {
  .page-home .chronicle-card--main {
    grid-template-columns: 250px 1fr;
  }
}
.page-home .chronicle-img-wrap {
  position: relative;
  overflow: hidden;
}
.page-home .chronicle-img-wrap img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 5 / 3;
}
@media (min-width: 640px) {
  .page-home .chronicle-img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
}
.page-home .chronicle-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px;
}
.page-home .chronicle-card-body h3 {
  font-family: var(--font-title);
  font-size: 20px;
  line-height: 1.25;
  color: var(--text-main);
  margin: 0;
}
.page-home .chronicle-card-body p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.page-home .chronicle-list {
  list-style: none;
  margin: 6px 0 14px;
  padding: 0;
}
.page-home .chronicle-list li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}
.page-home .chronicle-list li:first-child {
  border-top: 1px solid rgba(212, 175, 55, 0.14);
}
.page-home .chronicle-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--text-main);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.page-home .chronicle-list a:hover {
  color: var(--accent-gold);
}
.page-home .text-link {
  align-self: flex-start;
  color: var(--accent-gold);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(212, 175, 55, 0.4);
  transition: border-color 0.2s, padding-left 0.2s;
}
.page-home .text-link:hover {
  border-color: var(--accent-gold);
  padding-left: 4px;
}
.page-home .chronicle-card--transfer {
  border-left: 3px solid var(--accent-red);
}
.page-home .transfer-pulse {
  margin: 8px 0 18px;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
}
.page-home .transfer-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}
.page-home .transfer-time {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent-gold);
  white-space: nowrap;
}
.page-home .transfer-detail {
  font-size: 14px;
  color: var(--text-main);
  text-align: right;
}
.page-home .chronicle-card-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0 26px 26px;
  margin-top: auto;
}

/* ===== 03 数据实时性 ===== */
.page-home .livedata-grid {
  display: grid;
  gap: 44px;
}
@media (min-width: 1024px) {
  .page-home .livedata-grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }
}
.page-home .livedata-lead {
  font-size: 20px;
  line-height: 1.7;
  color: var(--text-main);
  margin: 0 0 12px;
  max-width: 540px;
}
.page-home .stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0;
}
@media (min-width: 640px) {
  .page-home .stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-home .stat-block {
  background: rgba(16, 47, 36, 0.7);
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 18px 12px;
  text-align: center;
}
.page-home .stat-value {
  display: block;
  font-family: var(--font-title);
  font-size: 30px;
  line-height: 1.1;
  color: var(--accent-gold);
}
.page-home .stat-label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--text-secondary);
}
.page-home .livedata-note {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 24px;
  max-width: 520px;
}
.page-home .livedata-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-home .livedata-visual {
  position: relative;
}
.page-home .livedata-figure {
  margin: 0;
  overflow: hidden;
  background: var(--card-bg);
  border: 2px solid var(--border-gold);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.3), 10px 10px 0 rgba(0, 0, 0, 0.25);
  transform: rotate(-0.8deg);
}
.page-home .livedata-figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 5 / 3;
}
.page-home .livedata-panel {
  position: relative;
  z-index: 2;
  max-width: 280px;
  margin: -34px 0 0 14px;
  padding: 14px 18px;
  background: rgba(139, 0, 0, 0.93);
  border: 1px solid rgba(212, 175, 55, 0.6);
  box-shadow: 0 0 0 2px rgba(11, 61, 46, 0.6);
}
.page-home .live-panel-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.page-home .live-panel-row:last-child {
  border-bottom: 0;
}
.page-home .live-panel-row span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.page-home .live-panel-row strong {
  font-family: var(--font-title);
  font-size: 18px;
  color: #fff;
}

/* ===== 04 联系与服务 ===== */
.page-home .service-grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 640px) {
  .page-home .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .page-home .service-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-home .service-card {
  background: var(--card-bg);
  border: 1px solid var(--border-gold);
  padding: 26px 22px;
  transition: transform 0.25s, border-color 0.25s;
}
.page-home .service-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-red);
}
.page-home .service-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.14);
  color: var(--accent-gold);
  font-size: 18px;
  margin-bottom: 16px;
}
.page-home .service-card h3 {
  font-family: var(--font-title);
  font-size: 17px;
  margin: 0 0 10px;
  color: var(--text-main);
}
.page-home .service-value {
  color: var(--accent-gold);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
}
.page-home .service-note {
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.6;
  margin: 8px 0 0;
}
.page-home .service-note-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
  padding: 26px 28px;
  background: rgba(139, 0, 0, 0.22);
  border-left: 4px solid var(--accent-red);
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}
.page-home .service-note-banner p {
  max-width: 760px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-main);
}
