.page-home{
  background:var(--night);
  color:var(--white);
  overflow-x:clip;
}
.page-home img{
  max-width:100%;
  height:auto;
}

/* ===== 首屏框景 ===== */
.page-home .hero-frame{
  position:relative;
  min-height:calc(100vh - var(--header-h));
  display:flex;
  align-items:center;
  padding:56px 20px 96px;
  background:var(--night);
  overflow:hidden;
}
.page-home .hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:blur(6px) saturate(1.15);
  transform:scale(1.06);
  opacity:.34;
}
.page-home .hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,rgba(7,18,36,.97) 18%,rgba(11,30,58,.84) 55%,rgba(7,18,36,.62) 100%);
}
.page-home .hero-lines{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
}
.page-home .hero-line{
  position:absolute;
}
.page-home .hero-line--top,
.page-home .hero-line--bottom{
  left:26px;
  right:26px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,230,109,.85),transparent);
}
.page-home .hero-line--top{ top:22px; }
.page-home .hero-line--bottom{ bottom:22px; }
.page-home .hero-line--left,
.page-home .hero-line--right{
  top:26px;
  bottom:26px;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(255,230,109,.55),transparent);
}
.page-home .hero-line--left{ left:22px; }
.page-home .hero-line--right{ right:22px; }
.page-home .frame-tag{
  position:absolute;
  font-family:var(--font-head);
  font-size:11px;
  letter-spacing:.14em;
  color:var(--glow);
  background:rgba(7,18,36,.66);
  border:1px solid rgba(255,230,109,.38);
  padding:3px 8px;
  text-transform:uppercase;
}
.page-home .frame-tag--tl{ top:28px; left:32px; }
.page-home .frame-tag--br{ bottom:28px; right:32px; }

.page-home .hero-inner{
  position:relative;
  z-index:3;
  width:100%;
  max-width:var(--container-max);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:36px;
}
.page-home .hero-window{
  order:-1;
}
.page-home .hero-copy .hero-kicker{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  letter-spacing:.12em;
  color:var(--light-blue);
  margin:0 0 16px;
  text-transform:uppercase;
}
.page-home .kicker-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 10px var(--lime);
  flex:none;
}
.page-home .hero-title{
  font-family:var(--font-head);
  font-size:clamp(40px,9vw,88px);
  line-height:.96;
  letter-spacing:.01em;
  text-transform:uppercase;
  color:var(--white);
  margin:0;
}
.page-home .hero-title em{
  display:block;
  font-style:normal;
  color:var(--yellow);
}
.page-home .hero-lead{
  max-width:60ch;
  font-size:17px;
  line-height:1.75;
  color:var(--light-blue);
  margin:22px 0 0;
}
.page-home .hero-pulse{
  display:flex;
  flex-wrap:wrap;
  gap:14px 36px;
  margin-top:30px;
}
.page-home .pulse-item{
  display:grid;
  gap:4px;
}
.page-home .pulse-num{
  font-family:var(--font-head);
  font-size:clamp(32px,5vw,46px);
  color:var(--yellow);
  line-height:1;
}
.page-home .pulse-label{
  font-size:13px;
  letter-spacing:.06em;
  color:var(--light-blue);
}
.page-home .hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}

/* 赛程查询窗口 */
.page-home .hero-window{
  width:100%;
  max-width:560px;
  margin:0 auto;
  background:linear-gradient(160deg,rgba(18,42,74,.94),rgba(7,18,36,.96));
  border:1px solid rgba(245,208,32,.38);
  box-shadow:0 30px 70px rgba(0,0,0,.5);
  clip-path:polygon(0 0,100% 0,100% calc(100% - 24px),calc(100% - 24px) 100%,0 100%);
}
.page-home .schedule-bar{
  display:flex;
  align-items:center;
  gap:10px;
  background:linear-gradient(90deg,var(--yellow),var(--glow));
  color:var(--blue);
  padding:14px 18px;
  font-family:var(--font-head);
  font-size:19px;
  letter-spacing:.06em;
}
.page-home .schedule-bolt{
  display:block;
  flex:none;
}
.page-home .schedule-live{
  margin-left:auto;
  background:var(--night);
  color:var(--glow);
  font-family:var(--font-body);
  font-size:11px;
  letter-spacing:.14em;
  padding:3px 9px;
  border-radius:2px;
}
.page-home .schedule-body{
  padding:22px 18px 16px;
  display:grid;
  gap:14px;
}
.page-home .schedule-field{
  display:grid;
  gap:7px;
}
.page-home .field-label{
  font-size:12px;
  letter-spacing:.12em;
  color:var(--light-blue);
  text-transform:uppercase;
}
.page-home .field-select{
  width:100%;
  background:var(--blue);
  border:1px solid rgba(176,196,222,.34);
  color:var(--white);
  padding:12px 14px;
  font-size:15px;
  font-family:var(--font-body);
  border-radius:4px;
}
.page-home .schedule-submit{
  margin-top:4px;
  background:var(--yellow);
  color:var(--blue);
  border:0;
  padding:15px 18px;
  font-family:var(--font-head);
  font-size:17px;
  letter-spacing:.1em;
  cursor:pointer;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),10px 100%);
  transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out);
}
.page-home .schedule-submit:hover,
.page-home .schedule-submit:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 10px 30px rgba(245,208,32,.35);
  outline:none;
}
.page-home .schedule-foot{
  display:flex;
  align-items:center;
  gap:9px;
  padding:13px 18px;
  background:rgba(11,30,58,.72);
  border-top:1px dashed rgba(245,208,32,.3);
  color:var(--light-blue);
  font-size:13px;
  line-height:1.5;
}
.page-home .foot-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 8px var(--lime);
  flex:none;
}
.page-home .hero-scroll{
  position:absolute;
  left:50%;
  bottom:34px;
  transform:translateX(-50%);
  z-index:3;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--light-blue);
  font-size:13px;
  letter-spacing:.1em;
  text-decoration:none;
}
.page-home .scroll-line{
  display:block;
  width:58px;
  height:2px;
  background:linear-gradient(90deg,var(--yellow),transparent);
  animation:home-pulse 1.8s var(--ease-out) infinite;
}
@keyframes home-pulse{
  0%,100%{ transform:scaleX(1); opacity:.9; }
  50%{ transform:scaleX(.7); opacity:.4; }
}

/* ===== 联赛数据分区 ===== */
.page-home .leagues-section{
  padding:92px 20px 84px;
  background:linear-gradient(180deg,var(--night) 0%,#081228 55%,var(--deep-night) 100%);
}
.page-home .leagues-head{
  max-width:var(--container-max);
  margin:0 auto;
  display:grid;
  gap:18px;
  margin-bottom:38px;
}
.page-home .section-title{
  font-family:var(--font-head);
  font-size:clamp(34px,5vw,56px);
  line-height:1;
  text-transform:uppercase;
  color:var(--white);
  margin:8px 0 0;
}
.page-home .section-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  letter-spacing:.2em;
  color:var(--yellow);
  text-transform:uppercase;
  margin:0;
}
.page-home .section-label--lime{ color:var(--lime); }
.page-home .leagues-desc{
  max-width:56ch;
  font-size:16px;
  line-height:1.7;
  color:var(--light-blue);
  margin:0;
}
.page-home .league-tabs{
  max-width:var(--container-max);
  margin:0 auto 30px;
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  overflow-x:auto;
  padding-bottom:8px;
  scrollbar-width:thin;
}
.page-home .league-tab{
  flex:none;
  background:transparent;
  border:1px solid rgba(176,196,222,.34);
  color:var(--light-blue);
  font-family:var(--font-head);
  font-size:15px;
  letter-spacing:.06em;
  padding:11px 17px;
  cursor:pointer;
  clip-path:polygon(0 0,calc(100% - 9px) 0,100% 100%,9px 100%);
  transition:background .25s var(--ease-out),color .25s var(--ease-out),box-shadow .25s var(--ease-out);
}
.page-home .league-tab.is-active{
  background:var(--yellow);
  color:var(--blue);
  border-color:var(--yellow);
  box-shadow:0 8px 28px rgba(245,208,32,.35);
}
.page-home .league-board{
  max-width:var(--container-max);
  margin:0 auto;
  display:grid;
  gap:22px;
}
.page-home .board-matches{
  display:grid;
  gap:16px;
}
.page-home .match-card{
  position:relative;
  background:linear-gradient(155deg,rgba(18,42,74,.92),rgba(7,18,36,.94));
  border:1px solid rgba(176,196,222,.22);
  border-left:3px solid var(--yellow);
  padding:18px;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 12px),12px 100%);
  transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out),border-color .3s var(--ease-out);
}
.page-home .match-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(0,0,0,.48);
  border-color:rgba(245,208,32,.75);
}
.page-home .match-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  letter-spacing:.08em;
  color:var(--light-blue);
  margin-bottom:16px;
}
.page-home .match-status--live{
  color:var(--lime);
  font-weight:800;
}
.page-home .match-sides{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:10px;
}
.page-home .match-team{
  display:grid;
  gap:5px;
}
.page-home .match-team--right{
  text-align:right;
}
.page-home .team-name{
  font-size:16px;
  font-weight:800;
  color:var(--white);
}
.page-home .team-stat{
  font-size:11px;
  letter-spacing:.08em;
  color:var(--light-blue);
}
.page-home .match-score{
  font-family:var(--font-head);
  font-size:clamp(40px,7vw,80px);
  line-height:.9;
  text-align:center;
  color:var(--yellow);
  letter-spacing:.02em;
}
.page-home .match-score--live{
  color:var(--lime);
}
.page-home .match-sparkline{
  position:relative;
  height:10px;
  margin-top:16px;
  background:rgba(176,196,222,.14);
  border-radius:3px;
  overflow:hidden;
}
.page-home .match-sparkline span{
  position:absolute;
  top:0;
  bottom:0;
  border-radius:3px;
  background:var(--yellow);
}
.page-home .match-sparkline span:nth-child(2){ background:var(--lime); }
.page-home .match-sparkline span:nth-child(3){ background:var(--glow); }
.page-home .board-img{
  width:100%;
  height:300px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(245,208,32,.28);
  grid-column:1 / -1;
}
.page-home .board-chart{
  display:flex;
  flex-direction:column;
  gap:20px;
  background:linear-gradient(160deg,rgba(18,42,74,.94),rgba(7,18,36,.96));
  border:1px solid rgba(245,208,32,.24);
  border-left:3px solid var(--lime);
  padding:26px;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 18px),18px 100%);
}
.page-home .chart-heading{
  font-family:var(--font-head);
  font-size:26px;
  line-height:1.1;
  color:var(--white);
  margin:0;
}
.page-home .chart-round{
  font-size:12px;
  color:var(--light-blue);
  letter-spacing:.1em;
  margin-left:8px;
  vertical-align:middle;
}
.page-home .chart-list{
  display:grid;
  gap:14px;
}
.page-home .chart-row{
  display:grid;
  grid-template-columns:66px 1fr;
  align-items:center;
  gap:14px;
}
.page-home .chart-team{
  font-size:14px;
  color:var(--light-blue);
  white-space:nowrap;
}
.page-home .chart-track{
  height:24px;
  background:rgba(255,255,255,.07);
  border-radius:12px;
  overflow:hidden;
}
.page-home .chart-fill{
  display:flex;
  align-items:center;
  height:100%;
  padding-left:12px;
  border-radius:12px;
  background:var(--yellow);
  color:var(--blue);
  font-size:11px;
  font-weight:800;
  min-width:52px;
}
.page-home .chart-fill--lime{
  background:var(--lime);
}
.page-home .chart-note{
  font-size:13px;
  line-height:1.65;
  color:var(--light-blue);
  border-top:1px dashed rgba(245,208,32,.3);
  padding-top:16px;
  margin:0;
}

/* ===== 订阅中心入口 ===== */
.page-home .subscribe-section{
  position:relative;
  display:grid;
  overflow:hidden;
  background:var(--deep-night);
}
.page-home .subscribe-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 30%,rgba(245,208,32,.14) 46%,transparent 62%);
  background-size:240% 100%;
  pointer-events:none;
  animation:home-rail 10s ease-in-out infinite alternate;
  z-index:1;
}
@keyframes home-rail{
  0%{ background-position:0% 0; }
  100%{ background-position:100% 0; }
}
.page-home .subscribe-media{
  position:relative;
  min-height:290px;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 30px),30px 100%);
}
.page-home .subscribe-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.page-home .subscribe-content{
  position:relative;
  z-index:2;
  padding:52px 20px;
}
.page-home .subscribe-title{
  font-family:var(--font-head);
  font-size:clamp(30px,5vw,50px);
  line-height:1.08;
  color:var(--yellow);
  margin:10px 0 0;
  text-transform:uppercase;
}
.page-home .subscribe-desc{
  max-width:60ch;
  font-size:16px;
  line-height:1.8;
  color:var(--light-blue);
  margin:20px 0 0;
}
.page-home .subscribe-steps{
  display:grid;
  gap:12px;
  margin-top:28px;
}
.page-home .subscribe-step{
  display:flex;
  align-items:center;
  gap:15px;
  background:rgba(11,30,58,.72);
  border:1px solid rgba(176,196,222,.2);
  padding:14px 16px;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 8px),8px 100%);
  transition:transform .25s var(--ease-out),border-color .25s var(--ease-out);
}
.page-home .subscribe-step:hover{
  transform:translateX(5px);
  border-color:rgba(245,208,32,.55);
}
.page-home .step-num{
  font-family:var(--font-head);
  font-size:23px;
  color:var(--lime);
  line-height:1;
}
.page-home .step-text{
  font-size:15px;
  color:var(--white);
}
.page-home .subscribe-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

/* ===== 新版特性 ===== */
.page-home .features-section{
  padding:92px 20px;
  background:linear-gradient(180deg,var(--night) 0%,#0a1c38 60%,var(--night) 100%);
  display:grid;
  gap:52px;
}
.page-home .features-main .features-lead{
  max-width:58ch;
  font-size:17px;
  line-height:1.75;
  color:var(--light-blue);
  margin:20px 0 0;
}
.page-home .feature-grid{
  display:grid;
  gap:18px;
  margin-top:30px;
}
.page-home .feature-item{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:16px;
  align-items:start;
  padding:20px;
  background:rgba(18,42,74,.62);
  border-left:3px solid var(--yellow);
  transition:background .3s var(--ease-out),transform .3s var(--ease-out);
}
.page-home .feature-item:hover{
  background:rgba(18,42,74,.92);
  transform:translateX(5px);
}
.page-home .feature-num{
  font-family:var(--font-head);
  font-size:24px;
  color:var(--yellow);
  line-height:1;
}
.page-home .feature-name{
  font-family:var(--font-head);
  font-size:21px;
  line-height:1.2;
  color:var(--white);
  margin:0 0 8px;
}
.page-home .feature-text{
  font-size:15px;
  line-height:1.7;
  color:var(--light-blue);
  margin:0;
}
.page-home .features-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}
.page-home .features-media{
  display:flex;
  justify-content:center;
  align-items:center;
}
.page-home .phone-case{
  position:relative;
  width:250px;
  padding:14px 14px 18px;
  background:linear-gradient(145deg,#1d3557,#0b1e3a);
  border:1px solid rgba(245,208,32,.55);
  border-radius:38px;
  box-shadow:0 30px 70px rgba(0,0,0,.5);
}
.page-home .phone-notch{
  position:absolute;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  width:86px;
  height:22px;
  background:#0b1e3a;
  border-radius:0 0 14px 14px;
  z-index:2;
}
.page-home .phone-img{
  display:block;
  width:100%;
  height:auto;
  border-radius:26px;
  object-fit:cover;
  border:1px solid rgba(176,196,222,.18);
}
.page-home .phone-label{
  display:block;
  text-align:center;
  color:var(--light-blue);
  font-size:13px;
  letter-spacing:.08em;
  padding-top:14px;
}

/* ===== 品牌概况导流 ===== */
.page-home .profile-strip{
  padding:88px 20px;
  background:linear-gradient(120deg,var(--night),#0e2550 45%,var(--night));
  border-top:1px solid rgba(245,208,32,.3);
  text-align:center;
}
.page-home .profile-copy{
  max-width:760px;
  margin:0 auto;
}
.page-home .profile-title{
  font-family:var(--font-head);
  font-size:clamp(28px,5vw,46px);
  line-height:1.12;
  color:var(--white);
  margin:10px 0 0;
  text-transform:uppercase;
}
.page-home .profile-desc{
  font-size:16px;
  line-height:1.85;
  color:var(--light-blue);
  margin:22px auto 0;
  max-width:62ch;
}
.page-home .profile-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:30px;
}

/* ===== 响应式桌面布局 ===== */
@media (min-width:640px){
  .page-home .board-matches{
    grid-template-columns:repeat(2,1fr);
  }
  .page-home .match-card:nth-of-type(3){
    grid-column:1 / -1;
  }
}
@media (min-width:768px){
  .page-home .leagues-head{
    grid-template-columns:1fr 1fr;
    align-items:end;
  }
  .page-home .feature-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (min-width:992px){
  .page-home .league-board{
    grid-template-columns:1.25fr .85fr;
    align-items:stretch;
  }
  .page-home .board-chart{
    min-height:100%;
  }
  .page-home .subscribe-section{
    grid-template-columns:.9fr 1.1fr;
  }
  .page-home .subscribe-media{
    min-height:480px;
  }
  .page-home .subscribe-content{
    padding:76px 44px 76px 52px;
  }
}
@media (min-width:1024px){
  .page-home .hero-inner{
    display:grid;
    grid-template-columns:1.15fr .9fr;
    align-items:center;
    gap:56px;
  }
  .page-home .hero-copy{
    grid-column:1;
    grid-row:1;
  }
  .page-home .hero-window{
    grid-column:2;
    grid-row:1;
    order:0;
    margin:0;
  }
  .page-home .features-section{
    grid-template-columns:1fr .7fr;
    align-items:center;
    max-width:var(--container-max);
    margin:0 auto;
    gap:48px;
  }
  .page-home .frame-tag--br{
    display:block;
  }
}

/* ===== 减弱动态偏好 ===== */
@media (prefers-reduced-motion:reduce){
  .page-home .scroll-line{
    animation:none;
  }
  .page-home .subscribe-section::before{
    animation:none;
  }
  .page-home .match-card,
  .page-home .feature-item,
  .page-home .subscribe-step{
    transition:none;
    transform:none;
  }
}
