/* ===========================
   Part 11 UI patch 🧸✨
   - Fix admin readability
   - Ensure form controls readable
   =========================== */
.table, .table td, .table th { color: rgba(255,255,255,.92) !important; }
.table a { color: rgba(255,255,255,.92) !important; }
.muted, .text-muted { color: rgba(233,236,255,.78) !important; }

.form-label, .form-check-label { color: rgba(255,255,255,.90) !important; }

.form-control, .form-select, textarea.form-control{
  background: rgba(0,0,0,.28) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: rgba(255,255,255,.92) !important;
}
.form-control::placeholder, textarea.form-control::placeholder{
  color: rgba(233,236,255,.62) !important;
}
