/* Minimal styling */
@media print {
  .navbar, .d-print-none { display: none !important; }
  body { background: #fff !important; }
  .card { border: 1px solid #ccc !important; box-shadow: none !important; }
}
