/**
 * v11.css — 浅色影视站（无纯黑页面底）
 * 灰白页面底 + 深字 + 青绿强调；海报/Hero 上仍用深色渐变保证可读性。
 */

/* ===== Design tokens ===== */
:root {
  --n-max: 1360px;
  --n-bg: #eef2f7;
  --n-bg1: #ffffff;
  --n-surface: #ffffff;
  --n-panel: #e2e8f0;
  --n-line: rgba(15, 23, 42, 0.12);
  --n-line2: rgba(15, 23, 42, 0.06);
  --n-text: #0f172a;
  --n-text2: #475569;
  --n-muted: #64748b;
  --n-strong: #0f172a;
  --n-accent-rgb: 13, 148, 136;
  --n-accent-deep: #0f766e;
  --n-on-accent: #ffffff;
  --n-gold: #0d9488;
  --n-gold2: #14b8a6;
  --n-gold-dim: rgba(var(--n-accent-rgb), 0.12);
  --n-white: #ffffff;
  --n-radius: 8px;
  --n-radius-sm: 5px;
  --n-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }

body.v11 {
  margin: 0;
  min-height: 100vh;
  background: var(--n-bg);
  color: var(--n-text2);
  font: 14px/1.65 "Inter", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  color-scheme: light;
  overflow-x: hidden;
}
body.v11 a { color: inherit; text-decoration: none; }
body.v11 img { display: block; max-width: 100%; }
body.v11 :focus-visible { outline: 2px solid var(--n-gold); outline-offset: 3px; }
/* 顶栏搜索：焦点环由 .v11-xfind:focus-within 统一呈现，避免 input 上出现直角 outline */
body.v11 .v11-xfind__input:focus-visible,
body.v11 .v11-xfind__btn:focus-visible {
  outline: none;
}
.v11-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* ===== 顶栏 v11-xnav：与正文统一的浅色毛玻璃，无暗条、无编号展示 ===== */
.v11-xnav {
  position: sticky;
  top: 0;
  z-index: 200;
  max-width: 100%;
  color: var(--n-text2);
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(14px) saturate(1.35);
  backdrop-filter: blur(14px) saturate(1.35);
  border-bottom: 1px solid var(--n-line2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, var(--n-shadow);
}
.v11-xnav__beam {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(var(--n-accent-rgb), 0.35) 20%, var(--n-gold2) 50%, rgba(var(--n-accent-rgb), 0.35) 80%, transparent);
  opacity: 1;
}
.v11-xnav__frame {
  width: min(100%, var(--n-max));
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr minmax(180px, 300px);
  align-items: center;
  column-gap: 12px;
}
.v11-xnav__brand {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  padding: 6px 10px 6px 4px;
  margin: 0 -4px 0 0;
  border-radius: var(--n-radius-sm);
  transition: background 0.2s ease;
}
.v11-xnav__brand:hover {
  background: rgba(15, 23, 42, 0.04);
}
/* 图形标：细线圆角视窗 + 柔光底 + 圆角播放符，currentColor 随主题 */
.v11-xnav__mark {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--n-gold);
  line-height: 0;
  transition: color 0.2s ease, transform 0.22s ease;
}
.v11-xnav__brand:hover .v11-xnav__mark {
  color: var(--n-accent-deep);
  transform: translateY(-0.5px);
}
.v11-xnav__svg {
  width: 42px;
  height: 42px;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(var(--n-accent-rgb), 0.12));
}
.v11-xnav__brandtext {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding-left: 14px;
  margin-left: 12px;
  border-left: 1px solid var(--n-line2);
}
.v11-xnav__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--n-strong);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v11-xnav__kicker {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--n-muted);
  line-height: 1.3;
}
.v11-xnav__rail {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 4px;
  border-right: 0;
}
.v11-xnav__nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.v11-xnav__nodes::-webkit-scrollbar { display: none; }
.v11-xnav__slot {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.v11-xnav__slot + .v11-xnav__slot { border-left: 0; }
.v11-xnav__node {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 8px 14px;
  border-radius: 999px;
  min-height: 0;
  color: var(--n-muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.v11-xnav__node:hover {
  color: var(--n-strong);
  background: rgba(15, 23, 42, 0.05);
}
.v11-xnav__node.is-on {
  color: var(--n-on-accent);
  background: linear-gradient(145deg, var(--n-gold2), var(--n-gold));
  box-shadow: 0 2px 10px rgba(var(--n-accent-rgb), 0.28);
}
/* 编号仅保留在 DOM 供排序，界面不展示（避免与正文字距叠出怪异符号） */
.v11-xnav__ix {
  display: none;
}
.v11-xnav__label {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.v11-xnav__dock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 0 8px 8px;
  gap: 10px;
}
.v11-xfind {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 280px;
  background: var(--n-bg);
  border: 1px solid var(--n-line);
  border-radius: 999px;
  padding: 4px 5px 4px 12px;
  gap: 6px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.v11-xfind:focus-within {
  border-color: rgba(var(--n-accent-rgb), 0.45);
  box-shadow: 0 0 0 3px var(--n-gold-dim);
}
.v11-xfind__input {
  flex: 1;
  min-width: 0;
  align-self: stretch;
  display: block;
  border: 0;
  background: transparent;
  color: var(--n-text);
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  padding: 7px 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
}
.v11-xfind__input::-webkit-search-cancel-button,
.v11-xfind__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.v11-xfind__input::placeholder { color: var(--n-muted); }
.v11-xfind__btn {
  border: 0;
  background: var(--n-gold);
  color: var(--n-on-accent);
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  align-self: center;
  cursor: pointer;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.15s ease, transform 0.15s ease;
}
.v11-xfind__btn:hover {
  background: var(--n-accent-deep);
  transform: scale(1.04);
}
.v11-xfind__btn svg { width: 16px; height: 16px; stroke-width: 2; }

.v11-xnav__burger {
  display: none;
  border: 1px solid var(--n-line);
  background: var(--n-surface);
  color: var(--n-muted);
  border-radius: var(--n-radius-sm);
  padding: 9px 11px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.v11-xnav__burger:hover {
  border-color: rgba(var(--n-accent-rgb), 0.35);
  color: var(--n-gold);
  background: var(--n-gold-dim);
}
.v11-xnav__burger span { display: block; width: 18px; height: 1.5px; background: currentColor; margin: 4px 0; }

/* 抽屉：浅色侧栏，与顶栏一致 */
.v11-drawer { display: none; position: fixed; inset: 0; z-index: 300; }
.v11-drawer__bg { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.35); }
.v11-drawer__panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(300px, 88vw);
  background: var(--n-bg1);
  border-right: 1px solid var(--n-line);
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px 0 20px;
  transform: translateX(-100%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--n-text2);
  box-shadow: var(--n-shadow);
}
.v11-drawer.is-open .v11-drawer__panel { transform: translateX(0); }
.v11-drawer.is-open { display: block; }
.v11-drawer__close {
  border: 0;
  background: transparent;
  color: var(--n-muted);
  font-size: 22px;
  cursor: pointer;
  align-self: flex-end;
  margin: 4px 14px 12px;
  padding: 4px 8px;
  line-height: 1;
}
.v11-drawer__close:hover { color: var(--n-gold); }
.v11-drawer__a {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 13px 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--n-text2);
  border-left: 3px solid transparent;
  text-decoration: none;
}
.v11-drawer__ix {
  display: none;
}
.v11-drawer__label { font-size: 15px; }
.v11-drawer__a:hover {
  color: var(--n-strong);
  background: rgba(15, 23, 42, 0.04);
}
.v11-drawer__a.is-on {
  color: var(--n-gold);
  background: var(--n-gold-dim);
  border-left-color: var(--n-gold);
}

/* ===== 主内容区 ===== */
.v11-hub {
  width: min(100%, var(--n-max));
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 20px 20px 48px;
  display: grid; gap: 24px;
}

/* ===== Hero banner ===== */
.v11-hero__viewport { overflow: auto hidden; scrollbar-width: none; border-radius: var(--n-radius); }
.v11-hero__viewport::-webkit-scrollbar { display: none; }
.v11-hero__track { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 12px; }
.v11-hero__slide {
  position: relative; display: block;
  aspect-ratio: 21 / 9; overflow: hidden; border-radius: var(--n-radius);
  background: var(--n-panel);
}
.v11-hero__img { width: 100%; height: 100%; object-fit: cover; }
.v11-hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.06) 60%),
              linear-gradient(180deg, rgba(15, 23, 42, 0) 48%, rgba(15, 23, 42, 0.68) 100%);
}
.v11-hero__cap { position: absolute; left: 0; bottom: 0; padding: 24px 28px; max-width: 540px; }
.v11-hero__tit { font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1.2; text-shadow: 0 2px 12px rgba(15, 23, 42, 0.45); }
.v11-hero__meta { font-size: 13px; color: rgba(255,255,255,0.68); margin-top: 6px; }
.v11-hero__go {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 14px; padding: 9px 20px;
  background: var(--n-gold); color: var(--n-on-accent);
  font-weight: 700; font-size: 13px; border-radius: 4px;
  box-shadow: 0 4px 18px rgba(var(--n-accent-rgb), 0.3);
}

/* ===== 栏目区块（首页 v11-stack）===== */
.v11-stack { min-width: 0; max-width: 100%; }
.v11-stack__panel { padding: 0; background: transparent; min-width: 0; max-width: 100%; }
.v11-stack__head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px; padding-bottom: 12px;
  border-bottom: 1px solid var(--n-line);
}
.v11-stack__rail {
  display: inline-block; width: 3px; height: 20px; border-radius: 2px; flex-shrink: 0;
  background: linear-gradient(180deg, var(--n-gold2), var(--n-gold));
}
.v11-stack__tit { flex: 1; min-width: 0; }
.v11-stack__tit h1,
.v11-stack__tit h2 { margin: 0; font-size: 19px; color: var(--n-strong); font-weight: 700; line-height: 1.3; }
.v11-stack__hint { margin: 3px 0 0; color: var(--n-muted); font-size: 12px; }
.v11-stack__more { color: var(--n-gold); font-size: 12px; font-weight: 600; white-space: nowrap; flex-shrink: 0; }
.v11-stack__more:hover { text-decoration: underline; }
.v11-stack__more-i { font-size: 14px; }

/* ===== 子类型芯片 ===== */
.v11-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.v11-chips a { padding: 4px 11px; border-radius: 4px; border: 1px solid var(--n-line); color: var(--n-text2); font-size: 12px; }
.v11-chips a:hover { border-color: var(--n-gold); color: var(--n-gold); }
/* 首页子类：按钮 + 当前选中（AJAX 不换页），与整站青绿强调一致 */
.v11-chips--home .v11-chip {
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid rgba(var(--n-accent-rgb), 0.28);
  color: var(--n-text2);
  font-size: 12px;
  font-weight: 500;
  background: var(--n-panel);
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.v11-chips--home .v11-chip:hover {
  border-color: var(--n-gold);
  color: var(--n-gold);
  background: var(--n-bg1);
}
.v11-chips--home .v11-chip.is-on {
  border-color: var(--n-gold);
  background: linear-gradient(180deg, var(--n-gold2), var(--n-gold));
  color: var(--n-on-accent);
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(var(--n-accent-rgb), 0.25);
}
.v11-chips--home .v11-chip.is-on:hover {
  color: var(--n-on-accent);
  filter: brightness(1.03);
}
.v11-deck.is-loading { opacity: 0.55; pointer-events: none; transition: opacity 0.15s ease; }
/* 首页：多块卡片预渲染，仅显示当前子类 */
.v11-deck-panels { min-height: 1px; }
.v11-deck-panels > .v11-deck[hidden] { display: none !important; }

/* ===== 卡片网格 ===== */
/* align-items:start：避免同行中某张图过高时把其它卡片纵向拉伸，造成行间巨大空白 */
.v11-deck {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px 10px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.v11-card { min-width: 0; }
.v11-card__link {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.v11-card__shot {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  flex-shrink: 0;
  border-radius: var(--n-radius);
  overflow: hidden;
  background: var(--n-panel);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
/* 绝对定位 + cover：无论源图比例多高，都不会撑破栅格行高 */
.v11-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.v11-card__link:hover .v11-card__img { transform: scale(1.04); }
.v11-card__footfade { position: absolute; left: 0; right: 0; bottom: 0; height: 50%; background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.78)); }
.v11-card__metatex { position: absolute; left: 8px; right: 8px; bottom: 7px; margin: 0; font-size: 11px; color: rgba(255,255,255,0.6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v11-card__tpjb { position: absolute; top: 7px; left: 7px; background: var(--n-gold); color: var(--n-on-accent); font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 3px; max-width: calc(100% - 14px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v11-card__rate--mark { position: absolute; top: 7px; right: 7px; background: rgba(15, 23, 42, 0.72); color: var(--n-gold); font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 3px; }
.v11-card__ov { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(15, 23, 42, 0.4); opacity: 0; transition: opacity 0.2s; }
.v11-card__link:hover .v11-card__ov { opacity: 1; }
.v11-card__play { width: 42px; height: 42px; border-radius: 50%; background: rgba(var(--n-accent-rgb),0.9); color: var(--n-on-accent); display: grid; place-items: center; }
.v11-card__tit { margin: 0; font-size: 14px; color: var(--n-strong); font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.v11-card__cast { margin: 0; font-size: 12px; color: var(--n-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v11-card__body { display: grid; gap: 3px; }
.v11-deck__empty { grid-column: 1/-1; text-align: center; padding: 24px; color: var(--n-muted); border: 1px dashed var(--n-line); border-radius: var(--n-radius); }
.v11-deck--reco { grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); }
.v11-deck--list {
  /* 列表页：与父级同宽，避免栅格列被撑出视口 */
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* ===== 分类聚合页（自定义页 class_page）===== */
.v11-cathub .v11-catland { margin-top: 4px; }
.v11-catland__head { margin-bottom: 18px; }
.v11-catland__lead { max-width: 52em; }
.v11-catgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  align-items: stretch;
}
.v11-catcard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--n-surface);
  border: 1px solid var(--n-line);
  border-radius: var(--n-radius);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.v11-catcard:hover {
  border-color: rgba(var(--n-accent-rgb), 0.35);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.v11-catcard__main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 16px 14px;
  color: inherit;
  text-decoration: none;
  flex: 1;
  min-height: 0;
}
.v11-catcard__main:hover .v11-catcard__go { color: var(--n-gold); }
.v11-catcard__glyph {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: var(--n-radius-sm);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 800;
  color: var(--n-on-accent);
  background: linear-gradient(145deg, var(--n-gold2), var(--n-gold));
  box-shadow: 0 4px 14px rgba(var(--n-accent-rgb), 0.28);
}
.v11-catcard__body { flex: 1; min-width: 0; display: grid; gap: 6px; align-content: start; }
.v11-catcard__name {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--n-strong);
  line-height: 1.35;
}
.v11-catcard__intro {
  margin: 0;
  font-size: 12px;
  color: var(--n-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.v11-catcard__go {
  flex-shrink: 0;
  align-self: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--n-muted);
  white-space: nowrap;
  transition: color 0.15s ease;
}
.v11-catcard__subs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 16px 14px;
  border-top: 1px solid var(--n-line2);
  margin-top: auto;
  padding-top: 12px;
}
.v11-catcard__sub {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid var(--n-line);
  font-size: 12px;
  color: var(--n-text2);
  text-decoration: none;
}
.v11-catcard__sub:hover {
  border-color: var(--n-gold);
  color: var(--n-gold);
}
.v11-catgrid__empty {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  padding: 28px 16px;
  color: var(--n-muted);
  border: 1px dashed var(--n-line);
  border-radius: var(--n-radius);
  background: rgba(255, 255, 255, 0.6);
}

/* ===== 列表页 ===== */
/* 列表头：卡片式面板 + 圆角标签 + 分段排序 */
.v11-stack--list > .v11-stack__panel > .v11-stack__head.v11-listhead {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: 0;
  max-width: 100%;
  min-width: 0;
}
.v11-stack--list {
  min-width: 0;
  max-width: 100%;
}
.v11-listhub {
  min-width: 0;
  max-width: 100%;
}
.v11-listhead__shell {
  border-radius: 14px;
  border: 1px solid var(--n-line);
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 100%);
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
}
.v11-listhead { display: block; }
.v11-listhead__band { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.v11-listhead__band--title {
  display: block;
  padding: 22px 22px 20px;
  background: linear-gradient(135deg, rgba(var(--n-accent-rgb), 0.04) 0%, transparent 42%);
}
.v11-listhead__top { display: flex; gap: 14px; align-items: flex-start; width: 100%; }
.v11-listhead__rail {
  margin-top: 6px;
  height: 28px;
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--n-gold2), var(--n-gold));
  box-shadow: 0 2px 10px rgba(var(--n-accent-rgb), 0.35);
}
.v11-listhead__tit.v11-stack__tit h1 {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--n-strong);
}
.v11-listhead__intro {
  margin: 10px 0 0 !important;
  max-width: 58ch;
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: var(--n-text2) !important;
}
.v11-listhead__meta {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.v11-listhead__meta .v11-stat--pill {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 4px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--n-strong);
  background: #fff;
  border: 1px solid var(--n-line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 3px rgba(15, 23, 42, 0.04);
}
.v11-listhead__meta .v11-stat__txt { color: var(--n-text2); font-weight: 600; }
.v11-listhead__meta .v11-stat__num {
  color: var(--n-gold);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.v11-stat { font-size: 12px; color: var(--n-muted); }
.v11-stat__num { color: var(--n-gold); font-weight: 700; }
.v11-stat__dot { display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: var(--n-muted); margin: 0 6px; vertical-align: middle; }

/* 子分类：标签 + 横向滚动轨道（与按钮垂直居中对齐） */
.v11-listhead__band--subcats {
  align-items: center;
  padding: 12px 18px 14px;
  gap: 10px;
  border-top: 1px solid var(--n-line2);
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.65) 0%, rgba(248, 250, 252, 0.4) 100%);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.v11-subcats--list {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.v11-subcats--list .v11-subcats__label {
  flex-shrink: 0;
  align-self: center;
  margin: 0;
  padding: 0 2px 0 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n-muted);
  line-height: 1;
  white-space: nowrap;
}
.v11-subcats__scroll {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--n-accent-rgb), 0.35) transparent;
}
.v11-subcats__scroll::-webkit-scrollbar { height: 5px; }
.v11-subcats__scroll::-webkit-scrollbar-thumb {
  background: rgba(var(--n-accent-rgb), 0.35);
  border-radius: 999px;
}
.v11-subcats--list .v11-subcats__list {
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  padding: 0 12px 2px 0;
}
.v11-subcats--list .v11-subcats__item { flex-shrink: 0; display: flex; align-items: center; }
.v11-subcats--list .v11-subcats__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: var(--n-text2);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}
.v11-subcats--list .v11-subcats__item a:hover {
  border-color: rgba(var(--n-accent-rgb), 0.45);
  color: var(--n-gold);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}
.v11-subcats--list .v11-subcats__item.is-on a {
  border-color: transparent;
  color: var(--n-on-accent);
  font-weight: 700;
  background: linear-gradient(145deg, var(--n-gold2), var(--n-gold));
  box-shadow: 0 6px 20px rgba(var(--n-accent-rgb), 0.28);
}
.v11-subcats--list .v11-subcats__item.is-on a:hover {
  color: var(--n-on-accent);
  filter: brightness(1.03);
}

/* 非列表页的子分类（若复用） */
.v11-subcats { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; width: 100%; }
.v11-subcats__label { font-size: 12px; color: var(--n-muted); flex-shrink: 0; margin-right: 2px; }
.v11-subcats__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 5px; }
.v11-subcats__item a { display: inline-block; padding: 4px 11px; border-radius: 4px; border: 1px solid var(--n-line); color: var(--n-text2); font-size: 12px; }
.v11-subcats__item a:hover { border-color: var(--n-gold); color: var(--n-gold); }
.v11-subcats__item.is-on a { background: var(--n-gold); color: var(--n-on-accent); border-color: var(--n-gold); font-weight: 700; }

/* 排序：分段控件（标签与轨道垂直居中） */
.v11-listhead__band--sort {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 11px 18px 13px;
  border-top: 1px solid var(--n-line2);
  background: rgba(255, 255, 255, 0.55);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.v11-listhead__band--sort .v11-sort__label {
  flex-shrink: 0;
  align-self: center;
  margin: 0;
  padding: 0 2px 0 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--n-muted);
  line-height: 1;
  white-space: nowrap;
}
.v11-sort__track {
  flex: 1;
  min-width: min(100%, 280px);
  max-width: 360px;
  display: flex;
  align-items: center;
}
.v11-sort--seg {
  list-style: none;
  padding: 3px;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.85);
  border: 1px solid var(--n-line2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.v11-sort--seg li { flex: 1; min-width: 0; text-align: center; display: flex; align-items: stretch; }
.v11-sort--seg li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--n-text2);
  background: transparent;
  transition: color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.v11-sort--seg li a:hover { color: var(--n-gold); }
.v11-sort--seg li.is-active a {
  color: var(--n-on-accent);
  background: linear-gradient(145deg, var(--n-gold2), var(--n-gold));
  box-shadow: 0 4px 16px rgba(var(--n-accent-rgb), 0.28);
}
.v11-sort--seg li.is-active a:hover { color: var(--n-on-accent); }

/* 通用排序（其它页若未用 --seg） */
.v11-sort { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 5px; }
.v11-sort__label { font-size: 12px; color: var(--n-muted); flex-shrink: 0; }
.v11-sort:not(.v11-sort--seg) li a {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 4px;
  border: 1px solid var(--n-line);
  color: var(--n-text2);
  font-size: 12px;
}
.v11-sort:not(.v11-sort--seg) li a:hover { border-color: var(--n-gold); color: var(--n-gold); }
.v11-sort:not(.v11-sort--seg) li.is-active a {
  background: var(--n-gold);
  color: var(--n-on-accent);
  border-color: var(--n-gold);
  font-weight: 700;
}

/* 列表卡片区：与上方筛选卡略留缝，避免视觉「顶死」 */
.v11-stack--list .v11-deck--list {
  margin-top: 6px;
}

/* 分页（帝国 show.listpage 多为 ul>li>a，须关列表标记 + 居中对齐） */
.v11-pager { margin-top: 20px; }
.v11-pager__meta { text-align: center; color: var(--n-muted); font-size: 12px; margin-bottom: 12px; }
.v11-pager__hint { color: var(--n-muted); }

.v11-pager__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--n-line2);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
/* 分页 HTML 常见：<ul><li>…</li></ul> — ul 自身 flex，去掉 li 圆点（错位元凶） */
.v11-pager__inner > ul,
.v11-pager__inner > ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 1 1 100%;
}
.v11-pager__inner li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v11-pager__inner li::marker {
  content: none;
}
/* 少数模板把 li 直接塞进 div（无 ul），同样去掉圆点 */
.v11-pager__inner > li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v11-pager__inner > li::marker {
  content: none;
}
.v11-pager__inner > a,
.v11-pager__inner > span,
.v11-pager__inner > b,
.v11-pager__inner > strong,
.v11-pager__inner li > a,
.v11-pager__inner li > span,
.v11-pager__inner li > b,
.v11-pager__inner li > strong,
.v11-pager__inner > li > a,
.v11-pager__inner > li > span,
.v11-pager__inner > li > b,
.v11-pager__inner > li > strong,
.v11-pager__inner table td > a,
.v11-pager__inner table td > span,
.v11-pager__inner table td > b,
.v11-pager__inner table td > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 36px;
  padding: 0 11px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 600;
  color: var(--n-text2);
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid var(--n-line);
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.v11-pager__inner a:hover {
  border-color: rgba(var(--n-accent-rgb), 0.45);
  color: var(--n-gold);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}
.v11-pager__inner b,
.v11-pager__inner strong,
.v11-pager__inner li > b,
.v11-pager__inner li > strong,
.v11-pager__inner > li > b,
.v11-pager__inner > li > strong,
.v11-pager__inner table td > b,
.v11-pager__inner table td > strong {
  border-color: transparent;
  color: var(--n-on-accent);
  font-weight: 700;
  background: linear-gradient(145deg, var(--n-gold2), var(--n-gold));
  box-shadow: 0 4px 14px rgba(var(--n-accent-rgb), 0.22);
}
.v11-pager__inner b:hover,
.v11-pager__inner strong:hover,
.v11-pager__inner li > b:hover,
.v11-pager__inner li > strong:hover,
.v11-pager__inner > li > b:hover,
.v11-pager__inner > li > strong:hover,
.v11-pager__inner table td > b:hover,
.v11-pager__inner table td > strong:hover {
  color: var(--n-on-accent);
  filter: brightness(1.03);
}

/* table 分页（帝国部分版本）：标准表格间距，避免与 ul 方案冲突 */
.v11-pager__inner > table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 6px 4px;
  padding: 0;
  border: 0;
  background: transparent;
}
.v11-pager__inner > table td {
  padding: 0;
  border: 0;
  vertical-align: middle;
  text-align: center;
}

/* ===== 内容详情页 ===== */
.v11-showhub,
.v11-showhub .v11-show {
  max-width: 100%;
  min-width: 0;
}
.v11-showhub .v11-show { display: grid; gap: 16px; }
.v11-show__shell { background: var(--n-surface); border: 1px solid var(--n-line); border-radius: var(--n-radius); padding: 18px; max-width: 100%; min-width: 0; }
.v11-show__shell--pad { padding: 18px; }

/* 修复：添加 hero 布局结构 */
.v11-show__hero { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: 28px; align-items: start; }
.v11-show__col-media { display: flex; flex-direction: column; gap: 14px; min-width: 0; align-items: stretch; }
.v11-show__posterbox {
  border-radius: 14px;
  overflow: hidden;
  background: var(--n-bg1);
  box-shadow:
    0 2px 6px rgba(15, 23, 42, 0.06),
    0 18px 48px rgba(15, 23, 42, 0.12);
  aspect-ratio: 2 / 3;
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.v11-show__posterbox img { width: 100%; height: 100%; object-fit: cover; display: block; max-width: 100%; }
.v11-show__main { display: grid; align-content: start; gap: 12px; min-width: 0; }
.v11-show__title {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: var(--n-strong);
  letter-spacing: -0.02em;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.v11-show__tip { margin: 0; color: var(--n-muted); font-size: 12px; }

/* 信息行 */
.v11-drows { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0 12px; }
.v11-drow { font-size: 13px; color: var(--n-text2); padding: 6px 0; border-bottom: 1px solid var(--n-line2); min-width: 0; }
.v11-dk { color: var(--n-muted); margin-right: 5px; }
.v11-douban-chip { display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: 4px; border: 1px solid rgba(var(--n-accent-rgb),0.4); color: var(--n-gold); font-size: 12px; }
.v11-douban-empty { color: var(--n-muted); }
.v11-douban-chip-ico { margin-left: 2px; }

/* 操作按钮 */
.v11-show__actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.v11-showbtn {
  display: inline-flex; align-items: center; gap: 5px;
  border: 1px solid var(--n-line); border-radius: 6px;
  padding: 8px 16px; font-size: 13px; color: var(--n-text2);
  background: transparent; cursor: pointer; text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}
.v11-showbtn:hover { border-color: var(--n-gold); color: var(--n-gold); }
.v11-showbtn--play {
  position: relative;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 2px solid var(--n-gold);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--n-accent-deep);
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 4px 16px rgba(var(--n-accent-rgb), 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.v11-showbtn--play .v11-showbtn__ico {
  flex-shrink: 0;
  opacity: 1;
  filter: none;
}
.v11-showbtn--play .v11-showbtn__txt { position: relative; z-index: 1; }
.v11-showbtn--play:hover {
  color: var(--n-on-accent);
  border-color: var(--n-gold);
  background: linear-gradient(180deg, #14b8a6 0%, var(--n-gold) 48%, #0f766e 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 28px rgba(var(--n-accent-rgb), 0.28);
  transform: translateY(-1px);
}
.v11-showbtn--play:active { transform: translateY(0); }
body.v11 .v11-showbtn--play:focus-visible {
  outline: 2px solid var(--n-gold2);
  outline-offset: 3px;
}
.v11-showbtn--ghost { color: var(--n-text2); }

/* 章节标题 */
.v11-show__h2 {
  margin: 0 0 8px; font-size: 16px; color: var(--n-strong);
  display: flex; align-items: center; gap: 8px;
}
.v11-show__h2::before { content: ''; width: 3px; height: 16px; background: var(--n-gold); border-radius: 2px; flex-shrink: 0; }
.v11-show__subh { margin: 0 0 10px; color: var(--n-muted); font-size: 12px; }

/* 修复：plays / bodywrap 包装区块 */
.v11-show__plays {}
.v11-show__bodywrap {}

/* 选集 */
.v11-show__playstack { display: grid; gap: 10px; }
.v11-show__line { border: 1px solid var(--n-line); border-radius: 8px; overflow: hidden; }
.v11-show__linehead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 8px 12px;
  background: rgba(var(--n-accent-rgb),0.05);
  border-bottom: 1px solid var(--n-line);
}
.v11-show__h3 { margin: 0; font-size: 13px; color: var(--n-gold); font-weight: 700; min-width: 0; flex: 1 1 auto; word-break: break-word; }
.v11-show__line-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
  flex-shrink: 0;
}
.v11-show__pill { font-size: 11px; color: var(--n-muted); }
.v11-show__hint {
  font-size: 11px;
  color: var(--n-muted);
  line-height: 1.35;
  max-width: 220px;
}
.v11-show__epdeck { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 6px; padding: 10px; }
.v11-show__ep {
  display: block; text-align: center; padding: 7px 4px;
  border-radius: var(--n-radius-sm); border: 1px solid var(--n-line);
  color: var(--n-text2); font-size: 12px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: border-color 0.15s, color 0.15s;
}
.v11-show__ep:hover { border-color: var(--n-gold); color: var(--n-gold); }
.v11-show__ep[aria-current="page"] { background: var(--n-gold); color: var(--n-on-accent); border-color: var(--n-gold); font-weight: 700; }

/* 正文内容（编辑器 HTML 常含大图/表格，须防横向撑破视口） */
.v11-show__text {
  color: var(--n-text2);
  line-height: 1.9;
  font-size: 14px;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.v11-show__text p { margin: 0 0 0.7em; }
.v11-show__text img,
.v11-show__text video,
.v11-show__text iframe,
.v11-show__text embed,
.v11-show__text object {
  max-width: 100% !important;
  height: auto !important;
}
/* 正文内表格：保持 table 布局（勿用 display:block，否则「在线播放」等表格式播放区会错位） */
.v11-show__text table {
  display: table;
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 1.1em;
  border: 1px solid var(--n-line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--n-surface);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
.v11-show__text td,
.v11-show__text th {
  word-break: break-word;
  border: 1px solid var(--n-line2);
  padding: 10px 12px;
  vertical-align: middle;
}
.v11-show__text th {
  background: rgba(var(--n-accent-rgb), 0.07);
  color: var(--n-strong);
  font-weight: 600;
}
/* 正文里常见播放入口链接（含 /play/ 的站内播放页） */
.v11-show__text a[href*="/play/"],
.v11-show__text a[href*="/Play/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  margin: 4px 8px 4px 0;
  border-radius: 8px;
  border: 1px solid var(--n-line);
  background: linear-gradient(180deg, #ffffff, #f1f5f9);
  font-size: 13px;
  font-weight: 600;
  color: var(--n-strong);
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.v11-show__text a[href*="/play/"]:hover,
.v11-show__text a[href*="/Play/"]:hover {
  border-color: var(--n-gold);
  color: var(--n-gold);
  box-shadow: 0 4px 12px rgba(var(--n-accent-rgb), 0.12);
}
/* 常见：第一个 div 包「在线播放」标题 + 提示 + /play/ 链接（编辑器遗留） */
.v11-show__text > div:first-of-type:has(a[href*="/play/"]),
.v11-show__text > div:first-of-type:has(a[href*="/Play/"]) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: center;
  margin-bottom: 1.15em;
  padding: 14px 16px;
  border: 1px solid var(--n-line);
  border-radius: var(--n-radius);
  background: var(--n-surface);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}
.v11-show__text > div:first-of-type:has(a[href*="/play/"]) > strong,
.v11-show__text > div:first-of-type:has(a[href*="/Play/"]) > strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--n-strong);
  margin: 0;
}
.v11-show__text > div:first-of-type:has(a[href*="/play/"]) > span,
.v11-show__text > div:first-of-type:has(a[href*="/Play/"]) > span {
  float: none !important;
  font-size: 12px;
  color: var(--n-muted);
  line-height: 1.4;
  max-width: min(100%, 260px);
  text-align: right;
  justify-self: end;
}
.v11-show__text > div:first-of-type:has(a[href*="/play/"]) > a[href*="/play/"],
.v11-show__text > div:first-of-type:has(a[href*="/Play/"]) > a[href*="/Play/"] {
  grid-column: 1 / -1;
  justify-self: start;
}
.v11-show__text pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

/* 推荐 */
.v11-show__reco { min-width: 0; max-width: 100%; }
.v11-show__reco-panel { min-width: 0; max-width: 100%; }
.v11-show__reco-title { margin: 0 0 12px; font-size: 17px; color: var(--n-strong); display: flex; align-items: center; gap: 8px; }
.v11-show__reco-title::before { content: ''; width: 3px; height: 17px; background: var(--n-gold); border-radius: 2px; }
.v11-show__emptyblk { color: var(--n-muted); font-size: 13px; padding: 8px 0; }

/* ===== 播放页 ===== */
.v11-playhub { gap: 14px; max-width: 100%; min-width: 0; }
.v11-play__inner { display: grid; gap: 14px; max-width: 100%; min-width: 0; }
.v11-play__topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  min-width: 0;
}
.v11-play__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--n-muted);
  min-width: 0;
}
.v11-play__crumbs a {
  color: var(--n-text2);
  text-decoration: none;
  max-width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v11-play__crumbs a:hover { color: var(--n-gold); }
.v11-play__crumbs-sep {
  color: var(--n-line);
  user-select: none;
  padding: 0 3px;
  font-weight: 300;
}
.v11-play__crumbs-here {
  color: var(--n-strong);
  font-weight: 600;
  white-space: nowrap;
}
.v11-play__backdetail {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--n-gold);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(var(--n-accent-rgb), 0.35);
  background: rgba(var(--n-accent-rgb), 0.06);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.v11-play__backdetail:hover {
  color: var(--n-accent-deep);
  border-color: var(--n-gold);
  background: rgba(var(--n-accent-rgb), 0.1);
}
.v11-play__playlist {
  background: var(--n-surface);
  border: 1px solid var(--n-line);
  border-radius: var(--n-radius);
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(15, 23, 42, 0.06);
  min-width: 0;
}
.v11-play__playlist-head {
  padding: 14px 16px;
  border-bottom: 1px solid var(--n-line2);
  background: linear-gradient(180deg, rgba(var(--n-accent-rgb), 0.08) 0%, rgba(255, 255, 255, 0) 92%);
}
.v11-play__playlist-title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--n-strong);
  letter-spacing: 0.02em;
}
.v11-play__playlist-lead {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--n-muted);
  line-height: 1.55;
}
.v11-play__playlist-lead strong { color: var(--n-gold); font-weight: 700; }
.v11-play__playlist-empty {
  margin: 0;
  padding: 22px 16px;
  text-align: center;
  font-size: 14px;
  color: var(--n-muted);
}
.v11-play__playlist-body .v11-play__src--playlist {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--n-line2);
  box-shadow: none;
}
.v11-play__playlist-body .v11-play__src--playlist:last-child { border-bottom: 0; }
.v11-play__stage-wrap { width: 100%; max-width: 100%; min-width: 0; }
.v11-play__stage { border-radius: 10px; overflow: hidden; background: #1e293b; box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12); max-width: 100%; }
.v11-play__stage .video-frame--v11-play {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.v11-play__media-shell { position: relative; width: 100%; height: 100%; }
.v11-play__media-shell video,
.v11-play__media-shell iframe,
.v11-play-iframe-wrap,
.v11-play-iframe-wrap iframe,
.v11-play__media-shell #playera1 { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #1e293b; }
.v11-play__big-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 70px; height: 70px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(var(--n-accent-rgb),0.9); color: var(--n-on-accent);
  display: grid; place-items: center;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.15);
  transition: opacity 0.18s;
  z-index: 10;
}
.v11-play__big-play-ico { width: 26px; height: 26px; }
.v11-play__media-shell.is-playing .v11-play__big-play { opacity: 0; pointer-events: none; }
.v11-play__placeholder { aspect-ratio: 16/9; display: grid; place-items: center; color: var(--n-muted); font-size: 14px; }

.v11-play__headline {
  background: var(--n-surface); border: 1px solid var(--n-line);
  border-radius: var(--n-radius); padding: 12px 16px;
}
.v11-play__headline h1 {
  margin: 0;
  font-size: clamp(16px, 4.2vw, 20px);
  color: var(--n-strong);
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.v11-play__headline h1 a { color: inherit; }
.v11-play__headline h1 a:hover { color: var(--n-gold); }
.v11-play__headline-ep { font-size: 12px; padding: 3px 8px; border-radius: 4px; background: var(--n-gold); color: var(--n-on-accent); font-weight: 700; flex-shrink: 0; }

.v11-play__card { background: var(--n-surface); border: 1px solid var(--n-line); border-radius: var(--n-radius); padding: 14px 16px; }
.v11-play__card-h { margin: 0 0 10px; font-size: 15px; color: var(--n-strong); font-weight: 700; }
.v11-play__dl { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0 14px; }
.v11-play__dl > div { display: grid; grid-template-columns: 64px 1fr; gap: 6px; padding: 5px 0; border-bottom: 1px solid var(--n-line2); font-size: 13px; }
.v11-play__dt { color: var(--n-muted); }
.v11-play__dd { color: var(--n-text2); min-width: 0; word-break: break-word; }
.v11-play__dd a { color: var(--n-gold); }
.v11-play__syn { border-top: 1px solid var(--n-line); padding-top: 10px; margin-top: 10px; }
.v11-play__syn-h { font-size: 12px; color: var(--n-muted); margin: 0 0 6px; }
.v11-play__syn-body { font-size: 13px; color: var(--n-text2); line-height: 1.85; }

.v11-play__src { background: var(--n-surface); border: 1px solid var(--n-line); border-radius: var(--n-radius); overflow: hidden; }
.v11-play__src-h {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 12px; border-bottom: 1px solid var(--n-line);
  background: rgba(var(--n-accent-rgb),0.04);
}
.v11-play__src-h strong { color: var(--n-gold); font-size: 13px; font-weight: 700; }
.v11-play__src-h span { font-size: 12px; color: var(--n-muted); }
.v11-play__pl { margin: 0; padding: 10px; list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 6px; }
.v11-play__pl li a {
  display: block; text-align: center; padding: 7px 4px;
  border-radius: var(--n-radius-sm); border: 1px solid var(--n-line);
  color: var(--n-text2); font-size: 12px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: border-color 0.15s, color 0.15s;
}
.v11-play__pl li a:hover { border-color: var(--n-gold); color: var(--n-gold); }
.v11-play__pl li a.active { background: var(--n-gold); color: var(--n-on-accent); border-color: var(--n-gold); font-weight: 700; }

.v11-play__rec { background: var(--n-surface); border: 1px solid var(--n-line); border-radius: var(--n-radius); padding: 14px 16px; }
.v11-play__rec-h { margin: 0 0 6px; font-size: 15px; color: var(--n-strong); font-weight: 700; }
.v11-play__rec-lead { margin: 0 0 12px; color: var(--n-muted); font-size: 12px; }
.v11-play__emptyblk { color: var(--n-muted); font-size: 13px; }

/* ===== 搜索页 ===== */
.v11-searchhub {}
.v11-search-shell { background: var(--n-surface); border: 1px solid var(--n-line); border-radius: var(--n-radius); padding: 18px; }
.v11-search__h1 { margin: 0; font-size: 22px; color: var(--n-strong); font-weight: 700; }
.v11-search__lead { margin: 5px 0 0; color: var(--n-muted); font-size: 13px; }
.v11-search__meta { margin: 6px 0 0; font-size: 12px; color: var(--n-muted); }
.v11-search__num { color: var(--n-gold); font-weight: 700; }
.v11-search-again {
  display: grid; grid-template-columns: auto 1fr auto; gap: 8px;
  align-items: center; margin-top: 12px;
  border: 1px solid var(--n-line); border-radius: 8px; padding: 6px 10px;
  background: rgba(15, 23, 42, 0.035);
}
.v11-search-again__ico { color: var(--n-muted); display: grid; place-items: center; }
.v11-search-again input[type="search"] { border: 0; background: transparent; color: var(--n-text); padding: 8px 4px; font: inherit; outline: none; min-width: 0; }
.v11-search-again button[type="submit"] {
  width: 34px; height: 34px; border-radius: 50%; border: 0;
  background: var(--n-gold); color: var(--n-on-accent); cursor: pointer;
  display: grid; place-items: center; flex-shrink: 0;
}
.v11-search-results { margin-top: 14px; }
.v11-pager__meta--search { margin-top: 10px; }
.v11-pager--search {}

/* ===== 自定义内容页（帝国「自定义页面」单页）===== */
/* 主栏全宽与顶栏对齐；仅正文卡片收窄，避免页脚被挤成窄条 */
.v11-hub--doc {
  gap: 28px;
}
.v11-page-wrap {
  width: 100%;
  max-width: min(100%, 700px);
  margin: 0 auto;
  min-width: 0;
}
.v11-pagecard {
  position: relative;
  background: var(--n-surface);
  border: 1px solid var(--n-line);
  border-radius: 12px;
  padding: clamp(22px, 4vw, 40px) clamp(18px, 3.5vw, 36px);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 16px 48px rgba(15, 23, 42, 0.07);
  min-width: 0;
  overflow: hidden;
}
.v11-pagecard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--n-gold) 0%, var(--n-gold2) 55%, rgba(var(--n-accent-rgb), 0.35) 100%);
  pointer-events: none;
}
.v11-pagecard__head {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--n-line2);
}
.v11-pagecard__eyebrow {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--n-accent-deep);
  background: rgba(var(--n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--n-accent-rgb), 0.18);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.v11-pagecard__eyebrow:empty { display: none; }
.v11-pagecard__title {
  margin: 0;
  font-size: clamp(24px, 4.5vw, 32px);
  font-weight: 700;
  color: var(--n-strong);
  line-height: 1.22;
  letter-spacing: 0.02em;
  text-wrap: balance;
}
.v11-pagecard__lead {
  margin: 14px 0 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.7;
  color: var(--n-muted);
}
.v11-pagecard__lead:empty { display: none; }
.v11-pagecard__body {
  min-width: 0;
  overflow-x: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}
/* 编辑器常见包裹：避免与卡片边距「顶死」 */
.v11-prose {
  font-size: 16px;
  color: var(--n-text2);
  line-height: 1.82;
}
.v11-prose > *:first-child { margin-top: 0; }
.v11-prose > *:last-child { margin-bottom: 0; }
.v11-prose p { margin: 0 0 1.05em; }
.v11-prose h2 {
  margin: 1.85em 0 0.6em;
  padding-bottom: 0.35em;
  border-bottom: 1px solid var(--n-line2);
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--n-strong);
  line-height: 1.35;
}
.v11-prose h3 {
  margin: 1.55em 0 0.5em;
  font-size: 1.07rem;
  font-weight: 700;
  color: var(--n-strong);
  line-height: 1.4;
}
.v11-prose h4 { margin: 1.35em 0 0.4em; font-size: 1rem; font-weight: 700; color: var(--n-strong); }
.v11-prose a {
  color: var(--n-gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.v11-prose a:hover { color: var(--n-accent-deep); }
.v11-prose ul, .v11-prose ol {
  margin: 0 0 1.1em;
  padding-left: 1.35em;
}
.v11-prose li { margin: 0.35em 0; padding-left: 0.15em; }
.v11-prose li::marker { color: var(--n-gold); }
.v11-prose img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.5em 0 1em;
  border-radius: var(--n-radius-sm);
  border: 1px solid var(--n-line2);
}
.v11-prose figure {
  margin: 0 0 1.2em;
  min-width: 0;
}
.v11-prose figure img { margin: 0; }
.v11-prose figcaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--n-muted);
  text-align: center;
}
.v11-prose table {
  display: table;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 0 1.3em;
  border: 1px solid var(--n-line);
  border-radius: var(--n-radius-sm);
  overflow: hidden;
}
.v11-prose th, .v11-prose td {
  border: 1px solid var(--n-line2);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.v11-prose th {
  background: rgba(15, 23, 42, 0.045);
  color: var(--n-strong);
  font-weight: 600;
}
.v11-prose blockquote {
  margin: 0 0 1.1em;
  padding: 12px 16px 12px 18px;
  border-left: 4px solid var(--n-gold);
  border-radius: 0 var(--n-radius-sm) var(--n-radius-sm) 0;
  background: rgba(var(--n-accent-rgb), 0.06);
  color: var(--n-text2);
}
.v11-prose hr {
  border: 0;
  height: 1px;
  margin: 2.25em 0;
  background: linear-gradient(90deg, transparent, var(--n-line), transparent);
}
.v11-prose code {
  font-size: 0.9em;
  background: var(--n-panel);
  padding: 2px 7px;
  border-radius: 4px;
  border: 1px solid var(--n-line2);
  word-break: break-word;
}
.v11-prose pre {
  margin: 0 0 1.1em;
  padding: 16px;
  background: #f1f5f9;
  border-radius: var(--n-radius-sm);
  border: 1px solid var(--n-line);
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.55;
  -webkit-overflow-scrolling: touch;
}
.v11-prose pre code {
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
}
.v11-prose iframe {
  max-width: 100%;
  border: 0;
  border-radius: var(--n-radius-sm);
  vertical-align: middle;
}
.v11-prose video { max-width: 100%; height: auto; border-radius: var(--n-radius-sm); }
.v11-prose center { display: block; text-align: center; }

/* ===== 页脚 ===== */
.v11-tail { margin-top: 12px; border-top: 1px solid var(--n-line); padding-top: 18px; }
.v11-tail__inner { display: grid; gap: 8px; }
.v11-tail__row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; align-items: center; }
.v11-tail__brand { display: flex; gap: 10px; align-items: center; text-decoration: none; }
.v11-tail__mark {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--n-gold);
  line-height: 0;
  filter: drop-shadow(0 1px 6px rgba(var(--n-accent-rgb), 0.1));
}
.v11-tail__mark svg { width: 28px; height: 28px; display: block; }
.v11-tail__brand-meta { display: grid; gap: 2px; }
.v11-tail__sitename { font-size: 14px; color: var(--n-strong); font-weight: 700; letter-spacing: 0.03em; }
.v11-tail__slogan { font-size: 11px; color: var(--n-muted); }
.v11-tail__nav { display: flex; flex-wrap: wrap; gap: 6px 14px; }
.v11-tail__nav a { color: var(--n-text2); font-size: 13px; }
.v11-tail__nav a:hover { color: var(--n-gold); }
.v11-tail__disclaimer { margin: 0; color: var(--n-muted); font-size: 12px; line-height: 1.75; }
.v11-tail__fine { font-size: 12px; color: var(--n-muted); }
.v11-tail__copy {}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
  .v11-xfind { max-width: 240px; }
}

/* 详情页：平板/手机改为单列，避免「海报+信息」两列挤爆 */
@media (max-width: 900px) {
  .v11-show__hero {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: stretch;
  }
  .v11-show__col-media {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: min(92vw, 300px);
    margin: 0 auto;
  }
  .v11-show__posterbox {
    max-width: min(92vw, 280px);
    margin: 0 auto;
  }
  .v11-showbtn.v11-showbtn--play {
    width: 100%;
    max-width: min(92vw, 280px);
    margin: 0 auto;
    justify-content: center;
  }
  .v11-show__main {
    width: 100%;
    min-width: 0;
    text-align: left;
  }
  .v11-show__title {
    font-size: clamp(18px, 4.6vw, 24px);
  }
  /* 列表片单：两列等分且列宽可压到 0，避免海报格被挤出屏外 */
  .v11-deck--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 6px;
  }
}

@media (max-width: 860px) {
  /* 三栏：搜索（左）| Logo（中）| 汉堡（右）。dock 使用 display:contents 使表单、按钮参与同一网格 */
  .v11-xnav__frame {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 8px;
    padding: 0 14px;
    min-height: 58px;
  }
  .v11-xnav__rail { display: none; }
  .v11-xnav__brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    border-right: 0;
    padding: 6px 6px;
    margin: 0;
    min-width: 0;
    max-width: min(78vw, 300px);
  }
  /* 紧凑顶栏：仅字标，去掉图形与竖线，站名略放大、字距与层次更「杂志」感 */
  .v11-xnav__mark {
    display: none !important;
  }
  .v11-xnav__brandtext {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    justify-items: center;
    gap: 2px;
  }
  .v11-xnav__title {
    font-size: clamp(15px, 3.7vw, 17px);
    font-weight: 600;
    letter-spacing: 0.09em;
    font-family: inherit;
    background: linear-gradient(100deg, #0f172a 0%, #1e293b 50%, #0f766e 105%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  @supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .v11-xnav__title {
      color: var(--n-strong);
      background: none;
    }
  }
  .v11-xnav__dock {
    display: contents;
  }
  /* 手机顶栏：默认只显示放大镜；加 .is-search-open 后展开输入框（由 v11-boot.js 切换） */
  .v11-xnav .v11-xfind {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding: 3px;
    gap: 0;
    justify-content: center;
    align-items: center;
    transition: max-width 0.22s ease, padding 0.22s ease, gap 0.22s ease;
  }
  .v11-xnav .v11-xfind.is-search-open {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 4px 5px 4px 12px;
    gap: 6px;
  }
  .v11-xnav .v11-xfind:not(.is-search-open) .v11-xfind__input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    flex: none !important;
    align-self: auto !important;
  }
  .v11-xnav .v11-xfind.is-search-open .v11-xfind__input {
    position: static !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: normal !important;
    border: 0 !important;
    align-self: stretch !important;
  }
  .v11-xnav .v11-xfind:not(.is-search-open):focus-within {
    box-shadow: none;
  }
  .v11-xnav .v11-xfind.is-search-open:focus-within {
    border-color: rgba(var(--n-accent-rgb), 0.45);
    box-shadow: 0 0 0 3px var(--n-gold-dim);
  }
  .v11-xnav__burger {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* 首页等：列表页 .v11-deck--list 由 ≤900px 规则接管，避免 auto-fill 与父级 min 宽度打架 */
  .v11-deck:not(.v11-deck--list) {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

@media (max-width: 640px) {
  .v11-xnav__frame { padding: 0 12px; min-height: 54px; }
  .v11-hub { padding: 14px 14px 36px; gap: 18px; }
  .v11-xnav__title {
    font-size: clamp(14px, 4.1vw, 16px);
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .v11-xnav__kicker { display: none; }
  .v11-deck:not(.v11-deck--list) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }
  .v11-deck--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 7px;
  }
  .v11-catgrid { grid-template-columns: 1fr; }
  .v11-sort__track { max-width: none; width: 100%; }
  .v11-listhead__band--title { padding: 18px 16px 16px; }
  .v11-listhead__band--subcats,
  .v11-listhead__band--sort { padding-left: 14px; padding-right: 14px; }
  .v11-show__shell,
  .v11-show__shell--pad { padding: 14px; }
  .v11-show__col-media {
    flex-direction: column;
    align-items: center;
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
  .v11-show__posterbox {
    max-width: min(88vw, 260px);
    width: 100%;
    margin: 0 auto;
  }
  .v11-showbtn.v11-showbtn--play {
    max-width: min(88vw, 260px);
  }
  .v11-show__title { font-size: clamp(17px, 5vw, 20px); }
  .v11-show__actions { justify-content: center; }
  .v11-show__actions .v11-showbtn { flex: 1 1 auto; min-width: 0; justify-content: center; }
  .v11-hero__tit { font-size: 20px; }
  .v11-hero__cap { padding: 16px 18px; }
  .v11-play__dl { grid-template-columns: 1fr; }
  .v11-play__dl > div { grid-template-columns: 60px 1fr; }
  .v11-play__headline { padding: 10px 12px; }
  .v11-play__card,
  .v11-play__src,
  .v11-play__rec { padding: 12px; }
  .v11-play__stage { border-radius: 8px; }
  .v11-play__pl { grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); }
  .v11-play__playlist-head { padding: 12px 14px; }
  .v11-play__playlist-title { font-size: 16px; }
  .v11-play__topbar {
    flex-direction: column;
    align-items: stretch;
  }
  .v11-play__backdetail { text-align: center; }
  .v11-show__epdeck {
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 5px;
    padding: 8px;
  }
  .v11-drows { grid-template-columns: 1fr; }
  .v11-hub--doc { gap: 22px; }
  .v11-page-wrap { max-width: 100%; }
  .v11-pagecard { padding: 20px 16px; border-radius: 10px; }
  .v11-pagecard__title { font-size: clamp(20px, 5.5vw, 26px); }
  .v11-pagecard__lead { font-size: 14px; max-width: none; }
  .v11-prose { font-size: 15px; line-height: 1.78; }
  .v11-prose table { font-size: 13px; }
  .v11-prose th, .v11-prose td { padding: 8px 9px; }
}

@media (max-width: 480px) {
  .v11-xfind__input { font-size: 12px; }
  .v11-xfind__btn svg { width: 16px; height: 16px; }
}

/* 极窄屏：列表改为单列，避免两列仍显挤 */
@media (max-width: 360px) {
  .v11-deck--list {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
