/* 成品20 · coral-reef · 浅海珊瑚厅
   浅海泡沫底 + 珊瑚/青绿/日光金/礁紫多色
   结构避开：无棋格顶条、无2×2霓虹格、无宣纸竖脊立轴、无沙浪电台 */
body.body-cherry[data-skin="coral-reef"]{
  --cr-foam:#eaf7f8;
  --cr-deep:#dff3f0;
  --cr-ink:#0f3d3e;
  --cr-soft:#245456;
  --cr-muted:#5a7a7c;
  --cr-coral:#ff6b6b;
  --cr-coral-deep:#e84b4b;
  --cr-teal:#14b8a6;
  --cr-teal-deep:#0d9488;
  --cr-sun:#f5c542;
  --cr-sun-deep:#e0a820;
  --cr-violet:#7c6aef;
  --cr-violet-deep:#5f4fd4;
  --cr-line:rgba(15,61,62,.12);
  --cr-max:1180px;
  --cr-pad:18px;
  --cr-display:"Nunito","Noto Sans SC",sans-serif;
  --cr-fun:"ZCOOL KuaiLe","Nunito","Noto Sans SC",sans-serif;
  --cr-sans:"Noto Sans SC","PingFang SC",sans-serif;
  color-scheme:light;
  background:
    radial-gradient(720px 360px at 8% -8%, rgba(255,107,107,.18), transparent 55%),
    radial-gradient(640px 320px at 92% 0%, rgba(20,184,166,.18), transparent 52%),
    radial-gradient(520px 280px at 40% 100%, rgba(124,106,239,.14), transparent 55%),
    radial-gradient(420px 220px at 78% 70%, rgba(245,197,66,.14), transparent 50%),
    linear-gradient(180deg,#f4fcfc 0%,var(--cr-foam) 40%,#e4f3ef 100%)!important;
  color:var(--cr-ink)!important;
  font-family:var(--cr-sans);
  overflow-x:clip;
}
body.body-cherry[data-skin="coral-reef"] .cr-sr,
body.body-cherry[data-skin="coral-reef"] .sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
body.body-cherry[data-skin="coral-reef"] h1,
body.body-cherry[data-skin="coral-reef"] h2,
body.body-cherry[data-skin="coral-reef"] .cr-brand strong{
  font-family:var(--cr-display);font-weight:800;letter-spacing:.02em;
}
body.body-cherry[data-skin="coral-reef"] a{color:var(--cr-teal-deep)}
body.body-cherry[data-skin="coral-reef"] a:hover{color:var(--cr-coral)}

/* 上浮气泡 + 碎光 */
.cr-bubbles{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.cr-bubbles i{
  position:absolute;left:var(--ax);bottom:-12%;
  width:var(--as);height:var(--as);
  border-radius:50%;
  background:rgba(var(--c),.35);
  box-shadow:inset -2px -2px 4px rgba(255,255,255,.55);
  animation:cr-rise var(--ad) linear var(--adelay) infinite;
}
.cr-bubbles i.star{
  border-radius:2px;
  background:transparent;
  box-shadow:none;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  background:rgba(var(--c),.55);
  animation:cr-twinkle var(--ad) ease-in-out var(--adelay) infinite,cr-rise calc(var(--ad) * 1.2) linear var(--adelay) infinite;
}
@keyframes cr-rise{
  0%{transform:translate3d(0,0,0) scale(.7);opacity:0}
  12%{opacity:.55}
  100%{transform:translate3d(var(--drift),-120vh,0) scale(1.1);opacity:0}
}
@keyframes cr-twinkle{
  0%,100%{filter:brightness(.9);opacity:.35}
  50%{filter:brightness(1.35);opacity:.8}
}
@media (prefers-reduced-motion:reduce){
  .cr-bubbles i{animation:none;bottom:auto;top:var(--ax);opacity:.25}
}

.cb-main.cr-main,header.cr-head,footer.cr-foot{position:relative;z-index:1}
body.body-cherry[data-skin="coral-reef"] .cb-main.cr-main,
body.body-cherry[data-skin="coral-reef"] main.cb-main{
  width:100%!important;max-width:var(--cr-max)!important;margin:0 auto!important;
  padding:18px max(var(--cr-pad),env(safe-area-inset-left)) 56px max(var(--cr-pad),env(safe-area-inset-right))!important;
  box-sizing:border-box!important;min-height:60vh;
}

/* ── 顶栏：波纹彩带 + 贝壳标（非棋格/非方印） ── */
body.body-cherry[data-skin="coral-reef"] header.cr-head,
body.body-cherry[data-skin="coral-reef"] header.cb-header.cr-head{
  position:sticky;top:0;z-index:90;
  width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;
  background:rgba(244,252,252,.92)!important;
  backdrop-filter:blur(10px);
  border-bottom:0!important;
  box-shadow:0 8px 24px rgba(20,184,166,.08)!important;
}
.cr-head__wave{
  height:6px;width:100%;
  background:linear-gradient(90deg,var(--cr-coral),var(--cr-sun),var(--cr-teal),var(--cr-violet),var(--cr-coral));
  background-size:200% 100%;
  animation:cr-wave 12s linear infinite;
}
@keyframes cr-wave{to{background-position:200% 0}}
@media (prefers-reduced-motion:reduce){.cr-head__wave{animation:none}}

.cr-head__bar,
body.body-cherry[data-skin="coral-reef"] .cb-header__inner.cr-head__bar{
  display:grid!important;
  grid-template-columns:minmax(140px,auto) minmax(0,1fr) minmax(200px,260px)!important;
  grid-template-areas:"brand nav search"!important;
  align-items:center!important;gap:10px 14px!important;
  width:100%!important;max-width:var(--cr-max)!important;margin:0 auto!important;
  padding:12px max(var(--cr-pad),env(safe-area-inset-left)) 12px max(var(--cr-pad),env(safe-area-inset-right))!important;
  box-sizing:border-box!important;
}
/* 压过 layout-fix 的 flex!important，避免顶栏错位 */
body.body-cherry[data-skin="coral-reef"] .cb-header__inner.cr-head__bar[class*="head__bar"]{
  display:grid!important;flex-wrap:nowrap!important;
}
.cr-brand{
  display:inline-flex!important;align-items:center;gap:10px;
  color:inherit!important;text-decoration:none;grid-area:brand;min-width:0;
}
.cr-brand__shell{
  flex:0 0 auto;width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(145deg,var(--cr-coral),var(--cr-violet));
  color:#fff;font-family:var(--cr-fun);font-size:1.05rem;line-height:1;
  box-shadow:0 6px 14px rgba(255,107,107,.28);
}
.cr-brand__text{display:flex;flex-direction:column;gap:2px;min-width:0}
.cr-brand__text strong{
  font-size:1.15rem;color:var(--cr-ink);line-height:1.15;
}
.cr-brand__text small{
  font-size:.72rem;color:var(--cr-muted);font-family:var(--cr-sans);letter-spacing:.04em;
}
.cr-nav{
  grid-area:nav;display:flex!important;flex-wrap:wrap;gap:6px;justify-content:center;
}
.cr-nav a{
  padding:7px 12px!important;border-radius:999px!important;
  background:rgba(255,255,255,.7)!important;border:1px solid var(--cr-line)!important;
  color:var(--cr-soft)!important;text-decoration:none!important;font-size:.86rem!important;
  transition:transform .15s ease,background .15s ease,border-color .15s ease;
}
.cr-nav a:nth-child(5n+1):hover{border-color:var(--cr-coral);color:var(--cr-coral)}
.cr-nav a:nth-child(5n+2):hover{border-color:var(--cr-teal);color:var(--cr-teal-deep)}
.cr-nav a:nth-child(5n+3):hover{border-color:var(--cr-sun);color:var(--cr-sun-deep)}
.cr-nav a:nth-child(5n+4):hover{border-color:var(--cr-violet);color:var(--cr-violet)}
.cr-nav a:nth-child(5n):hover{border-color:var(--cr-teal);color:var(--cr-ink)}
.cr-nav a:hover{transform:translateY(-1px);background:#fff!important}

.cr-search{
  grid-area:search;display:flex!important;align-items:stretch!important;
  border:1.5px solid rgba(20,184,166,.35)!important;border-radius:999px!important;
  overflow:hidden!important;background:#fff!important;min-width:200px;
}
.cr-search input{
  border:0!important;outline:0!important;background:transparent!important;
  padding:0 14px!important;min-height:40px!important;min-width:0!important;flex:1;
  color:var(--cr-ink)!important;
}
.cr-search button{
  border:0!important;padding:0 16px!important;min-height:40px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(135deg,var(--cr-teal),var(--cr-violet))!important;
  color:#fff!important;font-weight:700!important;cursor:pointer;line-height:1!important;
}
.cr-toggle{
  display:none!important;grid-area:toggle;
  width:40px;height:40px;border-radius:50%;border:1px solid var(--cr-line);
  background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:5px;
}
.cr-toggle span{display:block;width:16px;height:2px;background:var(--cr-ink);border-radius:1px}

@media (max-width:960px){
  .cr-head__bar,
  body.body-cherry[data-skin="coral-reef"] .cb-header__inner.cr-head__bar{
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"brand toggle" "search search"!important;
    gap:10px!important;
  }
  .cr-toggle{display:inline-flex!important}
  .cr-nav{
    display:none!important;grid-column:1/-1;
    width:100%;padding:8px 0 4px;border-top:1px dashed var(--cr-line);
  }
  .cr-nav.open{display:flex!important}
  .cr-search{width:100%!important;min-width:0}
}

/* ── 首屏：气泡湾 · 双圆叠影 + 右文案（打磨构图，避免三泡挤乱） ── */
.cr-hero{
  position:relative;
  margin:6px 0 30px!important;padding:0!important;
  border:0!important;background:transparent!important;
}
.cr-hero__bay{
  display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(0,1fr);
  gap:12px 40px;align-items:center;
  min-height:400px;
  padding:32px 36px;border-radius:32px;
  background:
    radial-gradient(420px 260px at 18% 40%, rgba(255,107,107,.12), transparent 60%),
    radial-gradient(380px 240px at 38% 70%, rgba(20,184,166,.14), transparent 62%),
    radial-gradient(300px 200px at 88% 20%, rgba(124,106,239,.1), transparent 55%),
    linear-gradient(145deg,rgba(255,255,255,.95),rgba(234,247,248,.82));
  border:1px solid rgba(20,184,166,.16);
  box-shadow:
    0 20px 48px rgba(15,61,62,.08),
    inset 0 1px 0 rgba(255,255,255,.9);
  overflow:visible;
}
.cr-hero__stack{
  position:relative;min-height:360px;height:100%;
  margin:0 auto;width:100%;max-width:420px;
  padding-bottom:64px;box-sizing:border-box;
}
.cr-hero__glow{
  position:absolute;border-radius:50%;filter:blur(18px);pointer-events:none;z-index:0;
}
.cr-hero__glow--1{
  width:58%;aspect-ratio:1;left:2%;top:12%;
  background:rgba(255,107,107,.28);
}
.cr-hero__glow--2{
  width:44%;aspect-ratio:1;right:4%;top:28%;
  background:rgba(20,184,166,.26);
}
.cr-hero__bubble{
  position:absolute;display:block;overflow:hidden;
  border-radius:50%;
  border:4px solid #fff;
  box-shadow:
    0 16px 32px rgba(15,61,62,.16),
    0 0 0 1px rgba(255,255,255,.4);
  transition:transform .25s ease,box-shadow .25s ease;
  z-index:2;
  background:#1a3a3b;
}
.cr-hero__bubble:hover{
  transform:scale(1.04) translateY(-2px);
  box-shadow:0 20px 36px rgba(15,61,62,.2);
  z-index:5;
}
.cr-hero__bubble img{
  width:100%!important;height:100%!important;object-fit:cover!important;
  display:block!important;position:absolute;inset:0;
  transform:none!important;
}
.cr-hero__bubble--a{
  width:58%;aspect-ratio:1;left:2%;top:2%;
  border-color:#ffb4b4;
  animation:cr-float-a 5.5s ease-in-out infinite;
}
.cr-hero__bubble--b{
  width:42%;aspect-ratio:1;right:4%;top:18%;
  border-color:#7dddd2;
  z-index:3;
  animation:cr-float-b 6.2s ease-in-out infinite;
}
/* 第三枚也是圆形海报（不再做成空心渐变播放钮） */
.cr-hero__bubble--c{
  width:26%;aspect-ratio:1;left:38%;top:58%;
  border-color:#c9b8ff!important;
  z-index:4;
  background:#1a3a3b!important;
  animation:cr-float-c 4.8s ease-in-out infinite;
}
.cr-hero__bubble--c img{display:block!important}
.cr-hero__bubble--c span{display:none!important}
.cr-hero__cap{
  position:absolute;left:0;right:0;bottom:0;z-index:7;
  max-width:100%;margin:0;padding:10px 14px;border-radius:14px;
  background:rgba(15,61,62,.82);backdrop-filter:blur(8px);
  color:#fff;font-size:.78rem;line-height:1.4;
  box-shadow:0 8px 18px rgba(15,61,62,.25);
  pointer-events:none;
}
.cr-hero__cap strong{display:block;font-size:.9rem;margin-bottom:2px;color:#fff}
@keyframes cr-float-a{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
@keyframes cr-float-b{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(7px)}
}
@keyframes cr-float-c{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-6px) scale(1.04)}
}
.cr-hero__copy{
  padding:12px 4px 12px 0;
  display:flex;flex-direction:column;justify-content:center;
  min-height:280px;
}
.cr-hero__kicker{
  display:inline-flex;align-items:center;gap:8px;align-self:flex-start;
  margin:0 0 14px;padding:7px 14px;border-radius:999px;
  background:linear-gradient(90deg,rgba(255,107,107,.18),rgba(20,184,166,.14));
  color:var(--cr-coral-deep);font-size:.84rem;font-weight:700;letter-spacing:.1em;
  box-shadow:inset 0 0 0 1px rgba(255,107,107,.12);
}
.cr-hero__copy h1{
  margin:0 0 14px;font-size:clamp(2rem,4.2vw,2.85rem);line-height:1.12;
  color:var(--cr-ink);letter-spacing:.02em;
}
.cr-hero__desc{
  margin:0 0 22px;color:var(--cr-muted);line-height:1.75;max-width:28em;font-size:1.02rem;
}
.cr-hero__cta{display:flex;flex-wrap:wrap;gap:12px}
.cr-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 22px;border-radius:999px;font-weight:700;text-decoration:none!important;
  border:1.5px solid transparent;transition:transform .15s ease,box-shadow .15s ease;
  min-height:44px;
}
.cr-btn:hover{transform:translateY(-2px)}
.cr-btn--hot{
  background:linear-gradient(135deg,var(--cr-coral),var(--cr-sun))!important;
  color:#fff!important;box-shadow:0 10px 22px rgba(255,107,107,.32);
}
.cr-btn--ghost{
  background:#fff!important;border-color:rgba(20,184,166,.4)!important;
  color:var(--cr-teal-deep)!important;
  box-shadow:0 6px 14px rgba(20,184,166,.1);
}
@media (prefers-reduced-motion:reduce){
  .cr-hero__bubble--a,.cr-hero__bubble--b,.cr-hero__bubble--c{animation:none}
}
@media (max-width:900px){
  .cr-hero__bay{
    grid-template-columns:1fr;padding:20px 18px 22px;gap:14px;min-height:0;
  }
  .cr-hero__stack{min-height:300px;order:2;max-width:360px;padding-bottom:58px}
  .cr-hero__copy{order:1;padding:4px 2px 4px;min-height:0}
  .cr-hero__bubble--a{width:56%;left:4%;top:2%}
  .cr-hero__bubble--b{width:40%;right:4%;top:16%}
  .cr-hero__bubble--c{width:24%;left:40%;top:56%}
  .cr-hero__cap{position:absolute;left:0;right:0;bottom:0;max-width:100%}
}

/* ── 区块与卡片：泡泡竖卡 3/4 + 五彩底边 ── */
.cr-sec-head,body.body-cherry[data-skin="coral-reef"] .cb-section__head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin:0 0 16px!important;padding:0 0 2px!important;
  border:0!important;border-bottom:0!important;
}
.cr-sec-head h2,body.body-cherry[data-skin="coral-reef"] .cb-section__head h2{
  margin:0;font-size:1.35rem;
  background:linear-gradient(90deg,var(--cr-teal-deep),var(--cr-violet));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
body.body-cherry[data-skin="coral-reef"] .cb-section__dot{
  background:linear-gradient(135deg,var(--cr-coral),var(--cr-sun))!important;
  box-shadow:0 0 0 3px rgba(255,107,107,.18)!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-section.cr-section,
body.body-cherry[data-skin="coral-reef"] .cb-section{
  margin:0 0 32px!important;padding:0!important;background:transparent!important;border:0!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-section--synopsis{
  padding:18px 20px!important;border-radius:18px!important;
  background:#fff!important;border:1px solid rgba(20,184,166,.14)!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-section--synopsis h2{
  margin:0 0 10px;font-size:1.15rem;color:var(--cr-ink);
}
body.body-cherry[data-skin="coral-reef"] .cb-synopsis{
  margin:0;color:var(--cr-muted);line-height:1.75;
}
/* 只约束真正的片单网格，勿用 [class*="grid"] 误伤横卡 / 分类湾 */
body.body-cherry[data-skin="coral-reef"] .cb-grid,
body.body-cherry[data-skin="coral-reef"] .movie-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px 14px!important;
  width:100%!important;max-width:100%!important;
  align-items:stretch!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-grid--related{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
@media (max-width:1100px){
  body.body-cherry[data-skin="coral-reef"] .cb-grid:not(.cb-grid--related),
  body.body-cherry[data-skin="coral-reef"] .movie-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  body.body-cherry[data-skin="coral-reef"] .cb-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:860px){
  body.body-cherry[data-skin="coral-reef"] .cb-grid:not(.cb-grid--related),
  body.body-cherry[data-skin="coral-reef"] .movie-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.body-cherry[data-skin="coral-reef"] .cb-grid--related{grid-template-columns:1fr!important}
}
@media (max-width:560px){
  body.body-cherry[data-skin="coral-reef"] .cb-grid:not(.cb-grid--related),
  body.body-cherry[data-skin="coral-reef"] .movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 10px!important}
}

body.body-cherry[data-skin="coral-reef"] .cb-card.cr-card,
body.body-cherry[data-skin="coral-reef"] article.cb-card:not(.cb-card--row){
  background:#fff!important;border:1px solid rgba(20,184,166,.12)!important;
  border-radius:22px 22px 16px 16px!important;
  overflow:hidden!important;box-shadow:0 10px 22px rgba(15,61,62,.06)!important;
  transition:transform .18s ease,box-shadow .18s ease;
  height:100%;min-width:0!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card.cr-card:hover,
body.body-cherry[data-skin="coral-reef"] article.cb-card:not(.cb-card--row):hover{
  transform:translateY(-4px);box-shadow:0 16px 28px rgba(20,184,166,.14)!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__link:not(.cb-card__link--row){
  display:flex;flex-direction:column;height:100%;color:inherit!important;text-decoration:none!important;
}
body.body-cherry[data-skin="coral-reef"] .cr-card__frame,
body.body-cherry[data-skin="coral-reef"] .cb-card__frame{
  position:relative!important;aspect-ratio:3/4!important;overflow:hidden!important;
  border-radius:20px 20px 0 0!important;background:#1a3a3b!important;
  width:100%!important;flex:0 0 auto;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__frame img{
  width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;
  position:absolute!important;inset:0!important;aspect-ratio:auto!important;
  max-width:none!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__badge{
  position:absolute;left:10px;top:10px;z-index:3;
  padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;
  background:rgba(255,255,255,.92);color:var(--cr-coral-deep)!important;
}
/* 海报播放钮：仅悬停轻显，不遮住封面 */
body.body-cherry[data-skin="coral-reef"] .cb-card__frame > img{
  z-index:0!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__overlay,
body.body-cherry[data-skin="coral-reef"] .cb-card .cb-card__overlay{
  display:grid!important;place-items:center!important;
  position:absolute!important;inset:0!important;z-index:2!important;
  background:rgba(15,61,62,.2)!important;
  opacity:0!important;visibility:visible!important;
  pointer-events:none!important;
  transition:opacity .2s ease;
}
body.body-cherry[data-skin="coral-reef"] .cb-card:hover .cb-card__overlay{
  opacity:1!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__play{
  display:grid!important;place-items:center!important;
  width:44px!important;height:44px!important;
  border-radius:50%!important;
  border:2px solid #c9b8ff!important;
  background:linear-gradient(145deg,#6b7ef5 0%,#3ecfc2 100%)!important;
  box-shadow:0 8px 18px rgba(61,95,200,.28)!important;
  color:transparent!important;font-size:0!important;line-height:0!important;
  text-indent:-999px!important;overflow:hidden!important;position:relative!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__play::before{
  content:""!important;
  position:absolute!important;left:50%!important;top:50%!important;
  width:0!important;height:0!important;
  border-style:solid!important;
  border-width:7px 0 7px 12px!important;
  border-color:transparent transparent transparent #ff6b6b!important;
  transform:translate(-35%,-50%)!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__body{
  padding:12px 12px 14px!important;display:flex;flex-direction:column;gap:6px;flex:1;
  border-top:3px solid var(--cr-edge,var(--cr-coral));
}
body.body-cherry[data-skin="coral-reef"] .cb-card:nth-child(5n+1){--cr-edge:var(--cr-coral)}
body.body-cherry[data-skin="coral-reef"] .cb-card:nth-child(5n+2){--cr-edge:var(--cr-teal)}
body.body-cherry[data-skin="coral-reef"] .cb-card:nth-child(5n+3){--cr-edge:var(--cr-sun)}
body.body-cherry[data-skin="coral-reef"] .cb-card:nth-child(5n+4){--cr-edge:var(--cr-violet)}
body.body-cherry[data-skin="coral-reef"] .cb-card:nth-child(5n){--cr-edge:var(--cr-teal-deep)}
body.body-cherry[data-skin="coral-reef"] .cb-card__body h3{
  margin:0;font-size:.98rem;line-height:1.35;color:var(--cr-ink)!important;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  word-break:keep-all;overflow-wrap:normal;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__meta{
  margin:0;display:flex;flex-wrap:wrap;gap:6px;font-size:.75rem;color:var(--cr-muted)!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__year{color:var(--cr-teal-deep)!important;font-weight:700}

/* 相关推荐横卡：恢复横向，勿被竖卡规则压扁 */
body.body-cherry[data-skin="coral-reef"] .cb-card--row{
  border-radius:16px!important;overflow:hidden!important;height:auto!important;
  background:#fff!important;border:1px solid rgba(20,184,166,.14)!important;
  box-shadow:0 8px 18px rgba(15,61,62,.06)!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card--row:hover{transform:translateY(-2px)}
body.body-cherry[data-skin="coral-reef"] .cb-card__link--row,
body.body-cherry[data-skin="coral-reef"] .cb-card--row .cb-card__link{
  display:flex!important;flex-direction:row!important;align-items:stretch!important;
  height:auto!important;gap:0!important;color:inherit!important;text-decoration:none!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__thumb-sm{
  flex:0 0 108px!important;width:108px!important;min-height:144px!important;
  position:relative!important;overflow:hidden!important;
  background:#1a3a3b!important;aspect-ratio:3/4!important;
  border-radius:0!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card__thumb-sm img{
  position:absolute!important;inset:0!important;
  width:100%!important;height:100%!important;max-width:none!important;
  object-fit:cover!important;object-position:center top!important;
  aspect-ratio:auto!important;border:0!important;border-radius:0!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-card--row .cb-card__body{
  flex:1!important;min-width:0!important;padding:12px 14px!important;
  border-top:0!important;justify-content:center!important;
  border-left:3px solid var(--cr-edge,var(--cr-coral));
}
body.body-cherry[data-skin="coral-reef"] .cb-card--row .cb-card__badge{
  left:8px;top:8px;font-size:.65rem;padding:3px 8px;
}

/* 分类湾 */
.cr-pagehead{margin:8px 0 22px}
.cr-pagehead h1{margin:8px 0 10px;font-size:clamp(1.6rem,3vw,2.2rem)}
.cr-pagehead p{margin:0;color:var(--cr-muted);line-height:1.7}
.cr-catgrid{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;
}
@media (max-width:960px){.cr-catgrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:560px){.cr-catgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.cr-cat{
  display:flex;flex-direction:column;gap:6px;padding:18px 16px;
  border-radius:22px;text-decoration:none!important;color:inherit!important;
  background:#fff;border:1px solid var(--cr-line);
  box-shadow:0 8px 18px rgba(15,61,62,.05);
  transition:transform .15s ease,border-color .15s ease;
}
.cr-cat:hover{transform:translateY(-3px)}
.cr-cat strong{font-family:var(--cr-display);font-size:1.05rem}
.cr-cat span{font-size:.82rem;color:var(--cr-muted)}
.cr-cat--1{border-top:4px solid var(--cr-coral)}
.cr-cat--2{border-top:4px solid var(--cr-teal)}
.cr-cat--3{border-top:4px solid var(--cr-sun)}
.cr-cat--4{border-top:4px solid var(--cr-violet)}
.cr-cat--5{border-top:4px solid var(--cr-teal-deep)}

/* ── 播放页：贝壳坞 ── */
body.body-cherry[data-skin="coral-reef"] .cr-play,
body.body-cherry[data-skin="coral-reef"] section.cb-watch.cr-play{
  display:grid!important;gap:18px!important;
  margin:0 0 28px!important;padding:0!important;background:transparent!important;border:0!important;
}
.cr-play__screen,
body.body-cherry[data-skin="coral-reef"] .cb-watch__player.cr-play__screen{
  border-radius:22px!important;overflow:hidden!important;
  background:#0b2425!important;
  border:1px solid rgba(20,184,166,.25)!important;
  box-shadow:0 16px 36px rgba(15,61,62,.18)!important;
}
.cr-play__bar,
body.body-cherry[data-skin="coral-reef"] .cb-watch__bar.cr-play__bar{
  display:flex!important;align-items:center;justify-content:space-between;gap:10px;
  padding:12px 16px!important;
  background:linear-gradient(90deg,rgba(255,107,107,.95),rgba(20,184,166,.9),rgba(124,106,239,.9))!important;
  color:#fff!important;
}
.cr-play__bar h1{margin:0;font-size:1.05rem;color:#fff!important}
.cr-play__bar .cb-watch__badge{
  padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.2);font-size:.75rem;
}
body.body-cherry[data-skin="coral-reef"] video#movie-player{
  width:100%;max-width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:contain;
  background:#000;-webkit-playsinline:true;
}
.cr-play__shell,
body.body-cherry[data-skin="coral-reef"] .cb-watch__info.cr-play__shell{
  display:grid!important;grid-template-columns:168px minmax(0,1fr)!important;gap:20px!important;
  align-items:center!important;
  padding:20px!important;border-radius:22px!important;
  background:#fff!important;
  border:1px solid rgba(20,184,166,.16)!important;
  box-shadow:0 12px 28px rgba(15,61,62,.07)!important;
  border-left:5px solid var(--cr-coral)!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-watch__poster{
  position:relative!important;width:100%!important;margin:0!important;
  border-radius:16px!important;overflow:hidden!important;
  aspect-ratio:3/4!important;background:#1a3a3b!important;
  box-shadow:0 8px 18px rgba(15,61,62,.12);
}
body.body-cherry[data-skin="coral-reef"] .cb-watch__poster img{
  position:absolute!important;inset:0!important;
  width:100%!important;height:100%!important;max-width:none!important;
  object-fit:cover!important;object-position:center top!important;
  display:block!important;aspect-ratio:auto!important;
  border:0!important;border-radius:0!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-watch__meta{min-width:0}
body.body-cherry[data-skin="coral-reef"] .cb-watch__meta h2{margin:0 0 12px;font-size:1.3rem;color:var(--cr-ink)!important}
body.body-cherry[data-skin="coral-reef"] .cb-watch__facts{
  list-style:none;margin:0 0 14px;padding:0;display:flex;flex-wrap:wrap;gap:8px;
}
body.body-cherry[data-skin="coral-reef"] .cb-watch__facts li{
  display:inline-flex!important;align-items:center;gap:4px;
  padding:6px 12px;border-radius:999px;background:var(--cr-deep);font-size:.82rem;
  border:0!important;border-bottom:0!important;color:var(--cr-ink);
}
body.body-cherry[data-skin="coral-reef"] .cb-watch__facts em{
  font-style:normal;margin-right:4px;color:var(--cr-teal-deep);font-weight:700;min-width:0!important;
}
body.body-cherry[data-skin="coral-reef"] .cb-watch__desc{
  margin:0 0 16px;color:var(--cr-muted);line-height:1.75;
  display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important;
}
@media (max-width:700px){
  .cr-play__shell,
  body.body-cherry[data-skin="coral-reef"] .cb-watch__info.cr-play__shell{
    grid-template-columns:1fr!important;justify-items:center;text-align:center;
  }
  body.body-cherry[data-skin="coral-reef"] .cb-watch__poster{
    max-width:180px;width:100%;
  }
  body.body-cherry[data-skin="coral-reef"] .cb-watch__facts{justify-content:center}
  body.body-cherry[data-skin="coral-reef"] .cb-watch__meta{width:100%}
}

/* ── 页脚：浪线 + 深海底 ── */
body.body-cherry[data-skin="coral-reef"] footer.cr-foot,
body.body-cherry[data-skin="coral-reef"] footer.cb-foot.cr-foot{
  margin-top:40px!important;padding:0!important;
  background:linear-gradient(180deg,#0f3d3e 0%,#0a2c2d 100%)!important;
  color:rgba(255,255,255,.82)!important;border:0!important;
}
.cr-foot__wave{
  height:18px;width:100%;
  background:
    radial-gradient(18px 12px at 18px 18px,transparent 17px,rgba(234,247,248,1) 18px) repeat-x,
    radial-gradient(18px 12px at 0 18px,rgba(234,247,248,1) 17px,transparent 18px) repeat-x;
  background-size:36px 18px;
  background-position:0 -10px,18px -10px;
  transform:translateY(-1px);
}
.cr-foot__inner{
  max-width:var(--cr-max);margin:0 auto;
  padding:28px max(var(--cr-pad),env(safe-area-inset-left)) 18px max(var(--cr-pad),env(safe-area-inset-right));
}
.cr-foot__logo{
  display:inline-block;font-family:var(--cr-display);font-size:1.25rem;font-weight:800;
  color:#fff!important;text-decoration:none!important;margin-bottom:8px;
}
.cr-foot__tag{margin:0 0 16px;color:rgba(255,255,255,.62);line-height:1.7;max-width:42em}
.cr-foot__nav{display:flex;flex-wrap:wrap;gap:8px}
.cr-foot__nav a{
  padding:7px 12px;border-radius:999px;text-decoration:none!important;
  background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:.85rem;
  border-left:3px solid var(--cr-coral);
}
.cr-foot__nav a:nth-child(5n+2){border-left-color:var(--cr-teal)}
.cr-foot__nav a:nth-child(5n+3){border-left-color:var(--cr-sun)}
.cr-foot__nav a:nth-child(5n+4){border-left-color:var(--cr-violet)}
.cr-foot__nav a:nth-child(5n){border-left-color:#5eead4}
.cr-foot__bar{
  max-width:var(--cr-max);margin:0 auto;
  padding:14px max(var(--cr-pad),env(safe-area-inset-left)) 20px max(var(--cr-pad),env(safe-area-inset-right));
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;
  border-top:1px solid rgba(255,255,255,.1);
  font-size:12px;color:rgba(255,255,255,.45);box-sizing:border-box;
}

body.body-cherry[data-skin="coral-reef"] .cb-crumb{
  margin:0 0 14px;display:flex;flex-wrap:wrap;gap:6px;align-items:center;
  font-size:.86rem;color:var(--cr-muted);
}
body.body-cherry[data-skin="coral-reef"] .cb-btn--primary{
  background:linear-gradient(135deg,var(--cr-coral),var(--cr-sun-deep))!important;
  color:#fff!important;border-radius:999px!important;border:0!important;
}
body.body-cherry[data-skin="coral-reef"] .image-off{opacity:.45;filter:grayscale(.2)}

/* 跨端 */
@supports (padding:max(0px)){
  body.body-cherry[data-skin="coral-reef"] header.cr-head{padding-top:env(safe-area-inset-top)}
  body.body-cherry[data-skin="coral-reef"] footer.cr-foot{padding-bottom:env(safe-area-inset-bottom)}
}
body.body-cherry[data-skin="coral-reef"] .cr-search input,
body.body-cherry[data-skin="coral-reef"] .cr-search button,
body.body-cherry[data-skin="coral-reef"] .cr-btn,
body.body-cherry[data-skin="coral-reef"] .cr-nav a{
  -webkit-tap-highlight-color:transparent;touch-action:manipulation;
}
@media (prefers-reduced-motion:reduce){
  body.body-cherry[data-skin="coral-reef"] .cb-card.cr-card:hover{transform:none}
}

/* pack20-cross · 跨端触摸与安全区 */
@supports (padding: max(0px)) {
  body.body-cherry[data-skin="coral-reef"] header.cr-head{
    padding-top:env(safe-area-inset-top);
  }
  body.body-cherry[data-skin="coral-reef"] footer.cr-foot{
    padding-bottom:env(safe-area-inset-bottom);
  }
}
body.body-cherry[data-skin="coral-reef"] .cr-search input,
body.body-cherry[data-skin="coral-reef"] .cr-search button,
body.body-cherry[data-skin="coral-reef"] .cr-btn,
body.body-cherry[data-skin="coral-reef"] .cr-nav a,
body.body-cherry[data-skin="coral-reef"] .cr-toggle{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
body.body-cherry[data-skin="coral-reef"] video#movie-player{
  width:100%;max-width:100%;height:auto;display:block;
  aspect-ratio:16/9;object-fit:contain;background:#000;
  -webkit-playsinline:true;
}
@media (max-width:480px){
  body.body-cherry[data-skin="coral-reef"] .cb-card__body h3{
    font-size:.9rem!important;line-height:1.35!important;
  }
  body.body-cherry[data-skin="coral-reef"] .cr-brand__text small{max-width:9.5em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  body.body-cherry[data-skin="coral-reef"] .cr-hero__copy h1{font-size:clamp(1.65rem,7vw,2.2rem)!important}
}
