.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:#1e1e1e;color:#fff;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{padding:0;background:var(--tg-bg-color);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:#a1a1aa;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:500;color:#fff;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:#a1a1aa;text-align:center}.simple-loader{font-size:16px;font-weight:500;color:var(--tg-text-color, #ffffff)}.dish-card{background:transparent;border-radius:0;padding:0;color:#fff;display:flex;flex-direction:column}.dish-card__image-wrapper{position:relative;width:100%;padding-top:100%;border-radius:1.5rem;overflow:hidden;margin-bottom:.75rem}.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}.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:#ffe0db;color:#d9534f}.dish-card__name{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.dish-card__description{font-size:.9rem;color:#a1a1aa;margin-bottom:.75rem;line-height:1.4}.dish-card__price-wrapper{display:flex;align-items:center;gap:.5rem;margin-top:auto}.dish-card__price{font-size:1rem;font-weight:500;color:#fff;background-color:#21304073;padding:.5rem 1rem;border-radius:.75rem}.dish-card__old-price{font-size:1rem;color:#a1a1aa;text-decoration:line-through}.main-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background-color:var(--tg-bg-color);z-index:100;position:relative}.main-header .header-button{background:none;border:none;cursor:pointer;color:var(--tg-text-color);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:var(--tg-text-color);font-size:16px;font-weight:500;padding:8px 16px;border-radius:8px;transition:background-color .2s;background-color:#ffffff1a}.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:var(--tg-bg-color);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:.8rem 1rem}.restaurant-modal-header h2{margin:0;font-size:16px;font-weight:500;color:var(--tg-hint-color, #8e8e93)}.close-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--tg-text-color)}.restaurant-list{padding:6px 0}.restaurant-item{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:var(--tg-text-color)}.restaurant-item.restaurant-item--selected{background-color:var(--tg-button-color);color:var(--tg-button-text-color)}.restaurant-name{font-size:16px;font-weight:500}.restaurant-address{font-size:14px;color:var(--tg-hint-color)}.check-icon{color:var(--tg-button-text-color)}@media (max-width: 768px){.restaurant-modal{width:95%;margin:10px}.restaurant-modal-header{padding:16px 20px}.restaurant-modal-header h2{font-size:16px}.restaurant-item{padding:14px 20px}}.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:#18222d;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:#fff}.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:#fff;border-bottom:.5px solid #38383a}.payment-method:last-child{border-bottom:none}.payment-method:hover{background-color:#ffffff0d}.payment-method.selected{background-color:var(--tg-button-color);color:var(--tg-button-text-color)}.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:var(--tg-button-text-color);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:#18222d;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:#fff}.promo-content{flex-grow:1;padding:20px;display:flex;flex-direction:column;justify-content:center}.promo-input{width:100%;padding:16px;background-color:#2a2d3a;border:none;border-radius:12px;color:#fff;font-size:16px;box-sizing:border-box}.promo-input::placeholder{color:#8e8e93}.promo-input:focus{outline:none;box-shadow:0 0 0 2px #62bcf94d}.promo-button-container{padding:0 20px 20px}.promo-activate-button{width:100%;height:3.25rem;background-color:var(--tg-button-color);color:var(--tg-button-text-color);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:color-mix(in srgb,var(--tg-button-color) 90%,black 10%)}.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:#18222d;border-radius:12px;padding:20px;width:90%;max-width:400px;color:#fff;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 #444;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:#fff;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:#1e1e1e;color:#fff;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:#18222d}.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:#a1a1aa;line-height:1.5}.dish-page__properties{display:flex;justify-content:space-between;align-items:center;width:100%;background-color:transparent;border:none;padding:1.125rem 0;color:#fff;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:#1e1e1e;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:#2c2c2e;border-radius:8px}.dish-page__quantity-control button{background-color:transparent;border:none;color:#fff;font-size:1.75rem;font-weight:300;width:3.25rem;height:3.25rem;cursor:pointer}.dish-page__quantity-control button:disabled{color:#ffffff4d;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}body{background-color:#131415}.cart-page{padding:1rem;color:var(--tg-text-color)}.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:#1a222c;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-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;gap:.5rem}.cart-page .cart-item .quantity-control button{width:32px;height:32px;border-radius:50%;border:none;background-color:var(--tg-button-color);color:var(--tg-button-text-color);font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.cart-page .cart-item .quantity-control span{font-size:1.1rem;font-weight:500;min-width:20px;text-align:center}.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:var(--tg-button-color);color:var(--tg-button-text-color);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:color-mix(in srgb,var(--tg-button-color) 90%,black 10%)}.profile-page{background-color:#131415;color:#fff;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:#18222d;border-radius:12px;padding:16px;margin-bottom:24px}.profile-info-card__name{font-size:20px;font-weight:600;margin-bottom:2px}.profile-info-card__phone{font-size:14px;color:#8e8e93;margin-bottom:6px}.profile-info-card__id{font-size:13px;color:#3f8ae0;font-weight:500;text-transform:uppercase}.profile-section{background-color:#18222d;border-radius:12px;margin-bottom:24px;overflow:hidden}.profile-section__item{display:flex;justify-content:flex-start;gap:16px;font-weight:400;align-items:center;padding:12px 16px;font-size:14px;color:#fff;border-bottom:1px solid rgba(84,84,88,.65)}.profile-section__item:last-child{border-bottom:none}.profile-section__item span{font-size:16px;flex-grow:1}.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:#a0a0a0}.profile-section__item .balance{color:#f0f0f0;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:#48484a;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:#131415;color:#fff;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:#18222d;border-radius:12px}.checkout-page .option{display:flex;align-items:center;padding:12px 16px;border-bottom:.5px solid #38383a;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}.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{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:16px;font-weight:500;color:#fff}.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:var(--tg-button-color);color:var(--tg-button-text-color);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:color-mix(in srgb,var(--tg-button-color) 90%,black 10%)}.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;color:#fff;font-size:15px;border:none}.checkout-page textarea.block::placeholder,.checkout-page input.block::placeholder{color:#545456}.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 #38383a}.checkout-page .button-container{padding:20px .8rem 40px;margin-top:0}.checkout-page .button-container .checkout-button{width:100%;height:3.25rem;background-color:var(--tg-button-color);color:var(--tg-button-text-color);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:color-mix(in srgb,var(--tg-button-color) 90%,black 10%)}.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:var(--tg-button-color);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:#131415;color:#fff;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:#fff;line-height:1.3}.cookie-policy-date{font-size:14px;color:#8e8e93;margin-bottom:32px;font-weight:400}.cookie-policy-section{background-color:#2c2c2e;border-radius:12px;padding:20px;margin-bottom:20px}.cookie-policy-section h2{font-size:18px;font-weight:600;margin-bottom:16px;color:#fff;line-height:1.4}.cookie-policy-section p{font-size:14px;line-height:1.6;margin-bottom:12px;color:#e0e0e0;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:#e0e0e0;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:#131415;color:#fff;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:#fff;line-height:1.3}.privacy-policy-date{font-size:14px;color:#8e8e93;margin-bottom:32px;font-weight:400}.privacy-policy-section{background-color:#2c2c2e;border-radius:12px;padding:20px;margin-bottom:20px}.privacy-policy-section h2{font-size:18px;font-weight:600;margin-bottom:16px;color:#fff;line-height:1.4}.privacy-policy-section p{font-size:14px;line-height:1.6;margin-bottom:12px;color:#e0e0e0;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:#e0e0e0;font-weight:400}.privacy-policy-section ul li:last-child{margin-bottom:0}.privacy-policy-section ul li strong{font-weight:600;color:#fff}@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:#1c1c1e;color:#fff;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:#fff;line-height:1.3}.terms-of-service-date{font-size:14px;color:#8e8e93;margin-bottom:32px;font-weight:400}.terms-of-service-section{background-color:#2c2c2e;border-radius:12px;padding:20px;margin-bottom:20px}.terms-of-service-section h2{font-size:18px;font-weight:600;margin-bottom:16px;color:#fff;line-height:1.4}.terms-of-service-section p{font-size:14px;line-height:1.6;margin-bottom:12px;color:#e0e0e0;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:#e0e0e0;font-weight:400}.terms-of-service-section ul li:last-child{margin-bottom:0}.terms-of-service-section strong{font-weight:600;color:#fff}@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:#1c1c1e;color:#fff;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:#fff;line-height:1.3}.consent-date{font-size:14px;color:#8e8e93;margin-bottom:32px;font-weight:400}.consent-section{background-color:#2c2c2e;border-radius:12px;padding:20px;margin-bottom:20px}.consent-section h2{font-size:18px;font-weight:600;margin-bottom:16px;color:#fff;line-height:1.4}.consent-section p{font-size:14px;line-height:1.6;margin-bottom:12px;color:#e0e0e0;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:#e0e0e0;font-weight:400}.consent-section ul li:last-child{margin-bottom:0}.consent-section strong{font-weight:600;color:#fff}@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:#0d0d0d;color:#fff;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:#8c8c8c;text-transform:uppercase;margin:0 0 1rem;padding-left:.5rem}.my-addresses-page .status-container{padding:2rem 0;text-align:center;color:#8c8c8c}.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:#18222d;color:#fff}.my-addresses-page .address-item:hover{background-color:#212f3e}.my-addresses-page .address-item.add-new{width:100%;gap:.75rem;justify-content:flex-start;color:#fff}.my-addresses-page .address-item.add-new .add-new__icon{background-color:#0a84ff26;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:#0a84ff}.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:#121212;color:#fff;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:#1c1c1e;border-top-left-radius:20px;border-top-right-radius:20px;flex-grow:1;display:flex;flex-direction:column}.add-address-page .address-form .form-group{margin-bottom:12px}.add-address-page .address-form .form-group label{display:block;font-size:13px;color:#8e8e93;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:#007aff;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:#2c2c2e;color:#fff;font-size:16px;box-sizing:border-box}.add-address-page .address-form input::placeholder,.add-address-page .address-form textarea::placeholder{color:#8e8e93}.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:#1e96ef}.order-history-page{padding:16px;min-height:100vh;background:#131415;color:#fff}.order-history-page__title{font-size:20px;font-weight:600;margin-top:0;margin-bottom:20px;text-align:left;color:#fff}.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:#a1a1aa}.order-history-page__list{display:flex;flex-direction:column;gap:16px}.order-card{background:#18222d;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0003}.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:#fff}.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:#a1a1aa;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:#a1a1aa;font-weight:400}.order-card__detail-value{font-size:15px;font-weight:500;color:#fff}.app-container.dark{--primary-bg-color: #1a1a1a;--secondary-bg-color: #2a2a2a;--text-color: #ffffff;--border-color: #3a3a3a;--header-bg-color: #2a2a2a;--button-bg-color: #3a3a3a;--button-text-color: #ffffff;--dish-card-bg-color: #2a2a2a;--dish-card-shadow: 0 4px 8px rgba(0, 0, 0, .2)}
