.page-home{
  --home-deep:#060f22;
  --home-grid:rgba(201,169,97,.13);
  --home-line:rgba(212,175,55,.32);
  --home-soft:rgba(212,175,55,.16);
  --home-red-soft:rgba(230,57,70,.14);
  color:var(--ink);
  background:var(--light);
  overflow-x:hidden;
}

/* ============ 01·入场数据 Hero ============ */
.page-home .hero-dock{
  position:relative;
  background:var(--navy);
  color:var(--light);
  padding:32px 0 0;
  overflow:hidden;
}

.page-home .hero-dock__backdrop{
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  background:linear-gradient(135deg,var(--smoke) 0%,var(--smoke) 60%,#dfe6ee 100%);
  clip-path:polygon(0 78%,100% 62%,100% 100%,0 100%);
}

.page-home .hero-dock__shell{
  position:relative;
  z-index:1;
}

.page-home .hero-dock__crumb{
  display:flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-mono);
  font-size:13px;
  letter-spacing:.04em;
  color:var(--muted);
  padding-bottom:16px;
  border-bottom:1px solid var(--home-line);
  margin-bottom:32px;
}

.page-home .hero-dock__crumb-item{
  white-space:nowrap;
}

.page-home .hero-dock__brand-en{
  margin-left:auto;
  color:var(--gold);
  font-family:var(--font-display);
  font-size:14px;
  letter-spacing:.12em;
  white-space:nowrap;
}

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

.page-home .hero-dock__copy{
  padding-right:0;
}

.page-home .hero-dock__label{
  color:var(--gold);
}

.page-home .hero-dock__title{
  font-family:var(--font-display);
  font-weight:900;
  font-size:36px;
  line-height:1.08;
  margin:12px 0 20px;
  letter-spacing:.015em;
}

.page-home .hero-dock__lead{
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
  max-width:560px;
}

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

.page-home .hero-dock__more{
  color:var(--light);
  border-color:var(--home-line);
}

.page-home .hero-dock__visual{
  position:relative;
  padding:18px;
  border:1px solid var(--home-line);
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,.78);
  box-shadow:0 24px 64px rgba(6,15,34,.22);
}

.page-home .hero-dock__img{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--radius-md);
  object-fit:cover;
}

.page-home .hero-dock__stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:36px;
  padding:22px 0 28px;
  border-top:1px solid rgba(245,247,250,.1);
}

.page-home .hero-dock__stat{
  padding:14px 16px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(212,175,55,.18);
  border-radius:var(--radius-md);
}

.page-home .hero-dock__num{
  display:block;
  font-family:var(--font-display);
  font-weight:900;
  font-size:40px;
  line-height:1;
  color:var(--gold-bright);
}

.page-home .hero-dock__unit{
  display:block;
  margin-top:8px;
  font-size:13px;
  color:var(--muted);
  font-family:var(--font-mono);
  letter-spacing:.04em;
}

/* ============ 02·联赛分类导航 ============ */
.page-home .league-index{
  background:
    linear-gradient(to right,var(--home-grid) 1px,transparent 1px),
    linear-gradient(to bottom,var(--home-grid) 1px,transparent 1px),
    var(--light);
  background-size:52px 52px;
  padding-top:72px;
  padding-bottom:72px;
}

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

.page-home .section-head--light .section-title,
.page-home .section-head--light .section-lead{
  color:var(--light);
}

.page-home .section-head--light .section-label{
  color:var(--gold-bright);
}

.page-home .section-title{
  font-family:var(--font-display);
  font-weight:800;
  font-size:30px;
  line-height:1.2;
  margin:10px 0 12px;
  color:var(--navy);
}

.page-home .section-lead{
  font-size:15px;
  line-height:1.8;
  color:var(--muted);
  max-width:720px;
}

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

.page-home .league-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  background:var(--navy);
  color:var(--light);
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  border:1px solid transparent;
  transition:background .2s var(--ease),border-color .2s var(--ease),transform .2s var(--ease);
}

.page-home .league-chip__code{
  font-family:var(--font-mono);
  font-size:11px;
  color:var(--gold-bright);
  letter-spacing:.06em;
}

.page-home .league-chip:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
}

.page-home .league-chip:hover{
  background:var(--gold);
  color:var(--navy);
  border-color:var(--gold);
}

.page-home .league-chip:hover .league-chip__code{
  color:var(--navy);
}

.page-home .league-index__table-wrap{
  overflow-x:auto;
  border-radius:var(--radius-lg);
  box-shadow:0 18px 48px rgba(10,31,68,.08);
  -webkit-overflow-scrolling:touch;
}

.page-home .league-index__table{
  min-width:620px;
  width:100%;
  border-collapse:collapse;
  background:var(--light);
}

.page-home .league-index__table caption{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
}

.page-home .league-index__table th{
  background:var(--navy);
  color:var(--light);
  font-size:13px;
  font-weight:700;
  padding:14px 16px;
  text-align:left;
  font-family:var(--font-mono);
  letter-spacing:.06em;
}

.page-home .league-index__table td{
  padding:14px 16px;
  font-size:15px;
  border-bottom:1px solid var(--smoke);
}

.page-home .league-index__table tbody tr:nth-child(even){
  background:var(--smoke);
}

.page-home .league-index__table tbody tr:target{
  background:var(--home-soft);
  outline:2px solid var(--gold);
  outline-offset:-2px;
}

.page-home .league-index__code{
  display:inline-block;
  min-width:42px;
  margin-right:10px;
  font-family:var(--font-mono);
  font-size:12px;
  color:var(--gold);
  letter-spacing:.04em;
}

.page-home .league-index__note{
  margin-top:18px;
  font-size:13px;
  color:var(--muted);
  font-family:var(--font-mono);
}

.page-home .league-index__note a{
  color:var(--gold);
  text-decoration:underline;
  text-underline-offset:3px;
}

/* ============ 03·历史交锋数据展台 ============ */
.page-home .clash-stage{
  position:relative;
  background:var(--navy);
  color:var(--light);
  padding-top:72px;
  padding-bottom:72px;
  background-image:
    linear-gradient(to right,rgba(201,169,97,.06) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(201,169,97,.06) 1px,transparent 1px);
  background-size:64px 64px;
}

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

.page-home .clash-stage__board{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  background:var(--home-deep);
  border:1px solid var(--home-line);
  border-radius:var(--radius-lg);
  padding:24px;
}

.page-home .clash-stage__team{
  text-align:center;
  padding:12px 0;
}

.page-home .clash-stage__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  border-radius:50%;
  font-family:var(--font-display);
  font-size:32px;
  font-weight:900;
}

.page-home .clash-stage__badge--home{
  background:var(--navy);
  color:var(--gold-bright);
  border:2px solid var(--gold);
}

.page-home .clash-stage__badge--away{
  background:var(--gold);
  color:var(--navy);
  border:2px solid var(--navy);
}

.page-home .clash-stage__name{
  font-family:var(--font-display);
  font-size:20px;
  font-weight:700;
  margin-top:10px;
}

.page-home .clash-stage__meta{
  font-size:13px;
  color:var(--muted);
  margin-top:4px;
}

.page-home .clash-stage__core{
  border-top:1px solid var(--home-line);
  border-bottom:1px solid var(--home-line);
  padding:18px 0;
  text-align:center;
}

.page-home .clash-stage__tag{
  display:inline-block;
  background:var(--home-soft);
  border:1px solid var(--home-line);
  color:var(--gold-bright);
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.08em;
  padding:6px 14px;
  border-radius:999px;
}

.page-home .clash-stage__counts{
  display:flex;
  justify-content:center;
  gap:22px;
  margin-top:16px;
}

.page-home .clash-stage__count{
  font-size:15px;
  color:var(--muted);
}

.page-home .clash-stage__count strong{
  font-family:var(--font-display);
  font-size:32px;
  font-weight:900;
  color:var(--light);
  margin-right:4px;
}

.page-home .clash-stage__bar{
  display:flex;
  height:10px;
  border-radius:999px;
  overflow:hidden;
  margin:18px 0 14px;
  background:rgba(255,255,255,.08);
}

.page-home .clash-stage__bar-win{
  width:44.4%;
  background:var(--teal);
}

.page-home .clash-stage__bar-draw{
  width:22.2%;
  background:var(--gold);
}

.page-home .clash-stage__bar-lose{
  width:33.3%;
  background:var(--red);
}

.page-home .clash-stage__legend{
  display:flex;
  justify-content:center;
  gap:18px;
  font-size:13px;
  color:var(--muted);
}

.page-home .clash-stage__dot{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  margin-right:6px;
}

.page-home .clash-stage__dot--win{ background:var(--teal); }
.page-home .clash-stage__dot--draw{ background:var(--gold); }
.page-home .clash-stage__dot--lose{ background:var(--red); }

.page-home .clash-stage__side{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.page-home .clash-stage__img{
  width:100%;
  height:auto;
  border-radius:var(--radius-lg);
  border:1px solid var(--home-line);
  object-fit:cover;
}

.page-home .clash-stage__trend{
  background:var(--home-deep);
  border:1px solid var(--home-line);
  border-radius:var(--radius-lg);
  padding:20px 22px;
}

.page-home .clash-stage__trend-title{
  font-family:var(--font-display);
  font-size:18px;
  font-weight:700;
  color:var(--gold-bright);
  margin-bottom:14px;
}

.page-home .clash-stage__trend-list{
  list-style:none;
  margin:0;
  padding:0;
}

.page-home .clash-stage__trend-list li{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid rgba(201,169,97,.14);
  font-size:14px;
}

.page-home .clash-stage__trend-list li:last-child{
  border-bottom:none;
}

.page-home .clash-stage__season{
  color:var(--muted);
  font-family:var(--font-mono);
  font-size:13px;
}

.page-home .clash-stage__record{
  color:var(--light);
  font-weight:600;
}

.page-home .clash-stage__note{
  margin-top:24px;
  font-size:13px;
  line-height:1.7;
  color:var(--muted);
  border-left:3px solid var(--gold);
  padding-left:14px;
}

/* ============ 04·专家专栏 ============ */
.page-home .expert-journal{
  background:var(--light);
  padding-top:72px;
  padding-bottom:72px;
}

.page-home .expert-journal__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
}

.page-home .expert-card{
  position:relative;
  background:var(--light);
  border:1px solid var(--smoke);
  border-radius:var(--radius-lg);
  padding:20px;
  box-shadow:0 12px 32px rgba(10,31,68,.06);
  transition:border-color .2s var(--ease),box-shadow .2s var(--ease);
}

.page-home .expert-card:hover{
  border-color:var(--gold);
  box-shadow:0 18px 44px rgba(10,31,68,.12);
}

.page-home .expert-card__cover{
  position:relative;
  min-height:88px;
  display:flex;
  align-items:center;
  border-radius:var(--radius-md);
  overflow:hidden;
  margin-bottom:16px;
  background:var(--smoke);
}

.page-home .expert-card__img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  border-radius:var(--radius-md);
}

.page-home .expert-card__tag{
  position:absolute;
  top:12px;
  left:12px;
  display:inline-block;
  background:var(--navy);
  color:var(--gold-bright);
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.06em;
  padding:5px 12px;
  border-radius:999px;
}

.page-home .expert-card__title{
  font-family:var(--font-display);
  font-size:20px;
  font-weight:700;
  color:var(--navy);
  line-height:1.3;
  margin:0 0 8px;
}

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

.page-home .expert-card__link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--red);
  font-weight:700;
  font-size:14px;
  text-decoration:none;
}

.page-home .expert-card__link:hover{
  color:var(--navy);
}

/* ============ 05·手机端快速入口 ============ */
.page-home .mobile-gate{
  position:relative;
  background:var(--navy);
  color:var(--light);
  padding-top:72px;
  padding-bottom:72px;
  overflow:hidden;
}

.page-home .mobile-gate::before{
  content:"";
  position:absolute;
  top:-120px; right:-120px;
  width:320px; height:320px;
  background:radial-gradient(circle,rgba(212,175,55,.16),transparent 70%);
  border-radius:50%;
  pointer-events:none;
}

.page-home .mobile-gate__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  align-items:center;
}

.page-home .mobile-gate__visual{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:20px;
  border:1px solid var(--home-line);
  border-radius:var(--radius-lg);
  background:var(--home-deep);
}

.page-home .mobile-gate__img{
  width:100%;
  max-width:360px;
  height:auto;
  border-radius:var(--radius-md);
  object-fit:cover;
}

.page-home .mobile-gate__label{
  color:var(--gold);
}

.page-home .mobile-gate__copy .section-label{
  color:var(--gold);
}

.page-home .mobile-gate__copy .section-title{
  color:var(--light);
}

.page-home .mobile-gate__lead{
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
}

.page-home .mobile-gate__points{
  display:grid;
  gap:14px;
  margin:26px 0;
}

.page-home .mobile-gate__point{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(212,175,55,.16);
  border-radius:var(--radius-md);
  padding:16px 18px;
}

.page-home .mobile-gate__icon{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:var(--gold);
  color:var(--navy);
  font-family:var(--font-mono);
  font-weight:700;
  font-size:13px;
}

.page-home .mobile-gate__point p{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color:var(--light);
}

.page-home .mobile-gate__cta{
  display:inline-block;
}

.page-home .mobile-gate__version{
  margin-top:12px;
  font-family:var(--font-mono);
  font-size:13px;
  color:var(--muted);
  letter-spacing:.04em;
}

/* ============ 信任带 ============ */
.page-home .data-trust{
  background:var(--smoke);
  padding-top:64px;
  padding-bottom:64px;
}

.page-home .data-trust__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.page-home .data-trust__item{
  background:var(--light);
  border:1px solid var(--smoke);
  border-left:4px solid var(--gold);
  border-radius:var(--radius-md);
  padding:20px 22px;
}

.page-home .data-trust__name{
  font-size:14px;
  color:var(--muted);
  margin:0 0 8px;
  font-weight:600;
}

.page-home .data-trust__num{
  font-family:var(--font-display);
  font-size:34px;
  font-weight:900;
  color:var(--navy);
  line-height:1;
  margin:0 0 8px;
}

.page-home .data-trust__desc{
  font-size:13px;
  color:var(--muted);
  margin:0;
  line-height:1.6;
}

.page-home .data-trust__foot{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-top:1px solid var(--gold);
  padding-top:20px;
}

.page-home .data-trust__foot p{
  font-family:var(--font-mono);
  font-size:13px;
  line-height:1.8;
  color:var(--muted);
  margin:0;
}

.page-home .data-trust__foot a{
  color:var(--red);
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  white-space:nowrap;
}

.page-home .data-trust__foot a:hover{
  color:var(--navy);
}

/* ============ 响应式 ============ */
@media (min-width:640px){
  .page-home .hero-dock__stats{
    grid-template-columns:repeat(4,1fr);
  }
  .page-home .mobile-gate__points{
    grid-template-columns:1fr;
  }
  .page-home .data-trust__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (min-width:920px){
  .page-home .hero-dock{
    padding-top:44px;
  }
  .page-home .hero-dock__backdrop{
    clip-path:polygon(62% 0,100% 0,100% 100%,44% 100%);
  }
  .page-home .hero-dock__grid{
    grid-template-columns:1.05fr .95fr;
    gap:56px;
    align-items:center;
    min-height:470px;
  }
  .page-home .hero-dock__title{
    font-size:52px;
  }
  .page-home .hero-dock__lead{
    font-size:17px;
  }
  .page-home .hero-dock__copy{
    padding-right:10px;
  }
  .page-home .hero-dock__stats{
    margin-top:48px;
    padding:26px 0 36px;
  }
  .page-home .hero-dock__num{
    font-size:52px;
  }

  .page-home .section-title{
    font-size:34px;
  }

  .page-home .league-index__chips{
    gap:12px;
  }
  .page-home .league-chip{
    padding:11px 20px;
    font-size:15px;
  }

  .page-home .clash-stage__layout{
    grid-template-columns:1.2fr .8fr;
    gap:34px;
    align-items:stretch;
  }
  .page-home .clash-stage__board{
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:18px;
    padding:28px;
  }
  .page-home .clash-stage__core{
    border-top:none;
    border-bottom:none;
    padding:0 12px;
  }
  .page-home .clash-stage__side{
    grid-template-columns:1fr;
    align-content:stretch;
  }
  .page-home .clash-stage__img{
    height:auto;
    max-height:260px;
  }

  .page-home .expert-journal__grid{
    grid-template-columns:repeat(3,1fr);
    gap:24px;
  }
  .page-home .expert-card:nth-child(2){
    margin-top:34px;
  }
  .page-home .expert-card:nth-child(3){
    margin-top:68px;
  }

  .page-home .mobile-gate__grid{
    grid-template-columns:.8fr 1.2fr;
    gap:56px;
  }
  .page-home .mobile-gate__visual{
    padding:28px;
  }

  .page-home .data-trust__grid{
    grid-template-columns:repeat(4,1fr);
    gap:18px;
  }
  .page-home .data-trust__num{
    font-size:38px;
  }
}

@media (min-width:1280px){
  .page-home .hero-dock__title{
    font-size:60px;
  }
  .page-home .hero-dock__lead{
    font-size:18px;
  }
  .page-home .hero-dock__num{
    font-size:60px;
  }
  .page-home .expert-journal__grid{
    gap:28px;
  }
}
