.page-home{
  --hp-card-bg:#111B2C;
  --hp-card-bg2:#0E1625;
  --hp-border:rgba(244,247,251,0.08);
  --hp-green:#23C686;
  background:var(--ff-deep);
  color:var(--ff-text);
  overflow-x:hidden;
}

.page-home .section{
  padding:72px 0;
}

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

.page-home .section-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:0.82rem;
  font-weight:700;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--ff-orange);
  margin:0 0 14px;
}

.page-home .section-kicker::before{
  content:"";
  width:28px;
  height:2px;
  background:var(--ff-orange);
}

.page-home .section-title{
  font-size:clamp(1.7rem, 4vw, 2.6rem);
  font-weight:900;
  line-height:1.2;
  margin:0 0 14px;
  color:var(--ff-white);
}

.page-home .section-summary{
  font-size:1.02rem;
  line-height:1.8;
  color:var(--ff-muted);
  max-width:780px;
  margin:0;
}

.page-home .btn-ghost{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,79,0,0.5);
  color:var(--ff-orange);
  background:rgba(255,79,0,0.06);
  transition:background 0.3s var(--ff-ease), color 0.3s var(--ff-ease), transform 0.3s var(--ff-ease);
}

.page-home .btn-ghost:hover{
  background:rgba(255,79,0,0.14);
  color:var(--ff-orange);
  transform:translateY(-2px);
}

.page-home .text-link{
  color:var(--ff-blue);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:6px;
  transition:color 0.3s var(--ff-ease);
}

.page-home .text-link:hover{
  color:var(--ff-orange);
}

/* ===== 首屏：分屏布局 ===== */
.page-home .home-hero{
  position:relative;
  padding:56px 0 72px;
  overflow:hidden;
}

.page-home .home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(112deg, rgba(255,79,0,0.24), transparent 42%, transparent 60%, rgba(0,180,216,0.08)),
    linear-gradient(180deg, rgba(11,15,25,0.4), var(--ff-deep));
}

.page-home .home-hero::after{
  content:"";
  position:absolute;
  bottom:-6%;
  right:-10%;
  width:44%;
  height:60%;
  pointer-events:none;
  transform:skewX(-12deg);
  background:repeating-linear-gradient(
    -45deg,
    transparent 0 14px,
    rgba(255,79,0,0.08) 14px 16px,
    transparent 16px 30px
  );
}

.page-home .home-hero-inner{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:44px;
}

@media (min-width:1024px){
  .page-home .home-hero-inner{
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    align-items:center;
    gap:64px;
  }
}

.page-home .home-hero-left{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:24px;
}

.page-home .breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:0.85rem;
  color:var(--ff-muted);
}

.page-home .breadcrumb-current{
  font-weight:600;
}

.page-home .breadcrumb-separator{
  color:rgba(244,247,251,0.35);
}

.page-home .home-hero-title{
  font-size:clamp(2rem, 6vw, 3.9rem);
  font-weight:900;
  font-style:italic;
  line-height:1.08;
  letter-spacing:-0.02em;
  color:var(--ff-white);
  margin:0;
  position:relative;
}

.page-home .home-hero-title::after{
  content:"";
  display:block;
  width:120px;
  height:6px;
  margin-top:24px;
  background:linear-gradient(90deg, var(--ff-orange), var(--ff-purple), transparent);
}

.page-home .home-hero-desc{
  font-size:1rem;
  line-height:1.9;
  max-width:560px;
  color:var(--ff-text);
  opacity:0.92;
  margin:0;
}

.page-home .home-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

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

.page-home .hero-stat{
  background:rgba(255,255,255,0.04);
  border-left:3px solid var(--ff-orange);
  padding:14px 20px;
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:120px;
}

.page-home .hero-stat:nth-child(2){
  border-color:var(--ff-blue);
}

.page-home .hero-stat:nth-child(3){
  border-color:var(--ff-green);
}

.page-home .hero-stat-num{
  font-family:var(--ff-mono);
  font-size:1.9rem;
  font-weight:800;
  color:var(--ff-orange);
  line-height:1;
}

.page-home .hero-stat:nth-child(2) .hero-stat-num{
  color:var(--ff-blue);
}

.page-home .hero-stat:nth-child(3) .hero-stat-num{
  color:var(--ff-green);
}

.page-home .hero-stat-label{
  font-size:0.78rem;
  color:var(--ff-muted);
}

.page-home .home-hero-right{
  position:relative;
}

.page-home .hero-cover{
  margin:0;
  position:relative;
  overflow:hidden;
  background:var(--ff-deep);
  clip-path:polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}

.page-home .hero-cover::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(255,79,0,0.28), transparent 40%, rgba(0,180,216,0.12));
  mix-blend-mode:screen;
}

.page-home .hero-cover-image{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  transform:scale(1.04) rotate(-1.2deg);
}

.page-home .hero-cover-badge{
  position:absolute;
  right:24px;
  bottom:24px;
  z-index:2;
  background:var(--ff-orange);
  color:var(--ff-white);
  font-weight:900;
  padding:10px 18px;
  font-size:0.9rem;
  letter-spacing:0.06em;
  box-shadow:var(--ff-glow);
}

/* ===== 新版核心变化 + 主题筛选 ===== */
.page-home .home-topics{
  border-top:1px solid var(--hp-border);
  border-bottom:1px solid var(--hp-border);
  background:
    linear-gradient(180deg, var(--ff-deep), #0D1420 30%, var(--ff-deep));
}

.page-home .tf-shell{
  position:relative;
  margin-top:40px;
}

.page-home .tf-radio{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.page-home .tf-labels{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:26px;
}

.page-home .tf-label{
  cursor:pointer;
  padding:10px 22px;
  border:1px solid rgba(244,247,251,0.14);
  background:rgba(255,255,255,0.02);
  color:var(--ff-muted);
  font-size:0.9rem;
  font-weight:700;
  transition:all 0.3s var(--ff-ease);
  clip-path:polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.page-home .tf-label:hover{
  border-color:var(--ff-orange);
  color:var(--ff-orange);
}

.page-home .tf-radio:focus-visible ~ .tf-labels .tf-label{
  outline:2px dashed var(--ff-blue);
  outline-offset:4px;
}

.page-home #tf-all:checked ~ .tf-labels .tl-all,
.page-home #tf-poss:checked ~ .tf-labels .tl-poss,
.page-home #tf-league:checked ~ .tf-labels .tl-league,
.page-home #tf-compare:checked ~ .tf-labels .tl-compare{
  background:var(--ff-orange);
  color:var(--ff-white);
  border-color:var(--ff-orange);
  box-shadow:var(--ff-glow);
}

.page-home .tf-cards{
  display:grid;
  gap:18px;
}

@media (min-width:768px){
  .page-home .tf-cards{
    grid-template-columns:repeat(3,1fr);
  }
}

.page-home .change-card{
  position:relative;
  background:var(--hp-card-bg);
  border:1px solid var(--hp-border);
  padding:28px 26px 32px;
  display:flex;
  flex-direction:column;
  gap:14px;
  overflow:hidden;
}

.page-home .change-card::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:3px;
  background:var(--ff-orange);
}

.page-home .change-card.cc-compare::before{
  background:var(--ff-blue);
}

.page-home .change-card.cc-league::before{
  background:var(--ff-green);
}

.page-home .change-card::after{
  content:"";
  position:absolute;
  right:-24px;
  top:-24px;
  width:96px;
  height:96px;
  background:radial-gradient(circle, rgba(255,79,0,0.16), transparent 70%);
}

.page-home .cc-compare::after{
  background:radial-gradient(circle, rgba(0,180,216,0.16), transparent 70%);
}

.page-home .cc-league::after{
  background:radial-gradient(circle, rgba(14,124,102,0.2), transparent 70%);
}

.page-home .change-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.page-home .change-card-index{
  font-family:var(--ff-mono);
  font-size:1.6rem;
  font-weight:800;
  color:rgba(244,247,251,0.22);
}

.page-home .tag-orange{
  color:var(--ff-orange);
  border-color:rgba(255,79,0,0.35);
  background:rgba(255,79,0,0.12);
}

.page-home .tag-blue{
  color:var(--ff-blue);
  border-color:rgba(0,180,216,0.35);
  background:rgba(0,180,216,0.1);
}

.page-home .tag-green{
  color:var(--hp-green);
  border-color:rgba(35,198,134,0.3);
  background:rgba(35,198,134,0.1);
}

.page-home .change-card-title{
  font-size:1.18rem;
  font-weight:900;
  color:var(--ff-white);
  margin:0;
}

.page-home .change-card-text{
  font-size:0.95rem;
  line-height:1.8;
  color:var(--ff-muted);
  margin:0;
  flex:1;
}

.page-home .change-card-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:0.92rem;
  font-weight:700;
  color:var(--ff-blue);
  text-decoration:none;
  transition:color 0.3s var(--ff-ease), gap 0.3s var(--ff-ease);
}

.page-home .change-card-link:hover{
  color:var(--ff-orange);
  gap:12px;
}

.page-home #tf-poss:checked ~ .tf-cards .change-card:not(.cc-poss),
.page-home #tf-league:checked ~ .tf-cards .change-card:not(.cc-league),
.page-home #tf-compare:checked ~ .tf-cards .change-card:not(.cc-compare){
  display:none;
}

/* ===== 控球率实时统计 ===== */
.page-home .home-possession{
  background:var(--ff-deep);
}

.page-home .home-possession-inner{
  display:flex;
  flex-direction:column;
  gap:48px;
}

@media (min-width:1024px){
  .page-home .home-possession-inner{
    display:grid;
    grid-template-columns:0.95fr 1.05fr;
    align-items:center;
    gap:72px;
  }
}

.page-home .possession-visual{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
}

.page-home .possession-ring{
  --ring-angle:53%;
  width:min(280px, 72vw);
  height:min(280px, 72vw);
  border-radius:50%;
  background:conic-gradient(
    var(--ff-orange) 0 var(--ring-angle),
    rgba(244,247,251,0.12) var(--ring-angle) 100%
  );
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  transition:filter 0.4s var(--ff-ease), box-shadow 0.4s var(--ff-ease);
}

.page-home .possession-ring:hover{
  filter:drop-shadow(0 0 20px rgba(255,79,0,0.22));
}

.page-home .possession-ring::before{
  content:"";
  position:absolute;
  inset:32px;
  border-radius:50%;
  background:var(--ff-deep);
  box-shadow:0 0 0 1px rgba(244,247,251,0.06), 0 12px 40px rgba(0,0,0,0.4);
}

.page-home .possession-ring-center{
  position:relative;
  z-index:1;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.page-home .possession-value{
  font-family:var(--ff-mono);
  font-size:clamp(3rem, 10vw, 4.2rem);
  font-weight:900;
  line-height:1;
  color:var(--ff-orange);
}

.page-home .possession-unit{
  font-size:1.4rem;
  font-weight:700;
  color:var(--ff-text);
  margin-top:4px;
}

.page-home .possession-caption{
  margin-top:10px;
  font-size:0.86rem;
  color:var(--ff-muted);
}

.page-home .possession-tip{
  margin-top:16px;
  display:inline-block;
  padding:6px 12px;
  font-size:0.78rem;
  font-weight:700;
  color:var(--ff-blue);
  background:rgba(0,180,216,0.1);
  opacity:0;
  transform:translateY(8px);
  transition:all 0.35s var(--ff-ease);
}

.page-home .possession-ring:hover .possession-tip,
.page-home .possession-ring:focus-within .possession-tip{
  opacity:1;
  transform:translateY(0);
}

.page-home .possession-figure{
  margin:0;
  width:100%;
}

.page-home .possession-figure img{
  width:100%;
  height:auto;
  object-fit:cover;
  border:1px solid var(--hp-border);
  background:var(--hp-card-bg);
}

.page-home .possession-figcaption{
  font-size:0.8rem;
  color:var(--ff-muted);
  margin-top:8px;
  padding-left:12px;
  border-left:3px solid var(--ff-orange);
}

.page-home .possession-content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
}

.page-home .possession-lead{
  font-size:1.02rem;
  line-height:1.9;
  color:var(--ff-text);
  opacity:0.88;
  margin:0;
}

.page-home .possession-features{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}

.page-home .possession-features li{
  position:relative;
  padding-left:26px;
  color:var(--ff-muted);
  line-height:1.65;
}

.page-home .possession-features li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.35em;
  width:14px;
  height:3px;
  background:var(--ff-orange);
  transform:skewX(-24deg);
}

/* ===== 数据对照更新 ===== */
.page-home .home-compare{
  border-top:1px solid var(--hp-border);
  border-bottom:1px solid var(--hp-border);
}

.page-home .compare-panel{
  position:relative;
  background:
    linear-gradient(135deg, rgba(0,180,216,0.08), transparent 40%),
    var(--hp-card-bg2);
  border:1px solid var(--hp-border);
  padding:36px 24px;
  clip-path:polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

@media (min-width:768px){
  .page-home .compare-panel{
    padding:52px 56px;
  }
}

.page-home .compare-head{
  max-width:840px;
}

.page-home .compare-into{
  color:var(--ff-muted);
  line-height:1.9;
  margin:0 0 28px;
}

.page-home .compare-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1px;
  background:var(--hp-border);
  margin-bottom:28px;
}

@media (min-width:640px){
  .page-home .compare-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

.page-home .compare-card{
  background:rgba(11,15,25,0.92);
  padding:20px 22px;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.page-home .compare-field{
  font-weight:800;
  color:var(--ff-white);
}

.page-home .compare-desc{
  font-size:0.92rem;
  color:var(--ff-muted);
}

.page-home .compare-freq{
  align-self:flex-start;
  margin-top:6px;
  font-family:var(--ff-mono);
  font-size:0.75rem;
  font-weight:700;
  color:var(--ff-blue);
  background:rgba(0,180,216,0.1);
  padding:4px 10px;
}

.page-home .compare-notes{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.page-home .compare-notes p{
  margin:0;
  max-width:720px;
  color:var(--ff-muted);
  font-size:0.95rem;
  line-height:1.8;
}

/* ===== 多联赛索引覆盖 ===== */
.page-home .home-league{
  background:var(--ff-deep);
}

.page-home .home-league-grid{
  display:flex;
  flex-direction:column;
  gap:44px;
}

@media (min-width:1024px){
  .page-home .home-league-grid{
    display:grid;
    grid-template-columns:1.2fr 0.8fr;
    align-items:center;
    gap:64px;
  }
}

.page-home .league-head{
  margin-bottom:24px;
}

.page-home .league-lead{
  color:var(--ff-muted);
  line-height:1.8;
  margin:0 0 28px;
  max-width:720px;
}

.page-home .league-index-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-bottom:26px;
}

@media (min-width:600px){
  .page-home .league-index-grid{
    grid-template-columns:repeat(4,1fr);
  }
}

.page-home .league-chip{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:48px;
  padding:10px 12px;
  font-size:0.86rem;
  font-weight:800;
  color:var(--ff-text);
  background:linear-gradient(135deg, rgba(255,79,0,0.18), rgba(255,79,0,0.03));
  border:1px solid rgba(255,79,0,0.24);
  transform:skewX(-5deg);
}

.page-home .league-chip:nth-child(3n+2){
  background:linear-gradient(135deg, rgba(0,180,216,0.16), rgba(0,180,216,0.02));
  border-color:rgba(0,180,216,0.22);
}

.page-home .league-chip:nth-child(3n+3){
  background:linear-gradient(135deg, rgba(106,63,191,0.2), rgba(106,63,191,0.03));
  border-color:rgba(106,63,191,0.3);
}

.page-home .league-chip.more{
  grid-column:1/-1;
  color:var(--ff-orange);
  font-family:var(--ff-mono);
  border-style:dashed;
}

.page-home .league-note{
  font-size:0.85rem;
  color:var(--ff-muted);
  margin-bottom:24px;
}

.page-home .league-figure{
  margin:0;
  position:relative;
}

.page-home .league-figure img{
  width:100%;
  height:auto;
  object-fit:cover;
  border:1px solid var(--hp-border);
}

.page-home .league-figure figcaption{
  margin-top:10px;
  font-size:0.8rem;
  color:var(--ff-muted);
  border-left:3px solid var(--ff-green);
  padding-left:12px;
}

/* ===== 赛前阵容核对 ===== */
.page-home .home-check{
  background:linear-gradient(180deg, var(--ff-deep), #111A29);
}

.page-home .check-panel{
  border:1px solid var(--hp-border);
  background:linear-gradient(145deg, rgba(255,79,0,0.06), rgba(0,180,216,0.05));
  padding:36px 24px;
}

@media (min-width:768px){
  .page-home .check-panel{
    padding:52px 56px;
  }
}

.page-home .check-head{
  max-width:760px;
  margin-bottom:36px;
}

.page-home .check-lead{
  color:var(--ff-muted);
  line-height:1.8;
  margin:0;
}

.page-home .check-steps{
  list-style:none;
  margin:0 0 32px;
  padding:0;
  display:grid;
  gap:18px;
}

@media (min-width:768px){
  .page-home .check-steps{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (min-width:1200px){
  .page-home .check-steps{
    grid-template-columns:repeat(4,1fr);
  }
}

.page-home .check-step{
  display:flex;
  gap:18px;
  align-items:flex-start;
  padding:18px;
  background:rgba(11,15,25,0.55);
  border-left:3px solid var(--ff-orange);
  transition:transform 0.3s var(--ff-ease), background 0.3s var(--ff-ease);
}

.page-home .check-step:hover{
  transform:translateX(6px);
  background:rgba(11,15,25,0.85);
}

.page-home .check-step:nth-child(2){
  border-color:var(--ff-blue);
}

.page-home .check-step:nth-child(3){
  border-color:var(--ff-purple);
}

.page-home .check-step:nth-child(4){
  border-color:var(--ff-green);
}

.page-home .step-num{
  font-family:var(--ff-mono);
  font-size:1.4rem;
  font-weight:900;
  color:var(--ff-orange);
  line-height:1;
  padding-top:4px;
  min-width:42px;
}

.page-home .check-step:nth-child(2) .step-num{
  color:var(--ff-blue);
}

.page-home .check-step:nth-child(3) .step-num{
  color:var(--ff-purple);
}

.page-home .check-step:nth-child(4) .step-num{
  color:var(--ff-green);
}

.page-home .step-body h3{
  margin:0 0 6px;
  font-size:1.06rem;
  color:var(--ff-white);
  font-weight:800;
}

.page-home .step-body p{
  margin:0;
  font-size:0.93rem;
  color:var(--ff-muted);
  line-height:1.7;
}

/* ===== 品牌更新日志 ===== */
.page-home .home-changelog{
  background:var(--ff-deep);
}

.page-home .home-changelog-inner{
  display:flex;
  flex-direction:column;
  gap:48px;
}

@media (min-width:1024px){
  .page-home .home-changelog-inner{
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:72px;
    align-items:start;
  }
}

.page-home .changelog-head{
  margin-bottom:28px;
}

.page-home .changelog-lead{
  color:var(--ff-muted);
  line-height:1.8;
  margin:0;
  max-width:680px;
}

.page-home .changelog-list{
  list-style:none;
  margin:34px 0 32px;
  padding:0;
  position:relative;
  display:grid;
  gap:32px;
}

.page-home .changelog-list::before{
  content:"";
  position:absolute;
  left:7px;
  top:6px;
  bottom:6px;
  width:2px;
  background:linear-gradient(180deg, var(--ff-orange), var(--ff-purple) 70%, var(--ff-blue));
}

.page-home .changelog-item{
  position:relative;
  padding-left:34px;
  animation:homeChangelogFade 0.6s var(--ff-ease) both;
}

.page-home .changelog-item:nth-child(1){
  animation-delay:0.08s;
}

.page-home .changelog-item:nth-child(2){
  animation-delay:0.2s;
}

.page-home .changelog-item:nth-child(3){
  animation-delay:0.32s;
}

@keyframes homeChangelogFade{
  from{
    opacity:0;
    transform:translateY(14px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.page-home .changelog-item::before{
  content:"";
  position:absolute;
  left:2px;
  top:6px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--ff-orange);
  box-shadow:0 0 0 4px rgba(255,79,0,0.16), 0 0 14px rgba(255,79,0,0.4);
}

.page-home .changelog-item:nth-child(2)::before{
  background:var(--ff-purple);
  box-shadow:0 0 0 4px rgba(106,63,191,0.2), 0 0 14px rgba(106,63,191,0.4);
}

.page-home .changelog-item:nth-child(3)::before{
  background:var(--ff-blue);
  box-shadow:0 0 0 4px rgba(0,180,216,0.2), 0 0 14px rgba(0,180,216,0.4);
}

.page-home .changelog-version{
  font-family:var(--ff-mono);
  font-size:1.1rem;
  font-weight:900;
  color:var(--ff-orange);
  letter-spacing:0.05em;
}

.page-home .changelog-item:nth-child(2) .changelog-version{
  color:var(--ff-purple);
}

.page-home .changelog-item:nth-child(3) .changelog-version{
  color:var(--ff-blue);
}

.page-home .changelog-title{
  margin:4px 0 8px;
  font-size:1.12rem;
  font-weight:900;
  color:var(--ff-white);
}

.page-home .changelog-text{
  margin:0 0 8px;
  font-size:0.93rem;
  line-height:1.75;
  color:var(--ff-muted);
}

.page-home .changelog-phase{
  display:inline-block;
  font-size:0.76rem;
  font-weight:700;
  color:var(--ff-orange);
  background:rgba(255,79,0,0.1);
  padding:4px 12px;
  clip-path:polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.page-home .changelog-aside{
  display:flex;
  flex-direction:column;
  gap:24px;
}

.page-home .changelog-figure{
  margin:0;
  position:relative;
}

.page-home .changelog-figure img{
  width:100%;
  height:auto;
  object-fit:cover;
  border:1px solid var(--hp-border);
}

.page-home .changelog-figure figcaption{
  margin-top:10px;
  font-size:0.82rem;
  color:var(--ff-muted);
  line-height:1.6;
  border-left:3px solid var(--ff-orange);
  padding-left:12px;
}

.page-home .changelog-cert{
  background:linear-gradient(135deg, rgba(0,180,216,0.08), rgba(106,63,191,0.08));
  border:1px solid rgba(0,180,216,0.2);
  padding:20px;
  display:flex;
  align-items:center;
  gap:14px;
}

.page-home .cert-badge{
  background:var(--ff-deep);
  border:1px solid var(--ff-blue);
  color:var(--ff-blue);
  font-family:var(--ff-mono);
  font-weight:800;
  font-size:0.82rem;
  padding:8px 12px;
}

.page-home .changelog-cert p{
  margin:0;
  font-size:0.86rem;
  color:var(--ff-muted);
}

/* ===== 首页收束声明 ===== */
.page-home .home-trust{
  border-top:1px solid var(--hp-border);
  background:linear-gradient(90deg, rgba(255,79,0,0.14), transparent), var(--ff-deep);
}

.page-home .home-trust-inner{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:20px;
}

@media (min-width:768px){
  .page-home .home-trust-inner{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
}

.page-home .home-trust-text{
  font-size:clamp(1.1rem, 3vw, 1.5rem);
  font-weight:800;
  line-height:1.6;
  max-width:820px;
  margin:0;
  color:var(--ff-white);
}
