/* enhance-v1.css — isolated UX/growth enhancements (bookmarklet) */
/* Loaded only as an additive layer; does not touch core app styles. */
/* NOTE: the old bottom-right floating "+" (navQuickAddFab) was removed —
   the top bar and left panel already expose "添加链接" / "+ 添加" entries,
   so the floating button was redundant and could overlap content. */

/* Bookmarklet promo card (used on about.html) */
.bm-promo {
  border: 1px dashed var(--input-border, #888);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 12px 0;
  background: rgba(99, 102, 241, 0.06);
}
.bm-promo h4 { margin: 0 0 6px; font-size: 14px; }
.bm-promo p { margin: 0 0 10px; font-size: 12px; color: var(--text-dim, #888); line-height: 1.5; }
.bm-bookmarklet {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  cursor: grab;
  user-select: none;
}
.bm-bookmarklet:active { cursor: grabbing; }
.bm-code {
  display: block;
  margin-top: 10px;
  padding: 8px 10px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  white-space: pre-wrap;
  word-break: break-all;
  background: rgba(0,0,0,0.25);
  border-radius: 6px;
  color: var(--text-dim, #aaa);
}

/* 动态切换栏按钮内的 SVG 图标（替换原 emoji） */
.mode-btn .mode-ico svg { width: 16px; height: 16px; display: block; }
