:root{--bg: #f7f7f5;--card-bg: #ffffff;--text: #1c1c1c;--muted: #6b6b6b;--border: #e6e6e3;--brand: #0a7d3f;--accent: #e2001a;--radius: 14px;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.app{max-width:1200px;margin:0 auto;padding:0 12px 40px}.app__header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;background:var(--bg);border-bottom:1px solid var(--border)}.app__header h1{margin:0;font-size:1.25rem}.menu{position:relative}.menu__button{border:1px solid var(--border);background:var(--card-bg);color:var(--text);border-radius:10px;width:40px;height:40px;font-size:1.2rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.menu__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;z-index:30}.menu__panel{position:absolute;top:calc(100% + 8px);right:0;width:min(320px,calc(100vw - 24px));background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px #00000026;z-index:40;padding:12px}.menu__section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.menu__title{font-weight:700;font-size:.95rem}.menu__message{margin:0 0 8px;font-size:.78rem;color:var(--brand)}.menu__markets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.menu__market{display:flex;align-items:center;gap:8px;font-size:.82rem}.menu__dot{width:9px;height:9px;border-radius:50%;flex:none}.menu__market-name{font-weight:600}.menu__market-meta{margin-left:auto;color:var(--muted);font-size:.76rem}.menu__account{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid var(--border)}.menu__user{display:flex;flex-direction:column;min-width:0}.menu__user-name{font-weight:700;font-size:.9rem}.menu__user-sub{font-size:.75rem;color:var(--muted)}.dialog__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:50;display:flex;align-items:flex-start;justify-content:center;padding:12vh 16px 16px}.dialog{background:var(--card-bg);border-radius:var(--radius);box-shadow:0 12px 40px #00000040;width:min(400px,100%);overflow:hidden}.dialog__tabs{display:flex}.dialog__tab{flex:1;border:none;background:#f0f0ee;color:var(--muted);padding:14px;font-size:.95rem;font-weight:700;cursor:pointer}.dialog__tab--active{background:var(--card-bg);color:var(--text)}.dialog__form{display:flex;flex-direction:column;gap:12px;padding:18px}.dialog__field{display:flex;flex-direction:column;gap:4px;font-size:.82rem;font-weight:600;color:var(--muted)}.dialog__field input{padding:10px 12px;border:1px solid var(--border);border-radius:10px;font-size:.95rem;font-weight:400;color:var(--text);background:var(--card-bg);-moz-appearance:none;appearance:none;-webkit-appearance:none}.dialog__hint{font-weight:400;color:var(--muted)}.dialog__error{margin:0;color:var(--accent);font-size:.85rem}.dialog__form .btn{margin-top:4px}.btn{border:1px solid var(--brand);background:var(--brand);color:#fff;border-radius:999px;padding:8px 16px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn:disabled{opacity:.6;cursor:default}.btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn--sm{padding:6px 12px;font-size:.78rem}.viewtabs{display:flex;gap:6px;margin:12px 0 4px}.viewtab{flex:0 0 auto;border:1px solid var(--border);background:var(--card-bg);color:var(--muted);border-radius:999px;padding:8px 18px;font-size:.9rem;font-weight:600;cursor:pointer}.viewtab--active{background:var(--brand);border-color:var(--brand);color:#fff}.search{display:flex;flex-direction:column;gap:10px;margin:8px 0}.search .search__input{flex:0 0 auto;width:100%;max-width:560px}.results{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.results--loading{opacity:.6;transition:opacity .15s}.result{display:flex;align-items:center;gap:12px;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;box-shadow:var(--shadow)}.result__img{width:44px;height:44px;object-fit:contain;flex:none;background:#fafafa;border-radius:8px}.result__info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.result__name{font-size:.9rem;font-weight:600;line-height:1.2}.result__sub{font-size:.75rem;color:var(--muted)}.result__right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex:none}.result__store{color:#fff;font-size:.66rem;font-weight:700;padding:3px 8px;border-radius:999px;white-space:nowrap}.result__price{font-size:1rem;font-weight:800}.result__actions{display:flex;flex-direction:column;gap:4px;flex:none}.iconbtn{flex:none;border:1px solid var(--border);background:var(--card-bg);color:var(--muted);border-radius:8px;width:34px;height:30px;font-size:1.05rem;line-height:1;cursor:pointer}.iconbtn--fav{background:var(--accent);border-color:var(--accent);color:#fff}.iconbtn--list{background:var(--brand);border-color:var(--brand);color:#fff}.list{margin:10px 0;display:flex;flex-direction:column;gap:14px}.list__add{display:flex;gap:8px}.list__add input{flex:1;min-width:0}.listgroup{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.listgroup__head{display:flex;align-items:center;gap:7px;padding:8px 12px;font-weight:700;font-size:.85rem;background:#f6f6f4;border-bottom:1px solid var(--border)}.listgroup__dot{width:9px;height:9px;border-radius:50%}.listitems{list-style:none;margin:0;padding:4px 12px 8px;display:flex;flex-direction:column}.listitem{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.listitem:last-child{border-bottom:none}.listitem__check{width:20px;height:20px;flex:none;accent-color:var(--brand)}.listitem__img{width:32px;height:32px;object-fit:contain;flex:none;background:#fafafa;border-radius:6px}.listitem__name{flex:1;min-width:0;font-size:.9rem}.listitem__qty{color:var(--muted);font-weight:700}.listitem__price{font-size:.85rem;font-weight:700;flex:none}.listitem__del{flex:none;border:none;background:transparent;color:var(--muted);font-size:.95rem;cursor:pointer;padding:4px 6px}.listitem--checked .listitem__name{text-decoration:line-through;color:var(--muted)}.list__clear{align-self:flex-start}.favorites{margin:10px 0;display:flex;flex-direction:column;gap:12px}.favorites__invite{background:#eef6f0;border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;font-size:.82rem;color:var(--text)}.favlist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.favcard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.favcard__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border)}.favcard__name{font-weight:700;font-size:.95rem}.favcard__del{flex:none;border:none;background:transparent;color:var(--muted);font-size:1rem;cursor:pointer;padding:4px 6px}.favcard__products{list-style:none;margin:0;padding:6px 12px 10px;display:flex;flex-direction:column;gap:8px}.favprod{display:flex;align-items:center;gap:10px}.favprod__img{width:36px;height:36px;object-fit:contain;flex:none;background:#fafafa;border-radius:6px}.favprod__name{font-size:.85rem;flex:1;min-width:0}.favprod__store{color:#fff;font-size:.64rem;font-weight:700;padding:2px 7px;border-radius:999px;white-space:nowrap;flex:none}.favprod__price{font-size:.9rem;font-weight:800;flex:none}.filters{margin:14px 0;display:flex;flex-direction:column;gap:10px}.filters__chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.chip{border:1px solid var(--border);background:var(--card-bg);color:var(--text);border-radius:999px;padding:7px 14px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.chip--active{color:#fff;background:var(--brand);border-color:var(--brand)}.filters__row{display:flex;gap:8px;flex-wrap:wrap}.filters__search{flex:1 1 220px;min-width:0;padding:10px 14px;border:1px solid var(--border);border-radius:999px;font-size:.9rem;background:var(--card-bg);-moz-appearance:none;appearance:none;-webkit-appearance:none}.filters__select{padding:10px 12px;border:1px solid var(--border);border-radius:999px;font-size:.85rem;background:var(--card-bg)}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.grid--loading{opacity:.6;transition:opacity .15s}@media (min-width: 560px){.grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 820px){.grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1080px){.grid{grid-template-columns:repeat(5,1fr)}}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow)}.card__media{position:relative;aspect-ratio:1 / 1;background:#fafafa;display:flex;align-items:center;justify-content:center}.card__media img{width:100%;height:100%;object-fit:contain;padding:8px}.card__noimage{font-size:2.4rem;opacity:.35}.card__badge{position:absolute;top:8px;left:8px;background:var(--accent);color:#fff;font-weight:700;font-size:.78rem;padding:3px 8px;border-radius:999px}.card__market{position:absolute;bottom:8px;left:8px;color:#fff;font-size:.66rem;font-weight:700;padding:3px 7px;border-radius:999px;max-width:calc(100% - 16px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card__add{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:50%;border:none;background:#ffffffeb;color:var(--brand);font-size:1.25rem;font-weight:700;line-height:1;cursor:pointer;box-shadow:0 1px 4px #0003;display:flex;align-items:center;justify-content:center}.card__add--on{background:var(--brand);color:#fff}.card__body{padding:10px;display:flex;flex-direction:column;gap:4px;flex:1}.card__title{margin:0;font-size:.85rem;line-height:1.25;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__meta{display:flex;flex-wrap:wrap;gap:6px;font-size:.72rem;color:var(--muted)}.card__prices{display:flex;align-items:baseline;gap:8px;margin-top:auto}.card__price{font-size:1.15rem;font-weight:800;color:var(--text)}.card__old{font-size:.8rem;color:var(--muted);text-decoration:line-through}.card__mechanism{font-size:.74rem;font-weight:700;color:var(--accent)}.card__footer{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap}.card__valid{font-size:.7rem;color:var(--muted)}.card__folder{font-size:.7rem;font-weight:600;color:var(--brand);text-decoration:none;white-space:nowrap}.card__folder:hover{text-decoration:underline}.notice{padding:40px 16px;text-align:center;color:var(--muted)}.notice--error{color:var(--accent)}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin:24px 0 0;flex-wrap:wrap}.pagination__info{font-size:.82rem;color:var(--muted)}.app__footer{margin-top:30px;text-align:center;font-size:.72rem;color:var(--muted)}
