.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}}.ListaCompras-module__e4PKEW__tableWrapper{border:1px solid var(--border);border-radius:10px;margin-top:16px;overflow-x:auto}.ListaCompras-module__e4PKEW__comparativaTable{border-collapse:collapse;width:100%;font-size:.9rem}.ListaCompras-module__e4PKEW__comparativaTable th{background:var(--primary);color:#fff;text-align:left;white-space:nowrap;padding:12px 16px;font-weight:600}.ListaCompras-module__e4PKEW__comparativaTable td{border-bottom:1px solid var(--border);color:var(--text-primary);vertical-align:top;padding:11px 16px}.ListaCompras-module__e4PKEW__comparativaTable tr:last-child td{border-bottom:none}.ListaCompras-module__e4PKEW__comparativaTable tr:nth-child(2n) td{background:var(--bg-primary)}.ListaCompras-module__e4PKEW__escenariosGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:16px;display:grid}.ListaCompras-module__e4PKEW__escenarioCard{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:18px;transition:box-shadow .2s,border-color .2s}.ListaCompras-module__e4PKEW__escenarioCard:hover{border-color:var(--primary);box-shadow:0 4px 12px #2e86ab1f}.ListaCompras-module__e4PKEW__escenarioHeader{align-items:center;gap:10px;margin-bottom:10px;display:flex}.ListaCompras-module__e4PKEW__escenarioIcon{flex-shrink:0;font-size:1.6rem;line-height:1}.ListaCompras-module__e4PKEW__escenarioExample{color:var(--text-secondary);margin-bottom:10px;font-size:.9rem;line-height:1.5}.ListaCompras-module__e4PKEW__escenarioTip{color:var(--primary);border-left:3px solid var(--primary);background:#2e86ab12;border-radius:8px;margin:0;padding:8px 12px;font-size:.85rem;font-style:italic}.ListaCompras-module__e4PKEW__faqList{flex-direction:column;gap:14px;margin:16px 0 0;padding:0;list-style:none;display:flex}.ListaCompras-module__e4PKEW__faqItem{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:16px 18px}.ListaCompras-module__e4PKEW__faqItem strong{color:var(--text-primary);margin-bottom:6px;font-size:.95rem;display:block}.ListaCompras-module__e4PKEW__faqItem p{color:var(--text-secondary);margin:0 0 6px;font-size:.875rem;line-height:1.55}.ListaCompras-module__e4PKEW__faqItem p:last-child{margin-bottom:0}.ListaCompras-module__e4PKEW__faqTip{font-style:italic;color:var(--secondary)!important}.ListaCompras-module__e4PKEW__stepGuide{counter-reset:none;flex-direction:column;gap:12px;margin:16px 0 0;padding:0;list-style:none;display:flex}.ListaCompras-module__e4PKEW__step{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:16px;padding:16px 18px;transition:border-color .2s;display:flex}.ListaCompras-module__e4PKEW__step:hover{border-color:var(--primary)}.ListaCompras-module__e4PKEW__stepNumber{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.ListaCompras-module__e4PKEW__stepContent{flex:1}.ListaCompras-module__e4PKEW__stepContent strong{color:var(--text-primary);margin-bottom:4px;font-size:.95rem;display:block}.ListaCompras-module__e4PKEW__stepContent p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.55}.ListaCompras-module__e4PKEW__tipsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:16px;display:grid}.ListaCompras-module__e4PKEW__tipCard{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:6px;padding:18px;transition:box-shadow .2s,border-color .2s;display:flex}.ListaCompras-module__e4PKEW__tipCard:hover{border-color:var(--secondary);box-shadow:0 4px 12px #48a9a61f}.ListaCompras-module__e4PKEW__tipIcon{font-size:1.5rem;line-height:1}.ListaCompras-module__e4PKEW__tipCard strong{color:var(--text-primary);font-size:.95rem}.ListaCompras-module__e4PKEW__tipCard p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.5}.ListaCompras-module__e4PKEW__warningBox{background:#dc26260d;border:1.5px solid #dc262640;border-radius:12px;margin-top:8px;padding:20px 22px}.ListaCompras-module__e4PKEW__warningHeader{align-items:center;gap:10px;margin-bottom:14px;display:flex}.ListaCompras-module__e4PKEW__warningIcon{font-size:1.4rem;line-height:1}.ListaCompras-module__e4PKEW__warningHeader strong{color:var(--text-primary);font-size:1rem}.ListaCompras-module__e4PKEW__warningList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ListaCompras-module__e4PKEW__warningList li{color:var(--text-secondary);border-left:3px solid #dc262666;padding-left:14px;font-size:.875rem;line-height:1.55}.ListaCompras-module__e4PKEW__warningList li strong{color:var(--text-primary)}@media (max-width:768px){.ListaCompras-module__e4PKEW__escenariosGrid,.ListaCompras-module__e4PKEW__tipsGrid{grid-template-columns:1fr}.ListaCompras-module__e4PKEW__step{flex-direction:row;align-items:flex-start}.ListaCompras-module__e4PKEW__comparativaTable{font-size:.8rem}.ListaCompras-module__e4PKEW__comparativaTable th,.ListaCompras-module__e4PKEW__comparativaTable td{padding:9px 12px}}[data-theme=dark] .ListaCompras-module__e4PKEW__escenarioCard{background:var(--bg-card)}[data-theme=dark] .ListaCompras-module__e4PKEW__escenarioTip{background:#2e86ab1f}[data-theme=dark] .ListaCompras-module__e4PKEW__faqItem,[data-theme=dark] .ListaCompras-module__e4PKEW__step,[data-theme=dark] .ListaCompras-module__e4PKEW__tipCard{background:var(--bg-card)}[data-theme=dark] .ListaCompras-module__e4PKEW__comparativaTable tr:nth-child(2n) td{background:#ffffff08}[data-theme=dark] .ListaCompras-module__e4PKEW__warningBox{background:#ef444414;border-color:#ef44444d}[data-theme=dark] .ListaCompras-module__e4PKEW__warningList li{border-left-color:#ef444480}[data-theme=dark] .ListaCompras-module__e4PKEW__deleteBtn:hover{color:#fca5a5;background:#ef444426}[data-theme=dark] .ListaCompras-module__e4PKEW__btnAccionDanger{color:#fca5a5;border-color:#ef444466}[data-theme=dark] .ListaCompras-module__e4PKEW__btnAccionDanger:hover{background:#ef444426}[data-theme=dark] .ListaCompras-module__e4PKEW__btnEliminar{color:#fca5a5;border-color:#ef444466}[data-theme=dark] .ListaCompras-module__e4PKEW__btnEliminar:hover{background:#ef444426}
