body { background-color: #f4f6f8; }
.navbar-brand { font-weight: 700; }
.card { border: none; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.stat-card .value { font-size: 1.6rem; font-weight: 700; }
.stat-card .label { font-size: 0.85rem; color: #6c757d; text-transform: uppercase; letter-spacing: 0.03em; }
.table thead th { white-space: nowrap; }
@media (max-width: 576px) { .stat-card .value { font-size: 1.25rem; } }

@media print {
  .no-print { display: none !important; }
  body { background: #fff; }
  .card { box-shadow: none; border: 1px solid #ddd; }
}
