@media print {
  .no-print { display: none !important; }
  body { background: #fff !important; }
}
.table th { background: #f8fafc; color: #334155; font-weight: 700; }
.table th, .table td { padding: .75rem; border-bottom: 1px solid #e2e8f0; text-align: left; }
.form-input { width: 100%; border: 1px solid #cbd5e1; border-radius: .5rem; padding: .65rem .8rem; background: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; border-radius: .5rem; padding: .65rem 1rem; font-weight: 700; }
.btn-primary { background: #047857; color: #fff; }
.btn-danger { background: #dc2626; color: #fff; }
.btn-muted { background: #e2e8f0; color: #0f172a; }

