.page-home{
  background: var(--night-blue);
  color: var(--paper-white);
  font-family: var(--font-body);
  line-height: 1.75;
  overflow-x: hidden;
}
.page-home img{
  display: block;
  max-width: 100%;
  height: auto;
}
.page-home .container{
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: 20px;
}
.page-home .home-section-head{
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.page-home .home-section-head__tag{
  margin: 0 0 10px;
}
.page-home .home-section-head__title{
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 5vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: .02em;
  margin: 0 0 12px;
  color: var(--paper-white);
}
.page-home .home-section-head__desc{
  color: var(--muted-gray);
  font-size: .98rem;
  max-width: 60ch;
  margin: 0;
}
.page-home .home-section-head--light .home-section-head__desc{
  color: rgba(245,247,250,.78);
}

/* ===== Hero 框景首屏 ===== */
.page-home .home-hero{
  position: relative;
  isolation: isolate;
  padding: calc(var(--header-height-mobile) + 40px) 0 56px;
  overflow: hidden;
  background: var(--night-blue);
}
.page-home .home-hero__media,
.page-home .home-hero__shade{
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page-home .home-hero__media{
  z-index: -2;
  margin: 0;
}
.page-home .home-hero__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.46) saturate(1.05) contrast(1.08);
}
.page-home .home-hero__shade{
  z-index: -1;
  background: linear-gradient(180deg, rgba(11,29,58,.94) 0%, rgba(11,29,58,.58) 48%, rgba(11,29,58,.92) 100%);
}
.page-home .home-hero__bar{
  position: absolute;
  left: 18px;
  right: 18px;
  height: 8px;
  z-index: 2;
  opacity: .55;
  background: repeating-linear-gradient(90deg, rgba(0,229,255,.85) 0 2px, transparent 2px 16px);
}
.page-home .home-hero__bar--top{
  top: 18px;
}
.page-home .home-hero__bar--bottom{
  bottom: 18px;
}
.page-home .home-hero__corner{
  position: absolute;
  width: 52px;
  height: 52px;
  z-index: 2;
  pointer-events: none;
  opacity: .92;
}
.page-home .home-hero__corner--tl{
  top: 26px;
  left: 26px;
  border-top: 4px solid var(--signal-orange);
  border-left: 4px solid var(--signal-orange);
  border-top-left-radius: 16px;
}
.page-home .home-hero__corner--br{
  bottom: 26px;
  right: 26px;
  border-bottom: 4px solid var(--signal-orange);
  border-right: 4px solid var(--signal-orange);
  border-bottom-right-radius: 16px;
}
.page-home .home-hero__inner{
  display: grid;
  gap: 28px;
  align-items: end;
}
.page-home .home-hero__kicker{
  margin: 0 0 14px;
  font-family: var(--font-data);
  font-size: .82rem;
  letter-spacing: .22em;
  color: var(--signal-orange);
}
.page-home .home-hero__title{
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 8vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: .015em;
  color: var(--paper-white);
}
.page-home .home-hero__lead{
  margin: 0 0 24px;
  max-width: 42ch;
  color: rgba(245,247,250,.82);
  font-size: 1.02rem;
}
.page-home .home-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .home-hero__panel{
  position: relative;
  background: rgba(7,17,34,.62);
  border: 1px solid rgba(0,229,255,.24);
  border-radius: var(--radius-lg);
  padding: 20px 20px 22px;
  box-shadow: 0 18px 48px rgba(0,0,0,.34);
}
.page-home .home-hero__panel-label{
  margin: 0 0 10px;
  font-family: var(--font-data);
  font-size: .78rem;
  letter-spacing: .18em;
  color: var(--cyan-pulse);
}
.page-home .home-hero__fixtures{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.page-home .home-hero__fixture{
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(138,148,166,.2);
}
.page-home .home-hero__fixture:last-of-type{
  border-bottom: 0;
}
.page-home .home-hero__league{
  grid-column: 1;
  grid-row: 1;
  color: var(--muted-gray);
  font-size: .8rem;
}
.page-home .home-hero__clock{
  grid-column: 1;
  grid-row: 2;
  color: var(--lime-flash);
  font-family: var(--font-data);
  font-weight: 600;
  font-size: .9rem;
}
.page-home .home-hero__match{
  grid-column: 2 / -1;
  grid-row: 1 / 3;
  font-weight: 600;
  font-size: .95rem;
  color: var(--paper-white);
}
.page-home .home-hero__match b{
  margin: 0 6px;
  color: var(--signal-orange);
  font-weight: 600;
}
.page-home .home-hero__flag{
  grid-column: 3;
  grid-row: 1;
  font-family: var(--font-data);
  font-size: .74rem;
  color: var(--cyan-pulse);
  text-align: right;
  white-space: nowrap;
}
.page-home .home-hero__link{
  display: inline-block;
  margin-top: 14px;
  font-size: .88rem;
  font-weight: 500;
  color: var(--cyan-pulse);
  text-decoration: none;
  transition: color .2s ease;
}
@media (hover:hover){
  .page-home .home-hero__link:hover{
    color: var(--lime-flash);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

/* ===== 完整赛程表 ===== */
.page-home .home-schedule{
  position: relative;
  padding: calc(48px + 2vw) 0;
  background:
    repeating-linear-gradient(135deg, rgba(0,229,255,.035) 0 2px, transparent 2px 12px),
    var(--night-blue);
}
.page-home .home-schedule__inner{
  position: relative;
}
.page-home .home-schedule__wrap{
  display: grid;
  gap: 24px;
}
.page-home .home-schedule__table{
  border: 1px solid rgba(138,148,166,.24);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.page-home .home-schedule__row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  padding: 15px 12px;
  border-bottom: 1px solid rgba(138,148,166,.16);
  transition: background .18s ease;
}
.page-home .home-schedule__row:last-child{
  border-bottom: 0;
}
.page-home .home-schedule__row--head{
  display: none;
}
.page-home .home-schedule__time{
  grid-column: 1;
  grid-row: 1;
  font-family: var(--font-data);
  color: var(--lime-flash);
  font-size: .9rem;
  font-weight: 600;
}
.page-home .home-schedule__league{
  grid-column: 1;
  grid-row: 2;
  color: var(--muted-gray);
  font-size: .82rem;
}
.page-home .home-schedule__match{
  grid-column: 1 / -1;
  grid-row: 3;
  font-size: .95rem;
  font-weight: 600;
  color: var(--paper-white);
}
.page-home .home-schedule__status{
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  color: var(--cyan-pulse);
  font-size: .8rem;
  font-family: var(--font-data);
}
.page-home .home-schedule__status.data-badge{
  color: var(--ink-black);
}
@media (hover:hover){
  .page-home .home-schedule__row:hover{
    background: rgba(198,255,0,.1);
  }
}
.page-home .home-schedule__side{
  display: grid;
  gap: 18px;
  align-content: start;
}
.page-home .home-schedule__img{
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(199,229,255,.22);
}
.page-home .home-schedule__rhythm{
  padding: 18px 0 0;
}
.page-home .home-schedule__rhythm h3{
  font-family: var(--font-heading);
  font-size: 1.28rem;
  margin: 0 0 10px;
  color: var(--paper-white);
}
.page-home .home-schedule__rhythm p{
  color: var(--muted-gray);
  font-size: .92rem;
  max-width: 38ch;
  margin: 0 0 16px;
}

/* ===== 明日焦点战首发预览 ===== */
.page-home .home-focus{
  padding: calc(52px + 2vw) 0;
  background: linear-gradient(118deg, var(--night-blue) 0%, var(--night-blue) 58%, var(--pitch-green) 58.2%, var(--pitch-green) 100%);
}
.page-home .home-focus__inner{
  position: relative;
}
.page-home .home-focus__list{
  display: grid;
  gap: 18px;
  margin: 0 0 24px;
}
.page-home .home-focus__card{
  position: relative;
  background: linear-gradient(160deg, rgba(8,18,40,.86), rgba(8,18,40,.62));
  border: 1px solid rgba(0,229,255,.2);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  transition: border-color .2s ease, transform .2s ease;
}
.page-home .home-focus__card::before{
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-top: 3px solid var(--signal-orange);
  border-right: 3px solid var(--signal-orange);
  border-top-right-radius: 10px;
}
@media (hover:hover){
  .page-home .home-focus__card:hover{
    border-color: var(--cyan-pulse);
    transform: translateY(-3px);
  }
}
.page-home .home-focus__head{
  margin: 0 0 8px;
  font-family: var(--font-data);
  font-size: .82rem;
  letter-spacing: .08em;
  color: var(--cyan-pulse);
}
.page-home .home-focus__teams{
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--paper-white);
}
.page-home .home-focus__shape{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--muted-gray);
  font-size: .9rem;
}
.page-home .home-focus__points{
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: rgba(245,247,250,.84);
  font-size: .92rem;
}
.page-home .home-focus__note{
  margin: 0 0 18px;
  max-width: 64ch;
  color: rgba(245,247,250,.76);
  font-size: .92rem;
}

/* ===== 开赛前十分钟阵容提醒 ===== */
.page-home .home-remind{
  padding: calc(52px + 2vw) 0;
  background: linear-gradient(135deg, var(--night-blue) 0%, #0C2B55 62%, rgba(255,107,0,.28) 138%);
}
.page-home .home-remind__inner{
  display: grid;
  gap: 28px;
}
.page-home .home-remind__copy p{
  color: rgba(245,247,250,.8);
  max-width: 56ch;
  margin-bottom: 18px;
}
.page-home .home-remind__channels{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-home .home-remind__channels li{
  font-family: var(--font-data);
  font-size: .86rem;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(0,229,255,.32);
  color: var(--cyan-pulse);
}
.page-home .home-remind__card{
  background: rgba(8,21,40,.72);
  border: 1px solid rgba(198,255,0,.18);
  border-radius: var(--radius-lg);
  padding: 18px;
  display: grid;
  gap: 12px;
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
}
.page-home .home-remind__card img{
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: var(--radius-md);
}
.page-home .home-remind__card h3{
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--paper-white);
}
.page-home .home-remind__card p{
  margin: 0;
  font-size: .9rem;
  color: var(--muted-gray);
}
.page-home .home-remind__switch{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  width: fit-content;
}
.page-home .home-remind__checkbox{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.page-home .home-remind__track{
  position: relative;
  flex: 0 0 auto;
  width: 58px;
  height: 30px;
  border-radius: var(--radius-pill);
  background: rgba(138,148,166,.34);
  transition: background .2s ease;
}
.page-home .home-remind__track::after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--paper-white);
  transition: transform .2s ease;
}
.page-home .home-remind__checkbox:checked + .home-remind__track{
  background: var(--lime-flash);
}
.page-home .home-remind__checkbox:checked + .home-remind__track::after{
  transform: translateX(28px);
}
.page-home .home-remind__state{
  font-family: var(--font-data);
  font-size: .9rem;
  color: var(--lime-flash);
}
.page-home .home-remind__state::before{
  content: "已开启";
}
.page-home .home-remind__checkbox:not(:checked) + .home-remind__track + .home-remind__state::before{
  content: "未开启";
}
.page-home .home-remind__checkbox:not(:checked) + .home-remind__track + .home-remind__state{
  color: var(--muted-gray);
}
.page-home .home-remind__meta{
  font-family: var(--font-data);
  font-size: .82rem;
  color: var(--muted-gray);
}

/* ===== 苹果正式版菜单对照 ===== */
.page-home .home-menu{
  padding: calc(52px + 2vw) 0;
  background: linear-gradient(128deg, var(--pitch-green) 0%, var(--pitch-green) 70%, #091D2B 70.2%);
}
.page-home .home-menu__inner{
  position: relative;
}
.page-home .home-menu__cols{
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}
.page-home .home-menu__col{
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  border: 1px solid rgba(245,247,250,.16);
  background: rgba(7,18,34,.32);
}
.page-home .home-menu__col h3{
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--paper-white);
}
.page-home .home-menu__col ol{
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: rgba(245,247,250,.78);
  font-size: .92rem;
}
.page-home .home-menu__col--new{
  border-color: rgba(198,255,0,.32);
  background: rgba(7,18,34,.5);
}
.page-home .home-menu__col--new h3{
  color: var(--lime-flash);
}
.page-home .home-menu__foot{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  border-top: 1px solid rgba(245,247,250,.18);
  padding-top: 18px;
}
.page-home .home-menu__foot p{
  margin: 0;
  color: rgba(245,247,250,.75);
  font-size: .9rem;
}
.page-home .home-menu__foot a{
  color: var(--cyan-pulse);
  font-weight: 600;
  text-decoration: none;
  font-size: .9rem;
}
@media (hover:hover){
  .page-home .home-menu__foot a:hover{
    color: var(--lime-flash);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

/* ===== 近五轮比赛数据 ===== */
.page-home .home-data{
  position: relative;
  padding: calc(52px + 2vw) 0;
  background: var(--night-blue);
}
.page-home .home-data__inner{
  position: relative;
}
.page-home .home-data__metrics{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 0 28px;
}
.page-home .home-data__metric{
  margin: 0;
  padding: 18px 14px;
  background: rgba(245,247,250,.04);
  border: 1px solid rgba(138,148,166,.26);
  border-left: 4px solid var(--signal-orange);
  border-radius: var(--radius-md);
}
.page-home .home-data__metric dt{
  color: var(--muted-gray);
  font-size: .86rem;
  margin-bottom: 8px;
}
.page-home .home-data__metric .data-badge{
  display: inline-block;
  font-family: var(--font-data);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--lime-flash);
  background: transparent;
  padding: 0;
}
.page-home .home-data__chart{
  margin: 0 0 28px;
  padding: 12px;
  border: 1px solid rgba(0,229,255,.22);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.03);
}
.page-home .home-data__chart img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-md);
}
.page-home .home-data__chart figcaption{
  margin-top: 10px;
  color: var(--muted-gray);
  font-family: var(--font-data);
  font-size: .8rem;
  letter-spacing: .02em;
}
.page-home .home-data__breakdown{
  padding: 20px 0 24px;
  border-top: 1px solid rgba(138,148,166,.18);
}
.page-home .home-data__breakdown h3{
  font-family: var(--font-heading);
  font-size: 1.3rem;
  margin: 0 0 12px;
  color: var(--paper-white);
}
.page-home .home-data__breakdown ul{
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: rgba(245,247,250,.82);
}
.page-home .home-data__foot{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}
.page-home .home-data__stamp{
  color: var(--muted-gray);
  font-size: .88rem;
  max-width: 42ch;
}

/* ===== 底部信任与导航 ===== */
.page-home .home-trust{
  padding: 28px 0 38px;
  background: var(--ink-black);
  border-top: 1px solid rgba(0,229,255,.24);
}
.page-home .home-trust p{
  margin: 0 0 14px;
  color: var(--muted-gray);
  font-size: .86rem;
  max-width: 80ch;
}
.page-home .home-trust ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.page-home .home-trust a{
  color: var(--cyan-pulse);
  font-size: .88rem;
  text-decoration: none;
}
@media (hover:hover){
  .page-home .home-trust a:hover{
    color: var(--lime-flash);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

/* ===== 桌面端增强 ===== */
@media (min-width: 640px){
  .page-home .home-schedule__table{
    border-radius: var(--radius-lg);
  }
  .page-home .home-schedule__row{
    grid-template-columns: 120px 90px 1fr 140px;
    align-items: center;
    padding: 15px 18px;
  }
  .page-home .home-schedule__row--head{
    display: grid;
    background: rgba(0,229,255,.04);
    color: var(--muted-gray);
    font-family: var(--font-data);
    font-size: .78rem;
    letter-spacing: .12em;
  }
  .page-home .home-schedule__time{
    grid-column: auto;
    grid-row: auto;
  }
  .page-home .home-schedule__league{
    grid-column: auto;
    grid-row: auto;
  }
  .page-home .home-schedule__match{
    grid-column: auto;
    grid-row: auto;
  }
  .page-home .home-schedule__status{
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    text-align: right;
  }
  .page-home .home-data__metrics{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px){
  .page-home .home-hero{
    padding: calc(var(--header-height-desktop) + 60px) 0 calc(60px + 3vw);
  }
  .page-home .home-hero__inner{
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
    gap: 56px;
    align-items: end;
  }
  .page-home .home-hero__bar{
    left: 32px;
    right: 32px;
  }
  .page-home .home-hero__corner{
    width: 72px;
    height: 72px;
  }
  .page-home .home-hero__corner--tl{
    top: 36px;
    left: 36px;
  }
  .page-home .home-hero__corner--br{
    bottom: 36px;
    right: 36px;
  }
  .page-home .home-schedule__wrap{
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 26px;
    align-items: stretch;
  }
  .page-home .home-schedule__side{
    grid-template-columns: 1fr;
    align-content: start;
  }
  .page-home .home-focus__list{
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .page-home .home-remind__inner{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 40px;
    align-items: center;
  }
  .page-home .home-remind__card img{
    max-height: 240px;
  }
  .page-home .home-menu__cols{
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .page-home .home-data__chart img{
    max-height: 420px;
    object-fit: cover;
  }
}
