/* ============================================================
   jqz · 国产电视剧大全 ECMS 7.5 主题
   设计灵感: ahjqz.com (紫色渐变 / 白卡 / 深底)
   版本: v=20260601p · 单一文件 · 兼容 PC + 移动
   修订: j - 新增内容详情页：show / show-story / show-eps / show-related 全套样式
        i - 删除 footer 「快速导航」栏，footer 改 3 列布局（品牌 / 热门搜索 / 联系我们）
        h - 分页修复：增加 ul/li 解包样式 + list-style 复位 防 ECMS 默认输出污染
        g - 新增列表页样式：crumb / list-hero / subcats / sortbar / empty / pager / card__hd
        f - 移动头部补搜索图标按钮（替代隐藏的桌面搜索框）
        e - Footer 重做：渐变顶光 + 紫色 ::before 章节指示符 + 链接 hover slide + chips 化 + 2x2 移动栅格
        d - 头部重做：logo 渐变文字 + nav 居中渐变下划线指示器（hover/active 通用）
        c - Hero 重做：chips/stats 块级分行 + 主标题双行 + stats 竖分隔条 + chips 加图标
        b - 修复 .jqz-cta "登录/注册" 文字竖排（加 white-space:nowrap + SVG 显式尺寸）
   ============================================================ */

:root {
  --jqz-primary: #7c3aed;
  --jqz-primary-dark: #6d28d9;
  --jqz-primary-light: #a78bfa;
  --jqz-accent: #c026d3;
  --jqz-accent-light: #e879f9;
  --jqz-grad: linear-gradient(135deg, #5b21b6 0%, #7c3aed 35%, #a855f7 70%, #c026d3 100%);
  --jqz-grad-soft: linear-gradient(135deg, rgba(124,58,237,.10) 0%, rgba(192,38,211,.08) 100%);
  --jqz-bg: #f8fafc;
  --jqz-bg-card: #ffffff;
  --jqz-bg-alt: #f3f4f6;
  --jqz-bg-dark: #0f172a;
  --jqz-bg-dark-2: #1e293b;
  --jqz-text: #0f172a;
  --jqz-text-2: #475569;
  --jqz-text-3: #94a3b8;
  --jqz-text-on-dark: #e2e8f0;
  --jqz-border: #e5e7eb;
  --jqz-border-2: #f1f5f9;
  --jqz-success: #10b981;
  --jqz-warning: #f59e0b;
  --jqz-danger: #ef4444;
  --jqz-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .04);
  --jqz-shadow: 0 4px 12px rgba(15, 23, 42, .06), 0 1px 4px rgba(15, 23, 42, .04);
  --jqz-shadow-lg: 0 12px 32px rgba(91, 33, 182, .12), 0 4px 12px rgba(15, 23, 42, .06);
  --jqz-shadow-purple: 0 10px 30px rgba(124, 58, 237, .25);
  --jqz-radius: 12px;
  --jqz-radius-sm: 8px;
  --jqz-radius-lg: 16px;
  --jqz-radius-xl: 24px;
  --jqz-radius-pill: 999px;
  --jqz-trans: .25s cubic-bezier(.4, 0, .2, 1);
  --jqz-wrap: 1240px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body.jqz-body { margin: 0; background: var(--jqz-bg); color: var(--jqz-text); font: 15px/1.65 system-ui, -apple-system, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif; min-height: 100vh; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--jqz-trans); }
a:hover { color: var(--jqz-primary); }
button { font: inherit; cursor: pointer; }

.jqz-wrap { width: 100%; max-width: var(--jqz-wrap); margin: 0 auto; padding: 0 24px; }

/* ============================================================
   头部 Header
   ============================================================ */
.jqz-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .85); backdrop-filter: saturate(180%) blur(18px); -webkit-backdrop-filter: saturate(180%) blur(18px); border-bottom: 1px solid var(--jqz-border-2); box-shadow: 0 1px 0 rgba(124, 58, 237, .04), 0 4px 16px rgba(15, 23, 42, .03); }
.jqz-header__inner { display: flex; align-items: center; gap: 32px; height: 68px; }
.jqz-logo { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; font-weight: 700; color: var(--jqz-text); position: relative; }
.jqz-logo__mark { position: relative; width: 38px; height: 38px; border-radius: 10px; background: var(--jqz-grad); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(124, 58, 237, .35), inset 0 1px 0 rgba(255, 255, 255, .25); overflow: hidden; transition: transform var(--jqz-trans); }
.jqz-logo__mark::before { content: ''; position: absolute; inset: 0; background: radial-gradient(80% 80% at 50% 0%, rgba(255, 255, 255, .35), transparent 60%); pointer-events: none; }
.jqz-logo__mark svg { position: relative; width: 18px; height: 18px; margin-left: 2px; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .15)); }
.jqz-logo:hover .jqz-logo__mark { transform: rotate(-6deg) scale(1.05); }
.jqz-logo__txt { font-size: 18px; font-weight: 800; letter-spacing: .5px; line-height: 1; background: var(--jqz-grad); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.jqz-logo__txt b { font-weight: 800; }

.jqz-nav { display: inline-flex; align-items: stretch; gap: 6px; flex: 1; min-width: 0; height: 100%; }
.jqz-nav__item { position: relative; display: inline-flex; align-items: center; padding: 0 16px; font-size: 14px; font-weight: 500; color: var(--jqz-text-2); white-space: nowrap; transition: color var(--jqz-trans); background: transparent !important; border-radius: 0; }
.jqz-nav__item::after { content: ''; position: absolute; left: 50%; bottom: 12px; width: 22px; height: 3px; border-radius: 3px; background: var(--jqz-grad); transform: translateX(-50%) scaleX(0); transform-origin: center; transition: transform .28s cubic-bezier(.4, 0, .2, 1), opacity var(--jqz-trans); opacity: 0; }
.jqz-nav__item:hover { color: var(--jqz-primary); }
.jqz-nav__item:hover::after { transform: translateX(-50%) scaleX(.5); opacity: .55; }
.jqz-nav__item.is-active { color: var(--jqz-primary); font-weight: 700; }
.jqz-nav__item.is-active::after { transform: translateX(-50%) scaleX(1); opacity: 1; box-shadow: 0 2px 8px rgba(124, 58, 237, .35); }

.jqz-search { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: var(--jqz-bg-alt); border-radius: var(--jqz-radius-pill); width: 260px; transition: all var(--jqz-trans); }
.jqz-search:focus-within { background: #fff; box-shadow: 0 0 0 2px rgba(124, 58, 237, .15); }
.jqz-search svg { width: 16px; height: 16px; color: var(--jqz-text-3); flex-shrink: 0; }
.jqz-search input { flex: 1; min-width: 0; border: 0; background: transparent; outline: 0; font-size: 14px; color: var(--jqz-text); }
.jqz-search input::placeholder { color: var(--jqz-text-3); }

.jqz-cta { display: inline-flex; align-items: center; gap: 6px; padding: 9px 18px; border-radius: var(--jqz-radius-pill); background: var(--jqz-grad); color: #fff !important; font-size: 14px; font-weight: 600; line-height: 1; white-space: nowrap; flex-shrink: 0; box-shadow: var(--jqz-shadow-purple); transition: transform var(--jqz-trans), box-shadow var(--jqz-trans); }
.jqz-cta:hover { transform: translateY(-1px); box-shadow: 0 14px 36px rgba(124, 58, 237, .35); color: #fff; }
.jqz-cta svg { width: 16px; height: 16px; flex-shrink: 0; }

.jqz-iconbtn--search { display: none; width: 40px; height: 40px; border-radius: var(--jqz-radius-sm); border: 0; background: var(--jqz-bg-alt); color: var(--jqz-text); align-items: center; justify-content: center; flex-shrink: 0; cursor: pointer; transition: all var(--jqz-trans); }
.jqz-iconbtn--search svg { width: 19px; height: 19px; }
.jqz-iconbtn--search:hover { background: var(--jqz-grad-soft); color: var(--jqz-primary); }
.jqz-iconbtn--search:active { transform: scale(.94); }

.jqz-burger { display: none; width: 40px; height: 40px; border-radius: var(--jqz-radius-sm); border: 0; background: var(--jqz-bg-alt); color: var(--jqz-text); align-items: center; justify-content: center; flex-shrink: 0; cursor: pointer; transition: all var(--jqz-trans); }
.jqz-burger svg { width: 20px; height: 20px; }
.jqz-burger:hover { background: var(--jqz-grad-soft); color: var(--jqz-primary); }
.jqz-burger:active { transform: scale(.94); }

/* ============================================================
   抽屉菜单 Drawer (移动端)
   ============================================================ */
.jqz-drawer { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: 0; transition: opacity var(--jqz-trans); }
.jqz-drawer.is-open { opacity: 1; pointer-events: auto; }
.jqz-drawer__mask { position: absolute; inset: 0; background: rgba(15, 23, 42, .5); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.jqz-drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(86vw, 340px); background: #fff; box-shadow: -10px 0 40px rgba(15, 23, 42, .25); display: flex; flex-direction: column; transform: translateX(100%); transition: transform var(--jqz-trans); }
.jqz-drawer.is-open .jqz-drawer__panel { transform: translateX(0); }
.jqz-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--jqz-border-2); }
.jqz-drawer__close { width: 36px; height: 36px; border-radius: var(--jqz-radius-sm); border: 0; background: var(--jqz-bg-alt); color: var(--jqz-text-2); display: inline-flex; align-items: center; justify-content: center; }
.jqz-drawer__close svg { width: 18px; height: 18px; }
.jqz-drawer__body { flex: 1; overflow-y: auto; padding: 16px 20px 24px; }
.jqz-drawer__section { margin-bottom: 22px; }
.jqz-drawer__title { margin: 0 0 12px; font-size: 12px; font-weight: 600; color: var(--jqz-text-3); text-transform: uppercase; letter-spacing: 1.2px; }
.jqz-drawer__title small { font-size: 11px; color: var(--jqz-text-3); font-weight: 400; margin-left: 6px; text-transform: none; letter-spacing: 0; }
.jqz-drawer__list { display: flex; flex-direction: column; gap: 4px; }
.jqz-drawer__list a { display: flex; align-items: center; padding: 10px 14px; border-radius: var(--jqz-radius-sm); font-size: 15px; font-weight: 500; color: var(--jqz-text); transition: background var(--jqz-trans); }
.jqz-drawer__list a:hover { background: var(--jqz-grad-soft); color: var(--jqz-primary); }
.jqz-drawer__list a.is-active { background: var(--jqz-grad-soft); color: var(--jqz-primary); font-weight: 600; }
.jqz-drawer__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.jqz-drawer__chips a { padding: 6px 12px; border-radius: var(--jqz-radius-pill); background: var(--jqz-bg-alt); color: var(--jqz-text-2); font-size: 13px; transition: all var(--jqz-trans); }
.jqz-drawer__chips a:hover, .jqz-drawer__chips a.is-hot { background: var(--jqz-grad); color: #fff; }
.jqz-drawer__hots { display: flex; flex-direction: column; gap: 2px; }
.jqz-drawer__hots a { display: flex; align-items: center; gap: 12px; padding: 8px 6px; font-size: 14px; color: var(--jqz-text-2); }
.jqz-drawer__hots em { width: 22px; height: 22px; border-radius: 6px; background: var(--jqz-bg-alt); display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700; font-size: 12px; color: var(--jqz-text-3); flex-shrink: 0; }
.jqz-drawer__hots a:nth-child(-n+3) em { background: var(--jqz-grad); color: #fff; }
.jqz-drawer__foot { padding: 16px 20px; border-top: 1px solid var(--jqz-border-2); text-align: center; }
.jqz-drawer__foot p { margin: 0; font-size: 12px; color: var(--jqz-text-3); }

/* ============================================================
   搜索覆盖层 Search Overlay
   ============================================================ */
.jqz-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(15, 23, 42, .72); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: flex; align-items: flex-start; justify-content: center; padding: 12vh 24px 24px; opacity: 0; pointer-events: none; transition: opacity var(--jqz-trans); }
.jqz-overlay.is-open { opacity: 1; pointer-events: auto; }
.jqz-overlay__inner { width: 100%; max-width: 640px; background: #fff; border-radius: var(--jqz-radius-lg); padding: 24px; box-shadow: 0 24px 60px rgba(0, 0, 0, .35); transform: translateY(-12px); transition: transform var(--jqz-trans); }
.jqz-overlay.is-open .jqz-overlay__inner { transform: translateY(0); }
.jqz-overlay__form { display: flex; align-items: center; gap: 12px; padding: 4px 4px 4px 18px; border: 2px solid var(--jqz-primary); border-radius: var(--jqz-radius-pill); }
.jqz-overlay__form input[type="search"] { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; padding: 12px 0; font-size: 16px; color: var(--jqz-text); }
.jqz-overlay__form input[type="search"]::placeholder { color: var(--jqz-text-3); }
.jqz-overlay__form button { padding: 10px 22px; border: 0; border-radius: var(--jqz-radius-pill); background: var(--jqz-grad); color: #fff; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; box-shadow: var(--jqz-shadow-purple); }
.jqz-overlay__form button svg { width: 16px; height: 16px; }
.jqz-overlay__hot { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.jqz-overlay__hot-label { font-size: 13px; color: var(--jqz-text-3); font-weight: 500; }
.jqz-overlay__hot a { padding: 6px 12px; border-radius: var(--jqz-radius-pill); background: var(--jqz-bg-alt); color: var(--jqz-text-2); font-size: 13px; transition: all var(--jqz-trans); }
.jqz-overlay__hot a:hover { background: var(--jqz-grad); color: #fff; }

/* ============================================================
   Hero
   ============================================================ */
.jqz-hero { position: relative; overflow: hidden; background: var(--jqz-grad); color: #fff; isolation: isolate; }
.jqz-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 70% at 50% 0%, rgba(255, 255, 255, .18) 0%, transparent 60%), radial-gradient(45% 65% at 90% 90%, rgba(192, 38, 211, .45) 0%, transparent 60%), radial-gradient(40% 55% at 10% 100%, rgba(91, 33, 182, .55) 0%, transparent 60%); pointer-events: none; z-index: -1; }
.jqz-hero::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px); background-size: 24px 24px; opacity: .4; pointer-events: none; z-index: -1; }
.jqz-hero__inner { position: relative; z-index: 1; padding: 80px 0 88px; text-align: center; }
.jqz-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: var(--jqz-radius-pill); background: rgba(255, 255, 255, .12); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 13px; font-weight: 500; color: #fff; margin-bottom: 28px; border: 1px solid rgba(255, 255, 255, .22); letter-spacing: .5px; }
.jqz-hero__eyebrow svg { width: 12px; height: 12px; color: var(--jqz-accent-light); animation: jqz-pulse 2.4s ease-in-out infinite; }
@keyframes jqz-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.85); } }

.jqz-hero__title { margin: 0 auto 18px; max-width: 980px; font-size: 52px; line-height: 1.18; font-weight: 800; letter-spacing: -.5px; color: #fff; text-shadow: 0 6px 32px rgba(0, 0, 0, .18); }
.jqz-hero__title-sub { display: block; margin-top: 14px; font-size: 17px; font-weight: 500; color: rgba(255, 255, 255, .82); letter-spacing: 2px; text-shadow: none; }

.jqz-hero__lead { margin: 0 auto 36px; font-size: 17px; line-height: 1.7; color: rgba(255, 255, 255, .85); max-width: 680px; }

.jqz-hero__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0 auto; max-width: 820px; }
.jqz-hero__chips a { display: inline-flex; align-items: center; gap: 6px; padding: 12px 24px; border-radius: var(--jqz-radius-pill); background: rgba(255, 255, 255, .14); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, .24); color: #fff !important; font-size: 14px; font-weight: 600; letter-spacing: .5px; transition: all var(--jqz-trans); }
.jqz-hero__chips a::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--jqz-accent-light); box-shadow: 0 0 8px var(--jqz-accent-light); }
.jqz-hero__chips a:hover { background: #fff; color: var(--jqz-primary) !important; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0, 0, 0, .2); border-color: #fff; }
.jqz-hero__chips a:hover::before { background: var(--jqz-primary); box-shadow: 0 0 8px var(--jqz-primary); }

.jqz-hero__stats { display: flex; justify-content: center; align-items: stretch; gap: 0; margin: 56px auto 0; padding-top: 36px; border-top: 1px solid rgba(255, 255, 255, .16); max-width: 760px; }
.jqz-hero__stat { position: relative; flex: 1; min-width: 0; padding: 4px 28px; text-align: center; }
.jqz-hero__stat + .jqz-hero__stat::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 36px; background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .25), transparent); }
.jqz-hero__stat b { display: block; font-size: 30px; font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -.5px; text-shadow: 0 2px 12px rgba(0, 0, 0, .15); }
.jqz-hero__stat em { font-style: normal; font-size: 12px; color: rgba(255, 255, 255, .72); margin-top: 6px; display: block; letter-spacing: 1px; }

/* ============================================================
   Section
   ============================================================ */
.jqz-section { padding: 56px 0; }
.jqz-section--alt { background: var(--jqz-bg-alt); }
.jqz-section__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.jqz-section__title { display: inline-flex; align-items: center; gap: 12px; margin: 0; font-size: 24px; font-weight: 700; color: var(--jqz-text); }
.jqz-section__title-ico { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; }
.jqz-section__title-ico svg { width: 18px; height: 18px; }
.jqz-section__title-ico--hot { background: rgba(239, 68, 68, .12); color: var(--jqz-danger); }
.jqz-section__title-ico--new { background: rgba(16, 185, 129, .12); color: var(--jqz-success); }
.jqz-section__title-ico--cat { background: var(--jqz-grad-soft); color: var(--jqz-primary); }
.jqz-section__more { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 500; color: var(--jqz-primary); transition: gap var(--jqz-trans); }
.jqz-section__more:hover { gap: 8px; color: var(--jqz-primary-dark); }
.jqz-section__more svg { width: 14px; height: 14px; }

/* ============================================================
   Card Grid 卡片网格
   ============================================================ */
.jqz-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.jqz-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jqz-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }

.jqz-card { display: flex; flex-direction: column; background: var(--jqz-bg-card); border-radius: var(--jqz-radius-lg); overflow: hidden; box-shadow: var(--jqz-shadow-sm); transition: transform var(--jqz-trans), box-shadow var(--jqz-trans); }
.jqz-card:hover { transform: translateY(-4px); box-shadow: var(--jqz-shadow-lg); }
.jqz-card__cover { position: relative; aspect-ratio: 16 / 10; background: linear-gradient(135deg, #ede9fe, #fce7f3); overflow: hidden; }
.jqz-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.jqz-card:hover .jqz-card__cover img { transform: scale(1.05); }
.jqz-card__cover img.is-broken { display: none; }
.jqz-card__cover.is-broken { display: flex; align-items: center; justify-content: center; }
.jqz-card__broken { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 16px; text-align: center; font-weight: 600; font-size: 14px; color: var(--jqz-primary-dark); background: var(--jqz-grad-soft); opacity: 0; pointer-events: none; transition: opacity var(--jqz-trans); }
.jqz-card__cover.is-broken .jqz-card__broken { opacity: 1; }
.jqz-card__duration { position: absolute; bottom: 10px; right: 10px; display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; background: rgba(15, 23, 42, .8); color: #fff; border-radius: 6px; font-size: 12px; font-weight: 500; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.jqz-card__duration svg { width: 12px; height: 12px; }
.jqz-card__play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(15, 23, 42, .35); opacity: 0; transition: opacity var(--jqz-trans); }
.jqz-card:hover .jqz-card__play { opacity: 1; }
.jqz-card__play span { width: 56px; height: 56px; border-radius: 50%; background: rgba(255, 255, 255, .94); color: var(--jqz-primary); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0, 0, 0, .25); }
.jqz-card__play svg { width: 26px; height: 26px; margin-left: 3px; }

.jqz-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.jqz-card__title { margin: 0 0 8px; font-size: 16px; font-weight: 600; line-height: 1.45; color: var(--jqz-text); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 46px; }
.jqz-card__desc { margin: 0 0 14px; font-size: 13px; line-height: 1.6; color: var(--jqz-text-2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
.jqz-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; font-size: 12px; color: var(--jqz-text-3); }
.jqz-card__hits { display: inline-flex; align-items: center; gap: 4px; }
.jqz-card__hits svg { width: 13px; height: 13px; }
.jqz-card__cat { padding: 3px 10px; border-radius: var(--jqz-radius-pill); background: var(--jqz-grad-soft); color: var(--jqz-primary); font-size: 12px; font-weight: 500; }
.jqz-card__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.jqz-card__tags span { padding: 3px 8px; border-radius: 6px; background: var(--jqz-bg-alt); color: var(--jqz-text-2); font-size: 11px; font-weight: 500; }
.jqz-card__hd { position: absolute; top: 10px; left: 10px; display: inline-flex; align-items: center; padding: 3px 8px; background: var(--jqz-grad); color: #fff; border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: .3px; box-shadow: 0 4px 10px rgba(124, 58, 237, .35); }

/* ============================================================
   Compact Card (用于栅格 5/6 列)
   ============================================================ */
.jqz-mcard { display: flex; flex-direction: column; background: var(--jqz-bg-card); border-radius: var(--jqz-radius); overflow: hidden; transition: transform var(--jqz-trans), box-shadow var(--jqz-trans); box-shadow: var(--jqz-shadow-sm); }
.jqz-mcard:hover { transform: translateY(-3px); box-shadow: var(--jqz-shadow); }
.jqz-mcard__cover { position: relative; aspect-ratio: 2 / 3; background: var(--jqz-grad-soft); overflow: hidden; }
.jqz-mcard__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.jqz-mcard:hover .jqz-mcard__cover img { transform: scale(1.06); }
.jqz-mcard__cover img.is-broken { display: none; }
.jqz-mcard__cover.is-broken { display: flex; align-items: center; justify-content: center; }
.jqz-mcard__broken { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 12px; text-align: center; font-weight: 600; font-size: 13px; color: var(--jqz-primary-dark); background: var(--jqz-grad-soft); opacity: 0; transition: opacity var(--jqz-trans); }
.jqz-mcard__cover.is-broken .jqz-mcard__broken { opacity: 1; }
.jqz-mcard__score { position: absolute; top: 8px; right: 8px; padding: 2px 8px; border-radius: var(--jqz-radius-pill); background: var(--jqz-warning); color: #fff; font-size: 12px; font-weight: 700; box-shadow: 0 2px 6px rgba(0, 0, 0, .2); }
.jqz-mcard__score--high { background: var(--jqz-danger); }
.jqz-mcard__score--mid { background: var(--jqz-warning); }
.jqz-mcard__score--low { background: var(--jqz-text-3); }
.jqz-mcard__hd { position: absolute; top: 8px; left: 8px; padding: 2px 8px; border-radius: 4px; background: var(--jqz-grad); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .5px; }
.jqz-mcard__body { padding: 12px 14px 14px; }
.jqz-mcard__title { margin: 0 0 4px; font-size: 14px; font-weight: 600; line-height: 1.4; color: var(--jqz-text); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.jqz-mcard__meta { font-size: 12px; color: var(--jqz-text-3); display: flex; align-items: center; gap: 6px; }
.jqz-mcard__meta-dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .5; flex-shrink: 0; }

/* ============================================================
   分类卡 Category Tiles (紫色渐变)
   ============================================================ */
.jqz-cats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.jqz-cat-tile { position: relative; padding: 24px; border-radius: var(--jqz-radius-lg); background: var(--jqz-grad); color: #fff; overflow: hidden; transition: transform var(--jqz-trans), box-shadow var(--jqz-trans); display: flex; flex-direction: column; min-height: 180px; }
.jqz-cat-tile:hover { transform: translateY(-4px); box-shadow: var(--jqz-shadow-lg); color: #fff; }
.jqz-cat-tile::before { content: ''; position: absolute; inset: 0; background: radial-gradient(80% 80% at 100% 0%, rgba(255, 255, 255, .18), transparent 60%); pointer-events: none; }
.jqz-cat-tile__name { position: relative; margin: 0 0 14px; font-size: 18px; font-weight: 700; color: #fff; }
.jqz-cat-tile__subs { position: relative; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.jqz-cat-tile__sub { font-size: 13px; color: rgba(255, 255, 255, .82); transition: color var(--jqz-trans); }
.jqz-cat-tile:hover .jqz-cat-tile__sub { color: #fff; }
.jqz-cat-tile__more { position: relative; display: inline-flex; align-items: center; gap: 4px; margin-top: 16px; font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, .92); }
.jqz-cat-tile__more svg { width: 13px; height: 13px; }
.jqz-cat-tile:hover .jqz-cat-tile__more { gap: 8px; }
.jqz-cat-tile__count { position: absolute; top: 16px; right: 18px; padding: 3px 10px; border-radius: var(--jqz-radius-pill); background: rgba(255, 255, 255, .18); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); font-size: 11px; font-weight: 600; color: #fff; }

/* ============================================================
   Footer
   ============================================================ */
.jqz-footer { position: relative; background: var(--jqz-bg-dark); color: var(--jqz-text-on-dark); padding: 60px 0 24px; margin-top: 56px; overflow: hidden; }
.jqz-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, var(--jqz-primary) 30%, var(--jqz-accent) 70%, transparent 100%); opacity: .55; }
.jqz-footer::after { content: ''; position: absolute; bottom: -120px; right: -120px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(124, 58, 237, .14) 0%, transparent 70%); pointer-events: none; }
.jqz-footer .jqz-wrap { position: relative; z-index: 1; }

.jqz-footer__grid { display: grid; grid-template-columns: 1.6fr 1.4fr 1.2fr; gap: 48px; margin-bottom: 40px; }

.jqz-footer__brand .jqz-logo { display: inline-flex; color: #fff; margin-bottom: 18px; }
.jqz-footer__brand .jqz-logo__mark { box-shadow: 0 8px 24px rgba(124, 58, 237, .5), inset 0 1px 0 rgba(255, 255, 255, .25); }
.jqz-footer__brand .jqz-logo__txt { background: linear-gradient(135deg, #ffffff 0%, #e9d5ff 60%, #f0abfc 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.jqz-footer__desc { margin: 0 0 22px; font-size: 13px; line-height: 1.8; color: rgba(226, 232, 240, .62); max-width: 320px; }
.jqz-footer__social { display: flex; gap: 10px; }
.jqz-footer__social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(226, 232, 240, .05); border: 1px solid rgba(226, 232, 240, .08); color: var(--jqz-text-on-dark); display: inline-flex; align-items: center; justify-content: center; transition: all var(--jqz-trans); }
.jqz-footer__social a:hover { background: var(--jqz-grad); border-color: transparent; color: #fff; transform: translateY(-2px); box-shadow: var(--jqz-shadow-purple); }
.jqz-footer__social svg { width: 16px; height: 16px; }

.jqz-footer__col { min-width: 0; }
.jqz-footer__title { position: relative; margin: 0 0 20px; padding-left: 14px; font-size: 14px; font-weight: 700; color: #fff; letter-spacing: .8px; line-height: 1; }
.jqz-footer__title::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 14px; border-radius: 2px; background: var(--jqz-grad); box-shadow: 0 0 8px rgba(124, 58, 237, .5); }

.jqz-footer__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.jqz-footer__links li { line-height: 1; }
.jqz-footer__links a { display: inline-flex; align-items: center; gap: 0; font-size: 13px; color: rgba(226, 232, 240, .62); transition: all var(--jqz-trans); }
.jqz-footer__links a::before { content: ''; width: 0; height: 1px; background: var(--jqz-primary-light); transition: all var(--jqz-trans); }
.jqz-footer__links a:hover { color: var(--jqz-primary-light); gap: 8px; }
.jqz-footer__links a:hover::before { width: 14px; }

.jqz-footer__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.jqz-footer__chips a { padding: 6px 14px; background: rgba(226, 232, 240, .05); border: 1px solid rgba(226, 232, 240, .08); border-radius: var(--jqz-radius-pill); font-size: 12px; color: rgba(226, 232, 240, .75); transition: all var(--jqz-trans); white-space: nowrap; }
.jqz-footer__chips a:hover { background: var(--jqz-grad); border-color: transparent; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(124, 58, 237, .3); }

.jqz-footer__contact { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.jqz-footer__contact li { display: flex; align-items: center; gap: 12px; font-size: 13px; color: rgba(226, 232, 240, .78); }
.jqz-footer__icon { flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px; background: rgba(124, 58, 237, .12); border: 1px solid rgba(124, 58, 237, .2); color: var(--jqz-primary-light); display: inline-flex; align-items: center; justify-content: center; }
.jqz-footer__icon svg { width: 14px; height: 14px; }

.jqz-footer__bottom { padding-top: 24px; border-top: 1px solid rgba(226, 232, 240, .08); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.jqz-footer__copy { font-size: 12px; line-height: 1.8; color: rgba(226, 232, 240, .5); margin: 0; }
.jqz-footer__copy strong { color: rgba(226, 232, 240, .75); font-weight: 600; }
.jqz-footer__policy { display: flex; gap: 4px; flex-wrap: wrap; }
.jqz-footer__policy a { position: relative; padding: 4px 12px; font-size: 12px; color: rgba(226, 232, 240, .62); transition: color var(--jqz-trans); }
.jqz-footer__policy a:not(:last-child)::after { content: ''; position: absolute; right: -2px; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; border-radius: 50%; background: rgba(226, 232, 240, .25); }
.jqz-footer__policy a:hover { color: var(--jqz-primary-light); }

/* ============================================================
   列表页 · 面包屑 + Hero
   ============================================================ */
.jqz-body--list main { background: var(--jqz-bg); }
.jqz-list-hero { position: relative; padding: 28px 0 32px; background: linear-gradient(180deg, #f5f3ff 0%, #faf5ff 60%, var(--jqz-bg) 100%); border-bottom: 1px solid var(--jqz-border-2); overflow: hidden; }
.jqz-list-hero::before { content: ''; position: absolute; inset: -40% -10% auto auto; width: 60%; height: 200%; background: radial-gradient(circle, rgba(192, 38, 211, .12) 0%, transparent 60%); pointer-events: none; }
.jqz-list-hero::after { content: ''; position: absolute; bottom: -50%; left: -10%; width: 50%; height: 150%; background: radial-gradient(circle, rgba(124, 58, 237, .10) 0%, transparent 60%); pointer-events: none; }
.jqz-crumb { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 0 0 16px; font-size: 13px; color: var(--jqz-text-3); position: relative; z-index: 1; }
.jqz-crumb a { color: var(--jqz-text-2); padding: 4px 0; transition: color var(--jqz-trans); }
.jqz-crumb a:hover { color: var(--jqz-primary); }
.jqz-crumb svg { width: 12px; height: 12px; color: var(--jqz-text-3); flex-shrink: 0; }
.jqz-crumb strong { color: var(--jqz-text); font-weight: 600; padding: 4px 0; }
.jqz-list-hero__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; position: relative; z-index: 1; }
.jqz-list-hero__title { flex: 1; min-width: 0; }
.jqz-list-hero__title h1 { margin: 0 0 10px; font-size: 32px; font-weight: 800; line-height: 1.2; color: var(--jqz-text); letter-spacing: -.5px; background: var(--jqz-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }
.jqz-list-hero__lead { margin: 0; font-size: 14px; line-height: 1.7; color: var(--jqz-text-2); }
.jqz-list-hero__lead b { color: var(--jqz-primary); font-weight: 700; }
.jqz-list-hero__count { text-align: right; line-height: 1; flex-shrink: 0; padding: 10px 22px; background: rgba(255, 255, 255, .85); border-radius: var(--jqz-radius); border: 1px solid var(--jqz-border-2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.jqz-list-hero__count b { display: block; font-size: 28px; font-weight: 800; color: var(--jqz-primary); margin-bottom: 4px; font-variant-numeric: tabular-nums; }
.jqz-list-hero__count em { font-size: 11px; font-style: normal; color: var(--jqz-text-3); font-weight: 600; letter-spacing: 1px; }

/* ============================================================
   列表页 · 子分类筛选
   ============================================================ */
.jqz-subcats { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; margin-top: 24px; background: var(--jqz-bg-card); border-radius: var(--jqz-radius); padding: 18px 22px; box-shadow: var(--jqz-shadow-sm); border: 1px solid var(--jqz-border-2); }
.jqz-subcats__label { flex-shrink: 0; padding: 6px 12px; background: var(--jqz-grad-soft); color: var(--jqz-primary); border-radius: var(--jqz-radius-sm); font-size: 13px; font-weight: 600; }
.jqz-subcats__items { flex: 1; display: flex; flex-wrap: wrap; gap: 6px; min-width: 0; }
.jqz-subcats__items a { padding: 6px 14px; border-radius: var(--jqz-radius-pill); color: var(--jqz-text-2); font-size: 13px; font-weight: 500; transition: all var(--jqz-trans); }
.jqz-subcats__items a:hover { background: var(--jqz-bg-alt); color: var(--jqz-primary); }
.jqz-subcats__items a.is-active { background: var(--jqz-grad); color: #fff; box-shadow: 0 4px 10px rgba(124, 58, 237, .3); }

/* ============================================================
   列表页 · 排序栏
   ============================================================ */
.jqz-sortbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 18px 0 22px; padding: 14px 0; flex-wrap: wrap; }
.jqz-sortbar__title { display: flex; align-items: center; gap: 10px; min-width: 0; flex-wrap: wrap; }
.jqz-sortbar__dot { width: 4px; height: 18px; border-radius: 2px; background: var(--jqz-grad); flex-shrink: 0; }
.jqz-sortbar__title b { font-size: 16px; font-weight: 700; color: var(--jqz-text); }
.jqz-sortbar__title em { font-size: 13px; font-style: normal; color: var(--jqz-text-3); font-weight: 500; }
.jqz-sortbar__tabs { display: inline-flex; gap: 2px; padding: 4px; background: var(--jqz-bg-card); border-radius: var(--jqz-radius); border: 1px solid var(--jqz-border-2); box-shadow: var(--jqz-shadow-sm); }
.jqz-sortbar__tab { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: var(--jqz-radius-sm); color: var(--jqz-text-2); font-size: 13px; font-weight: 600; transition: all var(--jqz-trans); white-space: nowrap; }
.jqz-sortbar__tab svg { width: 14px; height: 14px; }
.jqz-sortbar__tab:hover { color: var(--jqz-primary); background: var(--jqz-grad-soft); }
.jqz-sortbar__tab.is-active { background: var(--jqz-grad); color: #fff; box-shadow: 0 4px 10px rgba(124, 58, 237, .3); }

/* ============================================================
   列表页 · 空状态
   ============================================================ */
.jqz-empty { display: none; padding: 64px 24px; text-align: center; background: var(--jqz-bg-card); border-radius: var(--jqz-radius-lg); border: 1px dashed var(--jqz-border); margin-top: 8px; }
.jqz-empty.is-show { display: block; }
.jqz-empty svg { width: 48px; height: 48px; color: var(--jqz-text-3); margin: 0 auto 14px; display: block; }
.jqz-empty p { margin: 0; font-size: 14px; color: var(--jqz-text-2); }
.jqz-empty a { color: var(--jqz-primary); font-weight: 600; padding: 0 4px; }
.jqz-empty a:hover { text-decoration: underline; }

/* ============================================================
   列表页 · 分页
   ============================================================ */
.jqz-pager { display: none; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; margin: 36px 0 8px; padding: 8px 0; list-style: none; }
.jqz-pager.is-ready { display: flex; }
.jqz-pager ul, .jqz-pager ol { display: contents; list-style: none; margin: 0; padding: 0; }
.jqz-pager li { list-style: none; margin: 0; padding: 0; display: inline-flex; }
.jqz-pager a, .jqz-pager span, .jqz-pager strong, .jqz-pager b { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; border-radius: var(--jqz-radius-sm); background: var(--jqz-bg-card); color: var(--jqz-text-2); font-size: 13px; font-weight: 600; border: 1px solid var(--jqz-border-2); transition: all var(--jqz-trans); text-decoration: none; }
.jqz-pager a:hover { background: var(--jqz-grad-soft); color: var(--jqz-primary); border-color: var(--jqz-primary-light); transform: translateY(-1px); }
.jqz-pager .pagenow, .jqz-pager strong, .jqz-pager b, .jqz-pager .is-current { background: var(--jqz-grad); color: #fff; border-color: transparent; box-shadow: 0 4px 10px rgba(124, 58, 237, .3); }
.jqz-pager .pagenow:hover, .jqz-pager strong:hover, .jqz-pager b:hover, .jqz-pager .is-current:hover { color: #fff; transform: none; }

/* ============================================================
   内容详情页 · Hero（海报 + 信息）
   ============================================================ */
.jqz-body--show main { background: var(--jqz-bg); }
.jqz-show {
  position: relative;
  padding: 36px 0 56px;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.jqz-show__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: blur(40px) saturate(1.2);
  transform: scale(1.18);
  opacity: .42;
  z-index: -3;
}
.jqz-show__veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 80% at 20% 0%, rgba(124, 58, 237, .42) 0%, transparent 55%),
    radial-gradient(110% 75% at 90% 20%, rgba(236, 72, 153, .32) 0%, transparent 55%),
    linear-gradient(180deg, rgba(15, 5, 47, .35) 0%, rgba(15, 5, 47, .82) 55%, var(--jqz-bg-dark) 100%);
}
.jqz-show::after {
  content: '';
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(circle at 50% 100%, rgba(124, 58, 237, .35) 0%, transparent 60%),
    linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, .35) 100%);
  pointer-events: none;
}
.jqz-show:not(:has(.jqz-show__bg))::before {
  content: '';
  position: absolute; inset: 0; z-index: -3;
  background:
    radial-gradient(80% 60% at 50% 0%, #4a1d8f 0%, #2a1454 60%, #1a0b3a 100%);
}
.jqz-show__inner { position: relative; z-index: 1; }

.jqz-show__crumb { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 26px; font-size: 13px; color: rgba(255, 255, 255, .65); }
.jqz-show__crumb a { color: rgba(255, 255, 255, .82); padding: 4px 0; transition: color var(--jqz-trans); }
.jqz-show__crumb a:hover { color: var(--jqz-primary-light); }
.jqz-show__crumb svg { width: 12px; height: 12px; color: rgba(255, 255, 255, .45); flex-shrink: 0; }
.jqz-show__crumb strong { color: #fff; font-weight: 600; max-width: 480px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 4px 0; }

/* ---------- Hero 主体（三栏 · 海报 | 信息 | 观影卡） ---------- */
.jqz-show__hero {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: start;
  padding: 12px 0 24px;
}

/* 海报 */
.jqz-show__poster {
  position: relative;
  flex-shrink: 0;
  align-self: start;
}
.jqz-show__poster-glow {
  position: absolute;
  inset: -30px -30px -40px -30px;
  background: radial-gradient(60% 50% at 50% 50%, rgba(236, 72, 153, .42), transparent 75%);
  filter: blur(28px);
  z-index: -1;
  opacity: .85;
  pointer-events: none;
  animation: jqzGlow 5s ease-in-out infinite;
}
@keyframes jqzGlow { 0%, 100% { opacity: .65; transform: scale(1); } 50% { opacity: .95; transform: scale(1.05); } }
.jqz-show__poster-inner {
  position: relative;
  aspect-ratio: 2 / 3;
  background: linear-gradient(135deg, rgba(124, 58, 237, .35), rgba(236, 72, 153, .25));
  border-radius: var(--jqz-radius-lg);
  overflow: hidden;
  box-shadow:
    0 30px 80px -20px rgba(15, 5, 47, .85),
    0 12px 24px -8px rgba(124, 58, 237, .45),
    inset 0 0 0 1px rgba(255, 255, 255, .06);
  transition: transform .35s ease;
}
.jqz-show__poster:hover .jqz-show__poster-inner { transform: translateY(-4px); }
.jqz-show__poster-inner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jqz-show__poster-inner img.is-broken { display: none; }
.jqz-show__poster-inner.is-broken { display: flex; align-items: center; justify-content: center; }
.jqz-show__poster-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; text-align: center; font-size: 18px; font-weight: 700; color: #fff; opacity: 0; transition: opacity var(--jqz-trans); }
.jqz-show__poster-inner.is-broken .jqz-show__poster-fallback { opacity: 1; }
.jqz-show__hd {
  position: absolute; top: 12px; left: 12px;
  padding: 5px 11px;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  color: #fff;
  border-radius: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .5px;
  box-shadow: 0 8px 18px -6px rgba(124, 58, 237, .65);
  z-index: 2;
}
.jqz-show__poster-play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  z-index: 3;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 5, 47, .55) 100%);
  opacity: 0;
  transition: opacity .25s ease;
}
.jqz-show__poster-play span {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  display: flex; align-items: center; justify-content: center;
  color: #7c3aed;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
  transform: scale(.85);
  transition: transform .25s ease;
}
.jqz-show__poster-play svg { width: 28px; height: 28px; margin-left: 4px; }
.jqz-show__poster:hover .jqz-show__poster-play { opacity: 1; }
.jqz-show__poster:hover .jqz-show__poster-play span { transform: scale(1); }

/* 旧版海报右下角悬浮评分（保留兼容） */
.jqz-show__score {
  position: absolute; bottom: -14px; right: -12px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  color: #fff;
  border-radius: var(--jqz-radius-pill);
  font-size: 13px; font-weight: 700;
  box-shadow: 0 14px 30px -6px rgba(249, 115, 22, .55), 0 0 0 4px rgba(15, 5, 47, .25);
  z-index: 2;
}
.jqz-show__score svg { width: 14px; height: 14px; }
.jqz-show__score b { font-size: 17px; font-weight: 800; font-variant-numeric: tabular-nums; }

/* 剧情简介摘要 — Hero 内显示前 110 字 */
.jqz-show__lead {
  margin: 8px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13.5px;
  line-height: 1.8;
  max-width: 640px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------- 右侧观影卡 ---------- */
.jqz-show__panel {
  align-self: start;
  display: flex; flex-direction: column;
  gap: 18px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .07) 0%, rgba(255, 255, 255, .02) 100%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow:
    0 24px 50px -20px rgba(15, 5, 47, .55),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}
.jqz-show__panel-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(255, 255, 255, .12);
}
.jqz-show__panel-stat {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  gap: 4px;
  padding: 6px 4px;
  position: relative;
  text-align: center;
}
.jqz-show__panel-stat + .jqz-show__panel-stat::before {
  content: '';
  position: absolute;
  left: 0; top: 18%; bottom: 18%;
  width: 1px;
  background: rgba(255, 255, 255, .1);
}
.jqz-show__panel-stat-ico {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: rgba(124, 58, 237, .2);
  display: inline-flex; align-items: center; justify-content: center;
  color: #c4b5fd;
  margin-bottom: 4px;
}
.jqz-show__panel-stat--score .jqz-show__panel-stat-ico {
  background: linear-gradient(135deg, rgba(251, 191, 36, .25), rgba(249, 115, 22, .25));
  color: #fbbf24;
}
.jqz-show__panel-stat-ico svg { width: 15px; height: 15px; }
.jqz-show__panel-stat b {
  display: inline-flex; align-items: baseline; gap: 1px;
  font-size: 19px; font-weight: 800; color: #fff;
  font-variant-numeric: tabular-nums; line-height: 1.15;
}
.jqz-show__panel-stat b em { font-size: 11px; font-weight: 600; font-style: normal; color: rgba(255, 255, 255, .55); margin-left: 1px; }
.jqz-show__panel-stat i { font-size: 11.5px; font-style: normal; color: rgba(255, 255, 255, .55); letter-spacing: .2px; }

.jqz-show__panel .jqz-show__play { min-width: 0; width: 100%; }
.jqz-show__panel .jqz-show__action-side { width: 100%; gap: 10px; }
.jqz-show__panel .jqz-show__action-side .jqz-show__icon { flex: 1; min-width: 0; flex-direction: row; gap: 8px; padding: 11px 14px; }

.jqz-show__panel-tip {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px;
  background: rgba(15, 5, 47, .35);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.5;
}
.jqz-show__panel-tip svg { width: 14px; height: 14px; color: #fbbf24; flex-shrink: 0; }

/* 信息区 */
.jqz-show__info {
  color: #fff;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 4px;
}

.jqz-show__kicker {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 14px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, .92);
  letter-spacing: .3px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: max-content;
  max-width: 100%;
}
.jqz-show__kicker-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #fbbf24;
  box-shadow: 0 0 12px #fbbf24;
  animation: jqzPulseDot 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes jqzPulseDot { 0%, 100% { opacity: 1; box-shadow: 0 0 12px #fbbf24; } 50% { opacity: .55; box-shadow: 0 0 4px #fbbf24; } }

.jqz-show__title {
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .45), 0 0 60px rgba(124, 58, 237, .15);
  background: linear-gradient(180deg, #fff 0%, #fff 60%, rgba(255, 255, 255, .82) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.jqz-show__subline {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, .78);
}
.jqz-show__subline i { color: rgba(255, 255, 255, .35); font-style: normal; }
.jqz-show__sub-cat {
  display: inline-flex; align-items: center;
  padding: 4px 12px;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px -6px rgba(124, 58, 237, .65);
  transition: transform .18s ease, box-shadow .18s ease;
}
.jqz-show__sub-cat:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 10px 22px -6px rgba(124, 58, 237, .8); }

/* 统计行（极简，无框胶囊 + 竖向分隔） */
.jqz-show__stats {
  display: flex; align-items: stretch; flex-wrap: wrap;
  gap: 0;
  margin: 0;
}
.jqz-show__stat {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 4px 22px 4px 0;
  position: relative;
}
.jqz-show__stat + .jqz-show__stat {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}
.jqz-show__stat-ico {
  width: 32px; height: 32px;
  border-radius: 10px;
  background: rgba(124, 58, 237, .22);
  display: inline-flex; align-items: center; justify-content: center;
  color: #c4b5fd;
  flex-shrink: 0;
}
.jqz-show__stat--score .jqz-show__stat-ico {
  background: linear-gradient(135deg, rgba(251, 191, 36, .25), rgba(249, 115, 22, .25));
  color: #fbbf24;
}
.jqz-show__stat-ico svg { width: 16px; height: 16px; }
.jqz-show__stat-txt { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.jqz-show__stat-txt b {
  font-size: 17px; font-weight: 800; color: #fff;
  font-variant-numeric: tabular-nums;
  display: inline-flex; align-items: baseline; gap: 1px;
}
.jqz-show__stat-txt b em { font-size: 11px; font-weight: 600; font-style: normal; color: rgba(255, 255, 255, .55); margin-left: 2px; }
.jqz-show__stat-txt i { font-size: 11.5px; font-style: normal; color: rgba(255, 255, 255, .55); margin-top: 3px; letter-spacing: .2px; }

/* 元数据（导演 / 主演 / 类型）— 简洁行式排版，无框 */
.jqz-show__meta-grid { display: flex; flex-direction: column; gap: 10px; }
.jqz-show__meta-row { display: flex; align-items: baseline; gap: 14px; font-size: 14px; line-height: 1.65; }
.jqz-show__meta-row--actors { align-items: flex-start; }
.jqz-show__meta-lbl {
  flex-shrink: 0;
  min-width: 32px;
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .5px;
}
.jqz-show__meta-val {
  color: rgba(255, 255, 255, .88);
  flex: 1; min-width: 0;
  word-break: break-word;
}

.jqz-show__actors {
  display: flex; flex-wrap: wrap;
  gap: 6px 4px;
  flex: 1; min-width: 0;
}
.jqz-show__actor {
  display: inline-flex; align-items: center;
  padding: 2px 0;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  position: relative;
  transition: color .15s ease;
}
.jqz-show__actor:not(:last-child)::after {
  content: '·';
  margin: 0 8px 0 10px;
  color: rgba(255, 255, 255, .3);
  font-weight: 700;
}
.jqz-show__actor:hover { color: #c4b5fd; }

/* 操作区 */
.jqz-show__actions {
  display: flex; align-items: stretch;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.jqz-show__play {
  display: inline-flex; align-items: center;
  gap: 14px;
  padding: 14px 22px 14px 14px;
  background: linear-gradient(135deg, #7c3aed 0%, #9333ea 55%, #c026d3 100%);
  color: #fff;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow:
    0 16px 36px -14px rgba(124, 58, 237, .7),
    0 2px 6px -2px rgba(0, 0, 0, .25);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
  position: relative;
  min-width: 280px;
}
.jqz-show__play:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 44px -14px rgba(124, 58, 237, .85),
    0 4px 10px -2px rgba(0, 0, 0, .3);
  filter: saturate(1.08);
}
.jqz-show__play:active { transform: translateY(0); transition-duration: .08s; }

.jqz-show__play-ico {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: rgba(15, 5, 47, .32);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
  transition: background .2s ease, transform .2s ease;
}
.jqz-show__play-ico svg { width: 20px; height: 20px; margin-left: 3px; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .25)); }
.jqz-show__play:hover .jqz-show__play-ico { background: rgba(15, 5, 47, .42); transform: scale(1.05); }

.jqz-show__play-txt { display: flex; flex-direction: column; line-height: 1.2; flex: 1; min-width: 0; }
.jqz-show__play-txt b {
  font-size: 17px; font-weight: 700; letter-spacing: .5px; color: #fff;
  text-shadow: 0 1px 2px rgba(15, 5, 47, .25);
}
.jqz-show__play-txt i {
  font-size: 11.5px; font-style: normal; margin-top: 4px; font-weight: 500;
  color: rgba(255, 255, 255, .88);
  text-shadow: 0 1px 1px rgba(15, 5, 47, .2);
}
.jqz-show__play-arrow {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(15, 5, 47, .28);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
  transition: transform .25s ease, background .2s ease;
}
.jqz-show__play-arrow svg { width: 14px; height: 14px; }
.jqz-show__play:hover .jqz-show__play-arrow { transform: translateX(4px); background: rgba(15, 5, 47, .4); }

.jqz-show__play.is-disabled {
  background: rgba(255, 255, 255, .06);
  border: 1px dashed rgba(255, 255, 255, .14);
  opacity: .65;
  cursor: not-allowed;
  box-shadow: none;
  filter: none;
}
.jqz-show__play.is-disabled:hover { transform: none; box-shadow: none; filter: none; }
.jqz-show__play.is-disabled .jqz-show__play-ico { background: rgba(255, 255, 255, .08); }

.jqz-show__action-side {
  display: flex; align-items: stretch;
  gap: 8px;
}
.jqz-show__icon {
  display: inline-flex; align-items: center;
  gap: 6px;
  padding: 0 18px;
  height: auto;
  min-width: 72px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  cursor: pointer;
  transition: all .2s ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  flex-direction: column;
  justify-content: center;
}
.jqz-show__icon svg { width: 18px; height: 18px; transition: all .2s ease; }
.jqz-show__icon-lbl { font-size: 11.5px; font-weight: 500; color: rgba(255, 255, 255, .75); letter-spacing: .3px; }
.jqz-show__icon:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .28);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -8px rgba(0, 0, 0, .35);
}
.jqz-show__icon:hover svg { color: #fff; }
.jqz-show__icon:hover .jqz-show__icon-lbl { color: rgba(255, 255, 255, .95); }
.jqz-show__icon:active { transform: translateY(0); transition-duration: .08s; }
.jqz-show__icon[aria-pressed="true"] {
  background: linear-gradient(135deg, rgba(236, 72, 153, .28), rgba(239, 68, 68, .25));
  border-color: rgba(236, 72, 153, .5);
}
.jqz-show__icon[aria-pressed="true"] svg { fill: #f472b6; stroke: #f472b6; }
.jqz-show__icon[aria-pressed="true"] .jqz-show__icon-lbl { color: #f472b6; }
.jqz-show__icon[aria-pressed="true"]:hover svg { fill: #fb7185; stroke: #fb7185; }
.jqz-show__icon[aria-pressed="true"]:hover .jqz-show__icon-lbl { color: #fb7185; }

/* ============================================================
   内容详情页 · 剧情简介
   ============================================================ */
.jqz-show-story { background: var(--jqz-bg-card); border-radius: var(--jqz-radius-lg); padding: 24px 28px; margin-top: 24px; box-shadow: var(--jqz-shadow-sm); border: 1px solid var(--jqz-border-2); }
.jqz-show-story__head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.jqz-show-story__bar { width: 4px; height: 22px; border-radius: 2px; background: var(--jqz-grad); flex-shrink: 0; }
.jqz-show-story__head h2 { margin: 0; font-size: 18px; font-weight: 700; color: var(--jqz-text); }
.jqz-show-story__body { font-size: 14px; line-height: 1.85; color: var(--jqz-text-2); max-height: 120px; overflow: hidden; position: relative; transition: max-height .35s ease; }
.jqz-show-story__body.is-expanded { max-height: none; }
.jqz-show-story__body:not(.is-expanded)::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 50px; background: linear-gradient(180deg, transparent, var(--jqz-bg-card)); pointer-events: none; }
.jqz-show-story__toggle { display: inline-flex; align-items: center; gap: 4px; margin-top: 12px; padding: 6px 14px; background: var(--jqz-grad-soft); color: var(--jqz-primary); border: 0; border-radius: var(--jqz-radius-sm); font-size: 13px; font-weight: 600; cursor: pointer; transition: all var(--jqz-trans); }
.jqz-show-story__toggle:hover { background: var(--jqz-grad); color: #fff; }
.jqz-show-story__toggle svg { width: 14px; height: 14px; transition: transform var(--jqz-trans); }
.jqz-show-story__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

/* ============================================================
   内容详情页 · 在线播放（分集 tab + grid）
   ============================================================ */
.jqz-show-eps { background: var(--jqz-bg-card); border-radius: var(--jqz-radius-lg); padding: 24px 28px; margin-top: 24px; box-shadow: var(--jqz-shadow-sm); border: 1px solid var(--jqz-border-2); }
.jqz-show-eps__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.jqz-show-eps__title { display: flex; align-items: center; gap: 10px; }
.jqz-show-eps__title h2 { margin: 0; font-size: 18px; font-weight: 700; color: var(--jqz-text); display: inline-flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.jqz-show-eps__title em { font-size: 13px; font-style: normal; color: var(--jqz-text-3); font-weight: 500; }
.jqz-show-eps__tabs { display: flex; flex-wrap: wrap; gap: 6px; padding: 4px; background: var(--jqz-bg-alt); border-radius: var(--jqz-radius); }
.jqz-show-eps__tabs button { padding: 7px 14px; background: transparent; border: 0; border-radius: var(--jqz-radius-sm); color: var(--jqz-text-2); font-size: 13px; font-weight: 600; cursor: pointer; transition: all var(--jqz-trans); }
.jqz-show-eps__tabs button span { color: var(--jqz-text-3); font-weight: 400; margin-left: 2px; }
.jqz-show-eps__tabs button:hover { color: var(--jqz-primary); }
.jqz-show-eps__tabs button.is-active { background: var(--jqz-grad); color: #fff; box-shadow: 0 4px 10px rgba(124, 58, 237, .3); }
.jqz-show-eps__tabs button.is-active span { color: rgba(255, 255, 255, .8); }
.jqz-show-eps__panel { display: none; }
.jqz-show-eps__panel.is-active { display: block; }
.jqz-show-eps__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 8px; }
.jqz-show-eps__grid a { display: inline-flex; align-items: center; justify-content: center; padding: 10px 12px; background: var(--jqz-bg-alt); color: var(--jqz-text-2); border-radius: var(--jqz-radius-sm); font-size: 13px; font-weight: 500; text-align: center; transition: all var(--jqz-trans); border: 1px solid transparent; }
.jqz-show-eps__grid a:hover { background: var(--jqz-grad-soft); color: var(--jqz-primary); border-color: var(--jqz-primary-light); transform: translateY(-1px); }

/* ============================================================
   内容详情页 · 相关推荐
   ============================================================ */
.jqz-show-related { margin-top: 32px; }
.jqz-show-related__head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.jqz-show-related__head h2 { margin: 0; font-size: 18px; font-weight: 700; color: var(--jqz-text); display: inline-flex; align-items: baseline; gap: 10px; }
.jqz-show-related__head em { font-size: 13px; font-style: normal; color: var(--jqz-text-3); font-weight: 500; }
.jqz-show-related__more { margin-left: auto; font-size: 13px; color: var(--jqz-primary); font-weight: 600; transition: color var(--jqz-trans); }
.jqz-show-related__more:hover { color: var(--jqz-primary-dark); }

/* ============================================================
   回到顶部
   ============================================================ */
.jqz-top { position: fixed; right: 24px; bottom: 24px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--jqz-grad); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--jqz-shadow-purple); opacity: 0; pointer-events: none; transform: translateY(8px); transition: all var(--jqz-trans); z-index: 40; }
.jqz-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.jqz-top:hover { transform: translateY(-2px); }
.jqz-top svg { width: 20px; height: 20px; }

/* ============================================================
   响应式 Responsive
   ============================================================ */
@media (max-width: 1100px) {
  .jqz-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .jqz-grid--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .jqz-grid--6 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .jqz-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jqz-search { width: 200px; }
  .jqz-footer__grid { grid-template-columns: 1.4fr 1.2fr 1fr; gap: 36px; }
  .jqz-footer__contact { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .jqz-list-hero__title h1 { font-size: 28px; }
  .jqz-list-hero__count b { font-size: 24px; }
  /* 中等屏（1100~970px）：观影卡合并到信息列下方 */
  .jqz-show__hero { grid-template-columns: 220px minmax(0, 1fr); gap: 36px; }
  .jqz-show__title { font-size: 36px; }
  .jqz-show__info { gap: 20px; }
  .jqz-show__panel {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    padding: 18px 20px;
  }
  .jqz-show__panel-stats {
    flex: 0 0 auto;
    border-bottom: 0;
    border-right: 1px dashed rgba(255, 255, 255, .12);
    padding-bottom: 0;
    padding-right: 22px;
  }
  .jqz-show__panel > .jqz-show__play { flex: 1 1 auto; min-width: 280px; }
  .jqz-show__panel-tip { display: none; }
  .jqz-show__play { min-width: 240px; }
}

@media (max-width: 860px) {
  .jqz-wrap { padding: 0 16px; }
  .jqz-nav, .jqz-search, .jqz-cta { display: none; }
  .jqz-iconbtn--search { display: inline-flex; margin-left: auto; }
  .jqz-burger { display: inline-flex; }
  .jqz-header__inner { gap: 10px; height: 60px; }
  .jqz-hero__inner { padding: 56px 0 64px; }
  .jqz-hero__title { font-size: 36px; line-height: 1.22; }
  .jqz-hero__title-sub { font-size: 14px; margin-top: 10px; letter-spacing: 1px; }
  .jqz-hero__lead { font-size: 15px; margin-bottom: 28px; }
  .jqz-hero__chips { gap: 10px; }
  .jqz-hero__chips a { padding: 10px 18px; font-size: 13px; }
  .jqz-hero__stats { margin-top: 40px; padding-top: 24px; gap: 0; }
  .jqz-hero__stat { padding: 4px 16px; }
  .jqz-hero__stat b { font-size: 24px; }
  .jqz-hero__stat + .jqz-hero__stat::before { height: 30px; }
  .jqz-section { padding: 40px 0; }
  .jqz-section__title { font-size: 19px; }
  .jqz-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .jqz-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jqz-grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .jqz-cats { grid-template-columns: 1fr; }
  .jqz-card__body { padding: 14px; }
  .jqz-card__title { font-size: 15px; min-height: 42px; }
  .jqz-list-hero { padding: 22px 0 26px; }
  .jqz-list-hero__head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .jqz-list-hero__title h1 { font-size: 24px; }
  .jqz-list-hero__lead { font-size: 13px; }
  .jqz-list-hero__count { padding: 8px 16px; align-self: stretch; text-align: left; display: flex; align-items: baseline; gap: 8px; }
  .jqz-list-hero__count b { font-size: 22px; margin-bottom: 0; }
  .jqz-subcats { flex-direction: column; align-items: stretch; gap: 12px; padding: 14px 16px; }
  .jqz-subcats__label { align-self: flex-start; }
  .jqz-sortbar { margin: 14px 0 16px; padding: 10px 0; gap: 12px; }
  .jqz-sortbar__tabs { width: 100%; justify-content: space-between; }
  .jqz-sortbar__tab { flex: 1; justify-content: center; padding: 8px 8px; font-size: 12px; }
  .jqz-pager { gap: 4px; margin: 28px 0 4px; }
  .jqz-pager a, .jqz-pager span, .jqz-pager strong, .jqz-pager b { min-width: 34px; height: 34px; padding: 0 10px; font-size: 12px; }
  /* show（移动端：海报 + 信息 + 观影卡 三段堆叠） */
  .jqz-show { padding: 22px 0 40px; }
  .jqz-show__hero { grid-template-columns: 1fr; gap: 22px; }
  .jqz-show__panel {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
  }
  .jqz-show__panel-stats {
    flex: 1 1 auto;
    border-right: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .12);
    padding-right: 0;
    padding-bottom: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .jqz-show__panel-stat b { font-size: 18px; }
  .jqz-show__panel-tip { display: flex; font-size: 11.5px; padding: 9px 12px; }
  .jqz-show__lead { max-width: 100%; font-size: 13px; line-height: 1.7; -webkit-line-clamp: 3; }
  .jqz-show__poster { max-width: 200px; margin: 0 auto; }
  .jqz-show__poster-glow { inset: -20px -20px -28px -20px; }
  .jqz-show__info { gap: 18px; align-items: stretch; padding-top: 0; }
  .jqz-show__kicker { margin: 0 auto; }
  .jqz-show__title { font-size: 26px; text-align: center; }
  .jqz-show__subline { justify-content: center; font-size: 13px; }
  .jqz-show__stats { justify-content: center; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .08); border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .jqz-show__stat { padding: 0 16px; }
  .jqz-show__stat + .jqz-show__stat { padding-left: 16px; }
  .jqz-show__stat-ico { width: 28px; height: 28px; border-radius: 8px; }
  .jqz-show__stat-ico svg { width: 14px; height: 14px; }
  .jqz-show__stat-txt b { font-size: 15px; }
  .jqz-show__stat-txt i { font-size: 10.5px; margin-top: 1px; }
  .jqz-show__meta-grid { gap: 8px; text-align: center; }
  .jqz-show__meta-row { justify-content: center; font-size: 13px; flex-wrap: wrap; }
  .jqz-show__meta-row--actors { flex-direction: column; align-items: center; gap: 4px; }
  .jqz-show__meta-lbl { font-size: 12px; min-width: 0; }
  .jqz-show__actors { justify-content: center; }
  .jqz-show__actor { font-size: 12.5px; }
  .jqz-show__actor:not(:last-child)::after { margin: 0 4px 0 6px; }
  .jqz-show__actions { flex-direction: column; gap: 12px; margin-top: 4px; }
  .jqz-show__play {
    width: 100%; min-width: 0;
    justify-content: center;
    gap: 14px;
    padding: 16px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #7c3aed 0%, #9333ea 45%, #d946ef 100%);
    box-shadow:
      0 18px 38px -12px rgba(124, 58, 237, .75),
      0 4px 10px -2px rgba(0, 0, 0, .3),
      inset 0 1px 0 rgba(255, 255, 255, .25);
    position: relative;
    overflow: hidden;
  }
  .jqz-show__play::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .14), transparent);
    border-radius: 18px 18px 0 0;
    pointer-events: none;
  }
  .jqz-show__play-ico {
    width: 42px; height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    color: #7c3aed;
    box-shadow: 0 6px 14px -4px rgba(15, 5, 47, .55), inset 0 -2px 0 rgba(124, 58, 237, .12);
  }
  .jqz-show__play-ico svg { width: 20px; height: 20px; margin-left: 3px; filter: none; }
  .jqz-show__play-txt { flex: 0 0 auto; align-items: flex-start; }
  .jqz-show__play-txt b { font-size: 16px; letter-spacing: 1px; }
  .jqz-show__play-txt i { font-size: 11.5px; letter-spacing: .2px; }
  .jqz-show__play-arrow { display: none; }
  .jqz-show__play:hover { transform: translateY(-2px); }
  .jqz-show__play:hover .jqz-show__play-ico { transform: scale(1.05); background: #fff; }
  .jqz-show__play:active { transform: scale(.98); }

  .jqz-show__action-side { width: 100%; gap: 10px; }
  .jqz-show__action-side .jqz-show__icon {
    flex: 1; min-width: 0;
    padding: 11px;
    flex-direction: row; gap: 8px;
    border-radius: 14px;
  }
  .jqz-show__icon svg { width: 16px; height: 16px; }
  .jqz-show__icon-lbl { font-size: 12.5px; font-weight: 600; }
  .jqz-show__crumb strong { max-width: 240px; }
  .jqz-show-story, .jqz-show-eps { padding: 18px 16px; margin-top: 16px; }
  .jqz-show-story__head h2, .jqz-show-eps__title h2, .jqz-show-related__head h2 { font-size: 16px; }
  .jqz-show-eps__head { gap: 10px; margin-bottom: 14px; }
  .jqz-show-eps__tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
  .jqz-show-eps__tabs button { white-space: nowrap; flex-shrink: 0; }
  .jqz-show-eps__grid { grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); gap: 6px; }
  .jqz-show-eps__grid a { padding: 9px 10px; font-size: 12px; }
  .jqz-footer { padding: 48px 0 20px; margin-top: 40px; }
  .jqz-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; margin-bottom: 32px; }
  .jqz-footer__brand { grid-column: 1 / -1; text-align: center; padding-bottom: 28px; border-bottom: 1px solid rgba(226, 232, 240, .06); }
  .jqz-footer__brand .jqz-logo { justify-content: center; }
  .jqz-footer__desc { max-width: 420px; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
  .jqz-footer__social { justify-content: center; }
  .jqz-footer__col--chips, .jqz-footer__col--contact { grid-column: 1 / -1; }
  .jqz-footer__contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
  .jqz-footer__bottom { flex-direction: column-reverse; text-align: center; gap: 14px; padding-top: 20px; }
  .jqz-footer__copy { text-align: center; }
  .jqz-footer__policy { justify-content: center; }
}

@media (max-width: 520px) {
  .jqz-hero__inner { padding: 48px 0 56px; }
  .jqz-hero__title { font-size: 28px; }
  .jqz-hero__title-sub { font-size: 13px; }
  .jqz-hero__chips { gap: 8px; max-width: 100%; }
  .jqz-hero__chips a { padding: 9px 16px; font-size: 12px; }
  .jqz-hero__chips a::before { width: 5px; height: 5px; }
  .jqz-hero__stats { flex-wrap: wrap; gap: 0; margin-top: 32px; padding-top: 20px; }
  .jqz-hero__stat { padding: 8px 0; flex: 1 1 50%; }
  .jqz-hero__stat:nth-child(2)::before { display: none; }
  .jqz-hero__stat:nth-child(3) { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 16px; margin-top: 8px; }
  .jqz-hero__stat:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 16px; margin-top: 8px; }
  .jqz-hero__stat:nth-child(4)::before { display: none; }
  .jqz-hero__stat b { font-size: 22px; }
  .jqz-hero__stat em { font-size: 11px; }
  .jqz-grid--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jqz-list-hero__title h1 { font-size: 20px; }
  .jqz-subcats__items a { padding: 5px 10px; font-size: 12px; }
  .jqz-sortbar__title b { font-size: 14px; }
  .jqz-sortbar__title em { font-size: 12px; }
  .jqz-empty { padding: 40px 16px; }
  .jqz-empty svg { width: 40px; height: 40px; }
  .jqz-overlay { padding: 8vh 16px 16px; }
  .jqz-overlay__inner { padding: 18px; }
  .jqz-overlay__form input[type="search"] { font-size: 14px; padding: 10px 0; }
  .jqz-overlay__form button { padding: 9px 16px; }
  .jqz-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .jqz-footer__contact { grid-template-columns: 1fr; }
}

@media print {
  .jqz-header, .jqz-drawer, .jqz-overlay, .jqz-top { display: none !important; }
  .jqz-hero { color: #000; background: #fff !important; }
}

/* =====================================================================
   播放页（play.temp.jqz.htm）影院级布局
   ===================================================================== */
.jqz-body--play { background: #0c0820; }
.jqz-play { padding: 0 0 60px; }

/* ── 影院 HERO 区 ── */
.jqz-cinema {
  position: relative; isolation: isolate;
  padding: 26px 0 36px;
  background: #0c0820;
}
.jqz-cinema__bd {
  position: absolute; inset: 0; z-index: -2;
  background-image: var(--jqz-bd, none);
  background-size: cover; background-position: center;
  filter: blur(48px) saturate(1.1) brightness(.45);
  transform: scale(1.15);
  opacity: .65;
}
.jqz-cinema__veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 80% at 30% 0%, rgba(124, 58, 237, .35) 0%, transparent 60%),
    radial-gradient(50% 70% at 90% 100%, rgba(236, 72, 153, .25) 0%, transparent 60%),
    linear-gradient(180deg, rgba(12, 8, 32, .65) 0%, rgba(12, 8, 32, .95) 100%);
}
.jqz-cinema__crumb {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255, 255, 255, .65);
  margin-bottom: 18px;
}
.jqz-cinema__crumb a { color: rgba(255, 255, 255, .8); text-decoration: none; transition: color .18s; }
.jqz-cinema__crumb a:hover { color: #fff; }
.jqz-cinema__crumb svg { width: 13px; height: 13px; opacity: .5; }
.jqz-cinema__crumb strong { color: #fff; font-weight: 600; max-width: 320px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.jqz-cinema__grid {
  display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; align-items: start;
}
.jqz-cinema__grid--single { grid-template-columns: minmax(0, 1fr); max-width: 1100px; margin: 0 auto; }
.jqz-cinema__stage { min-width: 0; }
.jqz-cinema__side { min-width: 0; }

/* 安全提示条 */
.jqz-safety {
  margin-top: 14px;
  display: flex; align-items: center; gap: 10px;
  padding: 11px 16px; border-radius: 12px;
  background: rgba(251, 191, 36, .08);
  border: 1px solid rgba(251, 191, 36, .25);
  color: rgba(255, 255, 255, .8); font-size: 12.5px; line-height: 1.5;
}
.jqz-safety__ico { width: 22px; height: 22px; flex-shrink: 0; color: #fbbf24; display: inline-flex; align-items: center; justify-content: center; }
.jqz-safety__ico svg { width: 100%; height: 100%; }
.jqz-safety__txt { flex: 1; min-width: 0; }
.jqz-safety__txt strong { color: #fbbf24; font-weight: 600; }

/* ── 播放器容器 ── */
.jqz-player {
  position: relative; width: 100%;
  background: #000;
  border-radius: 18px; overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 30px 70px -25px rgba(0, 0, 0, .85), 0 0 0 1px rgba(255, 255, 255, .06) inset;
}
.jqz-player video,
.jqz-player iframe { width: 100%; height: 100%; border: 0; background: #000; display: block; }
.jqz-player[data-kind="empty"] { aspect-ratio: 16 / 7; background: linear-gradient(135deg, #1a0f3a, #2d1b5e); }
.jqz-player__empty {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  color: rgba(255, 255, 255, .72); padding: 24px;
}
.jqz-player__empty svg { width: 56px; height: 56px; opacity: .55; }
.jqz-player__empty p { margin: 0; font-size: 15px; }
.jqz-player__back {
  padding: 10px 22px; border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  color: #fff; text-decoration: none; font-weight: 600; font-size: 13.5px;
  box-shadow: 0 12px 26px -12px rgba(124, 58, 237, .65);
}
.jqz-player__cover {
  position: absolute; inset: 0;
  border: 0; padding: 0; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  background-size: cover; background-position: center; background-color: #1a1228; color: #fff;
}
.jqz-player__cover::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10, 6, 19, .35) 0%, rgba(10, 6, 19, .8) 100%);
}
.jqz-player__cover > * { position: relative; z-index: 1; }
.jqz-player__btn {
  width: 84px; height: 84px; border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: 0 18px 38px -10px rgba(124, 58, 237, .65);
  transition: transform .25s ease;
}
.jqz-player__btn svg { width: 36px; height: 36px; margin-left: 4px; }
.jqz-player__cover:hover .jqz-player__btn { transform: scale(1.08); }
.jqz-player__hint { font-size: 15px; font-weight: 600; }
.jqz-player__warn { font-size: 12px; color: rgba(255, 255, 255, .65); }

/* ── 播放器下方标题条（深色玻璃） ── */
.jqz-stage-bar {
  margin-top: 16px;
  display: flex; align-items: stretch; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  padding: 18px 22px;
}
.jqz-stage-bar__l { flex: 1 1 320px; min-width: 0; }
.jqz-stage-bar__chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 999px;
  background: rgba(124, 58, 237, .25); color: #d8c6ff;
  font-size: 12px; font-weight: 600; letter-spacing: .3px;
}
.jqz-stage-bar__dot { width: 6px; height: 6px; border-radius: 50%; background: #c084fc; animation: jqzPulse 1.5s ease-in-out infinite; }
@keyframes jqzPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(1.4); } }
.jqz-stage-bar__title { margin: 10px 0 8px; font-size: 22px; font-weight: 700; color: #fff; line-height: 1.35; }
.jqz-stage-bar__title a { color: inherit; text-decoration: none; transition: color .18s; }
.jqz-stage-bar__title a:hover { color: #c084fc; }
.jqz-stage-bar__title em { font-style: normal; color: #c084fc; font-weight: 600; margin-left: 10px; font-size: 16px; }
.jqz-stage-bar__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; font-size: 13px; color: rgba(255, 255, 255, .7); }
.jqz-stage-bar__meta > span { display: inline-flex; align-items: center; gap: 4px; }
.jqz-stage-bar__cat {
  padding: 3px 10px; border-radius: 6px;
  background: rgba(124, 58, 237, .25); color: #d8c6ff;
  text-decoration: none; font-weight: 600; font-size: 12px; transition: background .18s;
}
.jqz-stage-bar__cat:hover { background: rgba(124, 58, 237, .4); }
.jqz-stage-bar__hot { color: #fbbf24; }
.jqz-stage-bar__hot svg { width: 13px; height: 13px; }
.jqz-stage-bar__score { color: #fbbf24; font-weight: 600; }
.jqz-stage-bar__score svg { width: 14px; height: 14px; }
.jqz-stage-bar__score b { color: #fbbf24; font-size: 15px; margin-left: 3px; }
.jqz-stage-bar__r { display: flex; align-items: center; gap: 8px; flex-shrink: 0; flex-wrap: wrap; align-self: flex-end; }
.jqz-stage-bar__btn {
  display: inline-flex; align-items: center; gap: 6px;
  height: 40px; padding: 0 16px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .05);
  color: #fff; font-size: 13px; font-weight: 600; text-decoration: none;
  cursor: pointer; transition: all .2s ease;
}
.jqz-stage-bar__btn svg { width: 16px; height: 16px; }
.jqz-stage-bar__btn:hover:not(.is-disabled) { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .35); transform: translateY(-1px); }
.jqz-stage-bar__btn--primary {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  border-color: transparent;
  box-shadow: 0 10px 24px -10px rgba(124, 58, 237, .8);
}
.jqz-stage-bar__btn--primary:hover:not(.is-disabled) { box-shadow: 0 14px 30px -10px rgba(236, 72, 153, .9); transform: translateY(-2px); }
.jqz-stage-bar__btn.is-disabled { opacity: .35; cursor: not-allowed; }
.jqz-stage-bar__icon {
  width: 40px; height: 40px; padding: 0; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .05);
  color: #fff; cursor: pointer; transition: all .2s ease;
}
.jqz-stage-bar__icon svg { width: 17px; height: 17px; }
.jqz-stage-bar__icon:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .35); transform: translateY(-1px); }
.jqz-stage-bar__icon[aria-pressed="true"] { background: rgba(236, 72, 153, .25); border-color: rgba(236, 72, 153, .6); color: #fbcfe8; }
.jqz-stage-bar__icon[aria-pressed="true"] svg { fill: #fbcfe8; }

/* ── 右侧选集面板 ── */
.jqz-eppanel {
  display: flex; flex-direction: column;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  overflow: hidden;
  max-height: calc(56.25vw * 0.62 + 160px);
  min-height: 380px;
}
/* 单集 / 单集 + 单线路 时不再撑满 */
.jqz-cinema__grid--single .jqz-eppanel { min-height: 0; max-height: none; }
.jqz-eppanel__head { padding: 18px 18px 12px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.jqz-eppanel__title { display: flex; align-items: center; gap: 10px; color: #fff; margin-bottom: 12px; }
.jqz-eppanel__title svg { width: 18px; height: 18px; color: #c084fc; }
.jqz-eppanel__title h2 { margin: 0; font-size: 16px; font-weight: 700; }
.jqz-eppanel__title em { margin-left: auto; font-style: normal; font-size: 12.5px; color: rgba(255, 255, 255, .55); font-weight: 500; }
.jqz-eppanel__lines { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.jqz-eppanel__lines::-webkit-scrollbar { height: 4px; }
.jqz-eppanel__lines::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, .15); border-radius: 2px; }
.jqz-eppanel__line {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .75); font-size: 12.5px; font-weight: 600; text-decoration: none;
  white-space: nowrap; transition: all .18s;
}
.jqz-eppanel__line em { font-style: normal; font-size: 11px; color: rgba(255, 255, 255, .5); }
.jqz-eppanel__line:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.jqz-eppanel__line.is-active {
  background: linear-gradient(135deg, #7c3aed, #ec4899); color: #fff; border-color: transparent;
  box-shadow: 0 6px 16px -8px rgba(124, 58, 237, .6);
}
.jqz-eppanel__line.is-active em { color: rgba(255, 255, 255, .85); }
.jqz-eppanel__scroll {
  flex: 1; overflow-y: auto; padding: 14px 18px; scrollbar-width: thin;
}
.jqz-eppanel__scroll::-webkit-scrollbar { width: 6px; }
.jqz-eppanel__scroll::-webkit-scrollbar-track { background: transparent; }
.jqz-eppanel__scroll::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, .15); border-radius: 3px; }
.jqz-eppanel__scroll::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, .25); }
.jqz-eppanel__grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 8px;
}
.jqz-eppanel__ep {
  position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  padding: 10px 6px;
  border-radius: 10px; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .8); font-size: 12px; text-decoration: none;
  transition: all .18s ease; min-height: 56px;
}
.jqz-eppanel__epnum { font-size: 15px; font-weight: 700; color: #fff; line-height: 1; }
.jqz-eppanel__epname { font-size: 11px; color: rgba(255, 255, 255, .55); max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jqz-eppanel__ep:hover { background: rgba(124, 58, 237, .2); border-color: rgba(192, 132, 252, .4); color: #fff; transform: translateY(-1px); }
.jqz-eppanel__ep.is-current {
  background: linear-gradient(135deg, #7c3aed, #ec4899); border-color: transparent;
  box-shadow: 0 10px 22px -10px rgba(124, 58, 237, .7), 0 0 0 2px rgba(192, 132, 252, .35);
}
.jqz-eppanel__ep.is-current .jqz-eppanel__epnum,
.jqz-eppanel__ep.is-current .jqz-eppanel__epname { color: #fff; }
.jqz-eppanel__epico {
  position: absolute; top: 4px; right: 4px;
  width: 14px; height: 14px; color: rgba(255, 255, 255, .9);
}
.jqz-eppanel__epico svg { width: 100%; height: 100%; }

/* ── 主信息区 ── */
.jqz-pinfo { background: linear-gradient(180deg, #f8f7ff 0%, #fdfcff 100%); padding: 32px 0 0; }
.jqz-pinfo__grid {
  display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 24px; align-items: start;
}
.jqz-pinfo__left { min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.jqz-pinfo__main { min-width: 0; display: flex; flex-direction: column; gap: 24px; }

/* 封面卡片 */
.jqz-pcard {
  background: #fff; border: 1px solid rgba(124, 58, 237, .08); border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px -22px rgba(15, 5, 47, .3);
}
.jqz-pcard__poster {
  position: relative; aspect-ratio: 3 / 4; overflow: hidden;
  background: linear-gradient(135deg, #f5f3ff, #fce7f3);
}
.jqz-pcard__poster img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jqz-pcard__badge {
  position: absolute; top: 12px; right: 12px;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 11px; border-radius: 999px;
  background: rgba(0, 0, 0, .65); color: #fbbf24; font-weight: 700;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  font-size: 13px;
}
.jqz-pcard__badge svg { width: 13px; height: 13px; }
.jqz-pcard__badge b { font-size: 14px; }
.jqz-pcard__body { padding: 16px 18px 18px; }
.jqz-pcard__title { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: #1a0b3a; line-height: 1.4; }
.jqz-pcard__sub { margin: 0 0 12px; font-size: 12.5px; color: #6b6589; display: flex; flex-wrap: wrap; gap: 4px 10px; }
.jqz-pcard__sub > span { position: relative; }
.jqz-pcard__sub > span + span::before { content: '·'; margin-right: 10px; color: #d4cfeb; }
.jqz-pcard__dl { margin: 0; padding: 12px 0 14px; border-top: 1px solid rgba(226, 232, 240, .8); border-bottom: 1px solid rgba(226, 232, 240, .8); display: grid; gap: 7px; font-size: 13px; }
.jqz-pcard__dl > div { display: flex; align-items: flex-start; gap: 10px; }
.jqz-pcard__dl dt { width: 36px; color: #6b6589; font-weight: 500; flex-shrink: 0; }
.jqz-pcard__dl dd { margin: 0; color: #2c2052; flex: 1; line-height: 1.6; word-break: break-word; }
.jqz-pcard__cta { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.jqz-pcard__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  height: 40px; border-radius: 12px;
  border: 1px solid rgba(124, 58, 237, .15); background: #fff; color: #4a3e6e;
  font-size: 13px; font-weight: 600; text-decoration: none;
  transition: all .18s;
}
.jqz-pcard__btn svg { width: 15px; height: 15px; }
.jqz-pcard__btn:hover { background: rgba(124, 58, 237, .06); border-color: rgba(124, 58, 237, .35); color: #7c3aed; }
.jqz-pcard__btn--primary {
  background: linear-gradient(135deg, #7c3aed, #ec4899); color: #fff; border-color: transparent;
  box-shadow: 0 10px 22px -10px rgba(124, 58, 237, .6);
}
.jqz-pcard__btn--primary:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 14px 28px -10px rgba(236, 72, 153, .7); }

/* 观影提示 */
.jqz-pnotice {
  display: flex; gap: 10px; align-items: flex-start;
  background: linear-gradient(135deg, rgba(251, 191, 36, .08), rgba(236, 72, 153, .05));
  border: 1px dashed rgba(251, 191, 36, .35);
  border-radius: 14px; padding: 14px;
}
.jqz-pnotice__ico { width: 32px; height: 32px; border-radius: 8px; background: rgba(251, 191, 36, .15); color: #d97706; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.jqz-pnotice__ico svg { width: 16px; height: 16px; }
.jqz-pnotice__body { font-size: 12.5px; color: #6b6589; line-height: 1.55; }
.jqz-pnotice__body strong { display: block; color: #1a0b3a; font-size: 13px; margin-bottom: 2px; }
.jqz-pnotice__body p { margin: 0; }

/* 通用段落标题（剧情/演员/推荐） */
.jqz-psec { background: #fff; border: 1px solid rgba(124, 58, 237, .08); border-radius: 18px; padding: 22px 24px; box-shadow: 0 10px 28px -22px rgba(15, 5, 47, .25); }
.jqz-psec__head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.jqz-psec__bar { width: 4px; height: 18px; border-radius: 2px; background: linear-gradient(180deg, #7c3aed, #ec4899); flex-shrink: 0; }
.jqz-psec__head h2 { margin: 0; font-size: 17px; font-weight: 700; color: #1a0b3a; }
.jqz-psec__head em { font-style: normal; font-size: 12.5px; color: #6b6589; font-weight: 500; }
.jqz-psec__more { margin-left: auto; font-size: 13px; color: #7c3aed; text-decoration: none; font-weight: 600; transition: color .18s; }
.jqz-psec__more:hover { color: #ec4899; }

/* 演员墙 */
.jqz-pactors { display: grid; grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); gap: 12px; }
.jqz-pactor {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 12px 8px; border-radius: 12px;
  background: linear-gradient(180deg, #faf8ff, #fff); border: 1px solid rgba(124, 58, 237, .08);
  text-decoration: none; color: inherit;
  transition: all .2s;
}
.jqz-pactor:hover { border-color: rgba(124, 58, 237, .35); transform: translateY(-2px); box-shadow: 0 10px 24px -12px rgba(124, 58, 237, .35); }
.jqz-pactor__avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #ec4899); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; line-height: 1;
  box-shadow: 0 8px 18px -8px rgba(124, 58, 237, .5);
}
.jqz-pactor__name { font-size: 12.5px; font-weight: 600; color: #2c2052; text-align: center; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 相关推荐 */
.jqz-precoms { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
.jqz-precom {
  display: flex; flex-direction: column; gap: 8px;
  text-decoration: none; color: inherit;
  transition: transform .22s;
}
.jqz-precom:hover { transform: translateY(-3px); }
.jqz-precom__cover {
  position: relative; aspect-ratio: 2 / 3; border-radius: 12px; overflow: hidden;
  background: linear-gradient(135deg, #f5f3ff, #fce7f3);
  box-shadow: 0 10px 22px -14px rgba(15, 5, 47, .35);
}
.jqz-precom__cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.jqz-precom:hover .jqz-precom__cover img { transform: scale(1.06); }
.jqz-precom__score {
  position: absolute; top: 8px; right: 8px;
  padding: 2px 7px; border-radius: 999px;
  background: rgba(0, 0, 0, .65); color: #fbbf24; font-weight: 700; font-size: 11.5px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.jqz-precom__play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s;
  background: rgba(10, 6, 19, .4);
  color: #fff;
}
.jqz-precom__play svg { width: 32px; height: 32px; padding: 10px; border-radius: 50%; background: linear-gradient(135deg, #7c3aed, #ec4899); }
.jqz-precom:hover .jqz-precom__play { opacity: 1; }
.jqz-precom__title { font-size: 13.5px; font-weight: 600; color: #1a0b3a; line-height: 1.4; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.jqz-precom__desc { font-size: 12px; color: #6b6589; line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/* 播放页内的 story 调整 */
.jqz-psec .jqz-show-story { background: transparent; border: 0; padding: 0; box-shadow: none; }
.jqz-psec .jqz-show-story__body { color: #2c2052; font-size: 14px; line-height: 1.85; }

/* =====================================================================
   最近更新 / 排行榜 通用
   ===================================================================== */
.jqz-zui-group { margin-bottom: 36px; }
.jqz-zui-group__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-left: 4px; }
.jqz-zui-group__head h2 { margin: 0; font-size: 18px; font-weight: 700; color: #1a0b3a; display: flex; align-items: baseline; gap: 10px; }
.jqz-zui-group__head em { font-style: normal; font-size: 12.5px; color: #6b6589; font-weight: 500; }

.jqz-rank-trio {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-bottom: 36px;
}
.jqz-rank-card {
  background: #fff; border: 1px solid rgba(124, 58, 237, .08); border-radius: 18px; padding: 22px;
  box-shadow: 0 14px 32px -24px rgba(15, 5, 47, .3);
}
.jqz-rank-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(226, 232, 240, .8); }
.jqz-rank-card__ico {
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, #7c3aed, #ec4899); color: #fff;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.jqz-rank-card__ico svg { width: 20px; height: 20px; }
.jqz-rank-card[data-rank="week"] .jqz-rank-card__ico { background: linear-gradient(135deg, #f97316, #ec4899); }
.jqz-rank-card[data-rank="new"] .jqz-rank-card__ico { background: linear-gradient(135deg, #06b6d4, #7c3aed); }
.jqz-rank-card__title h2 { margin: 0; font-size: 16px; font-weight: 700; color: #1a0b3a; }
.jqz-rank-card__title em { display: block; font-style: normal; font-size: 12px; color: #6b6589; margin-top: 2px; }

.jqz-rank-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.jqz-rank-list__empty { color: #9b95b8; text-align: center; padding: 24px 0; font-size: 13px; }
.jqz-rank-list__item {
  display: grid; grid-template-columns: 30px 56px 1fr; gap: 12px; align-items: center;
  padding: 6px; border-radius: 10px; transition: background .18s;
}
.jqz-rank-list__item:hover { background: rgba(124, 58, 237, .04); }
.jqz-rank-list__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 8px;
  background: #f5f3ff; color: #7c3aed;
  font-weight: 700; font-size: 13px; font-family: 'SF Mono', Consolas, monospace;
}
.jqz-rank-list__item.is-top1 .jqz-rank-list__num { background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #fff; box-shadow: 0 6px 14px -6px rgba(245, 158, 11, .55); }
.jqz-rank-list__item.is-top2 .jqz-rank-list__num { background: linear-gradient(135deg, #cbd5e1, #94a3b8); color: #fff; }
.jqz-rank-list__item.is-top3 .jqz-rank-list__num { background: linear-gradient(135deg, #fb923c, #ea580c); color: #fff; }
.jqz-rank-list__thumb {
  display: block; width: 56px; aspect-ratio: 3 / 4; border-radius: 8px; overflow: hidden;
  background: linear-gradient(135deg, #f5f3ff, #fce7f3); position: relative; flex-shrink: 0;
}
.jqz-rank-list__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.jqz-rank-list__thumb:hover img { transform: scale(1.08); }
.jqz-rank-list__body { min-width: 0; }
.jqz-rank-list__title {
  display: block; font-size: 14px; font-weight: 600; color: #1a0b3a; text-decoration: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.4; margin-bottom: 4px;
}
.jqz-rank-list__title:hover { color: #7c3aed; }
.jqz-rank-list__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 10px; font-size: 12px; color: #6b6589; }
.jqz-rank-list__cat { padding: 1px 7px; border-radius: 5px; background: rgba(124, 58, 237, .08); color: #7c3aed; text-decoration: none; font-weight: 500; font-size: 11.5px; }
.jqz-rank-list__hot { display: inline-flex; align-items: center; gap: 3px; color: #ec4899; }
.jqz-rank-list__hot svg { width: 11px; height: 11px; }
.jqz-rank-list__score { display: inline-flex; align-items: center; gap: 3px; color: #f59e0b; font-weight: 600; }
.jqz-rank-list__score svg { width: 11px; height: 11px; }
.jqz-rank-list__time { color: #9b95b8; }

.jqz-rank-cat { margin-bottom: 36px; }
.jqz-rank-cat__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-left: 4px; }
.jqz-rank-cat__head h2 { margin: 0; font-size: 17px; font-weight: 700; color: #1a0b3a; display: flex; align-items: baseline; gap: 10px; flex: 1; min-width: 0; }
.jqz-rank-cat__head em { font-style: normal; font-size: 12.5px; color: #6b6589; font-weight: 500; }
.jqz-rank-cat__more { color: #7c3aed; text-decoration: none; font-size: 13px; font-weight: 600; flex-shrink: 0; }
.jqz-rank-cat__more:hover { color: #ec4899; }

.jqz-card--ranked .jqz-card__cover { position: relative; }
.jqz-card__rank {
  position: absolute; top: 8px; left: 8px; z-index: 3;
  min-width: 26px; height: 26px; padding: 0 8px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(15, 5, 47, .82); color: #fff; backdrop-filter: blur(6px);
  border-radius: 8px; font-weight: 700; font-size: 13px;
  font-family: 'SF Mono', Consolas, monospace;
}
.jqz-card--ranked:nth-child(1) .jqz-card__rank { background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #fff; }
.jqz-card--ranked:nth-child(2) .jqz-card__rank { background: linear-gradient(135deg, #cbd5e1, #94a3b8); color: #fff; }
.jqz-card--ranked:nth-child(3) .jqz-card__rank { background: linear-gradient(135deg, #fb923c, #ea580c); color: #fff; }

.jqz-grid--5 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }

/* =====================================================================
   搜索页（search_page.temp.jqz.htm）
   ===================================================================== */
.jqz-body--search { background: linear-gradient(180deg, #f8f7ff 0%, #fdfcff 100%); }
.jqz-search-hero { padding: 18px 0 24px; }
.jqz-search-hero__inner {
  display: grid; grid-template-columns: 1fr 240px; gap: 28px;
  background: linear-gradient(135deg, #1a0b3a 0%, #2a1454 50%, #4a1d8f 100%);
  border-radius: 20px;
  padding: 30px 32px;
  color: #fff;
  position: relative; overflow: hidden;
  box-shadow: 0 20px 50px -20px rgba(74, 29, 143, .5);
  margin-top: 12px;
}
.jqz-search-hero__inner::before {
  content: ''; position: absolute; top: -50%; right: -10%; width: 60%; height: 200%;
  background: radial-gradient(circle, rgba(236, 72, 153, .25), transparent 60%); pointer-events: none;
}
.jqz-search-hero__body { position: relative; z-index: 1; min-width: 0; }
.jqz-search-hero__kicker {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px;
  background: rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .9);
  font-size: 12px; font-weight: 600; backdrop-filter: blur(4px);
}
.jqz-search-hero__kicker svg { width: 13px; height: 13px; }
.jqz-search-hero__title { margin: 14px 0 8px; font-size: 26px; font-weight: 700; letter-spacing: -.5px; line-height: 1.3; }
.jqz-search-hero__title em { font-style: normal; background: linear-gradient(135deg, #fbbf24, #ec4899); -webkit-background-clip: text; background-clip: text; color: transparent; padding: 0 4px; }
.jqz-search-hero__lead { margin: 0 0 22px; color: rgba(255, 255, 255, .75); font-size: 14px; line-height: 1.7; max-width: 580px; }
.jqz-search-hero__form {
  display: flex; align-items: center; gap: 8px; padding: 6px 6px 6px 18px;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px; backdrop-filter: blur(8px);
}
.jqz-search-hero__form svg { width: 18px; height: 18px; color: rgba(255, 255, 255, .7); flex-shrink: 0; }
.jqz-search-hero__form input[type="search"] {
  flex: 1; min-width: 0; padding: 10px 4px; background: transparent; border: 0; outline: 0;
  color: #fff; font-size: 15px; -webkit-appearance: none;
}
.jqz-search-hero__form input[type="search"]::placeholder { color: rgba(255, 255, 255, .55); }
.jqz-search-hero__form button[type="submit"] {
  padding: 11px 22px; border: 0; border-radius: 10px; cursor: pointer; flex-shrink: 0;
  background: linear-gradient(135deg, #ec4899, #f97316); color: #fff;
  font-size: 14px; font-weight: 600;
  box-shadow: 0 10px 22px -10px rgba(236, 72, 153, .65);
  transition: transform .18s ease;
}
.jqz-search-hero__form button[type="submit"]:hover { transform: translateY(-1px); }
.jqz-search-hero__hot { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.jqz-search-hero__hot-label { font-size: 12.5px; color: rgba(255, 255, 255, .7); margin-right: 4px; font-weight: 500; }
.jqz-search-hero__hot .jqz-chip {
  padding: 5px 12px; border-radius: 999px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .85); font-size: 12.5px; text-decoration: none; transition: all .15s;
}
.jqz-search-hero__hot .jqz-chip:hover { background: rgba(255, 255, 255, .18); color: #fff; }
.jqz-search-hero__stat {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px; padding: 22px 18px;
}
.jqz-search-hero__stat-ico { width: 36px; height: 36px; color: rgba(255, 255, 255, .8); }
.jqz-search-hero__stat-ico svg { width: 100%; height: 100%; }
.jqz-search-hero__stat strong { font-size: 32px; font-weight: 800; color: #fff; font-family: 'SF Mono', Consolas, monospace; }
.jqz-search-hero__stat em { font-style: normal; font-size: 12px; color: rgba(255, 255, 255, .7); }

.jqz-search-result { padding-top: 16px; padding-bottom: 16px; }
.jqz-search-result__head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-bottom: 14px; margin-bottom: 16px;
  border-bottom: 1px solid rgba(226, 232, 240, .8);
}
.jqz-search-result__count { font-size: 14px; color: #4a3e6e; }
.jqz-search-result__count strong { color: #7c3aed; font-size: 17px; font-weight: 800; padding: 0 4px; font-family: 'SF Mono', Consolas, monospace; }
.jqz-search-result__count em { font-style: normal; color: #ec4899; font-weight: 600; padding: 0 4px; }
.jqz-search-result__tips { font-size: 12.5px; color: #9b95b8; }

.jqz-slist { display: flex; flex-direction: column; gap: 16px; }
.jqz-sitem {
  display: grid; grid-template-columns: 160px 1fr; gap: 20px;
  background: #fff; border: 1px solid rgba(124, 58, 237, .08); border-radius: 16px;
  padding: 16px; box-shadow: 0 8px 22px -18px rgba(15, 5, 47, .25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.jqz-sitem:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -18px rgba(124, 58, 237, .3); }
.jqz-sitem__cover {
  display: block; position: relative; width: 160px; aspect-ratio: 3 / 4;
  border-radius: 12px; overflow: hidden;
  background: linear-gradient(135deg, #f5f3ff, #fce7f3);
}
.jqz-sitem__img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.jqz-sitem__cover:hover .jqz-sitem__img { transform: scale(1.05); }
.jqz-sitem__cover img.is-broken { opacity: 0; }
.jqz-sitem__cover img.is-broken + .jqz-card__broken { opacity: 1; }
.jqz-sitem__body { min-width: 0; display: flex; flex-direction: column; }
.jqz-sitem__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.jqz-sitem__title { margin: 0; font-size: 17px; font-weight: 700; color: #1a0b3a; line-height: 1.4; flex: 1; min-width: 0; }
.jqz-sitem__title a { color: inherit; text-decoration: none; }
.jqz-sitem__title a:hover { color: #7c3aed; }
.jqz-sitem__title mark { background: linear-gradient(180deg, transparent 60%, rgba(236, 72, 153, .3) 60%); color: #ec4899; padding: 0 2px; font-weight: 700; }
.jqz-sitem__score {
  display: inline-flex; align-items: center; gap: 4px; padding: 3px 9px;
  background: linear-gradient(135deg, rgba(245, 158, 11, .15), rgba(236, 72, 153, .12));
  color: #f59e0b; border-radius: 999px; font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.jqz-sitem__score svg { width: 12px; height: 12px; }
.jqz-sitem__score strong { color: #f59e0b; font-size: 13px; }
.jqz-sitem__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 10px; font-size: 12.5px; color: #6b6589; }
.jqz-sitem__meta-item { display: inline-flex; align-items: center; gap: 4px; }
.jqz-sitem__meta-item svg { width: 12px; height: 12px; color: #9b95b8; }
.jqz-sitem__meta-item--cat span { color: #7c3aed; font-weight: 600; }
.jqz-sitem__desc {
  margin: 0 0 14px; color: #6b6589; font-size: 13.5px; line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.jqz-sitem__cta { display: flex; align-items: center; gap: 10px; margin-top: auto; flex-wrap: wrap; }
.jqz-sitem__btn {
  display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px;
  border-radius: 10px; border: 1px solid rgba(124, 58, 237, .18);
  color: #4a3e6e; background: #fff; text-decoration: none;
  font-size: 13px; font-weight: 600; transition: all .18s;
}
.jqz-sitem__btn svg { width: 14px; height: 14px; }
.jqz-sitem__btn:hover { background: rgba(124, 58, 237, .06); border-color: rgba(124, 58, 237, .3); color: #7c3aed; }
.jqz-sitem__btn--primary {
  background: linear-gradient(135deg, #7c3aed, #ec4899); color: #fff; border-color: transparent;
  box-shadow: 0 8px 18px -8px rgba(124, 58, 237, .55);
}
.jqz-sitem__btn--primary:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 12px 24px -8px rgba(124, 58, 237, .7); }

.jqz-search-empty {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  padding: 56px 24px; text-align: center;
  background: #fff; border: 1px dashed rgba(124, 58, 237, .2); border-radius: 16px;
}
.jqz-search-empty__ico { width: 56px; height: 56px; color: #9b95b8; opacity: .65; }
.jqz-search-empty__ico svg { width: 100%; height: 100%; }
.jqz-search-empty h3 { margin: 4px 0; font-size: 16px; color: #1a0b3a; font-weight: 700; }
.jqz-search-empty p { margin: 0; color: #6b6589; font-size: 13.5px; line-height: 1.7; }
.jqz-search-empty a { color: #7c3aed; font-weight: 600; text-decoration: none; }
.jqz-search-empty a:hover { color: #ec4899; }

.jqz-search-recom { margin-top: 36px; padding-bottom: 16px; }
.jqz-search-recom__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-left: 4px; }
.jqz-search-recom__head h2 { margin: 0; font-size: 18px; font-weight: 700; color: #1a0b3a; display: flex; align-items: baseline; gap: 10px; flex: 1; min-width: 0; }
.jqz-search-recom__head em { font-style: normal; font-size: 12.5px; color: #6b6589; font-weight: 500; }

/* =====================================================================
   响应式
   ===================================================================== */
@media (max-width: 1100px) {
  .jqz-rank-trio { grid-template-columns: 1fr 1fr; }
  .jqz-rank-trio > .jqz-rank-card:nth-child(3) { grid-column: 1 / -1; }
  .jqz-grid--5 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1180px) {
  .jqz-cinema__grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; }
  .jqz-pinfo__grid { grid-template-columns: 260px minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 960px) {
  .jqz-cinema { padding: 20px 0 28px; }
  .jqz-cinema__grid { grid-template-columns: 1fr; gap: 14px; }
  .jqz-cinema__crumb { font-size: 12.5px; margin-bottom: 14px; }
  .jqz-cinema__crumb strong { max-width: 200px; }
  /* 手机端：面板自适应内容高，仅滚动区域有上限 */
  .jqz-eppanel { max-height: none; min-height: 0; border-radius: 14px; }
  .jqz-eppanel__head { padding: 12px 14px 8px; }
  .jqz-eppanel__title { margin-bottom: 8px; }
  .jqz-eppanel__title h2 { font-size: 14.5px; }
  .jqz-eppanel__title em { font-size: 12px; }
  .jqz-eppanel__line { padding: 5px 10px; font-size: 12px; }
  .jqz-eppanel__scroll { padding: 10px 12px 14px; max-height: 280px; }
  .jqz-eppanel__grid { grid-template-columns: repeat(auto-fill, minmax(54px, 1fr)); gap: 6px; }
  .jqz-eppanel__ep { padding: 7px 4px; min-height: 44px; }
  .jqz-eppanel__epnum { font-size: 13.5px; }
  .jqz-eppanel__epname { font-size: 10.5px; }
  .jqz-safety { margin-top: 12px; padding: 9px 12px; font-size: 12px; gap: 8px; border-radius: 10px; }
  .jqz-safety__ico { width: 18px; height: 18px; }
  .jqz-pinfo__grid { grid-template-columns: 1fr; gap: 18px; }
  .jqz-pinfo__left { display: grid; grid-template-columns: 160px 1fr; gap: 14px; }
  .jqz-pcard { display: contents; }
  .jqz-pcard__poster { grid-column: 1; aspect-ratio: 3 / 4; border-radius: 14px; border: 1px solid rgba(124, 58, 237, .08); }
  .jqz-pcard__body { grid-column: 2; padding: 0; }
  .jqz-pnotice { grid-column: 1 / -1; }
  .jqz-search-hero__inner { grid-template-columns: 1fr; padding: 24px; }
  .jqz-search-hero__stat { flex-direction: row; gap: 14px; padding: 16px 22px; }
  .jqz-search-hero__stat strong { font-size: 26px; }
}
@media (max-width: 760px) {
  .jqz-rank-trio { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .jqz-rank-card { padding: 18px; }
  .jqz-grid--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .jqz-cinema { padding: 16px 0 24px; }
  .jqz-stage-bar { padding: 14px 16px; gap: 12px; }
  .jqz-stage-bar__title { font-size: 18px; }
  .jqz-stage-bar__title em { font-size: 14px; margin-left: 6px; }
  .jqz-stage-bar__r { width: 100%; justify-content: space-between; }
  .jqz-stage-bar__btn { flex: 1; justify-content: center; height: 38px; padding: 0 10px; font-size: 12.5px; }
  .jqz-player { border-radius: 14px; }
  .jqz-player__btn { width: 64px; height: 64px; }
  .jqz-player__btn svg { width: 28px; height: 28px; }
  .jqz-player__hint { font-size: 14px; }
  .jqz-eppanel__scroll { max-height: 260px; }
  .jqz-pinfo { padding: 24px 0 0; }
  .jqz-psec { padding: 18px 16px; border-radius: 14px; }
  .jqz-psec__head h2 { font-size: 15.5px; }
  .jqz-pactors { grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 10px; }
  .jqz-pactor { padding: 10px 6px; }
  .jqz-pactor__avatar { width: 42px; height: 42px; font-size: 16px; }
  .jqz-precoms { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 12px; }
  .jqz-precom__title { font-size: 12.5px; }
  .jqz-precom__desc { display: none; }
  .jqz-sitem { grid-template-columns: 120px 1fr; gap: 14px; padding: 12px; }
  .jqz-sitem__cover { width: 120px; }
  .jqz-sitem__title { font-size: 15px; }
  .jqz-sitem__desc { font-size: 12.5px; -webkit-line-clamp: 2; }
  .jqz-sitem__btn { padding: 8px 14px; font-size: 12px; }
  .jqz-search-hero__title { font-size: 22px; }
  .jqz-search-hero__lead { font-size: 13px; }
  .jqz-search-hero__form input[type="search"] { font-size: 14px; }
  .jqz-search-hero__form button[type="submit"] { padding: 10px 16px; font-size: 13px; }
  .jqz-search-result__head { gap: 8px; }
  .jqz-search-result__tips { display: none; }
  .jqz-zui-group__head h2 { font-size: 16px; }
  .jqz-rank-cat__head h2 { font-size: 15px; gap: 8px; flex-wrap: wrap; }
}
@media (max-width: 520px) {
  .jqz-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .jqz-rank-list__item { grid-template-columns: 26px 48px 1fr; gap: 10px; }
  .jqz-rank-list__thumb { width: 48px; }
  .jqz-rank-list__title { font-size: 13px; }
  .jqz-rank-list__meta { font-size: 11px; gap: 4px 8px; }
  .jqz-sitem { grid-template-columns: 100px 1fr; gap: 12px; padding: 10px; border-radius: 12px; }
  .jqz-sitem__cover { width: 100px; border-radius: 8px; }
  .jqz-sitem__head { gap: 8px; margin-bottom: 6px; }
  .jqz-sitem__title { font-size: 14px; }
  .jqz-sitem__score { padding: 2px 7px; font-size: 11px; }
  .jqz-sitem__meta { gap: 4px 10px; font-size: 11.5px; margin-bottom: 6px; }
  .jqz-sitem__desc { font-size: 12px; line-height: 1.55; margin-bottom: 10px; -webkit-line-clamp: 3; }
  .jqz-sitem__cta { gap: 6px; }
  .jqz-sitem__btn { padding: 7px 10px; font-size: 11.5px; }
  .jqz-sitem__btn svg { width: 12px; height: 12px; }
  .jqz-search-hero__inner { padding: 20px 18px; border-radius: 16px; }
  .jqz-search-hero__title { font-size: 19px; }
  .jqz-search-hero__form { padding: 5px 5px 5px 14px; }
  .jqz-search-hero__form input[type="search"] { font-size: 13px; padding: 9px 4px; }
  .jqz-search-hero__form button[type="submit"] { padding: 9px 14px; font-size: 12.5px; }
  .jqz-search-hero__stat strong { font-size: 22px; }
  .jqz-stage-bar { padding: 12px 14px; }
  .jqz-stage-bar__title { font-size: 16px; margin-bottom: 4px; }
  .jqz-stage-bar__chip { font-size: 11px; padding: 4px 10px; }
  .jqz-stage-bar__meta { gap: 4px 10px; font-size: 12px; }
  .jqz-stage-bar__btn span { display: none; }
  .jqz-stage-bar__btn { flex: 0 1 auto; width: 38px; height: 38px; padding: 0; }
  .jqz-stage-bar__btn svg { margin: 0; }
  .jqz-stage-bar__btn--primary { flex: 1; width: auto; padding: 0 16px; }
  .jqz-stage-bar__btn--primary span { display: inline; }
  .jqz-pinfo__left { grid-template-columns: 120px 1fr; gap: 12px; }
  .jqz-pcard__title { font-size: 15px; }
  .jqz-pcard__cta { flex-direction: row; flex-wrap: wrap; }
  .jqz-pcard__btn { flex: 1; min-width: 130px; }
  .jqz-eppanel__head { padding: 11px 12px 6px; }
  .jqz-eppanel__title h2 { font-size: 14px; }
  .jqz-eppanel__scroll { padding: 8px 10px 12px; max-height: 230px; }
  .jqz-eppanel__grid { grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); gap: 5px; }
  .jqz-eppanel__ep { min-height: 40px; padding: 6px 3px; }
  .jqz-eppanel__epnum { font-size: 12.5px; }
  .jqz-eppanel__epname { display: none; }
  .jqz-safety { padding: 8px 10px; font-size: 11.5px; }
  .jqz-precoms { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .jqz-precom__title { font-size: 12px; }
}

/* =====================================================================
   全局可用性优化：可访问性 / 兼容 / 降级
   ===================================================================== */
/* 移除 iOS 点击高亮 */
a, button, input, select, textarea, [role="button"] { -webkit-tap-highlight-color: transparent; }
/* 键盘聚焦轮廓（仅键盘导航时显示） */
a:focus-visible, button:focus-visible, [role="button"]:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid #c084fc;
  outline-offset: 2px;
  border-radius: 6px;
}
/* 鼠标点击时不显示 outline */
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }
/* 用户偏好减少动效 */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
/* iOS Safari 4K 设备字号自动放大 fix */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
/* aspect-ratio 兜底（旧版浏览器） */
@supports not (aspect-ratio: 16 / 9) {
  .jqz-player::before { content: ''; display: block; padding-bottom: 56.25%; }
  .jqz-player > * { position: absolute; inset: 0; }
  .jqz-card__cover::before { content: ''; display: block; padding-bottom: 150%; }
  .jqz-card__cover > * { position: absolute; inset: 0; }
}
/* 滚动条美化（仅 webkit/blink） */
.jqz-body * ::-webkit-scrollbar { width: 8px; height: 8px; }
.jqz-body * ::-webkit-scrollbar-track { background: transparent; }
.jqz-body * ::-webkit-scrollbar-thumb { background: rgba(124, 58, 237, .25); border-radius: 4px; }
.jqz-body * ::-webkit-scrollbar-thumb:hover { background: rgba(124, 58, 237, .5); }
/* 打印时隐藏交互元素 */
@media print {
  .jqz-header, .jqz-footer, .jqz-top, .jqz-overlay, .jqz-drawer,
  .jqz-cta, .jqz-pager, .jqz-stage-bar__r, .jqz-card__play,
  .jqz-show__actions, .jqz-show-eps, .jqz-search-hero__form { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
  .jqz-card { break-inside: avoid; box-shadow: none; border: 1px solid #ddd; }
}
/* 选中文本配色 */
::selection { background: rgba(124, 58, 237, .35); color: #1a0b3a; }
::-moz-selection { background: rgba(124, 58, 237, .35); color: #1a0b3a; }
