/* home-polish · 13 */
.cpop-banner{
  display:block!important;margin:0 0 20px;padding:0;border-radius:16px;overflow:hidden;
  background:linear-gradient(135deg,#eff6ff,#fff 55%,#fff1f2);border:1px solid #bfdbfe;
}
.cpop-banner__row{
  display:flex!important;align-items:center;justify-content:center;
  gap:40px;padding:22px 26px;grid-template-columns:none!important;
}
.cpop-banner__copy,.cpop-banner__content{max-width:420px;min-width:0;flex:0 1 420px}
.cpop-banner__kicker{
  display:inline-block;margin-bottom:10px;padding:4px 10px;border-radius:999px;
  background:#dc2626;color:#fff;font-size:.72rem;font-weight:800;
}
.cpop-banner h1{
  margin:0 0 10px;font-size:clamp(1.6rem,3vw,2.1rem);line-height:1.15;color:#1e3a8a;font-weight:900;
}
.cpop-banner p{margin:0 0 16px;color:#64748b;line-height:1.65;max-width:32em;font-size:.95rem}
.cpop-banner__actions{display:flex;flex-wrap:wrap;gap:10px}

.cpop-banner__visual{margin:0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px}
.cpop-banner__visual-stage{position:relative;display:flex;justify-content:center;align-items:flex-end}
.cpop-banner__visual-item{
  position:relative;padding:0;border:0;background:none;cursor:pointer;
  border-radius:12px;overflow:hidden;display:block;
  transition:transform .28s ease,box-shadow .28s ease,opacity .28s ease,filter .28s ease;
}
.cpop-banner__visual-item img{display:block;width:100%;height:100%;object-fit:cover;border-radius:12px}
.cpop-banner__visual-item:focus-visible{outline:2px solid #60a5fa;outline-offset:3px}
.cpop-banner__visual-name{
  position:absolute;left:0;right:0;bottom:0;padding:14px 8px 6px;
  font-size:.72rem;font-weight:700;color:#fff;text-align:left;
  background:linear-gradient(transparent,rgba(0,0,0,.78));
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  opacity:0;transition:opacity .28s ease;
}
.cpop-banner__visual-item.is-active .cpop-banner__visual-name{opacity:1}
.cpop-banner__visual-go{
  display:inline-block;padding:6px 16px;border-radius:999px;
  background:#2563eb;color:#fff!important;font-size:.76rem;font-weight:800;
  text-decoration:none;transition:transform .2s ease,filter .2s ease;
}
.cpop-banner__visual-go:hover{transform:translateY(-1px);filter:brightness(1.08)}

.cpop-banner__visual{flex:0 0 300px;width:300px}
.cpop-banner__visual-stage{width:300px;height:220px;display:block}
.cpop-banner__visual-item{
  position:absolute;bottom:10px;left:50%;width:112px;height:158px;
  transform-origin:50% 100%;box-shadow:0 12px 26px rgba(30,58,138,.28);
  --x:0px;--rot:0deg;--lift:0px;--sc:1;
  transform:translateX(calc(-50% + var(--x))) rotate(var(--rot)) translateY(var(--lift)) scale(var(--sc));
}
.cpop-banner__visual-item img{height:158px}
.cpop-banner__visual-item[data-hero-item="0"]{--x:-70px;--rot:-15deg;--lift:8px;z-index:1}
.cpop-banner__visual-item[data-hero-item="1"]{--x:0px;--rot:0deg;z-index:2}
.cpop-banner__visual-item[data-hero-item="2"]{--x:70px;--rot:15deg;--lift:8px;z-index:1}
.cpop-banner__visual-item.is-active{
  --lift:-12px;--sc:1.06;z-index:5;
  box-shadow:0 0 0 3px #60a5fa,0 20px 38px rgba(30,58,138,.28);
}

.cpop-banner__visual-name{color:#fff}
@media(max-width:800px){
  .cpop-banner__visual,.cpop-banner__visual-stage{width:100%;flex:1 1 auto}
}

.cpop-banner__visual-item img{background:#e2e8f0}
.cpop-banner__cards{display:none!important}
.cpop-shelf__head{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}
.cpop-shelf__head h2{margin:0;font-size:1.15rem;font-weight:900}
.cpop-shelf__head a{color:#2563eb!important;font-weight:700}
.cpop-shelf__grid{
  display:grid!important;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important;
  gap:14px!important;width:100%!important;
}
.cpop-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}
.cpop-card__poster{position:relative;margin:0;aspect-ratio:3/4;background:#e2e8f0}
.cpop-card__poster img{width:100%;height:100%;object-fit:cover}
.cpop-card__badge{
  position:absolute;left:8px;top:8px;background:#facc15;color:#854d0e;
  font-size:11px;font-weight:900;padding:2px 8px;border-radius:999px;
}
.cpop-card__bar{padding:8px 9px 10px}
.cpop-card__bar h3{
  margin:0 0 5px;font-size:.88rem;line-height:1.3;
  display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;
}
.cpop-card__tags{display:flex}
.cpop-card__tag--gold{background:#fef3c7!important;color:#92400e!important}

/* 卡片副信息改成一行灰字，去掉碎标签 */
[class*="card__meta"],[class*="card__tags"],.lp-card__body > p{
  display:block!important;margin:0!important;max-width:100%;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important;
  color:#94a3b8!important;font-size:.72rem!important;line-height:1.3;
}
[class*="card__meta"] span,[class*="card__tags"] span,.lp-card__body > p span{
  display:inline!important;padding:0!important;border:0!important;border-radius:0!important;
  background:transparent!important;color:inherit!important;font-size:inherit!important;font-weight:600!important;
  max-width:none!important;white-space:nowrap!important;
}
[class*="card__meta"] span + span::before,
[class*="card__tags"] span + span::before,
.lp-card__body > p span + span::before{content:" · ";color:#cbd5e1}
[data-nav-toggle],.cp-nav-toggle,.lp-toggle,.hc-burger,.cpop-nav-toggle{display:none!important}
@media (max-width:900px){
  [data-nav-toggle],.cp-nav-toggle,.lp-toggle,.hc-burger,.cpop-nav-toggle{
    display:inline-flex!important;align-items:center;justify-content:center;
  }
}
form[role="search"] input,form[class*="search"] input,
.cp-search input,.lp-search input,.hc-search input,.cpop-search input{
  max-width:none!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;
}

@media (max-width:900px){
  .cpop-head__inner{flex-wrap:wrap}
  .cpop-tabs{order:4;width:100%;padding-top:4px}
  .cpop-search input{width:110px}
}
@media (max-width:800px){
  .cpop-banner__row{flex-wrap:wrap;padding:20px 16px;justify-content:flex-start}
  .cpop-banner__visual{display:none}
  .cpop-banner__content,.cpop-banner__copy{max-width:none;flex:1 1 auto}
  .cpop-tabs{
    display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;
    overflow-x:auto!important;max-height:none!important;
  }
  .cpop-shelf__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
}
