@media print {
  /* Hide navigation and controls */
  .sidebar,
  .sidebar-nav,
  .sidebar-bottom,
  .tab-bar,
  [class*="btn-"],
  button,
  .filter-bar,
  .search-bar,
  .console-wrap,
  #search-ai-rerun,
  .print-hide { display: none !important; }

  body {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000;
    background: #fff;
  }

  /* Show only recherche tab content when printing */
  .tab-section { display: none !important; }
  #tab-recherche { display: block !important; }

  .main { margin: 0 !important; padding: 0 !important; }

  /* Table print styles */
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
  }
  th, td {
    border: 1px solid #ccc;
    padding: 4px 6px;
  }
  thead th {
    background: #f0f0f0 !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  /* Don't print link URLs inline */
  a[href]::after { content: none !important; }

  /* AI analysis on new page */
  #search-ai-wrap { page-break-before: always; }

  @page { margin: 1.5cm; }
}
