.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}.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__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}.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__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}.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}.modal-close{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%)}}.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:16px;padding:24px;background:#fff}.cart--empty p{font-size:20px;font-weight:500;margin:0}.cart--empty .btn{width:auto;padding:12px 32px}.cart__guest{margin:8px;padding:12px 14px;background:var(--primary-soft);border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cart__guest p{margin:0;font-size:14px}.cart__list{list-style:none;margin:8px 0 0;padding:0;background:#fff}.cart-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #f2f2f2}.cart-item__img{width:56px;height:56px;border-radius:8px;overflow:hidden;background:var(--bg);flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;min-width:0}.cart-item__info h3{font-size:14px;font-weight:600;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__price{color:var(--primary);font-weight:700;font-size:14px}.cart-item__qty{display:flex;align-items:center;gap:6px}.cart-item__qty button{width:28px;height:28px;border-radius:6px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.cart-item__qty span{min-width:18px;text-align:center;font-weight:600}.cart-item__del{background:transparent!important;color:var(--danger)!important}.cart__address,.cart__summary{background:#fff;margin-top:8px;padding:14px 16px}.cart__address-head{display:flex;align-items:center;justify-content:space-between}.cart__address-edit{width:38px;height:38px;border-radius:50%;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.cart__address-row{display:flex;align-items:center;gap:14px;margin-top:10px;padding:12px;border:1px solid #d1c4e9;border-radius:8px}.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}.cart__summary-row{display:flex;justify-content:space-between;font-size:16px}.cart__summary-row.total{font-weight:700}.cart__footer{padding:16px}.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__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__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)}.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__logout{margin-top:20px;color:var(--danger)}.profile__logout{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}.restaurant__hero{background:#fff;padding:16px;text-align:center}.restaurant__img{width:100%;height:180px;border-radius:14px;overflow:hidden;background:var(--bg);margin-bottom:12px}.restaurant__img img{width:100%;height:100%;object-fit:cover}.restaurant__name{font-size:22px;font-weight:700;margin:0 0 6px}.restaurant__addr{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:14px;margin:0 0 14px}.restaurant__actions{display:flex;gap:10px;justify-content:center}.restaurant__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)}.restaurant__btn.whatsapp{background:#25d366;color:#fff}.restaurant__products{margin-top:8px;padding-top:14px;background:#fff}@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{flex:1;border:none;outline:none;background:transparent}.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)}
