:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-ink:#292929;--color-ink-soft:#464646;--color-brand:#ffbc0d;--color-brand-strong:#d99f00;--color-brand-deep:#b5121b;--color-accent:#d9232e;--color-accent-strong:#b5121b;--color-white:#fff;--color-canvas:#f7f7f7;--color-surface:#fff;--color-surface-raised:#fffaf0;--color-surface-muted:#f4f4f4;--color-muted:#5f5f5f;--color-text-muted:#5f5f5f;--color-border:#dedede;--color-focus:#b5121b;--color-danger:#b3261e;--color-danger-soft:#fff0ef;--color-warning:#7a5000;--color-warning-soft:#fff4cf;--color-success:#167442;--color-success-soft:#e8f5eb;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--font-sans:Arial, "Helvetica Neue", "Segoe UI", Roboto, system-ui, -apple-system, sans-serif;--font-display:"Arial Black", Arial, "Helvetica Neue", "Segoe UI", system-ui, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:clamp(1.75rem, 6vw, 2.4rem);--text-hero:clamp(2.25rem, 10vw, 4.75rem);--radius-sm:.4rem;--radius-md:.65rem;--radius-lg:.9rem;--radius-xl:1.25rem;--radius-round:999px;--shadow-sm:0 1px 2px #2929290f, 0 5px 16px #2929290f;--shadow-md:0 12px 35px #2929291f;--shadow-float:0 18px 55px #29292938;--duration-fast:.14s;--duration-base:.22s;--ease-out:cubic-bezier(.22, 1, .36, 1);--z-header:30;--z-nav:40;--z-toast:60;--z-modal:70;--safe-area-top:env(safe-area-inset-top,0px);--safe-area-right:env(safe-area-inset-right,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-left:env(safe-area-inset-left,0px);--content-max:74rem;--breakpoint-tablet:48rem;--breakpoint-desktop:64rem}*,:before,:after{box-sizing:border-box}html{background:var(--color-canvas);scroll-behavior:smooth;-webkit-text-size-adjust:100%;min-width:20rem}body{min-width:20rem;min-height:100vh;color:var(--color-ink);background:var(--color-canvas);font-family:var(--font-sans);font-size:var(--text-base);text-rendering:optimizelegibility;margin:0;line-height:1.5}button,input{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}h1,h2,h3,p,dl,dd{margin:0}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.025em;line-height:1.1}h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}button,[href],input{touch-action:manipulation}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}::selection{color:var(--color-ink);background:var(--color-brand)}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:100;top:var(--space-3);left:var(--space-3);padding:var(--space-3) var(--space-4);color:var(--color-white);background:var(--color-ink);border-radius:var(--radius-sm);position:fixed;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.app-shell{min-height:100vh}.app-main{min-height:calc(100vh - 4.25rem - var(--safe-area-top));padding-bottom:calc(6.5rem + var(--safe-area-bottom))}.page{width:min(100%, var(--content-max));padding:var(--space-6) var(--space-4) var(--space-10);min-width:0;margin-inline:auto}.centered-state{place-items:center;min-height:50vh;display:grid}.fatal-state{place-content:center;justify-items:start;gap:var(--space-5);width:min(32rem,100% - 2rem);min-height:100vh;margin:auto;display:grid}.fatal-state>p{color:var(--color-muted)}@media (width>=48rem){.page{padding-inline:var(--space-8);padding-top:var(--space-8)}.app-main{padding-bottom:var(--space-8)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.brand-mark{aspect-ratio:1;background:var(--color-accent);width:clamp(7rem,26vw,9rem);box-shadow:var(--shadow-md);border-radius:1.2rem;flex:none;display:inline-flex;overflow:hidden}.brand-mark__image{object-fit:cover;width:100%;height:100%;display:block}.brand-mark--compact{width:3.15rem;box-shadow:none;border-radius:1rem}.button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);cursor:pointer;min-height:3rem;transition:transform var(--duration-fast), background var(--duration-fast), border-color var(--duration-fast);border:1px solid #0000;padding:.75rem 1.15rem;font-weight:700;display:inline-flex}.button:not(:disabled):active{transform:translateY(1px)scale(.99)}.button:disabled{cursor:not-allowed;opacity:.52}.button--primary{color:var(--color-ink);background:var(--color-brand)}.button--primary:not(:disabled):hover{background:#ffcf3d}.button--secondary{color:var(--color-ink);background:var(--color-white);border-color:var(--color-border)}.button--secondary:not(:disabled):hover{border-color:var(--color-ink)}.button--ghost{background:0 0}.button--danger{color:var(--color-danger);background:var(--color-danger-soft)}.button--full{width:100%}.icon-button{width:2.8rem;height:2.8rem;color:var(--color-ink);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-round);cursor:pointer;place-items:center;padding:0;display:inline-grid;position:relative}.icon-button--small{width:2.75rem;height:2.75rem}.icon-button:disabled{cursor:not-allowed;opacity:.45}.field{gap:var(--space-2);display:grid}.field__label{font-size:var(--text-sm);font-weight:750}.field__input{width:100%;min-height:3.2rem;color:var(--color-ink);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.85rem 1rem}.password-input{position:relative}.password-input .field__input{padding-right:5.4rem}.password-input__toggle{min-height:2.15rem;color:var(--color-brand-deep);border-radius:var(--radius-sm);font-size:var(--text-xs);background:0 0;border:0;padding:.25rem .45rem;font-weight:800;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.password-input__toggle:hover{background:var(--color-surface-muted)}.password-input__toggle:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.field__input:hover{border-color:#adb6af}.field__input[aria-invalid=true]{border-color:var(--color-danger)}.field__hint{color:var(--color-muted);font-size:var(--text-xs)}.field__hint--error{color:var(--color-danger)}.search-input{align-items:center;gap:var(--space-3);width:100%;min-height:3.4rem;color:var(--color-muted);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:.3rem .45rem .3rem 1rem;display:flex}.search-input:focus-within{border-color:var(--color-brand-strong);box-shadow:0 0 0 3px #ffbc0d47}.search-input input{background:0 0;border:0;outline:0;flex:1;min-width:0;height:2.7rem;padding:0}.search-input input::-webkit-search-cancel-button{display:none}.card{padding:var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.badge{min-height:1.6rem;color:var(--color-ink-soft);border-radius:var(--radius-round);letter-spacing:.025em;text-transform:uppercase;background:#eef1ef;align-items:center;padding:.22rem .55rem;font-size:.7rem;font-weight:800;display:inline-flex}.badge--success{color:var(--color-success);background:var(--color-success-soft)}.badge--warning{color:var(--color-warning);background:var(--color-warning-soft)}.badge--dark{color:var(--color-white);background:var(--color-ink)}.chip{min-height:2.75rem;color:var(--color-ink-soft);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-round);font-size:var(--text-sm);cursor:pointer;flex:none;padding:.55rem .9rem;font-weight:700}.chip--selected{color:var(--color-white);background:var(--color-accent);border-color:var(--color-accent)}.chip-row{gap:var(--space-2);margin-top:var(--space-4);padding-block:var(--space-2);scrollbar-width:none;display:flex;overflow-x:auto}.chip-row::-webkit-scrollbar{display:none}.skeleton{border-radius:var(--radius-md);background:#e4e8e4;display:block;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);width:40%;height:100%;animation:1.3s infinite shimmer;display:block;transform:translate(-120%)}.skeleton--restaurant{min-height:18rem}.skeleton--title{width:min(18rem,75%);height:2.4rem}.skeleton--hero{height:16rem;margin-top:var(--space-6)}.skeleton--row{height:6rem;margin-top:var(--space-4)}@keyframes shimmer{to{transform:translate(300%)}}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:1.4rem;height:1.4rem;animation:.7s linear infinite spin;display:inline-block}.spinner--small{width:1rem;height:1rem}@keyframes spin{to{transform:rotate(360deg)}}.avatar{color:var(--color-white);background:var(--color-ink);border-radius:50%;flex:none;place-items:center;font-weight:850;display:inline-grid}.avatar--small{width:2rem;height:2rem;font-size:var(--text-xs)}.avatar--medium{width:2.75rem;height:2.75rem}.avatar--large{width:4.5rem;height:4.5rem;font-size:var(--text-xl)}.divider{height:1px;margin:var(--space-5) 0;background:var(--color-border);border:0}.state-card{justify-content:center;align-items:center;gap:var(--space-3);min-height:18rem;padding:var(--space-8) var(--space-5);text-align:center;background:var(--color-white);border-radius:var(--radius-xl);border:1px dashed #cbd3cc;flex-direction:column;display:flex}.state-card p{max-width:28rem;color:var(--color-muted)}.state-card__icon{width:3.25rem;height:3.25rem;color:var(--color-success);background:var(--color-success-soft);border-radius:50%;place-items:center;font-weight:900;display:grid}.state-card--error .state-card__icon{color:var(--color-danger);background:var(--color-danger-soft)}.toast{z-index:var(--z-toast);right:var(--space-4);bottom:6rem;left:var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-3);color:var(--color-white);background:var(--color-ink);border-radius:var(--radius-md);box-shadow:var(--shadow-float);animation:toast-in var(--duration-base) var(--ease-out);padding:.75rem .75rem .75rem 1rem;display:flex;position:fixed}.toast .icon-button{color:var(--color-white);background:0 0;border-color:#ffffff40}@keyframes toast-in{0%{opacity:0;transform:translateY(1rem)}}.sheet-backdrop{z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2929299e;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.sheet{background:var(--color-white);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:min(100%,38rem);max-height:min(88vh,46rem);box-shadow:var(--shadow-float);animation:sheet-in var(--duration-base) var(--ease-out);overflow:auto}.sheet>header,.sheet>footer{z-index:1;justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5);background:var(--color-white);display:flex;position:sticky}.sheet>header{border-bottom:1px solid var(--color-border);top:0}.sheet>footer{border-top:1px solid var(--color-border);bottom:0}.sheet__content{padding:var(--space-5)}@keyframes sheet-in{0%{transform:translateY(100%)}}.food-art{--art-bg:#f1e5dc;--plate:#ffaf7f;--detail:#cf4d2c;background:radial-gradient(circle at 15% 15%, #ffffff73, transparent 32%), linear-gradient(145deg, var(--art-bg), color-mix(in srgb, var(--art-bg), var(--color-ink) 12%));border-radius:inherit;min-height:12rem;position:relative;overflow:hidden}.food-art:before,.food-art:after{content:"";border:1px solid #ffffff59;border-radius:50%;width:5rem;height:5rem;position:absolute}.food-art:before{top:-2rem;right:-1rem}.food-art:after{bottom:-2rem;left:-1rem}.food-art__plate{background:radial-gradient(circle at 38% 35%, #fff 0 8%, var(--plate) 9% 62%, color-mix(in srgb, var(--plate), black 12%) 63% 69%, #f8f5ed 70%);border-radius:50%;width:8rem;height:8rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-8deg);box-shadow:0 1.2rem 1.8rem #281e143d}.food-art__detail{background:var(--detail);width:3.8rem;height:2rem;box-shadow:-1.2rem -1rem 0 -.7rem #f5d065, 1.5rem -.6rem 0 -.8rem var(--color-accent-strong), -.6rem 1.2rem 0 -.75rem #fff;border-radius:50% 40% 55% 35%;position:absolute;top:47%;left:51%;transform:translate(-50%,-50%)rotate(12deg)}.food-art--burger{--art-bg:#f6ce68;--plate:#d87f2f;--detail:#543525}.food-art--mineiro{--art-bg:#dba97d;--plate:#9c5d38;--detail:#f0c46d}.food-art--salad{--art-bg:#a9d8a7;--plate:#69ad67;--detail:#1b7345}.food-art--coffee{--art-bg:#c8ad9b;--plate:#6f4938;--detail:#f5dfc7}.food-art--dessert{--art-bg:#efc2c8;--plate:#e98699;--detail:#fff0d6}.food-art--compact{flex:0 0 7.5rem;width:7.5rem;min-height:7.5rem}.food-art--compact .food-art__plate{width:5.2rem;height:5.2rem}.food-art--compact .food-art__detail{width:2.5rem;height:1.3rem}.restaurant-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-width:0;box-shadow:var(--shadow-sm);transition:transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base);overflow:hidden}.restaurant-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.restaurant-card__link{height:100%;display:block}.restaurant-card__art{background:var(--restaurant-accent);border-radius:var(--radius-lg) var(--radius-lg) 0 0;position:relative}.art-accent--pizza{--restaurant-accent:#ff7b54}.art-accent--burger{--restaurant-accent:#f3b33d}.art-accent--mineiro{--restaurant-accent:#d48b52}.art-accent--salad{--restaurant-accent:#58a56c}.art-accent--coffee{--restaurant-accent:#9f7659}.art-accent--dessert{--restaurant-accent:#d98292}.restaurant-card__art .food-art{border-radius:inherit}.restaurant-card__art .badge{top:var(--space-3);left:var(--space-3);position:absolute}.restaurant-card__art .badge+.badge{right:var(--space-3);left:auto}.restaurant-card__body{gap:var(--space-1) var(--space-3);padding:var(--space-4);grid-template-columns:1fr auto;display:grid}.restaurant-card__body p{color:var(--color-muted);font-size:var(--text-sm)}.restaurant-card__meta{grid-column:1/-1;margin-top:var(--space-2)!important}.rating{color:var(--color-ink);font-size:var(--text-sm);align-items:center;gap:.2rem;font-weight:800;display:inline-flex}.rating .icon{color:var(--color-brand-strong);fill:var(--color-brand-strong)}.rating--large{font-size:var(--text-lg)}.product-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-width:0;box-shadow:var(--shadow-sm);position:relative}.product-card__main{justify-content:space-between;align-items:stretch;gap:var(--space-3);min-height:10.5rem;padding:var(--space-3);display:flex}.product-card__copy{align-items:flex-start;gap:var(--space-2);min-width:0;padding:var(--space-2);flex-direction:column;flex:1;display:flex}.product-card__copy p{color:var(--color-muted);font-size:var(--text-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card__copy strong{margin-top:auto}.product-card__main .food-art{align-self:center}.product-card__add{right:var(--space-4);bottom:var(--space-4);box-shadow:var(--shadow-md);border-color:#0000;position:absolute}.text-button{min-height:2.75rem;padding:var(--space-2);color:var(--color-brand-deep);font-size:var(--text-sm);cursor:pointer;background:0 0;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.text-button--danger{color:var(--color-danger)}@media (width>=48rem){.toast{right:var(--space-8);bottom:var(--space-8);width:min(25rem,100% - 4rem);left:auto}.sheet-backdrop{padding:var(--space-5);align-items:center}.sheet{border-radius:var(--radius-xl)}}.topbar{z-index:var(--z-header);height:calc(4.25rem + var(--safe-area-top));padding-top:var(--safe-area-top);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #dfe5e0d9;position:sticky;top:0}.topbar__inner{width:min(100%, var(--content-max));align-items:center;gap:var(--space-3);height:4.25rem;padding:0 max(var(--space-4), var(--safe-area-right)) 0 max(var(--space-4), var(--safe-area-left));margin:auto;display:flex}.topbar__brand{flex:none}.topbar__location{align-items:center;gap:var(--space-2);min-width:0;display:flex}.topbar__location>span{flex-direction:column;min-width:0;line-height:1.1;display:flex}.topbar__location small{color:var(--color-muted);font-size:.65rem}.topbar__location strong{max-width:9.5rem;font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.topbar__environment{flex:none;display:none}.desktop-nav{display:none}.cart-shortcut{background:var(--color-canvas);border-radius:50%;place-items:center;width:2.8rem;height:2.8rem;margin-left:auto;display:grid;position:relative}.cart-shortcut>span{min-width:1.15rem;height:1.15rem;color:var(--color-ink);background:var(--color-brand);border:2px solid var(--color-white);border-radius:var(--radius-round);place-items:center;padding:0 .2rem;font-size:.6rem;font-weight:900;display:grid;position:absolute;top:-.1rem;right:-.1rem}.bottom-nav{z-index:var(--z-nav);height:calc(4.7rem + var(--safe-area-bottom));padding:.45rem max(.5rem, var(--safe-area-right)) max(.35rem, var(--safe-area-bottom)) max(.5rem, var(--safe-area-left));border-top:1px solid var(--color-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{min-width:0;color:var(--color-muted);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-size:.65rem;font-weight:720;display:flex}.bottom-nav a[aria-current=page]{color:var(--color-ink)}.bottom-nav a[aria-current=page] .bottom-nav__icon{color:var(--color-ink);background:var(--color-brand)}.bottom-nav__icon{border-radius:var(--radius-round);place-items:center;width:2.15rem;height:1.65rem;display:grid;position:relative}.bottom-nav__dot{background:var(--color-brand-strong);border:2px solid var(--color-white);border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:0;right:.2rem}.pilot-ribbon{z-index:20;right:max(var(--space-3), var(--safe-area-right));bottom:calc(5.15rem + var(--safe-area-bottom));pointer-events:none;position:fixed}.pilot-ribbon .badge{opacity:.82;font-size:.58rem}.hero{justify-content:flex-end;gap:var(--space-3);min-height:24rem;margin:calc(var(--space-6) * -1) calc(var(--space-4) * -1) 0;padding:3rem var(--space-4) var(--space-8);color:var(--color-white);background:var(--color-accent);flex-direction:column;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:var(--color-brand);opacity:.94;border-radius:48% 52% 65% 35%;width:19rem;height:19rem;position:absolute;top:-7rem;right:-7rem;transform:rotate(18deg)}.hero:after{content:"";background:radial-gradient(circle at 40% 38%,#fff 0 5%,#ef9d43 6% 56%,#ca6125 57% 64%,#f5f0e6 65%);border-radius:50%;width:6.5rem;height:6.5rem;position:absolute;top:4.5rem;right:2.2rem;transform:rotate(-12deg);box-shadow:0 1.3rem 2.6rem #00000047}.hero>*{z-index:1;position:relative}.hero__eyebrow{color:var(--color-brand);font-size:var(--text-sm);letter-spacing:.06em;text-transform:uppercase;font-weight:850}.hero h1{max-width:11ch;font-size:var(--text-hero)}.hero>p:not(.hero__eyebrow){color:#fff4e8}.hero .search-input{margin-top:var(--space-3);color:var(--color-muted)}.section{margin-top:var(--space-10)}.section-heading{justify-content:space-between;align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.section-heading p{color:var(--color-brand-deep);font-size:var(--text-xs);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.2rem;font-weight:850}.section-heading>span{color:var(--color-muted);font-size:var(--text-xs)}.category-row{gap:var(--space-3);margin-inline:calc(var(--space-4) * -1);padding:0 var(--space-4) var(--space-2);scroll-snap-type:x proximity;scrollbar-width:none;grid-auto-columns:5.4rem;grid-auto-flow:column;display:grid;overflow-x:auto}.category-row::-webkit-scrollbar{display:none}.category-tile{justify-content:center;align-items:center;gap:var(--space-2);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);scroll-snap-align:start;cursor:pointer;flex-direction:column;min-height:6.2rem;display:flex}.category-tile span{filter:saturate(.88);font-size:1.75rem}.category-tile strong{font-size:var(--text-xs)}.restaurant-grid{gap:var(--space-4);display:grid}.page-header{align-items:center;gap:var(--space-3);min-height:4rem;margin-bottom:var(--space-6);display:flex}.page-header__body{flex:1;min-width:0}.page-header__body h1{overflow-wrap:anywhere}.page-header p{margin-bottom:var(--space-1);color:var(--color-brand-deep);font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;font-weight:800}.page-header__back{background:var(--color-white);border:1px solid var(--color-border);border-radius:50%;flex:none;place-items:center;width:2.8rem;height:2.8rem;display:grid}.page-header__action{margin-left:auto}.restaurant-hero{background:var(--restaurant-accent);min-height:17rem;position:relative;overflow:hidden}.restaurant-hero .food-art{border-radius:0;min-height:17rem}.restaurant-hero .food-art__plate{width:11rem;height:11rem}.restaurant-hero__back,.product-hero__back{z-index:2;top:var(--space-4);left:var(--space-4);box-shadow:var(--shadow-md);position:absolute}.restaurant-hero__fade{background:linear-gradient(#0000,#29292938);height:4rem;position:absolute;bottom:0;left:0;right:0}.restaurant-details{background:var(--color-canvas);border-radius:var(--radius-xl) var(--radius-xl) 0 0;margin-top:-1.25rem;position:relative}.restaurant-title{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.restaurant-title h1{margin:var(--space-2) 0}.restaurant-title p{max-width:38rem;color:var(--color-muted)}.restaurant-title__badges{align-items:center;gap:var(--space-2);color:var(--color-muted);font-size:var(--text-xs);flex-wrap:wrap;display:flex}.restaurant-facts{gap:var(--space-3) var(--space-5);margin-top:var(--space-5);padding:var(--space-4);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-wrap:wrap;display:flex}.restaurant-facts span{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:700;display:inline-flex}.menu-tabs{z-index:5;gap:var(--space-6);margin:var(--space-6) calc(var(--space-4) * -1) 0;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;display:flex;position:sticky;top:4.25rem;overflow-x:auto}.menu-tabs a{font-size:var(--text-sm);flex:none;font-weight:800}.menu-section{padding-top:var(--space-8);scroll-margin-top:8rem}.product-list{gap:var(--space-3);display:grid}.product-hero{min-height:22rem;position:relative}.product-hero .food-art{border-radius:0;min-height:22rem}.product-hero .food-art__plate{width:13rem;height:13rem}.product-content{background:var(--color-canvas);border-radius:var(--radius-xl) var(--radius-xl) 0 0;margin-top:-1.5rem;position:relative}.product-content>h1{margin:var(--space-2) 0}.product-content>p:not(.product-content__restaurant){max-width:42rem;color:var(--color-muted)}.product-content__restaurant{color:var(--color-brand-deep);font-size:var(--text-sm);font-weight:800}.product-price{margin-top:var(--space-4);font-size:var(--text-xl);display:block}.product-options-preview{justify-content:space-between;align-items:center;gap:var(--space-4);margin-top:var(--space-8);padding:var(--space-5);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);display:flex}.product-options-preview p,.sheet-intro{color:var(--color-muted);font-size:var(--text-sm)}.quantity-row{justify-content:space-between;align-items:center;gap:var(--space-4);margin-top:var(--space-5);padding:var(--space-4) 0;font-weight:750;display:flex}.quantity-row>div,.cart-item__quantity{align-items:center;gap:var(--space-3);display:flex}.quantity-row output,.cart-item__quantity output{text-align:center;min-width:1.5rem;font-weight:850}.sticky-action{margin-top:var(--space-6);padding:var(--space-3);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;position:sticky;bottom:5rem}.option-list{gap:var(--space-2);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.cart-items{gap:var(--space-3);display:grid}.cart-item{gap:var(--space-3);padding:var(--space-3);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);grid-template-columns:4.5rem 1fr;display:grid}.cart-item .food-art{flex-basis:4.5rem;width:4.5rem;min-height:4.5rem}.cart-item .food-art__plate{width:3.2rem;height:3.2rem}.cart-item__copy{min-width:0}.cart-item__copy p{color:var(--color-muted);font-size:var(--text-xs)}.cart-item__copy strong{margin-top:var(--space-1);display:block}.cart-item__quantity{grid-column:2;justify-self:end}.cart-summary{margin-top:var(--space-6);padding:var(--space-5);background:var(--color-ink);color:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.cart-summary__heading,.cart-total{justify-content:space-between;align-items:flex-end;gap:var(--space-4);display:flex}.cart-summary__heading p{color:var(--color-brand);font-size:var(--text-xs);text-transform:uppercase;font-weight:800}.cart-summary__heading>span{color:#aab2ac;font-size:var(--text-xs)}.cart-summary dl{gap:var(--space-3);margin-top:var(--space-5);display:grid}.cart-summary dl div{color:#d6dbd7;justify-content:space-between;display:flex}.cart-summary dd{font-weight:750}.cart-summary .divider{background:#3d443f}.cart-total strong{color:var(--color-brand);font-size:var(--text-xl)}.cart-disclaimer{margin:var(--space-5) 0;color:#aeb6b0;font-size:var(--text-xs)}.login-page{background:var(--color-white);min-height:100vh;display:grid}.login-brand{justify-content:center;align-items:flex-start;gap:var(--space-4);min-height:17rem;padding:clamp(1.25rem, 6vw, var(--space-8));color:var(--color-ink);background:#f4e8d5;flex-direction:column;display:flex;position:relative;overflow:hidden}.login-brand:before{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#fffcf5d1 0%,#fffcf57a 40%,#fffcf514 76%,#0000 100%);position:absolute;inset:0}.login-brand:after{z-index:1;content:"";pointer-events:none;background:linear-gradient(#0000,#3d230f29);height:20%;position:absolute;bottom:0;left:0;right:0}.login-brand__illustration{z-index:0;object-fit:cover;object-position:66% center;width:100%;height:100%;position:absolute;inset:0}.login-brand>.brand-mark,.login-brand>div:last-child{z-index:2;position:relative}.login-brand>.brand-mark{top:var(--space-4);left:var(--space-4);z-index:3;position:absolute}.login-brand>div:last-child{max-width:100%;padding:var(--space-3) var(--space-4);color:var(--color-white);text-align:left;border-left:.25rem solid var(--color-brand);border-radius:var(--radius-md);background:#121412e0;margin-top:auto;box-shadow:0 .75rem 1.75rem #12141233}.login-brand p{font-family:var(--font-display);font-size:var(--text-xl);font-weight:850;line-height:1.1}.login-brand>div:last-child span{color:#ffd36a;font-size:var(--text-xs);font-weight:700}.login-panel{gap:var(--space-5);width:min(100%,31rem);padding:var(--space-8) var(--space-5);flex-direction:column;margin:0 auto;display:flex}.login-panel__heading>p{color:var(--color-brand-deep);font-size:var(--text-sm);font-weight:800}.login-panel__heading h1{margin:var(--space-2) 0}.login-panel__heading span{color:var(--color-muted)}.login-panel form{gap:var(--space-4);display:grid}.social-login,.login-methods{gap:var(--space-3);display:grid}.login-method{width:100%;min-height:3.25rem;font-size:var(--text-sm);justify-content:flex-start;padding-inline:1.15rem}.login-method--facebook{color:var(--color-white);background:#4267b2;border-color:#4267b2}.login-method--facebook:not(:disabled):hover{background:#365899;border-color:#365899}.login-method--google{color:#2f3b4b;background:var(--color-white);border-color:#d5dbe5}.login-method--google:not(:disabled):hover{border-color:#8c99ac}.login-methods__split{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.login-methods__split .button{min-height:2.9rem}.login-method-hint{margin:calc(var(--space-2) * -1) 0 0;color:var(--color-muted);font-size:var(--text-xs);text-align:center}.login-alternative-form{padding-top:var(--space-1)}.auth-links{justify-content:space-between;gap:var(--space-3);font-size:var(--text-xs);display:flex}.auth-links a{color:var(--color-brand-deep);text-underline-offset:.15em;font-weight:750;text-decoration:underline}.auth-secondary-page__hint{color:var(--color-muted);font-size:var(--text-xs);text-align:center;line-height:1.5}.showcase-login{gap:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);display:grid}.showcase-login__label{color:var(--color-text-muted);margin:0;font-size:.8rem;font-weight:700}.showcase-login__actions{gap:var(--space-2);display:grid}.login-divider{align-items:center;gap:var(--space-3);color:var(--color-muted);font-size:var(--text-xs);display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.login-info{padding:var(--space-3) var(--space-4);color:var(--color-ink);background:var(--color-success-soft);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-sm)}.login-error,.inline-error{padding:var(--space-3) var(--space-4);color:var(--color-danger);background:var(--color-danger-soft);border-radius:var(--radius-md);font-size:var(--text-sm)}.login-security{align-items:flex-start;gap:var(--space-3);color:var(--color-muted);font-size:var(--text-xs);display:flex}.login-security>span{color:var(--color-success)}.login-legal{justify-content:center;gap:var(--space-4);color:var(--color-muted);font-size:var(--text-xs);display:flex}.login-legal a{text-underline-offset:.15em;text-decoration:underline}.profile-welcome{align-items:center;gap:var(--space-3);text-align:center;flex-direction:column;display:flex}.profile-welcome p{color:var(--color-muted)}.profile-card__identity{align-items:center;gap:var(--space-4);display:flex}.profile-card__identity p{color:var(--color-brand-deep);font-size:var(--text-sm);font-weight:750}.profile-meta{gap:var(--space-3);display:grid}.profile-meta div{justify-content:space-between;gap:var(--space-4);display:flex}.profile-meta dt{color:var(--color-muted)}.profile-meta dd{text-align:right;font-weight:700}.profile-actions{gap:var(--space-3);margin-top:var(--space-6);display:grid}.profile-actions>p{color:var(--color-muted);font-size:var(--text-xs)}.legal-page{gap:var(--space-6);display:grid}.legal-page .page-header{margin-bottom:0}.legal-page__intro,.legal-page section{gap:var(--space-3);display:grid}.legal-page section{max-width:48rem}.legal-page section>p,.legal-page li{color:var(--color-muted)}.legal-page ol{gap:var(--space-2);margin:0;padding-left:1.4rem;display:grid}.legal-page__notice{max-width:48rem;padding:var(--space-4);color:var(--color-ink);background:var(--color-success-soft);border:1px solid var(--color-border);border-radius:var(--radius-md)}.legal-page__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.help-page{gap:var(--space-6);display:grid}.help-page .page-header{margin-bottom:0}.help-page__status,.help-page__security,.help-page__questions{gap:var(--space-3);max-width:48rem;display:grid}.help-page__status p,.help-page__security p,.help-page__questions p{color:var(--color-muted)}.help-page__questions details{padding:var(--space-4);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md)}.help-page__questions summary{cursor:pointer;font-weight:800}.help-page__questions details p{padding-top:var(--space-3)}.help-page__metadata{gap:var(--space-2);max-width:34rem;padding:var(--space-4);background:var(--color-surface-muted);border-radius:var(--radius-md);display:grid}.help-page__metadata div{justify-content:space-between;gap:var(--space-4);display:flex}.help-page__metadata dt{color:var(--color-muted)}.help-page__metadata dd{text-align:right;overflow-wrap:anywhere;font-weight:700}.inline-warning{margin:var(--space-4) 0;padding:var(--space-3) var(--space-4);color:#ffe8a3;border-radius:var(--radius-md);font-size:var(--text-sm);background:#ffbe3e24;border:1px solid #ffbe3e47}.order-list,.order-card{gap:var(--space-4);display:grid}.order-card>div:first-child{justify-content:space-between;align-items:baseline;gap:var(--space-4);display:flex}.order-card>div:first-child p{color:var(--color-muted)}.order-card__status,.order-detail__status{justify-content:space-between;align-items:center;gap:var(--space-3);color:var(--color-muted);font-size:var(--text-sm);display:flex}.order-detail{gap:var(--space-6);display:grid}.order-line{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--color-border);display:flex}.order-line p{color:var(--color-muted);font-size:var(--text-sm)}.order-created{max-width:34rem;margin-inline:auto}.order-created dl{gap:var(--space-3);width:100%;margin:var(--space-3) 0;display:grid}.order-created dl div{justify-content:space-between;gap:var(--space-4);display:flex}.state-action{margin-top:var(--space-4);text-align:center}.merchant-dashboard{gap:var(--space-5);display:grid}.merchant-dashboard .page-header{margin-bottom:0}.merchant-tenant-switcher{align-items:center;gap:var(--space-3);padding:var(--space-5);color:var(--color-white);background:var(--color-ink);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);grid-template-columns:minmax(0,1fr) auto;display:grid}.merchant-tenant-switcher>div{min-width:0}.merchant-tenant-switcher>div p{color:var(--color-brand);font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;font-weight:800}.merchant-tenant-switcher>div strong{margin-top:var(--space-1);font-family:var(--font-display);font-size:var(--text-xl);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.merchant-tenant-switcher>span:last-child{color:#cbd1cc;font-size:var(--text-xs);text-align:right}.merchant-tenant-switcher label{gap:var(--space-2);color:#cbd1cc;font-size:var(--text-xs);grid-column:1/-1;font-weight:700;display:grid}.merchant-tenant-switcher select{min-height:3rem;color:var(--color-ink);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.65rem .8rem}.merchant-refresh-note{color:var(--color-muted);font-size:var(--text-xs)}.merchant-order-queue,.merchant-order-card{gap:var(--space-4);display:grid}.merchant-order-card__heading{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.merchant-order-card__heading p{font-family:var(--font-display);font-size:var(--text-lg);font-weight:850}.merchant-order-card__heading time{color:var(--color-muted);font-size:var(--text-xs)}.merchant-order-card__heading>strong{white-space:nowrap}.merchant-order-status{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));display:grid}.merchant-order-status>div{align-items:flex-start;gap:var(--space-2);min-width:0;padding:var(--space-3);background:var(--color-canvas);border-radius:var(--radius-md);flex-direction:column;display:flex}.merchant-order-status>div>span{color:var(--color-muted);font-size:var(--text-xs);font-weight:750}.merchant-order-status .badge{white-space:normal;max-width:100%}.merchant-order-detail{gap:var(--space-6);display:grid}.merchant-order-detail .page-header{margin-bottom:0}.merchant-order-detail__overview{gap:var(--space-4);display:grid}.merchant-order-detail__overview>p{color:var(--color-muted);font-size:var(--text-sm)}.order-progress{gap:var(--space-2);grid-template-columns:minmax(0,1fr);margin:0;padding:0;list-style:none;display:grid}.order-progress__step{place-items:center start;gap:var(--space-3);min-width:0;color:var(--color-muted);text-align:left;grid-template-columns:1.65rem minmax(0,1fr);display:grid;position:relative}.order-progress__step:before{z-index:0;top:calc(-1 * var(--space-2));content:"";background:var(--color-border);width:2px;position:absolute;bottom:calc(50% + .8rem);left:.8rem}.order-progress__step:first-child:before{display:none}.order-progress__step>span{z-index:1;width:1.65rem;height:1.65rem;color:var(--color-muted);background:var(--color-white);border:2px solid var(--color-border);font-size:var(--text-xs);border-radius:50%;place-items:center;font-weight:850;display:grid}.order-progress__step>strong{overflow-wrap:anywhere;font-size:var(--text-sm);line-height:1.25}.order-progress__step--complete:before,.order-progress__step--current:before{background:var(--color-accent)}.order-progress__step--complete>span,.order-progress__step--current>span{color:var(--color-ink);background:var(--color-brand);border-color:var(--color-accent)}.order-progress__step--current{color:var(--color-ink)}.customer-order-progress{gap:var(--space-4);padding:var(--space-5);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);display:grid}.customer-order-progress>p{color:var(--color-muted)}.order-detail__status{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));display:grid}.order-detail__status>div{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);background:var(--color-canvas);border-radius:var(--radius-md);flex-direction:column;display:flex}.order-detail__status>div>span{color:var(--color-muted);font-size:var(--text-xs);font-weight:750}.merchant-order-totals{gap:var(--space-4);display:grid}.merchant-order-totals dl{gap:var(--space-3);display:grid}.merchant-order-totals dl div,.merchant-order-totals>div:last-child{justify-content:space-between;gap:var(--space-4);display:flex}.merchant-order-totals dt{color:var(--color-muted)}.merchant-order-totals>div:last-child strong{font-size:var(--text-xl)}.merchant-acceptance{gap:var(--space-2);display:grid}.merchant-acceptance>p{color:var(--color-muted);font-size:var(--text-xs);text-align:center}.merchant-confirm-actions{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.sheet__content .inline-error{margin-top:var(--space-4)}@media (width>=48rem){.topbar__inner{padding-inline:var(--space-8)}.topbar__location strong{max-width:none}.topbar__environment{display:inline-flex}.bottom-nav,.pilot-ribbon{display:none}.desktop-nav{align-items:center;gap:var(--space-1);margin-left:auto;display:flex}.desktop-nav a{align-items:center;gap:var(--space-2);color:var(--color-muted);border-radius:var(--radius-round);font-size:var(--text-sm);padding:.65rem .8rem;font-weight:750;display:flex}.desktop-nav a[aria-current=page]{color:var(--color-ink);background:var(--color-warning-soft)}.cart-shortcut{margin-left:var(--space-2)}.hero{min-height:29rem;margin:calc(var(--space-8) * -1) 0 0;padding:var(--space-12);border-radius:0 0 var(--radius-xl) var(--radius-xl)}.hero:before{width:29rem;height:29rem}.hero:after{width:9rem;height:9rem;top:6rem;right:9rem}.hero .search-input{max-width:36rem}.category-row{grid-auto-columns:minmax(6rem,1fr);margin-inline:0;padding-inline:0}.restaurant-grid,.restaurant-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-hero,.restaurant-hero .food-art{min-height:24rem}.restaurant-hero .food-art__plate{width:15rem;height:15rem}.restaurant-details{padding-top:var(--space-10);margin-top:-2.5rem}.menu-tabs{margin-inline:0;padding-inline:0;top:4.25rem}.product-list{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page{grid-template-columns:minmax(18rem,.85fr) minmax(24rem,1.15fr);min-height:calc(100vh - 4.25rem);display:grid}.product-hero,.product-hero .food-art{min-height:100%}.product-content{padding:var(--space-12);border-radius:0;margin-top:0}.sticky-action{bottom:var(--space-4)}.cart-page{gap:var(--space-8);grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);display:grid}.cart-page .page-header{grid-column:1/-1}.cart-summary{align-self:start;margin-top:0}.login-page{grid-template-columns:minmax(22rem,1fr) minmax(28rem,.8fr)}.login-brand{justify-content:space-between;align-items:center;gap:var(--space-6);min-height:100vh;padding:var(--space-12);flex-direction:row}.login-brand>.brand-mark{z-index:2;position:relative;top:auto;left:auto}.login-brand>div:last-child{max-width:15rem;padding:var(--space-4) 1.1rem;text-align:left;align-self:flex-end;margin-top:0}.login-brand__illustration{object-position:66% center}.login-panel{padding:var(--space-12);align-self:center}.profile-card,.profile-actions,.profile-welcome,.inline-error{max-width:38rem;margin-inline:auto}.merchant-tenant-switcher{grid-template-columns:minmax(16rem,1fr) minmax(14rem,.65fr) auto auto}.merchant-tenant-switcher label{grid-column:auto}.merchant-order-queue{grid-template-columns:repeat(2,minmax(0,1fr))}.merchant-order-status,.order-detail__status{grid-template-columns:repeat(3,minmax(0,1fr))}.order-progress{grid-template-columns:repeat(6,minmax(0,1fr))}.order-progress__step{justify-items:center;gap:var(--space-2);text-align:center;grid-template-columns:minmax(0,1fr)}.order-progress__step:before{width:auto;height:2px;inset:.8rem calc(50% + .8rem) auto calc(.8rem - 50%)}.order-progress__step>strong{font-size:var(--text-xs)}.merchant-order-detail{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);align-items:start}.merchant-order-detail .page-header,.merchant-order-detail__overview,.merchant-order-detail>.merchant-acceptance,.merchant-order-detail>.toast{grid-column:1/-1}.merchant-order-detail>section[aria-labelledby=merchant-items-title]{grid-area:3/1}.merchant-order-totals{grid-area:3/2}}@media (width>=64rem){.restaurant-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.restaurant-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));max-width:50rem}.product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
