.page-home{
  --hm-glow:0 0 18px rgba(0,229,255,.35);
  --hm-panel:rgba(18,23,36,.92);
}

/* ---------- 首屏 ---------- */
.page-home .hm-context{
  margin:0 0 clamp(18px,3vw,28px);
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.12em;
  color:var(--gray);
}

.page-home .hm-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(108,43,217,.14), rgba(11,14,20,0) 48%),
    var(--ink);
}

.page-home .hm-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(to right, rgba(35,42,59,.6) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(35,42,59,.6) 1px, transparent 1px);
  background-size:96px 96px;
  -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.95), rgba(0,0,0,0));
  mask-image:linear-gradient(180deg, rgba(0,0,0,.95), rgba(0,0,0,0));
  opacity:.55;
}

.page-home .hm-hero .ph-wrap{
  position:relative;
  z-index:1;
}

.page-home .hm-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:clamp(28px,5vw,48px);
  align-items:center;
}

.page-home .hm-h1{
  font-size:clamp(1.85rem,4.6vw,3.3rem);
  line-height:1.12;
  letter-spacing:-.01em;
  margin:0 0 clamp(16px,2.4vw,22px);
}

.page-home .hm-hero__lede .ph-lede{
  max-width:34em;
}

.page-home .hm-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:clamp(22px,3vw,30px) 0;
}

.page-home .hm-hero__stats{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}

.page-home .hm-hero__stats > li{
  background:var(--hm-panel);
  padding:14px 16px;
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
}

.page-home .hm-hero__stats .ph-stat__value{
  font-family:var(--font-display);
  font-size:clamp(1.5rem,3.4vw,2.2rem);
  font-weight:700;
  line-height:1;
  letter-spacing:-.01em;
  color:var(--cyan);
}

.page-home .hm-hero__stats .ph-stat__label{
  font-size:13px;
  line-height:1.4;
  color:var(--gray);
}

/* 首屏镜像视觉 */
.page-home .hm-hero__visual{
  position:relative;
  background:var(--ink-2);
  border:1px solid var(--line);
  overflow:hidden;
  clip-path:polygon(0 0, 100% 0, 100% calc(100% - 46px), 0 100%);
}

.page-home .hm-hero__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.42;
  filter:saturate(.55) contrast(1.15);
}

.page-home .hm-mirror{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);
  min-height:clamp(300px,48vw,440px);
  align-items:stretch;
}

.page-home .hm-mirror__side{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:28px 12px;
  text-align:center;
  transition:background 160ms var(--ease);
}

.page-home .hm-mirror__side--home{
  background:linear-gradient(180deg, rgba(108,43,217,.58), rgba(108,43,217,.08));
}

.page-home .hm-mirror__side--away{
  background:linear-gradient(180deg, rgba(0,229,255,.3), rgba(0,229,255,.04));
}

.page-home .hm-mirror:hover .hm-mirror__side--home{
  background:linear-gradient(180deg, rgba(108,43,217,.2), rgba(108,43,217,.02));
}

.page-home .hm-mirror:hover .hm-mirror__side--away{
  background:linear-gradient(180deg, rgba(0,229,255,.52), rgba(0,229,255,.08));
}

.page-home .hm-mirror__name{
  font-family:var(--font-display);
  font-size:clamp(2rem,7vw,3.4rem);
  font-weight:700;
  line-height:1;
  letter-spacing:.02em;
}

.page-home .hm-mirror__side--home .hm-mirror__name{ color:#fff; }
.page-home .hm-mirror__side--away .hm-mirror__name{ color:var(--cyan); }

.page-home .hm-mirror__note{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.08em;
  color:var(--mist);
  opacity:.85;
}

.page-home .hm-mirror__line{
  background:var(--cyan);
  box-shadow:var(--hm-glow);
}

.page-home .hm-hero__caption{
  position:absolute;
  left:0;
  right:0;
  bottom:12px;
  z-index:2;
  margin:0;
  padding:0 18px;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.1em;
  color:var(--mist);
  text-align:right;
}

/* ---------- 赛季脉络 ---------- */
.page-home .hm-season{
  position:relative;
  overflow:hidden;
}

.page-home .hm-season__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.13;
  filter:saturate(.4) contrast(1.1);
  pointer-events:none;
}

.page-home .hm-season .ph-wrap{
  position:relative;
  z-index:1;
}

.page-home .hm-season__link{
  margin:14px 0 0;
  font-size:14px;
}

.page-home .hm-findings{
  list-style:none;
  margin:0;
  padding:0;
}

.page-home .hm-finding{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:6px 18px;
  padding:22px 0;
  border-top:1px solid var(--line);
}

.page-home .hm-finding:last-child{
  border-bottom:1px solid var(--line);
}

.page-home .hm-finding__idx{
  font-family:var(--font-display);
  font-size:1rem;
  font-weight:700;
  letter-spacing:.1em;
  line-height:1.7;
  color:var(--cyan);
}

.page-home .hm-finding__title{
  margin:0 0 6px;
  font-size:1.05rem;
  font-weight:600;
  line-height:1.45;
  color:var(--mist);
}

.page-home .hm-finding p{
  margin:0;
  font-size:15.5px;
  line-height:1.75;
  color:var(--gray);
}

.page-home .hm-chart{
  margin:clamp(24px,4vw,36px) 0 0;
  padding:18px;
  background:var(--hm-panel);
  border:1px solid var(--line);
}

.page-home .hm-chart svg{
  display:block;
  width:100%;
  height:auto;
}

.page-home .hm-chart__home{
  fill:none;
  stroke:var(--violet-soft);
  stroke-width:3;
  stroke-linecap:round;
}

.page-home .hm-chart__away{
  fill:none;
  stroke:var(--cyan);
  stroke-width:3;
  stroke-dasharray:9 7;
  stroke-linecap:round;
}

.page-home .hm-chart figcaption{
  margin-top:12px;
  font-size:12px;
  letter-spacing:.08em;
  color:var(--gray);
}

.page-home .hm-season .ph-aside{
  margin-top:clamp(24px,4vw,36px);
}

.page-home .hm-season .ph-note{
  border-top:2px solid var(--violet);
}

/* ---------- 数据视图 ---------- */
.page-home .hm-views__grid{
  align-items:start;
}

.page-home .hm-catalog{
  list-style:none;
  margin:0;
  padding:0;
}

.page-home .hm-catalog__item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:4px 16px;
  padding:20px 18px;
  border:1px solid var(--line);
  border-bottom:none;
  background:var(--hm-panel);
  transition:background 160ms var(--ease), transform 160ms var(--ease), border-color 160ms var(--ease);
}

.page-home .hm-catalog__item:last-child{
  border-bottom:1px solid var(--line);
}

.page-home .hm-catalog__item:hover{
  background:rgba(30,37,56,.95);
  border-color:rgba(0,229,255,.45);
}

.page-home .hm-catalog__idx{
  font-family:var(--font-mono);
  font-size:13px;
  letter-spacing:.1em;
  color:var(--cyan);
  line-height:1.9;
}

.page-home .hm-catalog__title{
  margin:0 0 6px;
  font-size:1.05rem;
  font-weight:600;
  line-height:1.4;
  color:var(--mist);
}

.page-home .hm-catalog__body p{
  margin:0;
  font-size:15px;
  line-height:1.72;
  color:var(--gray);
}

.page-home .hm-views__media{
  margin:clamp(24px,4vw,0) 0 0;
  border:1px solid var(--line);
  background:var(--ink-2);
}

/* ---------- 安装上手 ---------- */
.page-home .hm-steps{
  list-style:none;
  margin:clamp(24px,4vw,36px) 0 0;
  padding:0;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}

.page-home .hm-step{
  background:var(--ink);
  padding:24px 22px;
}

.page-home .hm-step__num{
  display:block;
  margin-bottom:14px;
  font-family:var(--font-display);
  font-size:clamp(2.4rem,6vw,3.4rem);
  font-weight:700;
  line-height:.9;
  color:transparent;
  -webkit-text-stroke:1.5px var(--violet-soft);
}

.page-home .hm-step__title{
  margin:0 0 8px;
  font-size:1.05rem;
  font-weight:600;
  line-height:1.4;
  color:var(--mist);
}

.page-home .hm-step p{
  margin:0;
  font-size:15.5px;
  line-height:1.75;
  color:var(--gray);
}

.page-home .hm-install__cta{
  margin:clamp(24px,4vw,34px) 0 0;
}

/* ---------- 更新节奏（奶油插页） ---------- */
.page-home .hm-update .ph-kicker{
  color:var(--violet);
}

.page-home .hm-update .ph-subtitle{
  color:var(--brown);
}

.page-home .hm-update__grid{
  align-items:center;
}

.page-home .hm-update__lede{
  margin:0 0 22px;
  font-size:17px;
  line-height:1.75;
  color:var(--brown);
}

.page-home .hm-update__list{
  list-style:none;
  margin:0;
  padding:0;
}

.page-home .hm-update__list li{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:4px;
  padding:14px 0;
  border-top:1px solid var(--cream-line);
}

.page-home .hm-update__list li:last-child{
  border-bottom:1px solid var(--cream-line);
}

.page-home .hm-update__list .ph-mono{
  font-size:12px;
  letter-spacing:.08em;
  color:var(--cream-muted);
}

.page-home .hm-update__list span:last-child{
  font-size:15.5px;
  line-height:1.65;
  color:var(--brown);
}

.page-home .hm-update__media{
  margin:clamp(24px,4vw,0) 0 0;
  border:1px solid var(--cream-line);
  background:var(--brown);
}

.page-home .hm-update__media .ph-media__img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}

/* ---------- 赛事笔记 ---------- */
.page-home .hm-note-list{
  list-style:none;
  margin:clamp(24px,4vw,36px) 0 0;
  padding:0 0 10px;
  display:grid;
  gap:16px;
  grid-auto-flow:column;
  grid-auto-columns:minmax(250px,82%);
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;
}

.page-home .hm-note{
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:22px 20px;
  background:var(--hm-panel);
  border:1px solid var(--line);
  border-top:2px solid var(--violet);
  transition:border-color 160ms var(--ease), transform 160ms var(--ease);
}

.page-home .hm-note:hover{
  border-top-color:var(--cyan);
  transform:translateY(-2px);
}

.page-home .hm-note__meta{
  margin:0;
  font-size:12px;
  letter-spacing:.08em;
  color:var(--gray);
}

.page-home .hm-note__title{
  margin:0;
  font-size:1.05rem;
  font-weight:600;
  line-height:1.45;
  color:var(--mist);
}

.page-home .hm-note p{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:var(--gray);
}

.page-home .hm-note .ph-tag{
  align-self:flex-start;
  margin-top:auto;
}

.page-home .hm-notes__more{
  margin:clamp(20px,3vw,28px) 0 0;
  font-size:15px;
}

/* ---------- 团队与联系 ---------- */
.page-home .hm-team__grid{
  align-items:stretch;
}

.page-home .hm-team__stat{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:22px 20px;
  background:var(--hm-panel);
  border-top:2px solid var(--violet);
}

.page-home .hm-team__num{
  font-family:var(--font-display);
  font-size:clamp(2.6rem,7vw,4rem);
  font-weight:700;
  line-height:.9;
  color:var(--cyan);
}

.page-home .hm-team__label{
  font-size:14px;
  line-height:1.6;
  color:var(--gray);
}

.page-home .hm-team__contact{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:22px 20px;
  border:1px solid var(--line);
}

.page-home .hm-team__hours{
  margin:0;
  font-size:12px;
  letter-spacing:.08em;
  color:var(--violet-soft);
}

.page-home .hm-team__contact p{
  margin:0;
  font-size:15px;
  line-height:1.6;
}

/* ---------- 锚点与滚动 ---------- */
.page-home .ph-section[id]{
  scroll-margin-top:120px;
}

/* ---------- 断点 ---------- */
@media (min-width:600px){
  .page-home .hm-update__list li{
    grid-template-columns:minmax(0,150px) minmax(0,1fr);
    gap:6px 18px;
    align-items:baseline;
  }
}

@media (min-width:720px){
  .page-home .hm-hero__stats{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media (min-width:760px){
  .page-home .hm-steps{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (min-width:880px){
  .page-home .hm-note-list{
    grid-auto-flow:row;
    grid-template-columns:repeat(3,minmax(0,1fr));
    overflow:visible;
    padding-bottom:0;
  }
}

@media (min-width:960px){
  .page-home .hm-hero__grid{
    grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
    gap:clamp(32px,5vw,72px);
  }

  .page-home .hm-catalog__item:nth-child(2){ margin-left:18px; }
  .page-home .hm-catalog__item:nth-child(3){ margin-left:36px; }
  .page-home .hm-catalog__item:nth-child(4){ margin-left:54px; }

  .page-home .hm-catalog__item:hover{
    transform:translateX(-6px);
  }
}

@media (prefers-reduced-motion:reduce){
  .page-home .hm-catalog__item,
  .page-home .hm-note,
  .page-home .hm-mirror__side{
    transition:none;
  }

  .page-home .hm-note:hover{
    transform:none;
  }
}
<<<END>>>
