@media print {
  .sidebar, .bottom-nav, .btn, .logout-btn, form { display: none !important; }
  body { background: #fff; color: #000; }
  .content { padding: 0 !important; max-width: none !important; }
  .card { box-shadow: none; border: 1px solid #ccc; break-inside: avoid; }
  a { color: #000; text-decoration: none; }
}
