/* Ajustements légers par-dessus Bootstrap (le design sera affiné plus tard) */
.signature-pad { border: 2px dashed #adb5bd; border-radius: .5rem; background: #fff; touch-action: none; width: 100%; max-width: 520px; height: 200px; display: block; }
.signature-img { max-height: 60px; max-width: 180px; background: #fff; border: 1px solid #dee2e6; border-radius: .25rem; }
.stat-card .display-6 { font-weight: 600; }
@media print {
    nav, .no-print, .alert { display: none !important; }
    body { background: #fff !important; }
    main { max-width: 100% !important; }
    .print-sheet { font-size: 12pt; }
    .signature-img { max-height: 50px; }
}
/* Pages d'aide */
.doc h2 { font-size: 1.35rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid #dee2e6; }
.doc h2:first-of-type { border-top: 0; margin-top: 1rem; }
.doc h3 { font-size: 1.05rem; margin-top: 1.5rem; }
.doc .toc a { display: block; padding: .15rem 0; }
.doc kbd, .doc .badge { font-weight: 500; }
.doc table td, .doc table th { vertical-align: top; }
