body { min-height: 100vh; }
.stat-card { border: 0; border-left: .3rem solid var(--bs-primary); }
.task-reference { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 700; }
.table-actions { white-space: nowrap; }
.activity-list { max-height: 30rem; overflow-y: auto; }
.required label::after { content: " *"; color: var(--bs-danger); }
.modal-xl { --bs-modal-width: 1100px; }

