/* ============================================================
   Hose Flux - Estilos Modulares para Inventario y Stock
   ============================================================ */

.status-badge-stock {
    background-color: #ECFDF5;
    color: #059669;
}

.status-badge-critical {
    background-color: #FFFBEB;
    color: #D97706;
}

.status-badge-out {
    background-color: #FEF2F2;
    color: #DC2626;
}

.table-row-hover {
    transition: background-color 0.15s ease;
}

.table-row-hover:hover {
    background-color: #F8FAFC;
}

.cat-chip {
    transition: all 0.15s ease;
}

.cat-chip:hover {
    background-color: #FEE2E2;
    border-color: #FCA5A5;
}