#panelLote .fila-lote { cursor: pointer; transition: background 0.15s; }
#panelLote .fila-lote:hover { background-color: #f0f7ff; }
#panelLote .fila-lote.seleccionado { background-color: #e8f4fd; outline: 2px solid #007bff; outline-offset: -2px; }
#panelLote .radio-lote { accent-color: #007bff; width: 16px; height: 16px; }
.barra-remanente { height: 10px; border-radius: 5px; background: #e9ecef; overflow: hidden; }
.barra-remanente-fill { height: 100%; border-radius: 5px; background: linear-gradient(90deg, #28a745, #85c88a); transition: width 0.3s ease; }
.barra-remanente-fill.poca { background: linear-gradient(90deg, #dc3545, #f18d95); }
.badge-vence-ok   { background-color: #d4edda; color: #155724; }
.badge-vence-prox { background-color: #fff3cd; color: #856404; }
.badge-vence-venc { background-color: #f8d7da; color: #721c24; }
