/*
 * Custom styles for Prostiq
 * Organized into separate files by concern
 */

/* Order Status Badges - Theme-agnostic colors
 * These colors remain consistent across all DaisyUI themes
 * for reliable visual identification of order statuses.
 */
.badge-status-received {
  background-color: #64748b !important;
  color: white !important;
  border-color: #64748b !important;
}

.badge-status-in_design {
  background-color: #8b5cf6 !important;
  color: white !important;
  border-color: #8b5cf6 !important;
}

.badge-status-in_production {
  background-color: #3b82f6 !important;
  color: white !important;
  border-color: #3b82f6 !important;
}

.badge-status-qc {
  background-color: #f59e0b !important;
  color: white !important;
  border-color: #f59e0b !important;
}

.badge-status-ready {
  background-color: #22c55e !important;
  color: white !important;
  border-color: #22c55e !important;
}

.badge-status-shipped {
  background-color: #14b8a6 !important;
  color: white !important;
  border-color: #14b8a6 !important;
}

.badge-status-completed {
  background-color: #6b7280 !important;
  color: white !important;
  border-color: #6b7280 !important;
}
