@page { size: A4 portrait; margin: 0; }
.site-header, .site-footer, .skip-link, .builder-heading, .no-print { display: none !important; }
/* 화면은 사이드바 그리드지만 인쇄물은 종이 한 장이다. 배치를 되돌린다. */
body { display: block; background: white; color: black; }
.worksheet-preview { background: none !important; padding: 0 !important; }
.page-shell { width: 100%; max-width: none; padding: 0; }
#app-content, .worksheet-builder, .worksheet-preview { display: contents; }
.worksheet-page { width: 210mm; min-height: 297mm; margin: 0; padding: 12mm 10mm; box-shadow: none; break-after: page; }
.worksheet-page:last-child { break-after: auto; }
