.page-home {
  --home-green: #0B3D2E;
  --home-green-light: #3A7D5C;
  --home-gold: #D4AF37;
  --home-gold-dark: #C09A2C;
  --home-orange: #E67E22;
  --home-cream: #F5F5F0;
  --home-ink: #1A1A1A;
  --home-white: #FFFFFF;
  --home-font-head: "Archivo Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  --home-font-body: "Open Sans", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
  font-family: var(--home-font-body);
  color: var(--home-cream);
  background-color: var(--home-green);
  overflow-x: hidden;
  line-height: 1.8;
}

/* ===== Hero / 01 直达赛区 ===== */
.page-home .home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 20px 56px;
  background: linear-gradient(150deg, var(--home-green) 0%, var(--home-green) 62%, var(--home-orange) 62.3%, var(--home-orange) 100%);
  color: var(--home-white);
  overflow: hidden;
}
.page-home .home-hero__crumb {
  align-self: flex-start;
  margin-bottom: 18px;
  font-size: 13px;
}
.page-home .home-hero__media {
  order: -1;
  position: relative;
  height: 230px;
  margin: 0 -20px 30px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
}
.page-home .home-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.06) contrast(1.02);
}
.page-home .home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 61, 46, 0.12) 0%, rgba(11, 61, 46, 0) 48%, rgba(11, 61, 46, 0.4) 100%);
  pointer-events: none;
}
.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
}
.page-home .home-hero__eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 12px 4px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-gold);
  border-left: 3px solid var(--home-orange);
  padding-left: 12px;
}
.page-home .home-hero__title {
  font-family: var(--home-font-head);
  font-size: clamp(36px, 10vw, 60px);
  line-height: 1.04;
  margin: 0;
  letter-spacing: 0.02em;
  color: var(--home-white);
}
.page-home .home-hero__lead {
  font-family: var(--home-font-head);
  font-size: clamp(28px, 7vw, 48px);
  line-height: 1.12;
  margin: 14px 0 0;
  color: var(--home-gold);
}
.page-home .home-hero__lead::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin-top: 10px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--home-gold), var(--home-orange));
}
.page-home .home-hero__desc {
  max-width: 620px;
  margin: 20px 0 26px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(245, 245, 240, 0.9);
}
.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.page-home .home-hero__facts {
  list-style: none;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  max-width: 620px;
}
.page-home .home-hero__facts li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  color: rgba(245, 245, 240, 0.74);
}
.page-home .home-hero__facts strong {
  font-family: var(--home-font-head);
  font-size: 22px;
  line-height: 1;
  color: var(--home-white);
  letter-spacing: 0.01em;
}

/* ===== 通用章节骨架 ===== */
.page-home .home-section {
  position: relative;
  padding: 76px 20px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}
.page-home .home-section-inner {
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-home .home-section-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}
.page-home .home-section-num {
  flex: none;
  font-family: var(--home-font-head);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(42px, 9vw, 92px);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--home-gold);
  opacity: 0.88;
  user-select: none;
}
.page-home .home-section-heading {
  flex: 1;
}
.page-home .home-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--home-orange);
}
.page-home .home-section-kicker::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--home-gold), var(--home-orange));
}
.page-home .home-section-title {
  font-family: var(--home-font-head);
  font-size: clamp(26px, 6vw, 44px);
  line-height: 1.16;
  margin: 8px 0 0;
  letter-spacing: 0.01em;
}
.page-home .home-section-copy {
  max-width: 700px;
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 1.85;
}
.page-home .home-section-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.page-home .home-section-note {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.66;
}

/* ===== 02 最新战报 ===== */
.page-home .home-match {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 14px),
    radial-gradient(circle at 88% 12%, rgba(58, 125, 92, 0.4), transparent 30%),
    var(--home-green);
}
.page-home .home-match::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--home-gold) 0%, var(--home-orange) 56%, transparent 56%);
  z-index: 2;
}
.page-home .home-match__list {
  display: grid;
  gap: 18px;
}
.page-home .home-match__card {
  position: relative;
  padding: 20px 18px 18px 24px;
  background: linear-gradient(90deg, rgba(58, 125, 92, 0.34), rgba(11, 61, 46, 0.12));
  border-left: 3px solid var(--home-gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s var(--ease);
}
.page-home .home-match__card:hover {
  border-left-color: var(--home-orange);
  background: rgba(58, 125, 92, 0.44);
  transform: translateY(-2px);
}
.page-home .home-match__tag {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-gold);
}
.page-home .home-match__title {
  font-family: var(--home-font-head);
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 8px;
  color: var(--home-white);
}
.page-home .home-match__desc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.88);
}
.page-home .home-match__meta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--home-orange);
}

/* ===== 03 轮次日历 ===== */
.page-home .home-round {
  background:
    linear-gradient(160deg, rgba(212, 175, 55, 0.1), transparent 42%),
    var(--home-cream);
  color: var(--home-ink);
}
.page-home .home-round::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--home-green) 0%, var(--home-green) 60%, var(--home-orange) 60%, var(--home-orange) 100%);
}
.page-home .home-round .home-section-num,
.page-home .home-stats .home-section-num {
  -webkit-text-stroke-color: var(--home-green);
  opacity: 0.3;
}
.page-home .home-round .home-section-copy {
  color: rgba(26, 26, 26, 0.78);
}
.page-home .home-round__grid {
  display: grid;
  gap: 24px;
}
.page-home .home-round__card {
  overflow: hidden;
  background: var(--home-white);
  border: 1px solid rgba(11, 61, 46, 0.12);
  border-top: 4px solid var(--home-gold);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(11, 61, 46, 0.08);
}
.page-home .home-round__card--next {
  border-top-color: var(--home-orange);
}
.page-home .home-round__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 10px;
}
.page-home .home-round__card-head h3 {
  font-family: var(--home-font-head);
  font-size: 24px;
  margin: 0;
  color: var(--home-green);
}
.page-home .home-round__badge {
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  color: var(--home-green);
  background: rgba(11, 61, 46, 0.08);
}
.page-home .home-round__badge--next {
  color: var(--home-orange);
  background: rgba(230, 126, 34, 0.12);
}
.page-home .home-round__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.page-home .home-round__table th,
.page-home .home-round__table td {
  overflow-wrap: break-word;
  text-align: left;
  padding: 11px 20px;
  font-size: 14px;
  border-top: 1px solid rgba(11, 61, 46, 0.08);
}
.page-home .home-round__table th {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(11, 61, 46, 0.56);
}
.page-home .home-round__note {
  margin: 14px 20px 0;
  padding-left: 12px;
  border-left: 3px solid var(--home-gold);
  font-size: 13px;
  line-height: 1.75;
  color: rgba(11, 61, 46, 0.72);
}
.page-home .home-round__card--next .home-round__note {
  border-left-color: var(--home-orange);
}

/* ===== 04 实时比分焦点 ===== */
.page-home .home-live {
  background:
    linear-gradient(135deg, rgba(230, 126, 34, 0.2), transparent 30%),
    radial-gradient(circle at 12% 80%, rgba(212, 175, 55, 0.16), transparent 36%),
    var(--home-green);
}
.page-home .home-live__layout {
  display: grid;
  gap: 24px;
}
.page-home .home-live__scoreboard {
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.page-home .home-live__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-orange);
}
.page-home .home-live__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--home-orange);
  box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.16);
  animation: home-live-pulse 1.4s ease-in-out infinite;
}
@keyframes home-live-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.7); opacity: 0.6; }
}
.page-home .home-live__teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 18px 0 14px;
  text-align: center;
}
.page-home .home-live__team {
  font-family: var(--home-font-head);
  font-size: 20px;
  color: var(--home-white);
}
.page-home .home-live__team--away {
  text-align: right;
}
.page-home .home-live__team--home {
  text-align: left;
}
.page-home .home-live__score {
  font-family: var(--home-font-head);
  font-size: 42px;
  line-height: 1;
  color: var(--home-gold);
  background: rgba(212, 175, 55, 0.1);
  padding: 10px 18px;
  border-radius: var(--radius);
}
.page-home .home-live__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 13px;
  color: var(--home-cream);
}
.page-home .home-live__cards span {
  padding: 4px 10px;
  border: 1px solid rgba(245, 245, 240, 0.2);
  border-radius: 999px;
}
.page-home .home-live__events {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px solid rgba(245, 245, 240, 0.14);
}
.page-home .home-live__events li {
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.9);
}
.page-home .home-live__events b {
  color: var(--home-gold);
  margin-right: 6px;
}
.page-home .home-live__sync {
  margin: 14px 0 0;
  padding-left: 12px;
  border-left: 3px solid var(--home-orange);
  font-size: 13px;
  color: rgba(245, 245, 240, 0.66);
}
.page-home .home-live__media img,
.page-home .home-stats__media img,
.page-home .home-register__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.page-home .home-live__media .media-caption,
.page-home .home-stats__media .media-caption,
.page-home .home-register__media .media-caption {
  font-size: 13px;
  color: rgba(245, 245, 240, 0.82);
  background: rgba(11, 61, 46, 0.62);
  padding: 10px 14px;
}

/* ===== 05 球员数据 ===== */
.page-home .home-stats {
  background:
    linear-gradient(115deg, rgba(212, 175, 55, 0.1), transparent 34%),
    var(--home-cream);
  color: var(--home-ink);
}
.page-home .home-stats .home-section-copy {
  color: rgba(26, 26, 26, 0.78);
}
.page-home .home-stats__layout {
  display: grid;
  gap: 26px;
}
.page-home .home-stats__wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.page-home .home-stats__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 16px;
  background: var(--home-white);
  border: 1px solid rgba(11, 61, 46, 0.1);
  border-top: 4px solid var(--home-gold);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(11, 61, 46, 0.06);
  transition: transform 0.3s var(--ease), border-color 0.3s ease;
}
.page-home .home-stats__item:hover {
  transform: translateY(-4px);
  border-color: var(--home-gold);
}
.page-home .home-stats__item--wide {
  grid-column: span 2;
}
.page-home .home-stats__num {
  font-family: var(--home-font-head);
  font-size: 30px;
  line-height: 1.1;
  color: var(--home-green);
}
.page-home .home-stats__label {
  font-size: 13px;
  color: rgba(11, 61, 46, 0.68);
}

/* ===== 06 注册BV赛程通道 ===== */
.page-home .home-register {
  background:
    radial-gradient(circle at 8% 82%, rgba(230, 126, 34, 0.2), transparent 42%),
    linear-gradient(145deg, var(--home-green) 0%, var(--home-green) 78%, rgba(58, 125, 92, 0.5) 100%);
}
.page-home .home-register__layout {
  display: grid;
  gap: 28px;
}
.page-home .home-register__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.page-home .home-register__step {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: var(--radius);
  transition: border-color 0.3s ease, background 0.3s ease;
}
.page-home .home-register__step:hover {
  border-color: var(--home-gold);
  background: rgba(255, 255, 255, 0.08);
}
.page-home .home-register__step-index {
  flex: none;
  font-family: var(--home-font-head);
  font-size: 28px;
  line-height: 1;
  color: var(--home-gold);
}
.page-home .home-register__step h3 {
  font-family: var(--home-font-head);
  font-size: 18px;
  margin: 0 0 6px;
  color: var(--home-white);
}
.page-home .home-register__step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(245, 245, 240, 0.86);
}
.page-home .home-register__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(212, 175, 55, 0.28);
}

/* ===== 响应式：平板 ===== */
@media (min-width: 720px) {
  .page-home .home-hero__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-home .home-match__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .page-home .home-round__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .page-home .home-live__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: stretch;
  }
  .page-home .home-stats__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
  }
  .page-home .home-register__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
  }
}

/* ===== 响应式：桌面端 ===== */
@media (min-width: 960px) {
  .page-home .home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 44vw);
    grid-template-rows: auto 1fr;
    align-items: center;
    gap: 8px 56px;
    min-height: 660px;
    padding: 32px 64px 56px;
  }
  .page-home .home-hero__crumb {
    grid-column: 1 / -1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .page-home .home-hero__media {
    order: 0;
    grid-column: 2;
    grid-row: 2;
    height: 500px;
    margin: 0;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: var(--shadow);
  }
  .page-home .home-hero__media::after {
    background: linear-gradient(110deg, rgba(11, 61, 46, 0.12), rgba(230, 126, 34, 0.22));
  }
  .page-home .home-hero__inner {
    grid-column: 1;
    grid-row: 2;
  }
  .page-home .home-hero__lead {
    font-size: clamp(36px, 4.4vw, 52px);
  }

  .page-home .home-section {
    padding: 96px 60px;
  }
  .page-home .home-section-header {
    gap: 32px;
  }
  .page-home .home-section-num {
    font-size: 96px;
  }
  .page-home .home-section-title {
    font-size: 44px;
  }

  .page-home .home-match__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
  .page-home .home-round__grid {
    gap: 28px;
  }
  .page-home .home-register__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .page-home .home-register__steps::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 16%;
    right: 16%;
    height: 2px;
    background: linear-gradient(90deg, var(--home-gold), var(--home-orange));
    opacity: 0.5;
    z-index: 0;
  }
  .page-home .home-register__step {
    flex-direction: column;
    z-index: 1;
  }
}

/* ===== 减少动态偏好 ===== */
@media (prefers-reduced-motion: reduce) {
  .page-home .home-live__dot {
    animation: none;
  }
  .page-home .home-match__card,
  .page-home .home-stats__item,
  .page-home .home-register__step {
    transition: none;
  }
}
