@media print {
  body * { visibility: hidden !important; }
  #print-area, #print-area * { visibility: visible !important; }
  #print-area { display: block !important; position: fixed; inset: 0; background: white; padding: 20px; z-index: 9999; }
  .no-print { display: none !important; }
}

/* Print report styles (always visible in print-area when printing) */
.print-report { font-family: Arial, sans-serif; font-size: 13px; color: #1a1a1a; max-width: 800px; margin: 0 auto; }
.print-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid #1a7f5a; }
.print-logo { font-size: 22px; font-weight: 800; color: #1a7f5a; }
.print-logo-sub { font-size: 12px; color: #666; margin-top: 2px; }
.print-meta { text-align: right; font-size: 12px; color: #666; line-height: 1.6; }
.print-title { font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.print-period { font-size: 13px; color: #666; margin-bottom: 20px; }
.print-kpi-row { display: flex; gap: 16px; margin-bottom: 24px; }
.print-kpi { flex: 1; border: 1px solid #ddd; border-radius: 8px; padding: 12px; text-align: center; }
.print-kpi-val { font-size: 20px; font-weight: 800; color: #1a7f5a; }
.print-kpi-lbl { font-size: 11px; color: #888; margin-top: 3px; }
.print-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 12px; }
.print-table th { background: #1a7f5a; color: white; padding: 8px 10px; text-align: left; font-size: 12px; }
.print-table td { padding: 7px 10px; border-bottom: 1px solid #eee; }
.print-table tr:nth-child(even) td { background: #f8faf9; }
.print-section-title { font-size: 14px; font-weight: 700; color: #1a7f5a; margin: 20px 0 10px; padding-bottom: 5px; border-bottom: 1px solid #ddd; }
.print-footer { margin-top: 30px; padding-top: 12px; border-top: 1px solid #ddd; font-size: 11px; color: #aaa; display: flex; justify-content: space-between; }
.pl-row { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid #f0f0f0; font-size: 13px; }
.pl-row.bold { font-weight: 700; font-size: 14px; }
.pl-row.green { color: #1a7f5a; font-weight: 700; }
.pl-row.red { color: #c0392b; font-weight: 700; }
.pl-section { margin-bottom: 16px; }
.pl-section-hd { background: #f0f3f2; padding: 7px 10px; font-weight: 700; font-size: 13px; border-radius: 4px; margin-bottom: 6px; }
