/* Dossier d'impression — every label section prints fully expanded, light. */
@media print {
  :root,
  :root[data-theme="dark"] {
    --bg: #fff;
    --surface: #fff;
    --surface-2: #f2f2f2;
    --border: #ccc;
    --text: #111;
    --text-muted: #444;
  }
  body {
    background: #fff;
  }
  .viewnav,
  .toolbar,
  .top-actions,
  .saved-note,
  .filterrow,
  .blocking,
  .statectl,
  .assign-row .combo,
  .note:placeholder-shown,
  .ev-add,
  .epencil,
  .eadd,
  .foot .legend,
  .lightbox,
  .modal-back,
  .toast-root {
    display: none !important;
  }
  .view {
    display: block !important;
    page-break-before: always;
  }
  .view[data-view="home"] {
    page-break-before: avoid;
  }
  .view[data-view="activites"],
  .view[data-view="admin"] {
    display: none !important;
  }
  .crit-body {
    display: block !important;
  }
  .crit {
    page-break-inside: avoid;
  }
  .card,
  .cat {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  .thumb {
    height: 60px;
  }
  a {
    color: #111;
    text-decoration: none;
  }
}
