/* SESSI Portal — Print styles */
@media print {
  body { background: white; color: black; font-size: 11pt; }
  .sidebar, .header, .no-print, .icon-btn, .btn { display: none !important; }
  .app { display: block; }
  .main { overflow: visible; }
  .page { padding: 0; max-width: 100%; }
  .card { border: 1px solid #ccc; box-shadow: none; page-break-inside: avoid; }
  .card-header { background: white !important; }
  .kpi-card { page-break-inside: avoid; }
  table { page-break-inside: avoid; }
  a { color: black; text-decoration: underline; }
  .badge { border: 1px solid #ccc; }
  .hero-card { background: white !important; color: black !important; border: 1px solid #ccc; }
  .hero-card::before { display: none; }
  @page { margin: 1.5cm; }
  .print-only { display: block; }
  .print-header { margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid #000; }
  .print-header h1 { font-size: 18pt; margin-bottom: 4px; }
  .print-header p { font-size: 10pt; color: #555; }
  .print-footer { margin-top: 30px; padding-top: 12px; border-top: 1px solid #ccc; font-size: 9pt; color: #555; text-align: center; }
}
