@page { margin: 14mm; }

@media print {
  :root { color-scheme: light; }
  body { background: #fff !important; color: #111 !important; font: 10.5pt/1.45 Arial, sans-serif; }
  .site-header,
  .site-footer,
  .calculator-form,
  .form-actions,
  .print-button,
  .no-print { display: none !important; }
  .section { padding: 0 !important; }
  .container { width: 100% !important; max-width: none !important; }
  .calculator-layout { display: block !important; }
  .printable-result:not(.results) { display: none !important; }
  .print-only { display: block !important; }
  .printable-result { display: block !important; width: 100% !important; max-width: none !important; border: 0 !important; box-shadow: none !important; background: #fff !important; color: #111 !important; }
  .print-header { margin-bottom: 18pt; padding-bottom: 10pt; border-bottom: 1px solid #555; }
  .print-header p { margin: 3pt 0; }
  .print-brand { font-size: 18pt; font-weight: 700; }
  .result-total, .concept-amount, h2, h3, h4 { color: #111 !important; }
  .result-card,
  .subtotal-card,
  .result-notes,
  .notice { break-inside: avoid; page-break-inside: avoid; border-color: #777 !important; box-shadow: none !important; background: #fff !important; color: #111 !important; }
  .result-card { margin-bottom: 8pt; }
  .result-cards { display: block !important; }
  .subtotal-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .print-disclaimer { margin-top: 16pt; padding-top: 8pt; border-top: 1px solid #555; font-size: 9pt; }
  a { color: #111 !important; text-decoration: none !important; }
}
