/* ============================================================
   别册（bc）：白底 + 珠光柔雾 + 毛玻璃。独立视觉，不与其它 APP 共用组件。
   规矩：无黑描边、无黑框；分隔只用极浅的 rgba；紫 #8a7ba8 只做实色小点；奶粉 #f3e3e6 只做浅底。
   ============================================================ */
.bc-screen { background: #fbfbfc; color: #1c1c1e; font-size: 14px; }
.bc-screen > .app-header { display: none; }        /* 自绘 .bc-top（返回键在里面，别删） */
.bc-screen button { font-family: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.bc-screen svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.bc-sf { font-family: "SereinSerif", "Songti SC", serif; }
.bc-it { font-family: "SereinIt", Georgia, serif; font-style: italic; }

.bc-body { flex: 1; display: flex; flex-direction: column; min-height: 0; padding: 0; position: relative; overflow: hidden; }
/* 柔雾底：两团极浅的色雾，让玻璃有东西可模糊；有封面/立绘时再压一层大模糊 */
.bc-amb { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.bc-amb .a { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: #f3e3e6; filter: blur(70px); opacity: .8; left: -140px; top: 90px; }
.bc-amb .b { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: #e7e3ee; filter: blur(80px); opacity: .9; right: -160px; top: 440px; }
.bc-amb img { position: absolute; inset: -40px; width: calc(100% + 80px); height: calc(100% + 80px); object-fit: cover; filter: blur(44px) saturate(1.05); opacity: .3; }

/* 顶栏 */
.bc-top { position: absolute; left: 0; right: 0; top: 0; z-index: 3; display: flex; align-items: center; justify-content: space-between; padding: calc(24px + env(safe-area-inset-top, 0px)) 16px 10px; background: none; }
/* 滚动边缘：顶端透明，内容滚到底下时才出现一层向下渐隐的软模糊（iOS scroll edge effect），没有硬边、没有色块 */
.bc-top::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: -28px; z-index: -1; pointer-events: none; opacity: 0; transition: opacity .25s;
  background: linear-gradient(180deg, rgba(251, 251, 252, .82), rgba(251, 251, 252, .55) 60%, rgba(251, 251, 252, 0));
  backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4);
  -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent); mask-image: linear-gradient(180deg, #000 55%, transparent); }
.bc-top.scrolled::before { opacity: 1; }
.bc-top.hero .bc-ttl { opacity: 0; transition: opacity .2s; }
.bc-top.hero.scrolled .bc-ttl { opacity: 1; }
.bc-ttl { position: absolute; left: 72px; right: 72px; top: calc(24px + env(safe-area-inset-top, 0px)); height: 38px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; pointer-events: none; }
.bc-ttl b { font-size: 18px; font-weight: 500; letter-spacing: 1px; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.bc-ttl b.bc-it { font-weight: 400; font-size: 21px; letter-spacing: .5px; }
.bc-ttl i { font-size: 11px; color: #8e8e93; font-style: normal; margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.bc-ttl.tap { pointer-events: auto; cursor: pointer; }
.bc-tr { display: flex; gap: 8px; min-width: 38px; justify-content: flex-end; }
.bc-circ { width: 38px; height: 38px; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; color: #1c1c1e;
  background: rgba(255, 255, 255, .62); backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: 0 2px 12px rgba(50, 44, 70, .06), inset 0 1px 0 rgba(255, 255, 255, .9); }
.bc-circ svg { width: 20px; height: 20px; }
.bc-circ.xs { width: 30px; height: 30px; } .bc-circ.xs svg { width: 15px; height: 15px; }
.bc-circ.on { background: #f3e3e6; } .bc-circ.on svg { stroke: #b06a7c; fill: #e9c9d1; }

.bc-scroll { position: relative; z-index: 1; flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: calc(82px + env(safe-area-inset-top, 0px)) 16px 0; min-height: 0; }
.bc-pad { height: calc(124px + env(safe-area-inset-bottom, 0px)); }
.bc-pad2 { height: 14px; }

/* 玻璃卡 */
.bc-g { position: relative; background: rgba(255, 255, 255, .58); backdrop-filter: blur(22px) saturate(1.35); -webkit-backdrop-filter: blur(22px) saturate(1.35);
  border: 1px solid rgba(255, 255, 255, .85); border-radius: 22px; padding: 16px; margin-bottom: 12px;
  box-shadow: 0 10px 34px rgba(60, 54, 80, .07), inset 0 1px 0 rgba(255, 255, 255, .95); }
.bc-g.list { padding: 4px 16px; }
.bc-g.head h1 { font-weight: 500; font-size: 28px; letter-spacing: 1px; line-height: 1.15; }
.bc-lt { font-size: 14px; color: #6b6b70; margin-top: 3px; }
.bc-line { font-size: 16px; line-height: 1.7; margin-top: 10px; color: #1c1c1e; }
.bc-sub { font-size: 12.5px; color: #6b6b70; margin-top: 4px; }
.bc-p { font-size: 14.5px; line-height: 1.75; color: #2c2c2e; }
.bc-p.dim { color: #6b6b70; font-size: 13.5px; }

/* 分节标题 */
.bc-sh { display: flex; align-items: baseline; gap: 8px; padding: 18px 6px 10px; }
.bc-g .bc-sh { padding: 0 0 10px; }
.bc-sh b { font-weight: 500; font-size: 16px; letter-spacing: .5px; }
.bc-sh i { font-size: 12.5px; color: #8e8e93; }
.bc-sh span { margin-left: auto; font-size: 12px; color: #8e8e93; }
.bc-lk { border: none; background: none; color: #8a7ba8; font-size: 12.5px; padding: 0; }

/* 标签 / 按钮 / 芯片 */
.bc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.bc-tag { font-size: 11.5px; padding: 4px 10px; border-radius: 999px; background: rgba(255, 255, 255, .78); color: #4a4a4f; box-shadow: 0 1px 2px rgba(0, 0, 0, .04); white-space: nowrap; }
.bc-tag.v { background: #f3e3e6; color: #6b5560; }
.bc-tag.s { background: rgba(28, 28, 30, .06); }
.bc-tag.on { background: #1c1c1e; color: #fff; }
.bc-tag em { font-style: normal; color: #8e8e93; font-size: 11px; margin-left: 5px; }
.bc-tag.on em { color: rgba(255, 255, 255, .7); }
.bc-btn { border: none; border-radius: 999px; padding: 10px 18px; font-size: 14px; color: #1c1c1e; white-space: nowrap;
  background: rgba(255, 255, 255, .82); box-shadow: 0 2px 10px rgba(40, 36, 60, .06); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.bc-btn.k { background: #1c1c1e; color: #fff; }
.bc-btn.d { color: #b83b3b; }
.bc-btn.s { padding: 7px 14px; font-size: 12.5px; }
.bc-row { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.bc-row.center { justify-content: center; }
.bc-chips { display: flex; gap: 8px; overflow-x: auto; padding: 4px 0 12px; }
.bc-chip { flex: none; border: none; padding: 7px 14px; border-radius: 999px; background: rgba(255, 255, 255, .68); font-size: 13px; color: #4a4a4f; display: inline-flex; align-items: center; gap: 6px; }
.bc-chip.on { background: #1c1c1e; color: #fff; }
.bc-chip.on .bc-ic svg { stroke: #fff; }
.bc-ic { display: inline-flex; } .bc-ic svg { width: 18px; height: 18px; } .bc-ic.dim svg { stroke: #8e8e93; }

/* 底栏：悬浮玻璃胶囊，最右是助手 */
.bc-tab { position: absolute; left: 18px; right: 18px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 4; height: 62px; border-radius: 31px;
  display: flex; align-items: center; padding: 0 9px 0 10px;
  background: rgba(255, 255, 255, .74); backdrop-filter: blur(26px) saturate(1.4); -webkit-backdrop-filter: blur(26px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .9); box-shadow: 0 12px 36px rgba(50, 44, 70, .12), inset 0 1px 0 rgba(255, 255, 255, .95); }
.bc-tb { flex: 1; border: none; background: none; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; font-size: 13px; color: #8e8e93; }
.bc-tb i { width: 5px; height: 5px; border-radius: 50%; background: transparent; }
.bc-tb.on { color: #1c1c1e; font-weight: 500; }
.bc-tb.on i { background: #8a7ba8; }
.bc-tb-e { flex: none !important; width: 46px; height: 46px; border-radius: 50%; background: #1c1c1e !important; color: #fff; margin-left: 6px; overflow: hidden; }
.bc-tb-e img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bc-tb-e b { font-size: 19px; font-weight: 500; }

/* 首页 */
.bc-er { display: flex; align-items: center; gap: 12px; padding: 12px 14px; cursor: pointer; }
.bc-av { width: 44px; height: 44px; border-radius: 50%; background: #1c1c1e; color: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; flex: none; }
.bc-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bc-av b { font-size: 18px; font-weight: 500; }
.bc-av.big { width: 72px; height: 72px; } .bc-av.big b { font-size: 28px; }
.bc-ert { flex: 1; min-width: 0; }
.bc-ert b { display: block; font-size: 15px; font-weight: 500; }
.bc-ert span { display: block; font-size: 12.5px; color: #6b6b70; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.bc-now { display: flex; gap: 14px; padding: 12px; cursor: pointer; }
.bc-wcov { width: 116px; height: 156px; border-radius: 16px; flex: none; display: flex; flex-direction: column; justify-content: flex-end; padding: 12px; overflow: hidden; position: relative; }
.bc-wcov b { font-weight: 500; font-size: 18px; line-height: 1.25; color: #1c1c1e; position: relative; }
.bc-wcov span { font-size: 11px; color: #6b6b70; margin-top: 4px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-wcov.has { padding: 0; } .bc-wcov.has img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bc-nowt { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.bc-nowt h2 { font-weight: 500; font-size: 21px; line-height: 1.2; }
.bc-nowb { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #8e8e93; padding-top: 8px; }

.bc-hs { display: flex; gap: 12px; overflow-x: auto; margin: 0 -16px; padding: 2px 16px 6px; }
.bc-plate { position: relative; overflow: hidden; border-radius: 18px; background: #ececef; }
.bc-plate img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
.bc-plate.wide { width: 230px; height: 130px; }
.bc-plate.tall { width: 100%; aspect-ratio: 3 / 4; }
.bc-plate.hero { width: 100%; aspect-ratio: 16 / 10; border-radius: 22px; }
.bc-plate.mini { width: 44px; height: 58px; border-radius: 10px; flex: none; }
.bc-plate.pr { width: 120px; height: 160px; }
.bc-wp { width: 230px; flex: none; cursor: pointer; }
.bc-wpt { padding: 8px 4px 0; }
.bc-wpt b { display: block; font-size: 15px; font-weight: 500; }
.bc-wpt span { display: block; font-size: 12px; color: #8e8e93; margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-wp.add, .bc-cp.add { border: none; background: rgba(255, 255, 255, .5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #8e8e93; font-size: 12.5px; }
.bc-wp.add { height: 130px; }
.bc-wp.add span svg, .bc-cp.add span svg { width: 22px; height: 22px; }
.bc-wp.add b, .bc-cp.add b { font-weight: 400; }
.bc-cp { width: 104px; flex: none; cursor: pointer; }
.bc-cp .bc-plate { width: 104px; height: 139px; }
.bc-cp.add { height: 139px; }
.bc-cp b { display: block; font-size: 14.5px; font-weight: 500; margin-top: 8px; padding: 0 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-cp span { display: block; font-size: 11.5px; color: #8e8e93; padding: 0 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-arch { display: inline-block; font-size: 10px; color: #8a7ba8; margin-left: 5px; vertical-align: 2px; font-style: normal; font-family: -apple-system, "PingFang SC", sans-serif; font-weight: 400; }

.bc-wr { padding: 12px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); cursor: pointer; }
.bc-wr:last-child { border-bottom: 0; }
.bc-wrt { display: flex; align-items: center; gap: 8px; }
.bc-wrt b { font-weight: 500; font-size: 16.5px; }
.bc-wrt span { margin-left: auto; font-size: 11.5px; color: #8e8e93; white-space: nowrap; }
.bc-rt { font-size: 10.5px; width: 18px; height: 18px; border-radius: 5px; background: rgba(28, 28, 30, .08); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.bc-wrp { font-size: 12.5px; color: #4a4a4f; margin-top: 3px; }
.bc-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 6px; }
.bc-tile { text-align: left; padding: 14px; margin: 0; }
.bc-tile b { display: block; font-size: 17px; font-weight: 500; }
.bc-tile span { display: block; font-size: 12px; color: #8e8e93; line-height: 1.45; margin-top: 4px; }

/* 世界栏 / 人物栏 */
.bc-wl { padding: 10px; cursor: pointer; }
.bc-wl .bc-plate.wide { width: 100%; height: 150px; }
.bc-wlt { padding: 10px 6px 4px; }
.bc-wlt b { font-size: 20px; font-weight: 500; }
.bc-wlt i { font-size: 13px; color: #8e8e93; margin-left: 8px; }
.bc-wlt p { font-size: 13px; color: #6b6b70; margin-top: 4px; line-height: 1.5; }
.bc-wlt span { display: block; font-size: 12px; color: #8e8e93; margin-top: 8px; }
.bc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bc-cc { padding: 8px; border-radius: 22px; margin: 0; cursor: pointer; }
.bc-cc .bc-plate { border-radius: 16px; }
.bc-cct { padding: 8px 6px 4px; }
.bc-cct b { display: block; font-size: 15px; font-weight: 500; }
.bc-cct span { display: block; font-size: 12px; color: #8e8e93; margin-top: 1px; }
.bc-cct p { font-size: 12px; color: #6b6b70; margin-top: 4px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* 世界页 */
.bc-hero { position: relative; margin-bottom: 12px; }
.bc-heroload { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .35); border-radius: 22px; }
.bc-sec { padding: 6px 0; }
.bc-sec b { display: block; font-size: 13px; color: #8e8e93; margin-bottom: 4px; letter-spacing: 1px; font-weight: 500; }
.bc-sec p { font-size: 14.5px; line-height: 1.75; color: #2c2c2e; }
.bc-gl div { display: flex; gap: 10px; padding: 5px 0; font-size: 13.5px; line-height: 1.6; }
.bc-gl b { flex: none; font-weight: 500; }
.bc-gl span { color: #6b6b70; }
.bc-seed { display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); }
.bc-seed:last-child { border-bottom: 0; }
.bc-seed p { flex: 1; font-size: 14.5px; line-height: 1.6; }
.bc-en { padding: 8px 0; }
.bc-en b { display: block; font-size: 14px; font-weight: 500; }
.bc-en p { font-size: 13.5px; color: #6b6b70; line-height: 1.6; margin-top: 2px; }
.bc-hint { font-size: 12px; color: #8e8e93; line-height: 1.6; margin: 10px 4px 0; }
.bc-hint.center { text-align: center; }
.bc-emp2 { padding: 8px 2px; }
.bc-emp2 b { display: block; font-size: 17px; font-weight: 500; margin-bottom: 4px; }
.bc-emp2 span { font-size: 13px; color: #8e8e93; line-height: 1.6; }
.bc-emp2.row { display: flex; align-items: center; gap: 12px; } .bc-emp2.row span { flex: 1; }
.bc-empty { text-align: center; padding: 120px 24px 40px; }
.bc-empty div { font-size: 20px; }
.bc-empty span { display: block; font-size: 13px; color: #8e8e93; margin-top: 8px; line-height: 1.6; }
.bc-spin { display: flex; align-items: center; gap: 10px; color: #8e8e93; font-size: 13px; padding: 10px 4px; }
.bc-spin i { width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid rgba(28, 28, 30, .12); border-top-color: #8a7ba8; animation: bc-rot 1s linear infinite; }
@keyframes bc-rot { to { transform: rotate(360deg); } }

/* 底部操作条 */
.bc-bar { position: absolute; left: 16px; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 4; display: flex; gap: 8px; align-items: center; padding: 8px; border-radius: 32px;
  background: rgba(255, 255, 255, .76); backdrop-filter: blur(26px) saturate(1.4); -webkit-backdrop-filter: blur(26px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .9); box-shadow: 0 12px 36px rgba(50, 44, 70, .12), inset 0 1px 0 rgba(255, 255, 255, .95); }
.bc-bar .bc-btn { flex: 1; text-align: center; padding: 11px 12px; box-shadow: none; background: rgba(255, 255, 255, .7); }
.bc-bar .bc-btn.k { background: #1c1c1e; }
.bc-bar .bc-circ { flex: none; box-shadow: none; }

/* 人物页 */
.bc-chero { position: relative; height: 400px; margin: calc(-82px - env(safe-area-inset-top, 0px)) -16px 0; overflow: hidden; }
.bc-chero:not(.has) { height: 190px; }
.bc-chero .bc-plit.big { position: absolute; right: 22px; top: 96px; font-size: 44px; color: rgba(255, 255, 255, .7); }
.bc-chero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bc-cfade { position: absolute; left: 0; right: 0; bottom: 0; height: 160px; background: linear-gradient(180deg, rgba(251, 251, 252, 0), #fbfbfc); }
.bc-cname { position: relative; z-index: 2; margin-top: -64px; padding: 0 6px 6px; }
.bc-cname h1 { font-weight: 500; font-size: 40px; letter-spacing: 2px; line-height: 1; }
.bc-nav { display: flex; gap: 18px; overflow-x: auto; padding: 12px 6px 14px; font-size: 13.5px; color: #8e8e93; }
.bc-nav button { border: none; background: none; color: inherit; font-size: inherit; padding: 0; flex: none; }
.bc-kv div { display: flex; gap: 12px; padding: 6px 0; }
.bc-kv b { width: 44px; flex: none; font-size: 13px; color: #8e8e93; font-weight: 500; padding-top: 1px; }
.bc-kv span { font-size: 14px; line-height: 1.65; color: #2c2c2e; }
.bc-quad { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bc-quad b { display: block; font-size: 12.5px; color: #8e8e93; margin-bottom: 4px; letter-spacing: 1px; font-weight: 500; }
.bc-quad p { font-size: 13.5px; line-height: 1.65; color: #2c2c2e; }
.bc-q { font-size: 15px; line-height: 1.7; padding: 8px 0 8px 14px; border-left: 2px solid #f3e3e6; margin: 6px 0; }
.bc-rel { display: flex; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); cursor: pointer; }
.bc-rel:last-child { border-bottom: 0; }
.bc-rel > div { flex: 1; min-width: 0; }
.bc-rel b { font-size: 15px; font-weight: 500; }
.bc-rel i { font-size: 12px; color: #8e8e93; margin-left: 6px; }
.bc-rel span { display: block; font-size: 13px; color: #4a4a4f; margin-top: 2px; line-height: 1.5; }
.bc-lkrow { display: flex; gap: 12px; align-items: flex-start; padding: 6px 0; }
.bc-lkrow b { font-size: 13px; color: #8e8e93; margin-top: 6px; font-weight: 500; }
.bc-lkrow .bc-tags { margin-top: 0; }
.bc-gr { font-size: 15px; line-height: 1.8; padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); }
.bc-ex { white-space: pre-wrap; font-family: inherit; font-size: 13.5px; line-height: 1.75; color: #3a3a3f; padding: 12px 14px; background: rgba(255, 255, 255, .62); border-radius: 14px; margin: 10px 0 0; }
.bc-var { padding: 8px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); }
.bc-var:last-child { border-bottom: 0; }
.bc-var b { font-size: 15px; font-weight: 500; }
.bc-var p { font-size: 13.5px; color: #4a4a4f; line-height: 1.6; margin: 3px 0 6px; }
.bc-pair { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 10px 0 16px; }
.bc-pair i { font-size: 28px; color: #8e8e93; }

/* 画像 */
.bc-poster { position: relative; width: 100%; aspect-ratio: 2 / 3; border-radius: 26px; overflow: hidden; background: #fff; box-shadow: 0 20px 50px rgba(50, 44, 70, .14); }
.bc-pt-img { position: absolute; left: 0; top: 0; width: 100%; height: 62%; overflow: hidden; }
.bc-pt-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bc-pt-img > b { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 200px; color: rgba(255, 255, 255, .55); font-weight: 500; }
.bc-pt-img.full { height: 100%; }
.bc-pt-veil { position: absolute; left: 0; right: 0; bottom: 0; height: 44%; padding: 22px 22px 18px; background: rgba(255, 255, 255, .74); backdrop-filter: blur(26px) saturate(1.3); -webkit-backdrop-filter: blur(26px) saturate(1.3); border-top: 1px solid rgba(255, 255, 255, .9); }
.bc-pt-veil h1, .bc-pt-over h1, .bc-pt-ink h1 { font-weight: 500; letter-spacing: 3px; line-height: 1; }
.bc-pt-veil h1 { font-size: 36px; }
.bc-pt-veil .bc-it, .bc-pt-ink .bc-it { font-size: 13px; color: #6b6b70; margin-top: 6px; }
.bc-pt-veil p, .bc-pt-ink p { font-size: 14.5px; line-height: 1.75; margin-top: 12px; }
.bc-pt-w { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 12.5px; color: #3a3a3f; letter-spacing: 1px; }
.bc-pt-w i { width: 4px; height: 4px; border-radius: 50%; background: #8a7ba8; }
.bc-pt-ft { position: absolute; left: 22px; right: 22px; bottom: 14px; display: flex; justify-content: space-between; font-size: 11px; color: #8e8e93; border-top: 1px solid rgba(0, 0, 0, .06); padding-top: 8px; }
.bc-pt-ft .bc-it { font-size: 12px; color: #8e8e93; margin: 0; }
.bc-pt-over { position: absolute; left: 0; right: 0; bottom: 0; padding: 140px 22px 24px; background: linear-gradient(180deg, rgba(20, 18, 26, 0), rgba(20, 18, 26, .78)); color: #fff; }
.bc-pt-over h1 { font-size: 42px; }
.bc-pt-over .bc-it { font-size: 14px; color: rgba(255, 255, 255, .85); margin-top: 8px; }
.bc-pt-over p { font-size: 14.5px; line-height: 1.75; margin-top: 12px; color: rgba(255, 255, 255, .95); }
.bc-pt-over .bc-pt-w { color: rgba(255, 255, 255, .8); } .bc-pt-over .bc-pt-w i { background: #fff; }
.bc-pt-ink { position: absolute; inset: 0; padding: 130px 24px 24px; }
.bc-pt-ink h1 { font-size: 62px; letter-spacing: 4px; }
.bc-pt-ink .bc-it { font-size: 14px; }
.bc-pt-ink p { font-size: 15px; margin-top: 26px; }
.bc-pt-disc { position: absolute; right: 24px; top: 28px; width: 84px; height: 84px; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 24px rgba(50, 44, 70, .18); }
.bc-lay { display: flex; justify-content: center; gap: 12px; margin: 16px 0 4px; }
.bc-layb { border: none; background: rgba(255, 255, 255, .7); border-radius: 14px; padding: 8px 10px 6px; display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 11.5px; color: #8e8e93; }
.bc-layb i { display: block; width: 26px; height: 38px; border-radius: 5px; background: linear-gradient(180deg, #cfcfd6 62%, #f4f4f6 62%); }
.bc-layb i.full { background: #cfcfd6; }
.bc-layb i.ink { background: #f0eef2; }
.bc-layb.on { background: #1c1c1e; color: #fff; }
.bc-out { width: 100%; border-radius: 14px; display: block; margin: 10px 0; }

/* 作品页 */
.bc-wkh { display: flex; gap: 14px; }
.bc-wkh .bc-wcov { width: 92px; height: 124px; border-radius: 14px; padding: 10px; }
.bc-wkh .bc-wcov b { font-size: 15px; }
.bc-wkh > div:last-child { flex: 1; min-width: 0; }
.bc-wkh h1 { font-weight: 500; font-size: 26px; letter-spacing: 1px; line-height: 1.15; }
.bc-wkact { display: flex; gap: 8px; margin-top: 10px; }
.bc-sum { font-size: 14.5px; line-height: 1.75; margin-top: 12px; color: #2c2c2e; }
.bc-notes { font-size: 13px; color: #6b6b70; margin-top: 8px; line-height: 1.6; }
.bc-meta div { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); font-size: 13.5px; }
.bc-meta div:last-child { border-bottom: 0; }
.bc-meta b { width: 36px; flex: none; color: #8e8e93; font-size: 12.5px; letter-spacing: 1px; font-weight: 500; padding-top: 2px; }
.bc-meta span { flex: 1; line-height: 1.7; }
.bc-meta u { text-decoration: none; background: rgba(255, 255, 255, .78); padding: 2px 9px; border-radius: 999px; margin: 0 6px 4px 0; display: inline-block; font-size: 12.5px; }
.bc-meta u.add { color: #8a7ba8; background: none; padding: 2px 2px; }
.bc-meta em { color: #8e8e93; font-style: normal; }
.bc-act { padding: 8px 0; }
.bc-act b { display: block; font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.bc-act p { font-size: 13.5px; line-height: 1.65; color: #4a4a4f; padding-left: 10px; border-left: 2px solid #f3e3e6; margin: 4px 0; }
.bc-tree { padding: 4px 0; }
.bc-ch { position: relative; display: flex; align-items: center; gap: 10px; padding: 9px 0 9px 24px; cursor: pointer; }
.bc-ch::before { content: ""; position: absolute; left: 6px; top: 0; bottom: 0; width: 1px; background: rgba(28, 28, 30, .1); }
.bc-ch:first-child::before { top: 50%; }
.bc-ch i { position: absolute; left: 2px; top: 50%; margin-top: -4.5px; width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px rgba(28, 28, 30, .18), 0 1px 3px rgba(0, 0, 0, .08); }
.bc-chn { font-size: 12.5px; color: #8e8e93; width: 22px; flex: none; }
.bc-ch b { flex: 1; font-size: 15.5px; font-weight: 500; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bc-ch em { font-size: 11.5px; color: #8e8e93; font-style: normal; white-space: nowrap; }
.bc-ch .bc-circ.xs { background: transparent; box-shadow: none; }
.bc-brk { margin-left: 26px; position: relative; }
.bc-brk::before { content: ""; position: absolute; left: -20px; top: -6px; width: 20px; height: 22px; border-left: 1px solid rgba(28, 28, 30, .1); border-bottom: 1px solid rgba(28, 28, 30, .1); border-bottom-left-radius: 10px; }
.bc-brl { font-size: 12px; color: #8a7ba8; padding: 6px 0 0 24px; }
.bc-brk .bc-ch i { box-shadow: 0 0 0 1px #8a7ba8; }
.bc-cm { padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); }
.bc-cm:last-child { border-bottom: 0; }
.bc-cmh { display: flex; align-items: baseline; gap: 8px; }
.bc-cmh b { font-size: 13.5px; font-weight: 500; }
.bc-cmh i { font-size: 11.5px; color: #8e8e93; }
.bc-cmh .bc-lk { margin-left: auto; }
.bc-cm p { font-size: 14px; line-height: 1.7; margin-top: 4px; color: #2c2c2e; }
.bc-cmre { margin: 8px 0 0 12px; padding-left: 10px; border-left: 2px solid #f3e3e6; }
.bc-cmre b { display: block; font-size: 12.5px; color: #8e8e93; margin-top: 6px; font-weight: 500; }
.bc-cmre p { font-size: 13.5px; margin-top: 2px; }

/* 阅读页 */
.bc-rd { padding: 22px 20px; }
.bc-rdh span { font-size: 12px; color: #8e8e93; letter-spacing: 1px; }
.bc-rdh h1 { font-weight: 500; font-size: 26px; margin: 6px 0 18px; letter-spacing: 1px; }
.bc-rdt p { font-size: 17px; line-height: 1.95; margin: 0 0 1.1em; color: #1f1f22; text-align: justify; }
.bc-rdn { display: flex; justify-content: space-between; margin-top: 22px; }

/* 助手对话 */
.bc-chatbody .bc-scroll { padding-bottom: 0; }
.bc-ctx { display: flex; justify-content: center; padding: 4px 0 10px; }
.bc-hello { text-align: center; padding: 30px 20px 20px; }
.bc-hello .bc-av { margin: 0 auto; }
.bc-hello b { display: block; font-size: 22px; font-weight: 500; margin-top: 12px; }
.bc-hello p { font-size: 14px; color: #6b6b70; line-height: 1.7; margin-top: 8px; }
.bc-mu { display: flex; justify-content: flex-end; margin: 10px 0; }
.bc-mu p { max-width: 80%; font-size: 15px; line-height: 1.6; padding: 11px 15px; border-radius: 20px 20px 6px 20px; background: rgba(255, 255, 255, .84); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 4px 16px rgba(50, 44, 70, .06); white-space: pre-wrap; }
.bc-ma { display: flex; gap: 10px; margin: 12px 0; align-items: flex-start; }
.bc-ma .bc-av { width: 34px; height: 34px; } .bc-ma .bc-av b { font-size: 15px; }
.bc-mab { flex: 1; min-width: 0; }
.bc-mab > p { font-size: 15px; line-height: 1.75; padding: 5px 0; white-space: pre-wrap; }
.bc-slip { position: relative; background: rgba(255, 255, 255, .62); backdrop-filter: blur(22px) saturate(1.35); -webkit-backdrop-filter: blur(22px) saturate(1.35); border: 1px solid rgba(255, 255, 255, .9); border-radius: 20px; padding: 14px 14px 10px; margin: 10px 0; box-shadow: 0 10px 30px rgba(60, 54, 80, .08); }
.bc-slip.dropped { opacity: .55; }
.bc-slh { display: flex; align-items: baseline; gap: 8px; }
.bc-slh i { font-size: 11px; color: #8e8e93; letter-spacing: 1px; }
.bc-slh b { font-size: 19px; font-weight: 500; }
.bc-slb { margin-top: 8px; }
.bc-slb p { font-size: 14px; line-height: 1.7; }
.bc-slb .bc-kv b { width: 40px; }
.bc-draft { white-space: pre-wrap; }
.bc-slf { display: flex; gap: 6px; margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(0, 0, 0, .05); align-items: center; }
.bc-slf button { flex: 1; border: none; padding: 8px 6px; border-radius: 12px; background: rgba(255, 255, 255, .78); font-size: 13px; color: #1c1c1e; }
.bc-slf button.k { background: #1c1c1e; color: #fff; }
.bc-slf.taken span { color: #8a7ba8; font-size: 12.5px; flex: 1; }
.bc-slf.dropped span { color: #8e8e93; font-size: 12.5px; flex: 1; }
.bc-slf .bc-lk { flex: none; }
.bc-titles { display: flex; flex-wrap: wrap; gap: 8px; }
.bc-title { border: none; background: rgba(255, 255, 255, .78); padding: 8px 14px; border-radius: 14px; font-size: 15px; }
.bc-inp { position: relative; z-index: 4; flex: none; padding: 8px 14px calc(12px + env(safe-area-inset-bottom, 0px)); background: linear-gradient(180deg, rgba(251, 251, 252, 0), #fbfbfc 26%); }
.bc-kinds { display: flex; gap: 6px; overflow-x: auto; padding: 0 2px 8px; }
.bc-kinds .bc-chip { padding: 5px 12px; font-size: 12.5px; }
.bc-inrow { display: flex; align-items: flex-end; gap: 8px; border-radius: 24px; padding: 6px 6px 6px 16px;
  background: rgba(255, 255, 255, .74); backdrop-filter: blur(22px) saturate(1.3); -webkit-backdrop-filter: blur(22px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, .9); box-shadow: 0 8px 28px rgba(50, 44, 70, .1); }
.bc-ta { flex: 1; border: none; background: none; resize: none; font-size: 16px; line-height: 1.45; padding: 8px 0; max-height: 120px; outline: none; font-family: inherit; color: #1c1c1e; }
.bc-send { width: 38px; height: 38px; border-radius: 50%; background: #1c1c1e; border: none; display: flex; align-items: center; justify-content: center; flex: none; color: #fff; }
.bc-send svg { width: 18px; height: 18px; }

/* 文风 / 检索 / 设置 */
.bc-st { padding: 12px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); cursor: pointer; }
.bc-st:last-child { border-bottom: 0; }
.bc-st > div { display: flex; align-items: baseline; gap: 8px; }
.bc-st b { font-size: 16.5px; font-weight: 500; }
.bc-st i { font-size: 12px; color: #8e8e93; }
.bc-st p { font-size: 13.5px; color: #6b6b70; margin-top: 3px; line-height: 1.5; }
.bc-stb b { display: block; font-size: 12.5px; color: #8e8e93; margin: 12px 0 4px; font-weight: 500; }
.bc-stb p { font-size: 14px; line-height: 1.7; }
.bc-search { display: flex; align-items: center; gap: 10px; padding: 10px 14px; }
.bc-search i svg { width: 18px; height: 18px; display: block; color: #8e8e93; }
.bc-q { flex: 1; border: none; background: none; font-size: 16px; outline: none; font-family: inherit; color: #1c1c1e; }
.bc-cloud { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 2px 14px; }
.bc-cloud .bc-tag { border: none; font-size: 13px; padding: 6px 12px; }
.bc-sr { display: flex; gap: 12px; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); cursor: pointer; }
.bc-sr:last-child { border-bottom: 0; }
.bc-sr > div { flex: 1; min-width: 0; }
.bc-sr b { display: block; font-size: 15px; font-weight: 500; }
.bc-sr span { display: block; font-size: 12.5px; color: #8e8e93; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-setav { display: flex; gap: 14px; align-items: center; }
.bc-setav > div:last-child { flex: 1; }
.bc-setrow { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); font-size: 14.5px; }
.bc-setrow:last-child { border-bottom: 0; }
.bc-setrow span { color: #8e8e93; font-size: 13.5px; }
.bc-range { width: 100%; margin: 8px 0 4px; accent-color: #8a7ba8; }
.bc-sw { position: relative; width: 46px; height: 28px; display: inline-block; }
.bc-sw input { position: absolute; opacity: 0; width: 0; height: 0; }
.bc-sw i { position: absolute; inset: 0; border-radius: 14px; background: rgba(28, 28, 30, .12); transition: background .18s; }
.bc-sw i::after { content: ""; position: absolute; left: 3px; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, .18); transition: transform .18s; }
.bc-sw input:checked + i { background: #1c1c1e; }
.bc-sw input:checked + i::after { transform: translateX(18px); }

/* 表单 */
.bc-form { padding: 12px 16px 6px; }
.bc-fg { font-size: 13px; color: #8e8e93; letter-spacing: 1px; padding: 4px 0 8px; }
.bc-fl { display: block; padding: 8px 0; }
.bc-fl > span { display: block; font-size: 12.5px; color: #8e8e93; margin-bottom: 6px; }
.bc-in { width: 100%; border: none; background: rgba(255, 255, 255, .78); border-radius: 14px; padding: 11px 14px; font-size: 15px; outline: none; font-family: inherit; color: #1c1c1e;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .9), 0 1px 3px rgba(0, 0, 0, .03); }
.bc-in.ta { resize: vertical; line-height: 1.6; min-height: 84px; }
.bc-fp { display: flex; flex-wrap: wrap; gap: 6px; }
.bc-fpo { border: none; background: rgba(255, 255, 255, .78); border-radius: 999px; padding: 7px 13px; font-size: 13px; color: #4a4a4f; }
.bc-fpo.on { background: #1c1c1e; color: #fff; }

/* 弹层 */
.bc-ov svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.bc-ov button { font-family: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.bc-ov { position: absolute; inset: 0; z-index: 60; background: rgba(20, 18, 26, .26); display: flex; align-items: flex-end; justify-content: center; opacity: 0; transition: opacity .18s; }
.bc-ov.in { opacity: 1; }
.bc-ov.center { align-items: center; padding: 0 22px; }
.bc-sheet { width: 100%; max-height: 78%; overflow-y: auto; background: rgba(252, 252, 253, .88); backdrop-filter: blur(30px) saturate(1.3); -webkit-backdrop-filter: blur(30px) saturate(1.3);
  border-radius: 28px 28px 0 0; padding: 18px 18px calc(22px + env(safe-area-inset-bottom, 0px)); transform: translateY(24px); transition: transform .22s; }
.bc-ov.in .bc-sheet { transform: none; }
.bc-ov.center .bc-sheet { border-radius: 26px; padding: 20px 18px 18px; }
.bc-sheet.img { padding: 14px; }
.bc-sht { font-size: 18px; text-align: center; padding: 4px 0 10px; }
.bc-shs { font-size: 13px; color: #6b6b70; text-align: center; line-height: 1.6; padding: 0 6px 12px; }
.bc-shl { display: flex; flex-direction: column; gap: 6px; }
.bc-shi { display: flex; align-items: center; gap: 12px; border: none; background: rgba(255, 255, 255, .72); border-radius: 16px; padding: 13px 14px; text-align: left; font-size: 15px; color: #1c1c1e; }
.bc-shi span { flex: 1; }
.bc-shi small { display: block; font-size: 12px; color: #8e8e93; margin-top: 2px; }
.bc-shi.danger { color: #b83b3b; }
.bc-shb { display: flex; gap: 8px; margin-top: 14px; }
.bc-shb .bc-btn { flex: 1; text-align: center; }
.bc-sheet .bc-in { margin-top: 2px; }
.bc-pk { display: flex; flex-direction: column; gap: 6px; max-height: 52vh; overflow-y: auto; }
.bc-pki { display: flex; flex-direction: column; align-items: flex-start; border: none; background: rgba(255, 255, 255, .72); border-radius: 16px; padding: 12px 44px 12px 14px; text-align: left; position: relative; color: #1c1c1e; }
.bc-pki b { font-size: 15.5px; font-weight: 500; }
.bc-pki span { font-size: 12.5px; color: #8e8e93; margin-top: 2px; line-height: 1.5; }
.bc-pki i { position: absolute; right: 16px; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background: transparent; }
.bc-pki.on { background: rgba(255, 255, 255, .95); box-shadow: 0 4px 14px rgba(50, 44, 70, .08); }
.bc-pki.on i { background: #8a7ba8; }


/* ===== v0.53.1：排字封面 / 阅读页 / 话题侧栏 / 背景设置 ===== */
.bc-plit { position: absolute; right: 12px; top: 10px; font-size: 12px; color: rgba(28, 28, 30, .32); letter-spacing: .3px; max-width: 60%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-pltx { position: absolute; left: 12px; right: 12px; bottom: 11px; }
.bc-pltx b { display: block; font-weight: 500; font-size: 19px; line-height: 1.25; color: #1c1c1e; letter-spacing: .5px; }
.bc-pltx span { display: block; font-size: 11px; color: #6b6b70; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-plate.wide .bc-pltx b { font-size: 22px; }
.bc-plate.hero .bc-pltx b { font-size: 30px; } .bc-plate.hero .bc-pltx span { font-size: 13px; white-space: normal; } .bc-plate.hero .bc-plit { font-size: 15px; top: 14px; right: 16px; }
.bc-plate.mini .bc-plit, .bc-plate.mini .bc-pltx span { display: none; } .bc-plate.mini .bc-pltx { left: 4px; right: 4px; bottom: 4px; } .bc-plate.mini .bc-pltx b { font-size: 13px; }
.bc-plate.pr .bc-pltx b { font-size: 20px; }
.bc-cp .bc-plate .bc-pltx b { font-size: 17px; } .bc-cp .bc-plate .bc-pltx span { display: none; }
.bc-cc .bc-plate .bc-pltx b { font-size: 22px; } .bc-cc .bc-plate .bc-pltx span { display: none; }
.bc-amb.custom img { opacity: .55; }
.bc-foot { text-align: center; font-size: 13px; color: #b0b0b6; padding: 22px 0 4px; }

/* 阅读页 */
.bc-rdbody { --rdfs: 17px; }
.bc-rdbody[data-rd="cream"] { background: #f6f1e7; } .bc-rdbody[data-rd="cream"] .bc-amb .a, .bc-rdbody[data-rd="cream"] .bc-amb .b { opacity: .35; }
.bc-rdbody[data-rd="gray"] { background: #e9e9ec; } .bc-rdbody[data-rd="gray"] .bc-amb .a, .bc-rdbody[data-rd="gray"] .bc-amb .b { opacity: .3; }
.bc-rdbody[data-rd="ink"] { background: #1e1e22; color: #e6e4e8; }
.bc-rdbody[data-rd="ink"] .bc-amb .a { background: #3a3140; opacity: .6; } .bc-rdbody[data-rd="ink"] .bc-amb .b { background: #2f2f3a; opacity: .8; }
.bc-rdbody[data-rd="ink"] .bc-top::before { background: linear-gradient(180deg, rgba(30, 30, 34, .85), rgba(30, 30, 34, .5) 60%, rgba(30, 30, 34, 0)); }
.bc-rdbody[data-rd="ink"] .bc-g, .bc-rdbody[data-rd="ink"] .bc-bar, .bc-rdbody[data-rd="ink"] .bc-circ { background: rgba(40, 40, 46, .7); border-color: rgba(255, 255, 255, .08); color: #e6e4e8; box-shadow: 0 10px 34px rgba(0, 0, 0, .3); }
.bc-rdbody[data-rd="ink"] .bc-rdt p, .bc-rdbody[data-rd="ink"] .bc-rdh h1, .bc-rdbody[data-rd="ink"] .bc-ttl b, .bc-rdbody[data-rd="ink"] .bc-cm p, .bc-rdbody[data-rd="ink"] .bc-sh b { color: #e6e4e8; }
.bc-rdbody[data-rd="ink"] .bc-btn { background: rgba(255, 255, 255, .1); color: #e6e4e8; } .bc-rdbody[data-rd="ink"] .bc-btn.k { background: #e6e4e8; color: #1e1e22; }
.bc-rd { padding: 22px 20px 18px; }
.bc-rdh span { font-size: 12px; color: #8e8e93; letter-spacing: 1px; }
.bc-rdh h1 { font-weight: 500; font-size: 26px; margin: 6px 0 20px; letter-spacing: 1px; }
.bc-rdt p { position: relative; font-size: var(--rdfs); line-height: 1.95; margin: 0 0 1.05em; color: #1f1f22; text-align: justify; -webkit-user-select: none; user-select: none; }
.bc-rdt p.mk { background: linear-gradient(90deg, #f3e3e6, rgba(243, 227, 230, 0)); border-radius: 6px; padding-left: 8px; margin-left: -8px; }
.bc-pc { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 6px; margin-left: 6px; border: none; border-radius: 10px; background: #8a7ba8; color: #fff; font-size: 11px; vertical-align: 2px; font-family: -apple-system, sans-serif; }
.bc-inter { margin: 6px 0 1.2em; }
.bc-inter iframe { display: block; width: 100%; height: 120px; border: none; background: transparent; border-radius: 12px; }
.bc-rdend { text-align: center; color: #b0b0b6; font-size: 14px; padding-top: 10px; }
.bc-rdbar { padding: 8px; gap: 6px; }
.bc-rdbar .bc-circ[disabled] { opacity: .35; }
.bc-rdbody .bc-top, .bc-rdbody .bc-rdbar { transition: transform .32s cubic-bezier(.2, .7, .2, 1), opacity .26s; }
.bc-full .bc-top { transform: translateY(-110%); opacity: 0; pointer-events: none; }
.bc-full .bc-rdbar { transform: translateY(140%); opacity: 0; pointer-events: none; }
.bc-toc { display: flex; flex-direction: column; gap: 4px; max-height: 60vh; overflow-y: auto; }
.bc-toci { display: flex; align-items: center; gap: 10px; border: none; background: rgba(255, 255, 255, .6); border-radius: 14px; padding: 11px 14px; text-align: left; color: #1c1c1e; }
.bc-toci span { font-size: 12px; color: #8e8e93; width: 22px; flex: none; }
.bc-toci b { flex: 1; font-size: 15px; font-weight: 500; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bc-toci em { font-size: 11px; color: #8e8e93; font-style: normal; }
.bc-toci.on { background: #1c1c1e; color: #fff; } .bc-toci.on span, .bc-toci.on em { color: rgba(255, 255, 255, .6); }
.bc-tocbr { font-size: 11.5px; color: #8a7ba8; padding: 6px 0 2px 36px; }
.bc-rs { display: flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); }
.bc-rs > b { width: 52px; flex: none; font-size: 13px; color: #6b6b70; font-weight: 500; }
.bc-rs .bc-chips { padding: 0; flex: 1; }
.bc-sw4 { display: flex; gap: 10px; }
.bc-swb { width: 34px; height: 34px; border-radius: 50%; border: none; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08); position: relative; }
.bc-swb.on::after { content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%; background: #8a7ba8; }
.bc-fsz { display: flex; align-items: center; gap: 14px; }
.bc-fsz button { width: 36px; height: 36px; border-radius: 50%; border: none; background: rgba(255, 255, 255, .8); font-family: "SereinSerif", serif; color: #1c1c1e; }
.bc-fsz button:first-child { font-size: 13px; } .bc-fsz button:last-child { font-size: 19px; }
.bc-fsz span { font-size: 14px; color: #6b6b70; min-width: 22px; text-align: center; }
/* 画面：雨 / 雪 */
.bc-fx { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.bc-fx i { position: absolute; top: -12%; display: block; }
.bc-fx.rain i { width: 1px; height: 70px; background: linear-gradient(180deg, rgba(120, 110, 150, 0), rgba(120, 110, 150, .55)); animation: bc-rain linear infinite; }
@keyframes bc-rain { to { transform: translateY(115vh); } }
.bc-fx.snow i { border-radius: 50%; background: rgba(255, 255, 255, .9); box-shadow: 0 0 6px rgba(255, 255, 255, .8); animation: bc-snow linear infinite; }
@keyframes bc-snow { 0% { transform: translate(0, 0); } 50% { transform: translate(18px, 55vh); } 100% { transform: translate(-10px, 112vh); } }
.bc-rdbody[data-rd="ink"] .bc-fx.rain i { background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .35)); }

/* 话题侧栏 */
.bc-ov.left { align-items: stretch; justify-content: flex-start; }
.bc-ov.left .bc-sheet { width: 82%; max-height: none; height: 100%; border-radius: 0 28px 28px 0; padding: calc(24px + env(safe-area-inset-top, 0px)) 16px calc(22px + env(safe-area-inset-bottom, 0px)); transform: translateX(-30px); }
.bc-ov.left.in .bc-sheet { transform: none; }
.bc-drh { display: flex; align-items: center; justify-content: space-between; padding: 8px 4px 10px; }
.bc-drh b { font-size: 18px; font-weight: 500; }
.bc-drl { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.bc-dri { display: flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .7); border-radius: 16px; padding: 11px 8px 11px 14px; cursor: pointer; position: relative; }
.bc-dri > div { flex: 1; min-width: 0; }
.bc-dri b { display: block; font-size: 15px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-dri span { display: block; font-size: 11.5px; color: #8e8e93; margin-top: 2px; }
.bc-dri.on { background: rgba(255, 255, 255, .95); box-shadow: 0 4px 14px rgba(50, 44, 70, .08); }
.bc-dri.on::before { content: ""; position: absolute; left: 4px; top: 50%; margin-top: -3px; width: 6px; height: 6px; border-radius: 50%; background: #8a7ba8; }
.bc-dri .bc-circ.xs { background: transparent; box-shadow: none; }

/* 背景设置 */
.bc-bgrow { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); }
.bc-bgrow:last-of-type { border-bottom: 0; }
.bc-bgth { width: 44px; height: 58px; border-radius: 10px; background: rgba(28, 28, 30, .06) center/cover; flex: none; }
.bc-bgtx { flex: 1; min-width: 0; }
.bc-bgtx b { display: block; font-size: 14.5px; font-weight: 500; }
.bc-bgtx span { display: block; font-size: 12px; color: #8e8e93; margin-top: 2px; }
.bc-bgb { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.bc-bgb .bc-chip { padding: 5px 11px; font-size: 12px; }


/* ===== v0.53.2：助手范围标签 / 实心按钮 / 自定义背景不蒙雾 / 评论按章折叠 ===== */
.bc-screen svg.f, .bc-ov svg.f { fill: currentColor; stroke: none; }
.bc-sq { width: 30px; height: 30px; border-radius: 9px; border: none; background: #1c1c1e; color: #fff; display: inline-flex; align-items: center; justify-content: center; flex: none; padding: 0; }
.bc-sq svg { width: 18px; height: 18px; }
.bc-scope { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; padding: 0 2px 8px; }
.bc-scope:empty { display: none; }
.bc-scope .bc-tag.sc { display: inline-flex; align-items: center; gap: 4px; padding: 5px 6px 5px 11px; font-size: 12.5px; background: rgba(255, 255, 255, .8); color: #1c1c1e; }
.bc-scope .bc-tag.sc button { border: none; background: none; padding: 0; width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; color: #8e8e93; }
.bc-scope .bc-tag.sc button svg { width: 12px; height: 12px; }
.bc-scope-h { font-size: 12px; color: #8e8e93; }
.bc-send { width: 40px; height: 40px; border: none; background: none; color: #1c1c1e; display: flex; align-items: center; justify-content: center; flex: none; padding: 0; }
.bc-send svg { width: 24px; height: 24px; }
.bc-inrow { padding-right: 4px; }
.bc-amb.custom img { opacity: 1; }
.bc-amb.custom .a, .bc-amb.custom .b { display: none; }
.bc-cmg { border-bottom: 1px solid rgba(0, 0, 0, .05); }
.bc-cmg:last-of-type { border-bottom: 0; }
.bc-cmgh { width: 100%; display: flex; align-items: center; gap: 10px; border: none; background: none; padding: 11px 0; text-align: left; color: #1c1c1e; }
.bc-cmgh b { flex: 1; font-size: 14.5px; font-weight: 500; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bc-cmgh span { font-size: 12px; color: #8e8e93; }
.bc-cmgh svg { width: 16px; height: 16px; color: #8e8e93; transition: transform .18s; }
.bc-cmg.open .bc-cmgh svg { transform: rotate(180deg); }
.bc-cmgb { padding: 0 0 6px 6px; }


/* ===== v0.53.3：粗线图标 / 范围胶囊 / 顶栏玻璃 ===== */
.bc-screen svg.b, .bc-ov svg.b { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.bc-sq { display: none; }
.bc-scope .bc-tag.sc.add { border: none; padding: 5px 12px 5px 8px; gap: 3px; color: #1c1c1e; font-size: 12.5px; }
.bc-scope .bc-tag.sc.add svg { width: 15px; height: 15px; }
.bc-send svg { width: 23px; height: 23px; }
.bc-dri.new { border: none; width: 100%; text-align: left; color: #1c1c1e; padding-left: 12px; gap: 10px; }
.bc-dri.new svg { width: 20px; height: 20px; flex: none; }
.bc-dri.new b { font-weight: 500; }

/* ---- v0.53.5 ---- */
.bc-shx { display: flex; justify-content: flex-end; padding: 8px 2px 0; }
.bc-shx .bc-lk { font-size: 13px; }
.bc-props { display: flex; flex-direction: column; gap: 8px; max-height: 52vh; overflow-y: auto; }
.bc-prop { position: relative; background: rgba(255, 255, 255, .72); border-radius: 18px; padding: 14px 16px 12px; cursor: pointer; transition: background .15s; }
.bc-prop b { display: block; font-size: 17px; font-weight: 500; }
.bc-prop i { display: block; font-size: 12.5px; color: #8e8e93; margin-top: 1px; }
.bc-prop p { font-size: 13.5px; line-height: 1.65; color: #4a4a4f; margin: 6px 0 8px; }
.bc-prop .bc-pdot { position: absolute; right: 14px; top: 16px; width: 10px; height: 10px; border-radius: 50%; background: rgba(28, 28, 30, .1); }
.bc-prop.on { background: rgba(255, 255, 255, .96); }
.bc-prop.on .bc-pdot { background: #8a7ba8; }
.bc-prop b { padding-right: 24px; }
.bc-npcs { display: flex; flex-direction: column; }
.bc-npc { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; padding: 8px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); }
.bc-npc:last-child { border-bottom: 0; }
.bc-npc b { font-size: 15px; font-weight: 500; }
.bc-npc i { font-size: 12px; color: #8e8e93; }
.bc-npc span { flex-basis: 100%; font-size: 13.5px; line-height: 1.6; color: #4a4a4f; }
.bc-pair2 { display: flex; flex: none; }
.bc-pair2 { gap: 4px; }
.bc-vr { font-size: 12.5px; color: #8e8e93; margin-left: 8px; }
.bc-var p.dim { color: #8e8e93; }
.bc-olb { max-height: 56vh; overflow-y: auto; padding: 2px 2px 0; }
.bc-cin { display: flex; gap: 8px; align-items: center; margin-top: 12px; }
.bc-cin .bc-in { flex: 1; }
.bc-cin .bc-circ { flex: none; }
.bc-cm.mine p { color: #1c1c1e; }
.bc-cm.mine .bc-cmre b { margin-top: 8px; }
.bc-rdbody[data-rd="ink"] .bc-in { background: rgba(255, 255, 255, .08); color: #e6e4e8; }

/* ---- v0.53.6 ---- */
.bc-chatbody .bc-ttl b { position: relative; overflow: visible; max-width: calc(100% - 24px); }
.bc-tchev { position: absolute; right: -20px; top: 50%; margin-top: -7px; display: inline-flex; color: #8e8e93; }
.bc-tchev svg { width: 14px; height: 14px; }
.bc-scadd { border: none; background: none; box-shadow: none; height: 28px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; color: #1c1c1e; }
.bc-scadd svg { width: 20px; height: 20px; stroke-width: 2; }
.bc-scope:empty { display: flex; }
.bc-drnew { border: none; background: none; box-shadow: none; padding: 4px; display: inline-flex; align-items: center; justify-content: center; color: #1c1c1e; }
.bc-drnew svg { width: 22px; height: 22px; stroke-width: 2; }
/* 作品页 */
.bc-wkhero { position: relative; height: 300px; margin: calc(-82px - env(safe-area-inset-top, 0px)) -16px 0; overflow: hidden; }
.bc-wkhero:not(.has) { height: 210px; }
.bc-wkhero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bc-wkhero .bc-plit.big { position: absolute; right: 22px; top: 100px; font-size: 44px; color: rgba(255, 255, 255, .7); }
.bc-wkname { position: relative; z-index: 2; margin-top: -54px; padding: 0 6px 10px; }
.bc-wkrow { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.bc-wkrow > div:first-child { min-width: 0; }
.bc-wkname h1 { font-weight: 500; font-size: 34px; letter-spacing: 2px; line-height: 1.1; }
.bc-wkname .bc-sub { margin-top: 8px; font-size: 13px; color: #6b6b70; }
.bc-wkact { display: flex; gap: 8px; flex: none; margin-bottom: 4px; }
.bc-wst { display: flex; margin-top: 14px; padding: 12px 0 2px; border-top: .5px solid rgba(60, 54, 80, .14); }
.bc-wst > div { flex: 1; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.bc-wst b { font-size: 24px; font-weight: 400; line-height: 1; letter-spacing: .5px; color: #1c1c1e; white-space: nowrap; }
.bc-wst b.st { font-size: 17px; padding-top: 5px; }
.bc-wst span { font-size: 11px; color: #8e8e93; margin-top: 6px; letter-spacing: 1px; }
.bc-g.tags { padding: 12px 16px; }
.bc-wtags { display: flex; flex-direction: column; }
.bc-wtr { display: flex; align-items: flex-start; gap: 12px; padding: 7px 0; border-bottom: .5px solid rgba(60, 54, 80, .1); }
.bc-wtr:last-child { border-bottom: 0; }
.bc-wtr > b { flex: none; width: 34px; padding-top: 5px; font-size: 12px; font-weight: 500; color: #8e8e93; letter-spacing: 1px; }
.bc-wtr > div { flex: 1; min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.bc-wtr .bc-tag { border: none; margin: 0; font-family: inherit; line-height: 1.4; -webkit-appearance: none; appearance: none; }
.bc-wtr .bc-tag.rl { background: rgba(28, 28, 30, .06); }
.bc-wtr .bc-lk { margin-left: 2px; padding: 4px 2px; }
.bc-g.sumc .bc-sum { margin-top: 0; }
.bc-g.fold { padding: 0 16px; }
.bc-fold { width: 100%; border: none; background: none; display: flex; align-items: baseline; gap: 8px; padding: 16px 0; text-align: left; color: #1c1c1e; font-family: inherit; }
.bc-fold b { font-weight: 500; font-size: 16px; letter-spacing: .5px; }
.bc-fold i { font-size: 12.5px; color: #8e8e93; }
.bc-fold span { margin-left: auto; font-size: 12px; color: #8e8e93; }
.bc-fold svg { width: 16px; height: 16px; align-self: center; color: #8e8e93; transition: transform .2s; }
.bc-fold.open svg { transform: rotate(180deg); }
.bc-foldb { padding: 0 0 14px; }
.bc-foldb .bc-line { margin-top: 0; }
.bc-foldb .bc-row { margin-top: 8px; }
.bc-hs.wk { margin: 2px 0 12px; }
.bc-g.lastc { padding: 14px 16px; cursor: pointer; }
.bc-last i { display: block; font-size: 12px; color: #8e8e93; }
.bc-last b { display: block; font-size: 16px; font-weight: 500; margin-top: 2px; }
.bc-last p { font-size: 14px; line-height: 1.75; color: #4a4a4f; margin-top: 8px; }
/* 作品页：进度 / 已读 / 全部评论 */
.bc-lasth { display: flex; align-items: baseline; gap: 8px; }
.bc-lasth span { font-size: 12px; color: #8e8e93; margin-left: auto; }
.bc-prog { height: 3px; border-radius: 2px; background: rgba(28, 28, 30, .07); margin-top: 12px; overflow: hidden; }
.bc-prog i { display: block; height: 100%; border-radius: 2px; background: #8a7ba8; transition: width .3s; }
.bc-ch.rd i { background: #8a7ba8; box-shadow: none; }
.bc-ch.cur b { color: #1c1c1e; }
.bc-ch.rd:not(.cur) b { color: #6b6b70; }
.bc-cmall { max-height: 70vh; overflow-y: auto; }
.bc-cmg { padding: 6px 0 10px; }
.bc-cmg > b { display: block; font-size: 13px; color: #8e8e93; padding: 6px 0 2px; letter-spacing: .5px; }
.bc-think .bc-spin { padding: 8px 0; font-size: 14px; color: #6b6b70; }
.bc-think .bc-spin span { display: inline; }
/* 作品页题记（排字，不用标签片） */
.bc-g.tags { padding: 18px 20px 16px; }
.bc-colo { display: flex; flex-direction: column; gap: 12px; }
.bc-colo-l1 { display: flex; align-items: center; gap: 10px; font-size: 11.5px; letter-spacing: 1.5px; color: #8e8e93; }
.bc-colo-pair { font-size: 22px; font-weight: 500; letter-spacing: 1px; color: #1c1c1e; line-height: 1.4; display: flex; flex-wrap: wrap; align-items: baseline; }
.bc-colo-pair button { border: none; outline: none; background: none; padding: 0; margin: 0; font: inherit; color: inherit; -webkit-appearance: none; appearance: none; }
.bc-colo-pair i, .bc-colo-tags i { font-style: normal; color: #c7c7cc; padding: 0 9px; }
.bc-colo-tags { font-size: 14.5px; color: #4a4a4f; line-height: 1.9; display: flex; flex-wrap: wrap; align-items: baseline; }
.bc-colo-l4 { font-size: 12px; letter-spacing: 1.5px; color: #8e8e93; padding-top: 10px; border-top: .5px solid rgba(60, 54, 80, .12); }
/* 作品页扉页 */
.bc-g.tp { padding: 26px 22px 20px; text-align: center; }
.bc-tp { display: flex; flex-direction: column; align-items: center; }
.bc-tp-seal { width: 34px; height: 34px; border-radius: 50%; border: .5px solid rgba(60, 54, 80, .4); display: flex; align-items: center; justify-content: center; font-size: 13px; letter-spacing: 1px; color: #1c1c1e; margin-bottom: 12px; }
.bc-tp-l1 { font-size: 11px; letter-spacing: 3px; color: #8e8e93; }
.bc-tp-pair { font-size: 26px; font-weight: 500; letter-spacing: 2px; color: #1c1c1e; line-height: 1.4; margin: 14px 0 6px; display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; }
.bc-tp-pair button { border: none; outline: none; background: none; padding: 0; margin: 0; font: inherit; color: inherit; -webkit-appearance: none; appearance: none; }
.bc-tp-pair i, .bc-tp-tags i { font-style: normal; color: #c7c7cc; padding: 0 8px; }
.bc-tp-tags { font-size: 13.5px; color: #6b6b70; line-height: 2; display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; }
.bc-tp-rule { width: 44px; height: .5px; background: rgba(60, 54, 80, .4); margin: 18px auto 14px; }
.bc-tp-sum { font-size: 14.5px; line-height: 1.85; color: #2c2c2e; text-align: left; align-self: stretch; }
.bc-tp-notes { font-size: 13px; line-height: 1.7; color: #6b6b70; text-align: left; align-self: stretch; margin-top: 8px; }
.bc-tp-l4 { font-size: 11px; letter-spacing: 2px; color: #8e8e93; margin-top: 16px; }
/* ---- 作品页 · 书页式（无卡片） ---- */
.wk2 { margin: 0 -16px; padding: 0 20px 8px; }
.wk2-cover { position: relative; height: 62vw; max-height: 300px; margin: calc(-82px - env(safe-area-inset-top, 0px)) -20px 0; overflow: hidden; }
.wk2-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wk2-cfade { position: absolute; left: 0; right: 0; bottom: 0; height: 60%; background: linear-gradient(180deg, rgba(251, 251, 252, 0), rgba(251, 251, 252, .55) 60%, #fbfbfc); }
.wk2-seal { position: absolute; right: 20px; top: calc(28px + env(safe-area-inset-top, 0px)); width: 26px; height: 26px; border-radius: 50%; border: .5px solid rgba(60, 54, 80, .45); display: flex; align-items: center; justify-content: center; font-size: 11.5px; color: #1c1c1e; background: rgba(255, 255, 255, .5); }
.wk2-ttl { position: absolute; left: 20px; right: 20px; bottom: 6px; }
.wk2-ttl h1 { font-size: 36px; font-weight: 500; letter-spacing: 2px; line-height: 1.1; }
.wk2-ttl i { display: block; font-size: 14px; color: #6b6b70; margin-top: 4px; }
.wk2-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
.wk2-pair { font-size: 14.5px; color: #3a3a3f; display: flex; flex-wrap: wrap; align-items: baseline; min-width: 0; }
.wk2-pair button { border: none; outline: none; background: none; padding: 0; margin: 0; font: inherit; color: inherit; -webkit-appearance: none; appearance: none; }
.wk2-pair i { font-style: normal; color: #c7c7cc; padding: 0 6px; }
.wk2-pair span { color: #8e8e93; }
.wk2-act { display: flex; gap: 6px; flex: none; }
.wk2-stats { display: flex; margin-top: 16px; padding: 12px 0; border-top: .5px solid rgba(60, 54, 80, .16); border-bottom: .5px solid rgba(60, 54, 80, .16); }
.wk2-stats > div { flex: 1; display: flex; flex-direction: column; align-items: center; border-right: .5px solid rgba(60, 54, 80, .1); min-width: 0; }
.wk2-stats > div:last-child { border-right: 0; }
.wk2-stats b { font-size: 22px; font-weight: 400; line-height: 1; letter-spacing: .5px; white-space: nowrap; }
.wk2-stats span { font-size: 11px; color: #8e8e93; margin-top: 6px; letter-spacing: 1px; }
.wk2-sum { font-size: 15px; line-height: 1.9; color: #2c2c2e; margin: 18px 2px 0; }
.wk2-notes { font-size: 13px; line-height: 1.7; color: #6b6b70; margin: 10px 2px 0; }
.wk2-tags { margin: 12px 2px 0; font-size: 13.5px; line-height: 1.9; color: #6b6b70; display: flex; flex-wrap: wrap; }
.wk2-tags span { margin-right: 12px; white-space: nowrap; }
.wk2-tags span::before { content: "#"; color: #c7c7cc; margin-right: 1px; }
.wk2-line { margin: 8px 2px 0; font-size: 11.5px; letter-spacing: 1px; color: #8e8e93; line-height: 1.8; }
.wk2-h { display: flex; align-items: baseline; gap: 8px; margin: 26px 2px 8px; padding-top: 14px; border-top: .5px solid rgba(60, 54, 80, .16); }
.wk2-h b { font-size: 16px; font-weight: 500; }
.wk2-h i { font-size: 12.5px; color: #8e8e93; }
.wk2-h span, .wk2-h .bc-lk { margin-left: auto; font-size: 12px; color: #8e8e93; }
.wk2 .bc-hs.wk { margin: 6px 0 0; }
.wk2-toc .bc-ch { padding: 10px 0 10px 4px; }
.wk2-toc .bc-ch::before, .wk2-toc .bc-ch i { display: none; }
.wk2-toc .bc-ch .bc-chn { width: 22px; font-size: 12.5px; color: #8e8e93; flex: none; }
.wk2-toc .bc-ch b { position: relative; }
.wk2-toc .bc-ch b::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; border-bottom: 1px dotted rgba(60, 54, 80, .18); z-index: -1; }
.wk2-toc .bc-ch b { background: none; }
.wk2-toc .bc-brk { margin-left: 26px; }
.wk2-toc .bc-brl { font-size: 11.5px; color: #8a7ba8; padding: 4px 0 0; }
.wk2-toc .bc-ch.cur b { color: #8a7ba8; }
.wk2-emp { font-size: 13.5px; color: #8e8e93; padding: 6px 4px; }
.wk2-row { padding: 10px 2px 0; }
.wk2-rel .bc-wr { padding: 10px 2px; }
.wk2-cms .bc-cm { padding: 10px 2px; }
