/* ---------- impression ----------
   Ce qui est interactif n'a rien à faire sur du papier : la barre du haut, les
   boutons, Ferris, les éditeurs. On repasse en encre noire sur fond blanc —
   imprimer le thème sombre viderait une cartouche pour rien. */
@media print {
  @page { margin: 14mm; }
  :root, :root[data-theme="dark"] {
    --ink: #000; --ink-soft: #444; --surface: #fff; --surface-2: #f2f2f2;
    --border: #bbb; --border-strong: #999; --shadow: none;
    --term-bg: #f4f4f4; --term-ink: #111;
  }
  body { background: #fff !important; color: #000; }
  .topbar, .fiches-actions, .concepts-actions, .search-overlay,
  .concept-ferris, .stage, .editor-card, .cexo-editor, .cexo-bar, .console,
  .next-row, .cpage-nav, .langmenu { display: none !important; }
  .fiches { max-width: none; margin: 0; padding: 0; }
  .fiches-head h1 { font-size: 1.5rem; }
  .fiches-corps { columns: 2; column-gap: 14mm; }
  .fiche {
    border: 1px solid #ccc; box-shadow: none; background: #fff;
    padding: 10px 12px; margin: 0 0 10px; break-inside: avoid; page-break-inside: avoid;
  }
  .fiche h2 { font-size: 1rem; }
  .fiche-intro, .fiche-cours { font-size: 9.5pt; line-height: 1.45; }
  .fiche-syntaxe { background: #f4f4f4; color: #111; border: 1px solid #ddd; font-size: 8pt; }
  a[href]::after { content: ""; }
}
.fiche h2 { display: flex; align-items: baseline; gap: 9px; }
.fiche-ico { flex: none; }
