body {
    background-color: #f4f5f7;
}

.card {
    border-radius: 0.75rem;
}

/* Vista rápida de inventario tipo galería */
.tarjeta-material {
    border-radius: 0.75rem;
    overflow: hidden;
}
.tarjeta-material .barra-restante {
    height: 8px;
    border-radius: 4px;
    background: #e9ecef;
    overflow: hidden;
}
.tarjeta-material .barra-restante > div {
    height: 100%;
    background: #198754;
}

/* En móvil, que las tarjetas de accesos rápidos no se vean apretadas */
@media (max-width: 576px) {
    .fs-1 { font-size: 2rem !important; }
}
