02e1856f3d
Changes in artifacts/api-server/src/lib/pdf-html-renderer.ts: 1. Increased cell padding from 2px 4px to 10px 12px for both header and body cells for better readability 2. Increased line-height from 1.05 to 1.8 (body cells) and 1.2 to 1.6 (header cells and body baseline) 3. Page title (h1) now uses system fontColor instead of hardcoded #000 4. Footer text now uses system fontColor for consistency 5. Empty-state text uses system fontColor with opacity instead of #666 6. Attendee items get direction-aware margin (12px) for better spacing 7. Logo header uses conditional min-height (55px when logo present, auto when absent) to prevent overlap and empty space 8. Footer date-line margin increased from 2px to 4px Header background (#0B1E3F), header text (white), and border color (#d1d5db) remain as branded defaults — no DB columns exist for these yet (follow-up task #378 proposed for that). No changes to web UI, schema, or legacy pdf-renderer.ts. Tested: AR and EN PDFs generate successfully with correct sizes. E2E test passed: login, PDF download (both languages), and UI verified.