/* print.css
   Placeholder for Batch 1. Full PDF-ready professional report styling
   is Stage 13 (Client Records and Professional Reports) — not implemented
   yet, per project rule 9 (no faking a feature as complete).
   This file only ensures the current technical result table prints
   legibly if the user hits Ctrl+P today. */

@media print {
  .app-header, .bottom-nav, .lang-toggle, #birth-form { display: none !important; }
  body { background: #fff; color: #000; }
  .card { box-shadow: none; border: 1px solid #ccc; }
}
