﻿.nav-link {
    color: #475569;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}

.nav-link:hover,
.nav-link.active {
    color: #0ea5e9;
    background-color: rgba(14, 165, 233, 0.1);
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}

.priority-pill {
    display: inline-flex;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}

.kanban-column {
    min-height: 300px;
}

.kanban-card {
    cursor: grab;
}

.avatar-circle {
    width: 38px;
    height: 38px;
    border-radius: 9999px;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.drag-placeholder {
    border: 2px dashed #94a3b8;
    border-radius: 0.75rem;
    padding: 1rem;
}
