.page-home {
  --home-clip: 5deg;
  --home-gap-lg: 3.5rem;
  --home-gap-md: 2.25rem;
  --home-gap-sm: 1.25rem;
  --home-radius-lg: 16px;
  --home-radius-md: 10px;
  --home-transition: 0.2s ease-out;
  background: var(--deep-blue);
  color: var(--snow);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ==========================================================
   HERO / 积分榜轮播区
   ========================================================== */
.page-home .home-hero {
  position: relative;
  padding: 96px 0 88px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), 0 100%);
}

.page-home .hero-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 18% 30%, rgba(29, 78, 137, 0.55) 0%, rgba(11, 27, 43, 0.4) 55%, var(--deep-blue) 100%);
}

.page-home .hero-bg-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
  max-width: 100%;
}

.page-home .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap-lg);
  padding-top: var(--home-gap-md);
}

.page-home .breadcrumb {
  margin: 0 0 22px;
}

.page-home .breadcrumb-current {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--gold);
  border: 1px solid rgba(255, 200, 87, 0.45);
  border-radius: 999px;
  background: rgba(16, 43, 69, 0.65);
}

.page-home .hero-eyebrow {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--signal);
}

.page-home .hero-content h1 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6.4vw, 4.2rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.08;
  color: var(--snow);
}

.page-home .hero-content h1 .h1-caption {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.page-home .hero-lead {
  max-width: 44rem;
  margin: 0 0 30px;
  font-size: 0.98rem;
  color: rgba(244, 246, 251, 0.86);
}

.page-home .hero-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 12px;
}

.page-home .hero-anchor-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--snow);
  text-decoration: none;
  background: rgba(16, 43, 69, 0.68);
  border: 1px solid rgba(220, 227, 236, 0.2);
  border-radius: 8px;
  transition: var(--home-transition);
}

.page-home .hero-anchor-link:hover,
.page-home .hero-anchor-link:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(16, 43, 69, 0.92);
  transform: translateX(4px);
}

.page-home .hero-anchor-link .anchor-num {
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--signal);
}

.page-home .hero-standings-wrap {
  min-width: 0;
}

.page-home .standings-panel {
  position: relative;
  padding: 22px 18px 18px;
  background: var(--panel-blue);
  border-radius: var(--home-radius-lg);
  border-top: 3px solid var(--signal);
  box-shadow: 0 18px 44px rgba(3, 10, 20, 0.45);
}

.page-home .panel-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: 18px;
  padding: 0 4px;
}

.page-home .panel-title {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--gold);
}

.page-home .panel-sub {
  font-size: 0.85rem;
  color: rgba(244, 246, 251, 0.7);
}

.page-home .standings-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 14px;
  margin: 0 -2px;
  scrollbar-width: thin;
  scrollbar-color: var(--signal) rgba(244, 246, 251, 0.12);
}

.page-home .standings-track::-webkit-scrollbar {
  height: 6px;
}

.page-home .standings-track::-webkit-scrollbar-track {
  background: rgba(244, 246, 251, 0.1);
  border-radius: 999px;
}

.page-home .standings-track::-webkit-scrollbar-thumb {
  background: rgba(240, 69, 44, 0.82);
  border-radius: 999px;
}

.page-home .stand-card {
  position: relative;
  flex: 0 0 232px;
  max-width: 232px;
  scroll-snap-align: start;
  padding: 18px 16px 16px;
  background: linear-gradient(160deg, rgba(29, 78, 137, 0.5), rgba(11, 27, 43, 0.7));
  border: 1px solid rgba(220, 227, 236, 0.14);
  border-radius: 12px;
  transition: var(--home-transition);
  overflow: hidden;
}

.page-home .stand-card:hover {
  border-color: rgba(240, 69, 44, 0.72);
  transform: translateY(-3px);
}

.page-home .stand-card-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 86px;
  pointer-events: none;
  opacity: 0.6;
  border-radius: 0 10px 0 10px;
  overflow: hidden;
}

.page-home .stand-card-deco img {
  width: 120px;
  height: 86px;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.page-home .stand-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-family: var(--font-data);
  font-size: 1rem;
  font-weight: 700;
  color: var(--snow);
  background: rgba(244, 246, 251, 0.1);
  border-radius: 8px;
  margin-bottom: 12px;
}

.page-home .stand-rank.is-top {
  background: var(--gold);
  color: var(--deep-blue);
}

.page-home .stand-team {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--snow);
}

.page-home .stand-bars {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}

.page-home .perf-line {
  display: grid;
  grid-template-columns: 40px 1fr 38px;
  align-items: center;
  gap: 8px;
}

.page-home .perf-label {
  font-size: 0.76rem;
  color: rgba(244, 246, 251, 0.68);
}

.page-home .perf-track {
  height: 8px;
  background: rgba(244, 246, 251, 0.14);
  border-radius: 999px;
  overflow: hidden;
}

.page-home .perf-fill {
  display: block;
  width: var(--perf);
  height: 100%;
  border-radius: 999px;
  transition: width var(--home-transition), filter var(--home-transition);
}

.page-home .perf-fill.is-home {
  background: linear-gradient(90deg, var(--signal), var(--gold));
}

.page-home .perf-fill.is-away {
  background: linear-gradient(90deg, var(--link-blue), var(--gold));
}

.page-home .perf-line:hover .perf-fill {
  filter: brightness(1.25);
}

.page-home .perf-line:hover .perf-num {
  color: var(--gold);
}

.page-home .perf-num {
  font-family: var(--font-data);
  font-size: 0.86rem;
  text-align: right;
  color: rgba(244, 246, 251, 0.92);
  transition: color var(--home-transition);
}

.page-home .stand-foot {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(220, 227, 236, 0.16);
  font-size: 0.72rem;
  color: rgba(244, 246, 251, 0.58);
}

.page-home .standings-hint {
  margin-top: 14px;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  color: rgba(244, 246, 251, 0.55);
}

/* ==========================================================
   CLIENT / VWIN升级版客户端
   ========================================================== */
.page-home .home-client {
  position: relative;
  background: var(--snow);
  color: var(--ink);
  padding: 80px 0 88px;
  margin-top: 46px;
  clip-path: polygon(0 46px, 100% 0, 100% 100%, 0 100%);
}

.page-home .client-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap-lg);
}

.page-home .client-copy .section-kicker {
  color: var(--signal);
}

.page-home .client-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.18;
  margin: 6px 0 18px;
  color: var(--deep-blue);
}

.page-home .client-desc {
  font-size: 1rem;
  color: rgba(17, 24, 39, 0.84);
  max-width: 38rem;
}

.page-home .client-steps {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .client-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink);
}

.page-home .client-steps .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  font-family: var(--font-data);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--snow);
  background: var(--signal);
  border-radius: 8px;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}

.page-home .client-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.page-home .client-visual {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  align-self: center;
  width: 100%;
}

.page-home .client-visual-frame {
  position: relative;
  padding: 18px;
  background: var(--deep-blue);
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  transform: rotate(1.2deg);
  box-shadow: 12px 16px 0 rgba(240, 69, 44, 0.18);
}

.page-home .client-visual-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(240, 69, 44, 0.8), transparent);
  pointer-events: none;
}

.page-home .client-visual-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  max-width: 100%;
}

.page-home .week-chip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 10px 18px;
  background: var(--deep-blue);
  border: 1px solid rgba(255, 200, 87, 0.5);
  border-radius: 999px;
  color: var(--snow);
  font-size: 0.9rem;
  transform: rotate(-1deg);
}

.page-home .week-prev,
.page-home .week-next {
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 1;
}

.page-home .week-current {
  font-family: var(--font-data);
  letter-spacing: 0.04em;
}

/* ==========================================================
   TEAM DATA / 中心栏目球队资料
   ========================================================== */
.page-home .home-team-data {
  position: relative;
  background: var(--panel-blue);
  padding: 92px 0 96px;
  clip-path: polygon(0 0, 100% 56px, 100% 100%, 0 100%);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
}

.page-home .team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap-lg);
}

.page-home .team-intro .section-kicker {
  color: var(--gold);
}

.page-home .team-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.16;
  margin: 6px 0 18px;
  color: var(--snow);
}

.page-home .team-intro p {
  font-size: 0.96rem;
  color: rgba(244, 246, 251, 0.82);
  max-width: 34rem;
}

.page-home .team-facts {
  list-style: none;
  margin: 28px 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .team-facts li {
  display: flex;
  flex-direction: column;
  padding: 14px 18px;
  background: rgba(11, 27, 43, 0.62);
  border: 1px solid rgba(255, 200, 87, 0.24);
  border-radius: 12px;
  font-size: 0.82rem;
  color: rgba(244, 246, 251, 0.74);
}

.page-home .team-facts .fact-num {
  font-family: var(--font-data);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.2;
}

.page-home .team-matrix {
  align-self: center;
  background: var(--deep-blue);
  border-radius: var(--home-radius-lg);
  border: 1px solid rgba(220, 227, 236, 0.14);
  overflow: hidden;
}

.page-home .matrix-head,
.page-home .matrix-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 0.88rem;
}

.page-home .matrix-head {
  background: rgba(240, 69, 44, 0.86);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--snow);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}

.page-home .matrix-row {
  border-top: 1px solid rgba(220, 227, 236, 0.12);
  color: rgba(244, 246, 251, 0.92);
  transition: var(--home-transition);
}

.page-home .matrix-row:hover {
  background: rgba(29, 78, 137, 0.36);
}

.page-home .matrix-team {
  font-weight: 700;
  color: var(--snow);
}

.page-home .matrix-split i {
  display: inline-block;
  font-style: normal;
  padding: 2px 6px;
  margin-right: 4px;
  font-size: 0.74rem;
  border-radius: 4px;
  background: rgba(255, 200, 87, 0.16);
  color: var(--gold);
}

.page-home .team-intro .btn-outline {
  border-color: rgba(244, 246, 251, 0.44);
  color: var(--snow);
}

.page-home .team-intro .btn-outline:hover,
.page-home .team-intro .btn-outline:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

/* ==========================================================
   REPORTS / 战报时间轴
   ========================================================== */
.page-home .home-reports {
  background: var(--deep-blue);
  padding: 92px 0 90px;
  clip-path: polygon(0 44px, 100% 0, 100% 100%, 0 100%);
}

.page-home .reports-heading {
  margin-bottom: 44px;
}

.page-home .reports-heading .section-kicker {
  color: var(--signal);
}

.page-home .reports-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.16;
  margin: 6px 0 14px;
  color: var(--snow);
}

.page-home .reports-heading p {
  max-width: 40rem;
  font-size: 0.96rem;
  color: rgba(244, 246, 251, 0.78);
}

.page-home .report-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-home .report-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: var(--panel-blue);
  border: 1px solid rgba(220, 227, 236, 0.12);
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  transition: var(--home-transition);
}

.page-home .report-card:hover {
  border-color: rgba(240, 69, 44, 0.6);
}

.page-home .report-visual {
  position: relative;
  min-height: 220px;
  background: linear-gradient(145deg, rgba(29, 78, 137, 0.5), rgba(11, 27, 43, 0.8));
  overflow: hidden;
}

.page-home .report-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  max-width: 100%;
}

.page-home .report-visual.is-pattern {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 200, 87, 0.4);
}

.page-home .report-visual.is-pattern svg {
  width: 180px;
  height: 180px;
}

.page-home .report-body {
  padding: 22px 22px 24px;
}

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

.page-home .report-score {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--snow);
  letter-spacing: 0.02em;
}

.page-home .report-events {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 24px;
}

.page-home .report-events::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, var(--signal) 0%, rgba(240, 69, 44, 0.15) 100%);
}

.page-home .event-line {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  padding: 10px 10px 10px 0;
  transition: var(--home-transition);
}

.page-home .event-dot {
  position: absolute;
  left: -24px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--signal);
  border: 2px solid var(--deep-blue);
  box-shadow: 0 0 0 2px rgba(240, 69, 44, 0.32);
  transition: var(--home-transition);
}

.page-home .event-line:hover .event-dot {
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(255, 200, 87, 0.3);
}

.page-home .event-min {
  font-family: var(--font-data);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--gold);
}

.page-home .event-text {
  font-size: 0.9rem;
  color: rgba(244, 246, 251, 0.86);
  transition: color var(--home-transition);
}

.page-home .event-line:hover .event-text {
  color: var(--snow);
}

.page-home .report-summary {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(220, 227, 236, 0.14);
  font-size: 0.86rem;
  color: rgba(244, 246, 251, 0.68);
}

.page-home .reports-footer {
  margin-top: 40px;
  text-align: center;
}

/* ==========================================================
   SUBSCRIBE / 每日首发 · 赛事订阅推送
   ========================================================== */
.page-home .home-subscribe {
  position: relative;
  background: var(--deep-blue);
  padding: 76px 0 86px;
}

.page-home .home-subscribe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--signal), var(--gold), var(--signal));
}

.page-home .subscribe-flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-home .subscribe-copy .badge {
  margin-bottom: 18px;
}

.page-home .subscribe-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  font-weight: 900;
  margin: 0 0 16px;
  color: var(--snow);
}

.page-home .subscribe-copy p {
  max-width: 40rem;
  font-size: 0.96rem;
  color: rgba(244, 246, 251, 0.82);
}

.page-home .subscribe-copy .subscribe-more {
  margin-top: 12px;
  color: rgba(244, 246, 251, 0.68);
}

.page-home .subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-home .subscribe-note {
  display: flex;
  align-items: center;
}

.page-home .subscribe-card {
  width: 100%;
  padding: 28px 26px;
  background: linear-gradient(145deg, var(--signal) 0%, rgba(240, 69, 44, 0.78) 100%);
  border-radius: var(--home-radius-lg);
  color: var(--snow);
  transform: rotate(-0.6deg);
  box-shadow: 10px 12px 0 rgba(255, 200, 87, 0.12);
  transition: var(--home-transition);
}

.page-home .subscribe-card:hover {
  transform: rotate(0deg) translateY(-4px);
}

.page-home .subscribe-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-size: 1.5rem;
  background: rgba(11, 27, 43, 0.22);
  border-radius: 12px;
  margin-bottom: 14px;
}

.page-home .subscribe-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--snow);
}

.page-home .subscribe-card p {
  font-size: 0.88rem;
  color: rgba(244, 246, 251, 0.92);
  max-width: 28rem;
}

.page-home .subscribe-card .tag {
  display: inline-block;
  margin-top: 16px;
  text-decoration: none;
}

/* ==========================================================
   响应式增强
   ========================================================== */
@media (min-width: 768px) {
  .page-home .hero-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: var(--home-gap-lg);
    align-items: center;
  }

  .page-home .home-hero {
    padding: 110px 0 104px;
  }

  .page-home .stand-card {
    flex-basis: 252px;
    max-width: 252px;
  }

  .page-home .client-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .page-home .team-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: center;
  }

  .page-home .report-card {
    grid-template-columns: 300px 1fr;
  }

  .page-home .report-visual,
  .page-home .report-visual img,
  .page-home .report-visual.is-pattern {
    min-height: 100%;
    height: 100%;
  }

  .page-home .subscribe-flex {
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding-top: 132px;
  }

  .page-home .hero-grid {
    grid-template-columns: 5fr 7fr;
    gap: 56px;
  }

  .page-home .hero-content {
    padding-right: 18px;
  }

  .page-home .home-client {
    padding: 108px 0 110px;
  }

  .page-home .home-team-data {
    padding: 120px 0 122px;
  }

  .page-home .home-reports {
    padding: 118px 0 112px;
  }

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

  .page-home .report-body {
    padding: 30px 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    transition: none !important;
    transform: none !important;
  }
}

.page-home {
  --perf: 1rem;
}
