.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--max-width);height:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #eee;display:flex;z-index:50}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted);font-size:12px;font-weight:500}.bottom-nav__item.active{color:var(--primary)}.bottom-nav__icon{position:relative;display:inline-flex}.bottom-nav__badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 4px;background:#000;color:#fff;border-radius:8px;font-size:10px;line-height:16px;text-align:center}.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--primary) 0%,var(--primary-dark) 55%,var(--primary-light) 160%);opacity:1;transition:opacity .4s ease}.splash-screen--out{opacity:0;pointer-events:none}.splash-screen__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20px;animation:splash-breathe 1.4s ease-in-out infinite}.splash-screen__logo{width:200px;max-width:60vw}.splash-screen__slogan{margin:16px 0 0;font-size:clamp(.85rem,3.8vw,1rem);font-weight:500;color:#fff;letter-spacing:.3px;opacity:.95;text-shadow:0 1px 3px rgba(0,0,0,.25);max-width:85vw}@keyframes splash-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@media(prefers-reduced-motion:reduce){.splash-screen{transition:none}.splash-screen__content{animation:none}}.push-prompt{margin:8px;padding:14px;background:var(--primary-soft);border-radius:12px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.push-prompt__icon{width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center}.push-prompt__text{flex:1;min-width:160px}.push-prompt__text p{margin:2px 0 0;font-size:13px;color:#555}.push-prompt__actions{display:flex;gap:8px;margin-left:auto}.push-prompt__enable{background:var(--primary);color:#fff;padding:8px 16px;border-radius:6px;font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.biz-list{display:flex;flex-direction:column;gap:12px}.card-carousel{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.card-carousel::-webkit-scrollbar{display:none}.biz-card{flex:0 0 150px;text-align:left;background:none}.biz-card--full{flex:1 1 auto;width:100%;display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:10px}.biz-card__img{width:150px;height:100px;border-radius:10px;overflow:hidden;background:var(--bg);display:grid;place-items:center;flex-shrink:0}.biz-card--full .biz-card__img{width:84px;height:84px}.biz-card__img img{width:100%;height:100%;object-fit:cover}.biz-card__body{min-width:0}.biz-card__name{font-size:14px;font-weight:600;margin:8px 0 2px}.biz-card--full .biz-card__name{margin-top:0}.biz-card__addr{font-size:12px;color:var(--muted);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.biz-card--full .biz-card__addr{white-space:normal}.prod-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.prod-card__img{width:100%;aspect-ratio:1;background:var(--bg)}.prod-card__img img{width:100%;height:100%;object-fit:cover}.prod-card__body{padding:8px 10px 10px;display:flex;flex-direction:column;flex:1}.prod-card__name{font-size:14px;font-weight:600;margin:0 0 2px}.prod-card--clickable{cursor:pointer}.prod-card__rating{font-size:12px;font-weight:600;color:#f5a623;margin-bottom:2px}.prod-card__desc{font-size:12px;color:var(--muted);margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prod-card__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.prod-card__price{font-weight:700;color:var(--primary)}.prod-card__add{width:34px;height:34px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:100;animation:fade .15s ease}.modal-sheet{width:100%;max-width:var(--max-width);background:#fff;border-radius:16px 16px 0 0;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));animation:slideup .2s ease}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.modal-head h2{font-size:18px;font-weight:700;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-close{flex-shrink:0;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--bg)}@keyframes fade{0%{opacity:0}}@keyframes slideup{0%{transform:translateY(100%)}}.modal-overlay.closing{animation:fade .2s ease reverse forwards}.modal-sheet.closing{animation:slideup .2s ease reverse forwards}.modal-footer{margin-top:18px}.modal-footer .btn{width:100%}.modal-sheet--large{max-width:600px;max-height:90vh;max-height:90dvh;display:flex;flex-direction:column;overflow:hidden;border-radius:20px 20px 0 0;padding:16px 18px}.modal-sheet--large .modal-body{overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch;padding-right:2px}@media(min-width:768px){.modal-overlay:has(.modal-sheet--large){align-items:center}.modal-sheet--large{border-radius:20px;margin:20px}}.modal-sheet--media{padding:0;position:relative}.modal-sheet--media .modal-body{padding-right:0;scrollbar-width:thin;scrollbar-color:rgba(9,15,76,.18) transparent}.modal-close--float{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;background:#ffffffeb;color:var(--text);box-shadow:0 2px 10px #090f4c2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-close--float:focus-visible,.modal-close:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){.modal-overlay,.modal-sheet,.modal-overlay.closing,.modal-sheet.closing{animation:none}}.iv{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;background:#000000eb;overflow:auto;touch-action:pinch-zoom;animation:iv-in .18s ease-out}@keyframes iv-in{0%{opacity:0}to{opacity:1}}.iv__img{max-width:100vw;max-height:100vh;width:auto;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.iv__close{position:fixed;top:calc(12px + env(safe-area-inset-top,0px));right:12px;width:40px;height:40px;border-radius:50%;border:none;display:grid;place-items:center;background:#ffffffeb;color:var(--text);cursor:pointer;z-index:1}.iv__hint{position:fixed;bottom:calc(16px + env(safe-area-inset-bottom,0px));left:0;right:0;margin:0;text-align:center;font-size:12px;color:#ffffffb3;pointer-events:none}@media(hover:hover){.iv__hint{display:none}}.pd{display:flex;flex-direction:column;min-height:100%;background:var(--surface)}.pd__hero{position:relative;width:100%;height:clamp(220px,38vh,300px);background:var(--bg);flex-shrink:0}.pd__hero-btn{position:relative;width:100%;height:100%;padding:0;border:none;background:none;cursor:zoom-in;overflow:hidden;display:block}.pd__img-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(40px) saturate(.8) brightness(1.15);opacity:.35;transform:scale(1.3)}.pd__img{position:relative;width:100%;height:100%;object-fit:contain;display:block}.pd__zoom-hint{position:absolute;right:12px;bottom:12px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#ffffffe6;color:var(--text);box-shadow:0 1px 4px #0003}.pd__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--primary);background:radial-gradient(120% 90% at 50% 0%,rgba(118,43,224,.16),transparent 60%),var(--primary-soft)}.pd__content{padding:18px 20px 8px}.pd__head{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.pd__title{margin:0;font-size:21px;line-height:1.25;font-weight:700;letter-spacing:-.01em;flex:1;min-width:0;overflow-wrap:anywhere}.pd__price{font-size:21px;font-weight:700;color:var(--primary);white-space:nowrap;font-variant-numeric:tabular-nums}.pd__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;margin-top:8px;font-size:13px}.pd__chip{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-weight:600}.pd__rating{display:inline-flex;align-items:center;gap:5px;color:#d98f00;font-weight:600}.pd__rating--empty{color:var(--muted);font-weight:500}.pd__desc{margin:16px 0 0;font-size:15px;line-height:1.6;color:var(--text);max-width:62ch}.pd__reviews{margin-top:22px;padding-top:16px;border-top:1px solid var(--bg)}.pd__section{margin:0 0 6px;font-size:15px;font-weight:600}.pd__empty{margin:0;padding:10px 0 12px;font-size:13px;line-height:1.5;color:var(--muted)}.pd-reviews{list-style:none;margin:0;padding:0}.pd-review{padding:12px 0;border-top:1px solid var(--bg)}.pd-review:first-child{border-top:0}.pd-review__head{display:flex;justify-content:space-between;align-items:center;gap:8px}.pd-review__head strong{font-size:13px;font-weight:600}.pd-review__stars{color:#d98f00;font-size:13px;letter-spacing:1px;white-space:nowrap}.pd-review__msg{margin:6px 0 0;font-size:14px;line-height:1.5}.pd-form{margin-top:12px;padding:14px;border-radius:12px;background:var(--bg)}.pd-form__hint{margin:0 0 6px;font-size:14px;font-weight:600}.pd-form__stars{display:flex;gap:4px;margin-bottom:10px}.pd-form__star{font-size:28px;line-height:1;padding:2px;color:var(--border);transition:color .12s ease,transform .12s ease}.pd-form__star.active{color:#d98f00}.pd-form__star:active{transform:scale(1.15)}.pd-form__textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:14px;resize:none;margin-bottom:10px;background:var(--surface)}.pd__footer{position:sticky;bottom:0;margin-top:auto;padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px));background:var(--surface);border-top:1px solid var(--bg);box-shadow:0 -8px 20px -12px #090f4c40}.pd__buy{display:flex;align-items:stretch;gap:10px}.pd__qty{display:inline-flex;align-items:center;gap:2px;padding:4px;border-radius:12px;background:var(--bg);flex-shrink:0}.pd__qty button{width:36px;height:40px;display:grid;place-items:center;border-radius:9px;color:var(--text);background:transparent}.pd__qty button:hover:not(:disabled){background:var(--surface)}.pd__qty button:disabled{color:var(--border);cursor:default}.pd__qty span{min-width:26px;text-align:center;font-weight:600;font-variant-numeric:tabular-nums}.pd__add{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;min-height:48px;border-radius:12px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;transition:background .15s ease,transform .1s ease}.pd__add:hover{background:var(--primary-dark)}.pd__add:active{transform:scale(.985)}.pd__add-price{margin-left:auto;font-variant-numeric:tabular-nums;opacity:.92}.pd__wa{display:flex;gap:6px;margin-top:8px}.pd__wa-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 10px;border-radius:10px;font-size:13px;font-weight:600;color:#1f7a3a;background:transparent;transition:background .15s ease}.pd__wa-btn:hover{background:#eaf7ee}.pd__qty button:focus-visible,.pd__add:focus-visible,.pd__wa-btn:focus-visible,.pd-form__star:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(max-width:380px){.pd__add span:not(.pd__add-price){display:none}.pd__wa-btn{font-size:12px}}@media(prefers-reduced-motion:reduce){.pd__add,.pd-form__star,.pd__wa-btn,.pd__qty button{transition:none}}.home__top{display:flex;align-items:center;justify-content:space-between}.home__logo{height:40px;object-fit:contain}.home__search{width:40px;height:40px;border-radius:8px;background:var(--primary-light);display:grid;place-items:center}.home__content{padding-bottom:16px}.home__greeting{padding:14px 16px 0}.home__greeting-text{margin:0;font-size:20px;font-weight:700}.home__section{background:#fff;padding:14px 16px;margin-top:8px}.home__section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.home__seemore{display:inline-flex;align-items:center;gap:2px;color:var(--primary);font-weight:600;font-size:14px}.home__empty{color:var(--muted);font-size:14px}.cart{display:flex;flex-direction:column;min-height:100%}.cart__top{text-align:center;font-weight:600;font-size:16px}.cart--empty{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;padding:24px}.cart__empty-icon{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;color:var(--primary);background:var(--primary-soft);margin-bottom:6px}.cart--empty p{font-size:16px;line-height:1.5;margin:0;max-width:28ch;color:var(--text)}.cart--empty .btn{width:auto;padding:12px 32px}.cart__guest{margin:12px 16px 0;padding:12px 14px;border-radius:12px;background:var(--primary-soft);display:flex;align-items:center;justify-content:space-between;gap:12px}.cart__guest p{margin:0;font-size:14px;line-height:1.4;color:var(--primary-dark)}.cart__guest-btn{flex-shrink:0;padding:9px 16px;border-radius:10px;background:var(--primary);color:#fff;font-weight:600;font-size:14px}.cart__block{background:var(--surface);margin:12px 16px 0;border-radius:14px;overflow:hidden}.cart__block-title{display:flex;align-items:center;gap:8px;margin:0;padding:14px 16px 6px;font-size:15px;font-weight:600;color:var(--text)}.cart__block-title svg{color:var(--primary);flex-shrink:0}.cart__count{margin-left:auto;font-size:13px;font-weight:500;color:var(--muted);white-space:nowrap}.cart__list{list-style:none;margin:0;padding:0 16px}.cart-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--bg)}.cart-item:first-child{border-top:0}.cart-item__open{flex:1;min-width:0;display:flex;align-items:center;gap:12px;padding:0;text-align:left;color:inherit;border-radius:10px}.cart-item__open:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.cart-item__img{width:60px;height:60px;border-radius:12px;overflow:hidden;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__info{min-width:0}.cart-item__info h3{font-size:15px;font-weight:600;line-height:1.3;margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__unit{font-size:13px;color:var(--muted);font-variant-numeric:tabular-nums}.cart-item__side{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.cart-item__subtotal{font-size:15px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.cart-item__qty{display:inline-flex;align-items:center;gap:2px;padding:3px;border-radius:10px;background:var(--bg)}.cart-item__qty button{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:var(--text);transition:background .12s ease,transform .1s ease}.cart-item__qty button:hover{background:var(--surface)}.cart-item__qty button:active{transform:scale(.92)}.cart-item__qty button:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.cart-item__qty button.cart-item__qty-btn--del{color:var(--danger)}.cart-item__qty span{min-width:24px;text-align:center;font-weight:600;font-size:14px;font-variant-numeric:tabular-nums}.cart__delivery{width:100%;display:flex;align-items:center;gap:14px;padding:14px 16px;text-align:left;color:inherit}.cart__delivery:focus-visible{outline:2px solid var(--primary);outline-offset:-2px;border-radius:14px}.cart__delivery-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);flex-shrink:0}.cart__delivery-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cart__delivery-label{font-size:12px;color:var(--muted)}.cart__delivery-addr{font-size:15px;font-weight:500;line-height:1.35}.cart__delivery-cta{font-size:15px;font-weight:600;color:var(--primary)}.cart__delivery-chevron{color:var(--muted);flex-shrink:0}.cart__footer{position:sticky;bottom:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0px));margin-top:auto;padding:12px 16px;background:var(--surface);border-top:1px solid var(--bg);box-shadow:0 -8px 20px -12px #090f4c40;z-index:5}.cart__block:last-of-type{margin-bottom:16px}.cart__total{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px;font-size:14px;color:var(--muted)}.cart__total strong{font-size:22px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.cart__order{border-radius:12px;min-height:48px;font-weight:600;font-size:15px}.cart__wa{width:100%;margin-top:6px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 10px;border-radius:10px;font-size:13px;font-weight:600;color:#1f7a3a;transition:background .15s ease}.cart__wa:hover{background:#eaf7ee}.cart__wa:focus-visible,.cart__order:focus-visible,.cart__guest-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.cart-dialog{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 22px 20px}.cart-dialog__icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);margin-bottom:14px}.cart-dialog__title{margin:0 0 8px;font-size:20px;line-height:1.25;font-weight:700;letter-spacing:-.01em}.cart-dialog__msg{margin:0 0 22px;font-size:15px;line-height:1.5;color:var(--text);opacity:.8;max-width:34ch}.cart-dialog__primary{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:12px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;transition:background .15s ease,transform .1s ease}.cart-dialog__primary:hover{background:var(--primary-dark)}.cart-dialog__primary:active{transform:scale(.985)}.cart-dialog__primary:disabled{background:var(--primary-light);cursor:not-allowed}.cart-dialog__ghost{width:100%;margin-top:6px;padding:11px 10px;border-radius:10px;font-size:14px;font-weight:600;color:var(--primary);transition:background .15s ease}.cart-dialog__ghost:hover{background:var(--primary-soft)}.cart-dialog__primary:focus-visible,.cart-dialog__ghost:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.cart__confirm-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0}.cart__confirm-row strong{text-align:right}@media(prefers-reduced-motion:reduce){.cart-item__qty button,.cart__wa,.cart-dialog__primary,.cart-dialog__ghost{transition:none}}.orders__top{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:16px}.orders--empty{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px}.orders--empty p{font-size:18px;font-weight:500;margin:0}.orders__list{list-style:none;margin:0;padding:12px;display:flex;flex-direction:column;gap:12px}.order-card{position:relative;background:#fff;border-radius:12px;padding:14px 14px 14px 20px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.order-card__bar{position:absolute;left:0;top:0;bottom:0;width:6px}.order-card__bar.yellow{background:#fbc02d}.order-card__bar.blue{background:#1e88e5}.order-card__bar.green{background:#43a047}.order-card__bar.red{background:#e53935}.order-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.order-card__state{font-weight:700;font-size:14px}.order-card__state.yellow{color:#f9a825}.order-card__state.blue{color:#1565c0}.order-card__state.green{color:#2e7d32}.order-card__state.red{color:#c62828}.order-card__total{font-weight:700}.order-card__biz{margin:0;font-weight:600;font-size:14px}.order-card__prod{margin:2px 0 0;font-size:13px;color:#555}.order-card__date{margin:6px 0 0;font-size:12px;color:var(--muted)}.orders__tabs{display:flex;gap:10px;padding:12px 12px 0}.orders__tab{flex:1;padding:8px 16px;border:1.5px solid transparent;border-radius:50px;background:#eee;color:#000;font-size:14px;font-weight:600;cursor:pointer}.orders__tab.active{background:#ede7f6;border-color:var(--primary);color:var(--primary)}.order-card__actions{margin-top:12px;padding-top:12px;border-top:1px solid #eee}.order-card__action{width:100%;padding:10px;border:none;border-radius:6px;background:#ede7f6;color:var(--primary);font-size:14px;font-weight:600;cursor:pointer}.order-card__action:disabled{opacity:.65;cursor:default}.order-card{cursor:pointer}.odm__head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.odm__date{font-size:13px;color:var(--muted)}.odm__badge{font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px;background:#eee}.odm__badge.yellow{background:#fff8e1;color:#f9a825}.odm__badge.blue{background:#e3f2fd;color:#1565c0}.odm__badge.green{background:#e8f5e9;color:#2e7d32}.odm__badge.red{background:#ffebee;color:#c62828}.odm__section{margin-top:14px}.odm__title{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin:0 0 8px}.odm__biz{font-weight:700;font-size:16px;margin:0 0 4px}.odm__muted{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:13px;margin:0}.odm__wa-row{display:flex;gap:10px;margin-top:10px}.odm__wa,.odm__call{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:8px;font-size:13px;font-weight:600}.odm__wa{background:#25d366;color:#fff}.odm__call{background:var(--primary-soft);color:var(--primary)}.odm__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.odm__item{display:flex;align-items:center;gap:10px}.odm__item-img{width:48px;height:48px;border-radius:8px;overflow:hidden;background:var(--bg);display:grid;place-items:center;flex-shrink:0}.odm__item-img img{width:100%;height:100%;object-fit:cover}.odm__item-info{flex:1;min-width:0}.odm__item-info b{display:block;font-size:14px}.odm__item-info .odm__muted{display:block}.odm__item-subtotal{font-weight:700;font-size:14px}.odm__row{display:flex;justify-content:space-between;gap:10px;font-size:14px;padding:5px 0}.odm__row--total{border-top:1px solid #eee;margin-top:4px;padding-top:10px;font-weight:700}.odm__timeline{list-style:none;margin:12px 0 0;padding:0;display:flex;justify-content:space-between}.odm__step{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative}.odm__step:not(:last-child):after{content:"";position:absolute;top:7px;left:calc(50% + 12px);right:calc(-50% + 12px);height:2px;background:#e0e0e0}.odm__step.done:not(:last-child):after{background:var(--primary)}.odm__dot{width:16px;height:16px;border-radius:50%;background:#e0e0e0;z-index:1}.odm__step.done .odm__dot{background:var(--primary)}.odm__label{font-size:11px;color:var(--muted);text-align:center}.odm__step.done .odm__label{color:var(--primary);font-weight:600}.odm__canceled{color:var(--danger);font-size:14px;margin:0}.odm__nota{margin:10px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.profile__top{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:calc(32px + env(safe-area-inset-top,0px));padding-bottom:28px}.profile__avatar{width:84px;height:84px;border-radius:50%;background:#fff3;display:grid;place-items:center}.profile__name{margin:0;font-size:22px;font-weight:700}.profile__body{padding:16px}.profile__row{display:flex;align-items:center;gap:14px;background:#fff;border-radius:10px;padding:14px 16px;margin-bottom:10px;font-size:15px;word-break:break-word}.profile__hint{margin:4px 0 16px;padding:0 2px;font-size:13px;line-height:1.5;color:var(--muted)}.profile__logout{margin-top:20px;color:var(--danger);background:#ffebee}.signup{min-height:100vh;padding:0 20px 30px;justify-content:center}.signup__header{text-align:center;padding:40px 0 10px}.signup__welcome{font-size:20px;font-weight:700;color:var(--text);margin:0}.signup__logo{height:80px;object-fit:contain}.signup__form{padding:0 4px}.signup__title{font-size:20px;font-weight:700;margin:10px 0 16px}.signup__terms{display:flex;align-items:center;gap:10px;margin:8px 0 20px;font-size:15px}.signup__terms input{width:18px;height:18px;accent-color:var(--primary)}.signup__terms a{color:var(--primary);font-weight:600}.verify{min-height:100vh;padding:60px 24px;align-items:stretch}.verify__title{font-size:28px;font-weight:700;margin-bottom:8px}.verify__subtitle{color:var(--muted);line-height:1.5;margin-bottom:28px}.verify__subtitle strong{color:var(--text)}.verify__boxes{display:flex;gap:12px;justify-content:center;margin-bottom:28px}.verify__box{width:56px;height:64px;text-align:center;font-size:26px;font-weight:700;border:1px solid var(--border);border-radius:8px;outline:none}.verify__box:focus{border-color:var(--primary)}.verify__box.error{border-color:var(--danger)}.verify__back{align-self:center;margin-top:16px}.page-header{display:flex;align-items:center;gap:8px}.page-header__back{display:grid;place-items:center;width:32px;height:32px;flex-shrink:0}.page-header__title{flex:1;text-align:center;font-size:17px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-header__right{width:32px;flex-shrink:0;display:grid;place-items:center}.listing{min-height:100%}.listing__body{padding:12px 16px 16px}.search-bar{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:10px 12px;margin:12px 16px}.search-bar input{flex:1;border:none;outline:none;background:transparent}.listing__empty{color:var(--muted);text-align:center;padding:40px 16px}.group-chips{display:flex;gap:8px;overflow-x:auto;padding:0 16px 4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.group-chips::-webkit-scrollbar{display:none}.group-chip{flex-shrink:0;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid var(--border);color:var(--text);font-size:13px;font-weight:500;transition:background .15s ease,color .15s ease,border-color .15s ease}.group-chip--active{background:var(--primary);border-color:var(--primary);color:#fff}.business__hero{background:#fff;padding:16px;text-align:center}.business__img{width:100%;height:180px;border-radius:14px;overflow:hidden;background:var(--bg);margin-bottom:12px}.business__img img{width:100%;height:100%;object-fit:cover}.business__name{font-size:22px;font-weight:700;margin:0 0 6px}.business__addr{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:14px;margin:0 0 14px}.business__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.business__btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px;background:var(--primary-soft);color:var(--primary)}.business__btn.whatsapp{background:#25d366;color:#fff}.business__btn.instagram{background:#e1306c;color:#fff}.business__btn.facebook{background:#1877f2;color:#fff}.business__btn.tiktok{background:#000;color:#fff}.business__btn--share{background:#f3f4f6;color:#374151;border:none;cursor:pointer}.business__btn--share:hover{background:#e5e7eb}.business__products{margin-top:8px;padding-top:14px;background:#fff}.feedback{min-height:100vh}.feedback__body{padding:16px}.feedback__honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0}.feedback__chips{display:flex;gap:8px;margin-bottom:14px}.feedback__chip{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 6px;border-radius:12px;border:1.5px solid var(--border);background:#fff;font-size:12px;font-weight:600;color:var(--muted);transition:border-color .15s ease,background .15s ease,color .15s ease}.feedback__chip--sugerencia.active{border-color:#f59e0b;background:#fffbeb;color:#b45309}.feedback__chip--feedback.active{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.feedback__chip--denuncia.active{border-color:#ef4444;background:#fef2f2;color:#b91c1c}.feedback__counter{text-align:right;font-size:12px;color:var(--muted);margin:-6px 0 12px}.feedback__counter--warn{color:var(--danger);font-weight:600}.feedback__success{text-align:center;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:10px}.feedback__success h2{margin:0}.feedback__success p{color:var(--muted);font-size:14px;margin:0}.feedback__radicado{font-family:monospace;font-size:22px;font-weight:700;letter-spacing:1px;background:var(--primary-soft);color:var(--primary);border-radius:10px;padding:10px 22px}.feedback__success-actions{display:flex;gap:10px;width:100%;max-width:360px;margin-top:10px}.feedback__redirect{margin:14px 0 0;color:var(--muted);font-size:13px;text-align:center}.feedback__gate{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px 24px}.feedback__gate-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);margin-bottom:14px}.feedback__gate h2{margin:0 0 8px;font-size:20px;line-height:1.25;font-weight:700;letter-spacing:-.01em}.feedback__gate p{margin:0 0 22px;font-size:15px;line-height:1.5;color:var(--text);opacity:.8;max-width:36ch}.feedback__gate-primary{width:100%;max-width:360px;min-height:48px;padding:0 18px;border-radius:12px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;transition:background .15s ease}.feedback__gate-primary:hover{background:var(--primary-dark)}.feedback__gate-ghost{width:100%;max-width:360px;margin-top:6px;padding:11px 10px;border-radius:10px;font-size:14px;font-weight:600;color:var(--primary)}.feedback__gate-ghost:hover{background:var(--primary-soft)}.feedback__gate-primary:focus-visible,.feedback__gate-ghost:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Bold.ttf) format("truetype");font-weight:700;font-display:swap}:root{--primary: #762be0;--primary-dark: #5a1fb0;--primary-light: #b388ff;--primary-soft: #ede7f6;--bg: #f5f5f5;--surface: #ffffff;--text: #090f4c;--muted: #9e9e9e;--border: #cfd8dc;--danger: #e53935;--success: #2e7d32;--max-width: 600px;--bottom-nav-h: 64px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:Poppins,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);overscroll-behavior-y:none}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit;font-size:15px}.app-shell{max-width:var(--max-width);margin:0 auto;min-height:100%;background:var(--bg);position:relative;display:flex;flex-direction:column}.page{flex:1;padding-bottom:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0px))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 18px;border-radius:6px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;font-size:14px;background:var(--primary);color:#fff;transition:opacity .15s ease}.btn:disabled{background:#7986cb;cursor:not-allowed}.btn-secondary{background:var(--primary-soft);color:var(--primary)}.btn-ghost{background:transparent;color:var(--primary);width:auto;padding:6px 10px}.field{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:6px;padding:13px 15px;margin-bottom:10px}.field.error{border-color:var(--danger)}.field input,.field textarea{flex:1;width:100%;min-width:0;border:none;outline:none;background:transparent;color:inherit}.field textarea{resize:vertical;line-height:1.5}.field:focus-within{border-color:var(--primary)}.field-error-msg{color:var(--danger);font-size:13px;margin:-6px 0 10px}.topbar{background:var(--primary);color:#fff;padding:calc(12px + env(safe-area-inset-top,0px)) 16px 12px}.center{display:flex;align-items:center;justify-content:center}.loader-wrap{flex:1;min-height:50vh}.spinner{width:38px;height:38px;border:4px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.spinner.small{width:20px;height:20px;border-width:3px;border-color:#fff6;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.section-title{font-size:20px;font-weight:700}.section-subtitle{font-size:14px;color:var(--muted)}
