/* Стили для багов и доработок */
.column {
    background: #1e2444;
    border-radius: 20px;
    padding: 1.5rem;
}

.stats-list {
    margin-top: 1.5rem;
}

.stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-item span:first-child {
    font-size: 0.9rem;
    color: #a0aec0;
}

.stat-item strong {
    font-size: 1.5rem;
    font-weight: 700;
}

.stat-item.total strong {
    color: #3b82f6;
}

.stat-item.success strong {
    color: #00d68f;
}

.stat-item.in-progress strong {
    color: #f59e0b;
}

.stat-item span:last-child {
    font-size: 0.8rem;
    color: #a0aec0;
    margin-left: 0.5rem;
}