@media print {
  @page { margin: 1.5cm; size: A4; }

  body { background: #fff !important; color: #000 !important; font-family: Georgia, serif; font-size: 11pt; }

  .app-header,
  .main-layout,
  .print-btn { display: none !important; }

  .print-report {
    display: block !important;
    color: #000;
    background: #fff;
    font-family: Georgia, serif;
  }

  .pr-header { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 2px solid #000; padding-bottom: 6px; margin-bottom: 16px; }
  .pr-title { font-size: 16pt; font-weight: bold; letter-spacing: 1px; }
  .pr-date { font-size: 9pt; color: #444; }

  .pr-section { margin-bottom: 16px; page-break-inside: avoid; }
  .pr-section-title { font-size: 12pt; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 3px; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 1px; }

  .pr-table { width: 100%; border-collapse: collapse; font-size: 10pt; }
  .pr-table th { background: #eee; font-weight: bold; text-align: left; padding: 4px 8px; border: 1px solid #ccc; }
  .pr-table td { padding: 3px 8px; border: 1px solid #ddd; }
  .pr-table tr:nth-child(even) td { background: #f9f9f9; }
  .pr-total td { font-weight: bold; border-top: 2px solid #999; background: #f0f0f0 !important; }
}
