:root{--app-bg:#0b0c10;--bg-elevated:#15171c;--surface:#191b22;--surface-elevated:#21232c;--surface-hover:#262934;--text-main:#fff;--text-muted:#9499a6;--text-dim:#5e626e;--border:#ffffff0f;--border-strong:#ffffff24;--accent:#ff5e1a;--accent-soft:#ffb347;--accent-dark:#d9580a;--accent-contrast:#1a1c22;--accent-gradient:linear-gradient(135deg, #ff5e1a 0%, #ffb347 100%);--accent-glow:#ff5e1a59;--accent-ring:#ff5e1a2e;--accent-border-soft:#ff5e1a4d;--accent-bg-soft:#ff5e1a1a;--accent-2:#a855f7;--gradient-promo:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);--success:#43d17a;--success-bg:#43d17a1f;--error:#ff6b6b;--error-bg:#ff6b6b1f;--status-pending:#ffd166;--status-pending-bg:#ffd16624;--status-prep:#ff9f4d;--status-prep-bg:#ff9f4d24;--status-ready:#4dabf7;--status-ready-bg:#4dabf724;--status-on-the-way:#cc5de8;--status-on-the-way-bg:#cc5de824;--shadow:0 20px 40px -20px #000000bf, 0 8px 16px -8px #0009;--shadow-soft:0 10px 24px -12px #0009;--sans:"Segoe UI", system-ui, Roboto, sans-serif;--font-display:"Sora", var(--sans);--font-body:"Inter", var(--sans);font:18px/145% var(--font-body);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text-main);background-color:var(--app-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}html{scroll-behavior:smooth;overflow-x:clip}*{box-sizing:border-box}body{background-color:var(--app-bg);margin:0;overflow-x:hidden}body:before{content:"";z-index:-1;pointer-events:none;background-image:radial-gradient(circle at 15% 0%, var(--accent-bg-soft), transparent 45%), radial-gradient(circle at 85% 20%, var(--accent-bg-soft), transparent 40%), radial-gradient(circle at 50% 100%, var(--accent-bg-soft), transparent 50%);position:fixed;inset:0}#root{flex-direction:column;min-height:100svh;display:flex;overflow-x:clip}h1,h2,h3{font-family:var(--font-display);color:var(--text-main);font-weight:700}p{margin:0}.page{flex-direction:column;min-height:100svh;display:flex}.app-header{z-index:30;background:var(--surface);border-bottom:1px solid var(--border-strong);width:100%;box-shadow:var(--shadow-soft);color:var(--text-main);will-change:transform;padding:18px 20px;position:sticky;top:0}.app-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1100px;margin:0 auto;display:flex}.app-header__brand{align-items:center;gap:16px;min-width:0;text-decoration:none;display:flex}.app-header__brand-text{min-width:0}.app-header__logo{background:var(--accent-gradient);width:56px;height:56px;box-shadow:var(--shadow-soft);border-radius:16px;justify-content:center;align-items:center;font-size:28px;line-height:1;display:flex;overflow:hidden}.app-header__logo-img{object-fit:contain;width:100%;height:100%}.app-header__title{letter-spacing:-.5px;color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:28px;font-weight:800;overflow:hidden}.app-header__tagline{letter-spacing:1.6px;text-transform:uppercase;color:var(--accent-soft);margin:4px 0 0;font-size:12px;font-weight:700}.app-header__cart-button{border:1px solid var(--border-strong);color:var(--text-main);cursor:pointer;background:#ffffff0a;border-radius:999px;align-items:center;gap:10px;padding:12px 22px;font-size:15px;font-weight:700;transition:background .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex;position:relative}.app-header__cart-button:hover{background:var(--accent-gradient);color:var(--accent-contrast);box-shadow:var(--shadow-soft);border-color:#0000;transform:translateY(-2px)}.app-header__cart-icon{align-items:center;display:flex}.app-header__cart-badge{background:var(--accent);min-width:22px;height:22px;color:var(--accent-contrast);border:2px solid var(--bg-elevated);box-shadow:0 0 12px -1px var(--accent-glow);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:12px;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px}.app-header__cart-badge--pulse{animation:.4s cart-badge-pulse}@keyframes cart-badge-pulse{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}.app-header__actions{align-items:center;gap:12px;display:flex}.app-header__desktop-only{display:inline-flex}.app-header__profile{display:inline-flex;position:relative}.app-header__profile-button{border:1px solid var(--border-strong);color:var(--text-main);cursor:pointer;background:#ffffff0a;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:700;transition:border-color .2s,background .2s;display:inline-flex}.app-header__profile-button:hover{border-color:var(--accent);background:var(--accent-bg-soft)}.app-header__profile-icon{align-items:center;display:flex}.app-header__profile-name{white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}.app-header__profile-chevron{font-size:14px;line-height:1;transition:transform .2s;display:inline-block}.app-header__profile-chevron--open{transform:rotate(180deg)}.app-header__dropdown{background:var(--bg-elevated);border:1px solid var(--border-strong);min-width:220px;box-shadow:var(--shadow);z-index:50;border-radius:16px;animation:.15s dropdown-in;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.app-header__dropdown-header{padding:14px 16px 12px}.app-header__dropdown-name{color:var(--text-main);margin:0;font-size:14px;font-weight:800}.app-header__dropdown-divider{background:var(--border);height:1px;margin:2px 0}.app-header__dropdown-item{color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.app-header__dropdown-item:hover{background:var(--surface-hover);color:var(--accent-soft)}.app-header__dropdown-item--danger{color:var(--error)}.app-header__dropdown-item--danger:hover{background:var(--error-bg);color:var(--error)}.app-header__hamburger{border:1px solid var(--border-strong);width:42px;height:42px;color:var(--text-main);cursor:pointer;background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;font-size:18px;transition:border-color .2s,background .2s;display:none}.app-header__hamburger:hover{border-color:var(--accent);background:var(--accent-bg-soft)}.app-header__mobile-menu{border-top:1px solid var(--border);flex-direction:column;max-width:1100px;margin:0 auto;padding:8px 0 12px;display:flex}.app-header__mobile-link{color:var(--text-main);border-radius:10px;align-items:center;gap:12px;margin:0 8px;padding:14px 20px;font-size:16px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.app-header__mobile-link:hover{background:var(--surface-hover);color:var(--accent-soft)}.app-header__mobile-separator{background:var(--border);height:1px;margin:6px 16px}.app-header__mobile-user{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:10px;padding:10px 20px 6px;font-size:13px;font-weight:700;display:flex}.app-header__mobile-user-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-header__mobile-logout{color:var(--error);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:calc(100% - 16px);margin:0 8px;padding:14px 20px;font-size:16px;font-weight:600;transition:background .15s;display:flex}.app-header__mobile-logout:hover{background:var(--error-bg)}.app-header__reserve-button{border:1px solid var(--accent-border-soft);background:var(--accent-bg-soft);color:var(--accent-soft);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;padding:12px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .15s;display:inline-flex}.app-header__reserve-button:hover{background:var(--accent-gradient);color:var(--accent-contrast);border-color:#0000;transform:translateY(-1px)}.app-header__login-button{background:var(--accent-gradient);color:var(--accent-contrast);cursor:pointer;border:none;border-radius:999px;align-items:center;padding:12px 22px;font-size:15px;font-weight:800;text-decoration:none;transition:filter .2s,transform .2s;display:inline-flex}.app-header__login-button:hover{filter:brightness(1.1);transform:translateY(-2px)}.hero{background-image:url(https://images.unsplash.com/photo-1571091718767-18b5b1457add?auto=format&fit=crop&w=1600&q=70);background-position:50%;background-size:cover;align-items:center;width:100%;min-height:320px;padding:48px 20px;display:flex;position:relative;overflow:hidden}.hero__overlay{background:linear-gradient(#0c0d108c 0%,#0c0d10e6 100%);position:absolute;inset:0}.hero__content{z-index:1;flex-direction:column;gap:14px;width:100%;max-width:1100px;margin:0 auto;display:flex;position:relative}.hero__badge{letter-spacing:.6px;text-transform:uppercase;max-width:100%;color:var(--accent-contrast);background:var(--accent-gradient);box-shadow:var(--shadow-soft);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-self:flex-start;padding:8px 16px;font-size:13px;font-weight:800;line-height:1.4;overflow:hidden}.hero__title{letter-spacing:-1px;color:var(--text-main);text-shadow:0 4px 24px #00000080;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:42px;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.hero__subtitle{max-width:520px;color:var(--text-main);text-shadow:0 2px 12px #00000080;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:16px;line-height:1.5;display:-webkit-box;overflow:hidden}.home-search{width:100%;max-width:1100px;margin:0 auto;padding:16px 20px 0}.search-bar{background:var(--surface);border:1px solid var(--border-strong);border-radius:999px;align-items:center;gap:10px;width:100%;max-width:440px;padding:12px 18px;transition:border-color .2s,box-shadow .2s;display:flex}.search-bar:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}.search-bar__icon{color:var(--text-muted);align-items:center;display:flex}.search-bar__input{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:15px}.search-bar__input::placeholder{color:var(--text-muted)}.search-bar__clear{width:24px;height:24px;color:var(--text-main);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:12px;transition:background-color .15s,color .15s;display:flex}.search-bar__clear:hover{background:var(--accent);color:var(--accent-contrast)}.category-filter{-webkit-overflow-scrolling:touch;scrollbar-width:thin;z-index:25;background:var(--app-bg);border-bottom:1px solid var(--border);gap:10px;width:100%;max-width:1100px;margin:0 auto;padding:18px 20px;display:flex;position:sticky;top:92px;overflow-x:auto}.category-filter::-webkit-scrollbar{height:6px}.category-filter::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.category-filter__item{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:999px;flex:none;padding:10px 22px;font-size:14px;font-weight:700;transition:background-color .2s,color .2s,border-color .2s}.category-filter__item:hover{border-color:var(--accent);color:var(--text-main);background:var(--surface-hover)}.category-filter__item--active{background:var(--accent-gradient);color:var(--accent-contrast);box-shadow:var(--shadow-soft), 0 0 16px -2px var(--accent-glow);border-color:#0000}.category-filter__icon{align-items:center;margin-right:6px;display:flex}.menu{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:8px 20px 60px}.menu__status{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:14px;padding:80px 16px;font-size:17px;display:flex}.menu__status-icon{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.menu__spinner{border:3px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.menu__status--error{color:var(--error);background:var(--error-bg);border:1px solid #ff6b6b40;border-radius:16px;padding:32px}.menu__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}@media (width<=640px){.menu__grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card__body{gap:8px;padding:12px}.product-card__header{flex-direction:column;align-items:flex-start;gap:6px}.product-card__price{align-self:flex-start;max-width:100%}}.product-card-skeleton{border:1px solid var(--border);background:var(--surface);aspect-ratio:4/3;border-radius:20px;animation:1.4s ease-in-out infinite skeleton-pulse;overflow:hidden}@keyframes skeleton-pulse{0%,to{opacity:.6}50%{opacity:1}}.best-sellers{margin-bottom:36px}.best-sellers__title{color:var(--text-main);align-items:center;gap:8px;margin:0 0 16px;font-size:20px;font-weight:800;display:flex}.best-sellers__title svg{color:var(--accent)}.best-sellers__row{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:20px;padding-bottom:8px;display:flex;overflow-x:auto}.best-sellers__row::-webkit-scrollbar{width:0;height:0;display:none}.best-sellers__item{flex:0 0 260px}.best-sellers__item .product-card__header{flex-direction:column;align-items:flex-start;gap:6px}.best-sellers__item .product-card__price{align-self:flex-start;padding:5px 12px;font-size:13px}.product-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:16px;flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--accent);box-shadow:var(--shadow), 0 0 0 1px var(--accent-border-soft), 0 0 32px -8px var(--accent-glow);transform:translateY(-6px)}.product-card__image-wrapper{aspect-ratio:4/3;background:var(--bg-elevated);width:100%;position:relative;overflow:hidden}.product-card__image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#00000059 100%);position:absolute;inset:0}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card__image--placeholder{color:var(--text-muted);background:var(--bg-elevated);justify-content:center;align-items:center;font-size:48px;display:flex}.product-card__cart-badge{z-index:1;background:var(--accent-gradient);color:var(--accent-contrast);box-shadow:var(--shadow-soft);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800;position:absolute;top:12px;right:12px}.product-card__favorite-btn{z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#0c0d108c;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;line-height:1;transition:transform .15s,background-color .2s,box-shadow .2s;display:flex;position:absolute;top:10px;left:10px}.product-card__favorite-btn:hover{background:#0c0d10bf;transform:scale(1.08)}.product-card__favorite-btn:active{transform:scale(.92)}.product-card__favorite-btn--active{box-shadow:0 0 16px -2px var(--accent-glow)}.product-card__body{flex-direction:column;flex:1;gap:10px;padding:18px;display:flex}.product-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.product-card__name{min-width:0;min-height:2.6em;color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:18px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__price{max-width:100%;font-family:var(--font-display);color:var(--accent-contrast);background:var(--accent-gradient);white-space:nowrap;text-overflow:ellipsis;box-shadow:var(--shadow-soft);border-radius:999px;flex-shrink:0;padding:6px 14px;font-size:16px;font-weight:800;overflow:hidden}.product-card__description{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.1em;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.product-card__category{text-transform:uppercase;letter-spacing:.6px;color:var(--accent-soft);background:var(--accent-bg-soft);border:1px solid var(--accent-border-soft);border-radius:999px;align-self:flex-start;margin-top:2px;padding:4px 12px;font-size:11px;font-weight:700}.product-card__footer{justify-content:flex-end;margin-top:auto;display:flex}.product-card__add-circle{background:var(--accent-gradient);width:36px;height:36px;color:var(--accent-contrast);cursor:pointer;box-shadow:var(--shadow-soft);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:800;line-height:1;transition:filter .2s,transform .15s,box-shadow .2s;display:flex}.product-card__add-circle:hover{filter:brightness(1.1);box-shadow:0 4px 20px -4px var(--accent-glow);transform:scale(1.05)}.product-card__add-circle:active{transform:scale(.95)}.product-card__stepper{background:var(--surface-elevated);border:1px solid var(--border-strong);border-radius:999px;align-items:center;gap:10px;padding:4px 6px;display:inline-flex}.product-card__stepper-btn{width:26px;height:26px;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1;transition:background-color .15s,color .15s;display:flex}.product-card__stepper-btn:hover{background:var(--accent-bg-soft);color:var(--accent-soft)}.product-card__stepper-value{text-align:center;min-width:18px;font-family:var(--font-display);color:var(--text-main);font-size:14px;font-weight:700}.cart-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;z-index:40;will-change:opacity;background:#060709a6;transition:opacity .25s;position:fixed;inset:0}.cart-overlay--open{opacity:1;pointer-events:auto}.cart-drawer{background:var(--surface);border-left:1px solid var(--border-strong);width:min(420px,100%);box-shadow:var(--shadow);z-index:50;will-change:transform;flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.cart-drawer--open{transform:translate(0)}.cart-drawer__handle{display:none}@media (width<=768px){.cart-drawer{border-left:none;border-top:1px solid var(--border-strong);border-radius:24px 24px 0 0;width:100%;max-height:85vh;top:auto;left:0;right:0;transform:translateY(100%)}.cart-drawer--open{transform:translateY(0)}.cart-drawer__handle{background:var(--border-strong);border-radius:999px;align-self:center;width:40px;height:4px;margin-top:10px;display:block}}.cart-drawer__header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:20px;display:flex}.cart-drawer__title{color:var(--text-main);margin:0;font-size:20px;font-weight:800}.cart-drawer__close{border:1px solid var(--border-strong);width:36px;height:36px;color:var(--text-main);cursor:pointer;background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background-color .2s,color .2s,border-color .2s;display:flex}.cart-drawer__close:hover{background:var(--accent);color:var(--accent-contrast);border-color:#0000}.cart-drawer__items{flex-direction:column;flex:1;gap:14px;padding:16px 20px;display:flex;overflow-y:auto}.cart-drawer__items::-webkit-scrollbar{width:6px}.cart-drawer__items::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.cart-drawer__empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:10px;padding:60px 16px;display:flex}.cart-drawer__empty-icon{color:var(--text-dim);justify-content:center;align-items:center;display:flex}.cart-item{background:var(--surface-elevated);border:1px solid var(--border);border-radius:14px;grid-template-columns:60px 1fr auto auto;align-items:center;gap:12px;padding:12px;display:grid}.cart-item__image{object-fit:cover;border-radius:10px;width:60px;height:60px}.cart-item__image--placeholder{background:var(--bg-elevated);border-radius:10px;justify-content:center;align-items:center;font-size:24px;display:flex}.cart-item__info{flex-direction:column;gap:2px;min-width:0;display:flex}.cart-item__name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.cart-item__unit-price{color:var(--text-muted);font-size:12px;font-weight:500}.cart-item__controls{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.cart-item__subtotal{font-family:var(--font-display);color:var(--accent-soft);font-size:14px;font-weight:800}.cart-item__quantity{align-items:center;gap:8px;display:flex}.cart-item__quantity-btn{border:1px solid var(--border-strong);width:28px;height:28px;color:var(--text-main);cursor:pointer;background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:border-color .15s,color .15s;display:flex}.cart-item__quantity-btn:hover{border-color:var(--accent);color:var(--accent-soft)}.cart-item__quantity-value{text-align:center;min-width:20px;color:var(--text-main);font-weight:700}.cart-item__remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;font-size:16px;transition:background-color .15s,color .15s}.cart-item__remove:hover{color:var(--error);background:var(--error-bg)}.cart-upsell{border-top:1px solid var(--border);margin-top:4px;padding-top:14px}.cart-upsell__title{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin:0 0 10px;font-size:13px;font-weight:800}.cart-upsell__row{-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.cart-upsell__item{background:var(--surface-elevated);border:1px solid var(--border);border-radius:14px;flex-direction:column;flex:0 0 110px;gap:6px;padding:10px;display:flex}.cart-upsell__image{object-fit:cover;border-radius:10px;width:100%;height:70px}.cart-upsell__image--placeholder{background:var(--bg-elevated);justify-content:center;align-items:center;font-size:22px;display:flex}.cart-upsell__name{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:30px;font-size:12px;font-weight:700;display:-webkit-box;overflow:hidden}.cart-upsell__footer{justify-content:space-between;align-items:center;gap:6px;display:flex}.cart-upsell__price{font-family:var(--font-display);color:var(--accent-soft);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.cart-upsell__add{background:var(--accent-gradient);width:26px;height:26px;color:var(--accent-contrast);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:800;line-height:1;transition:filter .2s,transform .15s,box-shadow .2s;display:flex}.cart-upsell__add:hover{filter:brightness(1.1);box-shadow:0 4px 16px -4px var(--accent-glow);transform:scale(1.05)}.cart-drawer__footer{border-top:1px solid var(--border);background:var(--surface);flex-direction:column;gap:14px;padding:20px;display:flex}.cart-drawer__summary{flex-direction:column;gap:6px;display:flex}.cart-drawer__summary-row{color:var(--text-main);justify-content:space-between;font-size:14px;font-weight:600;display:flex}.cart-drawer__summary-row--muted{color:var(--text-muted);font-weight:500}.cart-drawer__total{background:var(--accent-gradient);color:var(--accent-contrast);border-radius:14px;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.cart-drawer__total-label{text-transform:uppercase;letter-spacing:.8px;font-size:13px;font-weight:800}.cart-drawer__total-value{font-family:var(--font-display);font-size:20px;font-weight:800}.cart-drawer__confirm{background:var(--accent-gradient);color:var(--accent-contrast);font-family:var(--font-display);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:14px 16px;font-size:15px;font-weight:800;text-decoration:none;transition:filter .2s,transform .15s,box-shadow .2s;display:inline-flex}.cart-drawer__confirm:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 4px 20px -4px var(--accent-glow);transform:translateY(-1px)}.cart-drawer__confirm:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout-form{flex-direction:column;gap:12px;display:flex}.checkout-form__title{text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin:0;font-size:13px;font-weight:800}.checkout-form__field{flex-direction:column;gap:6px;display:flex}.checkout-form__label{color:var(--text-muted);font-size:13px;font-weight:600}.checkout-form__input{border:1px solid var(--border-strong);color:var(--text-main);background:var(--surface);border-radius:12px;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.checkout-form__input::placeholder{color:var(--text-muted)}.checkout-form__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}.checkout-form__submit{background:var(--accent-gradient);color:var(--accent-contrast);font-family:var(--font-display);cursor:pointer;border:none;border-radius:12px;padding:14px 16px;font-size:15px;font-weight:800;transition:filter .2s,transform .15s,box-shadow .2s}.checkout-form__submit:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 4px 20px -4px var(--accent-glow);transform:translateY(-1px)}.checkout-form__optional{color:var(--text-muted);font-size:12px;font-weight:400}.checkout-completion-section{background:var(--surface-elevated);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:12px;padding:16px;display:flex}.checkout-completion-section__title{font-family:var(--font-display);color:var(--text-main);margin:0;font-size:15px;font-weight:800}.checkout-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.why-us{width:100%;max-width:1100px;margin:0 auto;padding:24px 20px 0}.why-us__title{text-align:center;margin:0 0 24px;font-size:28px}.why-us__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.why-us__card{text-align:center;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:20px;flex-direction:column;align-items:center;gap:12px;padding:32px 24px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.why-us__card:hover{border-color:var(--accent);box-shadow:var(--shadow), 0 0 32px -8px var(--accent-glow);transform:translateY(-6px)}.why-us__icon{background:var(--accent-bg-soft);border:1px solid var(--accent-border-soft);width:64px;height:64px;color:var(--accent);border-radius:18px;justify-content:center;align-items:center;display:flex}.why-us__card-title{margin:0;font-size:17px}.why-us__card-text{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.store-info-section{width:100%;max-width:1100px;margin:0 auto;padding:56px 20px 0}.store-info-section__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:24px;display:flex}.store-info-section__title{margin:0;font-size:28px}.store-status{text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;font-weight:800;display:inline-flex}.store-status--open{color:var(--success);background:var(--success-bg);border:1px solid #43d17a4d}.store-status--closed{color:var(--error);background:var(--error-bg);border:1px solid #ff6b6b4d}.trust-strip{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.trust-strip__item{background:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:flex-start;gap:12px;min-width:0;padding:14px 16px;transition:border-color .2s,transform .2s;display:flex}.trust-strip__item:hover{border-color:var(--border-strong);transform:translateY(-2px)}.trust-strip__icon{color:var(--accent);flex-shrink:0;align-items:center;display:flex}.trust-strip__text{flex-direction:column;gap:2px;min-width:0;display:flex}.trust-strip__label{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);font-size:11px;font-weight:800}.trust-strip__value{color:var(--text-main);font-size:14px;font-weight:600;line-height:1.35;overflow:hidden}@media (width<=640px){.trust-strip{grid-template-columns:repeat(2,1fr);gap:10px}.trust-strip__item{gap:10px;padding:12px}.trust-strip__value{font-size:13px}}@media (width<=400px){.trust-strip{grid-template-columns:1fr}}.store-extra{border-top:1px solid var(--border);flex-wrap:wrap;gap:28px;margin-top:28px;padding-top:28px;display:flex}.store-extra__block{flex:240px}.store-extra__title{text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin:0 0 12px;font-size:12px;font-weight:800}.store-extra__badges{flex-wrap:wrap;gap:10px;display:flex}.info-badge{color:var(--text-main);background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:999px;align-items:center;gap:8px;min-width:0;max-width:100%;padding:10px 18px;font-size:13px;font-weight:700;display:inline-flex}.info-badge__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.info-badge--link{cursor:pointer;text-decoration:none;transition:border-color .2s,color .2s,transform .2s}.info-badge--link:hover{border-color:var(--accent);color:var(--accent-soft);transform:translateY(-2px)}.cta-section{width:100%;max-width:1100px;margin:0 auto;padding:56px 20px 0}.cta-card{text-align:center;background:linear-gradient(135deg, var(--accent-bg-soft) 0%, transparent 100%);border:1px solid var(--accent-border-soft);box-shadow:var(--shadow-soft);border-radius:24px;flex-direction:column;align-items:center;gap:14px;padding:48px 32px;display:flex}.cta-card__title{margin:0;font-size:28px}.cta-card__text{max-width:460px;color:var(--text-muted);margin:0;font-size:15px}.cta-card__button{background:var(--accent-gradient);color:var(--accent-contrast);font-family:var(--font-display);cursor:pointer;box-shadow:var(--shadow-soft);border:none;border-radius:999px;justify-content:center;align-items:center;padding:14px 32px;font-size:15px;font-weight:800;transition:filter .2s,transform .15s,box-shadow .2s;display:inline-flex}.cta-card__button:hover{filter:brightness(1.1);box-shadow:0 4px 20px -4px var(--accent-glow);transform:translateY(-2px)}.site-footer{text-align:center;border-top:1px solid var(--border);width:100%;max-width:1100px;margin:40px auto 0;padding:24px 20px 60px}.site-footer__line{color:var(--text-main);margin:0;font-size:13px;font-weight:700}.site-footer__line--muted{color:var(--text-muted);margin-top:4px;font-weight:500}.auth-page{flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow-soft);border-radius:20px;flex-direction:column;gap:18px;padding:32px;display:flex}.auth-back{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.auth-back:hover{color:var(--accent-soft)}.auth-card__title{margin:0;font-size:24px}.auth-card__subtitle{color:var(--text-muted);margin:-10px 0 0;font-size:14px}.auth-error{text-align:center;color:var(--error);background:var(--error-bg);border:1px solid #ff6b6b40;border-radius:12px;margin:0;padding:12px;font-size:14px;font-weight:600}.auth-success{text-align:center;color:var(--success);background:var(--success-bg);border:1px solid #43d17a40;border-radius:12px;margin:0;padding:12px;font-size:14px;font-weight:600}.auth-submit{background:var(--accent-gradient);color:var(--accent-contrast);font-family:var(--font-display);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:14px 16px;font-size:15px;font-weight:800;text-decoration:none;transition:filter .2s,transform .15s,box-shadow .2s;display:inline-flex}.auth-submit:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 4px 20px -4px var(--accent-glow);transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-submit--danger{background:var(--error-bg);color:var(--error);border:1px solid #ff6b6b40}.auth-switch{text-align:center;color:var(--text-muted);font-size:14px}.auth-link{color:var(--accent-soft);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:700;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-tabs{background:var(--surface-elevated);border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.auth-tab{font-family:var(--font-display);cursor:pointer;color:var(--text-muted);white-space:nowrap;background:0 0;border:none;border-radius:9px;padding:10px 8px;font-size:13px;font-weight:700;transition:color .15s,background .15s,box-shadow .15s}.auth-tab:hover:not(.auth-tab--active){color:var(--text-main)}.auth-tab--active{background:var(--surface);color:var(--text-main);box-shadow:0 1px 4px #0003}.auth-otp-desc{color:var(--text-muted);margin:0;font-size:14px;line-height:1.5}.auth-otp-info{color:var(--text-muted);background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;padding:14px 16px;font-size:14px;line-height:1.6}.auth-otp-info strong{color:var(--text-main);font-weight:700}.auth-otp-input{text-align:center;letter-spacing:.3em;font-size:22px;font-family:var(--font-display);font-weight:700}.auth-resend{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;min-height:24px;font-size:13px;display:flex}.auth-resend__btn{color:var(--accent-soft);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:700}.auth-resend__btn:hover:not(:disabled){text-decoration:underline}.auth-resend__btn:disabled{opacity:.5;cursor:default}.auth-resend__cooldown{color:var(--text-dim);font-size:13px}.profile-page{flex-direction:column;flex:1;gap:20px;width:100%;max-width:640px;margin:0 auto;padding:20px 20px 60px;display:flex}.profile-page__header{flex-direction:column;gap:8px;display:flex}.profile-page__subtitle{color:var(--text-muted);margin:0;font-size:15px}.profile-summary{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:20px;align-items:center;gap:16px;padding:20px;display:flex}.profile-summary__avatar{background:var(--accent-gradient);width:64px;height:64px;color:var(--accent-contrast);font-family:var(--font-display);box-shadow:0 4px 20px -6px var(--accent-glow);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;font-weight:800;display:flex}.profile-summary__info{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-summary__name{font-family:var(--font-display);color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:18px;font-weight:800;overflow:hidden}.profile-summary__contact{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;margin:0;font-size:13px;display:flex;overflow:hidden}.profile-section{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:20px;flex-direction:column;gap:12px;padding:20px;display:flex}.profile-section__title{font-family:var(--font-display);color:var(--text-main);align-items:center;gap:6px;margin:0;font-size:16px;font-weight:800;display:flex}.profile-section__title svg{color:var(--accent)}.profile-section__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.profile-incomplete-banner{color:var(--text-main);background:#ffbe0b14;border:1px solid #ffbe0b47;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:600}.profile-edit-btn{border:1px solid var(--border-strong);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.profile-edit-btn:hover{color:var(--accent);border-color:var(--accent)}.profile-edit-form{flex-direction:column;gap:12px;display:flex}.profile-edit-form__optional{color:var(--text-muted);font-size:12px;font-weight:400}.profile-edit-form__actions{align-items:center;gap:10px;margin-top:4px;display:flex}.profile-edit-form__cancel{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:8px 12px;font-size:14px;font-weight:600;transition:color .15s;display:inline-flex}.profile-edit-form__cancel:hover:not(:disabled){color:var(--text-main)}.profile-edit-form__cancel:disabled{opacity:.5;cursor:not-allowed}.profile-fields{flex-direction:column;gap:10px;display:flex}.profile-field{background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;justify-content:space-between;gap:12px;width:100%;padding:14px 16px;display:flex}.profile-field__label{color:var(--text-muted);font-size:13px;font-weight:700}.profile-field__value{color:var(--text-main);text-align:right;font-size:14px;font-weight:600}.profile-links{flex-direction:column;gap:8px;display:flex}.profile-links__item{background:var(--surface-elevated);border:1px solid var(--border);width:100%;color:var(--text-main);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:700;text-decoration:none;transition:border-color .15s,transform .15s,background-color .15s;display:flex}.profile-links__item:hover{border-color:var(--border-strong);transform:translateY(-1px)}.profile-links__icon{color:var(--text-muted);align-items:center;display:flex}.profile-links__label{flex:1}.profile-links__chevron{color:var(--text-muted);font-size:18px;line-height:1}.profile-links__item--danger{color:var(--error);border-color:#ff6b6b4d}.profile-links__item--danger:hover{background:var(--error-bg);border-color:var(--error)}.profile-links__item--danger .profile-links__chevron{color:var(--error);opacity:.6}.profile-placeholder{border:1px dashed var(--border-strong);color:var(--text-muted);text-align:center;border-radius:14px;justify-content:center;align-items:center;padding:28px 16px;font-size:14px;font-weight:600;display:flex}.profile-favorites{flex-direction:column;gap:10px;display:flex}.profile-favorite-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:14px;grid-template-columns:56px 1fr auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.profile-favorite-card__image{object-fit:cover;border-radius:10px;width:56px;height:56px}.profile-favorite-card__image--placeholder{background:var(--bg-elevated);justify-content:center;align-items:center;font-size:22px;display:flex}.profile-favorite-card__info{flex-direction:column;gap:4px;min-width:0;display:flex}.profile-favorite-card__name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.profile-favorite-card__price{font-family:var(--font-display);color:var(--accent-soft);font-size:14px;font-weight:800}.profile-favorite-card__actions{align-items:center;gap:8px;display:flex}.profile-favorite-card__add{background:var(--accent-gradient);color:var(--accent-contrast);font-family:var(--font-display);white-space:nowrap;cursor:pointer;border:none;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;transition:filter .2s,transform .15s,box-shadow .2s}.profile-favorite-card__add:hover{filter:brightness(1.1);box-shadow:0 4px 16px -4px var(--accent-glow);transform:translateY(-1px)}.profile-favorite-card__remove{border:1px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;line-height:1;transition:border-color .15s,transform .15s;display:flex}.profile-favorite-card__remove:hover{border-color:var(--accent);transform:scale(1.05)}.checkout-card{max-width:560px;box-shadow:var(--shadow-soft), 0 0 32px -16px var(--accent-glow);border-radius:24px}.checkout-card .auth-card__title{font-family:var(--font-display)}.checkout-steps{justify-content:space-between;gap:4px;margin:0;padding:0;list-style:none;display:flex}.checkout-steps__item{text-align:center;min-width:0;color:var(--text-muted);flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.checkout-steps__connector{background:var(--border-strong);z-index:0;width:100%;height:2px;position:absolute;top:11px;right:50%}.checkout-steps__connector--done{background:var(--accent)}.checkout-steps__number{z-index:1;border:1px solid var(--border-strong);background:var(--app-bg);width:24px;height:24px;font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex;position:relative}.checkout-steps__label{text-transform:uppercase;letter-spacing:.5px;overflow-wrap:break-word;font-size:10px;font-weight:700}.checkout-steps__item--active{color:var(--text-main)}.checkout-steps__item--active .checkout-steps__number{border-color:var(--accent);background:var(--accent-gradient);color:var(--accent-contrast);box-shadow:0 0 0 4px var(--accent-ring)}.checkout-steps__item--done .checkout-steps__number{border-color:var(--accent);color:var(--accent-soft);background:var(--surface)}.checkout-section{flex-direction:column;gap:16px;display:flex}.checkout-summary-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.checkout-summary-item{color:var(--text-main);background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:10px 14px;font-size:14px;display:grid}.checkout-summary-item__image{object-fit:cover;border-radius:10px;width:48px;height:48px}.checkout-summary-item__image--placeholder{background:var(--bg-elevated);justify-content:center;align-items:center;font-size:20px;display:flex}.checkout-summary-item__info{flex-direction:column;gap:4px;min-width:0;display:flex}.checkout-summary-item__name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.checkout-summary-item__qty{color:var(--accent-soft);background:var(--accent-bg-soft);border:1px solid var(--accent-border-soft);border-radius:999px;align-self:flex-start;padding:2px 8px;font-size:11px;font-weight:700}.checkout-summary-item__price{font-family:var(--font-display);color:var(--text-main);white-space:nowrap;font-size:14px;font-weight:800}.checkout-options{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.checkout-options--stacked{grid-template-columns:1fr}.checkout-option{color:var(--text-main);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:14px;align-items:center;gap:10px;padding:16px 14px;font-size:15px;font-weight:700;transition:border-color .2s,background-color .2s,box-shadow .2s,transform .15s;display:flex}.checkout-option:hover{border-color:var(--border-strong);transform:translateY(-1px)}.checkout-option input[type=radio]{width:18px;height:18px;accent-color:var(--accent);flex-shrink:0}.checkout-option:has(input:checked){border-color:var(--accent);background:var(--accent-bg-soft);box-shadow:0 0 0 1px var(--accent-border-soft), 0 4px 20px -8px var(--accent-glow)}.checkout-details{flex-direction:column;gap:10px;display:flex}.orders-page{flex-direction:column;flex:1;gap:24px;width:100%;max-width:1100px;margin:0 auto;padding:20px 20px 60px;display:flex}.orders-header{flex-direction:column;gap:8px;display:flex}.orders-header__back{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-main);cursor:pointer;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.orders-header__back:hover{border-color:var(--accent);color:var(--accent-soft)}.orders-header__title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.orders-header__title{margin:4px 0 0;font-size:32px}.orders-header__subtitle{color:var(--text-muted);margin:0;font-size:15px}.orders-empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:16px;padding:80px 16px;display:flex}.orders-empty__icon{color:var(--text-dim);justify-content:center;align-items:center;display:flex}.orders-empty__text{color:var(--text-main);font-size:17px;font-weight:700}.orders-empty__subtext{color:var(--text-muted);margin:-10px 0 0;font-size:14px}.orders-empty__button{width:auto;padding:14px 32px}.orders-list{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.order-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:18px;flex-direction:column;gap:18px;padding:22px;display:flex}.order-card--active{border-color:var(--accent-border-soft);background:var(--surface-elevated);box-shadow:var(--shadow-soft), 0 0 32px -12px var(--accent-glow)}.order-card__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.order-card__id{font-family:var(--font-display);color:var(--text-main);margin:0;font-size:22px;font-weight:800}.order-card__date{color:var(--text-muted);margin:4px 0 0;font-size:12px}.order-card__status{text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-flex}.order-card__status--pending{color:var(--status-pending);background:var(--status-pending-bg);border:1px solid #ffd1664d}.order-card__status--in-preparation{color:var(--status-prep);background:var(--status-prep-bg);border:1px solid #ff9f4d4d}.order-card__status--ready{color:var(--status-ready);background:var(--status-ready-bg);border:1px solid #4dabf74d}.order-card__status--on-the-way{color:var(--status-on-the-way);background:var(--status-on-the-way-bg);border:1px solid #cc5de84d}.order-card__status--delivered{color:var(--success);background:var(--success-bg);border:1px solid #43d17a4d}.order-card__status--cancelled{color:var(--error);background:var(--error-bg);border:1px solid #ff6b6b4d}.order-card__total{align-items:baseline;gap:8px;display:flex}.order-card__total-label{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);font-size:12px;font-weight:700}.order-card__total-value{font-family:var(--font-display);color:var(--accent-soft);font-size:24px;font-weight:800}.order-card--active .order-card__total{background:var(--accent-gradient);box-shadow:0 4px 20px -6px var(--accent-glow);border-radius:999px;align-self:flex-start;align-items:center;gap:10px;padding:10px 16px}.order-card--active .order-card__total-label{color:var(--accent-contrast);opacity:.85}.order-card--active .order-card__total-value{color:var(--accent-contrast)}.order-card__cancelled{color:var(--error);background:var(--error-bg);border:1px solid #ff6b6b40;border-radius:12px;align-items:center;gap:6px;margin:0;padding:12px 14px;font-size:14px;font-weight:700;display:flex}.order-timeline{align-items:flex-start;margin:0;padding:0;list-style:none;display:flex}.order-timeline__step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.order-timeline__connector{background:var(--border-strong);z-index:0;width:100%;height:2px;position:absolute;top:13px;right:50%}.order-timeline__connector--done{background:var(--accent)}.order-timeline__dot{z-index:1;border:2px solid var(--border-strong);background:var(--bg-elevated);width:28px;height:28px;font-family:var(--font-display);color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex;position:relative}.order-timeline__label{text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);font-size:11px;font-weight:700}.order-timeline__step--done .order-timeline__dot{border-color:var(--accent);background:var(--accent);color:var(--accent-contrast)}.order-timeline__step--active .order-timeline__dot{border-color:var(--accent);background:var(--accent-gradient);color:var(--accent-contrast);box-shadow:0 0 0 4px var(--accent-ring);animation:1.8s ease-in-out infinite order-timeline-pulse}@keyframes order-timeline-pulse{0%,to{box-shadow:0 0 0 4px var(--accent-ring)}50%{box-shadow:0 0 0 8px var(--accent-ring)}}.order-timeline__step--done .order-timeline__label,.order-timeline__step--active .order-timeline__label{color:var(--text-main)}.order-card__section-title{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin:0 0 10px;font-size:13px;font-weight:800}.order-items{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.order-financial{border-top:1px solid var(--border);flex-direction:column;gap:6px;padding-top:14px;display:flex}.order-financial__row{color:var(--text-main);justify-content:space-between;align-items:baseline;font-size:14px;font-weight:600;display:flex}.order-financial__row--muted{color:var(--text-muted);font-weight:500}.order-financial__row--total{font-family:var(--font-display);color:var(--accent-soft);border-top:1px solid var(--border);margin-top:4px;padding-top:10px;font-size:18px;font-weight:800}.order-item{background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;grid-template-columns:56px 1fr auto auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.order-item__image{object-fit:cover;border-radius:10px;width:56px;height:56px}.order-item__image--placeholder{background:var(--surface);justify-content:center;align-items:center;font-size:22px;display:flex}.order-item__info{flex-direction:column;gap:2px;min-width:0;display:flex}.order-item__name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.order-item__qty{color:var(--text-muted);font-size:12px}.order-item__subtotal{font-family:var(--font-display);color:var(--accent-soft);white-space:nowrap;font-size:14px;font-weight:800}.order-item__add-btn{background:var(--accent-gradient);color:var(--accent-contrast);font-family:var(--font-display);white-space:nowrap;cursor:pointer;border:none;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;transition:filter .2s,opacity .15s}.order-item__add-btn:hover:not(:disabled){filter:brightness(1.1)}.order-item__add-btn:disabled{opacity:.3;cursor:not-allowed;filter:none}.order-info-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.order-info-block{background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.order-info-block__title{color:var(--text-main);align-items:center;gap:8px;margin:0;font-size:13px;font-weight:800;display:flex}.order-info-block__detail{color:var(--text-muted);margin:0;font-size:13px}.order-info-block__status{text-transform:uppercase;letter-spacing:.4px;border-radius:999px;align-self:flex-start;margin-top:2px;padding:3px 10px;font-size:11px;font-weight:800}.order-info-block__status--pending{color:var(--status-pending);background:var(--status-pending-bg);border:1px solid #ffd1664d}.order-info-block__status--paid{color:var(--success);background:var(--success-bg);border:1px solid #43d17a4d}.order-info-block__status--failed{color:var(--error);background:var(--error-bg);border:1px solid #ff6b6b4d}.order-card__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.order-card__repeat-button{background:var(--accent-gradient);color:var(--accent-contrast);font-family:var(--font-display);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:800;transition:filter .2s,transform .15s,box-shadow .2s;display:inline-flex}.order-card__repeat-button:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 4px 20px -4px var(--accent-glow);transform:translateY(-1px)}.order-card__repeat-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.order-card__review-button{border:1px solid var(--border-strong);color:var(--text-muted);font-family:var(--font-display);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:800;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}.order-card__review-button:hover{color:var(--text-main);border-color:var(--text-muted);background:#ffffff0f;transform:translateY(-1px)}.order-card__cancel-button{color:var(--error);font-family:var(--font-display);cursor:pointer;background:0 0;border:1px solid #ff6b6b66;border-radius:999px;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:800;transition:background .2s,border-color .2s,transform .15s;display:inline-flex}.order-card__cancel-button:hover:not(:disabled){background:var(--error-bg);border-color:var(--error);transform:translateY(-1px)}.order-card__cancel-button:disabled{opacity:.6;cursor:not-allowed}.order-card__review-status{color:var(--accent-soft);align-items:center;gap:6px;margin:0;font-size:14px;font-weight:700;display:flex}.toast{z-index:70;box-shadow:var(--shadow);border-radius:999px;flex-direction:row;align-items:center;gap:10px;max-width:min(480px,100vw - 32px);padding:14px 24px;font-size:14px;font-weight:700;animation:.25s toast-in;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}.toast__message{overflow-wrap:break-word;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.toast--success{color:var(--success);background:var(--success-bg);border:1px solid #43d17a4d}.toast--error{color:var(--error);background:var(--error-bg);border:1px solid #ff6b6b4d}.toast__action{color:inherit;white-space:nowrap;opacity:.85;border:1px solid;border-radius:999px;flex-shrink:0;padding:4px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:opacity .15s}.toast__action:hover{opacity:1}@media (width<=768px){.toast{border-radius:20px;flex-direction:column;align-items:stretch;gap:10px;padding:14px 20px}.toast__action{text-align:center;padding:7px 14px}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}.review-modal-overlay{z-index:60;background:#060709a6;position:fixed;inset:0}.review-modal{background:var(--surface);border:1px solid var(--border-strong);width:min(440px,100vw - 32px);max-height:calc(100vh - 64px);box-shadow:var(--shadow);z-index:61;border-radius:20px;flex-direction:column;gap:16px;padding:24px;display:flex;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.review-modal__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.review-modal__title{color:var(--text-main);margin:0;font-size:20px;font-weight:800}.review-modal__close{border:1px solid var(--border-strong);width:32px;height:32px;color:var(--text-main);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.review-modal__subtitle{color:var(--text-muted);margin:0;font-size:14px}.review-modal__stars{gap:8px;display:flex}.review-modal__star{cursor:pointer;color:var(--border-strong);background:0 0;border:none;align-items:center;padding:2px;transition:color .15s,transform .15s;display:flex}.review-modal__star:hover{transform:scale(1.1)}.review-modal__star--filled{color:var(--accent-soft)}.review-modal__textarea{border:1px solid var(--border-strong);color:var(--text-main);background:var(--surface);resize:vertical;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.review-modal__textarea::placeholder{color:var(--text-muted)}.review-modal__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}.review-modal__submit{width:100%}.confirm-modal-overlay{z-index:80;-webkit-backdrop-filter:blur(8px);background:#060709a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.confirm-modal{background:var(--surface);border:1px solid var(--border-strong);width:min(420px,100%);max-height:calc(100vh - 40px);box-shadow:var(--shadow);border-radius:20px;flex-direction:column;gap:16px;padding:28px 24px;display:flex;overflow-y:auto}.confirm-modal__title{color:var(--text-main);margin:0;font-size:20px;font-weight:800}.confirm-modal__message{color:var(--text-muted);margin:0;font-size:15px}.confirm-modal__actions{flex-direction:column;gap:10px;margin-top:4px;display:flex}.confirm-modal__cancel{border:1px solid var(--border-strong);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:14px 16px;font-size:15px;font-weight:700;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.confirm-modal__cancel:hover:not(:disabled){color:var(--text-main);border-color:var(--text-muted);background:#ffffff0f}.confirm-modal__cancel:disabled{opacity:.6;cursor:not-allowed}.confirm-modal__confirm{width:100%}.reviews-section{max-width:1100px;margin:56px auto 48px;padding:0 20px}.reviews-section__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.reviews-section__title{color:var(--text-main);margin:0;font-size:22px;font-weight:800}.reviews-section__summary{align-items:center;gap:8px;font-weight:700;display:flex}.reviews-section__average{color:var(--accent-soft);align-items:center;gap:4px;font-size:18px;display:flex}.reviews-section__total{color:var(--text-muted);font-size:14px}.reviews-grid{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:20px;padding:4px 0 12px;scroll-padding-left:20px;display:flex;overflow-x:auto}.reviews-grid::-webkit-scrollbar{height:6px}.reviews-grid::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.review-card{scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;flex:0 0 78%;gap:12px;max-width:320px;height:240px;padding:20px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}@media (width>=640px){.review-card,.review-card-skeleton{flex-basis:calc(50% - 10px);max-width:none}}@media (width>=960px){.review-card,.review-card-skeleton{flex-basis:calc(33.3333% - 13.3333px)}}.review-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.review-stars{align-items:center;gap:2px;display:flex}.review-stars__star{color:var(--border-strong);display:flex}.review-stars__star--filled{color:var(--accent-soft)}.review-card__comment{color:var(--text-main);-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.review-card__footer{color:var(--text-muted);justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.review-card__name{color:var(--text-main);font-weight:700}.review-card-skeleton{border:1px solid var(--border);background:var(--surface);border-radius:18px;flex:0 0 78%;max-width:320px;height:240px;animation:1.4s ease-in-out infinite skeleton-pulse}.reviews-empty{text-align:center;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:18px;flex-direction:column;align-items:center;gap:12px;padding:32px;display:flex}.reviews-empty__icon{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.floating-cart-bar{background:var(--accent-gradient);color:var(--accent-contrast);cursor:pointer;box-shadow:0 8px 24px -6px var(--accent-glow), var(--shadow);z-index:35;font-family:var(--font-display);will-change:transform;border:none;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;animation:.25s floating-cart-bar-in;display:none;position:fixed;bottom:12px;left:12px;right:12px}.floating-cart-bar__items{white-space:nowrap;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.floating-cart-bar__icon{align-items:center;display:flex}.floating-cart-bar__total{white-space:nowrap;font-size:16px;font-weight:800}.floating-cart-bar__cta{white-space:nowrap;font-size:13px;font-weight:700}@keyframes floating-cart-bar-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.reservation-page{flex-direction:column;flex:1;gap:24px;width:100%;max-width:1100px;margin:0 auto;padding:20px 20px 60px;display:flex}.reservation-container{flex-direction:column;gap:20px;width:100%;max-width:600px;display:flex}.reservation-page--form{max-width:820px}.reservation-container--form{max-width:100%}.reservation-confirmation-overlay{z-index:80;-webkit-backdrop-filter:blur(8px);background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.2s reservation-confirmation-fade-in;display:flex;position:fixed;inset:0}.reservation-confirmation{text-align:center;background:var(--surface);border:1px solid var(--border-strong);width:min(440px,100%);max-height:calc(100vh - 40px);box-shadow:var(--shadow);border-radius:22px;flex-direction:column;align-items:center;gap:12px;padding:36px 28px;animation:.25s reservation-confirmation-scale-in;display:flex;overflow-y:auto}.reservation-confirmation:focus{outline:none}.reservation-confirmation__icon{color:var(--success);justify-content:center;align-items:center;display:flex}.reservation-confirmation__title{color:var(--success);margin:0;font-size:22px;font-weight:800}.reservation-confirmation__description{max-width:380px;color:var(--text-muted);margin:0;font-size:15px;font-weight:500;line-height:1.5}.reservation-confirmation__context{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px;display:flex}.reservation-confirmation__context-item{color:var(--text-main);background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:700;display:inline-flex}.reservation-confirmation__actions{flex-direction:column;gap:10px;width:100%;margin-top:12px;display:flex}.reservation-confirmation__cta{width:100%}.reservation-confirmation__secondary{border:1px solid var(--border-strong);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:14px 16px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.reservation-confirmation__secondary:hover{color:var(--text-main);border-color:var(--text-muted);background:#ffffff0f}@keyframes reservation-confirmation-fade-in{0%{opacity:0}to{opacity:1}}@keyframes reservation-confirmation-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.reservation-form{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:20px;flex-direction:column;gap:20px;padding:36px 40px;display:flex}.reservation-form__group{flex-direction:column;gap:6px;display:flex}.reservation-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.reservation-form__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:700}.reservation-form__optional{text-transform:none;letter-spacing:0;font-size:12px;font-weight:500}.reservation-form__input{border:1px solid var(--border-strong);color:var(--text-main);background:var(--bg-elevated);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.reservation-form__input::placeholder{color:var(--text-muted)}.reservation-form__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:none}.reservation-form__input--error{border-color:var(--error);box-shadow:0 0 0 3px #ff6b6b1f}.reservation-form__textarea{resize:vertical;min-height:80px}.reservation-form__field-error{color:var(--error);margin:0;font-size:13px;font-weight:600}.reservation-form__limit-time{border:1px solid var(--border-strong);background:var(--bg-elevated);border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.reservation-form__limit-time-icon{font-size:20px;line-height:1}.reservation-form__limit-time-text{flex-direction:column;gap:4px;display:flex}.reservation-form__limit-time-text strong{color:var(--text-main);font-size:15px}.reservation-form__limit-time-text span{color:var(--text-muted);font-size:12px;font-weight:500}.reservation-form__submit{width:100%;margin-top:4px}.my-reservations-refresh{border:1px solid var(--border-strong);color:var(--text-main);cursor:pointer;white-space:nowrap;background:#ffffff0a;border-radius:999px;align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:700;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.my-reservations-refresh:hover:not(:disabled){border-color:var(--accent);color:var(--accent-soft)}.my-reservations-refresh:disabled{opacity:.5;cursor:not-allowed}.my-reservations-no-phone{text-align:left}.my-reservations-search{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:20px;flex-direction:column;gap:12px;padding:24px;display:flex}.my-reservations-search__button{align-self:flex-start;padding:14px 32px}.reservations-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.reservation-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:18px;flex-direction:column;gap:14px;padding:20px;display:flex}.reservation-card__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.reservation-card__datetime{flex-direction:column;gap:4px;display:flex}.reservation-card__date{font-family:var(--font-display);color:var(--text-main);text-transform:capitalize;margin:0;font-size:17px;font-weight:800}.reservation-card__time{color:var(--text-muted);align-items:center;gap:6px;margin:0;font-size:14px;font-weight:600;display:flex}.reservation-card__status{text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-flex}.reservation-card__status--pending{color:var(--status-pending);background:var(--status-pending-bg);border:1px solid #ffd1664d}.reservation-card__status--confirmed{color:var(--success);background:var(--success-bg);border:1px solid #43d17a4d}.reservation-card__status--rejected,.reservation-card__status--cancelled{color:var(--error);background:var(--error-bg);border:1px solid #ff6b6b4d}.reservation-card__details{flex-wrap:wrap;gap:10px;display:flex}.reservation-card__detail{color:var(--text-main);background:var(--surface-elevated);border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:700;display:inline-flex}.reservation-card__detail--accent{color:var(--accent-soft);border-color:var(--accent-border-soft);background:var(--accent-bg-soft)}.reservation-card--upcoming{border-color:var(--accent-border-soft);background:var(--surface-elevated);box-shadow:var(--shadow-soft), 0 0 32px -12px var(--accent-glow)}.reservation-card--past{opacity:.75}.reservation-card__tag{text-transform:uppercase;letter-spacing:.5px;color:var(--accent-soft);background:var(--accent-bg-soft);border:1px solid var(--accent-border-soft);vertical-align:middle;border-radius:999px;align-items:center;margin-left:8px;padding:2px 10px;font-size:10px;font-weight:800;display:inline-flex}.reservation-card__terminal{border-radius:12px;align-items:center;gap:8px;margin:0;padding:12px 14px;font-size:14px;font-weight:700;display:flex}.reservation-card__terminal--rejected,.reservation-card__terminal--cancelled{color:var(--error);background:var(--error-bg);border:1px solid #ff6b6b40}.reservation-card__secondary{background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.reservation-card__secondary-title{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin:0;font-size:11px;font-weight:800}.reservation-card__secondary-item{color:var(--text-muted);align-items:center;gap:6px;margin:0;font-size:14px;line-height:1.5;display:flex}@media (width<=640px){.app-header{padding:14px 16px}.app-header__logo{border-radius:14px;width:48px;height:48px;font-size:24px}.app-header__title{font-size:22px}.app-header__tagline{font-size:11px}.app-header__cart-button{padding:10px 14px;font-size:14px}.app-header__cart-label{display:none}.app-header__actions{gap:8px}.auth-card{padding:24px}.checkout-steps{gap:4px}.checkout-steps__label{letter-spacing:.3px;font-size:9.5px}.category-filter{padding:14px 16px;top:76px}.menu{padding:8px 16px 48px}.orders-page,.profile-page{padding:16px 16px 48px}.profile-summary{padding:16px}.orders-header__title{font-size:26px}.order-card{padding:16px}.order-card__total{justify-content:space-between;width:100%}.order-timeline{flex-direction:column;align-items:stretch;gap:0}.order-timeline__step{text-align:left;flex-direction:row;align-items:center;gap:12px;padding:6px 0}.order-timeline__connector{width:2px;height:100%;top:0;left:13px;right:auto}.order-info-grid{grid-template-columns:1fr}.orders-empty__button{width:100%}.menu__grid{gap:16px}.hero--compact{align-items:center;min-height:100px;padding:16px}.hero--compact .hero__content{gap:4px}.hero--compact .hero__badge,.hero--compact .hero__subtitle{display:none}.hero__title{letter-spacing:-.3px;font-size:20px}.reviews-section{padding:0 16px}.reviews-section__header{flex-direction:column;align-items:flex-start}.why-us{padding:16px 16px 0}.why-us__title{font-size:24px}.why-us__card{padding:24px 18px}.store-info-section{padding:40px 16px 0}.store-info-section__header{flex-direction:column;align-items:flex-start}.store-info-section__title{font-size:24px}.cta-section{padding:40px 16px 0}.cta-card{padding:36px 20px}.cta-card__title{font-size:24px}.site-footer{padding:20px 16px 48px}.reservation-page{padding:16px 16px 48px}.reservation-form{padding:20px}.reservation-form__row{grid-template-columns:1fr}.reservation-form__limit-time{padding:12px 14px}.reservation-card{padding:16px}.reservation-card__date{font-size:15px}.my-reservations-search__button{align-self:stretch}}@media (width<=768px){.floating-cart-bar{display:flex}.menu,.site-footer{padding-bottom:96px}.app-header__desktop-only{display:none!important}.app-header__hamburger{display:flex}.app-header__reserve-button{padding:10px 14px;font-size:13px}}.orders-paused-banner{background:var(--status-pending-bg);box-sizing:border-box;border:1px solid #ffd16640;border-radius:14px;align-items:flex-start;gap:12px;width:100%;max-width:1100px;margin:16px auto 0;padding:14px 20px;display:flex}.orders-paused-banner__icon{color:var(--status-pending);flex-shrink:0;align-items:center;padding-top:1px;display:flex}.orders-paused-banner__title{font-family:var(--font-display);color:var(--status-pending);margin:0 0 3px;font-size:15px;font-weight:700}.orders-paused-banner__text{color:var(--text-muted);margin:0;font-size:13px;line-height:1.4}.product-card__add-circle:disabled{background:var(--surface-elevated);color:var(--text-dim);box-shadow:none;cursor:not-allowed}.cart-upsell__add:disabled{background:var(--surface-elevated);color:var(--text-dim);cursor:not-allowed}.cart-drawer__paused-notice{background:var(--status-pending-bg);color:var(--status-pending);border:1px solid #ffd16633;border-radius:10px;align-items:center;gap:8px;margin:0;padding:10px 12px;font-size:13px;font-weight:600;display:flex}@media (width<=768px){.orders-paused-banner{border-radius:12px;width:calc(100% - 32px);margin:12px 16px 0}}
