:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}html{background:#e9e9e9}body{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;min-width:320px;min-height:100vh;font-family:Arial,Helvetica,sans-serif}button,input,textarea,select{font:inherit}#root{background:#fff;width:100%;max-width:480px;min-height:100dvh;margin:0 auto}.app-layout{min-height:100dvh;padding-bottom:70px}.app-content{min-height:calc(100dvh - 70px)}.bottom-navigation{z-index:1000;background:#fff;border-top:1px solid #eee;align-items:center;width:100%;max-width:480px;height:70px;display:flex;position:fixed;bottom:0}.bottom-navigation a{color:#999;-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;height:100%;font-size:11px;font-weight:500;text-decoration:none;display:flex}.bottom-navigation a svg{transition:transform .15s}.bottom-navigation a.active{color:#2b2b2b;font-weight:600}.bottom-navigation a.active svg{transform:scale(1.08)}.app-alert-overlay{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000061;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.app-alert-card{box-sizing:border-box;background:#fff;border-radius:20px;width:100%;max-width:360px;padding:26px 20px 20px;animation:.18s appAlertIn;position:relative;box-shadow:0 18px 50px #0000002e}.app-alert-close{color:#888;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:flex;position:absolute;top:12px;right:12px}.app-alert-close:active{background:#f3f3f3}.app-alert-icon{border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 16px;display:flex}.app-alert-icon-success{color:#2e9d57;background:#eaf8ef}.app-alert-icon-error{color:#d93025;background:#fff0ee}.app-alert-icon-warning{color:#d88900;background:#fff6e5}.app-alert-icon-info{color:#ff4f16;background:#fff0eb}.app-alert-content{text-align:center}.app-alert-content h2{color:#1c1c1c;margin:0;font-size:19px;font-weight:750}.app-alert-content p{color:#6f6f6f;margin:8px 0 0;font-size:14px;line-height:1.45}.app-alert-actions{gap:10px;margin-top:22px;display:flex}.app-alert-button{cursor:pointer;border-radius:12px;flex:1;min-height:48px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:700}.app-alert-button-primary{color:#fff;background:#ff4f16;border:none}.app-alert-button-secondary{color:#333;background:#fff;border:1px solid #ddd}.app-alert-button:active{transform:scale(.985)}@keyframes appAlertIn{0%{opacity:0;transform:scale(.96)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.shimmer{background:#eee;position:relative;overflow:hidden}.shimmer:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);animation:1.25s infinite shimmerMove;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmerMove{to{transform:translate(100%)}}.home-page{background:#fff;min-height:100%}.home-header{justify-content:space-between;align-items:center;padding:20px 16px 18px;display:flex}.location-area{align-items:center;min-width:0;display:flex}.location-icon{color:#ff4f16;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.location-info{flex-direction:column;min-width:0;display:flex}.location-button{color:#1c1c1c;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:16px;font-weight:700;display:flex}.address-textb{color:#777;margin-top:3px;font-size:12px;font-weight:500}.location-button span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.location-button svg{color:#ff4f16;flex-shrink:0}.address-text{color:#777;margin-top:3px;font-size:13px;font-weight:500}.header-icon-button{color:#1c1c1c;cursor:pointer;background:#f6f6f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .15s,transform .15s;display:flex}.header-icon-button:active{background:#eee;transform:scale(.94)}.search-section{padding:0 16px}.search-bar{color:#777;cursor:pointer;text-align:left;background:#f7f7f7;border:1px solid #eee;border-radius:12px;align-items:center;gap:10px;width:100%;height:48px;padding:0 14px;display:flex}.search-bar svg{color:#ff4f16;flex-shrink:0}.search-bar span{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.search-bar:active{background:#f1f1f1}.banner-section{width:100%;margin-top:20px;padding:0 16px}.banner-section .swiper{border-radius:16px;width:100%}.banner-section .swiper-slide{border-radius:16px;overflow:hidden}.banner-image{aspect-ratio:16/6;object-fit:cover;border-radius:16px;width:100%;display:block}.banner-section .swiper-pagination{bottom:8px!important}.banner-section .swiper-pagination-bullet{opacity:.6;background:#fff;width:6px;height:6px}.banner-section .swiper-pagination-bullet-active{opacity:1;background:#ff4f16;border-radius:10px;width:18px}.categories-section{margin-top:24px}.categories-list{scrollbar-width:none;-ms-overflow-style:none;gap:10px;padding:0 8px 6px;display:flex;overflow-x:auto}.categories-list::-webkit-scrollbar{display:none}.category-item{color:#444;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:7px;min-width:72px;padding:0;font-size:13px;font-weight:600;display:flex}.category-image-wrapper{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:background .2s,transform .15s;display:flex}.category-image{object-fit:contain;pointer-events:none;width:42px;height:42px}.category-item.selected{color:#ff4f16}.category-item.selected .category-image-wrapper{background:#fff0eb}.category-item:active .category-image-wrapper{transform:scale(.94)}.filters-section{margin-top:14px}.filters-list{scrollbar-width:none;-ms-overflow-style:none;gap:10px;padding:0 16px 6px;display:flex;overflow-x:auto}.filters-list::-webkit-scrollbar{display:none}.filter-button{color:#3d3d3d;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;height:40px;padding:0 15px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s,transform .15s;display:flex}.filter-button svg{color:#ff4f16;flex-shrink:0}.filter-button:active{background:#fff6f2;border-color:#ff4f16;transform:scale(.96)}.stores-section{margin-top:20px;padding:0 16px 24px}.stores-title{color:#1c1c1c;margin:0 0 16px;font-size:18px;font-weight:700}.stores-list{flex-direction:column;display:flex}.store-item{text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:10px 0;display:flex}.store-image-wrapper{background:#f7f7f7;border:1px solid #eee;border-radius:16px;flex-shrink:0;width:72px;height:72px;overflow:hidden}.store-image{object-fit:cover;width:100%;height:100%;display:block}.store-info{flex:1;min-width:0}.store-info h3{color:#1c1c1c;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:16px;font-weight:700;overflow:hidden}.store-details{color:#686868;align-items:center;gap:5px;font-size:13px;font-weight:500;display:flex}.store-rating{align-items:center;gap:4px;display:flex}.rating-heart{color:#ff1616d8;fill:#ff1616d8;flex-shrink:0;transform:translateY(-1px)}.detail-dot{color:#aaa}.store-delivery{color:#777;margin-top:5px;font-size:12px;font-weight:500}.store-item:active{opacity:.65}.home-brand{justify-content:flex-start;align-items:center;padding:10px 20px 14px;display:flex}.home-brand-logo{object-fit:contain;width:min(20vw,155px);height:auto;display:block}.filter-button.active{color:#ff4f16;background:#fff3ee;border-color:#ff4f16}.filter-count{color:#fff;background:#ff4f16;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex}.home-address-modal-backdrop{z-index:9999;background:#00000073;justify-content:center;align-items:flex-end;animation:.2s homeAddressFade;display:flex;position:fixed;inset:0}.home-address-modal{width:100%;max-width:520px;max-height:82vh;padding:10px 18px max(24px, env(safe-area-inset-bottom));background:#fff;border-radius:22px 22px 0 0;animation:.28s homeAddressUp;overflow-y:auto}.home-address-modal-handle{background:#ddd;border-radius:999px;width:42px;height:5px;margin:0 auto 18px}.home-address-modal-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.home-address-modal-header h2{margin:0;font-size:19px}.home-address-modal-header p{color:#777;margin:4px 0 0;font-size:13px}.home-address-modal-header>button{color:#666;cursor:pointer;background:0 0;border:0;font-size:30px;line-height:1}.home-address-list{flex-direction:column;gap:8px;display:flex}.home-address-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #ededed;border-radius:14px;align-items:center;gap:12px;width:100%;padding:14px 12px;display:flex}.home-address-option.selected{background:#ff4f160d;border-color:#ff4f16}.home-address-option-icon{color:#ff4f16;background:#f5f5f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.home-address-option-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.home-address-option-info strong{font-size:15px}.home-address-option-info span{color:#444;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.home-address-option-info small{color:#888;font-size:12px}.home-address-option-check{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:27px;height:27px;display:flex}.home-address-option.selected .home-address-option-check{background:#ff4f16}.home-address-add{color:#222;cursor:pointer;background:#f4f4f4;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:16px;padding:14px;font-size:14px;font-weight:700;display:flex}@keyframes homeAddressUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes homeAddressFade{0%{background:0 0}to{background:#00000073}}.home-shimmer-location{flex-direction:column;gap:7px;display:flex}.home-shimmer-banner{width:calc(100% - 32px);height:150px;margin:16px auto}.home-shimmer-category{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;display:flex}.home-shimmer-store{align-items:center;gap:14px;width:100%;padding:12px 0;display:flex}.home-shimmer-store-info{flex-direction:column;flex:1;gap:9px;min-width:0;display:flex}.home-no-stores{text-align:center;padding:38px 24px}.home-no-stores h3{color:#222;margin:0;font-size:17px;font-weight:700}.home-no-stores p{color:#777;max-width:320px;margin:8px auto 0;font-size:13px;line-height:1.5}.store-delivery-free{color:#ff4f16;background:#ff4f161a;border-radius:10px;align-items:center;gap:5px;width:fit-content;padding:5px 9px;font-weight:700;display:inline-flex}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.search-page{background:#fff;min-height:100dvh}.search-header{align-items:center;gap:10px;padding:18px 16px 14px;display:flex}.back-button{color:#1c1c1c;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex}.back-button:active{background:#f4f4f4}.search-input-wrapper{background:#f6f6f6;border-radius:12px;flex:1;align-items:center;gap:9px;min-width:0;height:46px;padding:0 12px;display:flex}.search-input-icon{color:#ff4f16;flex-shrink:0}.search-input-wrapper input{color:#1c1c1c;background:0 0;border:none;outline:none;width:100%;min-width:0;padding:0;font-size:16px;font-weight:500}.search-input-wrapper input::placeholder{color:#818181;font-weight:400}.clear-search-button{color:#777;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.clear-search-button:active{background:#eaeaea}.search-divider{background:#ff4f16;width:100%;height:2px}.search-content{padding:34px 20px}.search-empty h1{color:#1c1c1c;margin:0;font-size:24px;font-weight:800;line-height:1.2}.search-empty p{color:#777;max-width:300px;margin:10px 0 0;font-size:14px;line-height:1.5}.search-results span{color:#777;font-size:13px}.search-results h2{color:#1c1c1c;margin:4px 0 0;font-size:20px}.search-results{flex-direction:column;gap:28px;display:flex}.search-section-results{flex-direction:column;gap:14px;display:flex}.search-section-results h2{color:#1f1f1f;margin:0;font-size:18px;font-weight:700}.search-result-list{flex-direction:column;gap:12px;display:flex}.search-store-card{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:0;display:flex}.search-store-card img{object-fit:cover;background:#f3f3f3;border-radius:14px;flex-shrink:0;width:64px;height:64px}.search-store-card>div{flex-direction:column;gap:5px;min-width:0;display:flex}.search-store-card strong{color:#1f1f1f;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.search-store-card span{color:#777;font-size:13px}.search-product-card{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:0;display:flex}.search-product-card img{object-fit:cover;background:#f3f3f3;border-radius:12px;flex-shrink:0;width:78px;height:78px}.search-product-card>div{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.search-product-card strong{color:#1f1f1f;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.search-product-card span{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.search-product-card b{color:#1f1f1f;margin-top:3px;font-size:14px;font-weight:700}.search-store-card:active,.search-product-card:active{opacity:.65}.orders-page{background:#fff;min-height:calc(100dvh - 70px)}.orders-header{border-bottom:1px solid #eee;align-items:center;height:72px;padding:0 20px;display:flex}.orders-header h1{color:#1c1c1c;margin:0;font-size:21px;font-weight:750}.orders-content{padding:0 24px}.orders-empty{text-align:center;flex-direction:column;align-items:center;padding-top:90px;display:flex}.orders-empty-icon{color:#ff4f16;background:#fff0eb;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:26px;display:flex}.orders-empty h2{color:#1c1c1c;margin:0;font-size:18px;font-weight:700}.orders-empty p{color:#777;max-width:290px;margin:9px 0 0;font-size:14px;line-height:1.5}.orders-list{flex-direction:column;gap:14px;padding:18px 0 30px;display:flex}.order-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:16px;align-items:flex-start;gap:13px;width:100%;padding:14px;display:flex}.order-card>img{object-fit:cover;border-radius:12px;flex-shrink:0;width:58px;height:58px}.order-card-info{flex:1;min-width:0}.order-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.order-card-top strong{color:#1c1c1c;white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.order-card-top svg{color:#aaa;flex-shrink:0}.order-status{color:#ff4f16;margin-top:5px;font-size:13px;font-weight:700;display:block}.order-date{color:#888;margin-top:4px;font-size:12px;display:block}.order-card-bottom{color:#666;justify-content:space-between;align-items:center;margin-top:12px;font-size:13px;display:flex}.order-card-bottom strong{color:#1c1c1c}.profile-page{background:#fff;min-height:calc(100dvh - 70px)}.profile-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px 16px 18px;display:flex}.profile-location{align-items:center;gap:9px;min-width:0;display:flex}.profile-location>svg{color:#ff4f16;flex-shrink:0}.profile-location-button{color:#1c1c1c;background:0 0;border:none;align-items:center;gap:3px;padding:0;font-size:18px;font-weight:700;display:flex}.profile-location-button svg{color:#ff4f16}.profile-address{color:#777;margin-top:3px;font-size:13px;font-weight:500;display:block}.profile-header-actions{align-items:center;gap:6px;display:flex}.profile-header-actions button{color:#1c1c1c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex}.profile-header-actions button:active{background:#f3f3f3}.profile-content{padding:20px 16px 28px}.profile-user-card{background:#fff3ee;border-radius:18px;align-items:center;gap:16px;padding:20px;display:flex}.profile-avatar{color:#fff;background:#ff4f16;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-size:27px;font-weight:700;display:flex}.profile-user-info{min-width:0}.profile-user-info h2{color:#1c1c1c;margin:0 0 5px;font-size:20px;font-weight:750}.profile-user-info p{color:#666;margin:0;font-size:14px;line-height:1.4}.share-card{text-align:left;cursor:pointer;background:#fff0eb;border:none;border-radius:16px;align-items:center;gap:12px;width:100%;margin-top:16px;padding:16px;display:flex}.share-icon{color:#ff4f16;background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.share-info{flex:1;min-width:0}.share-info span{color:#ff4f16;text-transform:uppercase;margin-bottom:4px;font-size:13px;font-weight:700;display:block}.share-info strong{color:#1c1c1c;font-size:14px;font-weight:650;line-height:1.35;display:block}.share-chevron{color:#ff4f16;flex-shrink:0}.profile-menu{flex-direction:column;margin-top:26px;display:flex}.profile-menu-item{color:#1c1c1c;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;width:100%;min-height:58px;padding:0;display:flex}.profile-menu-item>svg:first-child{color:#ff4f16;flex-shrink:0}.profile-menu-item span{flex:1;font-size:16px;font-weight:650}.profile-menu-item>svg:last-child{color:#aaa}.profile-menu-item:active{opacity:.6}.current-city-card{border:1px solid #ddd;border-radius:16px;align-items:center;gap:12px;margin-top:28px;padding:16px;display:flex}.current-city-icon{color:#ff4f16;justify-content:center;align-items:center;display:flex}.current-city-info{flex-direction:column;flex:1;display:flex}.current-city-info span{color:#777;font-size:12px;font-weight:600}.current-city-info strong{color:#1c1c1c;margin-top:2px;font-size:17px;font-weight:700}.change-city-button{color:#ff4f16;cursor:pointer;background:0 0;border:none;padding:8px 5px;font-size:14px;font-weight:700}.profile-logout-item,.profile-logout-item>svg:first-child{color:#e53935}.profile-logout-overlay{z-index:1000;background:#0000006b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-logout-modal{background:#fff;border-radius:20px;width:100%;max-width:360px;padding:22px;animation:.18s ease-out profileLogoutModalIn;box-shadow:0 14px 40px #0000002e}.profile-logout-modal h2{color:#1c1c1c;margin:0;font-size:20px;font-weight:750}.profile-logout-modal p{color:#666;margin:10px 0 22px;font-size:14px;line-height:1.45}.profile-logout-actions{gap:10px;display:flex}.profile-logout-actions button{cursor:pointer;border:none;border-radius:12px;flex:1;min-height:46px;font-family:inherit;font-size:14px;font-weight:700}.profile-logout-cancel{color:#333;background:#f2f2f2}.profile-logout-confirm{color:#fff;background:#ff4f16}.profile-logout-actions button:disabled{opacity:.6;cursor:default}@keyframes profileLogoutModalIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.profile-logout-modal-backdrop{z-index:9999;background:#00000073;justify-content:center;align-items:flex-end;animation:.2s profileLogoutFade;display:flex;position:fixed;inset:0}.profile-logout-modal{width:100%;max-width:520px;padding:10px 18px max(24px, env(safe-area-inset-bottom));background:#fff;border-radius:22px 22px 0 0;animation:.28s profileLogoutUp}.profile-logout-modal-handle{background:#ddd;border-radius:999px;width:42px;height:5px;margin:0 auto 18px}.profile-logout-modal-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.profile-logout-modal-header h2{margin:0;font-size:19px}.profile-logout-modal-header p{color:#777;margin:4px 0 0;font-size:13px}.profile-logout-modal-header>button{color:#666;cursor:pointer;background:0 0;border:0;font-size:30px;line-height:1}.profile-logout-confirm{color:#fff;cursor:pointer;background:#ff4f16;border:0;border-radius:12px;width:100%;padding:14px;font-size:14px;font-weight:700}.profile-logout-confirm:disabled{opacity:.6;cursor:default}@keyframes profileLogoutUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes profileLogoutFade{0%{background:0 0}to{background:#00000073}}.profile-merchant-card{cursor:pointer;background:#fff3ee;border:none;border-radius:18px;align-items:center;gap:14px;width:100%;padding:20px;display:flex}.profile-merchant-info{flex:1;min-width:0}.profile-merchant-info span{color:#ff4f16;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:750;display:block}.profile-merchant-info h2{color:#1c1c1c;margin:0;font-size:18px;font-weight:750;line-height:1.3}.profile-merchant-info p{color:#666;margin:7px 0 0;font-size:13px;line-height:1.4}.profile-merchant-chevron{color:#ff4f16;flex-shrink:0}.login-page{background:#ff4f16;flex-direction:column;min-height:100dvh;font-family:inherit;display:flex}.login-hero{justify-content:center;align-items:center;height:34dvh;min-height:230px;padding:32px 24px 45px;display:flex}.login-brand-logo{object-fit:contain;width:160px;max-height:115px}.login-sheet{width:100%;max-width:520px;padding:32px 28px calc(28px + env(safe-area-inset-bottom));background:#fff;border-radius:34px 34px 0 0;flex:1;margin:0 auto}.login-form{flex-direction:column;gap:17px;display:flex}.login-input-group{flex-direction:column;gap:8px;display:flex}.login-input-group label{color:#222;font-size:13px;font-weight:700}.login-input-group>input,.login-password-field{background:#fff;border:1px solid #d7d7d7;border-radius:26px;width:100%;height:52px;transition:border-color .2s,box-shadow .2s}.login-input-group>input{color:#222;outline:none;padding:0 18px;font-size:15px}.login-input-group>input:focus,.login-password-field:focus-within{border-color:#ff4f16;box-shadow:0 0 0 3px #ff4f1617}.login-input-group input::placeholder{color:#aaa}.login-password-field{align-items:center;display:flex;overflow:hidden}.login-password-field input{color:#222;background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;padding:0 8px 0 18px;font-size:15px}.login-password-toggle{color:#777;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:100%;padding:0;display:flex}.login-forgot{color:#777;cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-top:-8px;padding:0;font-size:13px}.login-terms{color:#777;cursor:pointer;align-items:flex-start;gap:10px;font-size:12px;line-height:1.45;display:flex}.login-terms input{accent-color:#ff4f16;flex-shrink:0;width:18px;height:18px;margin:1px 0 0}.login-terms strong{color:#ff4f16;font-weight:600}.login-error{color:#d83b0a;background:#fff1ec;border-radius:12px;padding:11px 13px;font-size:13px;line-height:1.4}.login-submit{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:26px;width:100%;height:52px;margin-top:5px;font-size:15px;font-weight:700;transition:transform .15s,opacity .15s}.login-submit:active{transform:scale(.985)}.login-submit:disabled{opacity:.6;cursor:default}.login-divider{color:#999;justify-content:center;align-items:center;margin:22px 0 14px;font-size:11px;display:flex}.login-divider:before,.login-divider:after{content:"";background:#eee;flex:1;height:1px}.login-divider span{padding:0 12px}.login-social{justify-content:center;gap:12px;display:flex}.login-social-button{cursor:pointer;background:#fff;border:1px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex}.login-google{color:#4285f4;font-family:Arial,sans-serif;font-size:20px;font-weight:800}.login-switch{color:#888;justify-content:center;align-items:center;gap:5px;margin-top:25px;font-size:12px;display:flex}.login-switch button{color:#ff4f16;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:700}.login-register-mode{background:#fff}.login-register-mode .login-hero{height:auto;min-height:165px;padding:calc(28px + env(safe-area-inset-top)) 24px 18px}.login-register-mode .login-brand-logo{width:130px;max-height:90px}.login-register-mode .login-sheet{flex:initial;border-radius:0;padding-top:12px}@media (width>=700px){.login-page{background:linear-gradient(135deg,#ff4f16 0% 52%,#fff 52% 100%);justify-content:center;padding:40px}.login-hero{min-height:190px}.login-sheet{flex:initial;border-radius:34px;box-shadow:0 20px 60px #0000001f}.login-register-mode{background:linear-gradient(135deg,#fff 0% 48%,#ff4f16 48% 100%)}.login-register-mode .login-sheet{border-radius:34px}}.store-page{background:#fff;min-height:100dvh}.store-cover{width:100%;height:220px;position:relative;overflow:hidden}.store-cover>img{object-fit:cover;width:100%;height:100%;display:block}.store-cover-actions{justify-content:space-between;display:flex;position:absolute;top:18px;left:16px;right:16px}.store-cover-actions>div{gap:10px;display:flex}.store-cover-actions button{color:#1c1c1c;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 2px 8px #0000001f}.store-main-card{z-index:2;background:#fff;border-radius:20px;margin:-28px 16px 0;padding:20px;position:relative;box-shadow:0 4px 16px #0000001a}.store-main-header{align-items:center;gap:12px;display:flex}.store-logo{object-fit:cover;border-radius:12px;flex-shrink:0;width:54px;height:54px}.store-main-header h1{color:#1c1c1c;flex:1;margin:0;font-size:20px;font-weight:750;line-height:1.15}.store-details-button{color:#ff4f16;background:0 0;border:none;align-items:center;padding:0;font-size:13px;font-weight:700;display:flex}.store-delivery-info{color:#666;align-items:center;gap:7px;margin-top:18px;font-size:13px;display:flex}.store-delivery-info svg,.store-delivery-info strong{color:#ff4f16}.store-rating-info{color:#666;align-items:center;gap:5px;margin-top:18px;font-size:13px;display:flex}.store-rating-info svg{color:#ff0800;margin-bottom:4px}.store-highlights{margin-top:28px}.store-highlights h2{color:#1c1c1c;margin:0 16px 16px;font-size:20px}.highlight-list{scrollbar-width:none;gap:12px;padding:0 16px 6px;display:flex;overflow-x:auto}.highlight-list::-webkit-scrollbar{display:none}.highlight-product{text-align:left;cursor:pointer;background:0 0;border:none;flex-shrink:0;width:145px;padding:0}.highlight-product img{aspect-ratio:1;object-fit:cover;border-radius:14px;width:135px;display:block}.highlight-price{color:#ff4f16;margin-top:9px;font-size:16px;font-weight:700;display:block}.highlight-product strong{color:#1c1c1c;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:14px;line-height:1.3;display:-webkit-box;overflow:hidden}.store-search-section{padding:26px 16px 6px}.store-search{color:#777;text-align:left;background:#fff;border:1px solid #ddd;border-radius:999px;align-items:center;gap:10px;width:100%;height:48px;padding:0 16px;display:flex}.store-search svg{color:#ff4f16}.store-menu{padding-bottom:30px}.menu-category{border-top:7px solid #f6f6f6;padding:26px 16px}.menu-category:first-child{border-top:none}.menu-category h2{color:#1c1c1c;margin:0 0 18px;font-size:20px;font-weight:750}.menu-products{flex-direction:column;display:flex}.menu-product{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #eee;align-items:center;gap:14px;width:100%;padding:15px 0;display:flex}.menu-product:last-child{border-bottom:none}.menu-product-info{flex:1;min-width:0}.menu-product-info h3{color:#1c1c1c;margin:0;font-size:15px;font-weight:700}.menu-product-info strong{color:#ff4f16;margin-top:7px;font-size:14px;display:block}.menu-product-info p{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 0;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.menu-product>img{object-fit:cover;border-radius:14px;flex-shrink:0;width:88px;height:88px}.store-not-found{text-align:center;padding:40px 20px;font-size:18px}.store-page{padding-bottom:100px}.store-cart-bar{width:100%;max-width:480px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));z-index:50;box-sizing:border-box;background:#fffffff5;border-top:1px solid #eee;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.store-cart-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:58px;padding:10px 18px;display:flex}.store-cart-summary{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.store-cart-summary span{color:#ffffffd9;font-size:12px;font-weight:500}.store-cart-summary strong{color:#fff;font-size:16px;font-weight:750}.store-cart-action{color:#fff;font-size:15px;font-weight:750}.store-shimmer-cover{position:relative}.store-shimmer-main-title{flex-direction:column;flex:1;gap:8px;display:flex}.store-shimmer-line{margin-top:12px}.store-shimmer-highlight{flex-direction:column;gap:8px;min-width:140px;display:flex}.store-shimmer-product{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:16px 0;display:flex}.store-shimmer-product-info{flex-direction:column;flex:1;gap:9px;min-width:0;display:flex}.store-favorite-button.active{color:#ff4f16}.store-favorite-button:disabled{cursor:default;opacity:.7}.product-page{background:#fff;min-height:100dvh;padding-bottom:100px}.product-image-section{aspect-ratio:1;background:#f5f5f5;width:100%;position:relative;overflow:hidden}.product-image-section>img{object-fit:cover;width:100%;height:100%;display:block}.product-back-button{color:#1c1c1c;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex;position:absolute;top:18px;left:16px;box-shadow:0 2px 8px #0000001f}.product-content{padding:0 20px}.product-main-info{padding:22px 0}.product-main-info h1{color:#1c1c1c;margin:0;font-size:22px;font-weight:750;line-height:1.25}.product-price{color:#ff4f16;margin-top:9px;font-size:18px;font-weight:750;display:block}.product-main-info p{color:#696969;margin:10px 0 0;font-size:14px;line-height:1.5}.product-options,.product-observation{border-top:6px solid #f5f5f5;padding:22px 0}.product-options{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.product-section-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:14px;display:flex}.product-section-header h2,.product-observation h2{color:#1c1c1c;margin:0;font-size:17px;font-weight:700}.product-section-header p{color:#777;margin:4px 0 0;font-size:12px}.product-section-header>span{color:#777;background:#f4f4f4;border-radius:6px;flex-shrink:0;padding:5px 8px;font-size:11px;font-weight:600}.extras-list{flex-direction:column;display:flex}.extra-item{cursor:pointer;border-bottom:1px solid #eee;align-items:center;gap:12px;min-height:60px;display:flex}.extra-item>div:first-child{flex-direction:column;flex:1;display:flex}.extra-item strong{color:#292929;font-size:14px;font-weight:600}.extra-item>div span{color:#777;margin-top:3px;font-size:12px}.extra-item input{opacity:0;pointer-events:none;position:absolute}.custom-checkbox{color:#fff;border:2px solid #ccc;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:23px;height:23px;font-size:14px;font-weight:700;display:flex}.extra-item.selected .custom-checkbox{background:#ff4f16;border-color:#ff4f16}.product-observation{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;position:relative}.product-observation textarea{resize:none;color:#1c1c1c;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:100%;height:95px;margin-top:14px;padding:13px;font-family:inherit;font-size:14px}.product-observation textarea:focus{border-color:#ff4f16}.product-observation>span{color:#999;text-align:right;margin-top:5px;font-size:11px;display:block}.product-footer{width:100%;max-width:480px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));z-index:20;box-sizing:border-box;background:#fff;border-top:1px solid #eee;align-items:center;gap:12px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.quantity-control{border:1px solid #ddd;border-radius:12px;align-items:center;gap:11px;height:48px;padding:0 8px;display:flex}.quantity-control button{color:#ff4f16;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex}.quantity-control button:disabled{color:#ccc}.quantity-control strong{color:#1c1c1c;text-align:center;min-width:18px;font-size:15px}.add-cart-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;flex:1;justify-content:space-between;align-items:center;gap:10px;height:50px;padding:0 17px;display:flex}.add-cart-button span,.add-cart-button strong{color:#fff}.add-cart-button span{font-size:15px;font-weight:700}.add-cart-button strong{font-size:14px;font-weight:700}.product-not-found{text-align:center;padding:40px 20px}.custom-radio{border:2px solid #ccc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:23px;height:23px;display:flex}.extra-item.selected .custom-radio{border-color:#ff4f16}.extra-item.selected .custom-radio:after{content:"";background:#ff4f16;border-radius:50%;width:11px;height:11px}.add-cart-button:disabled{cursor:default;background:#ccc}.extra-quantity-control{flex-direction:row;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.extra-quantity-control button{color:#ff4f16;cursor:pointer;background:#fff;border:1px solid #ff4f16;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.extra-quantity-control button:disabled{color:#bbb;cursor:default;border-color:#ddd}.extra-quantity-control strong{color:#222;text-align:center;min-width:18px;font-size:14px}.product-share-button{color:#1c1c1c;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex;position:absolute;top:18px;right:16px;box-shadow:0 2px 8px #0000001f}.cart-page{background:#fff;min-height:100dvh;padding-bottom:100px}.cart-header{border-bottom:1px solid #eee;align-items:center;gap:12px;height:68px;padding:0 16px;display:flex}.cart-header button{cursor:pointer;background:0 0;border:none}.cart-header>button:first-child{justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.cart-header h1{color:#1c1c1c;flex:1;margin:0;font-size:20px}.clear-cart-button{color:#ff4f16;font-size:13px;font-weight:700}.cart-content{padding:0 16px}.cart-store{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #eee;align-items:center;gap:12px;width:100%;padding:18px 0;display:flex}.cart-store img{object-fit:cover;border-radius:10px;width:48px;height:48px}.cart-store div{flex-direction:column;gap:3px;display:flex}.cart-store span{color:#777;font-size:12px}.cart-store strong{color:#1c1c1c;font-size:16px}.cart-item{border-bottom:1px solid #eee;gap:13px;padding:18px 0;display:flex}.cart-item>img{object-fit:cover;border-radius:12px;flex-shrink:0;width:76px;height:76px}.cart-item-info{flex:1;min-width:0}.cart-item-info h2{color:#1c1c1c;margin:0;font-size:15px}.cart-item-info>p{color:#777;margin:5px 0;font-size:12px}.cart-item-info>strong{color:#1c1c1c;margin-top:6px;font-size:14px;display:block}.cart-item-actions{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.cart-item-actions span{color:#777;font-size:12px}.cart-item-actions button{color:#ff4f16;cursor:pointer;background:#fff0eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:flex}.cart-add-more{color:#ff4f16;cursor:pointer;background:0 0;border:none;margin:18px 0;padding:0;font-size:14px;font-weight:700}.cart-summary{border-top:6px solid #f5f5f5;padding:18px 0}.cart-summary>div{color:#666;justify-content:space-between;margin-bottom:13px;font-size:14px;display:flex}.cart-summary .cart-total{color:#1c1c1c;margin-top:20px;margin-bottom:0;font-size:17px}.cart-footer{width:100%;max-width:480px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));box-sizing:border-box;z-index:50;background:#fff;border-top:1px solid #eee;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.cart-footer button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:13px;justify-content:space-between;align-items:center;width:100%;height:52px;padding:0 18px;display:flex}.cart-footer span,.cart-footer strong{color:#fff;font-size:15px}.cart-empty{text-align:center;padding:100px 20px}.cart-empty h2{color:#1c1c1c;margin:0;font-size:19px}.cart-empty p{color:#777;margin-top:8px;font-size:14px}.cart-item-option{flex-direction:column;gap:3px;margin-top:6px;display:flex}.cart-item-option span{color:#777;font-size:12px;line-height:1.35}.cart-item-observation{color:#777;font-size:12px;font-style:italic;margin:7px 0 0!important}.cart-item-price{color:#1c1c1c;margin-top:9px;font-size:14px;font-weight:700;display:block}.cart-item-bottom{justify-content:space-between;align-items:center;gap:12px;margin-top:13px;display:flex}.cart-quantity-control{border:1px solid #ddd;border-radius:10px;align-items:center;gap:6px;height:36px;display:flex}.cart-quantity-control button{color:#ff4f16;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:34px;padding:0;display:flex}.cart-quantity-control strong{color:#1c1c1c;text-align:center;min-width:18px;font-size:14px}.cart-remove-item{color:#ff4f16;cursor:pointer;background:0 0;border:none;padding:7px 0;font-size:12px;font-weight:650}.cart-delivery-modal-backdrop{z-index:9999;background:#00000073;justify-content:center;align-items:flex-end;animation:.2s cartDeliveryFade;display:flex;position:fixed;inset:0}.cart-delivery-modal{width:100%;max-width:520px;max-height:82vh;padding:10px 18px max(24px, env(safe-area-inset-bottom));background:#fff;border-radius:22px 22px 0 0;animation:.28s cartDeliveryUp;overflow-y:auto}.cart-delivery-modal-handle{background:#ddd;border-radius:999px;width:42px;height:5px;margin:0 auto 18px}.cart-delivery-modal-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.cart-delivery-modal-header h2{color:#1c1c1c;margin:0;font-size:19px;line-height:1.3}.cart-delivery-modal-header p{color:#777;margin:6px 0 0;font-size:13px;line-height:1.45}.cart-delivery-modal-header>button{color:#666;cursor:pointer;background:0 0;border:0;font-size:30px;line-height:1}.cart-delivery-address-list{flex-direction:column;gap:8px;display:flex}.cart-delivery-address-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #ededed;border-radius:14px;align-items:center;gap:12px;width:100%;padding:14px 12px;display:flex}.cart-delivery-address-option.selected{background:#ff4f160d;border-color:#ff4f16}.cart-delivery-address-option:disabled{cursor:default}.cart-delivery-address-icon{color:#ff4f16;background:#f5f5f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cart-delivery-address-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cart-delivery-address-info strong{font-size:15px}.cart-delivery-address-info span{color:#444;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.cart-delivery-address-info small{color:#888;font-size:12px}.cart-delivery-address-check{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:27px;height:27px;display:flex}.cart-delivery-address-option.selected .cart-delivery-address-check{background:#ff4f16}.cart-delivery-address-add{color:#222;cursor:pointer;background:#f4f4f4;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:16px;padding:14px;font-size:14px;font-weight:700;display:flex}@keyframes cartDeliveryUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes cartDeliveryFade{0%{background:0 0}to{background:#00000073}}.checkout-page{background:#fff;min-height:100dvh;padding-bottom:100px}.checkout-header{border-bottom:1px solid #eee;align-items:center;gap:12px;height:68px;padding:0 16px;display:flex}.checkout-header button{color:#1c1c1c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.checkout-header h1{color:#1c1c1c;margin:0;font-size:20px;font-weight:750}.checkout-content{padding-bottom:20px}.checkout-section{border-bottom:7px solid #f5f5f5;padding:22px 16px}.checkout-section-title{margin-bottom:14px}.checkout-section-title h2{color:#1c1c1c;margin:0;font-size:17px;font-weight:750}.checkout-address-card{border:1px solid #e5e5e5;border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex}.checkout-address-icon{color:#ff4f16;background:#fff0eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.checkout-address-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.checkout-address-info strong{color:#1c1c1c;font-size:14px}.checkout-address-info span{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.checkout-address-card>button{color:#ff4f16;cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:13px;font-weight:700}.checkout-options{flex-direction:column;gap:10px;display:flex}.checkout-option{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:14px;align-items:center;gap:11px;min-height:68px;padding:11px 12px;display:flex}.checkout-option.selected{background:#fff8f5;border-color:#ff4f16}.checkout-option>input{opacity:0;pointer-events:none;position:absolute}.checkout-option-icon{color:#555;background:#f5f5f5;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.checkout-option.selected .checkout-option-icon{color:#ff4f16;background:#fff0eb}.checkout-option-info{flex-direction:column;flex:1;gap:3px;display:flex}.checkout-option-info strong{color:#1c1c1c;font-size:14px}.checkout-option-info span{color:#777;font-size:12px}.checkout-option-price{color:#555;font-size:12px;font-weight:650}.checkout-radio{border:2px solid #ccc;border-radius:50%;flex-shrink:0;width:21px;height:21px}.checkout-option.selected .checkout-radio{border:6px solid #ff4f16}.checkout-summary{flex-direction:column;gap:13px;display:flex}.checkout-summary>div{color:#666;justify-content:space-between;gap:20px;font-size:14px;display:flex}.checkout-summary .checkout-total{color:#1c1c1c;border-top:1px solid #eee;margin-top:10px;padding-top:16px;font-size:17px}.checkout-footer{width:100%;max-width:480px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));box-sizing:border-box;z-index:50;background:#fff;border-top:1px solid #eee;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.checkout-finish-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:13px;justify-content:space-between;align-items:center;width:100%;height:52px;padding:0 18px;display:flex}.checkout-finish-button span,.checkout-finish-button strong{color:#fff;font-size:15px}.checkout-empty{text-align:center;padding:90px 24px}.checkout-empty h2{color:#1c1c1c;margin:0;font-size:20px}.checkout-empty p{color:#777;margin:8px 0 20px;font-size:14px}.checkout-empty>button{color:#fff;background:#ff4f16;border:none;border-radius:11px;height:44px;padding:0 18px;font-weight:700}.checkout-price-warning{color:#a53610;background:#fff4ef;border-radius:10px;margin-bottom:12px;padding:12px 14px;font-size:13px;line-height:1.45}.checkout-address-picker{background:#fff;border:1px solid #e5e5e5;border-radius:14px;margin-top:12px;padding:14px}.checkout-address-picker-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.checkout-address-picker-header button{cursor:pointer;background:0 0;border:none;font-size:14px}.checkout-address-picker-list{flex-direction:column;gap:8px;display:flex}.checkout-address-picker-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #e7e7e7;border-radius:12px;align-items:flex-start;gap:10px;width:100%;padding:12px;display:flex}.checkout-address-picker-item.selected{border-color:#ff4f16}.checkout-address-picker-item div{flex-direction:column;gap:3px;display:flex}.checkout-address-picker-item span,.checkout-address-picker-item small{color:#666}.checkout-address-add-new{color:#ff4f16;cursor:pointer;background:0 0;border:none;width:100%;margin-top:12px;padding:10px;font-weight:600}.order-details-page{background:#fff;min-height:100dvh}.order-details-header{border-bottom:1px solid #eee;align-items:center;gap:12px;min-height:70px;padding:10px 16px;display:flex}.order-details-header>button{color:#1c1c1c;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.order-details-header h1{color:#1c1c1c;margin:0;font-size:19px}.order-details-header span{color:#888;margin-top:2px;font-size:11px;display:block}.order-details-content{padding-bottom:30px}.order-store-card{border-bottom:7px solid #f5f5f5;align-items:center;gap:12px;padding:18px 16px;display:flex}.order-store-card img{object-fit:cover;border-radius:12px;flex-shrink:0;width:52px;height:52px}.order-store-card div{flex-direction:column;gap:3px;display:flex}.order-store-card span{color:#777;font-size:12px}.order-store-card strong{color:#1c1c1c;font-size:16px}.order-status-card{border-bottom:7px solid #f5f5f5;padding:22px 16px}.order-status-title{align-items:center;gap:11px;display:flex}.order-status-title>svg{color:#ff4f16}.order-status-title div{flex-direction:column;gap:2px;display:flex}.order-status-title span{color:#777;font-size:12px}.order-status-title strong{color:#1c1c1c;font-size:16px}.order-progress{justify-content:space-between;gap:5px;margin-top:24px;display:flex}.order-progress-step{color:#aaa;text-align:center;flex-direction:column;flex:1;align-items:center;gap:7px;font-size:10px;display:flex}.progress-circle{color:#aaa;background:#eee;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.order-progress-step.active{color:#ff4f16;font-weight:700}.order-progress-step.active .progress-circle{color:#fff;background:#ff4f16}.order-details-section{border-bottom:7px solid #f5f5f5;padding:22px 16px}.order-details-section h2{color:#1c1c1c;margin:0 0 16px;font-size:17px}.order-products{flex-direction:column;display:flex}.order-product{border-bottom:1px solid #eee;align-items:flex-start;gap:10px;padding:13px 0;display:flex}.order-product:last-child{border-bottom:none}.order-product-quantity{color:#ff4f16;font-size:13px;font-weight:700}.order-product-info{flex-direction:column;flex:1;gap:3px;display:flex}.order-product-info strong{color:#1c1c1c;font-size:14px}.order-product-info span{color:#777;font-size:11px}.order-product-observation{margin-top:3px;font-style:italic}.order-info-row{align-items:center;gap:12px;display:flex}.order-info-row>svg{color:#ff4f16;flex-shrink:0}.order-info-row div{flex-direction:column;gap:3px;display:flex}.order-info-row strong{color:#1c1c1c;font-size:14px}.order-info-row span{color:#777;font-size:12px}.order-price-summary{flex-direction:column;gap:12px;display:flex}.order-price-summary>div{color:#666;justify-content:space-between;font-size:14px;display:flex}.order-price-total{border-top:1px solid #eee;margin-top:6px;padding-top:15px;color:#1c1c1c!important;font-size:16px!important}.order-details-state{color:#555;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100dvh;padding:24px;display:flex}.order-details-state button{color:#fff;background:#ff4f16;border:none;border-radius:10px;height:42px;padding:0 16px;font-weight:700}.confirm-delivery-area{border-top:1px solid #eee;margin-top:24px;padding-top:20px}.confirm-delivery-area p{margin:0 0 12px;font-size:14px;font-weight:600}.confirm-delivery-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;min-height:48px;font-size:15px;font-weight:700}.confirm-delivery-button:disabled{opacity:.6;cursor:default}.order-payment-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;margin-top:18px;padding:14px 18px;font-size:15px;font-weight:600;transition:transform .15s,opacity .15s}.order-payment-button:hover{opacity:.92}.order-payment-button:active{transform:scale(.98)}.order-payment-button:disabled{opacity:.6;cursor:not-allowed}.cancel-order-button{color:#e53935;cursor:pointer;background:#fff;border:1px solid #e53935;border-radius:12px;width:100%;margin-top:18px;padding:14px 18px;font-size:15px;font-weight:600;transition:background .15s,transform .15s,opacity .15s}.cancel-order-button:hover{background:#fff5f5}.cancel-order-button:active{transform:scale(.98)}.cancel-order-button:disabled{opacity:.6;cursor:not-allowed}.order-review-card{background:#fff;border-radius:16px;margin-top:16px;padding:20px}.order-review-header{align-items:flex-start;gap:12px;display:flex}.order-review-header>svg{color:#ff4f16;fill:#ff4f16;flex-shrink:0}.order-review-header h2{margin:0;font-size:18px}.order-review-header p{margin:5px 0 0;font-size:14px}.order-review-open-button{color:#fff;cursor:pointer;background:#ff4f16;border:0;border-radius:12px;width:90%;margin:0 auto;padding:14px 18px;font-size:15px;font-weight:700;display:block}.order-review-hearts{align-items:center;gap:5px;margin-top:20px;display:flex}.order-review-heart{cursor:pointer;background:0 0;border:0;width:40px;height:40px;padding:0;position:relative}.order-review-heart svg{position:absolute;top:1px;left:1px}.heart-empty{color:#d7d7d7}.heart-fill-wrapper{pointer-events:none;height:40px;position:absolute;top:0;left:0;overflow:hidden}.heart-filled{color:#ff4f16}.order-review-value{color:#ff4f16;margin-top:10px;font-size:14px;display:block}.order-review-saved{color:#666;margin:10px 0 0;font-size:13px}.order-review-submit{color:#fff;cursor:pointer;background:#ff4f16;border:0;border-radius:10px;width:100%;margin-top:18px;padding:13px 16px;font-size:15px;font-weight:700}.order-review-submit:disabled{opacity:.45;cursor:default}.order-review-modal-backdrop{z-index:9999;background:#00000073;justify-content:center;align-items:flex-end;animation:.2s reviewBackdropFade;display:flex;position:fixed;inset:0}.order-review-modal{background:#fff;border-radius:22px 22px 0 0;width:100%;max-width:520px;padding:24px 20px 28px;animation:.28s reviewSheetUp;position:relative;box-shadow:0 -8px 30px #0000001f}.order-review-modal:before{content:"";background:#d9d9d9;border-radius:999px;width:42px;height:5px;margin:0 auto 18px;display:block}.order-review-modal-close{color:#666;cursor:pointer;background:0 0;border:0;font-size:28px;line-height:1;position:absolute;top:16px;right:18px}@keyframes reviewSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes reviewBackdropFade{0%{background:0 0}to{background:#00000073}}.order-chat-action{margin-bottom:16px}.order-chat-open-button{color:#ff4f16;cursor:pointer;background:#ff4f1614;border:1px solid #ff4f1633;border-radius:14px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:flex}.order-chat-open-button:hover{background:#ff4f1621}.order-chat-open-button:active{transform:scale(.98)}.addresses-page{background:#fff;min-height:100vh}.addresses-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:14px;padding:18px 16px;display:flex}.addresses-header h1{color:#222;margin:0;font-size:20px;font-weight:700}.addresses-back-button{color:#222;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.addresses-content{flex-direction:column;min-height:calc(100vh - 77px);padding:24px 16px;display:flex}.addresses-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.addresses-empty-icon{color:#ff4f16;background:#fff0eb;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:18px;display:flex}.addresses-empty h2{color:#222;margin:0 0 8px;font-size:19px;font-weight:700}.addresses-empty p{color:#777;max-width:280px;margin:0;font-size:14px;line-height:1.5}.addresses-add-button{left:50%;bottom:max(20px, env(safe-area-inset-bottom));color:#fff;cursor:pointer;z-index:20;background:#ff4f16;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:calc(100% - 32px);max-width:488px;padding:14px 18px;font-size:15px;font-weight:700;display:flex;position:fixed;transform:translate(-50%)}.addresses-loading{color:#777;flex:1;justify-content:center;align-items:center;font-size:14px;display:flex}.addresses-list{flex-direction:column;flex:1;gap:12px;margin-bottom:24px;display:flex}.address-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #ededed;border-radius:14px;align-items:center;gap:12px;width:100%;padding:16px;display:flex}.address-card-icon{color:#ff4f16;background:#fff0eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.address-card-info{flex:1;min-width:0}.address-card-title{align-items:center;gap:8px;margin-bottom:5px;display:flex}.address-card-title strong{color:#222;font-size:15px}.address-card-title span{color:#ff4f16;background:#fff0eb;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:700}.address-card-info p{color:#444;margin:0 0 4px;font-size:14px}.address-card-info small{color:#888;font-size:12px}.address-card-chevron{color:#aaa;flex-shrink:0}.new-address-page{background:#fff;min-height:100vh}.new-address-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:14px;padding:18px 16px;display:flex}.new-address-header h1{color:#222;margin:0;font-size:20px;font-weight:700}.new-address-back{color:#222;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.new-address-form{flex-direction:column;gap:18px;max-width:600px;margin:0 auto;padding:24px 16px 32px;display:flex}.new-address-location-icon{color:#ff4f16;background:#fff0eb;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 4px;display:flex}.new-address-form label{color:#333;flex-direction:column;gap:7px;width:100%;font-size:14px;font-weight:600;display:flex}.new-address-form input,.new-address-form textarea{box-sizing:border-box;color:#222;width:100%;font:inherit;background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;padding:13px 14px;font-weight:400}.new-address-form input:focus,.new-address-form textarea:focus{border-color:#ff4f16}.new-address-form textarea{resize:vertical}.new-address-row{gap:12px;display:flex}.new-address-row label{flex:1}.new-address-state{max-width:100px}.new-address-save{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;margin-top:8px;padding:15px;font-size:15px;font-weight:700}.new-address-save:disabled{opacity:.65;cursor:not-allowed}@media (width<=420px){.new-address-row{align-items:flex-end}.new-address-state{max-width:82px}}.edit-address-loading{color:#777;justify-content:center;align-items:center;min-height:300px;font-size:14px;display:flex}.edit-address-delete{color:#e53935;cursor:pointer;background:#fff;border:1px solid #e53935;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:15px;font-weight:700;display:flex}.edit-address-delete:disabled{opacity:.6;cursor:not-allowed}.edit-address-default-button,.edit-address-default-active{border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:15px;font-weight:700;display:flex}.edit-address-default-button{color:#ff4f16;cursor:pointer;background:#fff;border:1px solid #ff4f16}.edit-address-default-button:disabled{opacity:.6;cursor:not-allowed}.edit-address-default-active{box-sizing:border-box;color:#ff4f16;background:#fff0eb;border:1px solid #ffd4c5}.address-search-section{flex-direction:column;gap:7px;display:flex;position:relative}.address-search-results{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;width:100%;margin-top:2px;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000014}.address-search-result{color:#222;text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #eee;align-items:center;gap:11px;width:100%;padding:13px 14px;font-family:inherit;transition:background .15s;display:flex}.address-search-result:last-child{border-bottom:none}.address-search-result:hover{background:#fafafa}.address-search-result:active{background:#fff0eb}.address-search-result svg{color:#ff4f16;flex-shrink:0;width:19px;height:19px}.address-search-result span{color:#333;min-width:0;font-size:14px;font-weight:500;line-height:1.35}.confirm-location-page{background:#fff;min-height:100vh}.confirm-location-header{border-bottom:1px solid #eee;align-items:center;gap:14px;height:72px;padding:0 18px;display:flex}.confirm-location-header button{cursor:pointer;background:0 0;border:0;padding:4px}.confirm-location-header h1{margin:0;font-size:20px}.confirm-location-map-wrapper{width:100%;height:calc(100vh - 72px);position:relative}.confirm-location-map{width:100%;height:100%}.confirm-location-loading,.confirm-location-error{background:#fff;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.confirm-location-pin{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.confirm-location-bottom-card{background:#fff;border-radius:18px;padding:16px;position:absolute;bottom:18px;left:16px;right:16px;box-shadow:0 4px 20px #00000029}.confirm-location-address{align-items:flex-start;gap:12px;display:flex}.confirm-location-address svg{flex-shrink:0;margin-top:2px}.confirm-location-address div{flex-direction:column;gap:4px;display:flex}.confirm-location-address strong{font-size:16px}.confirm-location-address span{color:#666;font-size:13px;line-height:1.4}.confirm-location-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;margin-top:16px;padding:15px 16px;font-size:16px;font-weight:600}.confirm-location-button:disabled{opacity:.65;cursor:default}.pix-payment-page{color:#1f1f1f;background:#f7f7f7;min-height:100vh}.pix-payment-header{background:#fff;border-bottom:1px solid #ededed;align-items:center;gap:12px;height:58px;padding:0 16px;display:flex}.pix-payment-header button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:4px;display:flex}.pix-payment-header h1{margin:0;font-size:19px}.pix-payment-content{width:min(100% - 32px,500px);margin:0 auto;padding:28px 0 40px}.pix-payment-intro{text-align:center;margin-bottom:22px}.pix-payment-intro h2{margin:0 0 8px;font-size:24px}.pix-payment-intro p{color:#666;margin:0;line-height:1.45}.pix-payment-qr{box-sizing:border-box;background:#fff;border-radius:18px;width:260px;height:260px;margin:0 auto 26px;padding:14px}.pix-payment-qr img{object-fit:contain;width:100%;height:100%}.pix-payment-copy{background:#fff;border-radius:16px;padding:18px}.pix-payment-copy>span{margin-bottom:10px;font-size:14px;font-weight:600;display:block}.pix-payment-code{flex-direction:column;gap:12px;display:flex}.pix-payment-code p{word-break:break-all;background:#f5f5f5;border-radius:10px;max-height:90px;margin:0;padding:12px;font-size:12px;line-height:1.45;overflow:hidden}.pix-payment-code button{color:#fff;cursor:pointer;background:#ff4f16;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:46px;font-size:15px;font-weight:700;display:flex}.pix-payment-info{background:#fff;border-radius:16px;justify-content:space-between;align-items:center;margin-top:16px;padding:18px;display:flex}.pix-payment-info span{color:#666}.pix-payment-info strong{font-size:20px}.pix-payment-waiting{text-align:center;color:#666;margin:20px 0;font-size:14px}.pix-payment-order-button{cursor:pointer;background:#fff;border:1px solid #dedede;border-radius:12px;width:100%;min-height:48px;font-size:15px;font-weight:700}.pix-payment-loading,.pix-payment-state,.pix-payment-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:32px;display:flex}.pix-payment-loading strong{margin-top:16px;font-size:18px}.pix-payment-loading span{color:#777;margin-top:6px}.pix-payment-state h2,.pix-payment-success h2{margin:0 0 10px}.pix-payment-state p,.pix-payment-success p{color:#666;margin:0 0 22px}.pix-payment-state button,.pix-payment-success button{color:#fff;cursor:pointer;background:#ff4f16;border:0;border-radius:10px;min-height:46px;padding:0 22px;font-weight:700}.pix-payment-success-icon{background:#e9f8ee;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:18px;display:flex}.pix-payment-spin{animation:.9s linear infinite pix-spin}@keyframes pix-spin{to{transform:rotate(360deg)}}.my-data-page{color:#1f1f1f;background:#fff;min-height:100vh}.my-data-header{border-bottom:1px solid #eee;align-items:center;gap:14px;height:64px;padding:0 18px;display:flex}.my-data-header h1{margin:0;font-size:20px;font-weight:700}.my-data-back{color:#1f1f1f;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.my-data-back:active{background:#f3f3f3}.my-data-content{width:100%;max-width:520px;margin:0 auto;padding:28px 20px}.my-data-form{flex-direction:column;gap:24px;display:flex}.my-data-field{flex-direction:column;gap:8px;display:flex}.my-data-field label{font-size:14px;font-weight:600}.my-data-field small{color:#777;font-size:12px}.my-data-input{background:#fff;border:1px solid #dedede;border-radius:12px;align-items:center;gap:12px;height:54px;padding:0 15px;display:flex}.my-data-input:focus-within{border-color:#ff4f16}.my-data-input svg{color:#777;flex-shrink:0}.my-data-input input{color:#1f1f1f;background:0 0;border:none;outline:none;width:100%;padding:0;font-size:16px}.my-data-input-disabled{background:#f6f6f6}.my-data-input-disabled input{color:#777}.my-data-message{text-align:center;margin:-4px 0 0;font-size:14px}.my-data-save{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;height:52px;margin-top:4px;font-size:16px;font-weight:700}.my-data-save:disabled{opacity:.6;cursor:default}.my-data-loading{text-align:center;color:#777;padding:40px 20px}.category-page{color:#1c1c1c;background:#fff;min-height:100vh}.category-header{z-index:10;background:#fff;border-bottom:1px solid #eee;align-items:center;height:64px;padding:0 16px;display:flex;position:sticky;top:0}.category-header h1{text-align:center;flex:1;margin:0;font-size:18px;font-weight:700}.category-back-button,.category-search-button{color:#1c1c1c;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.category-back-button:active,.category-search-button:active{background:#f4f4f4}.category-content{padding-bottom:30px}.category-stores-section,.category-products-section{padding:22px 16px 0}.category-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.category-section-header h2{margin:0;font-size:18px;font-weight:700}.category-empty{text-align:center;background:#f7f7f7;border-radius:14px;width:100%;padding:24px 16px}.category-empty p{color:#777;margin:0;font-size:13px;font-weight:500}.category-products-list{flex-direction:column;gap:14px;display:flex}.category-product-card{text-align:left;cursor:pointer;background:0 0;border:none;gap:14px;width:100%;padding:0;display:flex}.category-product-image{background:#f3f3f3;border-radius:12px;flex-shrink:0;width:105px;height:105px;overflow:hidden}.category-product-image img{object-fit:cover;width:100%;height:100%}.category-product-image-empty{color:#999;justify-content:center;align-items:center;width:100%;height:100%;font-size:11px;display:flex}.category-product-info{flex-direction:column;flex:1;min-width:0;padding:5px 0;display:flex}.category-product-info strong{color:#222;font-size:15px;font-weight:700}.category-product-info span{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:13px;line-height:18px;display:-webkit-box;overflow:hidden}.category-product-info b{color:#222;margin-top:auto;font-size:14px;font-weight:700}.category-load-more{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;margin-top:20px;padding:14px 18px;font-size:14px;font-weight:600}.category-load-more:disabled{opacity:.6;cursor:not-allowed}.category-stores-list{flex-direction:column;gap:14px;display:flex}.category-store-card{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:0;display:flex}.category-store-image{background:#f5f5f5;border:1px solid #eee;border-radius:15%;flex-shrink:0;width:82px;height:82px;overflow:hidden}.category-store-image img{object-fit:cover;width:100%;height:100%}.category-store-image-empty{color:#999;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;font-size:10px;display:flex}.category-store-info{flex-direction:column;flex:1;min-width:0;display:flex}.category-store-name{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.category-store-details{color:#777;align-items:center;gap:4px;margin-top:6px;font-size:12px;line-height:1;display:flex}.category-store-rating{align-items:center;gap:3px;line-height:1;display:inline-flex}.category-store-dot{align-items:center;line-height:1;display:inline-flex}.category-store-delivery{color:#666;margin-top:6px;font-size:12px;font-weight:500}.category-rating-heart{color:#ff1616d8;fill:#ff1616d8;flex-shrink:0;display:block;transform:translateY(-3px)}.category-store-delivery-free{color:#ff4f16;background:#ff4f161a;border-radius:10px;align-items:center;gap:5px;width:fit-content;padding:5px 9px;font-weight:700;display:inline-flex}.store-details-page{color:#1c1c1c;background:#fff;min-height:100vh}.store-details-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:14px;height:68px;padding:0 16px;display:flex}.store-details-header button{color:#ff4f16;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex}.store-details-header h1{margin:0;font-size:20px;font-weight:700}.store-details-content{padding-bottom:40px}.store-details-store{align-items:center;gap:12px;padding:28px 20px 20px;display:flex}.store-details-store img{object-fit:cover;border:1px solid #eee;border-radius:14px;flex-shrink:0;width:56px;height:56px}.store-details-store strong{font-size:20px;font-weight:700}.store-details-rating-card{background:#fff;border:1px solid #eee;border-radius:18px;flex-direction:column;align-items:center;gap:7px;width:fit-content;min-width:220px;margin:10px auto 20px;padding:18px 22px;display:flex;box-shadow:0 3px 14px #0000001a}.store-details-rating-main{align-items:center;gap:8px;display:flex}.store-details-rating-main svg:first-child{color:#ffb000}.store-details-rating-main strong{font-size:24px;font-weight:800}.store-details-rating-main svg:last-child{color:#999}.store-details-rating-card>span{color:#555;font-size:14px;font-weight:600}.store-details-delivery{color:#ff4f16;background:#fff0eb;border-radius:14px;align-items:center;gap:10px;width:fit-content;margin:0 auto 28px;padding:13px 18px;display:flex}.store-details-delivery strong{color:#2b2b2b;font-size:15px}.store-details-section{margin-top:18px}.store-details-section-title{background:#f7f7f8;align-items:center;gap:12px;min-height:62px;padding:0 20px;display:flex}.store-details-section-title svg{color:#ff4f16}.store-details-section-title h2{margin:0;font-size:18px;font-weight:700}.store-details-hours{padding:22px 26px 24px}.store-details-hour-row{grid-template-columns:105px 1fr;gap:12px;padding:4px 0;font-size:15px;display:grid}.store-details-hour-row strong{text-transform:lowercase;font-weight:700}.store-details-hour-row span{color:#555}.store-details-address{justify-content:space-between;align-items:center;gap:16px;padding:24px 26px;display:flex}.store-details-address>div{flex-direction:column;gap:6px;min-width:0;display:flex}.store-details-address strong{font-size:16px;line-height:1.4}.store-details-address span{color:#666;font-size:14px;line-height:1.45}.store-details-address button{color:#ff4f16;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:3px;padding:8px 0;font-size:13px;font-weight:700;display:flex}@media (width<=380px){.store-details-address{flex-direction:column;align-items:flex-start}.store-details-hour-row{grid-template-columns:92px 1fr}}.favorites-page{background:#fff;min-height:100dvh}.favorites-header{z-index:20;background:#fff;border-bottom:1px solid #eee;align-items:center;gap:14px;height:64px;padding:0 16px;display:flex;position:sticky;top:0}.favorites-header button{color:#1c1c1c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.favorites-header h1{color:#1c1c1c;margin:0;font-size:20px;font-weight:750}.favorites-content{padding:16px}.favorites-list{flex-direction:column;display:flex}.favorite-store-card{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #eee;align-items:center;gap:14px;width:100%;padding:16px 0;display:flex}.favorite-store-card:last-child{border-bottom:none}.favorite-store-logo{object-fit:cover;border-radius:16px;flex-shrink:0;width:74px;height:74px}.favorite-store-info{flex:1;min-width:0}.favorite-store-title{align-items:center;gap:8px;display:flex}.favorite-store-title h2{color:#1c1c1c;text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:16px;font-weight:750;overflow:hidden}.favorite-store-title svg{color:#999;flex-shrink:0}.favorite-store-rating{color:#777;align-items:center;gap:4px;margin-top:8px;font-size:12px;display:flex}.favorite-store-rating svg{color:#ff0800}.favorite-store-rating strong{color:#555}.favorite-store-delivery{color:#777;align-items:center;gap:6px;margin-top:8px;font-size:12px;display:flex}.favorite-store-delivery svg,.favorite-store-delivery strong{color:#ff4f16}.favorites-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:30px 20px;display:flex}.favorites-empty-icon{color:#ff4f16;background:#fff2ed;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;display:flex}.favorites-empty h2{color:#1c1c1c;margin:18px 0 0;font-size:20px}.favorites-empty p{color:#777;max-width:260px;margin:8px 0 0;font-size:14px;line-height:1.5}.favorites-empty button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;margin-top:22px;padding:12px 20px;font-size:14px;font-weight:700}.favorites-message{text-align:center;color:#666;padding:40px 20px}.favorite-store-shimmer{border-bottom:1px solid #eee;align-items:center;gap:14px;padding:16px 0;display:flex}.favorite-store-shimmer-info{flex-direction:column;flex:1;gap:10px;display:flex}.favorite-store-remove{color:#ff4f16;cursor:pointer;background:#fff2ed;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.favorite-store-remove:disabled{opacity:.5;cursor:default}.favorite-store-remove svg{color:#ff4f16}.order-chat-page{background:#f7f7f7;grid-template-rows:auto minmax(0,1fr) auto;width:100%;height:100dvh;display:grid;position:fixed;inset:0;overflow:hidden}.order-chat-header{z-index:20;background:#fff;border-bottom:1px solid #eee;align-items:center;gap:12px;padding:14px 16px;display:flex;position:relative}.order-chat-back{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:4px;display:flex}.order-chat-header-info{flex-direction:column;gap:2px;display:flex}.order-chat-header-info strong{font-size:16px}.order-chat-header-info span{color:#777;font-size:12px}.order-chat-messages{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;min-height:0;padding:16px;overflow:hidden auto}.order-chat-notice{text-align:center;color:#777;max-width:420px;margin:0 auto 20px;font-size:12px}.order-chat-empty{color:#777;flex-direction:column;align-items:center;gap:6px;margin-top:60px;display:flex}.order-chat-empty strong{color:#333}.order-chat-message-row{margin-bottom:10px;display:flex}.order-chat-message-row.mine{justify-content:flex-end}.order-chat-message-row.theirs{justify-content:flex-start}.order-chat-message{background:#fff;border-radius:16px;max-width:78%;padding:10px 12px;box-shadow:0 1px 4px #0000000f}.order-chat-message-row.mine .order-chat-message{color:#fff;background:#ff4f16;border-bottom-right-radius:5px}.order-chat-message-row.theirs .order-chat-message{border-bottom-left-radius:5px}.order-chat-message p{white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.4}.order-chat-message span{text-align:right;opacity:.7;margin-top:5px;font-size:10px;display:block}.order-chat-form{z-index:20;padding:12px;padding-bottom:max(12px, env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eee;align-items:center;gap:8px;display:flex;position:relative}.order-chat-form input{border:1px solid #ddd;border-radius:24px;outline:none;flex:1;height:46px;padding:0 15px;font-size:14px}.order-chat-form input:focus{border-color:#ff4f16}.order-chat-form button{color:#fff;cursor:pointer;background:#ff4f16;border:0;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.order-chat-form button:disabled{opacity:.5;cursor:default}.order-chat-closed{text-align:center;color:#777;background:#fff;border-top:1px solid #eee;padding:16px;font-size:13px}.order-chat-state{flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:100vh;padding:20px;display:flex}.order-chat-store-logo{object-fit:cover;background:#f2f2f2;border:1px solid #eee;border-radius:50%;flex-shrink:0;width:42px;height:42px}.merchant-page{background:#f6f6f6;min-height:100dvh}.merchant-header{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:18px;padding:10px 18px 14px;display:flex}.merchant-tabs{scrollbar-width:none;background:#fff;gap:8px;padding:14px 12px;display:flex;overflow-x:auto}.merchant-tabs::-webkit-scrollbar{display:none}.merchant-tabs button{color:#555;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;min-height:42px;padding:0 13px;font-size:13px;font-weight:650;display:flex}.merchant-tabs button>span{background:#eee;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 5px;font-size:11px;display:flex}.merchant-tabs button.active{color:#ff4f16;background:#fff0eb;border-color:#ff4f16}.merchant-tabs button.active>span{color:#fff;background:#ff4f16}.merchant-content{padding:16px}.merchant-orders{flex-direction:column;gap:14px;display:flex}.merchant-order-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 8px #0000000a}.merchant-order-top{justify-content:space-between;align-items:center;display:flex}.merchant-order-top>div{flex-direction:column;gap:2px;display:flex}.merchant-order-top>div span{color:#888;font-size:11px}.merchant-order-top strong{color:#1c1c1c;font-size:16px}.merchant-order-top>span{color:#777;font-size:12px}.merchant-order-customer{justify-content:space-between;align-items:center;margin-top:13px;display:flex}.merchant-order-customer span{color:#666;font-size:13px}.merchant-order-customer strong{color:#ff4f16;font-size:16px}.merchant-order-products{background:#f7f7f7;border-radius:11px;flex-direction:column;gap:4px;margin-top:14px;padding:12px;display:flex}.merchant-order-products span{color:#555;font-size:12px}.merchant-order-actions{gap:10px;margin-top:15px;display:flex}.merchant-order-actions button{cursor:pointer;border-radius:11px;height:44px;font-size:13px;font-weight:700}.merchant-view-button{color:#555;background:#fff;border:1px solid #ddd;flex:1;justify-content:center;align-items:center;gap:5px;display:flex}.merchant-primary-button{color:#fff;background:#ff4f16;border:none;flex:1.3}.merchant-state{color:#777;text-align:center;padding:90px 20px}.merchant-waiting-status{color:#ff4f16;background:#fff4ef;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.merchant-store-status{background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin:14px 12px 0;padding:15px 16px;display:flex;box-shadow:0 2px 8px #0000000a}.merchant-store-status-text{flex-direction:column;flex:1;gap:4px;display:flex}.merchant-store-status-text strong{color:#1c1c1c;font-size:14px;font-weight:700}.merchant-store-status-text span{color:#777;font-size:11px;line-height:1.4}.merchant-store-status-switch{cursor:pointer;background:#d5d5d5;border:none;border-radius:999px;flex-shrink:0;width:48px;height:28px;padding:0;transition:background .2s,opacity .2s;position:relative}.merchant-store-status-switch>span{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:4px;left:4px}.merchant-store-status-switch.active{background:#ff4f16}.merchant-store-status-switch.active>span{transform:translate(20px)}.merchant-store-status-switch:disabled{opacity:.55;cursor:default}.merchant-menu-button{color:#222;cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex}.merchant-drawer-overlay{z-index:1000;background:#0006;position:fixed;inset:0}.merchant-drawer{background:#fff;flex-direction:column;width:min(82vw,320px);height:100%;animation:.2s merchant-drawer-in;display:flex;box-shadow:6px 0 24px #0000001f}@keyframes merchant-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.merchant-drawer-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;min-height:72px;padding:14px 18px;display:flex}.merchant-drawer-header strong{color:#1c1c1c;font-size:18px}.merchant-drawer-header button{color:#333;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.merchant-drawer-nav{flex-direction:column;gap:4px;padding:12px;display:flex}.merchant-drawer-nav button{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:11px;align-items:center;gap:14px;width:100%;min-height:50px;padding:0 14px;font-size:14px;font-weight:600;display:flex}.merchant-drawer-nav button:hover{background:#f5f5f5}.merchant-drawer-nav svg{flex-shrink:0}.merchant-drawer-nav .merchant-drawer-logout{color:#d32f2f;margin-top:10px}.merchant-logout-modal-backdrop{z-index:9999;background:#00000073;justify-content:center;align-items:flex-end;animation:.2s merchantLogoutFade;display:flex;position:fixed;inset:0}.merchant-logout-modal{width:100%;max-width:520px;padding:10px 18px max(24px, env(safe-area-inset-bottom));background:#fff;border-radius:22px 22px 0 0;animation:.28s merchantLogoutUp}.merchant-logout-modal-handle{background:#ddd;border-radius:999px;width:42px;height:5px;margin:0 auto 18px}.merchant-logout-modal-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.merchant-logout-modal-header h2{margin:0;font-size:19px}.merchant-logout-modal-header p{color:#777;margin:4px 0 0;font-size:13px}.merchant-logout-modal-header>button{color:#666;cursor:pointer;background:0 0;border:0;font-size:30px;line-height:1}.merchant-logout-confirm{color:#fff;cursor:pointer;background:#ff4f16;border:0;border-radius:12px;width:100%;padding:14px;font-size:14px;font-weight:700}.merchant-logout-confirm:disabled{opacity:.6;cursor:default}@keyframes merchantLogoutUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes merchantLogoutFade{0%{background:0 0}to{background:#00000073}}.merchant-order-page{background:#f6f6f6;min-height:100dvh;padding-bottom:95px}.merchant-order-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:12px;min-height:70px;padding:10px 16px;display:flex}.merchant-order-header button{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.merchant-order-header h1{color:#1c1c1c;margin:0;font-size:18px}.merchant-order-header span{color:#ff4f16;margin-top:2px;font-size:12px;font-weight:700;display:block}.merchant-order-content{padding-bottom:20px}.merchant-order-section{background:#fff;margin-top:8px;padding:20px 16px}.merchant-order-section h2{color:#1c1c1c;margin:0 0 15px;font-size:16px}.merchant-order-items{flex-direction:column;display:flex}.merchant-order-item{border-bottom:1px solid #eee;align-items:flex-start;gap:10px;padding:13px 0;display:flex}.merchant-order-item:last-child{border-bottom:none}.merchant-order-item-quantity{color:#ff4f16;font-size:13px;font-weight:700}.merchant-order-item-info{flex-direction:column;flex:1;gap:3px;display:flex}.merchant-order-item-info strong{color:#1c1c1c;font-size:14px}.merchant-order-item-info span{color:#777;font-size:11px}.merchant-order-observation{margin-top:4px;font-style:italic}.merchant-order-info-row{align-items:center;gap:12px;display:flex}.merchant-order-info-row>svg{color:#ff4f16;flex-shrink:0}.merchant-order-info-row div{flex-direction:column;gap:3px;display:flex}.merchant-order-info-row strong{color:#1c1c1c;font-size:14px}.merchant-order-info-row span{color:#777;font-size:12px}.merchant-order-summary{flex-direction:column;gap:12px;display:flex}.merchant-order-summary>div{color:#666;justify-content:space-between;font-size:14px;display:flex}.merchant-order-total{border-top:1px solid #eee;margin-top:7px;padding-top:15px;color:#1c1c1c!important;font-size:16px!important}.merchant-order-footer{width:100%;max-width:480px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));box-sizing:border-box;z-index:50;background:#fff;border-top:1px solid #eee;gap:10px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.merchant-order-footer button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:48px;font-size:13px;font-weight:700;display:flex}.merchant-cancel-button{color:#d83c16;background:#fff;border:1px solid #ddd;flex:.8}.merchant-advance-button{color:#fff;background:#ff4f16;border:none;flex:1.4}.merchant-order-footer button:disabled{opacity:.6}.merchant-order-state{color:#777;text-align:center;justify-content:center;align-items:center;min-height:100dvh;padding:20px;display:flex}.merchant-delivery-waiting{background:#fff4ef;border-radius:12px;align-items:flex-start;gap:12px;margin:16px;padding:16px;display:flex}.merchant-delivery-waiting svg{color:#ff4f16;flex-shrink:0}.merchant-delivery-waiting div{flex-direction:column;gap:4px;display:flex}.merchant-delivery-waiting strong{font-size:14px}.merchant-delivery-waiting span{color:#666;font-size:13px;line-height:1.4}.merchant-order-chat-action{margin-bottom:16px}.merchant-order-chat-button{color:#ff4f16;cursor:pointer;background:#ff4f1614;border:1px solid #ff4f1633;border-radius:14px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:flex}.merchant-order-chat-button:hover{background:#ff4f1621}.merchant-order-chat-button:active{transform:scale(.98)}.merchant-menu-page{background:#f6f6f6;min-height:100dvh}.merchant-menu-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:13px;padding:20px 18px;display:flex}.merchant-menu-back{color:#1c1c1c;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.merchant-menu-header-text{flex-direction:column;display:flex}.merchant-menu-header-text span{color:#777;font-size:12px}.merchant-menu-header-text h1{color:#1c1c1c;margin:2px 0 0;font-size:22px}.merchant-menu-content{padding:10px}.merchant-menu-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.merchant-menu-toolbar div{flex-direction:column;display:flex}.merchant-menu-toolbar strong{color:#1c1c1c;font-size:16px}.merchant-menu-toolbar span{color:#777;margin-top:2px;font-size:12px}.merchant-menu-new-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.merchant-menu-products{flex-direction:column;gap:12px;display:flex}.merchant-menu-product{background:#fff;border-radius:16px;align-items:center;gap:13px;padding:13px;display:flex;box-shadow:0 2px 8px #0000000a}.merchant-menu-product-image{background:#f3f3f3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;display:flex;overflow:hidden}.merchant-menu-product-image img{object-fit:cover;width:100%;height:100%}.merchant-menu-product-info{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.merchant-menu-product-name{color:#1c1c1c;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.merchant-menu-product-price{color:#ff4f16;font-size:14px;font-weight:700}.merchant-menu-availability{color:#555;align-items:center;gap:6px;font-size:12px;display:flex}.merchant-menu-status-dot{background:#1da750;border-radius:50%;flex-shrink:0;width:7px;height:7px}.merchant-menu-status-dot.inactive{background:#aaa}.merchant-menu-product-actions{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.merchant-menu-switch{cursor:pointer;background:#d5d5d5;border:none;border-radius:999px;width:44px;height:25px;padding:0;transition:background .2s;position:relative}.merchant-menu-switch.active{background:#ff4f16}.merchant-menu-switch-circle{background:#fff;border-radius:50%;width:19px;height:19px;transition:transform .2s;position:absolute;top:3px;left:3px}.merchant-menu-switch.active .merchant-menu-switch-circle{transform:translate(19px)}.merchant-menu-edit-button{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:650;display:flex}.merchant-menu-state{color:#777;text-align:center;padding:90px 20px}@media (width<=380px){.merchant-menu-product-image{width:68px;height:68px}.merchant-menu-content{padding:12px}.merchant-menu-new-button{padding:0 11px}}.merchant-menu-categories-button{text-align:left;cursor:pointer;background:#fff;border:none;border-radius:14px;align-items:center;gap:12px;width:100%;margin-bottom:20px;padding:14px;display:flex;box-shadow:0 2px 8px #0000000a}.merchant-menu-categories-icon{color:#ff4f16;background:#fff0eb;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.merchant-menu-categories-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.merchant-menu-categories-text strong{color:#1c1c1c;font-size:14px}.merchant-menu-categories-text span{color:#777;font-size:12px}.merchant-menu-categories-arrow{color:#999;font-size:27px;line-height:1}.merchant-menu-setup{background:#fff;border:1px solid #e8e8e8;border-radius:16px;margin-bottom:18px;padding:18px}.merchant-menu-setup-header{flex-direction:column;gap:5px;margin-bottom:16px;display:flex}.merchant-menu-setup-header strong{color:#222;font-size:17px}.merchant-menu-setup-header span{color:#777;font-size:14px}.merchant-menu-setup-items{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.merchant-menu-setup-item{color:#444;align-items:center;gap:10px;font-size:14px;display:flex}.merchant-menu-setup-button{cursor:pointer;color:#fff;background:#ff4f16;border:0;border-radius:12px;width:100%;padding:14px 16px;font-size:15px;font-weight:600}.merchant-menu-setup-button:disabled{opacity:.45;cursor:not-allowed}.merchant-product-edit-page{background:#f6f6f6;min-height:100dvh}.merchant-product-edit-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:13px;padding:20px 18px;display:flex}.merchant-product-edit-back{color:#1c1c1c;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.merchant-product-edit-header-text{flex-direction:column;display:flex}.merchant-product-edit-header-text span{color:#777;font-size:12px}.merchant-product-edit-header-text h1{color:#1c1c1c;margin:2px 0 0;font-size:22px}.merchant-product-edit-content{padding:10px}.merchant-product-edit-form{width:100%;max-width:620px;margin:0 auto}.merchant-product-edit-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 2px 8px #0000000a}.merchant-product-edit-field{flex-direction:column;margin-bottom:22px;display:flex;position:relative}.merchant-product-edit-field:last-child{margin-bottom:0}.merchant-product-edit-field label{color:#1c1c1c;margin-bottom:8px;font-size:13px;font-weight:700}.merchant-product-edit-field input,.merchant-product-edit-field textarea{box-sizing:border-box;color:#1c1c1c;background:#fff;border:1px solid #ddd;border-radius:11px;outline:none;width:100%;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.merchant-product-edit-field>input{min-height:48px;padding:0 13px}.merchant-product-edit-field textarea{resize:vertical;min-height:120px;padding:13px}.merchant-product-edit-field input:focus,.merchant-product-edit-field textarea:focus{border-color:#ff4f16;box-shadow:0 0 0 3px #ff4f1614}.merchant-product-edit-counter{color:#999;text-align:right;margin-top:5px;font-size:11px}.merchant-product-price-input{background:#fff;border:1px solid #ddd;border-radius:11px;align-items:center;min-height:48px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.merchant-product-price-input:focus-within{border-color:#ff4f16;box-shadow:0 0 0 3px #ff4f1614}.merchant-product-price-input span{color:#666;padding-left:13px;font-size:14px;font-weight:700}.merchant-product-price-input input{min-width:0;height:46px;box-shadow:none;border:none;border-radius:0;flex:1;padding:0 13px 0 7px}.merchant-product-price-input input:focus{box-shadow:none;border:none}.merchant-product-save-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:50px;margin-top:16px;font-size:14px;font-weight:700;display:flex}.merchant-product-save-button:disabled{opacity:.6;cursor:default}.merchant-product-edit-state{color:#777;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:70dvh;padding:20px;display:flex}.merchant-product-edit-state p{margin:0}.merchant-product-edit-state button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:10px;min-height:42px;padding:0 16px;font-weight:700}@media (width<=380px){.merchant-product-edit-content{padding:12px}.merchant-product-edit-card{padding:15px}}.merchant-product-edit-field select{box-sizing:border-box;color:#1c1c1c;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:11px;outline:none;width:100%;min-height:48px;padding:0 13px;font-family:inherit;font-size:15px}.merchant-product-edit-field select:focus{border-color:#ff4f16;box-shadow:0 0 0 3px #ff4f1614}.merchant-product-options-button{text-align:left;cursor:pointer;background:#fff;border:none;border-radius:14px;align-items:center;gap:12px;width:100%;padding:14px;display:flex;box-shadow:0 2px 8px #0000000a}.merchant-product-options-icon{color:#ff4f16;background:#fff0eb;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.merchant-product-options-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.merchant-product-options-text strong{color:#1c1c1c;font-size:14px}.merchant-product-options-text span{color:#777;font-size:12px}.merchant-product-options-arrow{color:#999;font-size:27px;line-height:1}.merchant-product-image-field{flex-direction:column;gap:10px;display:flex}.merchant-product-image-field>label{font-weight:600}.merchant-product-image-select{cursor:pointer;background:#fafafa;border:2px dashed #ddd;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:170px;padding:20px;display:flex}.merchant-product-image-select input{display:none}.merchant-product-image-select span{color:#777;font-size:13px}.merchant-product-image-preview{background:#f2f2f2;border-radius:12px;width:100%;height:200px;position:relative;overflow:hidden}.merchant-product-image-preview img{object-fit:cover;width:100%;height:100%}.merchant-product-image-remove{color:#fff;cursor:pointer;background:#000000b3;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex;position:absolute;top:10px;right:10px}.merchant-custom-select{width:100%;position:relative}.merchant-custom-select-trigger{color:#222;cursor:pointer;background:#fff;border:1px solid #e4e4e4;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;padding:0 14px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s;display:flex}.merchant-custom-select-trigger.open{border-color:#ff4f16;box-shadow:0 0 0 2px #ff4f1614}.merchant-custom-select-trigger .placeholder{color:#999}.merchant-custom-select-chevron{color:#777;flex-shrink:0;transition:transform .2s}.merchant-custom-select-chevron.open{transform:rotate(180deg)}.merchant-custom-select-menu{z-index:50;background:#fff;border:1px solid #ededed;border-radius:14px;max-height:280px;padding:6px;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #0000001f}.merchant-custom-select-option{color:#222;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:42px;padding:0 11px;font-family:inherit;font-size:15px;transition:background .15s,color .15s;display:flex}.merchant-custom-select-option:hover{background:#f7f7f7}.merchant-custom-select-option.selected{color:#ff4f16;background:#ff4f1617;font-weight:600}.merchant-custom-select-menu::-webkit-scrollbar{width:5px}.merchant-custom-select-menu::-webkit-scrollbar-track{background:0 0}.merchant-custom-select-menu::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:20px}.merchant-categories-page{background:#f6f6f6;min-height:100dvh}.merchant-categories-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:13px;padding:20px 18px;display:flex}.merchant-categories-back{color:#1c1c1c;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.merchant-categories-header-text{flex-direction:column;display:flex}.merchant-categories-header-text span{color:#777;font-size:12px}.merchant-categories-header-text h1{color:#1c1c1c;margin:2px 0 0;font-size:22px}.merchant-categories-content{padding:16px}.merchant-categories-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.merchant-categories-toolbar>div{flex-direction:column;display:flex}.merchant-categories-toolbar strong{color:#1c1c1c;font-size:16px}.merchant-categories-toolbar span{color:#777;margin-top:2px;font-size:12px}.merchant-categories-new{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.merchant-categories-list{flex-direction:column;gap:12px;display:flex}.merchant-category-card{background:#fff;border-radius:16px;align-items:center;gap:12px;padding:14px;display:flex;box-shadow:0 2px 8px #0000000a}.merchant-category-icon{color:#ff4f16;background:#fff0eb;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.merchant-category-info{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.merchant-category-info strong{color:#1c1c1c;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.merchant-category-info>span{color:#666;align-items:center;gap:6px;font-size:12px;display:flex}.merchant-category-dot{background:#1da750;border-radius:50%;flex-shrink:0;width:7px;height:7px}.merchant-category-dot.inactive{background:#aaa}.merchant-category-actions{flex-direction:column;align-items:flex-end;gap:11px;display:flex}.merchant-category-switch{cursor:pointer;background:#d5d5d5;border:none;border-radius:999px;width:44px;height:25px;padding:0;transition:background .2s;position:relative}.merchant-category-switch.active{background:#ff4f16}.merchant-category-switch>span{background:#fff;border-radius:50%;width:19px;height:19px;transition:transform .2s;position:absolute;top:3px;left:3px}.merchant-category-switch.active>span{transform:translate(19px)}.merchant-category-switch:disabled{opacity:.6}.merchant-category-edit{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:650;display:flex}.merchant-categories-state{color:#777;text-align:center;padding:90px 20px}@media (width<=380px){.merchant-categories-content{padding:12px}.merchant-categories-new{padding:0 11px}}.merchant-category-order{gap:5px;display:flex}.merchant-category-order button{color:#555;cursor:pointer;background:#f7f7f7;border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.merchant-category-order button:disabled{opacity:.3;cursor:default}.merchant-category-order button:not(:disabled):active{transform:scale(.94)}.merchant-options-page{background:#f6f6f6;min-height:100dvh}.merchant-options-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:13px;padding:20px 18px;display:flex}.merchant-options-back{color:#1c1c1c;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.merchant-options-header-text{flex-direction:column;display:flex}.merchant-options-header-text span{color:#777;font-size:12px}.merchant-options-header-text h1{color:#1c1c1c;margin:2px 0 0;font-size:21px}.merchant-options-content{padding:16px}.merchant-options-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.merchant-options-toolbar>div{flex-direction:column;display:flex}.merchant-options-toolbar strong{color:#1c1c1c;font-size:16px}.merchant-options-toolbar span{color:#777;margin-top:2px;font-size:12px}.merchant-options-new{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.merchant-options-empty{text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:25px;display:flex}.merchant-options-empty-icon{color:#ff4f16;background:#fff0eb;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:13px;display:flex}.merchant-options-empty strong{color:#1c1c1c;font-size:15px}.merchant-options-empty>span{color:#777;max-width:280px;margin-top:6px;font-size:13px;line-height:1.5}.merchant-options-list{flex-direction:column;gap:12px;display:flex}.merchant-options-card{background:#fff;border-radius:14px;padding:16px}.merchant-options-card>div{flex-direction:column;gap:4px;display:flex}.merchant-options-card strong{color:#1c1c1c;font-size:14px}.merchant-options-card span{color:#777;font-size:12px}.merchant-options-state{color:#777;text-align:center;padding:90px 20px}.merchant-options-card{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;display:flex}.merchant-options-card-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.merchant-options-card-info small{color:#999;margin-top:2px;font-size:11px}.merchant-options-card-arrow{color:#aaa;flex-shrink:0}.merchant-option-item-actions{flex-shrink:0;align-items:center;gap:7px;display:flex}.merchant-option-item-edit,.merchant-option-item-delete{cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:flex}.merchant-option-item-edit{color:#555;background:#f3f3f3}.merchant-option-item-delete{color:#e33a20;background:#fff0ed}.merchant-option-item-delete:disabled{opacity:.5}.merchant-options-edit,.merchant-options-delete{cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.merchant-options-edit{color:#555}.merchant-options-delete{color:#d32f2f}.merchant-options-order{flex-direction:column;flex-shrink:0;gap:2px;display:flex}.merchant-options-order button{color:#444;cursor:pointer;background:#f5f5f5;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:24px;padding:0;display:flex}.merchant-options-order button:disabled{opacity:.3;cursor:default}.merchant-option-item-order{flex-direction:column;gap:2px;display:flex}.merchant-option-item-order button{color:#444;cursor:pointer;background:#f5f5f5;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:24px;padding:0;display:flex}.merchant-option-item-order button:disabled{opacity:.3;cursor:default}.merchant-store-edit-page{background:#f7f7f7;min-height:100dvh}.merchant-store-edit-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:14px;padding:18px 16px;display:flex}.merchant-store-edit-header>button{color:#222;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex}.merchant-store-edit-header span{color:#777;margin-bottom:2px;font-size:12px;display:block}.merchant-store-edit-header h1{color:#222;margin:0;font-size:21px}.merchant-store-edit-content{padding:5px}.merchant-store-edit-form{flex-direction:column;gap:16px;display:flex}.merchant-store-edit-card{background:#fff;border-radius:16px;flex-direction:column;gap:24px;padding:18px;display:flex}.merchant-store-logo-field{flex-direction:column;gap:10px;display:flex}.merchant-store-logo-field>label{color:#222;font-size:14px;font-weight:650}.merchant-store-logo-preview{aspect-ratio:1;background:#f3f3f3;border-radius:18px;width:150px;position:relative;overflow:hidden}.merchant-store-logo-preview img{object-fit:cover;width:100%;height:100%;display:block}.merchant-store-logo-preview button{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:flex;position:absolute;top:8px;right:8px}.merchant-store-logo-select{aspect-ratio:1;box-sizing:border-box;color:#555;text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #ddd;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:150px;padding:14px;display:flex}.merchant-store-logo-select strong{font-size:13px}.merchant-store-logo-select span{color:#888;font-size:10px;line-height:1.35}.merchant-store-logo-select input{display:none}.merchant-store-edit-field{flex-direction:column;gap:8px;display:flex}.merchant-store-edit-field label{color:#222;font-size:14px;font-weight:650}.merchant-store-edit-field input{box-sizing:border-box;color:#222;background:#fff;border:1px solid #ddd;border-radius:11px;outline:none;width:100%;height:48px;padding:0 13px;font-family:inherit;font-size:15px}.merchant-store-edit-field input:focus{border-color:#ff4f16}.merchant-store-save-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:13px;justify-content:center;align-items:center;gap:8px;width:90%;height:52px;margin:0 auto 50px;font-size:15px;font-weight:700;display:flex}.merchant-store-save-button:disabled{opacity:.65;cursor:default}.merchant-store-edit-state{text-align:center;padding:40px 20px}.merchant-store-cover-field{flex-direction:column;gap:10px;display:flex}.merchant-store-cover-field>label{color:#222;font-size:14px;font-weight:650}.merchant-store-cover-preview{aspect-ratio:16/9;background:#f3f3f3;border-radius:16px;width:100%;position:relative;overflow:hidden}.merchant-store-cover-preview img{object-fit:cover;width:100%;height:100%;display:block}.merchant-store-cover-preview button{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex;position:absolute;top:10px;right:10px}.merchant-store-cover-select{aspect-ratio:16/9;box-sizing:border-box;color:#555;text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #ddd;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;padding:18px;display:flex}.merchant-store-cover-select strong{font-size:14px}.merchant-store-cover-select span{color:#888;font-size:11px}.merchant-store-cover-select input{display:none}.merchant-image-hint{color:#8a8a8a;margin:0;font-size:11px;font-weight:400;line-height:1.4}.merchant-field-hint{color:#8a8a8a;margin:-2px 0 0;font-size:11px;line-height:1.4}.merchant-money-input{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:11px;align-items:center;width:100%;height:48px;display:flex;overflow:hidden}.merchant-money-input:focus-within{border-color:#ff4f16}.merchant-money-input span{color:#555;padding-left:13px;font-size:15px;font-weight:600}.merchant-money-input input{color:#222;background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;padding:0 13px 0 7px;font-family:inherit;font-size:15px}.merchant-business-hours{margin-top:12px;padding-top:8px}.merchant-business-hours-header{margin-bottom:16px}.merchant-business-hours-header h2{color:#171717;margin:0 0 5px;font-size:17px;font-weight:700}.merchant-business-hours-header p{color:#777;margin:0;font-size:13px;line-height:1.45}.merchant-business-hours-list{flex-direction:column;display:flex}.merchant-business-hours-day{border-bottom:1px solid #eee;padding:16px 0}.merchant-business-hours-day:last-child{border-bottom:0}.merchant-business-hours-day-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.merchant-business-hours-day-header>div{flex-direction:column;gap:3px;display:flex}.merchant-business-hours-day-header strong{color:#1b1b1b;font-size:14px;font-weight:600}.merchant-business-hours-day-header span{color:#888;font-size:12px}.merchant-business-switch{flex-shrink:0;width:44px;height:24px;position:relative}.merchant-business-switch input{opacity:0;width:0;height:0;position:absolute}.merchant-business-switch-slider{cursor:pointer;background:#d8d8d8;border-radius:999px;transition:all .2s;position:absolute;inset:0}.merchant-business-switch-slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px}.merchant-business-switch input:checked+.merchant-business-switch-slider{background:#ff4f16}.merchant-business-switch input:checked+.merchant-business-switch-slider:before{transform:translate(20px)}.merchant-business-hours-times{grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;margin-top:14px;display:grid}.merchant-business-hours-times>div{flex-direction:column;gap:6px;display:flex}.merchant-business-hours-times label{color:#777;font-size:12px}.merchant-business-hours-times input{color:#222;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;height:44px;padding:0 10px;font-size:14px}.merchant-business-hours-times input:focus{border-color:#ff4f16}.merchant-business-hours-separator{color:#999;padding-bottom:13px;font-size:12px}.merchant-delivery-model{flex-direction:column;gap:14px;margin-top:4px;display:flex}.merchant-delivery-model-header h2{color:#1c1c1c;margin:0 0 5px;font-size:15px;font-weight:700}.merchant-delivery-model-header p{color:#888;margin:0;font-size:12px;line-height:1.45}.merchant-delivery-model-options{flex-direction:column;gap:10px;display:flex}.merchant-delivery-model-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #e7e7e7;border-radius:14px;align-items:center;gap:12px;width:100%;padding:14px;transition:border-color .18s,background .18s,transform .15s;display:flex}.merchant-delivery-model-option:active{transform:scale(.985)}.merchant-delivery-model-option.active{background:#fff5f1;border-color:#ff4f16}.merchant-delivery-model-icon{color:#777;background:#f5f5f5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .18s,color .18s;display:flex}.merchant-delivery-model-option.active .merchant-delivery-model-icon{color:#fff;background:#ff4f16}.merchant-delivery-model-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.merchant-delivery-model-info strong{color:#222;font-size:14px;font-weight:700}.merchant-delivery-model-info span{color:#858585;font-size:11px;line-height:1.4}.merchant-delivery-model-radio{border:2px solid #ccc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:border-color .18s;display:flex}.merchant-delivery-model-option.active .merchant-delivery-model-radio{border-color:#ff4f16}.merchant-delivery-model-option.active .merchant-delivery-model-radio span{background:#ff4f16;border-radius:50%;width:10px;height:10px}.merchant-delivery-time-fields{grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;display:grid}.merchant-delivery-time-fields>div{flex-direction:column;gap:6px;min-width:0;display:flex}.merchant-delivery-time-fields>div>span{color:#777;font-size:12px}.merchant-delivery-time-input{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:11px;align-items:center;width:100%;height:48px;display:flex;overflow:hidden}.merchant-delivery-time-input:focus-within{border-color:#ff4f16}.merchant-delivery-time-input input{background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;padding:0 4px 0 13px;font-family:inherit;font-size:15px}.merchant-delivery-time-input>span{color:#888;padding-right:12px;font-size:12px;font-weight:600}.merchant-delivery-time-separator{color:#999;padding-bottom:16px;font-size:12px}.merchant-store-free-delivery{background:#fff;border:1px solid #eee;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:16px;display:flex}.merchant-store-free-delivery>div{flex-direction:column;gap:4px;min-width:0;display:flex}.merchant-store-free-delivery strong{color:#1c1c1c;font-size:15px}.merchant-store-free-delivery span{color:#777;font-size:12px}.merchant-store-free-delivery-switch{cursor:pointer;background:#ddd;border:none;border-radius:999px;flex-shrink:0;width:50px;height:28px;padding:0;transition:background .2s;position:relative}.merchant-store-free-delivery-switch>span{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0000002e}.merchant-store-free-delivery-switch.active{background:#ff4f16}.merchant-store-free-delivery-switch.active>span{transform:translate(22px)}.merchant-finances-page{background:#f7f7f7;min-height:100vh}.merchant-finances-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:14px;padding:20px 18px;display:flex}.merchant-finances-back{cursor:pointer;background:#f5f5f5;border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.merchant-finances-header h1{color:#181818;margin:0;font-size:20px;font-weight:700}.merchant-finances-header p{color:#777;margin:3px 0 0;font-size:13px}.merchant-finances-content{width:100%;max-width:700px;margin:0 auto;padding:20px 16px}.merchant-balance-card{background:#fff;border:1px solid #eee;border-radius:18px;padding:22px}.merchant-balance-heading{color:#555;align-items:center;gap:10px;margin-bottom:18px;font-size:14px;font-weight:600;display:flex}.merchant-balance-icon{color:#ff4f16;background:#fff1ec;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.merchant-balance-value{color:#181818;margin-bottom:5px;font-size:32px;font-weight:750;display:block}.merchant-balance-description{color:#888;font-size:13px;display:block}.merchant-balance-loading{color:#777;padding:10px 0}.merchant-balance-error{color:#c62828;flex-direction:column;align-items:flex-start;gap:12px;display:flex}.merchant-balance-error button{cursor:pointer;background:#eee;border:0;border-radius:9px;padding:9px 14px}.merchant-balance-refresh{color:#444;cursor:pointer;background:#f3f3f3;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;margin-top:22px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.merchant-balance-refresh:disabled{opacity:.6;cursor:default}.spinning{animation:.8s linear infinite merchant-spin}@keyframes merchant-spin{to{transform:rotate(360deg)}}.merchant-financial-setup-card{background:#fff;border:1px solid #eee;border-radius:18px;flex-direction:column;align-items:flex-start;gap:16px;padding:22px;display:flex}.merchant-financial-setup-text h2{color:#181818;margin:0 0 7px;font-size:18px;font-weight:700}.merchant-financial-setup-text p{color:#777;margin:0;font-size:14px;line-height:1.5}.merchant-financial-setup-button{color:#fff;cursor:pointer;background:#ff4f16;border:0;border-radius:12px;width:100%;min-height:48px;margin-top:4px;font-size:15px;font-weight:700}.merchant-balance-visibility{color:#777;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:4px;padding:4px;display:flex}.merchant-balance-visibility:active{opacity:.6}.merchant-withdraw-button{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;min-height:48px;margin-top:16px;padding:0 20px;font-size:15px;font-weight:600;transition:opacity .2s,transform .1s}.merchant-withdraw-button:active{transform:scale(.98)}.merchant-withdraw-button:disabled{opacity:.5;cursor:not-allowed}.merchant-withdrawals-section{margin-top:22px}.merchant-withdrawals-section h2{color:#222;margin:0 0 12px;font-size:17px;font-weight:700}.merchant-withdrawals-list{flex-direction:column;gap:10px;display:flex}.merchant-withdrawal-item{background:#fff;border:1px solid #eee;border-radius:14px;padding:16px}.merchant-withdrawal-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.merchant-withdrawal-main strong{color:#222;font-size:16px}.merchant-withdrawal-status{border-radius:999px;padding:5px 9px;font-size:12px;font-weight:600}.merchant-withdrawal-status.completed{color:#258447;background:#eaf8ef}.merchant-withdrawal-status.processing{color:#a86400;background:#fff4e5}.merchant-withdrawal-status.failed{color:#c63a10;background:#fff0ed}.merchant-withdrawal-details{color:#777;justify-content:space-between;gap:12px;margin-top:8px;font-size:12px;display:flex}.merchant-withdrawals-message,.merchant-withdrawals-empty{color:#777;background:#fff;border:1px solid #eee;border-radius:14px;padding:18px;font-size:13px}.merchant-withdrawals-message.error{color:#c63a10}.merchant-withdrawals-empty{align-items:center;gap:10px;display:flex}.merchant-financial-setup-page{background:#fff;min-height:100vh}.merchant-financial-setup-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:14px;padding:18px 16px;display:flex}.merchant-financial-setup-header h1{color:#222;margin:0;font-size:20px;font-weight:700}.merchant-financial-setup-header p{color:#777;margin:3px 0 0;font-size:13px;font-weight:400}.merchant-financial-setup-back{color:#222;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.merchant-financial-setup-back:disabled{opacity:.6;cursor:not-allowed}.merchant-financial-setup-content{box-sizing:border-box;width:100%;max-width:600px;margin:0 auto;padding:24px 16px 32px}.merchant-financial-setup-intro{background:#fff;border:1px solid #eee;border-radius:14px;align-items:center;gap:14px;margin-bottom:26px;padding:16px;display:flex}.merchant-financial-setup-icon{color:#ff4f16;background:#fff0eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.merchant-financial-setup-intro strong{color:#222;margin-bottom:3px;font-size:15px;font-weight:700;display:block}.merchant-financial-setup-intro p{color:#777;margin:0;font-size:13px;line-height:1.45}.merchant-financial-setup-form{flex-direction:column;gap:22px;display:flex}.merchant-financial-setup-section{flex-direction:column;gap:18px;display:flex}.merchant-financial-setup-section h2{color:#222;margin:0 0 2px;font-size:16px;font-weight:700}.merchant-financial-setup-form label{color:#333;flex-direction:column;gap:7px;width:100%;font-size:14px;font-weight:600;display:flex}.merchant-financial-setup-form input{box-sizing:border-box;color:#222;width:100%;font:inherit;background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;padding:13px 14px;font-weight:400}.merchant-financial-setup-form input:focus{border-color:#ff4f16}.merchant-financial-setup-form input::placeholder{color:#aaa}.merchant-financial-setup-form input:disabled{color:#888;cursor:not-allowed;background:#f7f7f7}.merchant-financial-address-row{gap:12px;display:flex}.merchant-financial-address-row label{flex:1}.merchant-financial-income-field{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:10px;align-items:center;width:100%;display:flex;overflow:hidden}.merchant-financial-income-field:focus-within{border-color:#ff4f16}.merchant-financial-income-field>span{color:#555;padding-left:14px;font-size:14px;font-weight:600}.merchant-financial-income-field input{border:none;border-radius:0;padding-left:8px}.merchant-financial-income-field input:focus{border:none}.merchant-financial-setup-error{color:#c62828;background:#fff5f5;border:1px solid #f1b6b4;border-radius:10px;padding:13px 14px;font-size:13px;line-height:1.45}.merchant-financial-setup-submit{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;margin-top:4px;padding:15px;font-size:15px;font-weight:700}.merchant-financial-setup-submit:disabled{opacity:.65;cursor:not-allowed}@media (width<=420px){.merchant-financial-address-row{gap:10px}}.merchant-onboarding{background:#fff;flex-direction:column;min-height:100dvh;display:flex}.merchant-onboarding-header{justify-content:space-between;align-items:center;height:62px;padding:0 16px;display:flex}.merchant-onboarding-header>span{color:#666;font-size:14px;font-weight:650}.merchant-onboarding-back{color:#1c1c1c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.merchant-onboarding-back:active{background:#f4f4f4}.merchant-onboarding-header-space{width:40px}.merchant-onboarding-progress{background:#eee;width:100%;height:4px}.merchant-onboarding-progress-bar{background:#ff4f16;border-radius:0 999px 999px 0;height:100%;transition:width .25s}.merchant-onboarding-content{flex:1;width:100%;max-width:520px;margin:0 auto;padding:32px 20px 120px}.merchant-onboarding-intro>span{color:#ff4f16;letter-spacing:.3px;margin-bottom:8px;font-size:12px;font-weight:750;display:block}.merchant-onboarding-intro h1{color:#1c1c1c;margin:0;font-size:27px;font-weight:780;line-height:1.18}.merchant-onboarding-intro p{color:#6c6c6c;margin:10px 0 0;font-size:15px;line-height:1.5}.merchant-onboarding-form{flex-direction:column;gap:20px;margin-top:34px;display:flex}.merchant-onboarding-form label{color:#292929;flex-direction:column;gap:8px;font-size:14px;font-weight:650;display:flex}.merchant-onboarding-form input{color:#1c1c1c;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:100%;height:52px;padding:0 14px;font-family:inherit;font-size:15px}.merchant-onboarding-form input::placeholder{color:#aaa}.merchant-onboarding-form input:focus{border-color:#ff4f16;box-shadow:0 0 0 2px #ff4f1614}.merchant-onboarding-footer{padding:14px 20px max(16px, env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eee;position:fixed;bottom:0;left:0;right:0}.merchant-onboarding-continue{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:13px;justify-content:center;align-items:center;gap:6px;width:100%;max-width:480px;min-height:52px;margin:0 auto;font-family:inherit;font-size:15px;font-weight:750;display:flex}.merchant-onboarding-continue:disabled{color:#999;cursor:default;background:#e6e6e6}.merchant-onboarding-error{color:#d93025;margin-top:-2px;font-size:12px;font-weight:550;line-height:1.35;display:block}.merchant-onboarding-general-error{color:#c62828;background:#fff0ee;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.4}.merchant-image-field{flex-direction:column;gap:10px;display:flex}.merchant-image-field-title{color:#292929;justify-content:space-between;align-items:center;font-size:14px;font-weight:650;display:flex}.merchant-image-field-title span{color:#999;font-size:11px;font-weight:550}.merchant-logo-picker{cursor:pointer;background:#f8f8f8;border:1px dashed #ccc;border-radius:18px;width:104px;height:104px;display:block;overflow:hidden}.merchant-logo-picker img{object-fit:cover;width:100%;height:100%;display:block}.merchant-logo-placeholder{color:#ff4f16;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;height:100%;display:flex}.merchant-logo-placeholder span{font-size:11px;font-weight:650}.merchant-cover-picker{aspect-ratio:16/9;cursor:pointer;background:#f8f8f8;border:1px dashed #ccc;border-radius:16px;width:100%;display:block;overflow:hidden}.merchant-cover-picker img{object-fit:cover;width:100%;height:100%;display:block}.merchant-cover-placeholder{color:#ff4f16;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.merchant-cover-placeholder span{font-size:13px;font-weight:650}.merchant-logo-picker input,.merchant-cover-picker input{display:none}.merchant-onboarding-loading{color:#777;background:#fff;justify-content:center;align-items:center;min-height:100dvh;font-size:14px;font-weight:600;display:flex}.merchant-address-row{grid-template-columns:1fr 90px;gap:12px;display:grid}.merchant-field-optional{color:#999;margin-left:6px;font-size:11px;font-weight:500}.merchant-onboarding-form select{color:#1c1c1c;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:100%;height:52px;padding:0 14px;font-family:inherit;font-size:15px}.merchant-onboarding-form select:focus{border-color:#ff4f16;box-shadow:0 0 0 2px #ff4f1614}.merchant-business-section{flex-direction:column;gap:12px;display:flex}.merchant-business-title{color:#292929;font-size:14px;font-weight:650}.merchant-radio-option,.merchant-checkbox-option{cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:12px;align-items:center;min-height:48px;padding:0 14px;flex-direction:row!important;gap:12px!important;display:flex!important}.merchant-radio-option input,.merchant-checkbox-option input{accent-color:#ff4f16;flex-shrink:0;width:18px;height:18px}.merchant-radio-option span,.merchant-checkbox-option span{color:#292929;font-size:14px;font-weight:550}.merchant-business-hours{grid-template-columns:1fr 1fr;gap:12px;display:grid}.merchant-onboarding-business-hours{flex-direction:column;gap:14px;display:flex}.merchant-onboarding-business-hours-header>span{color:#292929;font-size:14px;font-weight:650;display:block}.merchant-onboarding-business-hours-header p{color:#888;margin:5px 0 0;font-size:12px;line-height:1.45}.merchant-onboarding-business-hours-list{flex-direction:column;display:flex}.merchant-onboarding-business-day{border-bottom:1px solid #eee;padding:15px 0}.merchant-onboarding-business-day:last-child{border-bottom:none}.merchant-onboarding-business-day-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.merchant-onboarding-business-day-header>div{flex-direction:column;gap:3px;display:flex}.merchant-onboarding-business-day-header strong{color:#1b1b1b;font-size:14px;font-weight:600}.merchant-onboarding-business-day-header span{color:#888;font-size:12px}.merchant-onboarding-switch{flex-shrink:0;width:44px;height:24px;position:relative}.merchant-onboarding-switch input{opacity:0;width:0;height:0;position:absolute}.merchant-onboarding-switch-slider{cursor:pointer;background:#d8d8d8;border-radius:999px;transition:all .2s;position:absolute;inset:0}.merchant-onboarding-switch-slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px}.merchant-onboarding-switch input:checked+.merchant-onboarding-switch-slider{background:#ff4f16}.merchant-onboarding-switch input:checked+.merchant-onboarding-switch-slider:before{transform:translate(20px)}.merchant-onboarding-business-times{grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;margin-top:14px;display:grid}.merchant-onboarding-business-times>div{flex-direction:column;gap:6px;display:flex}.merchant-onboarding-business-times label{color:#777;font-size:12px;font-weight:500}.merchant-onboarding-business-times input{box-sizing:border-box;color:#222;background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;width:100%;height:44px;padding:0 10px;font-family:inherit;font-size:14px}.merchant-onboarding-business-times input:focus{border-color:#ff4f16}.merchant-onboarding-business-times-separator{color:#999;padding-bottom:13px;font-size:12px}.merchant-withdraw-page{background:#f7f7f7;min-height:100vh}.merchant-withdraw-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:14px;padding:18px 16px;display:flex}.merchant-withdraw-header h1{margin:0;font-size:20px;font-weight:700}.merchant-withdraw-header p{color:#777;margin:3px 0 0;font-size:13px}.merchant-withdraw-back{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.merchant-withdraw-content{padding:18px 16px 32px}.merchant-withdraw-balance-card,.merchant-withdraw-form-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:18px}.merchant-withdraw-balance-heading{color:#666;align-items:center;gap:9px;margin-bottom:14px;font-size:14px;display:flex}.merchant-withdraw-balance-icon{color:#ff4f16;justify-content:center;align-items:center;display:flex}.merchant-withdraw-balance-card strong{font-size:28px;font-weight:750;display:block}.merchant-withdraw-loading{color:#777;font-size:14px}.merchant-withdraw-form-card{margin-top:16px}.merchant-withdraw-field{flex-direction:column;gap:9px;display:flex}.merchant-withdraw-field+.merchant-withdraw-field{margin-top:18px}.merchant-withdraw-field label{color:#333;font-size:14px;font-weight:600}.merchant-withdraw-amount-wrapper,.merchant-withdraw-pix-wrapper{background:#fff;border:1px solid #ddd;border-radius:12px;align-items:center;gap:9px;min-height:50px;padding:0 14px;display:flex}.merchant-withdraw-amount-wrapper:focus-within,.merchant-withdraw-pix-wrapper:focus-within{border-color:#ff4f16}.merchant-withdraw-amount-wrapper span{font-size:17px;font-weight:600}.merchant-withdraw-amount-wrapper input,.merchant-withdraw-pix-wrapper input{background:0 0;border:none;outline:none;width:100%;font-size:16px}.merchant-withdraw-field select{background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;width:100%;min-height:50px;padding:0 14px;font-size:15px}.merchant-withdraw-field select:focus{border-color:#ff4f16}.merchant-withdraw-full-balance{color:#ff4f16;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:13px;font-weight:600}.merchant-withdraw-divider{background:#eee;height:1px;margin:20px 0}.merchant-withdraw-error{color:#c63a10;background:#fff1ed;border-radius:10px;margin-top:16px;padding:12px 14px;font-size:13px}.merchant-withdraw-info{color:#666;background:#fff;border-radius:12px;margin-top:16px;padding:14px;font-size:13px;line-height:1.5}.merchant-withdraw-continue{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;min-height:50px;margin-top:20px;font-size:15px;font-weight:700}.merchant-withdraw-continue:active{transform:scale(.98)}.merchant-withdraw-continue:disabled{opacity:.5;cursor:not-allowed}.merchant-withdraw-confirm-page{background:#f7f7f7;min-height:100vh}.merchant-withdraw-confirm-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:14px;padding:18px 16px;display:flex}.merchant-withdraw-confirm-header h1{margin:0;font-size:20px;font-weight:700}.merchant-withdraw-confirm-header p{color:#777;margin:3px 0 0;font-size:13px}.merchant-withdraw-confirm-back{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.merchant-withdraw-confirm-content{padding:18px 16px 32px}.merchant-withdraw-confirm-value{background:#fff;border:1px solid #eee;border-radius:16px;flex-direction:column;align-items:center;padding:24px 18px;display:flex}.merchant-withdraw-confirm-value-icon{color:#ff4f16;background:#fff1ed;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;display:flex}.merchant-withdraw-confirm-value span{color:#777;font-size:13px}.merchant-withdraw-confirm-value strong{margin-top:5px;font-size:30px;font-weight:750}.merchant-withdraw-confirm-card{background:#fff;border:1px solid #eee;border-radius:16px;margin-top:16px;padding:18px}.merchant-withdraw-confirm-card h2{margin:0 0 18px;font-size:15px}.merchant-withdraw-confirm-row{align-items:center;gap:12px;display:flex}.merchant-withdraw-confirm-row-icon{color:#555;background:#f7f7f7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.merchant-withdraw-confirm-row div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.merchant-withdraw-confirm-row span{color:#777;font-size:12px}.merchant-withdraw-confirm-row strong{overflow-wrap:anywhere;font-size:14px}.merchant-withdraw-confirm-warning{color:#8c3c22;background:#fff7f4;border-radius:12px;align-items:flex-start;gap:10px;margin-top:16px;padding:14px;display:flex}.merchant-withdraw-confirm-warning svg{flex-shrink:0}.merchant-withdraw-confirm-warning p{margin:0;font-size:13px;line-height:1.5}.merchant-withdraw-confirm-primary{color:#fff;cursor:pointer;background:#ff4f16;border:none;border-radius:12px;width:100%;min-height:50px;margin-top:20px;padding:0 18px;font-size:15px;font-weight:700}.merchant-withdraw-confirm-primary:active{transform:scale(.98)}.merchant-withdraw-confirm-primary:disabled{opacity:.55;cursor:not-allowed}.merchant-withdraw-confirm-invalid{color:#666;text-align:center;background:#fff;border:1px solid #eee;border-radius:14px;padding:18px;font-size:14px}.merchant-withdraw-confirm-error{color:#c63a10;background:#fff1ed;border-radius:10px;margin-top:16px;padding:12px 14px;font-size:13px}
