/* site-craft · 站1 · 模仿目标站奶白粉紫落地页：#fcf4f0 + #FF6B8A/#7C6EF8/#FFB347 */
:root{
  --mf-pink:#FF6B8A;
  --mf-violet:#7C6EF8;
  --mf-gold:#FFB347;
  --mf-bg:#fcf4f0;
  --mf-ink:#2d1b2e;
  --mf-sub:#4d3a4e;
  --mf-muted:#8a7a8b;
  --mf-card:rgba(30,20,40,.65);
  --mf-line:rgba(255,255,255,.12);
  --mf-max:1240px;
  --mf-r:24px;
  --mf-gutter:max(20px, env(safe-area-inset-left));
  --mf-gutter-r:max(20px, env(safe-area-inset-right));
  --mf-sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  color-scheme:light;
}
*,*::before,*::after{box-sizing:border-box}
html{max-width:100%;overflow-x:hidden;scroll-behavior:smooth}
body.body-div.body-cg{
  margin:0;min-height:100vh;max-width:100%;overflow-x:hidden;
  font-family:var(--mf-sans);font-size:17px;line-height:1.8;
  color:var(--mf-ink)!important;
  background:var(--mf-bg)!important;
  -webkit-font-smoothing:antialiased;
}
body.body-cg a{color:var(--mf-pink);text-decoration:none}
body.body-cg img,body.body-cg video{max-width:100%;height:auto;display:block}
body.body-cg .div-brand::before{display:none!important;content:none!important}

.cg-dust{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.cg-dust i{
  position:absolute;left:var(--lx);top:var(--ly);
  width:var(--s);height:var(--s);border-radius:50%;
  background:rgba(var(--c),.55);
  animation:mf-breathe var(--d) ease-in-out var(--delay) infinite;
}
@keyframes mf-breathe{
  0%,100%{transform:translate3d(0,0,0) scale(.7);opacity:.15}
  50%{transform:translate3d(var(--dx),var(--dy),0) scale(1.15);opacity:.55}
}
@media (prefers-reduced-motion:reduce){.cg-dust i{animation:none!important;opacity:.2}}

body.body-cg .div-header,
body.body-cg .page-main,
body.body-cg .div-footer{position:relative;z-index:1}

/* 顶栏：半透明奶白 + 左播放标 + 右文字导航 */
body.body-cg .div-header{
  position:sticky;top:0;z-index:1000;
  height:auto;min-height:70px;
  background:rgba(252,244,240,.78)!important;
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.25)!important;
  box-shadow:none!important;
}
body.body-cg .div-header::before{display:none!important;content:none!important}
body.body-cg .div-header__inner{
  max-width:var(--mf-max);margin:0 auto;width:100%;
  padding:12px var(--mf-gutter) 12px var(--mf-gutter-r);
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 44px;
  gap:10px 12px;
  align-items:center;
  justify-content:unset;
}
body.body-cg .div-brand{
  grid-column:1;grid-row:1;
  display:inline-flex!important;align-items:center;gap:10px;
  text-decoration:none!important;height:40px;min-width:0;
  transition:opacity .2s ease;
}
body.body-cg .div-brand__mark{
  width:40px;height:40px;border-radius:11px!important;
  display:block!important;flex:0 0 auto;
  font-size:0!important;line-height:0!important;color:transparent!important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.28), transparent 42%),
    linear-gradient(135deg,#8b7cff 0%, #7C6EF8 38%, #FF6B8A 100%);
  box-shadow:0 6px 16px rgba(124,110,248,.28), inset 0 1px 0 rgba(255,255,255,.35);
  position:relative;overflow:hidden;transition:transform .2s ease, box-shadow .2s ease;
}
body.body-cg .div-brand__mark::before{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:radial-gradient(circle at 30% 22%, rgba(255,255,255,.35), transparent 46%);
}
body.body-cg .div-brand__mark::after{
  content:"";position:absolute;z-index:1;
  left:50%;top:50%;width:11px;height:13px;
  transform:translate(-32%,-50%);
  margin:0;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 13'><polygon fill='%23ffffff' points='0,0 11,6.5 0,13'/></svg>") no-repeat center / 11px 13px;
  border:0;
}
body.body-cg .div-brand__text{
  font-size:20px;font-weight:700;letter-spacing:.01em;line-height:1;
  color:#2d1b2e!important;background:none!important;
  -webkit-text-fill-color:#2d1b2e;text-shadow:none;white-space:nowrap;
  font-family:"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;
}
body.body-cg .div-brand__text::first-letter{color:inherit}
body.body-cg .div-brand:hover .div-brand__mark{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(124,110,248,.34), inset 0 1px 0 rgba(255,255,255,.4);
}
body.body-cg .div-nav{
  display:none!important;align-items:center;gap:8px 22px;
  list-style:none;font-size:15px;font-weight:500;min-width:0;
}
body.body-cg .div-nav.open{
  display:flex!important;flex-direction:column;width:auto;
  grid-column:1/-1;grid-row:3;
  padding:4px 0 8px;background:transparent;border:0;
}
body.body-cg .div-nav a{
  position:relative;padding:8px 0;color:#3d2a3e!important;font-weight:500;
  box-shadow:none!important;
}
body.body-cg .div-nav a:hover{color:var(--mf-pink)!important}
body.body-cg .div-nav a::after{
  content:"";position:absolute;left:0;bottom:2px;width:0;height:2.5px;
  background:var(--mf-pink);border-radius:4px;transition:width .25s;
}
body.body-cg .div-nav a:hover::after{width:100%}
body.body-cg .div-search{
  display:flex!important;grid-column:1/-1;grid-row:2;
  width:100%!important;max-width:none!important;height:42px;order:unset!important;
  border:1px solid rgba(45,27,46,.08)!important;border-radius:999px;
  overflow:hidden;background:#fff!important;margin:0!important;
}
body.body-cg .div-search input{
  flex:1;min-width:0;border:0!important;background:transparent!important;
  color:var(--mf-ink)!important;padding:0 16px;font-size:16px!important;border-radius:0!important;
}
body.body-cg .div-search button{
  border:0!important;min-width:4.4em;
  background:linear-gradient(135deg,var(--mf-pink),var(--mf-violet))!important;
  color:#fff!important;font-weight:700;
}
body.body-cg .nav-toggle{
  display:inline-flex!important;grid-column:2;grid-row:1;justify-self:end;margin:0!important;
  flex-direction:column;justify-content:center;align-items:center;
  width:40px;height:40px;border:0;background:transparent;cursor:pointer;padding:0;
  font-size:1.2rem;color:var(--mf-ink);
}

/* 首屏：桃紫渐变 + 居中大标题 */
body.body-cg .page-main{
  max-width:none!important;width:100%!important;margin:0!important;
  padding:0 0 48px!important;
  display:flex!important;flex-direction:column;align-items:stretch;
}
body.body-cg .div-hero,
body.body-cg .cg-hero{
  display:flex!important;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;
  min-height:42vh;padding:56px 24px 64px!important;margin:0 0 8px;
  border:0!important;border-radius:0!important;box-shadow:none!important;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,107,138,.15), transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(124,110,248,.12), transparent 55%),
    linear-gradient(145deg,#fce8e0 0%,#f5e6f0 45%,#e0eaf5 100%)!important;
  color:var(--mf-ink)!important;
}
body.body-cg .cg-hero__poster{display:none}
body.body-cg .cg-hero__copy{max-width:820px;margin:0 auto;padding:0}
body.body-cg .cg-hero__tag{display:none}
body.body-cg .div-hero h1,
body.body-cg .cg-hero h1{
  margin:0 0 10px!important;
  font-size:clamp(2.2rem,7vw,4.4rem)!important;
  font-weight:800!important;line-height:1.12;letter-spacing:-.02em;
  color:var(--mf-ink)!important;
}
body.body-cg .cg-hero h1 span,
body.body-cg .hl{
  background:linear-gradient(135deg,var(--mf-pink),var(--mf-violet));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
}
body.body-cg .cg-hero__lead{
  margin:0 auto 8px;max-width:640px;color:var(--mf-sub)!important;font-size:clamp(1rem,2vw,1.35rem);font-weight:500;
}
body.body-cg .cg-hero__copy>p:not(.cg-hero__lead){
  margin:0 auto;max-width:640px;color:#5d4a5e!important;font-size:.98rem!important;font-weight:400!important;opacity:.9;line-height:1.7;
}
body.body-cg .cg-hero__cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:18px}
body.body-cg .cg-hero__cta a,
body.body-cg .div-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 22px;border-radius:999px;font-weight:700;text-decoration:none!important;
}
body.body-cg .cg-hero__cta a:first-child,
body.body-cg .div-btn{
  color:#fff!important;
  background:linear-gradient(135deg,var(--mf-pink),var(--mf-violet))!important;
  box-shadow:0 10px 24px rgba(255,107,138,.28);
}
body.body-cg .cg-hero__cta a:last-child{
  color:var(--mf-ink)!important;background:#fff!important;border:1px solid rgba(45,27,46,.08);
}

body.body-cg .page-hero,
body.body-cg .compact-hero,
body.body-cg .div-pagehead{
  margin:0 auto 12px;padding-top:36px!important;padding-bottom:8px!important;
  text-align:center;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;
}
body.body-cg .page-hero h1,
body.body-cg .div-pagehead h1{
  font-size:clamp(1.8rem,4vw,2.6rem)!important;font-weight:800;color:var(--mf-ink)!important;
}
body.body-cg .page-hero p,
body.body-cg .div-pagehead p{color:var(--mf-muted)!important;max-width:36em;margin:8px auto 0}
body.body-cg .eyebrow{
  color:var(--mf-pink)!important;font-size:.85rem;letter-spacing:.12em;background:none;padding:0;
}

body.body-cg .div-section,
body.body-cg .section-block,
body.body-cg .mf-block,
body.body-cg .page-hero,
body.body-cg .compact-hero,
body.body-cg .div-pagehead{
  width:100%;max-width:var(--mf-max);margin-left:auto;margin-right:auto;
  padding-left:var(--mf-gutter)!important;padding-right:var(--mf-gutter-r)!important;
  box-sizing:border-box;
}
body.body-cg .div-section,
body.body-cg .section-block,
body.body-cg .mf-block{
  padding-top:28px;padding-bottom:40px;
}
body.body-cg .div-section__head{
  text-align:center;display:block;margin:0 0 36px;padding:0!important;border:0!important;
}
body.body-cg .div-section__head h2,
body.body-cg .div-section h2,
body.body-cg .mf-h2{
  margin:0 0 6px;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:800;color:var(--mf-ink)!important;
}
body.body-cg .div-section__head a{
  display:inline-block;margin-top:8px;color:var(--mf-pink)!important;font-weight:600;
}
body.body-cg .mf-sub{color:var(--mf-muted);font-size:1rem;margin:0}
body.body-cg .mf-div{
  width:56px;height:3.5px;margin:14px auto 0;border-radius:8px;
  background:linear-gradient(90deg,var(--mf-pink),var(--mf-violet));
}

.mf-about{display:grid;grid-template-columns:1fr;gap:20px}
.mf-about article{
  background:var(--mf-card);backdrop-filter:blur(6px);
  border:1px solid var(--mf-line);border-radius:var(--mf-r);
  padding:26px 28px;color:rgba(255,255,255,.88);line-height:1.8;
}
.mf-feat{
  display:grid;grid-template-columns:1fr;gap:18px;
}
.mf-feat article{
  background:var(--mf-card);border:1px solid var(--mf-line);border-radius:var(--mf-r);
  padding:26px 24px;color:#fff;
}
.mf-feat h3{margin:0 0 8px;font-size:1.15rem}
.mf-feat p{margin:0;color:rgba(255,255,255,.6);font-size:.95rem}

/* 16:9 暗色播放卡 */
body.body-cg .movie-grid,
body.body-cg .div-grid--dense,
body.body-cg .div-grid--neon{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:22px!important;
}
body.body-cg .div-card{
  min-width:0;height:100%;display:flex;flex-direction:column;
  background:var(--mf-card)!important;
  border:1px solid var(--mf-line)!important;border-radius:var(--mf-r)!important;
  overflow:hidden;box-shadow:none;
  transition:transform .35s cubic-bezier(.25,.46,.45,.94), box-shadow .35s;
}
body.body-cg .div-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 48px rgba(0,0,0,.35);
  border-color:rgba(255,255,255,.3)!important;
}
body.body-cg .div-card__poster{
  position:relative;display:block;aspect-ratio:16/9;overflow:hidden;
  background:linear-gradient(145deg,#2d1b2e,#4a2a4e);
}
body.body-cg .div-card__poster::after{
  content:"";position:absolute;left:50%;top:50%;z-index:2;pointer-events:none;
  width:58px;height:58px;margin:0;border-radius:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
body.body-cg .div-card__poster::before{
  content:"";position:absolute;left:50%;top:50%;z-index:3;pointer-events:none;
  width:15px;height:18px;margin:0;
  transform:translate(-32%,-50%);
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 13'><polygon fill='%232d1b2e' points='0,0 11,6.5 0,13'/></svg>") no-repeat center / 15px 18px;
}
body.body-cg .div-card:hover .div-card__poster::after{transform:translate(-50%,-50%) scale(1.06)}
body.body-cg .div-card__poster img{
  width:100%!important;height:100%!important;object-fit:cover!important;aspect-ratio:auto!important;
}
body.body-cg .div-card__badge{
  position:absolute!important;z-index:3;top:14px;left:14px;right:auto!important;inset:auto!important;
  padding:4px 14px 4px 10px!important;border-radius:40px!important;
  font-size:.72rem!important;font-weight:500;letter-spacing:.03em;
  color:#fff!important;background:rgba(0,0,0,.5)!important;border:1px solid rgba(255,255,255,.08);
}
body.body-cg .div-card__body{
  position:static!important;padding:16px 18px 18px!important;
  background:transparent!important;margin-top:auto;
}
body.body-cg .div-card__body h3{
  margin:0 0 6px;font-size:1.05rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
body.body-cg .div-card__body h3 a{color:#fff!important}
body.body-cg .div-card__body p{
  display:flex!important;gap:12px;flex-wrap:wrap;margin:0;
  font-size:.82rem;color:rgba(255,255,255,.38)!important;
}

body.body-cg .filter-panel{
  display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px;padding:0;background:transparent;border:0;
}
body.body-cg .filter-panel input,
body.body-cg .filter-panel select{
  min-height:44px;flex:1 1 140px;border-radius:999px;padding:0 14px;
  border:1px solid rgba(45,27,46,.1);background:#fff;color:var(--mf-ink);font-size:16px;
}
body.body-cg .category-grid,
body.body-cg .category-grid.large{
  display:grid!important;grid-template-columns:1fr!important;gap:20px!important;background:transparent;border:0;
}
body.body-cg .overview-card,
body.body-cg .category-tile{
  display:flex;flex-direction:column;align-items:flex-start;gap:8px;
  padding:26px 28px;border-radius:var(--mf-r);
  background:var(--mf-card)!important;border:1px solid var(--mf-line)!important;
  color:#fff!important;box-shadow:none!important;
}
body.body-cg .overview-main strong{font-size:1.1rem;color:#fff;margin:0 0 6px}
body.body-cg .overview-main span,
body.body-cg .overview-links{color:rgba(255,255,255,.6);font-size:.92rem}

body.body-cg .div-crumb{
  order:0;width:100%;max-width:var(--mf-max);margin:0 auto 8px;
  padding:16px var(--mf-gutter) 0 var(--mf-gutter-r);color:var(--mf-muted);box-sizing:border-box;
}
body.body-cg .div-crumb a{color:var(--mf-pink)!important}
body.body-cg .div-play__player,
body.body-cg .div-play{
  order:0;width:100%;max-width:var(--mf-max);margin-left:auto;margin-right:auto;margin-bottom:22px;
  padding-left:var(--mf-gutter)!important;padding-right:var(--mf-gutter-r)!important;
  box-sizing:border-box;background:transparent!important;border:0!important;box-shadow:none!important;
}
body.body-cg .div-play__player{
  padding-top:0;padding-bottom:0;
}
body.body-cg .div-play__player h2,
body.body-cg .div-play__player video,
body.body-cg #movie-player,
body.body-cg .div-play__full{
  /* inner well */
}
body.body-cg .mf-play-well,
body.body-cg .div-play__player{
  /* actual visual well is inner */
}
body.body-cg .div-play__player{
  background:transparent!important;
}
body.body-cg .div-play__player h2{
  margin:0;padding:16px 20px 10px;font-size:1.05rem;color:#fff;font-weight:700;
  background:#1a1222;border-radius:28px 28px 0 0;border:1px solid rgba(255,255,255,.08);border-bottom:0;
}
body.body-cg #movie-player,
body.body-cg .div-play__player video{
  width:100%!important;max-height:74vh;background:#000;border:0!important;border-radius:0!important;display:block;
}
body.body-cg .div-play__player video{
  border-radius:0 0 28px 28px!important;
  box-shadow:0 20px 48px rgba(0,0,0,.28);
  outline:1px solid rgba(255,255,255,.08);
}
body.body-cg .div-play__full{display:none}

body.body-cg .div-play{
  display:grid!important;grid-template-columns:minmax(0,1fr)!important;
  gap:0;align-items:stretch;margin-bottom:28px;
  padding-top:0!important;padding-bottom:0!important;
}
body.body-cg .div-play__poster,
body.body-cg .div-play__info{
  min-width:0;
}
body.body-cg .div-play__info{
  display:flex;flex-direction:column;align-items:flex-start;
  padding:20px;border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 14% 30%, rgba(124,110,248,.28), transparent 42%),
    radial-gradient(circle at 88% 78%, rgba(255,107,138,.2), transparent 46%),
    radial-gradient(circle at 70% 18%, rgba(255,179,71,.1), transparent 36%),
    #3b3642;
  box-shadow:0 18px 40px rgba(30,20,40,.22);
  grid-column:1;
}
body.body-cg .div-play__poster{
  grid-row:1;grid-column:1;width:100%;padding:20px 20px 0;border-radius:28px 28px 0 0;
  background:
    radial-gradient(circle at 14% 30%, rgba(124,110,248,.28), transparent 42%),
    #3b3642;
  border:1px solid rgba(255,255,255,.12);border-bottom:0;
  margin:0;
}
body.body-cg .div-play__info{border-radius:0 0 28px 28px;padding-top:16px}
body.body-cg .div-play__poster img{
  width:120px!important;max-width:40%;height:auto!important;aspect-ratio:2/3;object-fit:cover;
  margin:0!important;border-radius:16px;display:block;
  box-shadow:0 12px 28px rgba(0,0,0,.35);
}
body.body-cg .div-play h1{
  color:#fff!important;font-weight:800;margin:0 0 10px!important;
  font-size:clamp(1.15rem,3.2vw,1.85rem);line-height:1.25;letter-spacing:.01em;
}
body.body-cg .div-play__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}
body.body-cg .div-play__tags span{
  display:inline-flex;align-items:center;margin:0!important;
  padding:5px 12px!important;border-radius:999px!important;font-size:.75rem!important;font-weight:600;
  background:rgba(255,255,255,.14)!important;color:#fff!important;border:1px solid rgba(255,255,255,.08);
}
body.body-cg .div-play__info>p:not(.div-play__tags){
  margin:0 0 16px;color:rgba(255,255,255,.82)!important;font-size:.92rem;line-height:1.75;
}
body.body-cg .div-play a.div-btn,
body.body-cg .div-play .div-btn{
  width:auto!important;min-height:44px;padding:0 26px;border-radius:999px!important;
  color:#fff!important;font-weight:700;letter-spacing:.04em;
  background:linear-gradient(90deg,#FF6B8A,#9b7cff,#7C6EF8)!important;
  box-shadow:0 8px 22px rgba(255,107,138,.42);
  border:0;
}

body.body-cg .div-footer{
  background:#2d1b2e!important;border-top:0!important;color:rgba(255,255,255,.55);
}
body.body-cg .div-footer__inner{
  max-width:var(--mf-max);margin:0 auto;
  padding:28px 24px 36px;
  display:flex;flex-wrap:wrap;gap:10px 22px;justify-content:center;
}
body.body-cg .div-footer__inner a{color:#fff!important}

@media (min-width:821px){
  body.body-cg .div-header__inner{flex-wrap:nowrap}
  body.body-cg .div-nav{display:flex!important;flex-direction:row;width:auto;padding:0}
  body.body-cg .div-search{width:220px;max-width:220px;order:0;margin-left:8px}
  body.body-cg .nav-toggle{display:none!important}
  body.body-cg .mf-about{grid-template-columns:1fr 1fr}
  body.body-cg .mf-feat{grid-template-columns:repeat(3,1fr)}
  body.body-cg .movie-grid,
  body.body-cg .div-grid--dense{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important}
  body.body-cg .category-grid.large{grid-template-columns:repeat(3,1fr)!important}
  body.body-cg .div-play{
    grid-template-columns:200px minmax(0,1fr)!important;
    gap:24px 32px;padding:28px 32px!important;align-items:center;
  }
  body.body-cg .div-play__poster{width:200px}
  body.body-cg .div-play__poster img{width:200px!important;border-radius:18px}
  body.body-cg .div-play h1{font-size:2rem!important;margin:0 0 14px!important}
  body.body-cg .div-play__tags{margin:0 0 16px;gap:10px}
  body.body-cg .div-play__info>p:not(.div-play__tags){font-size:1rem;margin:0 0 22px}
  body.body-cg .div-play a.div-btn{min-height:48px;padding:0 32px}
}
@media (min-width:481px) and (max-width:820px){
  body.body-cg .movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.body-cg .mf-feat{grid-template-columns:1fr 1fr}
}
body.body-cg{-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}
body.body-cg a,body.body-cg button{touch-action:manipulation}

/* 对齐纠偏：同一栏宽 + 播放卡左右分栏（覆盖上面叠层） */
body.body-cg .div-section>h2{text-align:center;margin:0 0 18px!important;font-size:1.4rem!important}
body.body-cg .div-play__poster,
body.body-cg .div-play__info{grid-column:auto!important;grid-row:auto!important;width:auto}
body.body-cg .div-play{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  gap:0!important;align-items:stretch!important;
  width:100%!important;max-width:var(--mf-max)!important;
  margin:0 auto 28px!important;
  padding:0 var(--mf-gutter) 0 var(--mf-gutter-r)!important;
  background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;
}
body.body-cg .div-play__poster{
  padding:18px 12px 18px 18px!important;margin:0!important;
  border:1px solid rgba(255,255,255,.12)!important;border-right:0!important;
  border-radius:24px 0 0 24px!important;
  background:radial-gradient(circle at 20% 30%, rgba(124,110,248,.28), transparent 46%), #3b3642!important;
}
body.body-cg .div-play__poster img{
  width:112px!important;height:168px!important;max-width:none!important;
  object-fit:cover!important;border-radius:14px!important;margin:0!important;
}
body.body-cg .div-play__info{
  padding:18px 20px!important;border-radius:0 24px 24px 0!important;
  border:1px solid rgba(255,255,255,.12)!important;border-left:0!important;
  background:radial-gradient(circle at 88% 78%, rgba(255,107,138,.2), transparent 46%), #3b3642!important;
  justify-content:center;
}
body.body-cg .div-play__player{
  width:100%!important;max-width:var(--mf-max)!important;margin:0 auto 22px!important;
  padding:0 var(--mf-gutter) 0 var(--mf-gutter-r)!important;
}
body.body-cg .div-footer__inner{
  padding:28px var(--mf-gutter) 36px var(--mf-gutter-r)!important;
  justify-content:space-between!important;
}
@media (min-width:900px){
  body.body-cg .div-header__inner{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) 220px!important;
    flex-wrap:unset!important;
  }
  body.body-cg .div-brand{grid-column:1!important;grid-row:1!important}
  body.body-cg .div-nav{
    display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;
    justify-content:flex-end!important;
    grid-column:2!important;grid-row:1!important;width:auto!important;padding:0!important;
  }
  body.body-cg .div-search{
    grid-column:3!important;grid-row:1!important;width:220px!important;max-width:220px!important;
  }
  body.body-cg .nav-toggle{display:none!important}
  body.body-cg .div-play{grid-template-columns:168px minmax(0,1fr)!important}
  body.body-cg .div-play__poster img{width:168px!important;height:252px!important}
  body.body-cg .mf-about{grid-template-columns:1fr 1fr}
  body.body-cg .mf-feat{grid-template-columns:repeat(3,1fr)}
  body.body-cg .movie-grid,
  body.body-cg .div-grid--dense{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.body-cg .category-grid.large{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (min-width:1100px){
  body.body-cg .div-play{grid-template-columns:200px minmax(0,1fr)!important}
  body.body-cg .div-play__poster img{width:200px!important;height:300px!important}
}
@media (min-width:900px) and (max-width:1099px){
  body.body-cg .div-nav a:nth-child(n+5){display:none}
}

/* 跨端：安全区、触控、iOS 输入、播放器、坏图 */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body.body-cg{
  padding-bottom:env(safe-area-inset-bottom);
}
body.body-cg input,body.body-cg select,body.body-cg textarea{touch-action:manipulation}
body.body-cg .image-off{opacity:.35;object-fit:cover;background:#3b3642}
body.body-cg video{
  width:100%;max-width:100%;background:#000;
  aspect-ratio:16/9;object-fit:contain;
}
body.body-cg .nav-toggle{min-width:44px;min-height:44px}
@media (max-width:820px){
  body.body-cg .div-search input,
  body.body-cg .filter-panel input,
  body.body-cg .filter-panel select{font-size:16px!important}
}
