*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#f0f2f0;display:flex;justify-content:center;font-family:Instrument Sans,ui-sans-serif,system-ui,sans-serif;min-height:100vh}.app{width:100%;max-width:430px;min-height:100vh;background:#fff;display:flex;flex-direction:column}.header{background:#edf3e3;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.header-back{text-decoration:none;color:#333;display:flex;align-items:center}.header-back svg{width:22px;height:22px}.header h1{font-size:1rem;font-weight:800;color:#111}.body{flex:1;padding:1rem 1.25rem 7rem}.tienda-section{margin-bottom:1.5rem}.tienda-header{display:flex;align-items:center;gap:.65rem;padding:.75rem;background:#f8fdf0;border:1.5px solid #e8f5d0;border-radius:.85rem .85rem 0 0}.tienda-img{width:36px;height:36px;border-radius:.5rem;object-fit:cover}.tienda-img-empty{width:36px;height:36px;border-radius:.5rem;background:#e8f5d0;display:flex;align-items:center;justify-content:center}.tienda-img-empty svg{width:18px;height:18px;color:#a8df11}.tienda-nombre{font-size:.85rem;font-weight:800;color:#111}.tienda-items{font-size:.7rem;color:#aaa}.productos-list{border:1.5px solid #e8f5d0;border-top:none;overflow:hidden}.producto-row{display:flex;align-items:center;gap:.75rem;padding:.85rem;border-bottom:1px solid #f0f9e0}.producto-row:last-child{border-bottom:none}.prod-img{width:52px;height:52px;object-fit:contain;border-radius:.5rem;background:#f8f8f8;flex-shrink:0}.prod-img-empty{width:52px;height:52px;border-radius:.5rem;background:#f0fde0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prod-img-empty svg{width:24px;height:24px;color:#c6f135}.prod-info{flex:1;min-width:0}.prod-nombre{font-size:.82rem;font-weight:700;color:#111}.prod-precio{font-size:.75rem;color:#888;margin-top:.1rem}.prod-controles{display:flex;align-items:center;gap:.4rem}.ctrl-btn{width:26px;height:26px;border-radius:6px;border:1.5px solid #e8f5d0;background:#f8fdf0;color:#4a8a06;font-size:.9rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.ctrl-btn:hover{background:#a8df11;border-color:#a8df11;color:#fff}.ctrl-qty{font-size:.85rem;font-weight:800;color:#111;min-width:20px;text-align:center}.prod-subtotal{font-size:.85rem;font-weight:800;color:#4a8a06;min-width:55px;text-align:right}.btn-eliminar{background:none;border:none;cursor:pointer;color:#ddd;padding:.2rem;transition:color .15s}.btn-eliminar:hover{color:#d41b11}.btn-eliminar svg{width:14px;height:14px}.tienda-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#f8fdf0;border:1.5px solid #e8f5d0;border-top:none;border-radius:0 0 .85rem .85rem}.tienda-total{font-size:.85rem;font-weight:800;color:#111}.tienda-total span{color:#4a8a06}.btn-pedir{background:#111;color:#fff;font-family:inherit;font-size:.78rem;font-weight:700;padding:.55rem 1.1rem;border-radius:999px;border:none;cursor:pointer;text-decoration:none;transition:background .2s;display:inline-flex;align-items:center;gap:.35rem}.btn-pedir:hover{background:#a8df11;color:#111}.btn-pedir svg{width:14px;height:14px}.empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;text-align:center}.empty-icon{width:64px;height:64px;border-radius:1.25rem;background:#f0fde0;display:flex;align-items:center;justify-content:center}.empty-icon svg{width:32px;height:32px;color:#a8df11}.empty-state p{font-size:.9rem;font-weight:700;color:#555}.empty-state span{font-size:.78rem;color:#aaa}.btn-ir-tiendas{background:#a8df11;color:#111;font-family:inherit;font-size:.85rem;font-weight:800;padding:.75rem 1.5rem;border-radius:999px;border:none;text-decoration:none;margin-top:.5rem;display:inline-block}.success-msg{background:#f0fde0;border:1px solid #c6f135;color:#4a8a06;font-size:.8rem;font-weight:600;padding:.65rem 1rem;border-radius:.75rem;margin-bottom:1rem}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;background:#fff;border-top:1px solid #f0f0f0;display:flex;justify-content:space-around;padding:.85rem 0;z-index:10}.nav-item{display:flex;align-items:center;text-decoration:none;color:#bbb;transition:color .15s}.nav-item.active{color:#a8df11}.nav-item svg{width:24px;height:24px}
