body { background-color: #f5f6fa; }
.card { border: none; box-shadow: 0 1px 4px rgba(0,0,0,0.08); border-radius: 10px; }
.navbar-nav .nav-link.active { font-weight: 600; color: #fff !important; border-bottom: 2px solid #0d6efd; }
.dashboard-stat { font-size: 1.8rem; font-weight: 700; }
table.table thead { background-color: #eef1f7; }
.badge-nontax { background-color: #6c757d; }
.badge-tax { background-color: #0d6efd; }

@media print {
  nav, footer, .no-print { display: none !important; }
  body { background: #fff; }
  .container { max-width: 100% !important; }
}
