/* ── PRINT STYLES ────────────────────────────── */
@media print {
  body * { visibility: hidden !important; }
  #printArea, #printArea * { visibility: visible !important; }
  #printArea { position: fixed; inset: 0; background: #fff; padding: 20mm 15mm; }
  .print-header { margin-bottom: 12mm; }
  .print-title { font-family: serif; font-size: 22pt; font-weight: 700; color: #0C1A2E; margin-bottom: 2mm; }
  .print-subtitle { font-size: 10pt; color: #888; }
  .print-summary-table { width: 100%; border-collapse: collapse; margin-bottom: 10mm; font-size: 10pt; }
  .print-summary-table th { background: #0C1A2E; color: #fff; padding: 6pt 10pt; text-align: left; font-size: 9pt; letter-spacing: .05em; }
  .print-summary-table td { padding: 6pt 10pt; border-bottom: 1pt solid #E5E0D6; }
  .print-summary-table tr.best td { background: #F2E4C4; font-weight: 700; }
  .print-section-title { font-family: serif; font-size: 13pt; font-weight: 700; color: #0C1A2E; margin: 8mm 0 3mm; border-bottom: 1pt solid #0C1A2E; padding-bottom: 2mm; }
  .print-detail-table { width: 100%; border-collapse: collapse; font-size: 9pt; margin-bottom: 6mm; }
  .print-detail-table th { background: #F9F8F5; padding: 5pt 8pt; text-align: left; font-weight: 600; border-bottom: 1pt solid #E5E0D6; }
  .print-detail-table td { padding: 4pt 8pt; border-bottom: 1pt solid #F2EFE9; }
  .print-detail-table td:first-child { color: #7B7F8E; width: 35%; }
  .print-best-col { background: #F2E4C4 !important; }
  .no-print { display: none !important; }
}
