/* site-craft · 站11 · 潮汐青瓷 · 冷调多色居中首屏
   （异于站10莓果暖粉竖飘 / 站9极光夜场 / 站7波普黄纸） */
:root{
  --tw-celadon:#2a9d8f;
  --tw-tide:#0e7490;
  --tw-foam:#48cae4;
  --tw-glaze:#d4a373;
  --tw-lilac:#7c6a9a;
  --tw-porcelain:#f4faf8;
  --tw-sheet:#eef8f5;
  --tw-ink:#264653;
  --tw-muted:#5f7a76;
  --tw-max:1120px;
  --tw-pad:20px;
  --tw-serif:"Noto Serif SC","Songti SC","STSong",serif;
  --tw-sans:"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  --lf-max:1120px;
  --lf-pad:20px;
  color-scheme:light;
}

body.hc-body[data-variant="celadon-tide"]{
  margin:0;min-height:100vh;
  color:var(--tw-ink)!important;
  font-family:var(--tw-sans);
  background:
    radial-gradient(780px 420px at 12% -10%, rgba(72,202,228,.22), transparent 56%),
    radial-gradient(640px 360px at 88% 4%, rgba(42,157,143,.18), transparent 52%),
    radial-gradient(520px 300px at 70% 100%, rgba(212,163,115,.14), transparent 55%),
    radial-gradient(480px 280px at 18% 90%, rgba(124,106,154,.1), transparent 50%),
    linear-gradient(180deg,#f7fcfb 0%, var(--tw-porcelain) 42%, #e8f4f1 100%)!important;
  -webkit-font-smoothing:antialiased;overflow-x:clip;
}

/* ===== 横向潮汐漂浮呼吸星点（异于站10垂直上飘） ===== */
body.hc-body .tw-stars{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
body.hc-body .tw-stars i{
  position:absolute;left:var(--lx);top:var(--ly);
  width:var(--s);height:var(--s);border-radius:50%;
  background:radial-gradient(circle at 30% 30%, #fff, rgb(var(--c)));
  box-shadow:0 0 12px rgba(var(--c),.5);
  opacity:.22;
  animation:tw-tide var(--d) ease-in-out infinite, tw-breathe var(--bd) ease-in-out infinite;
  animation-delay:var(--delay), var(--bdelay);
}
body.hc-body .tw-stars i.tw-stars__spark{
  border-radius:2px;
  transform:rotate(45deg);
  box-shadow:0 0 14px rgba(72,202,228,.45);
}
@keyframes tw-tide{
  0%,100%{transform:translate3d(0,0,0) scale(.8);opacity:.12}
  35%{opacity:.7}
  50%{transform:translate3d(var(--dx), var(--dy), 0) scale(1.2);opacity:.5}
  100%{transform:translate3d(calc(var(--dx) * .15), calc(var(--dy) * -.4), 0) scale(.85);opacity:.18}
}
@keyframes tw-breathe{
  0%,100%{filter:brightness(1)}
  50%{filter:brightness(1.55)}
}
@media (prefers-reduced-motion:reduce){
  body.hc-body .tw-stars i{animation:none!important;opacity:.32}
}

body.hc-body .hc-head,
body.hc-body .hc-main,
body.hc-body .hc-foot{position:relative;z-index:1}
body.hc-body .hc-main{
  max-width:var(--tw-max)!important;width:100%!important;margin:0 auto!important;
  padding:20px max(var(--tw-pad), env(safe-area-inset-left)) 56px max(var(--tw-pad), env(safe-area-inset-right))!important;
  box-sizing:border-box!important;
}
body.hc-body h1,body.hc-body h2,body.hc-body .hc-head__brand,body.hc-body .tw-logo__name{
  font-family:var(--tw-serif)!important;
}

/* ===== 头：居中品牌灯塔 + 底下一行潮汐导航（异于站10双行左对齐画廊台） ===== */
body.hc-body .hc-head.tw-head{
  position:sticky;top:0;z-index:50;
  background:rgba(244,250,248,.9)!important;
  backdrop-filter:blur(16px) saturate(1.15);
  -webkit-backdrop-filter:blur(16px) saturate(1.15);
  border-bottom:none!important;
  box-shadow:none!important;
}
body.hc-body .tw-head::after{
  content:"";display:block;height:3px;
  background:linear-gradient(90deg, transparent, var(--tw-foam), var(--tw-celadon), var(--tw-glaze), var(--tw-lilac), transparent);
  opacity:.85;
}
body.hc-body .hc-head__search-row{
  border-bottom:none!important;
  background:transparent!important;
}
body.hc-body .tw-head__beacon{
  max-width:var(--tw-max);margin:0 auto;
  padding:10px max(var(--tw-pad), env(safe-area-inset-left)) 4px max(var(--tw-pad), env(safe-area-inset-right));
  display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;
}
body.hc-body .tw-logo{
  display:inline-flex;align-items:center;gap:12px;color:var(--tw-ink)!important;text-decoration:none!important;
}
body.hc-body .tw-logo__mark,
body.hc-body .hc-head__mark.tw-logo__mark{
  width:44px!important;height:44px!important;border-radius:50%!important;
  display:grid!important;place-items:center;
  background:
    conic-gradient(from 210deg, var(--tw-celadon), var(--tw-foam), var(--tw-glaze), var(--tw-lilac), var(--tw-celadon))!important;
  color:#fff!important;font-family:var(--tw-serif);font-weight:700;font-size:1.15rem;
  box-shadow:0 8px 22px rgba(14,116,144,.28)!important;
}
body.hc-body .tw-logo__name{font-size:1.35rem;font-weight:700;letter-spacing:.02em;color:var(--tw-ink)}
body.hc-body .tw-logo__em{
  display:block;margin-top:2px;font-size:.78rem;font-weight:600;
  color:var(--tw-tide);letter-spacing:.08em;
}
body.hc-body .tw-head__dock{
  max-width:var(--tw-max);margin:0 auto;
  padding:8px max(var(--tw-pad), env(safe-area-inset-left)) 12px max(var(--tw-pad), env(safe-area-inset-right));
  display:grid;grid-template-columns:minmax(0,1fr) auto;
  align-items:stretch;gap:10px 12px;box-sizing:border-box;
}
body.hc-body .hc-head__find{
  display:flex;align-items:stretch;gap:0;width:100%;max-width:none;min-height:44px;
  border:1.5px solid rgba(42,157,143,.22)!important;
  border-radius:999px!important;overflow:hidden;
  background:#fff!important;box-shadow:0 6px 18px rgba(38,70,83,.05);
}
body.hc-body .hc-head__find input{
  flex:1;border:0!important;background:transparent!important;
  padding:0 16px!important;font-size:.95rem;color:var(--tw-ink);line-height:1.2;
  outline:none;min-width:0;height:auto;
}
body.hc-body .hc-head__find-btn{
  border:0!important;padding:0 18px!important;
  display:inline-flex!important;align-items:center;justify-content:center;
  background:linear-gradient(135deg, var(--tw-celadon), var(--tw-tide))!important;
  color:#fff!important;font-weight:700;cursor:pointer;white-space:nowrap;
  writing-mode:horizontal-tb!important;width:auto!important;
}
body.hc-body .hc-head__rank{
  border-radius:999px!important;padding:0 16px!important;min-height:44px;
  display:inline-flex!important;align-items:center;justify-content:center;
  background:linear-gradient(135deg, var(--tw-glaze), #c9854a)!important;
  color:#fff!important;font-weight:700;border:0!important;
  box-shadow:0 6px 16px rgba(212,163,115,.35);align-self:stretch;
  text-decoration:none!important;box-sizing:border-box;
}
body.hc-body .hc-head__toggle{
  width:42px;height:42px;border-radius:12px;border:1px solid rgba(42,157,143,.2);
  background:#fff;display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;
}
body.hc-body .hc-head__toggle span{display:block;width:18px;height:2px;background:var(--tw-tide);border-radius:2px}
body.hc-body .hc-head__caps.tw-nav{
  max-width:var(--tw-max);margin:0 auto;
  padding:0 max(var(--tw-pad), env(safe-area-inset-left)) 14px max(var(--tw-pad), env(safe-area-inset-right));
  display:flex;flex-wrap:wrap;justify-content:center;gap:8px;
  background:transparent!important;border:0!important;
}
body.hc-body .hc-head__caps.tw-nav a{
  border-radius:999px!important;padding:7px 14px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(42,157,143,.16)!important;
  color:var(--tw-ink)!important;font-weight:600;font-size:.88rem;
}
body.hc-body .hc-head__caps.tw-nav a:nth-child(3n){border-color:rgba(72,202,228,.35)!important}
body.hc-body .hc-head__caps.tw-nav a:nth-child(4n){border-color:rgba(212,163,115,.4)!important}
body.hc-body .hc-head__caps.tw-nav a:nth-child(5n){border-color:rgba(124,106,154,.35)!important}
body.hc-body .hc-head__caps.tw-nav a:hover,
body.hc-body .hc-head__caps.tw-nav a[aria-current="page"]{
  background:linear-gradient(135deg, var(--tw-celadon), var(--tw-tide))!important;
  color:#fff!important;border-color:transparent!important;
}
body.hc-body .hc-head__caps.tw-nav.open{display:flex!important}

@media (max-width:860px){
  body.hc-body .hc-head__toggle{display:flex!important}
  body.hc-body .hc-head__caps.tw-nav{
    display:none;flex-direction:column;align-items:stretch;
    padding-bottom:16px;
  }
  body.hc-body .hc-head__caps.tw-nav.open{display:flex}
  body.hc-body .tw-head__dock{grid-template-columns:minmax(0,1fr) auto auto!important}
  body.hc-body .hc-head__rank{padding:0 12px!important;font-size:.85rem}
}

/* ===== 首屏：居中潮汐环（异于站10左扇海报墙） ===== */
body.hc-body .hc-banner.tw-hero{
  position:relative;overflow:hidden;
  text-align:center!important;
  display:block!important;
  padding:clamp(36px,7vw,64px) 24px clamp(40px,8vw,72px)!important;
  margin-bottom:28px!important;
  border-radius:36px!important;
  background:
    radial-gradient(circle at 50% 40%, rgba(72,202,228,.16), transparent 55%),
    linear-gradient(165deg, rgba(255,255,255,.92), rgba(238,248,245,.88))!important;
  border:1px solid rgba(42,157,143,.14)!important;
  box-shadow:0 18px 48px rgba(38,70,83,.07)!important;
}
body.hc-body .tw-hero__rings{
  position:absolute;inset:0;pointer-events:none;overflow:hidden;
}
body.hc-body .tw-hero__rings span{
  position:absolute;left:50%;top:50%;
  width:var(--r);height:var(--r);
  margin:0;
  border-radius:50%;
  border:1.5px solid rgba(42,157,143,.14);
  transform:translate(-50%,-50%) scale(.92);
  animation:tw-ring 12s ease-in-out infinite;
  animation-delay:var(--rd);
}
body.hc-body .tw-hero__rings span:nth-child(2){border-color:rgba(72,202,228,.18)}
body.hc-body .tw-hero__rings span:nth-child(3){border-color:rgba(212,163,115,.2)}
@keyframes tw-ring{
  0%,100%{transform:translate(-50%,-50%) scale(.92);opacity:.35}
  50%{transform:translate(-50%,-50%) scale(1.06);opacity:.75}
}
@media (prefers-reduced-motion:reduce){
  body.hc-body .tw-hero__rings span{animation:none!important}
}
body.hc-body .tw-hero .hc-banner__content,
body.hc-body .tw-hero__copy{
  position:relative;z-index:1;max-width:640px;margin:0 auto;
  display:flex;flex-direction:column;align-items:center;
}
body.hc-body .tw-hero .hc-banner__eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  margin:0 0 12px;padding:6px 14px;border-radius:999px;
  background:rgba(42,157,143,.1);color:var(--tw-tide);
  font-size:.82rem;font-weight:700;letter-spacing:.06em;
}
body.hc-body .tw-hero h1{
  margin:0 0 14px;font-size:clamp(2rem,5.5vw,3.1rem);line-height:1.15;
  background:linear-gradient(120deg, var(--tw-tide), var(--tw-celadon) 45%, var(--tw-lilac));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
body.hc-body .tw-hero .hc-banner__intro{
  margin:0 0 22px;max-width:34em;color:var(--tw-muted);font-size:1.02rem;line-height:1.65;
}
body.hc-body .tw-hero .hc-banner__cta{
  display:flex;flex-wrap:wrap;justify-content:center;gap:12px;
}
body.hc-body .hc-banner__stats{display:none!important}
body.hc-body .hc-btn--cta{
  border-radius:999px!important;
  background:linear-gradient(135deg, var(--tw-celadon), var(--tw-tide))!important;
  color:#fff!important;border:0!important;padding:12px 22px!important;font-weight:700;
  box-shadow:0 10px 24px rgba(14,116,144,.28);
}
body.hc-body .hc-btn--line{
  border-radius:999px!important;
  background:#fff!important;color:var(--tw-tide)!important;
  border:1.5px solid rgba(42,157,143,.28)!important;padding:12px 22px!important;font-weight:700;
}

/* 快捷分类：釉彩碎瓷片 */
body.hc-body .hc-caps-row{
  display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px!important;
  padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important;
}
body.hc-body .hc-cap{
  border-radius:14px 18px 12px 16px!important;
  padding:10px 16px!important;font-weight:700;font-size:.9rem;
  border:1px solid transparent!important;
  box-shadow:0 8px 18px rgba(38,70,83,.06);
}
body.hc-body .hc-cap--drama{background:linear-gradient(135deg,#2a9d8f,#0e7490)!important;color:#fff!important}
body.hc-body .hc-cap--romance{background:linear-gradient(135deg,#7c6a9a,#9b87b8)!important;color:#fff!important}
body.hc-body .hc-cap--suspense{background:linear-gradient(135deg,#0e7490,#164e63)!important;color:#fff!important}
body.hc-body .hc-cap--action{background:linear-gradient(135deg,#d4a373,#c9854a)!important;color:#fff!important}
body.hc-body .hc-cap--costume{background:linear-gradient(135deg,#48cae4,#2a9d8f)!important;color:#fff!important}
body.hc-body .hc-cap--comedy{background:linear-gradient(135deg,#e9c46a,#d4a373)!important;color:#264653!important}
body.hc-body .hc-cap--all{background:#264653!important;color:#fff!important}

/* 区块标题 */
body.hc-body .hc-section__head{
  display:flex;align-items:baseline;justify-content:space-between;gap:12px;
  margin-bottom:16px;padding-bottom:10px;
  border-bottom:1px dashed rgba(42,157,143,.22);
}
body.hc-body .hc-section__head h2{
  margin:0;font-size:1.25rem;color:var(--tw-ink);display:flex;align-items:center;gap:8px;
}
body.hc-body .hc-badge{
  border-radius:8px!important;font-size:.72rem;padding:3px 8px;
}
body.hc-body .hc-badge--hot{background:linear-gradient(135deg,var(--tw-glaze),#c9854a)!important}
body.hc-body .hc-badge--new{background:linear-gradient(135deg,var(--tw-celadon),var(--tw-tide))!important}
body.hc-body .hc-badge--rel{background:linear-gradient(135deg,var(--tw-lilac),#9b87b8)!important}

/* 卡片 3:4 青瓷釉框（异于站10 的 2:3 莓果竖卡） */
body.hc-body .hc-card{
  background:#fff!important;border-radius:18px!important;overflow:hidden;
  border:1px solid rgba(42,157,143,.12)!important;
  box-shadow:0 10px 28px rgba(38,70,83,.05);
  transition:transform .2s ease, box-shadow .2s ease;
}
body.hc-body .hc-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(14,116,144,.12)}
body.hc-body .hc-card__poster{position:relative;aspect-ratio:3/4;overflow:hidden;background:#dfece8}
body.hc-body .hc-card__poster img{
  width:100%!important;height:100%!important;object-fit:cover!important;
  aspect-ratio:3/4!important;
}
body.hc-body .hc-card__badge{
  position:absolute;top:10px;left:10px;z-index:2;
  border-radius:8px!important;padding:4px 9px;font-size:.72rem;font-weight:700;
  background:linear-gradient(135deg,var(--tw-celadon),var(--tw-tide))!important;color:#fff!important;
  width:auto!important;height:auto!important;left:10px!important;bottom:auto!important;
}
body.hc-body .hc-card__play{
  position:absolute;right:10px;bottom:10px;width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;background:rgba(255,255,255,.92)!important;color:var(--tw-tide)!important;
  font-size:.7rem;box-shadow:0 4px 12px rgba(0,0,0,.12);
  opacity:1!important;transform:none!important;
}
body.hc-body .hc-card__link{display:block;color:inherit!important;min-width:0}
body.hc-body .hc-card__info{
  padding:10px 12px 14px;border-top:1px solid rgba(42,157,143,.1)!important;
}
body.hc-body .hc-card__info h3{
  margin:0 0 4px;font-size:.95rem;font-weight:700;color:var(--tw-ink);line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
body.hc-body .hc-card__info p{margin:0;font-size:.78rem;color:var(--tw-muted);display:flex;flex-wrap:wrap;gap:6px}

body.hc-body .hc-scroll,
body.hc-body .hc-scroll--rel{
  display:grid!important;grid-auto-flow:unset!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:14px!important;overflow:visible!important;
  padding:0!important;scroll-snap-type:none!important;
}
body.hc-body .hc-scroll .hc-card,
body.hc-body .hc-scroll--rel .hc-card,
body.hc-body .hc-grid .hc-card{
  flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;
  scroll-snap-align:unset!important;
}
body.hc-body .hc-grid--home{
  display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;
}
body.hc-body .hc-grid--cat{
  display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;
}
@media (max-width:1100px){
  body.hc-body .hc-scroll,body.hc-body .hc-grid--home{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  body.hc-body .hc-grid--cat{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (max-width:720px){
  body.hc-body .hc-scroll,body.hc-body .hc-grid--home,body.hc-body .hc-grid--cat{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* ===== 分类总览：潮汐封面墙 ===== */
body.hc-body .tw-cats-wall{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;
}
body.hc-body .tw-cat-card{
  position:relative;display:block;border-radius:20px;overflow:hidden;
  aspect-ratio:3/4;text-decoration:none!important;
  border:1px solid rgba(42,157,143,.14);
  box-shadow:0 12px 28px rgba(38,70,83,.08);
}
body.hc-body .tw-cat-card img{width:100%;height:100%;object-fit:cover}
body.hc-body .tw-cat-card__veil{
  position:absolute;inset:0;
  background:linear-gradient(180deg, transparent 35%, rgba(14,116,144,.88) 100%);
}
body.hc-body .tw-cat-card__txt{
  position:absolute;left:0;right:0;bottom:0;padding:16px;
  color:#fff;
}
body.hc-body .tw-cat-card__txt strong{display:block;font-family:var(--tw-serif);font-size:1.15rem;margin-bottom:4px}
body.hc-body .tw-cat-card__txt span{font-size:.8rem;opacity:.9}
@media (max-width:900px){body.hc-body .tw-cats-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:560px){body.hc-body .tw-cats-wall{grid-template-columns:repeat(2,minmax(0,1fr))}}

body.hc-body .page-hero,body.hc-body .compact-hero{
  text-align:center;margin-bottom:18px;padding:18px 12px;
}
body.hc-body .page-hero h1,body.hc-body .compact-hero h1{
  margin:8px 0;font-size:clamp(1.6rem,4vw,2.2rem);
  color:var(--tw-tide);
}

/* ===== 分类列表：头+筛选一体青瓷面板 ===== */
body.hc-body .hc-cat-head{
  margin:0!important;padding:16px 20px 10px!important;
  background:#fff;border-radius:22px 22px 0 0;
  border:1px solid rgba(42,157,143,.14)!important;border-bottom:0!important;
  border-left:1px solid rgba(42,157,143,.14)!important;
  box-shadow:none!important;
}
body.hc-body .hc-cat-head h1{margin:6px 0 6px;color:var(--tw-tide);font-size:1.55rem}
body.hc-body .hc-cat-head p{margin:0;color:var(--tw-muted);font-size:.92rem}
body.hc-body .hc-cat-body{
  margin-top:0!important;padding:10px 18px 20px!important;
  background:#fff;border-radius:0 0 22px 22px;
  border:1px solid rgba(42,157,143,.14);border-top:1px dashed rgba(42,157,143,.18);
  overflow-x:clip;
}
body.hc-body .hc-pills{
  display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;
  margin-bottom:16px;padding:12px 14px;border-radius:16px;
  background:linear-gradient(135deg, rgba(72,202,228,.08), rgba(212,163,115,.08));
  max-width:100%;box-sizing:border-box;
}
body.hc-body .hc-pills__group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
body.hc-body .hc-pills__label{font-size:.78rem;font-weight:700;color:var(--tw-tide)}
body.hc-body .hc-pills__input,body.hc-body .hc-pills select{
  border-radius:999px!important;border:1px solid rgba(42,157,143,.22)!important;
  padding:8px 12px!important;background:#fff!important;font-size:.9rem;
  min-height:40px;box-sizing:border-box;
}
body.hc-body .hc-cat-body .hc-card__info{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:28px 12px 12px;background:linear-gradient(180deg,transparent,rgba(14,116,144,.9));
  color:#fff;
}
body.hc-body .hc-cat-body .hc-card{position:relative}
body.hc-body .hc-cat-body .hc-card__info h3{color:#fff!important;font-size:.9rem}
body.hc-body .hc-cat-body .hc-card__info p{color:rgba(255,255,255,.85)!important}
body.hc-body .hc-cat-body .hc-card__link{display:block;position:relative}
body.hc-body .hc-cat-body .hc-card__poster{margin:0}

/* 搜索/榜单筛选条 */
body.hc-body .filter-panel{
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;
  margin:0 0 20px;padding:14px 16px;border-radius:18px;
  background:#fff;border:1px solid rgba(42,157,143,.14);
  box-shadow:0 8px 22px rgba(38,70,83,.05);
}
body.hc-body .filter-panel input,body.hc-body .filter-panel select{
  border-radius:999px!important;border:1px solid rgba(42,157,143,.22)!important;
  padding:8px 12px!important;background:var(--tw-porcelain)!important;
}

/* ===== 播放页：播放器上 + 瓷盘双栏详情（异于站10堆叠条） ===== */
body.hc-body .hc-play{
  display:grid;gap:16px;margin-bottom:22px;
}
body.hc-body .hc-play__frame{
  border-radius:22px!important;overflow:hidden;
  border:2px solid transparent;
  background:
    linear-gradient(#0b1c22,#0b1c22) padding-box,
    linear-gradient(120deg, var(--tw-foam), var(--tw-celadon), var(--tw-glaze), var(--tw-lilac)) border-box;
  box-shadow:0 18px 40px rgba(14,116,144,.2);
}
body.hc-body .hc-play__frame video{
  width:100%;max-height:min(70vh,640px);object-fit:contain;background:#000;display:block;
}
body.hc-body .hc-play__bar{
  display:flex;flex-direction:column;align-items:flex-start;gap:8px;
  padding:16px 18px;border-radius:18px;background:#fff;
  border:1px solid rgba(42,157,143,.14);
  width:100%;box-sizing:border-box;
}
body.hc-body .hc-play__bar h1{margin:6px 0 0;font-size:clamp(1.35rem,3vw,1.85rem);color:var(--tw-tide)}
body.hc-body .hc-play__meta{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:10px 0 0;padding:0}
body.hc-body .hc-play__meta li{
  padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;
  background:rgba(42,157,143,.1);color:var(--tw-tide);
}
body.hc-body .hc-play__meta li:nth-child(2){background:rgba(212,163,115,.18);color:#9a6b3a}
body.hc-body .hc-play__meta li:nth-child(3){background:rgba(124,106,154,.15);color:#5c4d75}
body.hc-body .hc-crumb{font-size:.85rem;color:var(--tw-muted)}
body.hc-body .hc-crumb a{color:var(--tw-tide)!important}
body.hc-body .hc-detail{
  display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.7fr);gap:16px;margin-bottom:28px;
}
body.hc-body .hc-detail__synopsis,
body.hc-body .hc-side-card{
  background:#fff;border-radius:18px;padding:18px 20px;
  border:1px solid rgba(42,157,143,.14);
}
body.hc-body .hc-detail__synopsis h2,body.hc-body .hc-side-card h3{
  margin:0 0 10px;color:var(--tw-tide);font-size:1.1rem;
}
@media (max-width:800px){
  body.hc-body .hc-detail{grid-template-columns:1fr}
}

/* ===== 尾：潮汐波纹瓷底 ===== */
body.hc-body .hc-foot.tw-foot{
  margin-top:24px;
  background:
    linear-gradient(180deg, transparent, rgba(42,157,143,.06)),
    linear-gradient(160deg, #e8f4f1, #dceee9)!important;
  border-top:0!important;padding:0!important;
}
body.hc-body .tw-foot__wave{
  height:28px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath fill='%23f4faf8' d='M0,24 C240,48 480,0 720,20 C960,40 1200,8 1440,28 L1440,0 L0,0 Z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
}
body.hc-body .hc-foot__grid{
  max-width:var(--tw-max);margin:0 auto;
  padding:8px max(var(--tw-pad),env(safe-area-inset-left)) 20px max(var(--tw-pad),env(safe-area-inset-right));
  display:grid;grid-template-columns:1.2fr 1fr;gap:24px;
}
body.hc-body .hc-foot__brand strong{
  font-family:var(--tw-serif);font-size:1.25rem;
  background:linear-gradient(120deg,var(--tw-tide),var(--tw-celadon));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
body.hc-body .hc-foot__tagline{color:var(--tw-muted);font-size:.88rem}
body.hc-body .hc-foot__col h4{color:var(--tw-tide);margin:0 0 10px;font-size:.9rem}
body.hc-body .hc-foot__col a{color:var(--tw-ink)!important}
body.hc-body .hc-foot__bar{
  max-width:var(--tw-max);margin:0 auto;
  padding:14px max(var(--tw-pad),env(safe-area-inset-left)) 22px max(var(--tw-pad),env(safe-area-inset-right));
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;
  border-top:1px dashed rgba(42,157,143,.22);
  font-size:.82rem;color:var(--tw-muted);
}
body.hc-body .tw-foot__seo{color:var(--tw-tide);font-weight:600}
@media (max-width:720px){
  body.hc-body .hc-foot__grid{grid-template-columns:1fr}
}

/* 触控 / 跨端微调 */
body.hc-body a,body.hc-body button,body.hc-body input,body.hc-body select{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
@media (max-width:640px){
  body.hc-body input[type="search"],body.hc-body input[type="text"],body.hc-body select{font-size:16px!important}
}
@media (hover:none){
  body.hc-body .hc-card:hover{transform:none}
}

/* ===== pack11-align-fix · 纠母模版/layout-fix 错位 ===== */
body.hc-body[data-variant="celadon-tide"] .hc-banner.tw-hero{
  display:block!important;
  grid-template-columns:none!important;
  color:var(--tw-ink)!important;
}
body.hc-body .hc-banner.tw-hero .hc-banner__intro{opacity:1!important;color:var(--tw-muted)!important}

/* 页脚：波纹通栏，内容与主栏同宽（覆盖 layout-fix footer>div） */
body.hc-body footer.hc-foot.tw-foot > .hc-foot__wave,
body.hc-body footer.hc-foot.tw-foot > .tw-foot__wave{
  max-width:none!important;width:100%!important;margin:0!important;padding:0!important;
}
body.hc-body footer.hc-foot.tw-foot > .hc-foot__grid,
body.hc-body footer.hc-foot.tw-foot > .hc-foot__bar{
  width:100%!important;max-width:var(--tw-max)!important;
  margin-left:auto!important;margin-right:auto!important;
  padding-left:max(var(--tw-pad),env(safe-area-inset-left))!important;
  padding-right:max(var(--tw-pad),env(safe-area-inset-right))!important;
  box-sizing:border-box!important;
}

/* 分类列表叠字：标题落在海报底，不再被母模版 info 顶栏顶开 */
body.hc-body .hc-cat-body .hc-card{position:relative;overflow:hidden}
body.hc-body .hc-cat-body .hc-card__link{position:relative;display:block}
body.hc-body .hc-cat-body .hc-card__poster{aspect-ratio:3/4}
body.hc-body .hc-cat-body .hc-card__info{
  position:absolute!important;left:0;right:0;bottom:0;z-index:2;
  margin:0;padding:28px 12px 12px!important;
  border:0!important;border-top:0!important;
  background:linear-gradient(180deg,transparent,rgba(14,116,144,.92))!important;
  color:#fff;
}
body.hc-body .hc-cat-body .hc-card__info h3{color:#fff!important;-webkit-line-clamp:2}
body.hc-body .hc-cat-body .hc-card__info p{color:rgba(255,255,255,.88)!important}
body.hc-body .hc-cat-body .hc-card__info p span{
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:none!important;
}
body.hc-body .hc-cat-body .hc-card__play{bottom:auto;top:10px;right:10px}

/* 分类头+筛选一体：消除母模版间距断层 */
body.hc-body .hc-cat-head + .hc-cat-body{margin-top:0!important}
body.hc-body .hc-cat-head .hc-crumb{margin-bottom:6px}

/* 播放区宽度吃满主栏 */
body.hc-body .hc-play,
body.hc-body .hc-detail,
body.hc-body .hc-section{width:100%;max-width:100%;box-sizing:border-box}
body.hc-body .hc-play__bar{align-items:flex-start}
body.hc-body .hc-play__bar > div:first-child,
body.hc-body .hc-play__bar .hc-crumb{width:100%}

/* 搜索/榜单页英雄与筛选对齐 */
body.hc-body .page-hero,
body.hc-body .compact-hero,
body.hc-body .filter-panel,
body.hc-body .section-block,
body.hc-body .tw-cats-wall{
  width:100%;max-width:100%;box-sizing:border-box;
}

/* 桌面隐藏汉堡，避免占位列 */
@media (min-width:861px){
  body.hc-body .hc-head__toggle{display:none!important}
}
/* pack11-craft-touch */
body.hc-body [hidden]{display:none!important}
body.hc-body .hc-card__poster img,body.hc-body .hc-play__frame video{content-visibility:auto}
body.hc-body video::-webkit-media-controls-enclosure{overflow:hidden}
@media (hover:none){
  body.hc-body .hc-card:hover{transform:none!important}
  body.hc-body .tw-cat-card:hover,body.hc-body .hc-cat-card:hover{transform:none!important}
}

