.ListaCompras-module__e4PKEW__container{max-width:800px;min-height:100vh;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ListaCompras-module__e4PKEW__hero{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;text-align:center;border-radius:16px;margin-top:80px;margin-bottom:25px;padding:35px 25px}.ListaCompras-module__e4PKEW__title{margin-bottom:8px;font-size:2rem;font-weight:600}.ListaCompras-module__e4PKEW__subtitle{opacity:.9;font-size:1rem}.ListaCompras-module__e4PKEW__mainContent{flex-direction:column;gap:20px;display:flex}.ListaCompras-module__e4PKEW__headerPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;padding:15px 20px;display:flex}.ListaCompras-module__e4PKEW__nombreLista{flex:1}.ListaCompras-module__e4PKEW__tituloLista{color:var(--text-primary);cursor:pointer;align-items:center;gap:8px;margin:0;font-size:1.3rem;font-weight:600;display:inline-flex}.ListaCompras-module__e4PKEW__tituloLista:hover{color:var(--primary)}.ListaCompras-module__e4PKEW__editIcon{opacity:.5;font-size:.9rem}.ListaCompras-module__e4PKEW__inputNombreLista{border:2px solid var(--primary);background:var(--bg-primary);color:var(--text-primary);border-radius:8px;width:100%;max-width:300px;padding:8px 12px;font-size:1.3rem;font-weight:600}.ListaCompras-module__e4PKEW__progresoContainer{align-items:center;gap:12px;display:flex}.ListaCompras-module__e4PKEW__progresoBar{background:var(--border);border-radius:4px;width:120px;height:8px;overflow:hidden}.ListaCompras-module__e4PKEW__progresoFill{background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:4px;height:100%;transition:width .3s}.ListaCompras-module__e4PKEW__progresoTexto{color:var(--text-secondary);white-space:nowrap;font-size:.85rem}.ListaCompras-module__e4PKEW__addPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px}.ListaCompras-module__e4PKEW__addForm{flex-direction:column;gap:12px;display:flex}.ListaCompras-module__e4PKEW__inputRow{flex-wrap:wrap;gap:10px;display:flex}.ListaCompras-module__e4PKEW__inputProducto{border:2px solid var(--border);background:var(--bg-primary);min-width:200px;color:var(--text-primary);border-radius:10px;flex:3;padding:12px 16px;font-size:1rem;transition:border-color .2s}.ListaCompras-module__e4PKEW__inputProducto:focus{border-color:var(--primary);outline:none}.ListaCompras-module__e4PKEW__inputCantidad{border:2px solid var(--border);background:var(--bg-primary);width:80px;color:var(--text-primary);text-align:center;border-radius:10px;padding:12px;font-size:1rem}.ListaCompras-module__e4PKEW__selectUnidad,.ListaCompras-module__e4PKEW__selectCategoria{border:2px solid var(--border);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:10px;padding:12px;font-size:.9rem}.ListaCompras-module__e4PKEW__selectUnidad{width:100px}.ListaCompras-module__e4PKEW__selectCategoria{flex:1;min-width:150px}.ListaCompras-module__e4PKEW__btnAgregar{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s}.ListaCompras-module__e4PKEW__btnAgregar:hover{background:#256a8a;transform:translateY(-1px)}.ListaCompras-module__e4PKEW__filtrosPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.ListaCompras-module__e4PKEW__filtrosCategorias{flex-wrap:wrap;gap:6px;display:flex}.ListaCompras-module__e4PKEW__filtroBtn{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:8px 12px;font-size:.9rem;transition:all .2s}.ListaCompras-module__e4PKEW__filtroBtn:hover{border-color:var(--primary);color:var(--primary)}.ListaCompras-module__e4PKEW__filtroBtn.ListaCompras-module__e4PKEW__activo{background:var(--primary);color:#fff;border-color:var(--primary)}.ListaCompras-module__e4PKEW__checkboxLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:8px;font-size:.9rem;display:flex}.ListaCompras-module__e4PKEW__checkboxLabel input{cursor:pointer;width:18px;height:18px}.ListaCompras-module__e4PKEW__listaPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.ListaCompras-module__e4PKEW__listaVacia{text-align:center;color:var(--text-secondary);padding:50px 20px}.ListaCompras-module__e4PKEW__iconVacio{opacity:.5;margin-bottom:15px;font-size:3rem;display:block}.ListaCompras-module__e4PKEW__hint{color:var(--text-muted);margin-top:8px;font-size:.9rem}.ListaCompras-module__e4PKEW__categoriaGrupo{border-bottom:1px solid var(--border)}.ListaCompras-module__e4PKEW__categoriaGrupo:last-child{border-bottom:none}.ListaCompras-module__e4PKEW__categoriaHeader{background:var(--bg-primary);color:var(--text-primary);align-items:center;gap:10px;margin:0;padding:14px 20px;font-size:1rem;font-weight:600;display:flex}.ListaCompras-module__e4PKEW__categoriaEmoji{font-size:1.2rem}.ListaCompras-module__e4PKEW__categoriaCount{color:var(--text-muted);margin-left:auto;font-size:.85rem;font-weight:400}.ListaCompras-module__e4PKEW__itemsLista{margin:0;padding:0;list-style:none}.ListaCompras-module__e4PKEW__itemRow{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 20px;transition:background .2s;display:flex}.ListaCompras-module__e4PKEW__itemRow:last-child{border-bottom:none}.ListaCompras-module__e4PKEW__itemRow:hover{background:var(--hover)}.ListaCompras-module__e4PKEW__itemRow.ListaCompras-module__e4PKEW__completado{opacity:.5}.ListaCompras-module__e4PKEW__itemRow.ListaCompras-module__e4PKEW__completado .ListaCompras-module__e4PKEW__itemNombre{text-decoration:line-through}.ListaCompras-module__e4PKEW__checkBtn{border:2px solid var(--border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.ListaCompras-module__e4PKEW__checkBtn:hover{border-color:var(--primary);color:var(--primary)}.ListaCompras-module__e4PKEW__itemRow.ListaCompras-module__e4PKEW__completado .ListaCompras-module__e4PKEW__checkBtn{background:var(--secondary);border-color:var(--secondary);color:#fff}.ListaCompras-module__e4PKEW__itemCantidad{color:var(--primary);min-width:80px;font-size:.9rem;font-weight:500}.ListaCompras-module__e4PKEW__itemNombre{color:var(--text-primary);flex:1;font-size:1rem}.ListaCompras-module__e4PKEW__deleteBtn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;font-size:1rem;transition:all .2s}.ListaCompras-module__e4PKEW__itemRow:hover .ListaCompras-module__e4PKEW__deleteBtn{opacity:1}.ListaCompras-module__e4PKEW__deleteBtn:hover{color:#dc2626;background:#fee2e2}.ListaCompras-module__e4PKEW__accionesPanel{flex-wrap:wrap;gap:10px;display:flex}.ListaCompras-module__e4PKEW__btnAccion{border:2px solid var(--primary);min-width:120px;color:var(--primary);cursor:pointer;background:0 0;border-radius:10px;flex:1;padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s}.ListaCompras-module__e4PKEW__btnAccion:hover{background:var(--primary);color:#fff}.ListaCompras-module__e4PKEW__btnAccionSecundario{border:2px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s}.ListaCompras-module__e4PKEW__btnAccionSecundario:hover{border-color:var(--text-secondary);background:var(--hover)}.ListaCompras-module__e4PKEW__btnAccionDanger{color:#dc2626;cursor:pointer;background:0 0;border:2px solid #fee2e2;border-radius:10px;padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s}.ListaCompras-module__e4PKEW__btnAccionDanger:hover{background:#fee2e2}.ListaCompras-module__e4PKEW__listasGuardadasPanel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px}.ListaCompras-module__e4PKEW__seccionTitulo{color:var(--text-primary);margin-bottom:15px;font-size:1.1rem;font-weight:600}.ListaCompras-module__e4PKEW__listasGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.ListaCompras-module__e4PKEW__listaCard{background:var(--bg-primary);border:1px solid var(--border);border-radius:10px;padding:15px;transition:all .2s}.ListaCompras-module__e4PKEW__listaCard:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.ListaCompras-module__e4PKEW__listaCardHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ListaCompras-module__e4PKEW__listaNombre{color:var(--text-primary);font-weight:600}.ListaCompras-module__e4PKEW__listaFecha{color:var(--text-muted);font-size:.8rem}.ListaCompras-module__e4PKEW__listaResumen{color:var(--text-secondary);margin-bottom:12px;font-size:.9rem}.ListaCompras-module__e4PKEW__listaCardAcciones{gap:8px;display:flex}.ListaCompras-module__e4PKEW__btnCargar{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;padding:8px 12px;font-size:.85rem;font-weight:500;transition:background .2s}.ListaCompras-module__e4PKEW__btnCargar:hover{background:#256a8a}.ListaCompras-module__e4PKEW__btnEliminar{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fee2e2;border-radius:6px;padding:8px 12px;font-size:.85rem;font-weight:500;transition:all .2s}.ListaCompras-module__e4PKEW__btnEliminar:hover{background:#fee2e2}@media (max-width:768px){.ListaCompras-module__e4PKEW__container{padding:15px}.ListaCompras-module__e4PKEW__hero{margin-top:60px;padding:30px 20px}.ListaCompras-module__e4PKEW__title{font-size:1.6rem}.ListaCompras-module__e4PKEW__headerPanel{flex-direction:column;align-items:stretch}.ListaCompras-module__e4PKEW__progresoContainer{justify-content:space-between;width:100%}.ListaCompras-module__e4PKEW__progresoBar{flex:1}.ListaCompras-module__e4PKEW__inputRow{flex-direction:column}.ListaCompras-module__e4PKEW__inputProducto,.ListaCompras-module__e4PKEW__inputCantidad,.ListaCompras-module__e4PKEW__selectUnidad,.ListaCompras-module__e4PKEW__selectCategoria{width:100%;min-width:auto}.ListaCompras-module__e4PKEW__filtrosPanel{flex-direction:column;align-items:stretch}.ListaCompras-module__e4PKEW__filtrosCategorias{justify-content:center}.ListaCompras-module__e4PKEW__accionesPanel{flex-direction:column}.ListaCompras-module__e4PKEW__btnAccion,.ListaCompras-module__e4PKEW__btnAccionSecundario,.ListaCompras-module__e4PKEW__btnAccionDanger{flex:none;min-width:auto}}@media (max-width:480px){.ListaCompras-module__e4PKEW__hero{padding:25px 15px}.ListaCompras-module__e4PKEW__title{font-size:1.4rem}.ListaCompras-module__e4PKEW__filtroBtn{padding:6px 10px;font-size:.85rem}.ListaCompras-module__e4PKEW__itemRow{padding:10px 15px}.ListaCompras-module__e4PKEW__itemCantidad{min-width:60px;font-size:.85rem}}
