/* A4 세로 1장씩 인쇄 — 도안 풀페이지, UI 숨김 */
@page { size: A4 portrait; margin: 8mm; }
@media print {
  html,body{ background:#fff !important; margin:0; }
  .no-print, .top, .chips, .bar, .actions, .fav, .pick, .foot, .modal .row { display:none !important; }
  .print-sheet{ page-break-after: always; display:flex; align-items:center; justify-content:center;
    width:100%; height:100vh; }
  .print-sheet:last-child{ page-break-after:auto; }
  .print-sheet img{ max-width:100%; max-height:100%; width:auto; height:auto;
    object-fit:contain; image-rendering:crisp-edges; }
  .modal,.modal.on{ position:static; background:none; display:block; padding:0; }
  .modal .panel{ box-shadow:none; max-width:100%; max-height:none; padding:0; }
}
