:root { --radius: 18px; }
body { background: #f5f7fb; }
.logo-small { width: 34px; height: 34px; object-fit: contain; border-radius: 8px; background:#fff; padding:2px; }
.card { border: 0; border-radius: var(--radius); box-shadow: 0 10px 25px rgba(18,38,63,.06); }
.card-stat { min-height: 120px; }
.card-stat .number { font-size: 2rem; font-weight: 800; }
.table thead th { background: #f0f4ff; white-space: nowrap; }
.badge-soft { background: #eef5ff; color: #0d6efd; }
.search-box { max-width: 360px; }
.action-col { width: 1%; white-space: nowrap; }
.print-header { display:none; }
@media print {
  nav, .no-print, .btn, .page-title { display:none!important; }
  body { background:#fff; }
  .card { box-shadow:none; border:1px solid #ddd; }
  .print-header { display:block; text-align:center; margin-bottom:18px; }
  .container-fluid { width:100%; padding:0; }
}
