/* Print-friendly tweaks for the regular layout (media=print). */
@media print {
    body { background: #fff; color: #000; }
    .topbar, .action-row, .add-box, .ai-edit, .ai-controls, .note-add, .tk-edit, .form-actions, .filter-tabs, .lbtn, .btn, nav, .tz-badge { display: none !important; }
    main { padding: 0; max-width: none; }
    .panel, .card, li.agenda-item, ul.notes > li, table.data, .history { background: #fff; color: #000; border-color: #999; }
    table.data th { background: #eee; color: #000; }
    .pill { border: 1px solid #999; color: #000 !important; background: #fff !important; }
    a { color: #000; text-decoration: none; }
    .muted { color: #555; }
}
