/* Phase 7: Planner print rules */
@media print {
    @page { size: A4; margin: 15mm; }
    body * { visibility: hidden; }
    .up-a4-sheet, .up-a4-sheet * { visibility: visible; }
    .up-a4-sheet { position: absolute; top: 0; left: 0; width: 100%; box-shadow: none; border-radius: 0; }
    .no-print { display: none !important; }
    .up-a4-header { border-bottom: 2px solid #000; }
    .up-a4-table td, .up-a4-table th { border: 1px solid #000; }
}
