/* Project Gaia — shared A4 print framework (print-frame)
   Loaded by the print-*.html preview pages alongside vendor/gaia.css.
   Plain CSS, no build step. Documents are always light (no dark-mode support — deliberate).
   Engine note: in real Gaia these previews are Blade print views rendered by
   print_templates (one per doc type, per-entity letterhead — see admin-settings.html
   "Print templates" card). Output is browser print / DomPDF; no client JS. */

body.print-doc{background:#e5e7eb;margin:0}
.print-toolbar{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid #e5e7eb}
.sheet{width:210mm;min-height:297mm;margin:1.25rem auto;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.25);padding:14mm 16mm;box-sizing:border-box;position:relative;color:#111827}
.sheet table{border-collapse:collapse;width:100%}
.sig-line{border-top:1px solid #6b7280;padding-top:4px;margin-top:48px}
@media print{body.print-doc{background:#fff}.print-toolbar,.no-print{display:none!important}.sheet{width:auto;min-height:0;margin:0;box-shadow:none;padding:0;page-break-after:always}.sheet:last-child{page-break-after:auto}}
@page{size:A4;margin:14mm 16mm}
