.border-soft {
    border: 1px solid rgba(0, 0, 0, .06);
}

.resultado-box {
    background: linear-gradient(135deg, var(--color-primary) 0%, #0b5d5a 100%);
    color: #fff;
}

.resultado-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 1rem;
}

.resultado-impacto {
    text-align: center;
}

.alerta {
    padding: 14px;
    border-radius: 12px;
    font-size: .95rem;
}

.alerta.is-positive {
    background: rgba(18, 113, 65, .15);
    color: #e7fff4;
}

.alerta.is-negative {
    background: rgba(235, 80, 67, .18);
    color: #ffecec;
}