.pv-container { font-family: 'Inter', sans-serif; color: #1a202c; }
.pv-table-wrapper { 
    overflow-x: auto; 
    border-radius: 1rem; 
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); 
}
.pv-table { width: 100%; border-collapse: collapse; font-size: 11px; background: white; }
.pv-table th { background: #1a202c; color: white; padding: 12px; white-space: nowrap; }
.pv-table td { padding: 10px; border-bottom: 1px solid #edf2f7; text-align: center; }

/* Sticky ID Ingrediente */
.sticky-col { 
    position: sticky; 
    left: 0; 
    background: white; 
    font-weight: 700; 
    z-index: 5; 
    border-right: 2px solid #e2e8f0; 
}
.pv-table tr:hover td { background-color: #f7fafc; }

/* Modal full screen-ish */
.pv-modal { 
    transition: opacity 0.3s ease;
    z-index: 9999;
}
.pv-input-group label { display: block; font-size: 9px; font-weight: bold; color: #4a5568; margin-bottom: 2px; text-transform: uppercase; }
.pv-input { width: 100%; border: 1px solid #cbd5e0; border-radius: 0.375rem; padding: 4px 8px; font-size: 12px; }