/* Vue hebdo optimisée pour l'impression — le bouton « Imprimer / PDF » déclenche
   window.print(), l'utilisateur enregistre en PDF depuis le navigateur (brief §10). */

.no-print,
.toolrow,
.reviewBanner,
.weeknav button,
dialog {
  display: none !important;
}

body { background: white; color: black; font-size: 12px; }
main { max-width: none; padding: 0; }

.weeknav h2 { font-size: 16px; margin-bottom: 10px; }

.summary,
.day {
  border: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  break-inside: avoid;
  margin-bottom: 8px;
}

.dayHead { background: #f0f0f0; border-bottom: 1px solid #999; }
.segRow { cursor: default; border-bottom: 1px solid #ddd; padding: 4px 10px; }
.segRow:hover { background: none; }
.badge.open { background: none; border: 1px solid #060; }
.badge.review { background: none; border: 1px solid #960; }
