*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#000;overflow-x:hidden;overflow-y:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}:root{--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--header-green: rgb(171, 244, 34);--header-radius: 28px;--bottom-tabs-height: 64px;--floating-cart-offset: 80px}.app-header{position:sticky;top:0;z-index:30;background:#fff}.app-header-title-row{display:flex;align-items:center;justify-content:center;min-height:42px;padding:calc(var(--safe-top) + 10px) 16px 26px;background:var(--header-green);border-bottom-left-radius:var(--header-radius);border-bottom-right-radius:var(--header-radius)}.app-header-menu .app-header-title-row{border-bottom-left-radius:0;border-bottom-right-radius:0}.app-header-menu .app-header-controls-row{border-bottom-left-radius:var(--header-radius);border-bottom-right-radius:var(--header-radius)}:root{--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--header-green: rgb(171, 244, 34);--header-radius: 28px}.app-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom-left-radius:var(--header-radius);border-bottom-right-radius:var(--header-radius);overflow:hidden}.app-header-menu{padding-bottom:10px}.app-header-title-row{display:flex;align-items:center;justify-content:center;min-height:42px;padding:calc(var(--safe-top) + 10px) 16px 26px;background:var(--header-green)}.app-header-center-title{text-align:center;font-size:28px;font-weight:700;letter-spacing:-.04em;line-height:1;color:#000}.app-header-controls-row{position:relative;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-16px;padding:14px 14px 0;border-top-left-radius:24px;border-top-right-radius:24px}.app-header-controls-left,.app-header-controls-right{display:flex;align-items:center}.search-bar-wrap{background:#fff;padding:10px 14px 0}.app-header:not(.app-header-menu) .app-header-title-row{padding-bottom:18px}.header-icon-btn{width:34px;height:34px;border-radius:999px;border:1px solid #ececec;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#000;cursor:pointer;padding:0}.header-icon-btn svg{width:18px;height:18px;fill:currentColor}.search-input{width:100%;min-height:40px;border:1px solid #e8e8e8;border-radius:14px;padding:0 14px;background:#fafafa;color:#000}.search-toggle-btn{height:36px;border-radius:999px;border:1px solid #ececec;background:#fff;display:inline-flex;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;color:#000;cursor:pointer}.search-toggle-btn svg{width:16px;height:16px;fill:currentColor}.app-content{flex:1;min-height:0;padding-bottom:calc(var(--bottom-tabs-height) + var(--floating-cart-offset) + var(--safe-bottom))}.cart-page,.checkout-page,.account-page,.about-page{padding-bottom:calc(var(--bottom-tabs-height) + var(--safe-bottom))}.menu-page{padding-bottom:calc(var(--bottom-tabs-height) + var(--floating-cart-offset) + var(--safe-bottom))}.page-state,.page-title{padding:16px 14px}.city-selector-trigger{display:inline-flex;align-items:center;gap:5px;border:1px solid #ececec;background:#fff;border-radius:999px;color:#000;cursor:pointer;box-shadow:0 2px 8px #0000000a;min-height:34px;padding:7px 10px}.city-selector-pin{width:14px;height:14px;flex-shrink:0;opacity:.6}.city-selector-label{font-size:13px;line-height:1;white-space:nowrap;max-width:96px;overflow:hidden;text-overflow:ellipsis}.city-selector-chevron{width:18px;height:18px;fill:currentColor;flex-shrink:0;opacity:.5}.city-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#00000073;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:cityModalFadeIn .2s ease}@keyframes cityModalFadeIn{0%{opacity:0}to{opacity:1}}.city-modal-content{width:80%;max-width:320px;display:flex;flex-direction:column;align-items:stretch;gap:10px;text-align:center}.city-modal-title{font-size:16px;font-weight:600;text-transform:lowercase;color:#fff;letter-spacing:.04em;margin-bottom:4px}.city-modal-hint{font-size:11px;color:#ffffffb3;margin-top:-4px;margin-bottom:4px}.city-modal-options{display:flex;flex-direction:column;gap:10px}.city-option-btn{width:100%;border:none;border-radius:999px;padding:14px 24px;background:#fff;color:#111;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;box-shadow:0 8px 18px #0000002e;transition:transform .08s ease,background .12s ease,box-shadow .12s ease}.city-option-btn:hover{background:#abf422;transform:translateY(-1px);box-shadow:0 10px 22px #00000038}.city-option-btn:active{transform:translateY(0);box-shadow:0 6px 14px #0000002e}.city-option-btn.active{background:#abf422}.filters{display:flex;gap:.3rem;overflow-x:auto;padding:.3rem max(.4rem,2vw);-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;max-width:100%}.filters::-webkit-scrollbar{display:none}.filters button,.filter-btn{white-space:nowrap;cursor:pointer}.filter-btn,.filters button{padding:.2rem .45rem;border:1px solid #000;background:#fff;border-radius:16px;font-size:.75rem;color:#000;min-height:28px;transition:all .2s ease}.filter-btn.active,.filters .active{background:#abf422;color:#000;border-color:#abf422;box-shadow:0 0 10px #abf42259}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:min(.28rem,1vw);padding:min(.25rem,1vw);width:100%;max-width:100%}.product-card{border:1px solid #f0f0f0;padding:min(.2rem,1vw);border-radius:min(8px,2vw);display:flex;flex-direction:column;height:100%;width:100%;position:relative;background:#fff}.badge-wrap{min-height:0;margin:0}.badge-wrap-overlay{position:absolute;top:8px;right:8px;z-index:11;display:flex;justify-content:flex-end;pointer-events:none}.badge-today,.badge-tomorrow{display:inline-block;font-size:10px;line-height:1;border-radius:999px;padding:5px 8px;box-shadow:0 2px 8px #00000014}.badge-today{background:#e9f8d7;color:#000}.badge-tomorrow{background:#e8f0ff;color:#000}.product-image-block,.product-image-wrap{position:relative}.product-image{width:100%;aspect-ratio:1 / 1;background:#f5f5f5;display:block;overflow:hidden;border-radius:min(6px,1.5vw);object-fit:cover}.product-image.placeholder{display:flex;align-items:center;justify-content:center;font-size:28px}.image-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 6px;pointer-events:none}.nav-btn{width:22px;height:22px;border-radius:50%;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;padding:0}.nav-btn svg{width:18px;height:18px;fill:#ffffffe6}.image-dots{position:absolute;bottom:7px;left:0;right:0;display:flex;justify-content:center;gap:5px;pointer-events:none}.dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;pointer-events:auto;cursor:pointer;border:none;padding:0}.dot.active{background:#fff;transform:scale(1.15)}.add-to-cart-fab{position:absolute;bottom:8px;right:8px;width:28px;height:28px;background:#808080d1;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 4px #0000001f;padding:0;transition:all .2s ease}.add-to-cart-fab svg{width:16px;height:16px;fill:currentColor}.add-to-cart-fab:hover,.add-to-cart-fab:active{background:#abf422;color:#000;transform:scale(1.08);box-shadow:0 2px 8px #abf4224d}.product-details{padding:min(.22rem,1vw);padding-top:min(.72rem,2vw);display:flex;flex-direction:column;justify-content:space-between;gap:0}.product-title{font-size:min(.76rem,3vw);margin-bottom:min(.18rem,.6vw);font-weight:500;line-height:1.22;height:2.44em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.price-quantity-row,.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:min(.25rem,1vw);margin-top:auto}.product-price,.cart-item-price{font-size:min(.92rem,3.5vw);color:#666;flex-shrink:0;font-weight:400}.quantity-controls{display:flex;align-items:center;gap:.2rem;flex-shrink:0}.quantity-btn{width:min(20px,5vw);height:min(20px,5vw);border:none;background:none;color:#999;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:min(.95rem,3.5vw);padding:0;min-height:min(20px,5vw)}.quantity-display{font-size:min(.92rem,3.5vw);min-width:24px;text-align:center;color:#666}.add-to-cart-btn{display:none}.go-to-cart-btn{position:fixed;left:12px;right:12px;bottom:calc(78px + env(safe-area-inset-bottom));z-index:28;display:flex;justify-content:space-between;align-items:center;border:0;border-radius:16px;padding:14px 16px;background:#000;color:#fff;cursor:pointer;box-shadow:0 10px 24px #00000029}.go-to-cart-left{display:flex;align-items:center;gap:10px}.go-to-cart-badge{min-width:24px;height:24px;border-radius:999px;background:#abf422;color:#000;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;padding:0 6px}.go-to-cart-price{font-weight:600}.bottom-tabs{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ececec;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 8px calc(8px + env(safe-area-inset-bottom));z-index:29}.tab-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#888;min-height:48px;font-size:11px}.tab-link svg{width:22px;height:22px;fill:currentColor}.tab-link.active{color:#000}.cart-items{padding:10px 12px 0;display:flex;flex-direction:column;gap:8px}.cart-item{display:flex;gap:10px;border:1px solid #f0f0f0;border-radius:14px;padding:10px;background:#fff;align-items:flex-start}.cart-item-image-wrap{width:68px;min-width:68px}.cart-item-image{width:68px;height:68px;object-fit:cover;border-radius:10px;background:#f5f5f5}.cart-item-placeholder{display:flex;align-items:center;justify-content:center}.cart-item-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.cart-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.cart-item-title{font-size:13px;line-height:1.25;font-weight:500;color:#000;min-width:0}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.cart-item-price{font-size:14px;color:#666;font-weight:500;flex-shrink:0}.remove-cart-item-btn{width:20px;height:20px;min-width:20px;border:none;background:transparent;color:#8d8d8d;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.remove-cart-item-btn svg{width:16px;height:16px;fill:currentColor}.quantity-controls.compact{gap:2px}.quantity-controls.compact .quantity-btn{width:18px;height:18px;min-height:18px;font-size:14px}.quantity-controls.compact .quantity-display{min-width:20px;font-size:14px}.delivery-zones,.points-redemption,.cart-summary,.cart-total,.nearest-slot,.checkout-section-react,.checkout-summary,.checkout-items-preview,.profile-card{margin:10px 12px;padding:12px;border:1px solid #f0f0f0;border-radius:14px;background:#fff}.section-title{font-weight:600;margin-bottom:10px;font-size:14px}.delivery-zone-list{display:flex;flex-direction:column;gap:8px}.delivery-zone-row{width:100%;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:10px;padding:10px 0;border:0;border-bottom:1px solid #f3f3f3;background:transparent;cursor:pointer;text-align:left}.delivery-zone-row:last-child{border-bottom:0;padding-bottom:0}.delivery-zone-radio{width:18px;height:18px;border:1.5px solid #cfcfcf;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.delivery-zone-radio-inner{width:8px;height:8px;border-radius:50%;background:transparent}.delivery-zone-row.active .delivery-zone-radio{border-color:#000}.delivery-zone-row.active .delivery-zone-radio-inner{background:#000}.delivery-zone-label{font-size:14px;color:#000}.delivery-zone-price{font-size:13px;color:#666;white-space:nowrap}.points-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.points-copy{min-width:0}.points-title{font-size:14px;font-weight:600;color:#000}.points-balance{margin-top:4px;color:#666;font-size:13px}.switch{width:44px;height:26px;border:none;border-radius:999px;background:#d9d9d9;position:relative;cursor:pointer;padding:0;transition:background .2s ease;flex-shrink:0}.switch.active{background:#000}.switch-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s ease}.switch.active .switch-thumb{transform:translate(18px)}.summary-row,.cart-total{display:flex;justify-content:space-between;align-items:center;gap:12px}.cart-summary,.checkout-summary,.checkout-items-preview{display:flex;flex-direction:column;gap:10px}.cart-total,.total-amount{font-size:18px;font-weight:700}.checkout-btn{width:calc(100% - 24px);margin:12px;padding:14px 16px;border:0;border-radius:16px;background:#000;color:#fff;cursor:pointer}.telegram-redirect-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#abf422;color:#000;text-decoration:none;padding:12px 24px;border:none;border-radius:24px;font-size:.95rem;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.telegram-redirect-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #abf42259}.telegram-redirect-btn svg{fill:currentColor;flex-shrink:0}.phone-login-modal{padding:24px 16px 32px}.phone-login-modal__content{display:flex;flex-direction:column;gap:16px}.phone-login-modal__content--success{align-items:center;padding:24px 0}.phone-login-modal__title{font-size:1.2rem;font-weight:700;margin:0}.phone-login-modal__subtitle{font-size:.9rem;color:var(--color-text-secondary, #888);margin:0}.phone-login-modal__error{font-size:.85rem;color:#b42318;margin:0}.phone-login-modal__otp-input{font-size:1.5rem;letter-spacing:.4em;text-align:center}.phone-login-modal__actions{display:flex;justify-content:space-between;gap:8px}.phone-login-modal__link{background:none;border:none;padding:0;font-size:.85rem;color:var(--color-accent, #abf422);cursor:pointer;text-decoration:underline}.phone-login-modal__link:disabled{color:#888;text-decoration:none;cursor:default}.phone-login-modal__success-icon{font-size:3rem;color:#abf422;line-height:1}.screen-card-wrap{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.screen-card{text-align:center;background:#f9f9f9;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #0000000f;max-width:360px;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.screen-card-icon{fill:#abf422;margin-bottom:4px}.screen-card__logo-text{font-size:42px;font-weight:800;letter-spacing:-.06em;color:#000;line-height:1;margin-bottom:4px}.screen-card h2{font-size:20px;font-weight:700;color:#000;letter-spacing:-.03em}.screen-card p{font-size:14px;color:#666;line-height:1.5}.screen-card__divider{width:100%;display:flex;align-items:center;gap:10px;margin:2px 0 6px}.screen-card__divider:before,.screen-card__divider:after{content:"";flex:1;height:1px;background:#e8e8e8}.screen-card__divider span{font-size:11px;color:#bbb;white-space:nowrap}.app-redirect-btn{width:100%;min-height:48px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;letter-spacing:-.02em}.app-redirect-btn--tg{background:#abf422;color:#000}.app-redirect-btn--max{background:#f0f0f0;color:#000}.contact-us-card__btns{display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-us-card__btn{min-height:46px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:700;cursor:pointer;letter-spacing:-.02em}.contact-us-card>.contact-us-card__btn--tg{width:100%;min-height:48px;font-size:15px}.contact-us-card__btn--tg{background:#abf422;color:#000}.contact-us-card__btn--max{background:#f0f0f0;color:#000}.empty-cart{padding:28px 16px;text-align:center}.checkout-page{padding-bottom:118px}.checkout-progress{margin:10px 12px 0;padding:14px;border:1px solid #f0f0f0;border-radius:16px;background:#fff}.checkout-progress-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.checkout-progress-title{font-size:15px;font-weight:600;color:#000}.checkout-progress-caption{font-size:12px;color:#777;white-space:nowrap}.checkout-progress-track{height:6px;background:#f1f1f1;border-radius:999px;overflow:hidden}.checkout-progress-fill{height:100%;background:#abf422;border-radius:999px;transition:width .25s ease}.checkout-form-react{display:flex;flex-direction:column;gap:10px;padding:10px 12px 24px}.checkout-step{border:1px solid #f0f0f0;border-radius:16px;background:#fff;overflow:hidden}.checkout-step-header{width:100%;border:0;background:#fff;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.checkout-step-header-left{display:flex;align-items:flex-start;gap:12px;min-width:0}.checkout-step-number{width:24px;height:24px;min-width:24px;border-radius:50%;background:#f3f3f3;color:#000;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.checkout-step-number svg{width:14px;height:14px;fill:currentColor}.checkout-step.completed .checkout-step-number{background:#abf422;color:#fff}.checkout-step-texts{min-width:0}.checkout-step-title{font-size:15px;font-weight:600;color:#000}.checkout-step-summary{margin-top:4px;font-size:12px;line-height:1.35;color:#666}.checkout-step-chevron{width:20px;height:20px;fill:#777;flex-shrink:0;transition:transform .2s ease}.checkout-step-chevron.open{transform:rotate(180deg)}.checkout-step-body{padding:0 14px 14px}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.form-label{font-size:13px;font-weight:500}.form-input{width:100%;min-height:42px;border:1px solid #e6e6e6;border-radius:12px;padding:10px 12px;background:#fff}.form-input:focus{outline:none;border-color:#bdbdbd}.form-textarea{min-height:88px;resize:vertical}.form-error{color:#b42318;font-size:12px}.checkout-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.recipient-toggle{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px}.step-next-btn{width:100%;min-height:42px;border:0;border-radius:12px;background:#f4f4f4;color:#000;cursor:pointer;margin-top:4px;font-weight:500}.step-next-btn:hover{background:#ededed}.checkout-items-preview,.checkout-summary{display:flex;flex-direction:column;gap:10px}.checkout-item-row,.summary-row,.checkout-total-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkout-item-left{display:flex;gap:6px;min-width:0;flex-wrap:wrap}.checkout-item-name{font-size:14px;color:#000}.checkout-item-qty{font-size:14px;color:#777}.checkout-item-price{font-size:14px;color:#000;white-space:nowrap}.summary-row{font-size:14px;color:#444}.checkout-total-row{margin-top:4px;padding-top:10px;border-top:1px solid #f1f1f1;font-size:18px;font-weight:700;color:#000}.submit-error{margin-top:12px;padding:12px 14px;border-radius:12px;background:#fef3f2;color:#b42318;border:1px solid #fecdca}.checkout-pay-btn{width:100%;margin:12px 0 0;min-height:48px;padding:14px 16px;border:0;border-radius:16px;background:#000;color:#fff;cursor:pointer;font-weight:600;box-shadow:0 8px 18px #00000024}.checkout-pay-btn:disabled{opacity:.7;cursor:default}.profile-card{display:flex;align-items:center;gap:12px}.profile-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;background:#f3f3f3}.profile-avatar.placeholder{display:flex;align-items:center;justify-content:center}.profile-name{font-size:16px;font-weight:600}.profile-points{margin-top:4px;color:#666;font-size:14px}.orders-list{display:flex;flex-direction:column;gap:10px}.order-card{border:1px solid #f0f0f0;border-radius:12px;padding:12px;background:#fff}.order-number{font-weight:600;margin-bottom:4px}.order-meta{color:#666;font-size:13px;margin-top:2px}.order-total{margin-top:8px;font-weight:600}@media(max-width:360px){.product-title{font-size:12px}.brand{font-size:24px}}.checkout-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.delivery-address-picker{display:flex;flex-direction:column;gap:12px}.address-suggest{position:relative}.address-suggest-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;background:#fff;border:1px solid #ececec;border-radius:14px;box-shadow:0 8px 24px #00000014;overflow:hidden}.address-suggest-item{width:100%;border:0;background:#fff;text-align:left;padding:12px 14px;cursor:pointer}.address-suggest-item+.address-suggest-item{border-top:1px solid #f2f2f2}.address-suggest-title{font-size:14px;color:#000}.address-suggest-subtitle{margin-top:4px;font-size:12px;color:#777}.delivery-map-card{border-radius:18px;overflow:hidden;background:#f5f5f5}.delivery-map-shell{position:relative;width:100%;height:260px}.delivery-map{width:100%;height:100%}.delivery-static-marker{transform:translate(-50%,-100%)}.delivery-static-marker svg{width:34px;height:34px;fill:#000;filter:drop-shadow(0 3px 8px rgba(0,0,0,.16))}.delivery-address-status{padding:14px;border:1px solid #f0f0f0;border-radius:16px;background:#fff}.delivery-address-label{font-size:12px;color:#777}.delivery-address-text{margin-top:4px;font-size:14px;line-height:1.35;color:#000}.delivery-address-chip{margin-top:10px;display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#f3f3f3;color:#000;font-size:13px}.delivery-address-chip.ok{background:#e9f8d7}.delivery-address-chip.bad{background:#fdecec;color:#a61b1b}@media(max-width:480px){.checkout-grid-3{grid-template-columns:1fr}}.checkout-grid-date-time-single .form-input{width:100%;min-width:0;box-sizing:border-box}:root{--brand-green: rgb(171, 244, 34)}.checkout-grid-date-time-single{display:grid;grid-template-columns:1fr;gap:10px}.checkout-grid-date-time-single .form-field{width:100%;min-width:0;margin-bottom:0}.checkout-grid-date-time-single .form-input{width:100%;min-width:0;box-sizing:border-box;display:block}.checkout-page input[type=date].form-input,.checkout-page select.form-input{width:100%;min-width:0;box-sizing:border-box;height:42px;min-height:42px;padding:0 16px;border:1px solid #d9d9d9;border-radius:16px;background:#fff;color:#000;font-size:16px;line-height:1.2;-moz-appearance:none;appearance:none;-webkit-appearance:none}.checkout-page input[type=date].form-input::-webkit-date-and-time-value{text-align:left;color:#000}.checkout-page input[type=date].form-input::-webkit-datetime-edit{color:#000;padding:0}.checkout-page input[type=date].form-input::-webkit-calendar-picker-indicator{opacity:1}.checkout-page input,.checkout-page select,.checkout-page textarea,.checkout-page option{color:#000}.checkout-page input[type=checkbox]{accent-color:var(--brand-green)}.checkout-page input[type=date].form-input{display:flex;align-items:center}.checkout-page input[type=date].form-input::-webkit-datetime-edit{display:flex;align-items:center;height:100%}.checkout-page input[type=date].form-input::-webkit-date-and-time-value{display:flex;align-items:center;height:100%}.profile-summary-card{margin:10px 12px;padding:16px;border:1px solid #f0f0f0;border-radius:18px;background:#fff}.profile-summary-card__inner{display:flex;align-items:center;gap:14px}.profile-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.profile-avatar--placeholder{background:#abf422;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#000;letter-spacing:-.03em}.profile-summary-card__info{flex:1;min-width:0}.profile-summary-card__name{font-size:18px;font-weight:700;color:#000}.profile-summary-card__meta{margin-top:6px;font-size:14px;color:#666}.profile-bonus-badge{display:inline-flex;align-items:center;gap:4px;background:#f5f5f5;border-radius:999px;padding:3px 10px 3px 8px;font-size:13px;font-weight:600;color:#333}.orders-section{margin:10px 12px;border:1px solid #f0f0f0;border-radius:20px;background:#fff;overflow:hidden}.orders-section__header{width:100%;border:0;background:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.orders-section__title{font-size:18px;font-weight:700;color:#000}.orders-section__subtitle{margin-top:4px;font-size:13px;color:#777}.orders-section__chevron{font-size:24px;line-height:1;color:#777;transform:rotate(0);transition:transform .2s ease}.orders-section__chevron.open{transform:rotate(180deg)}.orders-section__body{padding:0 12px 12px;display:flex;flex-direction:column;gap:10px}.orders-empty{padding:14px 4px 4px;font-size:14px;color:#777}.profile-order-card{border:1px solid #f2f2f2;border-radius:16px;background:#fafafa;overflow:hidden}.profile-order-card__header{width:100%;border:0;background:transparent;padding:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.profile-order-card__main{flex:1;min-width:0}.profile-order-card__topline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-order-card__number{font-size:16px;font-weight:700;color:#000}.profile-order-card__meta{margin-top:6px;font-size:13px;color:#666}.profile-order-card__preview{margin-top:8px;display:flex;flex-direction:column;gap:4px;font-size:13px;color:#555}.profile-order-card__side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.profile-order-card__total{font-size:15px;font-weight:700;color:#000}.profile-order-card__chevron{font-size:22px;line-height:1;color:#777;transform:rotate(0);transition:transform .2s ease}.profile-order-card__chevron.open{transform:rotate(180deg)}.profile-order-card__body{padding:0 14px 14px}.profile-order-details{display:flex;flex-direction:column;gap:14px}.profile-order-details__block{padding-top:10px;border-top:1px solid #ececec}.profile-order-details__title{font-size:13px;font-weight:700;color:#000;margin-bottom:8px}.profile-order-details__text{font-size:14px;line-height:1.35;color:#555}.profile-order-items{display:flex;flex-direction:column;gap:8px}.profile-order-items__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-order-items__left{display:flex;gap:6px;flex-wrap:wrap;min-width:0}.profile-order-items__name{font-size:14px;color:#000}.profile-order-items__qty{font-size:14px;color:#777}.profile-order-items__price{font-size:14px;color:#000;white-space:nowrap}.order-status-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:600}.order-status-chip.neutral{background:#f1f1f1;color:#555}.order-status-chip.info{background:#e8f0ff;color:#2952cc}.order-status-chip.warning{background:#fff3d6;color:#9a6400}.order-status-chip.accent{background:#e9f8d7;color:#2d6b00}.order-status-chip.success{background:#e8f7ea;color:#18794e}.order-status-chip.danger{background:#fdecec;color:#b42318}.city-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center;padding:16px 12px calc(16px + env(safe-area-inset-bottom))}.city-picker-sheet{width:100%;max-width:520px;background:#fff;border-radius:24px;padding:20px 16px 16px;box-shadow:0 18px 40px #0000001f}.city-picker-sheet__title{font-size:26px;font-weight:700;color:#000;text-align:center}.city-picker-sheet__subtitle{margin-top:8px;font-size:14px;line-height:1.4;color:#666;text-align:center}.city-picker-list{margin-top:18px;display:flex;flex-direction:column;gap:10px}.city-picker-item{width:100%;min-height:54px;border:1px solid #ececec;border-radius:16px;background:#fff;padding:0 16px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600;color:#000;cursor:pointer}.city-picker-item__arrow{color:#888;font-size:18px}@keyframes bunch-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-8px);opacity:1}}@keyframes bunch-logo-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.loading-screen{display:flex;align-items:center;justify-content:center;padding:40px 20px}.loading-screen--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:200;flex-direction:column}.loading-screen__inner{display:flex;flex-direction:column;align-items:center;gap:20px}.loading-logo{font-size:42px;font-weight:800;letter-spacing:-.06em;color:#000;line-height:1;animation:bunch-logo-fade .5s ease both}.loading-dots{display:flex;gap:7px;align-items:center}.loading-dot{width:9px;height:9px;border-radius:50%;background:#abf422;animation:bunch-dot-bounce 1.2s ease-in-out infinite}.loading-dot:nth-child(1){animation-delay:0s}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}.loading-message{font-size:13px;color:#999;letter-spacing:.01em;margin-top:-8px}.loading-screen:not(.loading-screen--fullscreen){min-height:calc(100dvh - 200px)}.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;min-height:calc(100dvh - 160px);text-align:center}.error-screen__blob{position:relative;width:80px;height:80px;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.error-screen__blob-circle{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#abf422;opacity:.2}.error-screen__blob-emoji{position:relative;font-size:34px;line-height:1;z-index:1}.error-screen__title{font-size:22px;font-weight:700;color:#000;margin-bottom:10px;letter-spacing:-.03em}.error-screen__message{max-width:300px;font-size:15px;line-height:1.45;color:#666}.error-screen__button{margin-top:22px;min-height:50px;padding:0 28px;border:0;border-radius:16px;background:#abf422;color:#000;font-size:15px;font-weight:700;cursor:pointer;letter-spacing:-.02em}.about-page{padding:0 0 32px}.about-hero{margin:16px 12px 10px;padding:24px 20px;background:#abf422;border-radius:20px;text-align:center}.about-hero__logo{font-size:36px;font-weight:800;letter-spacing:-.05em;color:#000;line-height:1}.about-hero__tagline{margin-top:10px;font-size:14px;line-height:1.45;color:#333}.about-section-card{margin:10px 12px;padding:16px;border:1px solid #f0f0f0;border-radius:18px;background:#fff}.about-section-card__title{font-size:15px;font-weight:700;color:#000;margin-bottom:12px}.about-section-card__text{font-size:14px;line-height:1.5;color:#555}.about-fee-list{display:flex;flex-direction:column;gap:10px}.about-fee-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#333}.about-fee-item__icon{width:36px;height:36px;border-radius:10px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#555}.about-advantages{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.about-advantage{display:flex;align-items:center;gap:8px;background:#f8f8f8;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:500;color:#333}.about-advantage__icon{font-size:18px;line-height:1;flex-shrink:0}.about-accordion{margin:10px 12px;border:1px solid #f0f0f0;border-radius:18px;background:#fff;overflow:hidden}.about-accordion__item{border-bottom:1px solid #f0f0f0}.about-accordion__item:last-child{border-bottom:0}.about-accordion__trigger{width:100%;border:0;background:transparent;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:14px;font-weight:600;color:#000;cursor:pointer;gap:12px}.about-accordion__chevron{font-size:20px;line-height:1;color:#888;transform:rotate(0);transition:transform .2s ease;flex-shrink:0}.about-accordion__chevron.open{transform:rotate(180deg)}.about-accordion__body{padding:0 16px 14px}.about-list{padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:14px;line-height:1.5;color:#555}.about-list--disc{list-style-type:disc}.about-text-block{display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:1.5;color:#555}.about-section-card--contacts{margin-bottom:0}.about-contacts{display:flex;flex-direction:column;gap:8px}.about-contact-row{display:flex;flex-direction:column;gap:2px;font-size:14px;color:#333}.about-contact-row__label{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.03em}.about-contact-link{color:#000;font-weight:600;text-decoration:underline;text-underline-offset:2px}.about-contact-us-card{margin:10px 12px;padding:16px;border:1px solid #f0f0f0;border-radius:18px;background:#fff;display:flex;flex-direction:column;gap:14px}.about-contact-us-card__icon{font-size:28px;line-height:1}.about-contact-us-card__info{display:flex;flex-direction:column;gap:4px}.about-contact-us-card__title{font-size:16px;font-weight:700;color:#000}.about-contact-us-card__text{font-size:13px;line-height:1.45;color:#666}.about-close-btn{width:100%;min-height:48px;border:0;border-radius:14px;background:#abf422;color:#000;font-size:15px;font-weight:700;cursor:pointer;letter-spacing:-.02em}.about-footer{margin-top:18px;text-align:center;font-size:12px;color:#bbb}.reorder-section{margin:10px 12px}.reorder-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.reorder-section__title{font-size:18px;font-weight:700;color:#000}.reorder-carousel{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;margin:0 -12px;padding-left:12px;padding-right:12px}.reorder-carousel::-webkit-scrollbar{display:none}.reorder-card{flex-shrink:0;width:130px;background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.reorder-card__image-wrap{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f8f8f8}.reorder-card__image{width:100%;height:100%;object-fit:cover}.reorder-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px}.reorder-card__unavailable-badge{position:absolute;top:6px;right:6px;background:#0000008c;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:999px}.reorder-card__name{padding:8px 10px 2px;font-size:12px;font-weight:600;color:#000;line-height:1.3;flex:1}.reorder-card__price{padding:0 10px 6px;font-size:13px;font-weight:700;color:#333}.reorder-card__add-btn{margin:0 8px 10px;display:flex;align-items:center;justify-content:center;gap:4px;min-height:34px;border:0;border-radius:10px;background:#abf422;color:#000;font-size:12px;font-weight:700;cursor:pointer;letter-spacing:-.01em}.reorder-card__add-btn:disabled{background:#f0f0f0;color:#aaa;cursor:default}.contact-us-card{margin:10px 12px;padding:16px;background:#fff;border:1px solid #f0f0f0;border-radius:18px}.contact-us-card__body{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.contact-us-card__icon{font-size:28px;line-height:1;flex-shrink:0}.contact-us-card__title{font-size:16px;font-weight:700;color:#000}.contact-us-card__text{margin-top:4px;font-size:13px;line-height:1.45;color:#666}.delivery-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}.delivery-type-btn{border:1.5px solid #e0e0e0;background:#fff;border-radius:10px;padding:10px 0;font-size:14px;font-weight:500;color:#555;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.delivery-type-btn.active{border-color:#abf422;background:#abf422;color:#111;font-weight:600}.pickup-point-picker{display:flex;flex-direction:column;gap:12px}.pickup-zones-list{display:flex;flex-direction:column;gap:8px}.pickup-zone-card{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;border:1.5px solid #e0e0e0;border-radius:12px;padding:12px 14px;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.pickup-zone-card--active{border-color:#abf422;background:#f6ffda}.pickup-zone-card__name{font-size:14px;font-weight:600;color:#111}.pickup-zone-card__address{font-size:12px;color:#666;line-height:1.4}.pickup-zone-card__price{font-size:13px;font-weight:500;color:#333;margin-top:4px}.pickup-map-marker{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff;border:2.5px solid #333;box-shadow:0 2px 8px #0000002e;cursor:pointer;transform:translateY(-50%);transition:background .15s,border-color .15s,transform .1s}.pickup-map-marker--active{background:#abf422;border-color:#111;transform:translateY(-50%) scale(1.15)}.pickup-map-marker__label{font-size:13px;font-weight:800;color:#111;line-height:1;font-family:-apple-system,BlinkMacSystemFont,sans-serif}
