@charset "UTF-8";:root{--structure: #1E293B;--brand: #2563EB;--brand-dark: #1D4ED8;--brand-soft: #DBEAFE;--brand-mist: #EFF6FF;--cta: #16A34A;--cta-dark: #15803D;--cta-soft: #DCFCE7;--promo: #F97316;--promo-soft: #FFF7ED;--bg: #F8FAFC;--surface: #ffffff;--text: #1E293B;--muted: #64748B;--line: #E2E8F0;--ok: #16A34A;--err: #b91c1c;--radius: 12px;--shadow: 0 2px 8px rgba(30, 41, 59, .04)}*{box-sizing:border-box}html,body{margin:0;font-family:Nunito,system-ui,sans-serif;background:#fff;color:var(--text)}a{color:var(--brand);text-decoration:none}h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--structure)}h3{margin:1rem 0 .5rem;font-weight:700;color:var(--structure)}.shell{width:100%;max-width:1080px;margin:0 auto;padding-left:.85rem;padding-right:.85rem}.topbar{position:sticky;top:0;z-index:20;background:#fffffff5;backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.topbar .shell{display:flex;justify-content:space-between;align-items:center;min-height:56px;padding-top:.55rem;padding-bottom:.55rem}.brand{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;color:var(--brand);font-size:1.25rem;text-decoration:none;letter-spacing:-.02em}.brand-logo{width:32px;height:32px;border-radius:9px;flex-shrink:0;display:block}.top-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.top-actions a{font-weight:600;font-size:.98rem}.hello{color:var(--muted);font-size:.92rem;font-weight:600}.linkish{border:0;background:transparent;color:var(--brand);font:inherit;font-weight:600;cursor:pointer}.page{max-width:1080px;margin:0 auto;padding:.85rem .85rem 1.35rem;width:100%}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;background:#fff;border-top:1px solid var(--line)}.bottom-nav-inner{display:grid;grid-template-columns:repeat(5,1fr);padding-top:.3rem;padding-bottom:calc(.3rem + env(safe-area-inset-bottom))}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-height:54px;color:var(--muted);font-weight:600;font-size:.72rem;text-decoration:none}.bottom-nav a.active{color:var(--brand)}.bottom-nav .nav-ico{width:24px;height:24px;fill:currentColor}.btn,.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:0;border-radius:10px;background:var(--cta);color:#fff;font:inherit;font-weight:700;padding:.6rem 1rem;cursor:pointer;text-align:center;text-decoration:none;line-height:1.2}.btn:hover,.btn-primary:hover{background:var(--cta-dark)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn.ghost{background:#fff;color:var(--cta);border:1px solid var(--cta)}.btn.ghost:hover{background:var(--cta-soft)}.btn.full,.btn-primary.full{width:100%;margin-top:.75rem}.empty-state{margin-top:1rem;padding:1.25rem 1rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--line);text-align:center}.empty-state .muted{margin:0}.empty-state .btn,.empty-state .btn-primary{width:100%;margin-top:1rem}.hero-strip{background:#fff;border-radius:0;padding:.35rem 0 1rem;margin-bottom:.85rem;border-bottom:1px solid var(--line);box-shadow:none}.search,input,select,textarea{width:100%;margin:.35rem 0 .75rem;padding:.75rem .9rem;border:1px solid var(--line);border-radius:10px;font:inherit;font-size:1rem;background:#fff}.chips{display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:.35rem}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.45rem .9rem;white-space:nowrap;font:inherit;cursor:pointer}.chip.active{background:var(--brand);color:#fff;border-color:var(--brand)}.store-list,.item-list{display:flex;flex-direction:column;gap:.75rem}.store-row,.item-row,.order-card{display:flex;gap:.85rem;align-items:center;background:var(--surface);border-radius:var(--radius);padding:.85rem;border:1px solid var(--line);box-shadow:none;color:inherit}.store-row img,.item-row img,.logo{width:64px;height:64px;border-radius:12px;object-fit:cover;background:#eee}.store-row p,.item-row p,.muted{color:var(--muted);margin:.15rem 0}.center{text-align:center}.grow{flex:1}.price{display:flex;gap:.5rem;align-items:baseline}.price s{color:var(--muted)}.banner{height:140px;border-radius:var(--radius);background-size:cover;background-position:center;background-color:var(--brand-soft);margin-bottom:.75rem}.store-head{display:flex;gap:1rem;margin-bottom:1rem}.tabs{display:flex;gap:.35rem;margin-bottom:1rem}.tabs button{flex:1;border:0;background:transparent;border-radius:10px;padding:.55rem;font:inherit;font-weight:600;color:var(--muted);cursor:pointer}.tabs button.active{background:var(--brand-soft);color:var(--brand)}.card-block,.auth{background:#fff;border-radius:var(--radius);padding:1rem;border:1px solid var(--line);box-shadow:none}.radio{display:flex;align-items:center;gap:.55rem;margin:.45rem 0;font-weight:700;cursor:pointer}.radio input{width:18px;height:18px;margin:0;flex-shrink:0;accent-color:var(--brand)}.qty{display:flex;align-items:center;gap:.4rem}.qty button{width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer}.totals{margin:1rem 0;background:#fff;border-radius:var(--radius);padding:.9rem}.totals div,.item-row{justify-content:space-between}.totals div{display:flex;justify-content:space-between;margin:.25rem 0}.total{font-size:1.1rem}.status-pill,.status-badge{display:inline-flex;align-items:center;background:var(--brand-soft);color:var(--brand-dark);font-weight:700;font-size:.75rem;border-radius:999px;padding:.28rem .65rem}.status-pill[data-tone=warn],.status-badge[data-tone=warn]{background:var(--promo-soft);color:#c2410c}.status-pill[data-tone=info],.status-badge[data-tone=info]{background:var(--brand-soft);color:var(--brand-dark)}.status-pill[data-tone=progress],.status-badge[data-tone=progress]{background:#e0f2fe;color:#0369a1}.status-pill[data-tone=success],.status-badge[data-tone=success]{background:var(--cta-soft);color:var(--cta-dark)}.status-pill[data-tone=danger],.status-badge[data-tone=danger]{background:#fee2e2;color:#b91c1c}.status-pill[data-tone=muted],.status-badge[data-tone=muted]{background:#f3f4f6;color:#6b7280}.status-pill[data-tone=promo],.status-badge[data-tone=promo]{background:var(--promo-soft);color:var(--promo)}.timeline{display:flex;flex-direction:column;gap:.35rem;margin:1rem 0}.step{padding:.55rem .8rem;border-radius:10px;background:#f3f4f6;color:var(--muted);font-weight:700}.step.done{background:#dcfce7;color:var(--ok)}.err{color:var(--err)}.ok{color:var(--ok)}.error{color:var(--err)}.app-alert{display:flex;align-items:flex-start;gap:.65rem;margin:.75rem 0;padding:.85rem 1rem;border-radius:14px;font-weight:700;font-size:.9rem;line-height:1.35;animation:alert-in .22s ease}.app-alert:before{content:"";width:8px;height:8px;margin-top:.4rem;border-radius:50%;flex-shrink:0;background:currentColor}.app-alert.err,.app-alert.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.app-alert.ok{background:var(--cta-soft);color:var(--cta-dark);border:1px solid #bbf7d0}.app-alert.info{background:var(--brand-mist);color:var(--brand-dark);border:1px solid #BFDBFE}@keyframes alert-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.skeleton{border-radius:14px;background:linear-gradient(90deg,#e8eeec 25%,#f4f7f6,#e8eeec 75%);background-size:200% 100%;animation:shimmer 1.2s ease infinite}@keyframes shimmer{to{background-position:-200% 0}}.skeleton-card{height:88px;margin-bottom:.75rem}.skeleton-line{height:14px;margin:.45rem 0}.skeleton-line.w60{width:60%}.skeleton-line.w40{width:40%}input[type=date]{min-height:48px;font-weight:700;color-scheme:light}.row{display:flex}.gap{gap:.5rem;flex-wrap:wrap}.col{flex-direction:column;align-items:flex-start}.back{display:inline-block;margin-bottom:.5rem}.store-tag{margin-bottom:.75rem}.cep-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem}.cep-row input{margin:0;flex:1;min-width:0}.cep-row .btn{margin:0;white-space:nowrap;flex-shrink:0}.store-marker{background:transparent;border:0}.store-marker-dot{display:block;width:14px;height:14px;margin:4px;border-radius:50%;border:2px solid #fff}.store-popup{display:flex;flex-direction:column;gap:.35rem;min-width:160px;font-family:Nunito,system-ui,sans-serif}.store-popup-badge{align-self:flex-start;color:#fff;font-size:.7rem;font-weight:800;border-radius:999px;padding:.2rem .55rem}.store-popup strong{font-size:.95rem}.store-popup p{margin:0;color:#5b6b67;font-size:.8rem}.store-popup-photo{margin:.15rem 0 0}.store-popup-photo img{width:100%;max-height:100px;object-fit:cover;border-radius:10px;display:block}.store-popup-link{display:inline-flex;align-items:center;justify-content:center;margin-top:.25rem;padding:.45rem .7rem;border-radius:999px;background:var(--cta);color:#fff!important;font-weight:700;font-size:.82rem;text-decoration:none!important}.leaflet-container a.store-popup-link{color:#fff}
