.printable-builder{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;margin-top:20px}.printable-controls-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.printable-controls-grid label,.printable-check{color:var(--color-heading);font-size:var(--font-size-ui-sm);font-weight:600}.printable-controls-grid select{width:100%;min-height:44px;margin-top:6px;padding:8px 10px;border:1px solid var(--color-border-strong);border-radius:var(--radius-control);background:var(--color-surface);color:var(--color-text)}.printable-check{display:flex;align-items:center;gap:8px;margin-top:14px}.printable-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.printable-output{margin-top:24px}.printable-empty{padding:32px;text-align:center;border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface)}.printable-empty p{margin:6px 0 0;color:var(--color-muted)}.printable-sheet{width:min(100%,820px);margin:0 auto 20px;padding:28px;background:#fff;color:#111;border:1px solid #d5dbe5;border-radius:8px}.printable-sheet>header,.printable-sheet>footer{display:flex;justify-content:space-between;gap:12px;font-size:12px}.printable-sheet>header{margin-bottom:18px}.printable-sheet>footer{margin-top:16px;color:#555}.printable-sheet__grid{display:grid;gap:24px}.printable-sheet[data-layout="2"] .printable-sheet__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.printable-sheet[data-layout="4"] .printable-sheet__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.printable-puzzle__head{display:flex;justify-content:space-between;margin-bottom:8px;font-size:12px}.printable-grid{display:grid;grid-template-columns:repeat(9,1fr);border:2px solid #111;aspect-ratio:1}.printable-cell{display:grid;place-items:center;border-right:1px solid #999;border-bottom:1px solid #999;font-size:clamp(11px,2vw,20px);font-weight:600;line-height:1}.printable-cell:nth-child(9n){border-right:0}.printable-cell:nth-child(n+73){border-bottom:0}.printable-cell--right{border-right:2px solid #111}.printable-cell--bottom{border-bottom:2px solid #111}@media(max-width:900px){.printable-builder{grid-template-columns:1fr}.printable-controls-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.printable-controls-grid{grid-template-columns:1fr}.printable-actions .btn{width:100%}.printable-sheet{padding:16px}.printable-sheet[data-layout="2"] .printable-sheet__grid,.printable-sheet[data-layout="4"] .printable-sheet__grid{grid-template-columns:1fr}}
@media print{@page{margin:10mm}.site-header,.site-footer,.printable-screen-only,.breadcrumb{display:none!important}body{background:#fff!important}.site-main{padding:0!important}.site-container{max-width:none!important;padding:0!important}.printable-output{margin:0!important}.printable-sheet{break-after:page;page-break-after:always;width:100%;max-width:none;margin:0;padding:0;border:0;border-radius:0;box-shadow:none}.printable-sheet:last-child{break-after:auto;page-break-after:auto}.printable-sheet[data-layout="1"] .printable-sheet__grid{grid-template-columns:1fr}.printable-sheet[data-layout="2"] .printable-sheet__grid{grid-template-columns:repeat(2,1fr)}.printable-sheet[data-layout="4"] .printable-sheet__grid{grid-template-columns:repeat(2,1fr);gap:12mm}.printable-sheet[data-layout="1"] .printable-grid{width:145mm;max-width:100%;margin:auto}.printable-sheet[data-layout="2"] .printable-grid{width:82mm;max-width:100%}.printable-sheet[data-layout="4"] .printable-grid{width:75mm;max-width:100%}.printable-cell{font-size:16pt;color:#000!important}.printable-sheet[data-layout="4"] .printable-cell{font-size:10pt}.printable-output[data-paper="a4"] .printable-sheet{page:a4}.printable-output[data-paper="letter"] .printable-sheet{page:letter}}
@page a4{size:A4 portrait;margin:10mm}@page letter{size:Letter portrait;margin:0.4in}
