/* ════════════════════════════════════════════════════════════════════
   Bill of Materials  ·  bottom button + sheet modal
   ════════════════════════════════════════════════════════════════════ */

.lib-bom {
  flex: 0 0 auto;
  padding: 8px 10px 10px;
  /* No border-top divider (2026-06-15 — user 讨厌分割线)。靠玻璃顶缘高光（非硬线）
     与底部锚位区分于上方列表（DESIGN.md §6.4 glass rim 不算分割线）。 */
  background: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.30);
}
[data-theme="dark"] .lib-bom {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

