/* Dashboard Style */
.zipol-bom-container { display: grid; gap: 15px; }
.zipol-bom-card {
  background: #f8fafc; padding: 15px; border-radius: 10px; border: 1px solid #e2e8f0;
}
.zipol-bom-card summary {
  font-weight: bold; font-size: 16px; color: #014159; cursor: pointer; margin-bottom: 10px;
}
.zipol-bom-table input { width: 100%; padding: 5px; }
.zipol-btn-save { margin-top: 10px; }
.zipol-btn-delete { background: #ef4444 !important; color: #fff !important; border: none; }
.zipol-notice {
  padding: 8px 12px; border-radius: 6px; margin: 10px 0;
}
.zipol-success { background: #d1fae5; color: #065f46; }
.zipol-error { background: #fee2e2; color: #b91c1c; }
.zipol-empty { text-align: center; color: #9ca3af; }
