@keyframes pulse-red {
  0%, 100% { background-color: rgba(239, 68, 68, 0.15); border-color: #ef4444; }
  50% { background-color: rgba(239, 68, 68, 0.35); border-color: #b91c1c; }
}

.interlock-locked { 
  animation: pulse-red 1.2s infinite ease-in-out; 
}

.no-scrollbar::-webkit-scrollbar { 
  display: none; 
}

.no-scrollbar { 
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

/* ================= DASHBOARD STYLES ================= */
.table-responsive::-webkit-scrollbar { 
  height: 6px; 
}
.table-responsive::-webkit-scrollbar-thumb { 
  background-color: #cbd5e1; 
  border-radius: 4px; 
}