.drag-over { border: 2px dashed #0052cc; background-color: #f0f7ff !important; }
.card-dragging { opacity: 0; } /* Set to 0 to make it "disappear" from the column while dragging */
.sidebar-item { transition: all 0.2s; cursor: pointer; }
.sidebar-item:hover { background-color: #ebecf0; color: #0052cc; }
.sidebar-active { background-color: #e6effc; color: #0052cc; border-right: 3px solid #0052cc; }
.bg-jira-blue { background-color: #0052cc; }
.status-pill { font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 4px; text-transform: uppercase; }
.modal-bg { background: rgba(9, 30, 66, 0.5); }
.running-pulse { animation: pulse 2s infinite; color: #059669; font-weight: bold; }
@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.5; } 100% { opacity: 1; } }