/* generic table styling */
table { border-collapse: collapse; width: 100%; }
th, td { border: 1px solid #d1d5db; padding: 4px 8px; text-align: left; }
th { background-color: #f3f4f6; }
.actions button { margin-right: 0.25rem; }
.modal { max-height: 90vh; overflow-y: auto; }
.modal label { display:block; margin-top: 0.5rem; }
.modal input, .modal select { border:1px solid #d1d5db; padding:4px; width:100%; border-radius:4px; }
.modal-actions { text-align:right; margin-top: 1rem; }
.compact th, .compact td { padding:2px 4px; }
.num { text-align:right; width:80px; }
.num-input { text-align:right; width:80px; }
.missing-out { color:#dc2626; }
