/* Base styles shared across views */
:root{ --accent:#0d6efd; --ok:#198754; --warn:#ffc107; --danger:#dc3545; }
.table td,.table th{ vertical-align: middle; }
.badge-soft{ background: rgba(13,110,253,.1); color:#0d6efd; }
.text-truncate-2{ display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.d-none{ display:none !important; }
