/* ============================================================
   insp-v16.css —— 第十六/十七轮：顶栏新建对话、竖排对话历史、
   灵感广场分类筛选面板 + 瀑布流、侧栏加宽配套、浅色适配
   ============================================================ */

/* ---------- 顶栏：+新建对话（黄橙渐变胶囊）/ 灯泡圆钮 ---------- */
.ws-v2 .tb-new-chat,
.ws-v2 #newChatBtn.tb-new-chat {
  display: inline-flex !important; align-items: center; gap: 6px;
  height: 34px; padding: 0 16px; border: none; border-radius: 18px;
  background: linear-gradient(135deg, #f7d056, #f0b027);
  color: #2a1d04; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap;
  box-shadow: 0 3px 12px rgba(240, 176, 39, .32);
  transition: filter .18s, transform .18s;
}
.ws-v2 .tb-new-chat:hover { filter: brightness(1.08); transform: translateY(-1px); }
.ws-v2 .tb-circle,
.ws-v2 .tb-tip-btn {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(148,163,184,.28); background: rgba(255,255,255,.05);
  color: #cbd5e1; font-size: 16px; cursor: pointer; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center; padding: 0; flex: 0 0 auto;
  transition: background .18s, border-color .18s, color .18s, transform .18s;
}
.ws-v2 .tb-circle svg,
.ws-v2 .tb-tip-btn svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
/* 历史时钟 / 玩法灯泡：参考站为金黄色图标 */
.ws-v2 .tb-history-ico,
.ws-v2 .tb-idea-ico { color: #f5c542; border-color: rgba(245,197,66,.28); background: rgba(245,197,66,.08); }
.ws-v2 .tb-history-ico:hover,
.ws-v2 .tb-idea-ico:hover { background: rgba(245,197,66,.18); border-color: rgba(245,197,66,.55); color: #fcd34d; }
.ws-v2 .tb-sidebar-toggle:hover { background: rgba(255,255,255,.1); border-color: rgba(148,163,184,.5); color: #f1f5f9; }
.ws-v2 .tb-sidebar-toggle svg { transition: transform .22s ease; }

/* ---------- 竖排「对话历史」按钮：紧贴侧栏右外缘 ---------- */
.ws-v2 .sb-history-rail {
  position: absolute; top: 128px; left: 264px; z-index: 19;
  width: 26px; border-radius: 0 12px 12px 0;
  background: #15151b; border: 1px solid #23232b; border-left: none;
  padding: 8px 0; display: flex; flex-direction: column; align-items: center; gap: 6px;
  cursor: pointer; transition: background .2s, left .22s ease;
}
.ws-v2 .sb-history-rail:hover { background: #1d1d26; }
.ws-v2 .sb-history-rail .hr-ico {
  width: 18px; height: 18px; border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #1a1206;
  display: flex; align-items: center; justify-content: center; font-size: 10px;
}
.ws-v2 .sb-history-rail .hr-txt { writing-mode: vertical-rl; font-size: 11px; color: #c8c8d2; letter-spacing: 2px; }
.ws-v2 .ws-sidebar.collapsed ~ .sb-history-rail { left: 0; }

/* ---------- 灵感广场：左侧分类筛选面板 ---------- */
.ws-v2 #inspMergeView { overflow-y: auto; padding: 6px 12px 12px; display: flex; flex-direction: column; gap: 9px; }
.ws-v2 #inspMergeView .if-head { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.ws-v2 #inspMergeView .if-head strong { font-size: 12.5px; color: #e8e8f0; }
.ws-v2 #inspMergeView .if-badge { font-size: 10px; padding: 2px 8px; border-radius: 10px; background: rgba(168, 85, 247, .16); color: #c084fc; }
.ws-v2 #inspMergeView .if-collapse { margin-left: auto; background: none; border: none; color: #8a8a98; font-size: 11px; cursor: pointer; }
.ws-v2 #inspMergeView .if-search { display: flex; gap: 6px; }
.ws-v2 #inspMergeView .if-search input {
  flex: 1; min-width: 0; height: 30px; border-radius: 8px;
  border: 1px solid rgba(251, 191, 36, .55); background: #101015; color: #e8e8f0;
  padding: 0 10px; font-size: 11.5px;
}
.ws-v2 #inspMergeView .if-search input:focus { outline: none; border-color: #fbbf24; }
.ws-v2 #inspMergeView .if-confirm {
  height: 30px; padding: 0 14px; flex: 0 0 auto; border: none; border-radius: 8px;
  background: linear-gradient(135deg, #fcd34d, #f59e0b); color: #1a1206; font-weight: 700; font-size: 11.5px; cursor: pointer;
  box-shadow: 0 3px 10px rgba(245, 158, 11, .28), inset 0 1px 0 rgba(255,255,255,.35);
  transition: transform .15s, box-shadow .15s, filter .15s; white-space: nowrap;
}
.ws-v2 #inspMergeView .if-confirm:hover { filter: brightness(1.06); transform: translateY(-1px); box-shadow: 0 5px 14px rgba(245, 158, 11, .38), inset 0 1px 0 rgba(255,255,255,.4); }
.ws-v2 #inspMergeView .if-confirm:active { transform: translateY(0); }
.ws-v2 #ifTagCloud { display: flex; flex-wrap: wrap; gap: 7px; max-height: 340px; overflow-y: auto; padding: 2px 2px 4px; }
.ws-v2 .if-tag {
  font-size: 11.5px; padding: 4px 11px; border-radius: 13px;
  border: 1px solid #2a2a33; background: #14141a; color: #a8a8b4; cursor: pointer; white-space: nowrap;
  transition: border-color .15s, color .15s, background .15s;
}
.ws-v2 .if-tag:hover { border-color: rgba(34, 211, 238, .5); color: #d6faff; }
.ws-v2 .if-tag.on { background: rgba(34, 211, 238, .14); border-color: #22d3ee; color: #22d3ee; font-weight: 600; }
.ws-v2 #inspMergeView .if-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 11px; color: #7a7a85; padding-top: 2px; }
.ws-v2 #inspMergeView .if-foot span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ws-v2 #inspMergeView .if-foot button { flex: 0 0 auto; background: none; border: none; color: #22d3ee; cursor: pointer; font-size: 11px; padding: 2px 0 2px 6px; white-space: nowrap; }
.ws-v2 #inspMergeView .if-foot button:hover { color: #67e8f9; text-decoration: underline; }

/* ---------- 灵感广场：主区工具条 + 瀑布流 ---------- */
.ws-v2 #inspGallery { padding: 14px 18px 30px; overflow-y: auto; height: 100%; }
.ws-v2 .ig-toolbar { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.ws-v2 .ig-tabs, .ws-v2 .ig-cats { display: flex; gap: 4px; background: #101015; border: 1px solid #202028; border-radius: 10px; padding: 3px; }
.ws-v2 .ig-cats { margin-left: auto; }
.ws-v2 .ig-tabs button, .ws-v2 .ig-cats button {
  border: none; background: transparent; color: #9a9aa6; font-size: 12.5px;
  padding: 6px 14px; border-radius: 8px; cursor: pointer; white-space: nowrap;
}
.ws-v2 .ig-tabs button.active, .ws-v2 .ig-cats button.active {
  background: linear-gradient(135deg, #22d3ee, #06b6d4); color: #06121a; font-weight: 700;
}
.ws-v2 .ig-waterfall { column-count: 6; column-gap: 10px; }
@media (max-width: 1100px) { .ws-v2 .ig-waterfall { column-count: 5; } }
@media (max-width: 900px)  { .ws-v2 .ig-waterfall { column-count: 4; } }
@media (max-width: 700px)  { .ws-v2 .ig-waterfall { column-count: 3; } }
.ws-v2 .wf-card {
  break-inside: avoid; margin-bottom: 10px; border-radius: 10px; overflow: hidden;
  background: #121218; border: 1px solid #1f1f26; cursor: pointer; width: 100%;
  transition: transform .18s, border-color .18s;
}
.ws-v2 .wf-card:hover { transform: translateY(-3px); border-color: rgba(34, 211, 238, .5); }
.ws-v2 .wf-cover { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ws-v2 .wf-emoji { font-size: 38px; filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .4)); }
.ws-v2 .wf-cat { position: absolute; top: 8px; left: 8px; font-size: 10px; padding: 2px 8px; border-radius: 10px; background: rgba(0, 0, 0, .5); color: #fff; z-index: 2; }
.ws-v2 .wf-badge { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); font-size: 10px; padding: 2px 10px; border-radius: 10px; background: linear-gradient(135deg, #fb7185, #f43f5e); color: #fff; white-space: nowrap; z-index: 2; }
.ws-v2 .wf-like { position: absolute; top: 6px; right: 8px; font-size: 16px; color: #fff; text-shadow: 0 1px 4px rgba(0, 0, 0, .6); z-index: 3; }
.ws-v2 .wf-like.on { color: #fb7185; }
.ws-v2 .wf-stats { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; gap: 9px; align-items: center; padding: 14px 8px 5px; font-size: 10px; color: rgba(255,255,255,.92); background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.55)); text-shadow: 0 1px 3px rgba(0,0,0,.6); }
.ws-v2 .wf-stats i { font-style: normal; display: inline-flex; align-items: center; gap: 2px; }
.ws-v2 .wf-title { padding: 7px 9px 3px; font-size: 12px; color: #e2e2ea; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ws-v2 .wf-tags { display: flex; flex-wrap: wrap; gap: 4px; padding: 0 9px 9px; }
.ws-v2 .wf-tag { font-style: normal; font-size: 9.5px; line-height: 1; padding: 3px 6px; border-radius: 6px; background: rgba(148,163,184,.14); color: #9fb0c3; white-space: nowrap; }
.ws-v2 .ig-empty { text-align: center; padding: 70px 20px; color: #7a7a85; }
.ws-v2 .ig-empty .ie-ico { font-size: 48px; display: block; margin-bottom: 12px; }
.ws-v2 .ig-empty button { margin-top: 14px; border: 1px solid #22d3ee; background: rgba(34, 211, 238, .1); color: #22d3ee; padding: 8px 20px; border-radius: 18px; cursor: pointer; }
.ws-v2 .ig-loading { text-align: center; color: #6a6a78; font-size: 12px; padding: 14px; }

/* ---------- 模型卡片收藏星 + “我的”空分类 ---------- */
.ws-v2 .ws-model .wm-fav-col { margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; flex-shrink: 0; }
.ws-v2 .ws-model .wm-fav { font-style: normal; font-size: 14px; line-height: 1; color: #6a6a78; cursor: pointer; padding: 0 2px; }
.ws-v2 .ws-model .wm-fav:hover { color: #fbbf24; }
.ws-v2 .ws-add-model {
  margin: 10px; border: 1px dashed rgba(34, 211, 238, .55); border-radius: 10px;
  background: rgba(34, 211, 238, .05); color: #22d3ee; text-align: center;
  padding: 14px; font-size: 12.5px; cursor: pointer;
}
.ws-v2 .ws-add-model:hover { background: rgba(34, 211, 238, .12); }
.ws-v2 .ws-mine-empty { padding: 18px 12px; text-align: center; color: #7a7a85; font-size: 12px; line-height: 1.7; }

/* ---------- 移动端：隐藏竖排历史条 ---------- */
@media (max-width: 860px) { .ws-v2 .sb-history-rail { display: none; } }

/* ---------- 浅色模式适配 ---------- */
html[data-theme="light"] .ws-v2 .if-tag { background: #fff; border-color: #e2e8f0; color: #475569; }
html[data-theme="light"] .ws-v2 .if-tag.on { background: rgba(14, 116, 144, .1); border-color: #0891b2; color: #0e7490; }
html[data-theme="light"] .ws-v2 .wf-card { background: #fff; border-color: #e8edf3; }
html[data-theme="light"] .ws-v2 .wf-title { color: #1e293b; }
html[data-theme="light"] .ws-v2 #inspMergeView .if-head strong { color: #0f172a; }
html[data-theme="light"] .ws-v2 #inspMergeView .if-search input { background: #fff; color: #0f172a; }
html[data-theme="light"] .ws-v2 .ig-tabs,
html[data-theme="light"] .ws-v2 .ig-cats { background: #f1f5f9; border-color: #e2e8f0; }
html[data-theme="light"] .ws-v2 .ig-tabs button,
html[data-theme="light"] .ws-v2 .ig-cats button { color: #64748b; }
html[data-theme="light"] .ws-v2 .sb-history-rail { background: #fff; border-color: #e2e8f0; }
html[data-theme="light"] .ws-v2 .sb-history-rail .hr-txt { color: #475569; }
html[data-theme="light"] .ws-v2 .wf-tag { background: #eef2f7; color: #64748b; }
html[data-theme="light"] .ws-v2 .ig-empty { color: #94a3b8; }

/* ============================================================
   无限画布专属介绍页（.cv-*）
   ============================================================ */
.ws-v2 .cv-wrap { max-width: 980px; margin: 0 auto; padding: 26px 20px 40px; }
.ws-v2 .cv-kicker { text-align: center; font-size: 13px; letter-spacing: 4px; color: #22d3ee; margin-bottom: 8px; }
.ws-v2 .cv-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 18px; }
.ws-v2 .cv-title-ico {
  width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: #06121a; background: linear-gradient(135deg, #22d3ee, #0ea5e9);
  box-shadow: 0 6px 20px rgba(34, 211, 238, .35);
}
.ws-v2 .cv-title h2 { font-size: 28px; margin: 0; color: #f1f5f9; letter-spacing: 1px; }
.ws-v2 .cv-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 22px; flex-wrap: wrap; }
.ws-v2 .cv-tab {
  border: 1px solid #2a2a33; background: #14141a; color: #a8a8b4;
  padding: 8px 20px; border-radius: 20px; font-size: 13px; cursor: pointer; transition: all .18s;
}
.ws-v2 .cv-tab.active { border-color: #22d3ee; background: rgba(34, 211, 238, .12); color: #22d3ee; font-weight: 700; }
.ws-v2 .cv-body { display: grid; grid-template-columns: 300px 1fr; gap: 18px; align-items: stretch; }
.ws-v2 .cv-list { display: flex; flex-direction: column; gap: 10px; }
.ws-v2 .cv-item {
  text-align: left; border: 1px solid #24242d; background: #121218; border-radius: 12px;
  padding: 14px 16px; cursor: pointer; transition: all .18s; display: flex; flex-direction: column; gap: 8px;
}
.ws-v2 .cv-item.active { border-color: rgba(34, 211, 238, .6); background: rgba(34, 211, 238, .06); }
.ws-v2 .cv-item-title { font-size: 14px; font-weight: 700; color: #e8e8f0; }
.ws-v2 .cv-item-subs { display: flex; flex-wrap: wrap; gap: 6px; }
.ws-v2 .cv-item-subs span { font-size: 11px; color: #8a8a98; background: rgba(255, 255, 255, .04); border-radius: 8px; padding: 2px 8px; }
.ws-v2 .cv-item.active .cv-item-subs span { color: #67e8f9; background: rgba(34, 211, 238, .08); }
.ws-v2 .cv-card {
  position: relative; border: 1px solid #24242d; border-radius: 16px; background: linear-gradient(160deg, #15151d, #0f0f15);
  padding: 26px 26px 24px; min-height: 240px;
}
.ws-v2 .cv-card-no {
  position: absolute; top: 18px; right: 22px; font-size: 40px; font-weight: 800;
  color: transparent; -webkit-text-stroke: 1px rgba(34, 211, 238, .35);
}
.ws-v2 .cv-card-tag { font-size: 11px; padding: 3px 12px; border-radius: 12px; background: rgba(34, 211, 238, .14); color: #22d3ee; }
.ws-v2 .cv-card h3 { font-size: 20px; margin: 14px 0 10px; color: #f1f5f9; }
.ws-v2 .cv-card p { font-size: 13.5px; line-height: 1.9; color: #9aa0ad; margin: 0 0 16px; }
.ws-v2 .cv-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ws-v2 .cv-chips em {
  font-style: normal; font-size: 12px; padding: 4px 12px; border-radius: 14px;
  border: 1px solid #2c2c36; color: #c8c8d2; background: rgba(255, 255, 255, .03);
}
.ws-v2 .cv-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; flex-wrap: wrap; gap: 14px; }
.ws-v2 .cv-dots { display: flex; gap: 6px; }
.ws-v2 .cv-dots i { width: 8px; height: 8px; border-radius: 50%; background: #2c2c36; }
.ws-v2 .cv-dots i.on { background: #22d3ee; box-shadow: 0 0 8px rgba(34, 211, 238, .7); }
.ws-v2 .cv-actions { display: flex; gap: 12px; align-items: center; }
.ws-v2 .cv-new {
  display: flex; flex-direction: column; align-items: flex-start; line-height: 1.3;
  border: none; border-radius: 12px; padding: 10px 18px; cursor: pointer;
  background: linear-gradient(135deg, #22d3ee, #0ea5e9); color: #06121a; font-size: 14px; font-weight: 800;
}
.ws-v2 .cv-new span { font-size: 10.5px; font-weight: 500; opacity: .8; }
.ws-v2 .cv-go {
  border: 1px solid rgba(34, 211, 238, .6); background: transparent; color: #22d3ee;
  border-radius: 12px; padding: 14px 26px; font-size: 14px; font-weight: 700; cursor: pointer;
}
.ws-v2 .cv-go:hover { background: rgba(34, 211, 238, .1); }
@media (max-width: 980px) { .ws-v2 .cv-body { grid-template-columns: 1fr; } }
html[data-theme="light"] .ws-v2 .cv-title h2 { color: #0f172a; }
html[data-theme="light"] .ws-v2 .cv-tab { background: #fff; border-color: #e2e8f0; color: #64748b; }
html[data-theme="light"] .ws-v2 .cv-item { background: #fff; border-color: #e8edf3; }
html[data-theme="light"] .ws-v2 .cv-item-title { color: #1e293b; }
html[data-theme="light"] .ws-v2 .cv-card { background: #fff; border-color: #e8edf3; }
html[data-theme="light"] .ws-v2 .cv-card h3 { color: #0f172a; }
html[data-theme="light"] .ws-v2 .cv-card p { color: #64748b; }
html[data-theme="light"] .ws-v2 .cv-chips em { background: #f8fafc; border-color: #e2e8f0; color: #475569; }

/* ---------- 浅色：开放API卡片 ---------- */
html[data-theme="light"] .ws-v2 .sb-api-card { background: #fff; border-color: #e2e8f0; box-shadow: 0 2px 10px rgba(15,23,42,.04); }
html[data-theme="light"] .ws-v2 .sb-api-rec { background: #fffbeb; border-color: #fcd34d; }
html[data-theme="light"] .ws-v2 .sb-api-agent { background: #faf5ff; border-color: #d8b4fe; }
html[data-theme="light"] .ws-v2 .sb-api-card strong { color: #0f172a; }
html[data-theme="light"] .ws-v2 .sb-api-card p { color: #64748b; }
html[data-theme="light"] .ws-v2 .sb-api-way span { color: #64748b; }
html[data-theme="light"] .ws-v2 .sb-openapi-title { color: #b45309; }
html[data-theme="light"] .ws-v2 .sb-openapi-sub { color: #64748b; }
html[data-theme="light"] .ws-v2 .sb-apikey-btn { background: #f0fdf4; border-color: #86efac; color: #15803d; }
html[data-theme="light"] .ws-v2 .sb-apikey-note { color: #94a3b8; }
/* 浅色：模型描述文字加深，保证可读 */
html[data-theme="light"] .ws-v2 .ws-model .m-main p { color: #64748b; }
html[data-theme="light"] .ws-v2 .ws-model .m-main small { color: #94a3b8; }
html[data-theme="light"] .ws-v2 .ws-model .wm-fav { color: #94a3b8; }

/* ============================================================
   20260904 对齐参考站：真实封面 4:3 / 青标签 / 播放角标 / 列数随宽度
   ============================================================ */
/* 列数：内嵌主区较窄（双栏），从 5 列起，随视口递减（窗口缩放即时跟随） */
.ws-v2 .ig-waterfall { column-count: 5; column-gap: 12px; }
@media (max-width: 1500px) { .ws-v2 .ig-waterfall { column-count: 4; } }
@media (max-width: 1180px) { .ws-v2 .ig-waterfall { column-count: 3; } }
@media (max-width: 900px)  { .ws-v2 .ig-waterfall { column-count: 3; } }
@media (max-width: 720px)  { .ws-v2 .ig-waterfall { column-count: 2; column-gap: 10px; } }

.ws-v2 .wf-card {
  break-inside: avoid; margin-bottom: 12px; border-radius: 12px; overflow: hidden;
  background: rgba(30,31,37,.8); border: 1px solid transparent; cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ws-v2 .wf-card:hover { transform: translateY(-5px); border-color: rgba(0,202,224,.2); box-shadow: 0 16px 34px rgba(0,0,0,.45); }
/* 封面固定 4:3，解决高低不齐 / 尺寸不对 */
.ws-v2 .wf-cover { aspect-ratio: 4 / 3; width: 100%; height: auto !important;
  background: linear-gradient(135deg,#1e1f25,#2d2e34); }
.ws-v2 .wf-cover.ph { background: linear-gradient(135deg,#1e1f25,#2d2e34); }
.ws-v2 .wf-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; transition: transform .35s ease; }
.ws-v2 .wf-card:hover .wf-img { transform: scale(1.04); }
.ws-v2 .wf-emoji { font-size: 36px; z-index: 1; }
/* 类型角标：图片紫 / 视频青 */
.ws-v2 .wf-cat { border-radius: 6px; background: rgba(168,85,247,.22); color: #d8b4fe; font-weight: 600; backdrop-filter: blur(4px); }
.ws-v2 .wf-cat.video { background: rgba(0,202,224,.2); color: #7dd3fc; }
.ws-v2 .wf-cat.canvas { background: rgba(99,102,241,.22); color: #c7d2fe; }
/* 视频播放圆钮 */
.ws-v2 .wf-play { position: absolute; inset: 0; margin: auto; z-index: 2; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(0,0,0,.5); }
.ws-v2 .wf-play::after { content: ""; position: absolute; left: 15px; top: 11px;
  border-left: 13px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent; }
.ws-v2 .wf-like { z-index: 4; width: 30px; height: 30px; border-radius: 50%; background: rgba(0,0,0,.5);
  display: grid; place-items: center; font-size: 14px; opacity: 0; transition: opacity .18s; }
.ws-v2 .wf-card:hover .wf-like, .ws-v2 .wf-like.on { opacity: 1; }
.ws-v2 .wf-stats { opacity: 0; transition: opacity .2s; padding: 18px 9px 6px; gap: 10px; }
.ws-v2 .wf-card:hover .wf-stats { opacity: 1; }
.ws-v2 .wf-title { padding: 9px 11px 4px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.9); line-height: 1.4; }
.ws-v2 .wf-tags { gap: 6px; padding: 2px 11px 11px; }
.ws-v2 .wf-tag { font-size: 11px; padding: 4px 8px; border-radius: 4px;
  background: rgba(0,202,224,.12); color: #00cae0; }
.ws-v2 .ig-loading-tip { grid-column: 1/-1; text-align: center; color: rgba(255,255,255,.5); font-size: 13px; padding: 50px 0; }

/* 详情弹窗媒体：真实图片/视频铺满 */
.ws-v2 .insp-detail-img img, .ws-v2 .insp-detail-img video { width: 100%; height: 100%; object-fit: contain; display: block; }
.ws-v2 .insp-detail-img .idi-emoji { font-size: 72px; }
.ws-v2 .id-tag.id-cyan { background: rgba(0,202,224,.18); color: #67e8f9; }

/* 浅色覆盖 */
html[data-theme="light"] .ws-v2 .wf-card { background: #fff; }
html[data-theme="light"] .ws-v2 .wf-cover.ph { background: linear-gradient(135deg,#eef2f7,#e2e8f0); }
html[data-theme="light"] .ws-v2 .wf-title { color: #1e293b; }
html[data-theme="light"] .ws-v2 .wf-tag { background: rgba(14,158,192,.12); color: #0e7490; }

/* ---------- 玩法说明引导浮层 ---------- */
.idea-guide-mask { z-index: 10000; }
.idea-guide-box { max-width: 520px; width: calc(100vw - 40px); }
.idea-guide-body { display: flex; flex-direction: column; gap: 14px; }
.ig-step { display: flex; gap: 12px; align-items: flex-start; }
.ig-no {
  flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 800; font-size: 15px;
  background: linear-gradient(135deg, #f7d056, #f0b027); color: #2a1d04;
}
.ig-step strong { display: block; font-size: 14.5px; color: var(--text-primary, #f1f5f9); margin-bottom: 3px; }
.ig-step p { margin: 0; font-size: 13px; line-height: 1.65; color: var(--text-secondary, #9aa0ad); }
.idea-guide-go {
  margin-top: 4px; height: 42px; border: none; border-radius: 21px; cursor: pointer;
  background: linear-gradient(135deg, #22d3ee, #06b6d4); color: #06121a; font-weight: 800; font-size: 14.5px;
}
.idea-guide-go:hover { filter: brightness(1.06); }
