.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background:var(--tg-bg-color, #1E1E1E);color:var(--tg-text-color, #ffffff);font-family:Inter,Segoe UI,Arial,sans-serif}.text-loader{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;max-width:320px;padding:20px}.phrases-container{min-height:72px;display:flex;align-items:center;justify-content:center}.phrase{font-size:18px;font-weight:500;line-height:1.4;color:var(--tg-text-color, #ffffff)}.phrase.current{opacity:1}.phrase.previous{opacity:.2}.loading-dots{display:flex;gap:8px;justify-content:center}.loading-dots span{width:8px;height:8px;border-radius:50%;background:var(--tg-text-color, #ffffff);opacity:.6;animation:pulse 1.4s ease-in-out infinite both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes pulse{0%,80%,to{transform:scale(.8);opacity:.4}40%{transform:scale(1);opacity:1}}body{background:#fff!important;color:#1f2937;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;padding:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:#2ea6ff;text-decoration:none}a:hover{text-decoration:underline}button,a{-webkit-tap-highlight-color:transparent}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.app-container.light{--primary-bg-color: #ffffff;--secondary-bg-color: #f8f9fa;--text-color: #1f2937;--border-color: #e5e7eb;--header-bg-color: #ffffff;--button-bg-color: #f3f4f6;--button-text-color: #1f2937;--dish-card-bg-color: #ffffff;--dish-card-shadow: 0 4px 8px rgba(0, 0, 0, .1)}.app-container{padding:0;background:#fff;min-height:100vh}.category-header{position:sticky;top:.3rem;padding:.5rem;margin:.75rem;background:#21304073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;z-index:10}.category-scroll{display:flex;gap:.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-button{height:2.35rem;padding:0 1.25rem;border-radius:.8rem;font-size:1rem;font-weight:500;display:flex;align-items:center;gap:.5rem;background-color:transparent;color:#6b7280;border:none;transition:all .2s ease-in-out;flex-shrink:0}.category-button--active{background-color:#2ea6ff;color:#fff;font-weight:600}.category-button .category-icon{font-size:1.2em}.menu-sections{padding:1rem .75rem 6rem}.category-section h2.category-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding:0 .25rem;margin-top:1.5rem}.category-section:first-child h2.category-title{margin-top:0}.category-section:not(:last-child){margin-bottom:2rem}.dishes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.cart-button-wrapper{position:fixed;bottom:.75rem;left:.6rem;right:.6rem;z-index:20}.cart-button-wrapper button{width:100%;height:3.25rem;background-color:#2ea6ff;color:#fff;border:none;border-radius:1rem;font-weight:400;font-size:.9rem;cursor:pointer;box-shadow:0 4px 20px #2ea6ff66;transition:background-color .2s}.cart-button-wrapper button:hover{background-color:#159bff}.fullscreen-status{display:flex;justify-content:center;align-items:center;height:100vh;color:#6b7280;text-align:center}.simple-loader{font-size:16px;font-weight:500;color:#1f2937}.dish-card{background:#fff;border-radius:0;padding:0;color:#1f2937;display:flex;flex-direction:column}.dish-card__image-wrapper{position:relative;width:100%;padding-top:100%;border-radius:1.5rem;overflow:hidden;margin-bottom:.375rem}.dish-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.dish-card__rating{position:absolute;top:.75rem;left:.75rem;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#000;font-size:.9rem;font-weight:600;padding:.25rem .6rem;border-radius:.75rem;display:flex;align-items:center;gap:.25rem}.dish-card__rating-star{color:#ffb800;font-size:1.1em}.dish-card__content{display:flex;flex-direction:column;flex-grow:1;padding:0 .25rem;min-height:80px}.dish-card__tags{display:flex;gap:.5rem;margin-bottom:.5rem;min-height:24px}.dish-card .tag{padding:.25rem .75rem;border-radius:.5rem;font-size:.8rem;font-weight:600}.dish-card .tag--new{background-color:#4ade80;color:#fff}.dish-card .tag--sale{background-color:#ffb800;color:#fff}.dish-card .tag--spicy{background-color:#fef2f2;color:#dc2626}.dish-card__name{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;margin-top:.25rem;height:42px}.dish-card__description{font-size:.9rem;color:#6b7280;margin-bottom:1rem;margin-top:.25rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dish-card__clickable{cursor:pointer}.dish-card__footer{padding:0 .25rem;margin-top:auto}.dish-card__price-wrapper{display:flex;align-items:center;gap:.5rem;margin-top:auto;cursor:pointer;transition:transform .2s ease}.dish-card__price-wrapper:active{transform:scale(.98)}.dish-card__price{font-size:1rem;font-weight:500;color:#1f2937;background-color:#f3f4f6;padding:.5rem 1rem;border-radius:.75rem}.dish-card__old-price{font-size:1rem;color:#6b7280;text-decoration:line-through}.dish-card__quantity-control{display:flex;align-items:center;justify-content:center;gap:1rem;background-color:#f3f4f6;padding:.35rem 0rem;border-radius:.75rem;margin-top:auto;width:135px}.dish-card__quantity-btn{width:26px;height:26px;border:none;background-color:#2ea6ff;color:#fff;font-size:1.1rem;font-weight:600;border-radius:.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.dish-card__quantity-btn:active{transform:scale(.95)}.dish-card__quantity-btn--minus{background-color:#2ea6ff}.dish-card__quantity-value{font-size:1rem;font-weight:600;color:#1f2937;min-width:1.5rem;text-align:center;line-height:1}.main-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background-color:#fff;z-index:100;position:relative}.main-header .header-button{background:none;border:none;cursor:pointer;color:#1f2937;padding:8px;display:flex;align-items:center;justify-content:center}.main-header .restaurant-button{position:absolute;left:50%;transform:translate(-50%);background:none;border:none;cursor:pointer;color:#1f2937;font-size:16px;font-weight:500;padding:8px 16px;border-radius:8px;transition:background-color .2s;background-color:#ffffff1a}.main-header .restaurant-button:hover:not(:disabled){background-color:#fff3}.main-header .restaurant-button--disabled{cursor:default;opacity:.7;background-color:#ffffff0d}.main-header .header-spacer{width:40px}.restaurant-modal-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.restaurant-modal{background:#fff;border-radius:16px;width:90%;max-width:400px;overflow:hidden;box-shadow:0 10px 25px #0003;animation:slideIn .3s ease-out}.restaurant-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.restaurant-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.close-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1f2937;transition:background-color .2s ease}.close-button:hover{background-color:#f8f9fa}.restaurant-list{padding:.5rem 0}.restaurant-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left;color:#1f2937}.restaurant-item:hover{background-color:#f8f9fa}.restaurant-item.restaurant-item--selected{background-color:#2ea6ff1a;color:#2ea6ff}.restaurant-item.restaurant-item--selected .restaurant-name{color:#2ea6ff;font-weight:600}.restaurant-item.restaurant-item--selected .restaurant-address{color:#6b7280}.restaurant-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.restaurant-name{font-size:1rem;font-weight:500;color:#1f2937}.restaurant-address{font-size:.875rem;color:#6b7280}.check-icon{color:#2ea6ff;flex-shrink:0}@media (max-width: 768px){.restaurant-modal{width:95%;margin:10px}.restaurant-modal-header{padding:1rem 1.25rem}.restaurant-modal-header h2{font-size:1.125rem}.restaurant-item{padding:.875rem 1.25rem}}.payment-modal-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.payment-modal{background:#fff;border-radius:16px;width:90%;max-width:400px;overflow:hidden;box-shadow:0 10px 25px #0003;animation:slideIn .3s ease-out}.payment-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem}.payment-modal-header h2{margin:0;font-size:16px;font-weight:500;color:#8e8e93}.payment-methods{padding:6px 0}.payment-method{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:none;border:none;cursor:pointer;transition:background-color .2s;text-align:left;color:#1f2937;border-bottom:.5px solid #e5e7eb}.payment-method:last-child{border-bottom:none}.payment-method:hover{background-color:#ffffff0d}.payment-method.selected{background-color:#2ea6ff;color:#fff}.payment-method-icon{width:29px;height:29px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-right:12px;background-color:#8e8e93;color:#fff;font-size:15px}.payment-method-name{flex-grow:1;font-size:16px;font-weight:500;letter-spacing:-.41px}.check-icon{color:#fff;font-weight:600}@media (max-width: 768px){.payment-modal{width:95%;margin:10px}.payment-modal-header{padding:16px 20px}.payment-modal-header h2{font-size:16px}.payment-method{padding:14px 20px}}.promo-modal-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.promo-modal{background:#fff;border-radius:16px;width:90%;max-width:400px;overflow:hidden;box-shadow:0 10px 25px #0003;animation:slideIn .3s ease-out;display:flex;flex-direction:column;min-height:300px}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.promo-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem}.promo-modal-header h2{margin:0;font-size:16px;font-weight:500;color:#8e8e93;text-transform:uppercase}.close-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1f2937}.promo-content{flex-grow:1;padding:20px;display:flex;flex-direction:column;justify-content:center}.promo-input{width:100%;padding:16px;background-color:#f8f9fa;border:none;border-radius:12px;color:#1f2937;font-size:16px;box-sizing:border-box;transition:box-shadow .2s ease}.promo-input::placeholder{color:#8e8e93}.promo-input:focus{outline:none;box-shadow:0 0 0 2px #62bcf94d}.promo-input.error{box-shadow:0 0 0 2px #ff3b304d}.promo-input:disabled{opacity:.6;cursor:not-allowed}.promo-validation-loading{margin-top:8px;font-size:14px;color:#8e8e93;text-align:center;animation:pulse 1.5s ease-in-out infinite}.promo-error-message{margin-top:8px;padding:8px 12px;background-color:#ff3b301a;border:1px solid rgba(255,59,48,.2);border-radius:8px;font-size:14px;color:#ff3b30;text-align:center}.promo-success-message{margin-top:8px;padding:8px 12px;background-color:#34c7591a;border:1px solid rgba(52,199,89,.2);border-radius:8px;font-size:14px;color:#34c759;text-align:center}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.promo-button-container{padding:0 20px 20px}.promo-activate-button{width:100%;height:3.25rem;background-color:#2ea6ff;color:#fff;border:none;border-radius:1rem;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 4px 20px #2ea6ff66;transition:background-color .2s}.promo-activate-button:hover:not(:disabled){background-color:#0090fa}.promo-activate-button:disabled{background-color:#545456;cursor:not-allowed}@media (max-width: 768px){.promo-modal{width:95%;margin:10px}.promo-modal-header{padding:16px 20px}.promo-modal-header h2{font-size:16px}.promo-content{padding:16px 20px}.promo-button-container{padding:0 20px 20px}}.properties-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.properties-modal{background-color:#fff;border-radius:12px;padding:20px;width:90%;max-width:400px;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.properties-modal__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:10px;margin-bottom:20px}.properties-modal__title{font-size:20px;font-weight:600;margin:0}.properties-modal__close-btn{background:none;border:none;color:#1f2937;font-size:24px;cursor:pointer}.properties-modal__content{display:flex;flex-direction:column;gap:20px}.properties-modal__property{border-bottom:1px solid #444;padding-bottom:10px}.properties-modal__property:last-child{border-bottom:none;padding-bottom:0}.properties-modal__property-label{font-size:14px;color:#aaa;display:block;margin-bottom:5px}.properties-modal__property-value{font-size:16px;margin:0}.dish-page{background-color:#fff;color:#1f2937;display:flex;flex-direction:column;min-height:100vh;padding-bottom:110px}.dish-page__image-container{position:relative;width:100%;padding-top:75%}.dish-page__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.dish-page__rating{position:absolute;top:15px;left:15px;background-color:#ffffffe6;color:#000;padding:5px 10px;border-radius:8px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:5px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dish-page__content{padding:1.25rem 1rem 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative;margin:-16px 0 0;border-radius:16px;gap:0px;overflow:hidden;background:#fff}.dish-page__header-info{display:flex;gap:.5rem;margin-bottom:.75rem}.dish-page__badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff}.dish-page__badge--new{background-color:#4ade80}.dish-page__badge--sale{background-color:#f59e42}.dish-page__title{font-size:1.1rem;font-weight:700;margin:0 0 .5rem}.dish-page__description{font-size:.9rem;color:#6b7280;line-height:1.5;margin-bottom:1rem}.dish-page__variants{width:100%;margin-bottom:1rem}.dish-page__variants-title{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.dish-page__variants-list{display:flex;flex-direction:column;gap:.5rem}.dish-page__variant-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1rem;background-color:#f8f9fa;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}.dish-page__variant-btn:hover{background-color:#f2f4f6}.dish-page__variant-btn--selected{border-color:#2ea6ff;background-color:#2ea6ff1a}.dish-page__variant-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.dish-page__variant-name{font-size:.95rem;font-weight:600;color:#1f2937}.dish-page__variant-weight{font-size:.8rem;color:#6b7280}.dish-page__variant-price{font-size:1rem;font-weight:600;color:#2ea6ff;flex-shrink:0;margin-left:1rem}.dish-page__properties{display:flex;justify-content:space-between;align-items:center;width:100%;background-color:transparent;border:none;padding:1.125rem 0;color:#1f2937;font-size:1rem;font-weight:500;color:#62bcf9;border-top:1px solid #213040}.dish-page__footer{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;padding:1rem;display:flex;gap:.75rem;box-shadow:0 -4px 12px #0000004d;box-sizing:border-box;z-index:10}.dish-page__quantity-control{display:flex;align-items:center;background-color:#f8f9fa;border-radius:8px}.dish-page__quantity-control button{background-color:#2ea6ff;border:none;color:#fff;font-size:1.1rem;font-weight:600;width:2.5rem;height:2.5rem;border-radius:.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.dish-page__quantity-control button:disabled{background-color:#2ea6ff4d;cursor:not-allowed}.dish-page__quantity-control span{font-size:1.125rem;font-weight:600;padding:0 .75rem;min-width:1.5rem;text-align:center}.dish-page__add-to-cart-btn{flex-grow:1;background-color:#2ea6ff;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;height:3.25rem;box-shadow:0 4px 20px #2ea6ff4d;transition:background-color .2s}.dish-page__add-to-cart-btn:hover{background-color:#159bff}.cart-page{padding:1rem;color:#1f2937}.cart-page .cart-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.cart-page .cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:6rem}.cart-page .cart-item{display:flex;align-items:center;background-color:#fff;border-radius:12px;padding:.75rem;gap:.75rem}.cart-page .cart-item .cart-item-image{width:80px;height:80px;border-radius:8px;object-fit:cover}.cart-page .cart-item .cart-item-details{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;height:80px}.cart-page .cart-item .cart-item-name{font-size:1rem;font-weight:500}.cart-page .cart-item .cart-item-variant{font-size:.875rem;font-weight:400;color:#6b7280}.cart-page .cart-item .cart-item-controls{display:flex;justify-content:space-between;align-items:center;width:100%}.cart-page .cart-item .cart-item-price{font-size:1.1rem;font-weight:600}.cart-page .cart-item .quantity-control{display:flex;align-items:center;background-color:#f8f9fa;border-radius:8px;gap:0}.cart-page .cart-item .quantity-control button{background-color:#2ea6ff;border:none;color:#fff;font-size:1.1rem;font-weight:600;width:26px;height:26px;border-radius:.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cart-page .cart-item .quantity-control button:active{transform:scale(.95)}.cart-page .cart-item .quantity-control button:disabled{background-color:#2ea6ff4d;cursor:not-allowed}.cart-page .cart-item .quantity-control span{font-size:1rem;font-weight:600;padding:0 .75rem;min-width:1.5rem;text-align:center;line-height:1}.cart-page .cart-summary{position:fixed;bottom:.75rem;left:.6rem;right:.6rem;z-index:20}.cart-page .cart-summary .continue-button{width:100%;height:3.25rem;background-color:#2ea6ff;color:#fff;border:none;border-radius:1rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s}.cart-page .cart-summary .continue-button:hover{background-color:#0090fa}.cart-page .cart-summary .continue-button:disabled{background-color:#e5e7eb;color:#6b7280;cursor:not-allowed;box-shadow:none}.cart-page .cart-summary .continue-button:disabled:hover{background-color:#e5e7eb}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;min-height:60vh;background-color:#fcfefc;color:#1f2937}.empty-cart .empty-cart-duck{width:200px;height:200px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.empty-cart .empty-cart-duck img{width:100%;height:100%}.empty-cart .empty-cart-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.empty-cart .empty-cart-message{font-size:1rem;color:#6b7280;margin-bottom:2rem;max-width:300px;line-height:1.5}.empty-cart .empty-cart-button{background-color:#2ea6ff;color:#fff;border:none;border-radius:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 20px #2ea6ff66}.empty-cart .empty-cart-button:hover{background-color:#0090fa;transform:translateY(-2px);box-shadow:0 6px 25px #2ea6ff80}.empty-cart .empty-cart-button:active{transform:translateY(0)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.profile-page{background-color:#fff;color:#1f2937;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh}.profile-info-card{background-color:#fff;border-radius:12px;padding:16px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a}.profile-info-card__name{font-size:20px;font-weight:600;margin-bottom:2px;color:#1f2937}.profile-info-card__phone{font-size:14px;color:#6b7280;margin-bottom:6px}.profile-info-card__id{font-size:13px;color:#2ea6ff;font-weight:500;text-transform:uppercase}.profile-section{background-color:#fff;border-radius:12px;margin-bottom:24px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.profile-section__item{display:flex;justify-content:flex-start;gap:16px;font-weight:400;align-items:center;padding:12px 16px;font-size:14px;color:#1f2937;border-bottom:1px solid #e5e7eb}.profile-section__item:last-child{border-bottom:none}.profile-section__item span{font-size:16px;flex-grow:1;color:#1f2937}.profile-section__item-icon-wrapper{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:7px}.profile-section__item:nth-child(1) .profile-section__item-icon-wrapper{background-color:#34c759}.profile-section__item:nth-child(2) .profile-section__item-icon-wrapper{background-color:#5856d6}.profile-section__item:nth-child(3) .profile-section__item-icon-wrapper{background-color:#ff9500}.profile-section__item:nth-child(4) .profile-section__item-icon-wrapper{background-color:#007aff}.profile-section__item .arrow{color:#6b7280}.profile-section__item .balance{color:#1f2937;font-weight:500;margin-left:auto;flex-grow:0}.profile-section__item .switch{position:relative;display:inline-block;width:51px;height:31px}.profile-section__item .switch input{opacity:0;width:0;height:0}.profile-section__item .slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e7eb;transition:.4s}.profile-section__item .slider:before{position:absolute;content:"";height:27px;width:27px;left:2px;bottom:2px;background-color:#fff;transition:.4s}.profile-section__item input:checked+.slider{background-color:#34c759}.profile-section__item input:checked+.slider:before{transform:translate(20px)}.profile-section__item .slider.round{border-radius:34px}.profile-section__item .slider.round:before{border-radius:50%}.profile-section:nth-of-type(3) .profile-section__item{padding:16px}.checkout-page{display:flex;flex-direction:column;background-color:#fff;color:#1f2937;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.checkout-page .page-content{flex-grow:1;padding:16px}.checkout-page .checkout-section{margin-bottom:24px}.checkout-page .checkout-section .section-title{font-size:13px;font-weight:500;color:#8e8e93;padding-left:16px;margin-bottom:8px;text-transform:uppercase}.checkout-page .block{background-color:#fff;border-radius:12px}.checkout-page .option{display:flex;align-items:center;padding:12px 16px;border-bottom:.5px solid #e5e7eb;cursor:pointer;transition:background-color .2s}.checkout-page .option:last-child{border-bottom:none}.checkout-page .option:hover{background-color:#ffffff0d}.checkout-page .option.option--selected{background-color:transparent;border-left:none}.checkout-page .option .icon-container{width:29px;height:29px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.checkout-page .option .icon-container.cash{background-color:#8e8e93}.checkout-page .option .icon-container.promo{background-color:#ff453a}.checkout-page .option .icon-container.bonus{background-color:#5e5ce6}.checkout-page .option .icon-container.phone{background-color:#32d74b}.checkout-page .option .icon-container.delivery{background-color:#007aff}.checkout-page .option .icon-container.pickup{background-color:#ff9500}.checkout-page .option .icon-container.address{width:29px;height:29px;background-color:#5856d6}.checkout-page .option .icon-container .icon{font-size:17px;color:#fff}.checkout-page .option span{flex-grow:1;font-size:16px;font-weight:500;letter-spacing:-.41px}.checkout-page .option .pickup-address{font-size:14px;color:#8e8e93;margin-left:8px}.checkout-page .option .address-info{flex-grow:1;display:flex;flex-direction:column;gap:2px}.checkout-page .option .address-info .address-text{font-size:14px;font-weight:500;color:#1f2937}.checkout-page .option .address-info .address-details{font-size:14px;color:#8e8e93}.checkout-page .option .check-icon{color:#8e8e93;font-weight:700;font-size:18px;margin-left:8px}.checkout-page .option .arrow{font-size:15px;color:#545456;font-weight:600;margin-left:auto}.checkout-page .option .link{color:#62bcf9;text-decoration:none;font-size:15px}.checkout-page .no-address-message{padding:20px 16px;text-align:center}.checkout-page .no-address-message p{color:#8e8e93;margin-bottom:16px;font-size:16px}.checkout-page .no-address-message .add-address-button{background-color:#2ea6ff;color:#fff;border:none;border-radius:1rem;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 20px #2ea6ff66;transition:background-color .2s}.checkout-page .no-address-message .add-address-button:hover{background-color:#0090fa}.checkout-page .bonus-info{font-size:13px;color:#8e8e93;padding:8px 16px 12px;line-height:1.3}.checkout-page textarea.block,.checkout-page input.block{width:100%;box-sizing:border-box;padding:12px 16px;background-color:#f8f9fa;color:#1f2937;font-size:15px;border:none;border-radius:8px}.checkout-page textarea.block::placeholder,.checkout-page input.block::placeholder{color:#6b7280}.checkout-page textarea.block:focus,.checkout-page input.block:focus{outline:none;box-shadow:0 0 0 2px #2ea6ff4d}.checkout-page .order-summary.block{padding:16px}.checkout-page .order-summary.block .summary-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:14px}.checkout-page .order-summary.block .summary-item.total{font-weight:600;margin-top:12px;padding-top:12px;border-top:.5px solid #e5e7eb}.checkout-page .button-container{padding:20px .8rem 40px;margin-top:0}.checkout-page .button-container .checkout-button{width:100%;height:3.25rem;background-color:#2ea6ff;color:#fff;border:none;border-radius:1rem;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 4px 20px #2ea6ff66;transition:background-color .2s}.checkout-page .button-container .checkout-button:hover:not(:disabled){background-color:#0090fa}.checkout-page .button-container .checkout-button:disabled{background-color:#8e8e93;cursor:not-allowed;box-shadow:none}.checkout-page .button-container .checkout-button.checkout-button--loading{background-color:#2ea6ff;cursor:not-allowed}.checkout-page .button-container .checkout-button .loading-spinner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.checkout-page .button-container .checkout-button .loading-spinner .spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid var(--tg-button-text-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checkout-page .react-switch{border:1.5px solid #39393D}.checkout-page .react-switch .react-switch-handle{box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f}.cookie-policy-page{background-color:#fff;color:#1f2937;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh}.cookie-policy-content{max-width:100%;margin:0 auto}.cookie-policy-title{font-size:24px;font-weight:700;margin-bottom:8px;color:#1f2937;line-height:1.3}.cookie-policy-date{font-size:14px;color:#6b7280;margin-bottom:32px;font-weight:400}.cookie-policy-section{background-color:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.cookie-policy-section h2{font-size:18px;font-weight:600;margin-bottom:16px;color:#1f2937;line-height:1.4}.cookie-policy-section p{font-size:14px;line-height:1.6;margin-bottom:12px;color:#1f2937;font-weight:400}.cookie-policy-section p:last-child{margin-bottom:0}.cookie-policy-section ul{margin:12px 0;padding-left:20px}.cookie-policy-section ul li{font-size:14px;line-height:1.6;margin-bottom:8px;color:#1f2937;font-weight:400}.cookie-policy-section ul li:last-child{margin-bottom:0}@media (max-width: 480px){.cookie-policy-page{padding:16px}.cookie-policy-title{font-size:22px}.cookie-policy-section{padding:16px;margin-bottom:16px}.cookie-policy-section h2{font-size:16px;margin-bottom:12px}.cookie-policy-section p,.cookie-policy-section ul li{font-size:13px}}.privacy-policy-page{background-color:#fff;color:#1f2937;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh}.privacy-policy-content{max-width:100%;margin:0 auto}.privacy-policy-title{font-size:24px;font-weight:700;margin-bottom:8px;color:#1f2937;line-height:1.3}.privacy-policy-date{font-size:14px;color:#6b7280;margin-bottom:32px;font-weight:400}.privacy-policy-section{background-color:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.privacy-policy-section h2{font-size:18px;font-weight:600;margin-bottom:16px;color:#1f2937;line-height:1.4}.privacy-policy-section p{font-size:14px;line-height:1.6;margin-bottom:12px;color:#1f2937;font-weight:400}.privacy-policy-section p:last-child{margin-bottom:0}.privacy-policy-section ul{margin:12px 0;padding-left:20px}.privacy-policy-section ul li{font-size:14px;line-height:1.6;margin-bottom:8px;color:#1f2937;font-weight:400}.privacy-policy-section ul li:last-child{margin-bottom:0}.privacy-policy-section ul li strong{font-weight:600;color:#1f2937}@media (max-width: 480px){.privacy-policy-page{padding:16px}.privacy-policy-title{font-size:22px}.privacy-policy-section{padding:16px;margin-bottom:16px}.privacy-policy-section h2{font-size:16px;margin-bottom:12px}.privacy-policy-section p,.privacy-policy-section ul li{font-size:13px}}.terms-of-service-page{background-color:#fff;color:#1f2937;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh}.terms-of-service-content{max-width:100%;margin:0 auto}.terms-of-service-title{font-size:24px;font-weight:700;margin-bottom:8px;color:#1f2937;line-height:1.3}.terms-of-service-date{font-size:14px;color:#6b7280;margin-bottom:32px;font-weight:400}.terms-of-service-section{background-color:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.terms-of-service-section h2{font-size:18px;font-weight:600;margin-bottom:16px;color:#1f2937;line-height:1.4}.terms-of-service-section p{font-size:14px;line-height:1.6;margin-bottom:12px;color:#1f2937;font-weight:400}.terms-of-service-section p:last-child{margin-bottom:0}.terms-of-service-section ul{margin:12px 0;padding-left:20px}.terms-of-service-section ul li{font-size:14px;line-height:1.6;margin-bottom:8px;color:#1f2937;font-weight:400}.terms-of-service-section ul li:last-child{margin-bottom:0}.terms-of-service-section strong{font-weight:600;color:#1f2937}@media (max-width: 480px){.terms-of-service-page{padding:16px}.terms-of-service-title{font-size:22px}.terms-of-service-section{padding:16px;margin-bottom:16px}.terms-of-service-section h2{font-size:16px;margin-bottom:12px}.terms-of-service-section p,.terms-of-service-section ul li{font-size:13px}}.consent-page{background-color:#fff;color:#1f2937;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh}.consent-content{max-width:100%;margin:0 auto}.consent-title{font-size:24px;font-weight:700;margin-bottom:8px;color:#1f2937;line-height:1.3}.consent-date{font-size:14px;color:#6b7280;margin-bottom:32px;font-weight:400}.consent-section{background-color:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.consent-section h2{font-size:18px;font-weight:600;margin-bottom:16px;color:#1f2937;line-height:1.4}.consent-section p{font-size:14px;line-height:1.6;margin-bottom:12px;color:#1f2937;font-weight:400}.consent-section p:last-child{margin-bottom:0}.consent-section ul{margin:12px 0;padding-left:20px}.consent-section ul li{font-size:14px;line-height:1.6;margin-bottom:8px;color:#1f2937;font-weight:400}.consent-section ul li:last-child{margin-bottom:0}.consent-section strong{font-weight:600;color:#1f2937}@media (max-width: 480px){.consent-page{padding:16px}.consent-title{font-size:22px}.consent-section{padding:16px;margin-bottom:16px}.consent-section h2{font-size:16px;margin-bottom:12px}.consent-section p,.consent-section ul li{font-size:13px}}.my-addresses-page{background-color:#fff;color:#1f2937;min-height:100vh;padding:1.5rem 1rem;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.my-addresses-page .page-title{font-size:.95rem;font-weight:600;color:#6b7280;text-transform:uppercase;margin:0 0 1rem;padding-left:.5rem}.my-addresses-page .status-container{padding:2rem 0;text-align:center;color:#6b7280}.my-addresses-page .addresses-list{display:flex;flex-direction:column;gap:.75rem}.my-addresses-page .address-item-container{display:flex;align-items:center;gap:.5rem}.my-addresses-page .add-new-container{margin-top:.75rem}.my-addresses-page .address-item{flex:1;height:3.5rem;border-radius:.75rem;padding:0 1rem;display:flex;align-items:center;justify-content:flex-start;border:none;cursor:pointer;font-size:1rem;font-weight:500;text-align:left;transition:background-color .2s;background-color:#fff;color:#1f2937;box-shadow:0 2px 8px #0000001a}.my-addresses-page .address-item:hover{background-color:#fff}.my-addresses-page .address-item.add-new{width:100%;gap:.75rem;justify-content:flex-start;color:#1f2937}.my-addresses-page .address-item.add-new .add-new__icon{background-color:#2ea6ff26;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.my-addresses-page .address-item.add-new .add-new__icon svg{width:24px;height:24px;color:#2ea6ff}.my-addresses-page .delete-button{width:2.5rem;height:2.5rem;border-radius:.5rem;border:none;background-color:#dc3545;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;flex-shrink:0}.my-addresses-page .delete-button:hover{background-color:#c82333}.my-addresses-page .delete-button:disabled{background-color:#6c757d;cursor:not-allowed}.my-addresses-page .delete-button svg{width:16px;height:16px}.add-address-page{display:flex;flex-direction:column;height:100vh;background-color:#fff;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.add-address-page .map-container{height:40%;position:relative;overflow:hidden}.add-address-page .map-container .placemark-center{position:absolute;top:50%;left:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%)}.add-address-page .map-container .placemark-center .placemark-icon{color:#ff9500;fill:#ff9500;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.add-address-page .map-container .placemark-center .placemark-check{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.add-address-page .address-form{padding:16px;background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;flex-grow:1;display:flex;flex-direction:column;box-shadow:0 -4px 20px #0000001a}.add-address-page .address-form .form-group{margin-bottom:12px}.add-address-page .address-form .form-group label{display:block;font-size:13px;color:#6b7280;margin-bottom:6px;text-transform:uppercase}.add-address-page .address-form .location-input-group{position:relative}.add-address-page .address-form .location-input-group input{padding-right:45px}.add-address-page .address-form .location-input-group .location-button{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:none;border:none;color:#2ea6ff;cursor:pointer;padding:10px}.add-address-page .address-form input,.add-address-page .address-form textarea{width:100%;padding:14px;border-radius:10px;border:none;background-color:#f8f9fa;color:#1f2937;font-size:16px;box-sizing:border-box}.add-address-page .address-form input::placeholder,.add-address-page .address-form textarea::placeholder{color:#6b7280}.add-address-page .address-form input:focus,.add-address-page .address-form textarea:focus{outline:none;box-shadow:0 0 0 2px #2ea6ff4d}.add-address-page .address-form .form-row{display:flex;gap:12px}.add-address-page .address-form .form-row .form-group{flex:1}.add-address-page .address-form textarea{min-height:80px;resize:none}.add-address-page .address-form .save-button{width:100%;padding:16px;margin-top:auto;border-radius:12px;border:none;background-color:#2ea6ff;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:background-color .2s ease;box-shadow:0 4px 20px #2ea6ff66}.add-address-page .address-form .save-button:hover{background-color:#0090fa}.order-history-page{padding:16px;min-height:100vh;background:#fff;color:#1f2937}.order-history-page__title{font-size:20px;font-weight:600;margin-top:0;margin-bottom:20px;text-align:left;color:#1f2937}.order-history-page__loader{display:flex;justify-content:center;align-items:center;min-height:200px}.order-history-page__error{text-align:center;color:#ef4444;padding:20px}.order-history-page__empty{text-align:center;padding:40px 20px;color:#6b7280}.order-history-page__list{display:flex;flex-direction:column;gap:16px}.order-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000001a}.order-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.order-card__number{font-size:16px;font-weight:600;color:#1f2937}.order-card__status{padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;text-transform:none}.order-card__status.status-new{background:#009fe3;color:#fff}.order-card__status.status-confirmed{background:#10b98133;color:#10b981}.order-card__status.status-preparing{background:#f59e0b33;color:#f59e0b}.order-card__status.status-ready{background:#22c55e33;color:#22c55e}.order-card__status.status-delivered{background:#10b98133;color:#10b981}.order-card__status.status-cancelled{background:#ef444433;color:#ef4444}.order-card__status.status-default{background:#6b728033;color:#6b7280}.order-card__date{font-size:14px;color:#6b7280;margin-bottom:16px}.order-card__details{display:flex;flex-direction:column;gap:12px}.order-card__detail{display:flex;flex-direction:column;gap:4px}.order-card__detail-label{font-size:12px;color:#6b7280;font-weight:400}.order-card__detail-value{font-size:15px;font-weight:500;color:#1f2937}
