.page-home{
  --home-red:#E01414;
  --home-red-hot:#FF3B30;
  --home-gold:#F5B83D;
  --home-gold-dim:#C9912A;
  --home-ink:#F5F5F5;
  --home-dim:#A0A0B8;
  --home-bg:#0B0B0F;
  --home-bg2:#14141A;
  --home-bg3:#1D1D27;
  --home-line:#E84949;
  --home-num:"Inter","Roboto",system-ui,sans-serif;
  --home-body:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
}
.page-home *{
  box-sizing:border-box;
}
.page-home ul,
.page-home ol,
.page-home p,
.page-home h1,
.page-home h2,
.page-home h3,
.page-home figure,
.page-home img,
.page-home small,
.page-home button{
  margin:0;
  padding:0;
}
.page-home ul,
.page-home ol{
  list-style:none;
}
.page-home a:focus-visible,
.page-home button:focus-visible{
  outline:2px solid var(--home-gold);
  outline-offset:2px;
}
.page-home .breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding-top:24px;
  padding-bottom:4px;
  font-size:13px;
  color:var(--home-dim);
}
.page-home .breadcrumbs a{
  color:var(--home-dim);
  text-decoration:none;
  transition:color .2s;
}
.page-home .breadcrumbs a:hover{
  color:var(--home-red);
}
.page-home .breadcrumbs [aria-current="page"]{
  color:var(--home-ink);
}
.page-home .home-hero{
  position:relative;
  padding:16px 0 56px;
}
@media(min-width:900px){
  .page-home .home-hero{
    padding:24px 0 80px;
  }
}
.page-home .home-hero-grid{
  display:grid;
  gap:24px;
}
@media(min-width:1024px){
  .page-home .home-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,2.6fr);
    gap:clamp(24px,3vw,48px);
    align-items:start;
  }
}
.page-home .home-index{
  padding:18px;
  background:rgba(20,20,26,.72);
  border-top:3px solid var(--home-red);
}
@media(min-width:1024px){
  .page-home .home-index{
    position:sticky;
    top:calc(var(--header-h,68px) + 24px);
    z-index:2;
  }
}
.page-home .chapter-index-title{
  font-size:12px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--home-dim);
  margin-bottom:10px;
}
.page-home .home-index .chapter-index-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 8px;
  color:var(--home-ink);
  text-decoration:none;
  border-left:2px solid transparent;
  transition:border-color .2s,background-color .2s,color .2s;
}
.page-home .home-index .chapter-index-link:hover,
.page-home .home-index .chapter-index-link[data-active]{
  border-left-color:var(--home-red);
  background:rgba(224,20,20,.08);
  color:var(--home-red);
}
.page-home .chapter-index-num{
  font-family:var(--home-num);
  font-size:12px;
  font-weight:600;
  color:var(--home-gold);
}
.page-home .home-index-note{
  margin-top:14px;
  padding-left:8px;
  font-size:11px;
  color:var(--home-dim);
}
.page-home .home-dashboard{
  position:relative;
  overflow:hidden;
  padding:16px;
  background:radial-gradient(circle at 85% 20%,rgba(224,20,20,.28),transparent 42%),radial-gradient(circle at 20% 85%,rgba(245,184,61,.15),transparent 40%),var(--home-bg2);
}
@media(min-width:900px){
  .page-home .home-dashboard{
    padding:40px 44px;
  }
}
.page-home .home-dashboard-media{
  position:absolute;
  inset:0;
  opacity:.28;
}
.page-home .home-dashboard-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(11,11,15,.1),rgba(11,11,15,.96) 92%);
}
.page-home .home-dashboard-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.page-home .home-dashboard-lines{
  position:absolute;
  inset:0;
  opacity:.18;
  pointer-events:none;
  z-index:1;
}
.page-home .home-dashboard-content{
  position:relative;
  z-index:2;
}
.page-home .home-eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--home-gold);
}
.page-home .home-eyebrow::before{
  content:"";
  width:28px;
  height:4px;
  background:linear-gradient(90deg,var(--home-red),var(--home-gold));
  clip-path:polygon(0 0,calc(100% - 4px) 0,100% 100%,4px 100%);
}
.page-home .home-title{
  font-size:clamp(28px,4.5vw,46px);
  font-weight:900;
  line-height:1.08;
  letter-spacing:-.01em;
  color:var(--home-ink);
}
.page-home .home-title-cn{
  display:block;
}
.page-home .home-title-accent{
  display:inline-block;
  margin-top:10px;
  font-size:.72em;
  font-weight:900;
  letter-spacing:.12em;
  color:var(--home-red);
}
.page-home .home-title-accent::after{
  content:"";
  display:block;
  height:6px;
  margin-top:8px;
  background:repeating-linear-gradient(90deg,var(--home-red) 0 28px,var(--home-gold) 28px 36px,transparent 36px 44px);
}
.page-home .home-lead{
  margin-top:18px;
  max-width:560px;
  font-size:14px;
  line-height:1.8;
  color:var(--home-dim);
}
@media(min-width:900px){
  .page-home .home-lead{
    font-size:15px;
  }
}
.page-home .dashboard-widget{
  margin-top:28px;
  padding:16px;
  background:rgba(20,20,26,.86);
  border:1px solid rgba(232,73,73,.28);
  border-left:3px solid var(--home-red);
  backdrop-filter:blur(6px);
  clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px));
}
@media(min-width:900px){
  .page-home .dashboard-widget{
    padding:24px;
  }
}
.page-home .dashboard-widget-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}
.page-home .dashboard-widget-head-note{
  font-size:12px;
  letter-spacing:.05em;
  color:var(--home-dim);
}
.page-home .dashboard-widget-body{
  display:grid;
  gap:18px;
}
@media(min-width:900px){
  .page-home .dashboard-widget-body{
    grid-template-columns:190px 1fr;
  }
}
@media(min-width:1280px){
  .page-home .dashboard-widget-body{
    grid-template-columns:180px 1fr 1.2fr;
  }
}
.page-home .dashboard-gauge{
  position:relative;
  width:176px;
  margin:0 auto;
  aspect-ratio:1;
}
.page-home .dashboard-gauge-svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.page-home .dashboard-gauge-track{
  stroke:var(--home-bg3);
  stroke-width:10;
}
.page-home .dashboard-gauge-progress{
  stroke:var(--home-red);
  stroke-width:10;
  stroke-linecap:round;
  stroke-dasharray:285 427;
  transform:rotate(-90deg);
  transform-origin:center;
}
.page-home .dashboard-gauge-center{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  text-align:center;
}
.page-home .dashboard-gauge-num{
  font-family:var(--home-num);
  font-size:44px;
  font-weight:800;
  line-height:1;
  color:var(--home-ink);
}
.page-home .dashboard-gauge-unit{
  font-size:14px;
  font-weight:700;
  color:var(--home-red);
}
.page-home .dashboard-gauge-label{
  font-size:11px;
  line-height:1.4;
  color:var(--home-dim);
  max-width:100px;
}
.page-home .dashboard-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  align-content:center;
}
.page-home .dashboard-metric{
  min-width:0;
  border-left:2px solid var(--home-line);
  padding-left:12px;
}
.page-home .dashboard-metric-num{
  display:block;
  font-family:var(--home-num);
  font-size:clamp(24px,4vw,36px);
  font-weight:800;
  line-height:1.1;
  color:var(--home-ink);
}
.page-home .dashboard-metric-label{
  display:block;
  margin-top:6px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.05em;
  color:var(--home-red);
}
.page-home .dashboard-metric small{
  display:block;
  margin-top:4px;
  font-size:11px;
  line-height:1.5;
  color:var(--home-dim);
}
@media(min-width:900px) and (max-width:1279px){
  .page-home .dashboard-bars{
    grid-column:1 / -1;
  }
}
@media(min-width:1280px){
  .page-home .dashboard-bars{
    grid-column:auto;
  }
}
.page-home .dashboard-bars{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 16px;
  padding-top:16px;
  border-top:1px solid rgba(232,73,73,.25);
}
@media(min-width:1600px){
  .page-home .dashboard-bars{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
.page-home .dashboard-bar-item{
  display:grid;
  grid-template-columns:auto minmax(40px,1fr) auto;
  align-items:center;
  gap:8px;
  min-width:0;
}
.page-home .dashboard-bar-caption{
  font-size:12px;
  font-weight:600;
  color:var(--home-ink);
}
.page-home .dashboard-bar-track{
  display:block;
  height:6px;
  background:var(--home-bg3);
  overflow:hidden;
}
.page-home .dashboard-bar-fill{
  display:block;
  width:100%;
  height:100%;
  background:linear-gradient(90deg,var(--home-red),var(--home-gold));
}
.page-home .dashboard-bar-fill.fill-gold{
  background:linear-gradient(90deg,var(--home-gold),var(--home-red));
}
.page-home .dashboard-bar-status{
  font-family:var(--home-num);
  font-size:11px;
  font-weight:600;
  color:var(--home-dim);
}
.page-home .dashboard-bars-note{
  grid-column:1 / -1;
  padding-top:6px;
  font-size:11px;
  color:var(--home-dim);
}
.page-home .home-chapter{
  padding:56px 0;
  border-top:1px solid rgba(232,73,73,.35);
  scroll-margin-top:calc(var(--header-h,68px) + 12px);
}
@media(min-width:900px){
  .page-home .home-chapter{
    padding:88px 0;
  }
}
.page-home .home-chapter-grid{
  display:grid;
  gap:22px 40px;
}
@media(min-width:1024px){
  .page-home .home-chapter-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,2.6fr);
  }
}
.page-home .chapter-label{
  display:block;
  font-family:var(--home-num);
  font-size:12px;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--home-red);
}
.page-home .chapter-title{
  margin-top:8px;
  font-size:clamp(22px,3vw,32px);
  font-weight:900;
  line-height:1.2;
  color:var(--home-ink);
}
.page-home .chapter-note{
  margin-top:12px;
  font-size:13px;
  line-height:1.7;
  color:var(--home-dim);
}
.page-home .home-channel-grid{
  display:grid;
  gap:16px;
}
@media(min-width:768px){
  .page-home .home-channel-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
.page-home .home-channel-card{
  position:relative;
  padding:20px;
  background:var(--home-bg2);
  border-bottom:2px solid var(--home-line);
  box-shadow:var(--shadow-1);
  transition:border-color .2s,transform .2s;
}
.page-home .home-channel-card:hover{
  border-bottom-color:var(--home-gold);
  transform:translateY(-2px);
}
.page-home .home-channel-num{
  display:block;
  font-family:var(--home-num);
  font-size:14px;
  font-weight:800;
  color:var(--home-gold);
}
.page-home .home-channel-card h3{
  margin-top:10px;
  font-size:17px;
  font-weight:900;
  color:var(--home-ink);
}
.page-home .home-channel-card p{
  margin-top:8px;
  font-size:13px;
  line-height:1.7;
  color:var(--home-dim);
}
.page-home .home-channel-figure{
  margin-top:20px;
}
.page-home .home-media-box{
  display:block;
  width:100%;
  overflow:hidden;
  background:var(--home-bg3);
}
.page-home .home-media-box img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  object-fit:cover;
}
.page-home .home-channel-figure img{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.page-home .home-core-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
@media(min-width:900px){
  .page-home .home-core-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
  }
}
.page-home .home-core-card{
  padding:18px;
  background:var(--home-bg2);
  border-top:3px solid var(--home-red);
  box-shadow:var(--shadow-1);
}
.page-home .home-core-num{
  display:block;
  font-family:var(--home-num);
  font-size:clamp(26px,3.4vw,40px);
  font-weight:800;
  line-height:1;
  color:var(--home-ink);
}
.page-home .home-core-label{
  display:block;
  margin-top:12px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  color:var(--home-red);
}
.page-home .home-core-card p{
  margin-top:10px;
  font-size:12px;
  line-height:1.7;
  color:var(--home-dim);
}
.page-home .home-core-strip{
  display:grid;
  gap:12px;
  margin-top:20px;
  padding:18px;
  background:var(--home-bg2);
  border-left:3px solid var(--home-red);
  box-shadow:var(--shadow-1);
}
@media(min-width:768px){
  .page-home .home-core-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }
}
.page-home .home-core-strip div{
  font-size:13px;
  line-height:1.6;
  color:var(--home-dim);
}
.page-home .home-core-strip strong{
  display:block;
  font-family:var(--home-num);
  font-size:22px;
  font-weight:800;
  line-height:1.2;
  color:var(--home-ink);
}
.page-home .home-live-list{
  border-top:1px solid rgba(232,73,73,.35);
}
.page-home .home-live-item{
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-areas:"tag time" "body body";
  gap:10px 16px;
  padding:18px 0;
  border-bottom:1px solid rgba(232,73,73,.35);
}
@media(min-width:768px){
  .page-home .home-live-item{
    grid-template-columns:120px minmax(0,1fr) auto;
    grid-template-areas:"tag .page-home time";
    align-items:baseline;
  }
}
.page-home .home-live-tag{
  grid-area:tag;
  display:inline-block;
  padding:4px 10px;
  background:rgba(224,20,20,.12);
  color:var(--home-red);
  font-size:12px;
  font-weight:700;
  letter-spacing:.05em;
}
.page-home .home-live-time{
  grid-area:time;
  justify-self:end;
  font-family:var(--home-num);
  font-size:12px;
  font-weight:600;
  color:var(--home-gold);
}
@media(min-width:768px){
  .page-home .home-live-time{
    justify-self:auto;
  }
}
.page-home .home-live-body{
  grid-area:body;
}
.page-home .home-live-body h3{
  font-size:16px;
  font-weight:900;
  color:var(--home-ink);
}
.page-home .home-live-body p{
  margin-top:4px;
  font-size:13px;
  line-height:1.7;
  color:var(--home-dim);
}
.page-home .home-paths-grid{
  display:grid;
  gap:20px;
}
@media(min-width:900px){
  .page-home .home-paths-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
  }
}
.page-home .home-path-card{
  display:flex;
  flex-direction:column;
  background:var(--home-bg2);
  border-top:3px solid var(--home-red);
  box-shadow:var(--shadow-1);
  transition:transform .2s,border-color .2s;
}
.page-home .home-path-card:hover{
  transform:translateY(-2px);
  border-top-color:var(--home-gold);
}
.page-home .home-path-card-body{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:20px;
  flex:1;
}
.page-home .home-path-card-body h3{
  font-size:18px;
  font-weight:900;
  line-height:1.35;
  color:var(--home-ink);
}
.page-home .home-path-card-body p{
  font-size:13px;
  line-height:1.7;
  color:var(--home-dim);
}
.page-home .home-path-card-mobile .home-media-box{
  max-height:320px;
}
.page-home .home-path-visual{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:180px;
  text-align:center;
  color:var(--home-ink);
}
.page-home .home-path-visual-scorer{
  background:linear-gradient(135deg,rgba(224,20,20,.28),rgba(11,11,15,.96));
}
.page-home .home-path-visual-watchlist{
  background:linear-gradient(135deg,rgba(245,184,61,.18),rgba(11,11,15,.96));
}
.page-home .home-path-visual-num{
  font-family:var(--home-num);
  font-size:58px;
  font-weight:800;
  line-height:1;
}
.page-home .home-path-visual-unit{
  font-size:12px;
  letter-spacing:.1em;
  color:var(--home-dim);
}
.page-home .btn{
  display:inline-block;
  padding:12px 20px;
  font-family:var(--home-body);
  font-size:13px;
  font-weight:700;
  letter-spacing:.05em;
  text-decoration:none;
  cursor:pointer;
  border:1px solid transparent;
  transition:background-color .2s,color .2s,border-color .2s;
}
.page-home .btn-primary{
  color:#fff;
  background:var(--home-red);
  clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));
}
.page-home .btn-primary:hover{
  background:var(--home-red-hot);
}
.page-home .btn-outline{
  color:var(--home-gold);
  border-color:rgba(245,184,61,.55);
  background:transparent;
}
.page-home .btn-outline:hover{
  border-color:var(--home-gold);
  background:rgba(245,184,61,.08);
}
.page-home .home-filter{
  margin-top:2px;
}
.page-home .accordion-trigger{
  appearance:none;
  background:none;
  border:0;
  padding:8px 0;
  font-family:var(--home-body);
  font-size:13px;
  font-weight:700;
  color:var(--home-red);
  cursor:pointer;
}
.page-home .accordion-trigger::after{
  content:"＋";
  margin-left:8px;
}
.page-home .accordion-trigger[aria-expanded="true"]::after{
  content:"－";
}
.page-home .accordion-panel{
  padding-top:8px;
}
.page-home .home-filter-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.page-home .home-filter-list li{
  padding:6px 10px;
  font-size:12px;
  color:var(--home-ink);
  background:var(--home-bg3);
}
.page-home .home-bottom-cta{
  padding:28px 0;
  border-top:1px solid rgba(232,73,73,.35);
  background:linear-gradient(135deg,rgba(224,20,20,.16),transparent 55%),var(--home-bg2);
}
.page-home .home-bottom-cta-inner{
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:center;
  justify-content:space-between;
}
@media(min-width:768px){
  .page-home .home-bottom-cta-inner{
    flex-direction:row;
  }
}
.page-home .home-bottom-cta-text{
  font-size:14px;
  font-weight:700;
  color:var(--home-ink);
}
.page-home .home-bottom-cta-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
}
.page-home .home-bottom-cta-links a{
  font-size:14px;
  font-weight:600;
  color:var(--home-gold);
  text-decoration:none;
  transition:color .2s;
}
.page-home .home-bottom-cta-links a:hover{
  color:var(--home-red-hot);
}
