/* 共用樣式（Tailwind 走 CDN，這裡只放少數客製樣式） */
#signatureCanvas { touch-action: none; }
.status-badge { display:inline-block; padding:2px 10px; border-radius:9999px; font-size:12px; font-weight:600; }
.status-draft { background:#f3f4f6; color:#6b7280; }
.status-pending_signature { background:#fef3c7; color:#92400e; }
.status-signed { background:#dcfce7; color:#166534; }
.status-voided { background:#fee2e2; color:#991b1b; }

@media print {
  .no-print { display: none !important; }
  body { background: #fff !important; }
  .print-sheet { box-shadow: none !important; margin: 0 !important; }
}
