/* Print styles */
@media print {
  .sidebar, .topbar, .gantt-controls, .schedule-controls, .filter-bar,
  .btn-run, .btn-action, .btn-sm, .quick-actions, .import-tabs { display: none !important; }
  .main-content { margin: 0 !important; }
  .tab-content { display: block !important; overflow: visible !important; }
  .gantt-wrapper { overflow: visible !important; }
  body { overflow: visible !important; height: auto !important; }
}
