body { background: #f5f7fb; }
.card-soft { border: 0; border-radius: 1rem; box-shadow: 0 0.5rem 1rem rgba(0,0,0,.08); }
.table thead th { white-space: nowrap; }
.stat-card .icon { width: 48px; height: 48px; display:flex; align-items:center; justify-content:center; border-radius: 12px; font-size: 1.2rem; }
.print-only { display:none; }
@media print {
  .navbar, .btn, form, .no-print, .pagination, .alert { display:none !important; }
  .print-only { display:block; }
  body { background:white; }
  .container { width:100%; max-width:100%; }
}
