@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap";.btn{display:inline-flex;align-items:center;justify-content:center;border:none;font-family:inherit;font-weight:400;line-height:1;letter-spacing:0;text-align:center;transition:background .15s ease,color .15s ease,transform .15s ease,opacity .15s ease}.btn:active:not(:disabled){transform:scale(.98)}.btn--primary{min-height:8.875rem;padding:0 2.5rem;border-radius:4.375rem;background:var(--mc-navy-soft);color:var(--mc-surface);font-size:2rem;box-shadow:var(--mc-shadow-cta)}.btn--primary:hover:not(:disabled){background:#18304f}.btn--primary:disabled{background:#bac2ce;cursor:not-allowed;box-shadow:none}.btn--cancel{min-height:8.875rem;padding:0 2.5rem;border-radius:4.375rem;border:.3125rem solid var(--mc-navy-soft);background:transparent;color:#000;font-size:2rem}.btn--cancel:hover:not(:disabled){background:#1f3a600f}.btn--cancel:disabled{opacity:.5;cursor:not-allowed}.btn--outline{background:var(--mc-bg);color:var(--mc-text);border-radius:var(--mc-radius-pill);padding:.75rem 1.5rem;font-size:1rem}.btn--outline:hover:not(:disabled){background:var(--mc-border)}.btn--outline:disabled{opacity:.5;cursor:not-allowed}.btn--block{width:100%}.btn--ghost{background:transparent;color:var(--mc-text);border-radius:var(--mc-radius-pill);padding:.75rem 1.5rem;font-size:1rem}.btn--ghost:hover:not(:disabled){background:var(--mc-bg)}.btn--compact{min-height:auto;padding:.85rem 1.75rem;border-radius:var(--mc-radius-pill);font-size:1.05rem}.icon-button{display:inline-grid;place-items:center;width:4rem;height:4rem;border:none;border-radius:50%;background:var(--mc-surface);color:var(--mc-text);box-shadow:var(--mc-shadow-card);flex-shrink:0;transition:background .15s ease,transform .15s ease}.icon-button:hover{background:var(--mc-bg)}.icon-button:active{transform:scale(.96)}.icon-button--danger{background:var(--mc-accent-strong);color:var(--mc-surface)}.icon-button--danger:hover{background:#d23a2f}.icon-button--soft{width:6.625rem;height:6.625rem;border-radius:50%;background:var(--mc-bg);color:var(--mc-accent-strong);box-shadow:none}.icon-button--soft:hover{background:#ebebeb}.icon-button--soft svg{width:2.65rem;height:2.65rem}.preloader{display:block;flex-shrink:0;animation:preloader-spin 1s linear infinite}@keyframes preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.session-expired-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center}.session-expired-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--mc-overlay)}.session-expired-modal__panel{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:3.75rem;width:58.25rem;padding:3.75rem 2.5rem;border-radius:3.75rem;background:#fff;box-shadow:var(--mc-shadow-elevated)}.session-expired-modal__title{margin:0;font-family:inherit;font-weight:500;font-size:3.75rem;line-height:120%;letter-spacing:0;text-align:center;color:#141414}.session-expired-modal__subtitle{margin:0;font-family:Roboto,system-ui,-apple-system,sans-serif;font-weight:400;font-size:2.5rem;line-height:100%;letter-spacing:0;text-align:center;color:#141414}.session-expired-modal__icon{width:auto;height:auto;max-width:100%;object-fit:contain}.cart-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.cart-page__inner{flex:1;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;padding:2.5rem var(--mc-grid-pad) 12.5rem}.cart-page__inner--empty{display:flex;flex-direction:column;gap:2rem;justify-content:center}.cart-page__header{display:grid;grid-template-columns:6.625rem 1fr 6.625rem;align-items:center;gap:1.5rem;margin-bottom:3.75rem}.cart-page__header-btn{display:block;width:6.625rem;height:6.625rem;padding:0;border:none;background:none;cursor:pointer}.cart-page__header-btn img{display:block;width:100%;height:100%}.cart-page__title{margin:0;font-size:3.75rem;font-weight:500;line-height:1.3;color:#000;text-align:center}.cart-page__vendor{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;margin-bottom:1rem}.cart-page__groups{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}.cart-page__group:last-child .cart-page__items{margin-bottom:0}.cart-page__vendor-title{margin:0;font-size:3rem;font-weight:500;line-height:1.3;color:#000}.cart-page__vendor-sum{font-size:2.5rem;font-weight:500;line-height:1;text-align:right;color:#141414;white-space:nowrap}.cart-page__items{margin-bottom:0}.cart-page__comment,.cart-page__slot-field{margin-bottom:2rem}.cart-page__checkout{max-width:25rem;margin:0 auto}.cart-page__footer{position:fixed;left:50%;bottom:0;z-index:90;transform:translate(-50%);width:100%;max-width:calc(var(--mc-canvas-w) * 1px);padding:1.5rem var(--mc-grid-pad) 2.5rem;background:linear-gradient(to top,#ffffff 55%,transparent);display:flex;justify-content:center;pointer-events:none}.cart-page__footer .btn{pointer-events:auto;min-width:25.3125rem}@media(max-width:48rem){.cart-page__inner{padding-bottom:10rem}.cart-page__header{grid-template-columns:4.5rem 1fr 4.5rem}.cart-page__header-btn{width:4.5rem;height:4.5rem}.cart-page__title{font-size:2.5rem}.cart-page__vendor-title{font-size:2rem}.cart-page__vendor-sum{font-size:1.5rem}.cart-page__footer .btn{width:100%;min-width:0}}.bottom-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:flex-end;justify-content:center;cursor:pointer}.bottom-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--mc-overlay)}.bottom-sheet__panel{position:relative;z-index:1;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);max-height:96vh;padding:2.5rem 2.5rem 3.75rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;background:var(--mc-surface);box-shadow:var(--mc-shadow-elevated);animation:bottom-sheet-in .28s ease}.bottom-sheet__title{margin:0 0 2rem;font-weight:600;font-size:3rem;line-height:120%;color:var(--mc-text)}.bottom-sheet__body{overflow-y:auto;font-weight:400;font-size:2.5rem;line-height:140%;color:var(--mc-text);white-space:pre-wrap}.bottom-sheet__panel--slot{max-height:min(92vh,120rem);padding:3.75rem var(--mc-grid-pad) 3.75rem}.bottom-sheet__panel--slot .bottom-sheet__title{margin-bottom:1.5rem;font-weight:500;font-size:3rem;line-height:1.2}.bottom-sheet__body--slot{font-size:inherit;line-height:inherit;white-space:normal}@keyframes bottom-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-comment-field{display:flex;flex-direction:column;gap:1rem}.cart-comment-field__label{font-size:3rem;font-weight:500;line-height:1.171875;letter-spacing:.01em;color:#000}.cart-comment-field__control{display:flex;flex-direction:column;gap:.625rem}.cart-comment-field__pill{display:flex;align-items:flex-start;width:100%;min-height:7.625rem;border:none;border-radius:3.75rem;background:#f4f4f4;padding:2.5rem;text-align:left;font:inherit;color:inherit;cursor:pointer;transition:opacity .15s ease}.cart-comment-field__pill:hover{opacity:.92}.cart-comment-field__pill--placeholder .cart-comment-field__value{color:#9fa8b1}.cart-comment-field__value{width:100%;min-width:0;font-size:2rem;font-weight:400;line-height:1.171875;letter-spacing:.0098em;color:#222429;white-space:pre-wrap;word-break:break-word}.cart-comment-field__counter{display:flex;justify-content:flex-end;font-size:2rem;font-weight:400;line-height:1.171875;color:#9fa8b1}.cart-comment-field__sheet{display:flex;flex-direction:column;gap:.625rem}.cart-comment-field__sheet-pill{display:flex;align-items:flex-start;gap:1.25rem;min-height:10.625rem;border-radius:3.75rem;background:#f4f4f4;padding:2.5rem}.cart-comment-field__sheet-textarea{flex:1;min-width:0;min-height:6rem;max-height:65vh;border:none;background:transparent;padding:0;margin:0;resize:none;outline:none;font:inherit;font-size:2rem;font-weight:400;line-height:1.171875;letter-spacing:.0098em;color:#222429;white-space:pre-wrap}.cart-comment-field__sheet-textarea::placeholder{color:#9fa8b1}.cart-comment-field__sheet-clear{flex-shrink:0;width:3.75rem;height:3.75rem;padding:0;border:none;background:none;cursor:pointer}.cart-comment-field__sheet-clear img{display:block;width:100%;height:100%}.cart-comment-field__sheet-counter{display:flex;justify-content:flex-end;font-size:2rem;font-weight:400;line-height:1.171875;color:#9fa8b1}.cart-comment-field__sheet-actions{padding-top:3.75rem}@media(max-width:48rem){.cart-comment-field__label,.cart-comment-field__value,.cart-comment-field__counter,.cart-comment-field__sheet-textarea,.cart-comment-field__sheet-counter{font-size:1.5rem}}.qty-control{display:inline-flex;align-items:center;gap:.5rem}.qty-control__btn{width:2.5rem;height:2.5rem;border:none;border-radius:50%;background:var(--mc-bg);color:var(--mc-text);font-size:1.25rem;display:grid;place-items:center;transition:background .15s ease}.qty-control__btn:hover:not(:disabled){background:var(--mc-border)}.qty-control__btn:disabled{opacity:.5;cursor:not-allowed}.qty-control__value{min-width:1.5rem;text-align:center;font-size:1rem;font-weight:500}.qty-control--large{gap:1.5rem;justify-content:space-between;width:100%}.qty-control--large .qty-control__btn{width:6.625rem;height:6.625rem;border-radius:2rem;background:var(--mc-bg);background-repeat:no-repeat;background-position:center;background-size:3rem 3rem}.qty-control--large .qty-control__btn svg{display:none}.qty-control--large .qty-control__btn:first-of-type{background-image:url(../icons/qnt-minus.svg);background-repeat:no-repeat;background-position:center;background-size:3rem 3rem}.qty-control--large .qty-control__btn:last-of-type{background-image:url(../icons/qnt-plus.svg);background-repeat:no-repeat;background-position:center;background-size:3rem 3rem}.qty-control--large .qty-control__value{min-width:3rem;font-size:2rem;font-weight:400;line-height:1.2;color:#333}.cart-item{display:grid;grid-template-columns:9.8125rem minmax(0,1fr) 20.5rem;gap:2rem;align-items:start;padding:2rem 0}.cart-item+.cart-item{border-top:.0625rem solid var(--mc-border)}.cart-item__media{width:9.8125rem;height:8.125rem;border-radius:2rem;overflow:hidden;background:var(--mc-bg);flex-shrink:0}.cart-item__media img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__body{min-width:0}.cart-item__title{margin:0;font-size:2rem;font-weight:500;line-height:1;color:#333}.cart-item__options{margin:1rem 0 0;padding:0 0 0 1.25rem;list-style:disc;font-size:2rem;font-weight:500;line-height:1;color:#14141480}.cart-item__options li+li{margin-top:.5rem}.cart-item__aside{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:100%}.cart-item__price{margin:0;font-size:2.5rem;font-weight:500;line-height:1;text-align:right;color:#141414}.cart-item__remove{align-self:flex-end;border:none;padding:0;background:none;color:#cc9a6e;font:inherit;font-size:2rem;font-weight:500;line-height:1;text-align:right;cursor:pointer}.cart-item__remove:hover{opacity:.85}@media(max-width:64rem){.cart-item{grid-template-columns:7.5rem minmax(0,1fr);gap:1.25rem}.cart-item__media{width:7.5rem;height:6.25rem;border-radius:1.5rem}.cart-item__aside{grid-column:1/-1}.cart-item__title,.cart-item__options,.cart-item__remove{font-size:1.5rem}.cart-item__price{font-size:1.75rem}}.slot-page{min-height:calc(var(--mc-canvas-h) * 1px);display:flex;flex-direction:column;background:var(--mc-surface);padding:3.75rem var(--mc-grid-pad) 7.5rem}.slot-page__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:6.25rem}.slot-page__title{margin:0;font-weight:500;font-size:3rem;line-height:1.2;color:var(--mc-text)}.slot-page__subtitle{margin:0;font-weight:400;font-size:2rem;line-height:1.171875;color:var(--mc-text)}.slot-page__days{display:flex;flex-direction:column;gap:5rem;margin-bottom:6.25rem}.slot-day{display:flex;flex-direction:column;gap:2.5rem}.slot-day__head{display:flex;align-items:center;gap:1rem;min-height:3rem}.slot-day__label{font-size:3rem;font-weight:600;line-height:1.5;color:var(--mc-text)}.slot-radio{width:1.375rem;height:1.375rem;border-radius:50%;border:.125rem solid var(--mc-text-muted);display:inline-grid;place-items:center;flex-shrink:0;background:var(--mc-surface);transition:border-color .15s ease}.slot-radio--active{border-color:var(--mc-navy-soft)}.slot-radio--active:after{content:"";width:.625rem;height:.625rem;border-radius:50%;background:var(--mc-navy-soft)}.slot-day__chips{display:flex;flex-wrap:wrap;gap:1.5rem}.slot-chip{min-height:6.625rem;padding:1.125rem 3.75rem;border:none;border-radius:3.75rem;background:var(--mc-bg);color:#232321;font-size:2rem;font-weight:400;line-height:1.171875;transition:background .15s ease,color .15s ease}.slot-chip:hover{background:var(--mc-border)}.slot-chip--active{background:var(--mc-navy-soft);color:var(--mc-surface)}.slot-chip--active:hover{background:#18304f}.slot-page__rules{display:flex;flex-direction:column;gap:1rem;margin-top:3.75rem;max-width:90%}.slot-page__rules-title{font-size:3rem;font-weight:500;line-height:100%;color:var(--mc-text);margin:0}.slot-page__rules-list{font-size:2.5rem;font-weight:400;color:var(--mc-text);margin:0}.slot-page__rules-list li{margin:0}.slot-page__actions{display:flex;justify-content:center;gap:1.5rem;margin-top:auto;padding-top:3.75rem;flex-wrap:wrap}.slot-page__actions button{width:30rem}.slot-page--sheet{min-height:0;padding:0;background:transparent}.slot-page--sheet .slot-page__subtitle--sheet{margin:0 0 3.75rem}.slot-page--sheet .slot-page__days{gap:5rem;margin-bottom:3.75rem}.slot-page--sheet .slot-day{gap:2.5rem}.slot-page--sheet .slot-day__label{font-size:3rem;font-weight:600;line-height:1.5}.slot-page--sheet .slot-day__chips{gap:1.5rem}.slot-page--sheet .slot-chip{min-height:7.625rem;padding:1.375rem 4.25rem;font-size:2rem;line-height:1.171875}.slot-page--sheet .slot-page__rules{gap:1rem;margin-top:0;max-width:none}.slot-page--sheet .slot-page__rules-title{font-size:3rem;font-weight:500;line-height:1}.slot-page--sheet .slot-page__rules-list{font-size:2.5rem;font-weight:400;line-height:1.4}.slot-page--sheet .slot-page__actions{gap:1.5rem;margin-top:0;padding-top:3.75rem}.cart-time-slot-field{display:flex;flex-direction:column;gap:1rem}.cart-time-slot-field__label{font-size:3rem;font-weight:500;line-height:1.2;color:#000}.cart-time-slot-field__pill{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-height:7.625rem;border:none;border-radius:3.75rem;background:#f4f4f4;padding:0 2.5rem;font:inherit;color:#222429;cursor:pointer;transition:opacity .15s ease}.cart-time-slot-field__pill:hover{opacity:.92}.cart-time-slot-field__pill--placeholder .cart-time-slot-field__value{color:#222429}.cart-time-slot-field__value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:2rem;font-weight:400;line-height:1;text-align:left}.cart-time-slot-field__arrow{display:inline-grid;place-items:center;flex-shrink:0;color:#222429}@media(max-width:48rem){.cart-time-slot-field__label,.cart-time-slot-field__value{font-size:1.5rem}.cart-time-slot-field__pill{min-height:5.5rem}}.dish-grid{display:grid;grid-template-columns:repeat(3,var(--mc-grid-col));gap:var(--mc-grid-gap);justify-content:center}.dish-card{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;width:100%;background:var(--mc-surface);border-radius:2rem;box-shadow:0 .125rem .5rem #0000001a;transition:transform .2s ease,box-shadow .2s ease}.dish-card:hover{transform:translateY(-.125rem);box-shadow:0 .25rem 1rem #0000001f}.dish-card--clickable{cursor:pointer}.dish-card__media{position:relative;flex-shrink:0;height:14.6875rem;border-radius:2rem;overflow:hidden;background:var(--mc-bg)}.dish-card__image{width:100%;height:100%;object-fit:cover;display:block}.dish-card__badge{position:absolute;left:.75rem;bottom:.75rem;display:inline-flex;align-items:center;gap:.5rem;max-width:calc(100% - 1.5rem);padding:.25rem .75rem .25rem .25rem;border-radius:2.5rem;background:#fffc;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem);color:var(--mc-text)}.dish-card__badge-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.5rem;font-weight:400;line-height:1.17}.dish-card__body{display:flex;flex-direction:column;gap:2.5rem;padding:0 1rem 1rem}.dish-card__info{display:flex;flex-direction:column;gap:1.5rem}.dish-card__price{margin:0;font-size:2rem;font-weight:400;line-height:1.2;color:var(--mc-text)}.dish-card__title{margin:0;font-size:1.75rem;font-weight:400;line-height:1.2;color:var(--mc-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dish-card__meta{margin:0;font-size:1.5rem;font-weight:400;line-height:1.17;color:var(--mc-text-muted)}.dish-card__action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:6.625rem;padding:2.125rem 1.5rem;border:none;border-radius:1.5rem;background:var(--mc-bg);color:var(--mc-text);font:inherit;font-size:2rem;font-weight:400;line-height:1.2;cursor:pointer;transition:background .15s ease,opacity .15s ease,transform .15s ease}.dish-card__action:hover:not(:disabled){background:var(--mc-border)}.dish-card__action:active:not(:disabled){transform:scale(.99)}.dish-card__action:disabled{opacity:.5;cursor:not-allowed}.dish-card__qty{width:100%}.dish-card__qty .qty-control{gap:1.5rem;display:flex;align-items:center;justify-content:space-between;width:100%}.dish-card__qty .qty-control__btn{width:6.625rem;height:6.625rem;border-radius:2rem;background:#f4f4f4;background-repeat:no-repeat;background-position:center;background-size:3rem 3rem}.dish-card__qty .qty-control__btn svg{display:none}.dish-card__qty .qty-control__btn:first-of-type{background:#f4f4f4;background-image:url(../icons/qnt-minus.svg);background-repeat:no-repeat;background-position:center;background-size:3rem 3rem}.dish-card__qty .qty-control__btn:last-of-type{background:#f4f4f4;background-image:url(../icons/qnt-plus.svg);background-repeat:no-repeat;background-position:center;background-size:3rem 3rem}.dish-card__qty .qty-control__value{min-width:3rem;font-weight:400;font-size:2rem;line-height:120%;text-align:center;color:#333}@media(max-width:89.9375rem){.dish-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.field{display:flex;flex-direction:column;gap:.5rem}.field__label{font-size:.95rem;font-weight:500;color:var(--mc-text)}.field__input,.field__textarea{width:100%;background:var(--mc-bg);border:.0625rem solid var(--mc-border);border-radius:var(--mc-radius-input);padding:.95rem 1.25rem;font-size:1rem;font-family:inherit;color:var(--mc-text);outline:none;transition:border-color .15s ease;resize:none}.field__textarea{min-height:5.25rem}.field__input:focus,.field__textarea:focus{border-color:var(--mc-navy)}.meal-tile{position:relative;display:flex;flex-direction:column;gap:4rem;width:27.5rem;height:36rem;padding-top:2.5rem;background:#fff;border-radius:2rem;overflow:hidden;box-shadow:4px 8px 14px #00000014;transition:transform .2s ease,box-shadow .2s ease;text-align:center;text-decoration:none}.meal-tile:hover{transform:translateY(-.25rem);box-shadow:4px 12px 20px #0000001f}.meal-tile__art{flex-shrink:0;width:100%;height:21rem;display:grid;place-items:center;overflow:hidden}.meal-tile__image{width:100%;height:100%;object-fit:cover;display:block}.meal-tile__emoji{font-size:8rem;line-height:1}.meal-tile__body{display:flex;flex-direction:column;gap:.35rem;padding:0 2.5rem}.meal-tile__title{margin:0;font-size:3rem;font-weight:400;line-height:100%;color:#232321}.meal-tile__caption{margin:0;font-size:1.25rem;color:var(--mc-text-muted)}.meal-tile--qr{background:#1f3a60;color:#fff}.meal-tile--qr .meal-tile__title,.meal-tile--qr .meal-tile__caption{color:#fff}.meal-tile--qr .meal-tile__image{width:17.8125rem;height:17.8125rem;object-fit:contain}.meal-tile--restaurants{gap:0;padding-top:0;justify-content:flex-end}.meal-tile--restaurants .meal-tile__art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.meal-tile--restaurants .meal-tile__image{width:100%;height:100%;object-fit:contain;object-position:top}.meal-tile--restaurants .meal-tile__body{position:relative;z-index:1;flex-shrink:0;height:13.9375rem;justify-content:center;align-items:center;padding:0 2.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;background:#1f3a60}.meal-tile--restaurants .meal-tile__title{color:#fff}.meal-tile:not(a){cursor:default}.meal-tile:not(a):hover{transform:none;box-shadow:4px 8px 14px #00000014}@media(max-width:89.9375rem){.meal-tile{width:100%;height:auto;min-height:36rem}}.page-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:17.5rem;padding:2rem;text-align:center}.page-state__text{margin:0;font-size:1.125rem;color:var(--mc-text-soft);max-width:32.5rem}.page-state--loading .page-state__text{font-size:2.5rem;font-weight:500;text-align:center;color:#000}.page-state--error .page-state__text{color:var(--mc-accent-strong)}.restaurant-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4375rem;width:var(--mc-grid-col);height:36rem;padding:0 1rem;background:#fff;border-radius:2rem;overflow:hidden;box-shadow:.359375rem .359375rem .71875rem #00000014;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.restaurant-tile:hover{transform:translateY(-.25rem);box-shadow:.359375rem .625rem 1.125rem #0000001f}.restaurant-tile__media{flex-shrink:0;width:100%;height:21rem;display:flex;align-items:flex-start;justify-content:center;overflow:hidden}.restaurant-tile__image{width:100%;height:100%;object-fit:contain;object-position:top center;display:block}.restaurant-tile__body{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:100%;min-height:6.1875rem}.restaurant-tile__title{margin:0;font-size:2rem;font-weight:400;line-height:1.171875;text-align:center;color:#232321}@media(max-width:89.9375rem){.restaurant-tile{width:100%;height:auto;min-height:36rem}}.search-tag-cloud{display:flex;flex-wrap:wrap;gap:.625rem;padding:0 2.5rem 2.5rem}.search-tag-cloud__tag{display:inline-flex;align-items:center;justify-content:center;min-height:6.625rem;padding:1.125rem 3.75rem;border:none;border-radius:3.75rem;background:#f4f4f4;color:#232321;font-family:Roboto,system-ui,-apple-system,sans-serif;font-size:2rem;font-weight:400;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.search-tag-cloud__tag:hover{background:#ebebeb}.search-tag-cloud__tag--active{background:#1f3a60;color:#fff}.search-tag-cloud__tag--active:hover{background:#1a3254}.search-input{position:relative;min-width:27.5rem}.search-input--trigger{cursor:pointer}.search-input__field{width:100%;height:7.625rem;background:#f4f4f4;border:none;border-radius:3.75rem;padding:0 2.5rem 0 6.75rem;font-family:Roboto,system-ui,-apple-system,sans-serif;font-size:1.75rem;font-weight:400;line-height:1.3;color:#000;outline:none}.search-input--active .search-input__field,.search-input:has(.search-input__clear) .search-input__field{padding:0 5.5rem 0 6.75rem}.search-input--trigger .search-input__field{cursor:pointer;pointer-events:none}.search-input__field::-webkit-search-cancel-button,.search-input__field::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.search-input__field::placeholder{font-family:Roboto,system-ui,-apple-system,sans-serif;font-weight:400;font-size:1.5rem;line-height:1.3;color:#96a0aa}.search-input__icon{position:absolute;left:1.875rem;top:50%;transform:translateY(-50%);width:3.75rem;height:3.75rem;pointer-events:none}.search-input__back,.search-input__clear{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:3.75rem;height:3.75rem;padding:0;border:none;background:transparent;cursor:pointer}.search-input__back{left:1rem}.search-input__back img{width:3.75rem;height:3.75rem}.search-input__clear{right:1.5rem}.search-input__clear img{width:2rem;height:2rem}.slot-pill{display:inline-flex;align-items:center;gap:.75rem;height:7.625rem;background:#f4f4f4;border:none;border-radius:3.75rem;padding:0 1.75rem;font-family:Roboto,system-ui,-apple-system,sans-serif;font-size:2rem;font-weight:400;line-height:1;color:#222429;flex-shrink:0;transition:opacity .15s ease;text-decoration:none}.slot-pill:hover{opacity:.85}.slot-pill--placeholder{color:#222429}.slot-pill__icon{color:#222429;display:inline-grid;place-items:center}.slot-pill__arrow{color:#222429;display:inline-grid;place-items:center;flex-shrink:0}.slot-pill__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-payment-page{min-height:100vh;display:flex;flex-direction:column;background:#f2f2f2}.checkout-payment-page__inner{flex:1;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;padding:2.5rem var(--mc-grid-pad) 3.75rem;display:flex;flex-direction:column;align-items:center}.checkout-payment-page__inner--empty{gap:2rem;justify-content:center}.checkout-payment-page__header{align-self:stretch;margin-bottom:9.5rem}.checkout-payment-page__header-btn{display:block;width:6.625rem;height:6.625rem;padding:0;border:none;background:none;cursor:pointer}.checkout-payment-page__header-btn img{display:block;width:100%;height:100%}.checkout-payment-page__title{width:100%;max-width:41.25rem;margin:0 0 3.75rem;font-family:inherit;font-weight:500;font-size:3.75rem;line-height:100%;letter-spacing:0;text-align:center;color:#000}.checkout-payment-page__methods{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.checkout-payment-page__method{width:23.5rem;height:21.8125rem;padding:1.67875rem .719375rem .959375rem;border:none;border-radius:4.22125rem;background:#fff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.60875rem;font:inherit;font-weight:400;font-size:2.25125rem;line-height:130%;letter-spacing:0;text-align:center;color:#000;cursor:pointer}.checkout-payment-page__method:active{transform:scale(.98)}.checkout-payment-page__method:disabled{opacity:.45;cursor:not-allowed}.checkout-payment-page__method:disabled:active{transform:none}.checkout-payment-page__method-icon{display:block;width:auto;max-width:calc(100% - 1.5rem);height:auto;max-height:14rem;object-fit:contain}.checkout-payment-page__method-label{display:block}.checkout-payment-page__actions{max-width:25rem;margin:0 auto}@media(max-width:48rem){.checkout-payment-page__header{margin-bottom:3rem}.checkout-payment-page__header-btn{width:4.5rem;height:4.5rem}.checkout-payment-page__title{font-size:2.5rem;margin-bottom:2rem}.checkout-payment-page__methods{flex-direction:column;align-items:center}.checkout-payment-page__method{width:min(100%,23.5rem);height:auto;min-height:16rem;padding:1.25rem .75rem;border-radius:2.5rem;font-size:1.5rem}.checkout-payment-page__method-icon{max-height:8rem}}.checkout-phone-code-page{--checkout-phone-code-key-size: 7.625rem;--checkout-phone-code-key-radius: 7.5rem;--checkout-phone-code-key-padding: 3.0625rem;--checkout-phone-code-key-gap: 2.25rem;--checkout-phone-code-key-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .09);min-height:100vh;display:flex;flex-direction:column;background:#f2f2f2}.checkout-phone-code-page__inner{flex:1;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;padding:2.5rem var(--mc-grid-pad) 3.75rem;display:flex;flex-direction:column;align-items:center}.checkout-phone-code-page__inner--empty{gap:2rem;justify-content:center}.checkout-phone-code-page__header{align-self:stretch;margin-bottom:6rem}.checkout-phone-code-page__header-btn{display:block;width:6.625rem;height:6.625rem;padding:0;border:none;background:none;cursor:pointer}.checkout-phone-code-page__header-btn img{display:block;width:100%;height:100%}.checkout-phone-code-page__title{width:100%;max-width:41.25rem;margin:0 0 1.5rem;font-family:inherit;font-weight:500;font-size:3.75rem;line-height:100%;letter-spacing:0;text-align:center;color:#000}.checkout-phone-code-page__subtitle{width:100%;max-width:41.25rem;margin:0 0 2.5rem;font-family:inherit;font-weight:400;font-size:2rem;line-height:130%;text-align:center;color:#8d8d8d}.checkout-phone-code-page__display{width:100%;max-width:38.875rem;height:var(--checkout-phone-code-key-size);padding:var(--checkout-phone-code-key-padding);border-radius:var(--checkout-phone-code-key-radius);background:#fff;box-shadow:var(--checkout-phone-code-key-shadow);display:flex;justify-content:center;align-items:center;font-weight:400;font-size:2.5rem;line-height:100%;letter-spacing:.5rem;color:#232321;white-space:nowrap}.checkout-phone-code-page__error{width:100%;max-width:38.875rem;margin:1.5rem 0 0;font-size:1.5rem;line-height:130%;text-align:center;color:#d64545}.checkout-phone-code-page__hint{width:100%;max-width:38.875rem;margin:1.5rem 0 0;font-size:1.5rem;line-height:130%;text-align:center;color:#8d8d8d}.checkout-phone-code-page__resend{margin-top:1.5rem;padding:0;border:none;background:none;font:inherit;font-size:1.5rem;line-height:130%;color:var(--mc-navy-soft);cursor:pointer}.checkout-phone-code-page__resend:disabled{color:#8d8d8d;cursor:not-allowed}.checkout-phone-code-page__keypad{display:grid;grid-template-columns:repeat(3,var(--checkout-phone-code-key-size));gap:var(--checkout-phone-code-key-gap);justify-content:center;margin-top:2.5rem}.checkout-phone-code-page__key{width:var(--checkout-phone-code-key-size);height:var(--checkout-phone-code-key-size);padding:var(--checkout-phone-code-key-padding);border:none;border-radius:var(--checkout-phone-code-key-radius);background:#fff;box-shadow:var(--checkout-phone-code-key-shadow);display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:2.5rem;font-weight:400;line-height:1;color:#232321}.checkout-phone-code-page__key:active:not(:disabled){transform:scale(.98)}.checkout-phone-code-page__key:disabled{opacity:.6;cursor:not-allowed}.checkout-phone-code-page__key--backspace{color:#404040}.checkout-phone-code-page__key-icon{display:block;min-width:3rem;height:3rem;object-fit:contain}.checkout-phone-code-page__key-icon--logo{min-width:3.125rem;height:3.125rem}.checkout-phone-code-page__continue{width:var(--checkout-phone-code-key-size);height:var(--checkout-phone-code-key-size);margin-top:var(--checkout-phone-code-key-gap);padding:var(--checkout-phone-code-key-padding);border:none;border-radius:var(--checkout-phone-code-key-radius);background:var(--mc-navy-soft);box-shadow:var(--checkout-phone-code-key-shadow);display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.checkout-phone-code-page__continue:active:not(:disabled){transform:scale(.98)}.checkout-phone-code-page__continue:disabled{background:#bac2ce;cursor:not-allowed;box-shadow:none}.checkout-phone-code-page__continue-icon{display:block;min-width:3rem;height:3rem;object-fit:contain}.checkout-phone-code-page__actions{max-width:25rem;margin:0 auto}@media(max-width:48rem){.checkout-phone-code-page{--checkout-phone-code-key-size: 4.5rem;--checkout-phone-code-key-radius: 4.375rem;--checkout-phone-code-key-padding: 1.5rem;--checkout-phone-code-key-gap: .75rem}.checkout-phone-code-page__header{margin-bottom:3rem}.checkout-phone-code-page__header-btn{width:4.5rem;height:4.5rem}.checkout-phone-code-page__title{font-size:2.5rem;margin-bottom:1rem}.checkout-phone-code-page__subtitle{font-size:1rem;margin-bottom:1.5rem}.checkout-phone-code-page__display{max-width:100%;font-size:1.5rem;letter-spacing:.25rem}.checkout-phone-code-page__error,.checkout-phone-code-page__hint,.checkout-phone-code-page__resend{font-size:1rem}.checkout-phone-code-page__key{font-size:1.125rem}.checkout-phone-code-page__key-icon{width:1.75rem;height:1.75rem}.checkout-phone-code-page__key-icon--logo{width:2.25rem;height:1.875rem}.checkout-phone-code-page__continue-icon{width:1.75rem;height:1.75rem}}.checkout-phone-page{--checkout-phone-key-size: 7.625rem;--checkout-phone-key-radius: 7.5rem;--checkout-phone-key-padding: 3.0625rem;--checkout-phone-key-gap: 2.25rem;--checkout-phone-key-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .09);min-height:100vh;display:flex;flex-direction:column;background:#f2f2f2}.checkout-phone-page__inner{flex:1;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;padding:2.5rem var(--mc-grid-pad) 3.75rem;display:flex;flex-direction:column;align-items:center}.checkout-phone-page__inner--empty{gap:2rem;justify-content:center}.checkout-phone-page__header{align-self:stretch;margin-bottom:9.5rem}.checkout-phone-page__header-btn{display:block;width:6.625rem;height:6.625rem;padding:0;border:none;background:none;cursor:pointer}.checkout-phone-page__header-btn img{display:block;width:100%;height:100%}.checkout-phone-page__title{width:100%;max-width:41.25rem;margin:0 0 3.75rem;font-family:inherit;font-weight:500;font-size:3.75rem;line-height:100%;letter-spacing:0;text-align:center;color:#000}.checkout-phone-page__display{width:100%;max-width:38.875rem;height:var(--checkout-phone-key-size);padding:var(--checkout-phone-key-padding) var(--checkout-phone-key-padding) var(--checkout-phone-key-padding) 2rem;border-radius:var(--checkout-phone-key-radius);background:#fff;box-shadow:var(--checkout-phone-key-shadow);display:flex;justify-content:center;align-items:center;font-weight:400;font-size:2rem;line-height:100%;color:#232321;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-phone-page__error{width:100%;max-width:38.875rem;margin:1.5rem 0 0;font-size:1.5rem;line-height:130%;text-align:center;color:#d64545}.checkout-phone-page__key:disabled{opacity:.6;cursor:not-allowed}.checkout-phone-page__keypad{display:grid;grid-template-columns:repeat(3,var(--checkout-phone-key-size));gap:var(--checkout-phone-key-gap);justify-content:center;margin-top:3.75rem}.checkout-phone-page__key{width:var(--checkout-phone-key-size);height:var(--checkout-phone-key-size);padding:var(--checkout-phone-key-padding);border:none;border-radius:var(--checkout-phone-key-radius);background:#fff;box-shadow:var(--checkout-phone-key-shadow);display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:2.5rem;font-weight:400;line-height:1;color:#232321}.checkout-phone-page__key:active:not(:disabled){transform:scale(.98)}.checkout-phone-page__key--backspace{color:#404040}.checkout-phone-page__key-icon{display:block;min-width:3rem;height:3rem;object-fit:contain}.checkout-phone-page__key-icon--logo{min-width:3.125rem;height:3.125rem}.checkout-phone-page__continue{width:var(--checkout-phone-key-size);height:var(--checkout-phone-key-size);margin-top:var(--checkout-phone-key-gap);padding:var(--checkout-phone-key-padding);border:none;border-radius:var(--checkout-phone-key-radius);background:var(--mc-navy-soft);box-shadow:var(--checkout-phone-key-shadow);display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.checkout-phone-page__continue:active:not(:disabled){transform:scale(.98)}.checkout-phone-page__continue:disabled{background:#bac2ce;cursor:not-allowed;box-shadow:none}.checkout-phone-page__continue-icon{display:block;min-width:3rem;height:3rem;object-fit:contain}.checkout-phone-page__actions{max-width:25rem;margin:0 auto}@media(max-width:48rem){.checkout-phone-page{--checkout-phone-key-size: 4.5rem;--checkout-phone-key-radius: 4.375rem;--checkout-phone-key-padding: 1.5rem;--checkout-phone-key-gap: .75rem}.checkout-phone-page__header-btn{width:4.5rem;height:4.5rem}.checkout-phone-page__title{font-size:2.5rem;margin-bottom:1.5rem}.checkout-phone-page__display{max-width:100%;font-size:1rem;padding-left:1.25rem}.checkout-phone-page__error{font-size:1rem}.checkout-phone-page__key{font-size:1.125rem}.checkout-phone-page__key-icon{width:1.75rem;height:1.75rem}.checkout-phone-page__key-icon--logo{width:2.25rem;height:1.875rem}.checkout-phone-page__continue-icon{width:1.75rem;height:1.75rem}}.checkout-sbp-page{min-height:100vh;display:flex;flex-direction:column;background:#f2f2f2}.checkout-sbp-page__inner{flex:1;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;padding:2.5rem var(--mc-grid-pad) 11rem;display:flex;flex-direction:column;align-items:center}.checkout-sbp-page__inner--empty{gap:2rem;justify-content:center}.checkout-sbp-page__header{align-self:stretch;margin-bottom:4rem}.checkout-sbp-page__header-btn{display:block;width:6.625rem;height:6.625rem;padding:0;border:none;background:none;cursor:pointer}.checkout-sbp-page__header-btn img{display:block;width:100%;height:100%}.checkout-sbp-page__title{width:100%;max-width:41.25rem;margin:0 0 5rem;font-family:inherit;font-weight:500;font-size:3.75rem;line-height:100%;text-align:center;color:#000}.checkout-sbp-page__amount{margin:0 0 5rem;font-size:2.5rem;font-weight:500;text-align:center;color:#000}.checkout-sbp-page__qr-wrap{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem}.checkout-sbp-page__qr{display:grid;place-items:center;padding:2rem;border-radius:2rem;background:#fff;box-shadow:0 .5rem 2rem #00000014}.checkout-sbp-page__sbp-logo{display:block;width:auto;max-width:12rem;height:auto;object-fit:contain}.checkout-sbp-page__hint{max-width:36rem;margin:0;font-size:2rem;line-height:130%;text-align:center;color:#333}.checkout-sbp-page__timer{position:fixed;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;min-height:8.5rem;padding:1.5rem var(--mc-grid-pad) 2rem;background:#f2f2f2}.checkout-sbp-page__timer-ring{position:relative;width:6.625rem;height:6.625rem;display:grid;place-items:center}.checkout-sbp-page__timer-spinner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.checkout-sbp-page__timer-value{position:relative;z-index:1;font-weight:600;font-size:2rem;line-height:100%;color:#232321;font-variant-numeric:tabular-nums}.checkout-sbp-page__actions{width:100%;max-width:25rem;margin-top:2rem}@media(max-width:48rem){.checkout-sbp-page__header{margin-bottom:2rem}.checkout-sbp-page__header-btn{width:4.5rem;height:4.5rem}.checkout-sbp-page__title{font-size:2.5rem}.checkout-sbp-page__amount{font-size:1.75rem}.checkout-sbp-page__hint{font-size:1.35rem}.checkout-sbp-page__timer{min-height:6.5rem;padding:1rem var(--mc-grid-pad) 1.5rem}.checkout-sbp-page__timer-ring{width:5.5rem;height:5.5rem}.checkout-sbp-page__timer-value{font-size:1.75rem}}.checkout-success-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.checkout-success-page__inner{flex:1;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;padding:4rem var(--mc-grid-pad) 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.checkout-success-page__title{margin:17.875rem 0 2rem;font-weight:500;font-size:3.75rem;line-height:130%;text-align:center;color:#000}.checkout-success-page__order-number{margin:0 0 2rem;font-weight:400;font-size:9.375rem;line-height:100%;text-align:center;color:#000;font-variant-numeric:tabular-nums}.checkout-success-page__support{width:min(100%,51.125rem);padding:2.5rem 2.5rem 2rem;border-radius:3.75rem;background:linear-gradient(125.78deg,#5056fc -20.96%,#1f3a60 116.52%);border:.0625rem solid #d9d9d9;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.checkout-success-page__support-text{margin:0;max-width:28rem;font-weight:400;font-size:1.576875rem;line-height:100%;text-align:center;color:#fff}.checkout-success-page__support-qr{display:block;width:min(100%,18.75rem);height:auto;border-radius:2.1875rem}.checkout-success-page__actions{width:30rem;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;padding:1.5rem var(--mc-grid-pad) 2.5rem}@media(max-width:48rem){.checkout-success-page__inner{padding-top:2.5rem}.checkout-success-page__title{margin-bottom:1.5rem;font-size:2.5rem}.checkout-success-page__order-number{margin-bottom:2rem;font-size:5rem}.checkout-success-page__support{padding:1.5rem;border-radius:2rem}.checkout-success-page__support-text{font-size:1.125rem}.checkout-success-page__support-qr{border-radius:1.25rem}}.cart-bar{position:fixed;left:50%;transform:translate(-50%);bottom:0;z-index:90;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);padding:1.5rem var(--mc-grid-pad) 2.5rem;background:linear-gradient(to top,var(--mc-bg) 30%,transparent);pointer-events:none}.cart-bar__inner{pointer-events:auto;display:flex;align-items:center;gap:1rem;min-height:8.875rem;margin:0 auto;padding:1.5rem 3.5rem;border:none;border-radius:var(--mc-radius-pill);background:var(--mc-navy-soft);color:var(--mc-surface);font-size:2rem;font-weight:400;box-shadow:var(--mc-shadow-cta);transition:transform .15s ease,background .15s ease}.cart-bar__inner:hover{transform:translateY(-.125rem)}.cart-bar__inner:active{transform:translateY(0)}.cart-bar__badge{display:inline-grid;place-items:center;min-width:2.5rem;height:2.5rem;padding:0 .65rem;border-radius:var(--mc-radius-pill);background:var(--mc-gold);color:var(--mc-navy);font-size:1.25rem;font-weight:600}.cart-bar__label{flex:1;text-align:left}.dish-detail-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;display:flex;justify-content:center}.dish-detail-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;animation:dish-detail-sheet-backdrop-in .28s ease}.dish-detail-sheet--closing .dish-detail-sheet__backdrop{animation:dish-detail-sheet-backdrop-out .28s ease forwards}.dish-detail-sheet__panel{position:relative;z-index:1;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);height:100%;min-height:100dvh;background-color:var(--mc-bg);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:var(--mc-shadow-elevated);animation:dish-detail-sheet-in .28s ease;overflow:hidden}.dish-detail-sheet__panel--closing{animation:dish-detail-sheet-out .28s ease forwards}.dish-detail-sheet--closing{pointer-events:none}.dish-detail-sheet__info-bar{position:absolute;top:3.75rem;left:2.5rem;z-index:2;display:inline-flex;flex-direction:column;align-items:flex-start;gap:2rem;max-width:calc(100% - 12rem);padding:.8125rem;border-radius:3.75rem;background:#ffffff8f;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem)}.dish-detail-sheet__info-bar--expanded{max-width:min(48rem,100% - 5rem)}.dish-detail-sheet__info-bar-row{display:inline-flex;align-items:center;gap:.8125rem;flex-wrap:wrap}.dish-detail-sheet__details-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:6.6875rem;padding:0 2.5rem;border:none;border-radius:3.75rem;background:#f4f4f4;color:#232321;font:inherit;font-size:2rem;font-weight:400;line-height:1;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease,opacity .15s ease,transform .15s ease}.dish-detail-sheet__details-btn--active{background:#1f3a60;color:#fff}.dish-detail-sheet__details-btn:hover:not(:disabled){opacity:.92}.dish-detail-sheet__details-btn:active:not(:disabled){transform:scale(.98)}.dish-detail-sheet__details-btn:disabled{opacity:.45;cursor:not-allowed}.dish-detail-sheet__info-details{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-height:min(36rem,40vh);padding:0 1.6875rem 1.6875rem;overflow-y:auto}.dish-detail-sheet__info-text{margin:0;font-weight:400;font-size:2rem;line-height:120%;color:#141414;white-space:pre-wrap}.dish-detail-sheet__info-text-label{font-weight:500}.dish-detail-sheet__nutrition{display:inline-flex;align-items:center;justify-content:center;gap:1.5rem;height:6.6875rem;padding:0 2rem;border-radius:3.75rem;background:#f4f4f4}.dish-detail-sheet__nutrition-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-width:4.5rem;font-weight:400;font-size:1.45rem;line-height:100%;text-align:center;color:#141414}.dish-detail-sheet__nutrition-value{font-weight:400}.dish-detail-sheet__nutrition-label{font-weight:400;white-space:nowrap}.dish-detail-sheet__close{position:absolute;top:3.75rem;right:3.75rem;z-index:2;display:inline-flex;padding:0;border:none;background:transparent;line-height:0;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.dish-detail-sheet__close:hover{opacity:.85}.dish-detail-sheet__close:active{transform:scale(.96)}.dish-detail-sheet__close-icon{display:block;width:6.6875rem;height:6.6875rem}.dish-detail-sheet__content{position:absolute;bottom:6.25rem;left:2.5rem;right:2.5rem;z-index:2;display:flex;flex-direction:column;gap:2rem;min-height:0;max-height:calc(100% - 10rem);padding:2.5rem;border-radius:3.75rem;background:#fff}.dish-detail-sheet__header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.dish-detail-sheet__title{flex:1;min-width:0;margin:0;font-weight:500;font-size:3rem;line-height:100%;color:#000}.dish-detail-sheet__price{flex-shrink:0;margin:0;font-weight:400;font-size:3rem;line-height:130%;color:var(--mc-text);white-space:nowrap}.dish-detail-sheet__options{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:2rem}.dish-detail-sheet__option-group{display:flex;flex-direction:column;gap:2rem}.dish-detail-sheet__option-group-title{margin:0;font-weight:500;font-size:2rem;line-height:120%;color:#141414}.dish-detail-sheet__option-list{display:flex;flex-direction:column;gap:1.5rem}.dish-detail-sheet__option{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%;padding:0;border:none;background:transparent;color:#000;font:inherit;font-size:2rem;font-weight:400;line-height:120%;text-align:left;cursor:pointer;transition:opacity .15s ease}.dish-detail-sheet__option:hover{opacity:.85}.dish-detail-sheet__option-main{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.dish-detail-sheet__option-icon{flex-shrink:0;width:3rem;height:3rem}.dish-detail-sheet__option-title{flex:1;min-width:0;font-weight:400;font-size:2rem;line-height:120%;color:#000}.dish-detail-sheet__option-price{flex-shrink:0;font-weight:400;font-size:2rem;line-height:120%;color:#000;white-space:nowrap}.dish-detail-sheet__actions-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-shrink:0}.dish-detail-sheet__weight{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:6.625rem;padding:0 2.5rem;border-radius:3.75rem;background:#f4f4f4;font-weight:400;font-size:2rem;line-height:100%;text-align:center;color:#232321;white-space:nowrap}.dish-detail-sheet__cta{width:auto;min-width:0;padding-left:4rem;padding-right:4rem}@keyframes dish-detail-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes dish-detail-sheet-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes dish-detail-sheet-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes dish-detail-sheet-backdrop-out{0%{opacity:1}to{opacity:0}}.category-nav{position:sticky;top:0;z-index:40;background:var(--mc-bg);padding:1rem 0}.category-nav__scroll{display:flex;gap:.625rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.category-nav__scroll::-webkit-scrollbar{display:none}.category-nav__item{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:6.625rem;padding:0 2rem;border:none;border-radius:3.75rem;background:#f4f4f4;color:#232321;font-size:2rem;font-weight:400;line-height:100%;text-align:center;transition:background .15s ease,color .15s ease}.category-nav__item--active{background:#1f3a60;color:#fff}.contact-page__card{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center;background:var(--mc-surface);border-radius:var(--mc-radius-card);padding:3rem;box-shadow:var(--mc-shadow-card);max-width:60rem;width:100%}.contact-page__qr{display:grid;place-items:center;padding:1rem;border-radius:var(--mc-radius-input);background:var(--mc-surface);border:.0625rem solid var(--mc-border)}.contact-page__info{display:flex;flex-direction:column;gap:.75rem}.contact-page__heading{margin:0;font-size:2.5rem;font-weight:700;color:var(--mc-navy)}.contact-page__text{margin:0;font-size:1.5rem;color:var(--mc-text);line-height:1.4}.contact-page__link,.contact-page__phone{font-size:1.1rem;font-weight:500;color:var(--mc-navy)}.contact-page__phone{font-size:1.35rem;font-weight:700}@media(max-width:40rem){.contact-page__card{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem;text-align:center}.contact-page__info{align-items:center}}.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--mc-bg)}.layout--hero{background:var(--mc-bg)}.layout__header{position:sticky;top:0;z-index:100;background:var(--mc-surface);border-bottom:.0625rem solid var(--mc-border)}.layout__header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;padding:0 var(--mc-grid-pad);min-height:var(--mc-header-h)}.layout__header-left{display:flex;align-items:center;gap:1rem;min-width:0;flex:1}.layout__logo{height:3.5rem;width:auto;flex-shrink:0}.layout__title{margin:0;font-size:2rem;font-weight:600;color:var(--mc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout__main{flex:1;width:100%;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;padding:var(--mc-grid-pad)}.layout__main--with-cart-bar{padding-bottom:12.5rem}.menu-hero{position:relative;min-height:25rem;padding:var(--mc-grid-pad);margin:calc(-1 * var(--mc-grid-pad)) calc(-1 * var(--mc-grid-pad)) 0;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,#062d6380,#1f3a60d9),var(--mc-navy-soft);background-size:cover;background-position:center;color:var(--mc-surface);border-bottom-left-radius:var(--mc-radius-card);border-bottom-right-radius:var(--mc-radius-card);text-align:center}.menu-hero__back{position:absolute;top:1.5rem;left:1.5rem}.menu-hero__eyebrow{margin:0 0 .5rem;font-size:1rem;font-weight:500;opacity:.85}.menu-hero__title{margin:0 0 1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.showcase{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.showcase__header{padding:0 0 2.5rem;text-align:center}.showcase__logo{width:15rem;height:auto}.showcase__toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--mc-grid-gap);flex-wrap:nowrap;padding:0 0 2.5rem;width:100%}.showcase__chip{display:inline-flex;align-items:center;gap:.75rem;background:var(--mc-surface);border-radius:var(--mc-radius-pill);padding:1rem 1.75rem;font-size:1.25rem;font-weight:500;color:var(--mc-text);box-shadow:var(--mc-shadow-card)}.showcase__chip-separator{width:.0625rem;height:1.125rem;background:var(--mc-border)}.showcase__search{max-width:480px}.showcase__grid,.showcase__tiles{display:grid;grid-template-columns:repeat(3,var(--mc-grid-col));gap:var(--mc-grid-gap);padding:0 0 3.75rem;width:100%;justify-content:center}.showcase--with-cart-bar{padding-bottom:12.5rem}@media(max-width:89.9375rem){.showcase__tiles,.showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.splash{position:relative;min-height:calc(var(--mc-canvas-h) * 1px);background:url(../promo.png) center/cover no-repeat;display:flex;flex-direction:column;align-items:center;padding:22.3125rem var(--mc-grid-pad) 5rem;text-align:center}.splash__steps{display:flex;flex-direction:column;gap:2.875rem;margin:0 auto 7.5rem;max-width:48.5625rem;width:100%}.splash__step{display:flex;align-items:flex-start;gap:2.5rem;text-align:left}.splash__step-num{flex-shrink:0;width:5.25rem;height:5.25rem;margin-top:.3125rem;border-radius:50%;background:var(--mc-surface);color:var(--mc-navy);font-size:3.125rem;font-weight:600;line-height:1;display:grid;place-items:center;box-shadow:var(--mc-shadow-card)}.splash__step-text{margin:0;font-size:5rem;font-weight:500;line-height:1.17;color:var(--mc-navy)}.splash__cta{margin-top:auto}.splash__cta.btn--primary{min-width:41.875rem}.contact-page{display:flex;justify-content:center;padding:2rem 0}.layout--white{background:#fff}.menu-page__header{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.menu-page__close{width:100%;display:inline-flex;justify-content:flex-end;flex-shrink:0;line-height:0;text-decoration:none;transition:transform .15s ease,opacity .15s ease}.menu-page__close:hover{opacity:.85}.menu-page__close:active{transform:scale(.96)}.menu-page__close-icon{display:block;width:6.6875rem;height:6.6875rem}.menu-page__title{margin:0;font-weight:500;font-size:3.75rem;line-height:1.3;color:#000}.menu-sections{display:flex;flex-direction:column;gap:3rem}.menu-section__heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;text-decoration:none;color:inherit;transition:opacity .15s ease}.menu-section__heading:hover{opacity:.75}.menu-section__title{margin:0;font-weight:500;font-size:3rem;line-height:1.3;color:#000}.menu-section__arrow{display:block;flex-shrink:0;width:6.625rem;height:6.625rem}.menu-section__footer{display:flex;justify-content:center;margin-top:1.5rem}.menu-section__view-all{min-width:440px;text-decoration:none}.restaurant-menu-page{position:relative;min-height:calc(var(--mc-canvas-h) * 1px);background:url(../restaurant.png) center top/contain no-repeat;display:flex;flex-direction:column;justify-content:flex-end}.restaurant-menu-page__header{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:center}.restaurant-menu-page__title{position:absolute;top:10.25rem;margin:0;font-weight:600;font-size:3rem;line-height:120%;text-align:center;color:#fff}.restaurant-menu-page__name-row{position:absolute;top:16.43rem;display:inline-flex;align-items:flex-start;max-width:calc(100vw - 5rem)}.restaurant-menu-page__name{margin:0;font-weight:600;font-size:5rem;line-height:120%;text-align:center;color:#fff}.restaurant-menu-page__info{flex-shrink:0;align-self:flex-start;margin:-1rem 0 0 1rem;padding:0;border:none;background:transparent;line-height:0;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.restaurant-menu-page__info:hover{opacity:.85}.restaurant-menu-page__info:active{transform:scale(.96)}.restaurant-menu-page__info-icon{display:block;width:3rem;height:3rem}.restaurant-menu-page__back{position:absolute;top:2rem;left:2.5rem;right:2.5rem;display:inline-flex;line-height:0;text-decoration:none;transition:transform .15s ease,opacity .15s ease}.restaurant-menu-page__back:hover{opacity:.85}.restaurant-menu-page__back:active{transform:scale(.96)}.restaurant-menu-page__back-icon{display:block;width:6.625rem;height:6.625rem}.restaurant-menu-page__panel{margin-top:calc(100vh - 96.75rem);padding:2rem 2.5rem 0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;background:#fff;display:flex;flex-direction:column}.restaurant-menu-page__content{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.restaurant-menu-page__content--with-cart-bar{padding-bottom:12.5rem}.restaurant-menu-page__toolbar{display:flex;align-items:center;justify-content:center;gap:var(--mc-grid-gap);flex-wrap:nowrap;padding:0 0 2.5rem;width:100%}.restaurant-menu-page__sections{display:flex;flex-direction:column;gap:3rem;padding:0 0 3.75rem;width:100%}.restaurant-menu-page__sections .menu-section{scroll-margin-top:9rem}.restaurant-menu-page__content .category-nav{background:#fff}.restaurants-page{position:relative;min-height:calc(var(--mc-canvas-h) * 1px);background:url(../restaurant.png) center top/contain no-repeat;display:flex;flex-direction:column;justify-content:flex-end}.restaurants-page__header{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:center}.restaurants-page__title{position:absolute;top:10.25rem;margin:0;font-weight:600;font-size:3.75rem;line-height:120%;text-align:center;color:#fff}.restaurants-page__back{position:absolute;top:2rem;left:2.5rem;right:2.5rem;display:inline-flex;line-height:0;text-decoration:none;transition:transform .15s ease,opacity .15s ease}.restaurants-page__back:hover{opacity:.85}.restaurants-page__back:active{transform:scale(.96)}.restaurants-page__back-icon{display:block;width:6.625rem;height:6.625rem}.restaurants-page__panel{height:96.75rem;padding:2rem 2.5rem 0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;background:#fff;display:flex;flex-direction:column}.restaurants-page__content{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.restaurants-page__content--with-cart-bar{padding-bottom:12.5rem}.restaurants-page__toolbar{display:flex;align-items:center;justify-content:center;gap:var(--mc-grid-gap);flex-wrap:nowrap;padding:0 0 2.5rem;width:100%}.restaurants-page__grid{display:grid;grid-template-columns:repeat(3,var(--mc-grid-col));gap:var(--mc-grid-gap);padding:0 0 3.75rem;width:100%;justify-content:center}@media(max-width:89.9375rem){.restaurants-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.search-page{position:relative;min-height:calc(var(--mc-canvas-h) * 1px);background:#fff;display:flex;flex-direction:column}.search-page__content{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.search-page__content--with-cart-bar{padding-bottom:12.5rem}.search-page__header{display:flex;align-items:center;gap:1.25rem;padding:2rem 2.5rem 2.5rem}.search-page__back{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:6.625rem;height:6.625rem;padding:0;border:none;background:transparent;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.search-page__back:hover{opacity:.85}.search-page__back:active{transform:scale(.96)}.search-page__back-icon{display:block;width:6.625rem;height:6.625rem}.search-page__field{flex:1;min-width:0}.search-page__field.search-input{min-width:0}.search-page__body{flex:1;min-height:0;padding:0 2.5rem 3.75rem}.search-page__status{margin:0;padding:0 0 2rem;font-size:1.5rem;color:var(--mc-text-muted)}.search-page__results{display:flex;flex-direction:column;gap:2.5rem}.search-page__section{display:flex;flex-direction:column;gap:1.5rem}.search-page__section-title{margin:0;font-size:2rem;font-weight:500;line-height:1.2;color:var(--mc-text)}.search-page__grid,.search-page__dishes{display:grid;grid-template-columns:repeat(3,var(--mc-grid-col));gap:var(--mc-grid-gap);justify-content:center}@media(max-width:89.9375rem){.search-page__grid,.search-page__dishes{grid-template-columns:repeat(3,minmax(0,1fr))}}.showcase-page{min-height:calc(var(--mc-canvas-h) * 1px);background:url(../showcase.png) center top/cover no-repeat;display:flex;flex-direction:column;justify-content:flex-end}.showcase-page__panel{height:88.5625rem;padding:2rem 2.5rem 0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;background:#fff;display:flex;flex-direction:column}html{font-size:max(10px,100vw / var(--mc-canvas-w) * 16px)}*{box-sizing:border-box}body{margin:0;min-height:100vh;min-height:calc(var(--mc-canvas-h) * 1px);overflow-x:hidden}#root{width:100%;max-width:calc(var(--mc-canvas-w) * 1px);margin:0 auto;min-height:inherit}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}a:focus:not(:focus-visible){outline:none}button{font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}button:focus:not(:focus-visible){outline:none}img{display:block;max-width:100%}:root{color-scheme:light;--mc-canvas-w: 1440;--mc-canvas-h: 2090;--mc-grid-pad: 2.5rem;--mc-grid-gap: 1.25rem;--mc-grid-col: 27.5rem;--mc-navy: #062d63;--mc-navy-soft: #1f3a60;--mc-gold: #cc9c6e;--mc-text: #141414;--mc-text-muted: #9fa8b1;--mc-text-soft: #7d7d7d;--mc-bg: #f4f4f4;--mc-surface: #ffffff;--mc-border: #e8e8e8;--mc-border-strong: #d4d4d4;--mc-accent: #fd7f85;--mc-accent-strong: #e74c3c;--mc-overlay: rgba(35, 35, 33, .4);--mc-shadow-card: 0 .5rem 1.5rem rgba(31, 58, 96, .06);--mc-shadow-elevated: 0 1rem 3rem rgba(31, 58, 96, .12);--mc-shadow-cta: 0 .75rem 2rem rgba(6, 45, 99, .28);--mc-radius-pill: 62.4375rem;--mc-radius-card: 3.75rem;--mc-radius-input: 1.5rem;--mc-header-h: 5rem;font-family:Roboto,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--mc-text);background:var(--mc-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
