@media print {
  body { background:#fff !important; color:#000 !important; }
  .topbar, .mobile-nav, .main { display:none !important; }

  #print-area[hidden]{ display:block !important; }
  #print-area{
    display:block !important;
    background:#fff;
    color:#000;
    padding:18mm;
    font-family: system-ui, -apple-system, "Helvetica Neue", Arial;
  }

  .p-row{display:flex; justify-content:space-between; gap:12mm}
  .p-card{border:1px solid #ddd; padding:10px; border-radius:10px}
  .p-h1{font-size:18px; font-weight:800; margin:0 0 6px}
  .p-muted{color:#444; font-size:11px; white-space:pre-line}
  .p-table{width:100%; border-collapse:collapse; margin-top:12px; font-size:11px}
  .p-table th,.p-table td{border-bottom:1px solid #ddd; padding:6px 4px; text-align:right}
  .p-table th:first-child,.p-table td:first-child{text-align:left}
  .p-tot{width:260px; margin-left:auto; margin-top:10px; font-size:12px}
  .p-tot div{display:flex; justify-content:space-between; margin:5px 0}
  .p-footer{margin-top:14px; font-size:10px; color:#444; white-space:pre-line}
  .p-footline{margin-top:12px; font-size:9px; color:#666; text-align:center}
  img.p-logo{max-height:46px; max-width:70mm; object-fit:contain}
}
