body { background-color: #f5f7fb; }
.navbar-brand { font-weight: 700; letter-spacing: .02em; }
.navbar-brand img { height: 42px; width: auto; display: block; }
.card-soft { border: 0; box-shadow: 0 0.125rem 0.75rem rgba(15, 23, 42, .06); }
.board-column { min-height: 20rem; background: #eef2f8; border-radius: .75rem; }
.task-card { border-left: 4px solid #0d6efd; }
.task-card.priority-high { border-left-color: #dc3545; }
.task-card.priority-medium { border-left-color: #ffc107; }
.task-card.priority-low { border-left-color: #6c757d; }
.table td, .table th { vertical-align: middle; }
.task-sort-link {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.task-sort-link:hover,
.task-sort-link:focus {
    text-decoration: underline;
}
.task-sort-link.active {
    font-weight: 600;
}
.task-sort-indicator {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1;
}
