/* print.css — clean typed note for the chart. Applied only when printing. */
body.printing .app-chrome { display: none !important; }
body.printing #print-view { display: block !important; }

#print-view { font: 11.5pt/1.45 Georgia, "Times New Roman", serif; color: #000; }
#print-view h2 { font-size: 14pt; text-align: center; margin: 8pt 0;
  text-transform: uppercase; letter-spacing: .06em; }
#print-view h3 { font-size: 11.5pt; margin: 10pt 0 3pt; border-bottom: 1px solid #000;
  text-transform: uppercase; letter-spacing: .04em; }
.p-head { margin-bottom: 8pt; }
.p-head > div:first-child { font-size: 9.5pt; text-align: center; }
.p-line { margin: 2pt 0; }
.p-label { font-weight: bold; }
.p-section { page-break-inside: avoid; }
.p-sign { margin-top: 24pt; padding-top: 6pt; border-top: 1px solid #000;
  display: flex; justify-content: space-between; gap: 12pt; font-size: 10.5pt; }

@page { margin: 0.75in; }
