/* ==========================================================================
   Blue Care Health OS — Print
   Clinics print. Health ID cards and patient summaries print cleanly.
   ========================================================================== */
@media print {
  .topbar, .sidebar, .tour-banner, .tour-spotlight, .drawer, .drawer-backdrop,
  .palette-backdrop, .modal-backdrop, .toast-region, .annotate-badge,
  .page-header-actions, .no-print, .icon-btn, .skip-link {
    display: none !important;
  }
  .shell { display: block; }
  .main { padding: 0; }
  body { background: #fff; color: #000; }
  .panel { border: 1px solid #ccc; box-shadow: none; break-inside: avoid; }
  a { text-decoration: none; color: #000; }
  .print-only { display: block !important; }
}
.print-only { display: none; }
