/* Inventario Alcaldía Villanueva */
body { background: #f5f7fa; }
.navbar-brand i { margin-right: .25rem; }
.card { box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.table-sm td, .table-sm th { vertical-align: middle; }

.thumb {
    width: 80px; height: 80px; object-fit: cover; border-radius: 6px;
    border: 1px solid #dee2e6;
}
.foto-grande { max-height: 320px; object-fit: cover; width: 100%; border-radius: 8px; }
.badge-estado-BUENO            { background:#198754; }
.badge-estado-REGULAR          { background:#fd7e14; }
.badge-estado-MALO             { background:#dc3545; }
.badge-estado-EN_MANTENIMIENTO { background:#0dcaf0; color:#000; }
.badge-estado-DE_BAJA          { background:#6c757d; }

.login-card { max-width: 420px; margin: 8vh auto; }
@media print {
    nav, footer, .no-print { display: none !important; }
}
