:root{--blue: #1959A6;--blue-dark: #0F4C61;--green: #22C55E;--ink: #1E293B;--muted: #9CA3AF;--slate: #64748B;--fab: 46px;--row-pad: 20px;--check: 24px}*{box-sizing:border-box;margin:0;padding:0}html{min-height:100%;background:var(--blue)}body,#root{min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:#e8eef4;color:var(--ink);-webkit-font-smoothing:antialiased}button{font-family:inherit;border:0;background:none;cursor:pointer}.stage{display:flex;justify-content:center;align-items:stretch}.phone{width:100%;max-width:430px;background:#fff;overflow-x:clip}@media(min-width:520px){html,body,#root{height:100%}html{overflow-y:auto}.stage{min-height:100%;padding:32px 16px;align-items:center}.phone{min-height:780px;height:min(844px,calc(100dvh - 64px));border-radius:36px;box-shadow:0 24px 64px #0f172a2e;overflow:hidden;border:8px solid #0f172a;display:flex;flex-direction:column}.list-root{flex:1;display:flex;flex-direction:column;min-height:0}.list-scroll{flex:1;overflow-y:auto;margin-bottom:calc(var(--fab) / 2)}}.list-root{background:#fff;position:relative}.list-top{background:#fff;border-bottom:1px solid #F3F4F6;position:sticky;top:0;z-index:8}.promo{flex-shrink:0;display:flex;align-items:center;gap:16px;background:var(--blue);color:#fff;padding:calc(18px + env(safe-area-inset-top)) 16px 20px;text-align:left}.promo-app-icon{width:56px;height:56px;border-radius:14px;display:block;object-fit:cover;flex-shrink:0}.promo-copy{flex:1;min-width:0}.promo-brand{font-size:23.4px;font-weight:800;letter-spacing:-.02em}.promo-tag{font-size:15.6px;font-weight:600;line-height:1.35;opacity:.95;margin-top:6px}.store-badge{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;min-height:26px;padding:3px 9px 3px 6px;background:#f1f5f9;border:0;border-radius:999px;color:#111;text-decoration:none}.store-badge:hover,.store-badge:focus-visible{background:#e2e8f0;outline:2px solid var(--blue);outline-offset:2px}.store-badge__icon{width:13px;height:13px;flex-shrink:0}.store-badge__name{font-size:11px;font-weight:700;letter-spacing:-.01em}.nav-row{display:flex;align-items:center;gap:12px;padding:16px var(--row-pad) 24px}.list-title{flex:1;min-width:0;font-size:21.6px;font-weight:700;color:var(--ink);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sort-bar{display:flex;align-items:center;gap:12px;padding:0 var(--row-pad) 16px}.refresh-btn{width:var(--check);height:var(--check);display:grid;place-items:center}.refresh-btn.disabled{opacity:.4;cursor:default}.sort-chips{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.sort-chip{padding:6px 12px;border-radius:12px;background:#f1f5f9;font-size:11px;font-weight:600;color:var(--slate)}.sort-chip.on{background:var(--blue);color:#fff}.sort-chip.on-dark{background:var(--blue-dark);color:#fff}.list-scroll{background:#fff;padding-bottom:calc(var(--fab) / 2)}.empty{display:flex;flex-direction:column;align-items:center;padding:48px 16px;gap:8px;color:#94a3b8;font-size:15px;font-weight:600}.row-wrap{position:relative;overflow:hidden}.row-wrap.bordered{border-bottom:1px solid #F8FAFC}.delete-lane{position:absolute;right:0;top:0;bottom:0;width:76px;background:#ef4444;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:9px;font-weight:700}.item-row{display:flex;align-items:center;gap:12px;padding:14px var(--row-pad);background:#fff;transition:transform .2s ease,opacity .15s;touch-action:pan-y}.item-row.checked{opacity:.5}.check{-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;flex:0 0 var(--check);width:var(--check);height:var(--check);max-width:var(--check);max-height:var(--check);padding:0;border-radius:7px;border:2px solid #CBD5E1;background:transparent;position:relative;overflow:hidden}.check.check--on{border-color:var(--green);background:var(--green)}.check.check--on:after{content:"";position:absolute;left:7px;top:3px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.cat-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.item-name{flex:1;min-width:0;height:19.2px;font-size:14.4px;font-weight:600;color:var(--ink);line-height:19.2px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-name.strike{color:#9ca3af;text-decoration:line-through}.item-trailing{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0;display:flex;align-items:center;gap:10px;flex-shrink:0}.qty-badge{padding:4px 10px;border-radius:8px;background:#edf7fa;font-size:12px;font-weight:700;color:var(--blue);white-space:nowrap}.line-total{font-size:14.4px;font-weight:700;color:var(--ink);min-width:58px;text-align:right}.line-total.muted{color:#9ca3af}.done{display:flex;flex-direction:column;align-items:center;padding:32px 16px;gap:8px}.done-title{font-size:14px;font-weight:700;color:var(--green)}.done-sub{font-size:12px;color:var(--muted)}.basket-footer-wrap{position:sticky;bottom:0;z-index:9}.add-fab{position:absolute;top:calc(var(--fab) / -2);left:50%;transform:translate(-50%);z-index:10;width:var(--fab);height:var(--fab);border-radius:50%;background:var(--blue);display:grid;place-items:center;box-shadow:0 6px 16px #00000059}.add-fab:active{transform:translate(-50%) scale(.94)}.basket-footer{background:#f9fafb;border-top:1px solid #F3F4F6;padding:10px var(--row-pad) calc(10px + env(safe-area-inset-bottom))}.basket-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4px}.basket-k{font-size:9px;color:var(--muted);font-weight:700;margin-bottom:2px}.basket-big{font-size:22px;font-weight:700;line-height:26px}.de{text-align:right}.de-label{font-size:10px;color:var(--muted);margin-bottom:1px}.de-amt{font-size:18px;font-weight:700;color:var(--ink);line-height:22px}.prog-row{display:flex;align-items:center;gap:8px}.prog-bg{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.prog-fill{height:100%;border-radius:3px;transition:width .2s ease}.prog-pct{font-size:12px;font-weight:700;min-width:36px;text-align:right}.toast{position:fixed;left:50%;bottom:88px;transform:translate(-50%);background:#111827;color:#fff;font-size:12px;font-weight:600;padding:8px 14px;border-radius:10px;z-index:20;white-space:nowrap}.q-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:flex-end;z-index:30}.q-sheet{width:100%;background:#fff;border-radius:24px 24px 0 0;padding:0 24px 28px}.q-handle{width:40px;height:4px;border-radius:2px;background:#e5e7eb;margin:12px auto}.q-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.q-title{font-size:17px;font-weight:700;color:var(--ink)}.q-icon-btn{width:32px;height:32px;border-radius:16px;background:#f3f4f6;display:grid;place-items:center}.q-sub{font-size:13px;color:var(--muted);margin-bottom:20px}.q-stepper{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:20px}.q-step-btn,.q-step-plus,.q-step-trash{width:64px;height:64px;border-radius:16px;display:grid;place-items:center}.q-step-btn{background:#f3f4f6}.q-step-trash{background:#fee2e2}.q-step-plus{background:var(--blue)}.q-step-sym{font-size:32px;font-weight:300;color:#374151}.q-qty-inp{font-size:40px;font-weight:700;color:var(--ink);min-width:100px;text-align:center;border:0;outline:none;width:110px}.q-unit-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px}.q-unit-chip{padding:8px 16px;border-radius:12px;background:#f1f5f9;font-size:13px;font-weight:600;color:var(--slate)}.q-unit-chip.on{background:var(--blue);color:#fff}.q-confirm{width:100%;padding:16px;border-radius:16px;background:var(--blue);color:#fff;font-size:15px;font-weight:700}.status-screen{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 24px;text-align:center}.status-screen h1{font-size:18px;color:#1959a6}.status-screen p{color:#64748b;line-height:1.45}
