/* Tasks Page Styles */
.status-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: rgba(107,93,82,0.08);
    font-size: 10px;
    font-weight: 700;
    margin-right: 4px;
    padding: 0 6px;
}
.tab-btn.active .status-count {
    background: rgba(107,93,82,0.12);
    color: #5e4330;
}
