// Event Reports Module — PP / RF / CONTRATO // Fase 1: Pedido de Produção (PP) // ------------------------------------------------- // PDF helper — usa html2pdf que respeita page-break-inside: avoid // para nao cortar tabelas, secoes ou linhas no meio. // ------------------------------------------------- const PDF_BREAK_CSS = ` .pdf-section { page-break-after: avoid !important; break-after: avoid !important; } table { page-break-inside: auto; break-inside: auto; } tr { page-break-inside: avoid !important; break-inside: avoid !important; } thead { display: table-header-group; } .pdf-keep { page-break-inside: avoid !important; break-inside: avoid !important; } `; function PDFStyles() { return