.guest-page-shell{--guest-accent:#f3b025;--guest-accent-rgb:243,176,37;--guest-header-bg:#fff;--guest-header-bg-alpha:hsla(0,0%,100%,.85);--guest-header-text:#111;--guest-page-bg:#fff;--guest-page-bg-alpha:hsla(0,0%,100%,.92);--guest-card-bg:hsla(0,0%,100%,.95);--guest-page-text:#111;--guest-secondary-text:#6b7280;--guest-card-text:#111;--guest-surface-bg:#f3f4f6;--guest-border:#e5e7eb;--guest-accent-contrast:#111;--guest-accent-contrast-muted:rgba(0,0,0,.55);--guest-btn-radius:16px;--guest-bg:var(--guest-page-bg);--guest-bg-image:none;position:relative;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background-color:var(--guest-bg);background-image:var(--guest-bg-image);background-repeat:no-repeat;color:var(--guest-page-text);isolation:isolate}.guest-page-shell p{color:inherit}.guest-page-shell:after{content:"";position:fixed;inset:0;background-image:var(--guest-bg-pattern);background-size:var(--guest-bg-pattern-size);pointer-events:none;z-index:-1}.guest-view-container{position:relative;flex:1 1;display:flex;flex-direction:column;padding-bottom:calc(52px + env(safe-area-inset-bottom))}@keyframes hero-shrink{0%{height:var(--start-hero-height,240px)}to{height:80px}}@keyframes hero-expand{0%{max-height:80px}to{max-height:var(--start-hero-height,300px)}}@keyframes content-from-right{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:none}}@keyframes content-from-left{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:none}}@keyframes content-fade{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:none}}@keyframes hero-bg-enter{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:none}}@keyframes hero-content-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes content-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes tab-bar-enter{0%{transform:translateY(100%)}to{transform:none}}.guest-view-animate{display:flex;flex-direction:column;flex:1 1}.guest-branded-header.hero-morph{overflow:hidden;animation:hero-shrink .5s cubic-bezier(.16,1,.3,1) both}.guest-branded-header.hero-morph .guest-branded-header-hero-bg,.guest-branded-header.hero-morph .guest-branded-header-hero-scrim,.guest-branded-header.hero-morph .guest-branded-header-top{height:100%}.guest-view-from-top .start-view-hero-gradient,.guest-view-from-top .start-view-hero-section{animation:hero-expand .5s cubic-bezier(.16,1,.3,1) both}.guest-view-from-right .checkout-content,.guest-view-from-right .order-status-hero,.guest-view-from-right .order-view-content,.guest-view-from-right .pay-bill-content,.guest-view-from-right .tips-view-content{animation:content-from-right .4s cubic-bezier(.16,1,.3,1) both}.guest-view-from-left .checkout-content,.guest-view-from-left .order-status-hero,.guest-view-from-left .order-view-content,.guest-view-from-left .pay-bill-content,.guest-view-from-left .tips-view-content{animation:content-from-left .4s cubic-bezier(.16,1,.3,1) both}.guest-view-fade .checkout-content,.guest-view-fade .order-status-hero,.guest-view-fade .order-view-content,.guest-view-fade .pay-bill-content,.guest-view-fade .tips-view-content{animation:content-fade .35s cubic-bezier(.16,1,.3,1) both}.guest-view-from-bottom .checkout-content,.guest-view-from-bottom .order-status-hero,.guest-view-from-bottom .order-view-content,.guest-view-from-bottom .pay-bill-content,.guest-view-from-bottom .tips-view-content,.guest-view-from-top .checkout-content,.guest-view-from-top .order-status-hero,.guest-view-from-top .order-view-content,.guest-view-from-top .pay-bill-content,.guest-view-from-top .tips-view-content{animation:content-enter .45s cubic-bezier(.16,1,.3,1) .12s both}.guest-tab-bar-enter{animation:tab-bar-enter .4s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion:reduce){.guest-branded-header.hero-morph,.guest-tab-bar-enter,.guest-view-fade .checkout-content,.guest-view-fade .order-status-hero,.guest-view-fade .order-view-content,.guest-view-fade .pay-bill-content,.guest-view-fade .tips-view-content,.guest-view-from-bottom .checkout-content,.guest-view-from-bottom .order-status-hero,.guest-view-from-bottom .order-view-content,.guest-view-from-bottom .pay-bill-content,.guest-view-from-bottom .tips-view-content,.guest-view-from-left .checkout-content,.guest-view-from-left .order-status-hero,.guest-view-from-left .order-view-content,.guest-view-from-left .pay-bill-content,.guest-view-from-left .tips-view-content,.guest-view-from-right .checkout-content,.guest-view-from-right .order-status-hero,.guest-view-from-right .order-view-content,.guest-view-from-right .pay-bill-content,.guest-view-from-right .tips-view-content,.guest-view-from-top .checkout-content,.guest-view-from-top .order-status-hero,.guest-view-from-top .order-view-content,.guest-view-from-top .pay-bill-content,.guest-view-from-top .start-view-hero-gradient,.guest-view-from-top .start-view-hero-section,.guest-view-from-top .tips-view-content{animation:none!important}}.guest-branded-header{position:sticky;top:0;z-index:20;background:var(--guest-header-bg-alpha,var(--guest-header-bg));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:box-shadow .2s ease}.guest-branded-header.scrolled{box-shadow:0 1px 3px rgba(0,0,0,.06)}.guest-branded-header-top{display:flex;align-items:center;gap:10px;padding:10px 20px}.guest-branded-header-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:10px;color:var(--guest-header-text);margin:-4px 0 -4px -4px;transition:background .15s;-webkit-tap-highlight-color:transparent}.guest-branded-header-back:hover{background:rgba(0,0,0,.04)}.guest-branded-header-logo{width:28px;height:28px;object-fit:contain;border-radius:6px;flex-shrink:0}.guest-branded-header-info{flex:1 1;min-width:0;display:flex;flex-direction:column}.guest-branded-header-name{font-size:.9375rem;font-weight:600;color:var(--guest-header-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guest-branded-header-table{opacity:.55}.guest-branded-header-badge,.guest-branded-header-table{font-size:.75rem;color:var(--guest-header-text);white-space:nowrap}.guest-branded-header-badge{opacity:.6;flex-shrink:0}.guest-branded-header.hero-active{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.guest-branded-header.hero-active.scrolled{box-shadow:none}.guest-branded-header-hero-bg{position:absolute;top:0;left:0;right:0;height:80px;z-index:0;overflow:hidden}.guest-branded-header-hero-bg img{width:100%;height:100%;object-fit:cover;display:block}.guest-branded-header-hero-wave{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.guest-branded-header-hero-scrim{position:absolute;top:0;left:0;right:0;height:80px;background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.25));z-index:1}.guest-branded-header.hero-active .guest-branded-header-top{position:relative;z-index:2;height:80px;align-items:flex-end;padding-bottom:12px}.guest-branded-header-toolbar{position:relative;z-index:2;background:var(--guest-page-bg);padding-top:8px}.guest-branded-header.hero-active .guest-branded-header-back{color:#fff}.guest-branded-header.hero-active .guest-branded-header-back:hover{background:hsla(0,0%,100%,.12)}.guest-branded-header.hero-active .guest-branded-header-name{color:#fff}.guest-branded-header.hero-active .guest-branded-header-table{color:hsla(0,0%,100%,.75);opacity:1}.guest-branded-header.hero-active .guest-branded-header-logo{border:2px solid hsla(0,0%,100%,.3)}.guest-error,.guest-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:24px;text-align:center;gap:16px;color:var(--guest-secondary-text)}.guest-error-brand{font-size:3rem;font-weight:800;letter-spacing:-1px;color:#1a1a1a;line-height:1;margin-bottom:8px;-webkit-user-select:none;user-select:none}.guest-error-brand span{color:#f3b025}.guest-error-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0}.guest-error-hint{font-size:.9375rem;color:#6b7280;margin:0}.guest-error-retry{margin-top:12px;padding:12px 32px;font-size:.9375rem;font-weight:600;color:#1a1a1a;background:#f3b025;border:none;border-radius:12px;cursor:pointer;transition:opacity .15s;-webkit-tap-highlight-color:transparent;min-height:44px}.guest-error-retry:active{opacity:.8}.guest-loading-spinner{width:36px;height:36px;border:3px solid var(--guest-surface-bg);border-top-color:var(--guest-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.spinner-svg{animation:spin .8s linear infinite}.guest-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:52px;padding-bottom:env(safe-area-inset-bottom);background:var(--guest-page-bg-alpha,hsla(0,0%,100%,.92));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 -1px 0 rgba(0,0,0,.06);display:flex;justify-content:space-around;align-items:center;z-index:100}.guest-tab-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 16px;min-height:44px;background:transparent;border:none;cursor:pointer;color:var(--guest-secondary-text);transition:color .2s ease;-webkit-tap-highlight-color:transparent}.guest-tab-button.active{color:var(--guest-accent)}.guest-tab-icon-wrapper{position:relative}.guest-tab-badge,.guest-tab-icon-wrapper{display:flex;align-items:center;justify-content:center}.guest-tab-badge{position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;color:var(--guest-accent-contrast,#fff);background:var(--guest-accent);border-radius:9px}.start-view{flex:1 1;display:flex;flex-direction:column;background:transparent;min-height:100vh;min-height:100dvh}.start-view-header{padding:56px 20px 0;background:transparent}.start-view-restaurant-name{font-size:28px;font-weight:700;color:var(--guest-header-text);line-height:1.2;margin:0}.start-view-table-label{font-size:15px;color:var(--guest-header-text);opacity:.6;margin-top:8px}.start-view-info{padding:16px 20px 0;display:flex;flex-direction:column;gap:12px}.start-view-info-item{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--guest-secondary-text);line-height:1.4}.start-view-info-icon{flex-shrink:0;margin-top:1px;color:var(--guest-secondary-text)}.start-view-info-label{font-weight:600;color:var(--guest-page-text)}.start-view-spacer{flex:1 1}.start-view-buttons{padding:0 20px 48px;display:flex;flex-direction:column;gap:12px}.start-view-disabled-notice{padding:32px 20px 48px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.start-view-disabled-icon{color:var(--guest-accent,#9ca3af);opacity:.6;margin-bottom:4px}.start-view-disabled-title{font-size:15px;font-weight:600;color:var(--guest-page-text);margin:0}.start-view-disabled-subtitle{font-size:13px;color:var(--guest-secondary-text);margin:0}.start-view-action-button{width:100%;display:flex;align-items:center;gap:16px;background:var(--guest-card-bg);color:var(--guest-card-text);padding:20px;border-radius:var(--guest-btn-radius);border:1.5px solid var(--guest-border);text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.06);-webkit-tap-highlight-color:transparent}.start-view-action-button:active{transform:scale(.98)}.start-view-action-button:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.start-view-action-icon{width:48px;height:48px;min-width:48px;display:grid;place-items:center;background:rgba(var(--guest-accent-rgb),.12);border-radius:14px;color:var(--guest-accent)}.start-view-action-icon.primary{background:var(--guest-accent);color:var(--guest-accent-contrast)}.start-view-action-text{flex:1 1}.start-view-action-title{font-size:16px;font-weight:600;color:var(--guest-page-text);line-height:1.3}.start-view-action-subtitle{font-size:13px;color:var(--guest-secondary-text);margin-top:2px}.start-view-legal{padding-top:24px;text-align:center;opacity:.6}.start-view-legal p{font-size:11px;line-height:1.6;color:var(--guest-secondary-text)}.start-view-legal-link{color:var(--guest-page-text);text-decoration:underline;-webkit-text-decoration-color:rgba(0,0,0,.2);text-decoration-color:rgba(0,0,0,.2);text-underline-offset:2px}.start-view-action-button.filled{background:var(--guest-accent);border-color:var(--guest-accent)}.start-view-action-button.filled .start-view-action-title{color:var(--guest-accent-contrast,var(--guest-page-text))}.start-view-action-button.filled .start-view-action-subtitle{color:var(--guest-accent-contrast-muted,var(--guest-secondary-text))}.start-view-action-button.filled .start-view-action-icon{background:rgba(0,0,0,.08);color:var(--guest-accent-contrast,var(--guest-page-text))}.start-view-action-button.filled .start-view-action-icon.primary{background:rgba(0,0,0,.12);color:var(--guest-accent-contrast,var(--guest-page-text))}.start-view-action-button.ghost{background:transparent;border-color:transparent;box-shadow:none}.start-view-action-button.dark{background:var(--guest-accent);border-color:var(--guest-accent)}.start-view-action-button.dark .start-view-action-title{color:var(--guest-accent-contrast,var(--guest-page-text))}.start-view-action-button.dark .start-view-action-subtitle{color:var(--guest-accent-contrast-muted,var(--guest-secondary-text))}.start-view-action-button.dark .start-view-action-icon{background:rgba(0,0,0,.08);color:var(--guest-accent-contrast,var(--guest-page-text))}.start-view-action-button.dark .start-view-action-icon.primary{background:rgba(0,0,0,.12);color:var(--guest-accent-contrast,var(--guest-page-text))}.start-view-action-button.ghost.dark{background:transparent;border-color:transparent;box-shadow:none}.start-view-action-button.ghost.dark .start-view-action-title{color:var(--guest-accent)}.start-view-action-button.ghost.dark .start-view-action-icon{background:rgba(var(--guest-accent-rgb),.12);color:var(--guest-accent)}.start-view-logo{width:64px;height:64px;object-fit:contain;margin-bottom:12px}.start-view-welcome{font-size:15px;color:var(--guest-secondary-text);margin-top:8px;line-height:1.4}.start-view-hero-section{position:relative;width:100%;border-radius:0 0 var(--guest-hero-radius,0) var(--guest-hero-radius,0);overflow:hidden}.start-view-hero-section img{width:100%;height:240px;object-fit:cover;display:block}.start-view-hero-section .start-view-hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 20px 20px;background:linear-gradient(transparent,rgba(0,0,0,.55));display:flex;align-items:flex-end;gap:12px}.start-view-hero-section .start-view-hero-overlay .start-view-restaurant-name{color:#fff}.start-view-hero-section .start-view-hero-overlay .start-view-table-label{color:hsla(0,0%,100%,.75)}.start-view-hero-section .start-view-hero-overlay .start-view-logo{width:48px;height:48px;border-radius:10px;border:2px solid hsla(0,0%,100%,.3);margin-bottom:0}.start-view-hero-overlay.logo-right{flex-direction:row-reverse}.start-view-hero-overlay.logo-top{flex-direction:column;align-items:flex-start}.start-view-hero-overlay.logo-bottom{flex-direction:column-reverse;align-items:flex-start}.start-view-header.logo-left,.start-view-header.logo-right{display:flex;align-items:flex-end;gap:12px}.start-view-header.logo-right{flex-direction:row-reverse}.start-view-header.logo-top{display:flex;flex-direction:column;gap:8px}.start-view-header.logo-bottom{display:flex;flex-direction:column-reverse;gap:8px}.start-view-header.align-center.logo-left,.start-view-header.align-center.logo-right{justify-content:center}.start-view-header.align-right.logo-left,.start-view-header.align-right.logo-right{justify-content:flex-end}.start-view-header.align-center.logo-bottom,.start-view-header.align-center.logo-top{align-items:center}.start-view-header.align-right.logo-bottom,.start-view-header.align-right.logo-top{align-items:flex-end}.align-center .start-view-hero-overlay.logo-left,.align-center .start-view-hero-overlay.logo-right{justify-content:center}.align-center .start-view-hero-overlay.logo-bottom,.align-center .start-view-hero-overlay.logo-top{align-items:center}.align-right .start-view-hero-overlay.logo-left,.align-right .start-view-hero-overlay.logo-right{justify-content:flex-end}.align-right .start-view-hero-overlay.logo-bottom,.align-right .start-view-hero-overlay.logo-top{align-items:flex-end}.start-view-header-floating{margin:-40px 20px 0;padding:16px 20px;background:var(--guest-header-bg);border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1);position:relative;z-index:2}.start-view-header-floating .start-view-restaurant-name{color:var(--guest-header-text)}.start-view-header-floating .start-view-table-label{color:var(--guest-header-text);opacity:.6}.start-view-header-banner{padding:16px 20px;background:var(--guest-header-bg)}.start-view-header-banner .start-view-restaurant-name{color:var(--guest-header-text)}.start-view-header-banner .start-view-table-label{color:var(--guest-header-text);opacity:.6}.align-center{text-align:center}.align-center .start-view-logo{margin-left:auto;margin-right:auto}.align-center .start-view-info-item{justify-content:center}.align-right{text-align:right}.align-right .start-view-logo{margin-left:auto}.align-right .start-view-info-item{justify-content:flex-end}.start-view-description{font-size:14px;color:var(--guest-secondary-text);margin-top:6px;line-height:1.4}.order-view{flex:1 1;background:transparent}.order-view-header{position:sticky;top:0;z-index:20;background:var(--guest-header-bg-alpha,var(--guest-header-bg));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:12px 20px 0;transition:box-shadow .2s ease}.order-view-header.scrolled{box-shadow:0 1px 3px rgba(0,0,0,.06)}.order-view-header-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.order-view-back-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:12px;color:var(--guest-page-text);transition:background .15s;margin:-10px;-webkit-tap-highlight-color:transparent}.order-view-back-button:hover{background:var(--guest-surface-bg)}.order-view-title{flex:1 1;font-size:18px;font-weight:600;color:var(--guest-page-text);margin:0}.order-view-search{margin-bottom:12px}.order-view-search-input{width:100%;padding:12px 16px;background:var(--guest-surface-bg);border:1px solid var(--guest-surface-bg);border-radius:12px;font-size:15px;color:var(--guest-page-text);outline:none;transition:border-color .2s,background .2s}.order-view-search-input::placeholder{color:var(--guest-secondary-text)}.order-view-search-input:focus{border-color:var(--guest-accent);background:var(--guest-card-bg)}.order-view-categories{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:12px;mask-image:linear-gradient(90deg,#000 85%,transparent);-webkit-mask-image:linear-gradient(90deg,#000 85%,transparent)}.order-view-categories::-webkit-scrollbar{display:none}.order-view-category-tab{padding:8px 16px;background:var(--guest-surface-bg);border:none;border-radius:20px;font-size:14px;font-weight:500;color:var(--guest-secondary-text);white-space:nowrap;flex-shrink:0;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.order-view-category-tab.active{background:var(--guest-accent);color:var(--guest-accent-contrast);font-weight:600}.order-view-category-indicator{display:none}.order-view-content{flex:1 1;padding:8px 20px calc(80px + env(safe-area-inset-bottom))}.order-view-error,.order-view-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:48px 24px;text-align:center;color:var(--guest-secondary-text);gap:12px}.menu-section{padding:0 0 8px}.menu-section h2{font-size:22px;font-weight:700;color:var(--guest-card-text);margin:0;padding:12px 0}.menu-grid{display:flex;flex-direction:column;gap:0}.menu-card{display:flex;align-items:flex-start;gap:16px;padding:16px 0;background:transparent;border:none;border-bottom:1px solid var(--guest-surface-bg);cursor:pointer;-webkit-tap-highlight-color:transparent}.menu-card:last-child{border-bottom:none}.menu-card:hover{background:transparent}.menu-card.disabled,.menu-card.unavailable{opacity:.5;pointer-events:none}.menu-card-content{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.menu-card-title{font-size:16px;font-weight:600;color:var(--guest-page-text);line-height:1.3;-webkit-line-clamp:1}.menu-card-description,.menu-card-title{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.menu-card-description{font-size:14px;color:var(--guest-secondary-text);line-height:1.4;-webkit-line-clamp:2}.menu-card-meta{display:flex;gap:8px;margin-top:2px}.menu-card-weight{font-size:13px;color:var(--guest-secondary-text)}.menu-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.menu-card-price{font-size:15px;font-weight:600;color:var(--guest-page-text)}.menu-card-add{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--guest-accent);color:var(--guest-accent-contrast);border:none;border-radius:50%;font-size:18px;font-weight:600;cursor:pointer;transition:transform .15s;padding:0;position:relative;-webkit-tap-highlight-color:transparent}.menu-card-add:before{content:"";position:absolute;inset:-8px}.menu-card-add:active{transform:scale(.9)}.menu-card-qty{display:flex;align-items:center;gap:6px}.menu-card-qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--guest-accent);color:var(--guest-accent-contrast);border:none;border-radius:50%;font-size:14px;cursor:pointer;transition:transform .15s;position:relative;-webkit-tap-highlight-color:transparent}.menu-card-qty-btn:before{content:"";position:absolute;inset:-8px}.menu-card-qty-btn:active{transform:scale(.9)}.menu-card-qty-btn svg{width:14px;height:14px}.menu-card-qty-value{min-width:16px;text-align:center;font-size:14px;font-weight:600;color:var(--guest-page-text)}.menu-card-unavailable{font-size:12px;color:#ef4444;margin-top:4px}.menu-card-image{width:100px;height:100px;min-width:100px;border-radius:12px;overflow:hidden;background:var(--guest-surface-bg)}.menu-card-image img{width:100%;height:100%;object-fit:cover}.menu-card-head{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.menu-card-head h3{font-size:16px;margin:0;line-height:1.3}.menu-card-head .price,.menu-card-head h3{font-weight:600;color:var(--guest-page-text)}.menu-card-head .price{font-size:15px;margin-top:4px}.menu-card .tag-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.menu-card .tag-list .chip{font-size:11px;padding:2px 8px;background:var(--guest-surface-bg);color:var(--guest-secondary-text);border-radius:6px}.menu-card .tag-list .availability-badge{font-size:11px;padding:2px 8px;background:#fef2f2;color:#ef4444;border-radius:6px}.menu-card .actions,.menu-card .nutrition-mini{display:none}@keyframes bs-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bs-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bs-slide-up-centered{0%{transform:translateX(-50%) translateY(100%)}to{transform:translateX(-50%) translateY(0)}}.bs-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;animation:bs-fade-in .2s ease}.bs-sheet{position:fixed;bottom:0;left:0;right:0;max-height:92dvh;background:var(--guest-card-bg-solid,#fff);color:var(--guest-card-text);border-radius:20px 20px 0 0;z-index:201;display:flex;flex-direction:column;animation:bs-slide-up .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.bs-sheet-fullscreen{max-height:100dvh;height:100dvh;border-radius:0;justify-content:center}.bs-handle{display:flex;justify-content:center;padding:12px 0 4px;flex-shrink:0}.bs-handle:after{content:"";width:36px;height:4px;background:var(--guest-border);border-radius:2px}.bs-close{position:absolute;top:12px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);color:#fff;border:none;border-radius:50%;cursor:pointer;z-index:5;font-size:18px;-webkit-tap-highlight-color:transparent}.bs-close-no-image{position:static;align-self:flex-end;margin:4px 16px 0 0;background:var(--guest-surface-bg);color:var(--guest-secondary-text)}.bs-body{flex:1 1;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--guest-border) transparent}.bs-body::-webkit-scrollbar{width:6px}.bs-body::-webkit-scrollbar-track{background:transparent}.bs-body::-webkit-scrollbar-thumb{background:var(--guest-border);border-radius:3px}.bs-hero-image{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--guest-surface-bg);display:block}.bs-content{padding:20px}.bs-item-name{font-size:22px;font-weight:700;color:var(--guest-page-text);margin:0 0 8px}.bs-item-description{font-size:15px;color:var(--guest-secondary-text);line-height:1.5;margin:0 0 16px}.bs-nutrition-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.bs-nutrition-chip{padding:4px 10px;background:var(--guest-surface-bg);border-radius:8px;font-size:12px;color:var(--guest-page-text)}.bs-section{margin-top:20px;padding-top:20px;border-top:1px solid var(--guest-surface-bg)}.bs-section-title{font-size:16px;font-weight:600;color:var(--guest-page-text);margin:0 0 12px}.bs-section-subtitle{font-size:13px;color:var(--guest-secondary-text);font-weight:400;margin-left:8px}.bs-section-badge{display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;margin-left:8px;vertical-align:middle;text-transform:uppercase;letter-spacing:.03em}.bs-section-badge-required{background:#fef9eb;color:var(--guest-accent)}.bs-section-badge-optional{background:var(--guest-surface-bg);color:var(--guest-secondary-text)}.bs-section-count{font-size:13px;font-weight:500;color:var(--guest-secondary-text);margin-left:8px;vertical-align:middle}.bs-option-list{display:flex;flex-direction:column;gap:0}.bs-option{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--guest-surface-bg);cursor:pointer;min-height:44px;-webkit-tap-highlight-color:transparent}.bs-option:last-child{border-bottom:none}.bs-option-left{display:flex;align-items:center;gap:12px;flex:1 1}.bs-option-checkbox,.bs-option-radio{width:22px;height:22px;border:2px solid var(--guest-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.bs-option-radio{border-radius:50%}.bs-option.selected .bs-option-radio{border-color:var(--guest-accent)}.bs-option.selected .bs-option-radio:after{content:"";width:10px;height:10px;background:var(--guest-accent);border-radius:50%}.bs-option-stepper{display:flex;align-items:center;gap:0;height:26px;border:2px solid var(--guest-border);border-radius:6px;overflow:hidden;flex-shrink:0;transition:border-color .15s ease}.bs-option.selected .bs-option-stepper{border-color:var(--guest-accent)}.bs-stepper-btn{width:26px;height:100%;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:15px;font-weight:600;color:var(--guest-page-text);padding:0;-webkit-tap-highlight-color:transparent;transition:background .1s ease}.bs-stepper-btn:active:not(:disabled){background:var(--guest-surface-bg)}.bs-stepper-btn:disabled{color:var(--guest-border);cursor:default}.bs-stepper-count{width:22px;text-align:center;font-size:13px;font-weight:600;line-height:1}.bs-option-name,.bs-option.selected .bs-stepper-count,.bs-stepper-count{color:var(--guest-page-text)}.bs-option-name{font-size:15px}.bs-option-price{font-size:14px;color:var(--guest-secondary-text);white-space:nowrap}.bs-option-qty{display:flex;align-items:center;gap:12px}.bs-option-qty button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--guest-surface-bg);border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;color:var(--guest-page-text);transition:background .15s;-webkit-tap-highlight-color:transparent}.bs-option-qty button:disabled{opacity:.3;cursor:default}.bs-option-qty span{min-width:20px;text-align:center;font-weight:600}.bs-note-field,.bs-option-qty span{font-size:15px;color:var(--guest-page-text)}.bs-note-field{width:100%;padding:12px 16px;background:var(--guest-surface-bg);border:1px solid var(--guest-surface-bg);border-radius:12px;resize:vertical;outline:none;transition:border-color .2s;font-family:inherit}.bs-note-field::placeholder{color:var(--guest-secondary-text)}.bs-note-field:focus{border-color:var(--guest-accent)}.bs-note-label{font-size:15px;font-weight:500;color:var(--guest-page-text);margin-bottom:8px;display:block}.bs-cart-section{border-top:1px solid var(--guest-divider)}.bs-cart-entry{display:flex;align-items:center;justify-content:space-between;padding:8px 0;gap:12px}.bs-cart-entry+.bs-cart-entry{border-top:1px solid var(--guest-divider)}.bs-cart-entry-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.bs-cart-entry-name{font-size:14px;font-weight:500;color:var(--guest-page-text)}.bs-cart-entry-note,.bs-cart-entry-size{font-size:13px;color:var(--guest-secondary-text)}.bs-cart-entry-note{font-style:italic}.bs-cart-entry-controls{flex-shrink:0}.bs-error{padding:10px 16px;background:#fef2f2;border-radius:10px;color:#ef4444;font-size:14px;margin-top:12px}.bs-footer{padding:16px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--guest-surface-bg);background:var(--guest-card-bg);flex-shrink:0}.bs-footer,.bs-quantity-stepper{display:flex;align-items:center;gap:12px}.bs-quantity-stepper{background:var(--guest-surface-bg);border-radius:12px;padding:4px}.bs-quantity-stepper button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--guest-card-bg);border:none;border-radius:10px;cursor:pointer;font-size:18px;font-weight:600;color:var(--guest-page-text);transition:background .15s;-webkit-tap-highlight-color:transparent}.bs-quantity-stepper span{min-width:24px;text-align:center;font-size:17px;font-weight:600;color:var(--guest-page-text)}.bs-add-button{flex:1 1;padding:14px 20px;background:var(--guest-accent);color:var(--guest-accent-contrast);font-size:16px;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:transform .15s;-webkit-tap-highlight-color:transparent}.bs-add-button:active{transform:scale(.98)}.bs-add-button:disabled{opacity:.5;cursor:default}.floating-cart{position:fixed;bottom:calc(64px + 16px + env(safe-area-inset-bottom));left:20px;right:20px;background:var(--guest-accent);border-radius:16px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;color:var(--guest-accent-contrast);box-shadow:0 8px 24px rgba(var(--guest-accent-rgb),.35);z-index:50;cursor:pointer;-webkit-tap-highlight-color:transparent}.floating-cart-count{background:rgba(0,0,0,.12);padding:4px 12px;border-radius:8px;font-weight:600;font-size:14px}.floating-cart-total{font-size:16px;font-weight:700}.floating-cart-action{font-weight:500;font-size:14px;opacity:.7}.checkout-view{flex:1 1;background:transparent}.checkout-header{display:flex;align-items:center;padding:12px 20px;background:var(--guest-header-bg-alpha,var(--guest-header-bg));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--guest-surface-bg)}.checkout-back-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;margin:-10px 8px -10px -10px;background:transparent;border:none;cursor:pointer;border-radius:12px;color:var(--guest-page-text);-webkit-tap-highlight-color:transparent}.checkout-title{flex:1 1;font-size:18px;font-weight:600;color:var(--guest-page-text);margin:0}.checkout-header-spacer{width:44px}.checkout-content{flex:1 1;padding:16px 20px 24px}.checkout-card{background:var(--guest-card-bg);color:var(--guest-card-text);border-radius:16px;padding:20px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.checkout-card-title{font-size:16px;font-weight:600;color:var(--guest-page-text);margin:0 0 16px}.checkout-items{display:flex;flex-direction:column;gap:16px}.checkout-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.checkout-item-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.checkout-item-name{font-size:15px;font-weight:500;color:var(--guest-page-text)}.checkout-item-mods,.checkout-item-note,.checkout-item-size{font-size:13px;color:var(--guest-secondary-text)}.checkout-item-note{font-style:italic}.checkout-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.checkout-quantity{display:flex;align-items:center;gap:12px;background:var(--guest-surface-bg);border-radius:10px;padding:4px}.checkout-quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--guest-card-bg);border:none;border-radius:8px;cursor:pointer;color:var(--guest-page-text);transition:background .15s;-webkit-tap-highlight-color:transparent}.checkout-quantity-btn:active{background:var(--guest-surface-bg)}.checkout-quantity-value{min-width:20px;text-align:center}.checkout-item-price,.checkout-quantity-value{font-size:15px;font-weight:600;color:var(--guest-page-text)}.checkout-tip-display{text-align:center;margin-bottom:20px}.checkout-tip-amount{font-size:36px;font-weight:300;color:var(--guest-page-text)}.checkout-summary{background:var(--guest-card-bg)}.checkout-summary-row{display:flex;justify-content:space-between;font-size:15px;color:var(--guest-page-text);margin-bottom:8px}.fee-crossed{text-decoration:line-through;opacity:.5;margin-right:6px}.checkout-divider{height:1px;background:var(--guest-surface-bg);margin:12px 0}.checkout-summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;color:var(--guest-page-text);margin-bottom:16px}.tip-fee-reveal{max-height:0;opacity:0;overflow:hidden;transition:max-height .25s ease,opacity .2s ease}.tip-fee-reveal.visible{max-height:96px;opacity:1}.tip-fee-amount-row{display:flex;justify-content:space-between;font-size:13px;color:var(--guest-secondary-text);padding:2px 0 4px}.checkout-service-fee-toggle{display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px 0;min-height:44px}.checkout-service-fee-toggle input[type=checkbox]{display:none}.checkout-checkbox-custom{width:22px;height:22px;border:2px solid var(--guest-border);border-radius:6px;background:var(--guest-card-bg);display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.checkout-service-fee-toggle input[type=checkbox]:checked+.checkout-checkbox-custom{background:var(--guest-accent);border-color:var(--guest-accent)}.checkout-service-fee-toggle input[type=checkbox]:checked+.checkout-checkbox-custom:after{content:"\2713";color:var(--guest-accent-contrast);font-size:14px;font-weight:700}.checkout-service-fee-label{font-size:14px;color:var(--guest-page-text);line-height:1.4}.pms{position:relative;margin-bottom:12px}.pms-pay-group{display:flex;flex-direction:column}.pms-pay-group .pms{margin-bottom:0}.pms-pay-group .pms-selected{border-radius:14px 14px 0 0;border-bottom-color:transparent}.pms-pay-group .bs-add-button,.pms-pay-group .checkout-pay-button{margin-top:0;border-radius:0 0 14px 14px;width:100%}.pms-selected{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:1.5px solid var(--guest-card-border,rgba(0,0,0,.12));border-radius:12px;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;color:var(--guest-page-text);font-size:14px}.pms-selected-icon{display:flex;flex-shrink:0}.pms-selected-label{font-weight:600}.pms-selected-fee{opacity:.55;font-size:13px}.pms-savings{font-size:12px;font-weight:600;color:#16a34a;margin-left:auto}.pms-chevron{display:flex;margin-left:auto;transform:rotate(90deg);transition:transform .2s ease;opacity:.4}.pms-savings+.pms-chevron{margin-left:4px}.pms-chevron-open{transform:rotate(-90deg)}.pms-dropdown{position:absolute;left:0;right:0;bottom:calc(100% + 4px);z-index:20;background:var(--guest-card-bg,#fff);border:1.5px solid var(--guest-card-border,rgba(0,0,0,.12));border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden}.pms-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:12px 14px;border:none;background:transparent;cursor:pointer;color:var(--guest-page-text);font-size:14px;-webkit-tap-highlight-color:transparent;transition:background .1s ease}.pms-dropdown-item+.pms-dropdown-item{border-top:1px solid var(--guest-card-border,rgba(0,0,0,.08))}.pms-dropdown-item:active{background:rgba(0,0,0,.04)}.pms-dropdown-active{background:rgba(var(--guest-accent-rgb,0,0,0),.06)}.pms-dropdown-icon{display:flex;flex-shrink:0}.pms-dropdown-label{font-weight:600}.pms-dropdown-fee{opacity:.55;font-size:13px}.checkout-fee-crossed{text-decoration:line-through;opacity:.5;margin-left:4px}.checkout-pay-button{width:100%;margin-top:16px;background:var(--guest-accent);color:var(--guest-accent-contrast);font-size:17px;font-weight:700;padding:16px 24px;border:none;border-radius:14px;cursor:pointer;transition:transform .15s ease;-webkit-tap-highlight-color:transparent}.checkout-pay-button:active{transform:scale(.98)}.checkout-pay-button:disabled{opacity:.6;cursor:default}.guest-page-shell .nutrition-summary{display:flex;flex-wrap:wrap;gap:8px;padding:16px 20px;background:var(--guest-card-bg);border:none;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.06);color:var(--guest-secondary-text);font-size:13px;margin-bottom:12px}.guest-page-shell .nutrition-summary .status{width:100%;color:var(--guest-page-text);font-weight:600;font-size:14px;margin:0 0 4px}.guest-page-shell .nutrition-summary>span{padding:4px 10px;background:var(--guest-surface-bg);border-radius:8px;font-size:12px;color:var(--guest-page-text)}.checkout-verification-notice{padding:12px 16px;background:#fefce8;border:1px solid #fde68a;border-radius:10px;color:#92400e;font-size:13px;line-height:1.4}.checkout-error{padding:12px;background:#fef2f2;border-radius:10px;margin-top:12px}.checkout-error p{color:#ef4444;font-size:14px;margin:0}.checkout-success{padding:12px;background:#f0fdf4;border-radius:10px;margin-top:12px}.checkout-success p{color:#16a34a;font-size:14px;margin:0}.checkout-empty{text-align:center;padding:48px 24px}.checkout-empty-icon{margin-bottom:16px;color:var(--guest-border)}.checkout-empty p{color:var(--guest-secondary-text);margin-bottom:16px}.checkout-browse-button{padding:12px 24px;background:var(--guest-accent);color:var(--guest-accent-contrast);font-size:15px;font-weight:600;border:none;border-radius:12px;cursor:pointer;-webkit-tap-highlight-color:transparent}.pay-bill-view{flex:1 1;background:transparent}.pay-bill-header{display:flex;align-items:center;padding:12px 20px;background:var(--guest-header-bg-alpha,var(--guest-header-bg));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--guest-surface-bg)}.pay-bill-back-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;margin:-10px 8px -10px -10px;background:transparent;border:none;cursor:pointer;border-radius:12px;color:var(--guest-page-text);-webkit-tap-highlight-color:transparent}.pay-bill-title{flex:1 1;font-size:18px;font-weight:600;color:var(--guest-page-text);margin:0}.pay-bill-header-spacer{width:44px}.pay-bill-content{flex:1 1;padding:16px 20px 24px}.checkout-has-footer .checkout-content,.pay-bill-has-footer .pay-bill-content{padding-bottom:240px}.pay-bill-sticky-footer{position:fixed;bottom:calc(52px + env(safe-area-inset-bottom));left:0;right:0;background:var(--guest-page-bg-alpha,hsla(0,0%,100%,.92));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--guest-surface-bg);padding:12px 20px;z-index:30}.pay-bill-sticky-footer .checkout-pay-button{margin-top:0}.receipt-email-input{width:100%;padding:12px 16px;font-size:15px;border:1px solid var(--guest-border,#e5e7eb);border-radius:12px;background:var(--guest-card-bg,#fff);color:var(--guest-card-text,#111);margin-bottom:10px;outline:none;box-sizing:border-box}.receipt-email-input:focus{border-color:var(--guest-accent,#f3b025)}.receipt-email-input.invalid,.receipt-email-input.invalid:focus{border-color:#ef4444}@keyframes email-shake{0%,to{transform:translateX(0)}15%{transform:translateX(-6px)}30%{transform:translateX(5px)}45%{transform:translateX(-4px)}60%{transform:translateX(3px)}75%{transform:translateX(-2px)}}.receipt-email-input.shake{animation:email-shake .4s ease}.bs-add-button.pay-blocked,.checkout-pay-button.pay-blocked{opacity:.6;cursor:default}.pay-bill-card{background:var(--guest-card-bg);color:var(--guest-card-text);border-radius:16px;padding:20px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.pay-bill-card-title{font-size:16px;font-weight:600;margin-bottom:16px;color:var(--guest-page-text);display:flex;align-items:center;gap:8px}.pay-bill-order-card{cursor:pointer;transition:opacity .2s ease}.pay-bill-card-dimmed{opacity:.45}.pay-bill-order-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.pay-bill-order-header-text{flex:1 1;display:flex;flex-direction:column;gap:1px}.pay-bill-order-waiter{font-size:15px;font-weight:600;color:var(--guest-page-text);line-height:1.3}.pay-bill-order-time{font-size:12px;font-weight:400;color:var(--guest-secondary-text);line-height:1.3}.pay-bill-order-amount{font-size:16px;font-weight:700;color:var(--guest-page-text);white-space:nowrap;flex-shrink:0}.pay-bill-checkbox{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.pay-bill-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.pay-bill-checkbox-custom{width:22px;height:22px;border-radius:6px;border:2px solid var(--guest-border);background:var(--guest-card-bg);display:flex;align-items:center;justify-content:center;transition:all .15s ease}.pay-bill-checkbox input:checked+.pay-bill-checkbox-custom{background:var(--guest-accent);border-color:var(--guest-accent)}.pay-bill-checkbox input:checked+.pay-bill-checkbox-custom:after{content:"";display:block;width:6px;height:10px;border:solid var(--guest-accent-contrast);border-width:0 2.5px 2.5px 0;transform:rotate(45deg) translateY(-1px)}.pay-bill-items{display:flex;flex-direction:column;gap:6px}.pay-bill-item{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;font-size:14px}.pay-bill-item-info{flex:1 1;min-width:0}.pay-bill-item-info .cart-mod-chips{margin-top:2px}.pay-bill-item-name{color:var(--guest-secondary-text);font-weight:400}.pay-bill-item-price{font-weight:500;color:var(--guest-secondary-text);white-space:nowrap;font-size:13px}.pay-bill-inline-note{font-size:13px;font-weight:500;padding:6px 0 0}.pay-bill-inline-note.success{color:#16a34a}.pay-bill-inline-note.error{color:#ef4444}.pay-bill-divider{height:1px;background:var(--guest-surface-bg);margin:16px 0}.pay-bill-total{display:flex;justify-content:space-between;align-items:center}.pay-bill-total-label{font-size:18px;font-weight:600;color:var(--guest-secondary-text)}.pay-bill-total-value{font-size:18px;font-weight:700;color:var(--guest-page-text)}.pay-bill-empty{text-align:center;padding:48px 24px;color:var(--guest-secondary-text)}.pay-bill-empty-icon{margin-bottom:16px;color:var(--guest-border);display:flex;justify-content:center}.pay-bill-empty-hint{margin-top:8px;font-size:14px;color:var(--guest-secondary-text)}.pay-bill-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;color:var(--guest-secondary-text)}.pay-bill-pos-badge{margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600;text-transform:uppercase;background:var(--guest-surface-bg);color:var(--guest-secondary-text);border-radius:6px}.pay-bill-pos-order{margin-bottom:16px}.pay-bill-tip-display{text-align:center;margin-bottom:24px}.tip-input-wrapper{display:inline-flex;align-items:baseline}.tip-input-currency{width:0;overflow:visible;white-space:nowrap;pointer-events:none;margin-left:2px}.pay-bill-tip-amount,.tip-input-currency{font-size:42px;font-weight:300;color:var(--guest-page-text)}.pay-bill-tip-amount{display:block;margin-bottom:8px}.pay-bill-custom-tip-button{padding:8px 24px;background:var(--guest-surface-bg);border:none;border-radius:10px;font-size:14px;font-weight:500;color:var(--guest-secondary-text);cursor:pointer;transition:background .15s;-webkit-tap-highlight-color:transparent}.pay-bill-custom-tip-button:hover{background:var(--guest-border)}.pay-bill-grand-total,.pay-bill-tip-card{background:var(--guest-card-bg)}.pay-bill-tip-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pay-bill-tip-title{font-size:15px;font-weight:600;color:var(--guest-accent);margin:0 0 12px}.pay-bill-waiter-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;margin-bottom:12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pay-bill-waiter-scroll::-webkit-scrollbar{display:none}.pay-bill-waiter-chip{display:flex;align-items:center;gap:8px;padding:6px 14px 6px 6px;border-radius:100px;border:1.5px solid var(--guest-border);background:var(--guest-card-bg);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:border-color .15s,background .15s;-webkit-tap-highlight-color:transparent}.pay-bill-waiter-chip.selected{border-color:var(--guest-accent);background:color-mix(in srgb,var(--guest-accent) 10%,transparent)}.pay-bill-waiter-chip-photo{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0}.pay-bill-waiter-chip-photo img{width:100%;height:100%;object-fit:cover}.pay-bill-waiter-chip-photo .avatar-initials{width:36px!important;height:36px!important;font-size:13px!important}.pay-bill-waiter-chip-info{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.pay-bill-waiter-chip-name{font-size:14px;font-weight:500;color:var(--guest-page-text);line-height:1.2}.pay-bill-waiter-chip.selected .pay-bill-waiter-chip-name{color:var(--guest-page-text);font-weight:600}.pay-bill-waiter-chip-badge{font-size:11px;font-weight:600;color:var(--guest-accent);line-height:1.2}.pay-bill-waiter-chip-badge.paid{color:#16a34a}.pay-bill-waiter-chip-badge.failed{color:#ef4444}.pay-bill-waiter-chip.paid{border-color:#16a34a;opacity:.7}.pay-bill-tip-worker{display:flex;align-items:center;gap:12px;margin-bottom:12px}.pay-bill-tip-photo{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.pay-bill-tip-photo img{width:100%;height:100%;object-fit:cover}.pay-bill-tip-worker-info{display:flex;flex-direction:column}.pay-bill-tip-worker-name{font-size:15px;font-weight:600;color:var(--guest-page-text)}.pay-bill-tip-worker-role{font-size:13px;color:var(--guest-secondary-text)}.pay-bill-total-row{display:flex;justify-content:space-between;font-size:15px;margin-bottom:8px;color:var(--guest-page-text)}.pay-bill-total-row.sub{font-size:14px;color:var(--guest-secondary-text)}.pay-bill-error{text-align:center;padding:16px;color:#ef4444}.pay-bill-retry-button{margin-top:12px;padding:10px 24px;background:var(--guest-accent);color:var(--guest-accent-contrast);border:none;border-radius:10px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.pay-bill-item-paid{opacity:.45;pointer-events:none}.pay-bill-item-paid .pay-bill-item-price{display:none}.pay-bill-paid-badge{font-size:11px;font-weight:600;color:#16a34a;background:rgba(22,163,74,.1);padding:2px 8px;border-radius:6px;white-space:nowrap;flex-shrink:0}.pay-bill-paid-divider{height:1px;background:var(--guest-border);margin:4px 0}.pay-bill-qty-picker{display:flex;align-items:center;gap:0;margin-top:4px}.pay-bill-qty-picker button{width:32px;height:32px;border:1.5px solid var(--guest-border);background:var(--guest-surface-bg);color:var(--guest-page-text);font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;transition:background .15s,border-color .15s}.pay-bill-qty-picker button:first-child{border-radius:8px 0 0 8px}.pay-bill-qty-picker button:last-child{border-radius:0 8px 8px 0}.pay-bill-qty-picker button:active{background:var(--guest-border)}.pay-bill-qty-picker button:disabled{opacity:.35;cursor:default}.pay-bill-qty-value{min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;border-top:1.5px solid var(--guest-border);border-bottom:1.5px solid var(--guest-border);background:var(--guest-card-bg)}.pay-bill-item-remaining{font-size:12px;color:var(--guest-secondary-text);margin-top:2px}.tip-presets-grid{display:flex;gap:10px;margin-bottom:16px}.tip-presets-grid>*{flex:1 1;min-width:0}.tip-preset-button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 4px;background:var(--guest-card-bg);border:2px solid var(--guest-surface-bg);border-radius:14px;cursor:pointer;transition:all .2s ease;color:var(--guest-page-text);min-height:44px;-webkit-tap-highlight-color:transparent}.tip-preset-button:hover{border-color:var(--guest-border)}.tip-preset-button.selected{background:var(--guest-accent);border-color:var(--guest-accent);color:var(--guest-accent-contrast);transform:scale(1.02)}.tip-preset-percent{font-size:18px;font-weight:700;margin-bottom:2px}.tip-preset-amount{font-size:12px;color:inherit;opacity:.7}.tip-preset-button.selected .tip-preset-amount{color:inherit;opacity:.85}.tip-preset-emoji{position:absolute;top:-6px;right:-6px;font-size:18px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));transform:rotate(12deg)}.tip-min-hint{text-align:center;font-size:13px;color:#f44336;margin:0;padding:0 20px 4px}.tip-footer-enter{animation:tipFooterSlideUp .3s cubic-bezier(.4,0,.2,1) both}@keyframes tipFooterSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.tip-mode-selector{display:flex;gap:4px;padding:4px;background:var(--guest-surface-bg);border-radius:14px;margin-bottom:16px}.tip-mode-button{flex:1 1;padding:10px 12px;background:transparent;border:none;border-radius:10px;font-size:14px;font-weight:500;color:var(--guest-secondary-text);cursor:pointer;transition:all .2s ease;min-height:44px;-webkit-tap-highlight-color:transparent}.tip-mode-button.active{background:var(--guest-card-bg);color:var(--guest-page-text);box-shadow:0 1px 3px rgba(0,0,0,.08)}.tips-view{flex:1 1;background:transparent}.tips-view-header{display:flex;align-items:center;padding:12px 20px;background:var(--guest-header-bg-alpha,var(--guest-header-bg));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--guest-surface-bg)}.tips-view-back-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;margin:-10px 8px -10px -10px;background:transparent;border:none;cursor:pointer;border-radius:12px;color:var(--guest-page-text);-webkit-tap-highlight-color:transparent}.tips-view-header-title{flex:1 1;font-size:18px;font-weight:600;color:var(--guest-page-text);text-align:center}.tips-view-header-spacer{width:44px}.tips-view-content{flex:1 1;padding:16px 20px calc(100px + env(safe-area-inset-bottom))}.tips-view-empty{text-align:center;padding:24px;color:var(--guest-secondary-text)}.tips-view-description{font-size:14px;color:var(--guest-secondary-text);line-height:1.5}.tips-view-error{padding:12px 20px;background:#fef2f2}.tips-view-error p{color:#ef4444;font-size:14px;margin:0}.tips-view-success{padding:12px 20px;background:#f0fdf4}.tips-view-success p{color:#16a34a;font-size:14px;margin:0}.worker-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.worker-card{background:var(--guest-card-bg);color:var(--guest-card-text);border-radius:16px;padding:20px 16px;text-align:center;cursor:pointer;transition:all .2s ease;border:2px solid transparent;box-shadow:0 1px 3px rgba(0,0,0,.06);-webkit-tap-highlight-color:transparent}.worker-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.worker-card.selected{border-color:var(--guest-accent);background:#fffbeb}.avatar-initials{color:#fff;font-weight:600;letter-spacing:.5px;flex-shrink:0}.avatar-initials,.worker-card-photo{border-radius:50%;display:flex;align-items:center;justify-content:center}.worker-card-photo{width:72px;height:72px;object-fit:cover;margin:0 auto 12px;background:var(--guest-surface-bg);color:var(--guest-secondary-text);overflow:hidden}.worker-card-photo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.worker-card-name{font-size:15px;font-weight:600;color:var(--guest-page-text);margin-bottom:4px}.worker-card-role{font-size:13px;color:var(--guest-secondary-text)}.worker-card-goal{font-size:12px;color:var(--guest-secondary-text);margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worker-card-progress{width:100%;height:4px;background:var(--guest-surface-bg);border-radius:2px;margin-top:8px;overflow:hidden}.worker-card-progress-bar{height:100%;background:var(--guest-accent);border-radius:2px;transition:width .3s ease}.tips-role-section{margin-bottom:20px}.tips-role-section:last-child{margin-bottom:0}.tips-role-title{font-size:14px;font-weight:600;color:var(--guest-secondary-text);text-transform:uppercase;letter-spacing:.03em;margin:0 0 12px;padding:0 4px}.tips-served-section{margin-bottom:24px;padding:16px;background:var(--guest-card-bg);border-radius:16px;border:1px solid var(--guest-border)}.tips-manager-section{margin-bottom:24px;padding:16px;border-radius:16px}.tips-served-title{font-size:14px;font-weight:600;color:var(--guest-secondary-text);text-transform:uppercase;letter-spacing:.03em;margin:0 0 12px;padding:0}.worker-card-served{background:#fffdf5;border-color:#fbbf24}.tips-spend-summary{display:flex;gap:10px;margin-bottom:20px}.tips-spend-card{flex:1 1;display:flex;flex-direction:column;gap:4px;padding:14px 16px;background:var(--guest-card-bg);border-radius:14px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.tips-spend-label{font-size:12px;font-weight:500;color:var(--guest-secondary-text);text-transform:uppercase;letter-spacing:.03em}.tips-spend-amount{font-size:20px;font-weight:700;color:var(--guest-page-text)}.btn-style-outlined .tips-spend-amount{color:var(--guest-accent,var(--guest-page-text))}.tips-worker-list{display:flex;flex-direction:column;gap:0}.tips-worker-row{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--guest-card-bg);border-bottom:1px solid var(--guest-surface-bg);cursor:pointer;transition:background .15s ease;-webkit-tap-highlight-color:transparent;min-height:44px}.tips-worker-row:first-child{border-radius:14px 14px 0 0}.tips-worker-row:last-child{border-radius:0 0 14px 14px;border-bottom:none}.tips-worker-row:only-child{border-radius:14px}.tips-worker-row:active{background:var(--guest-surface-bg)}.tips-worker-row-served{background:rgba(var(--guest-accent-rgb),.08)}.tips-worker-row-served:active{background:rgba(var(--guest-accent-rgb),.15)}.tips-worker-row-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:var(--guest-surface-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tips-worker-row-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.tips-worker-row-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.tips-worker-row-name{font-size:15px;font-weight:600;color:var(--guest-page-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tips-worker-row-role{font-size:13px;color:var(--guest-secondary-text)}.tips-worker-row>svg{flex-shrink:0;color:var(--guest-border)}.tips-group-member-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.tips-group-member-chip{padding:2px 8px;background:var(--guest-surface-bg);border-radius:6px;font-size:11px;color:var(--guest-secondary-text)}.tip-sheet-header{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid var(--guest-surface-bg)}.tip-sheet-photo{width:56px;height:56px;border-radius:50%;object-fit:cover;background:var(--guest-surface-bg);display:flex;align-items:center;justify-content:center;color:var(--guest-secondary-text);overflow:hidden;flex-shrink:0}.tip-sheet-photo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.tip-sheet-info{flex:1 1;min-width:0}.tip-sheet-goal{margin-top:8px}.tip-sheet-goal-label,.tip-sheet-goal-name{font-size:12px;color:var(--guest-secondary-text)}.tip-sheet-goal-name{margin-left:4px}.tip-sheet-goal-progress{width:100%;height:4px;background:var(--guest-border);border-radius:2px;margin-top:6px;overflow:hidden}.tip-sheet-goal-bar{height:100%;background:var(--guest-accent);border-radius:2px}.tip-sheet-name{font-size:18px;font-weight:600;color:var(--guest-page-text);margin:0}.tip-sheet-role{font-size:14px;color:var(--guest-secondary-text);margin-top:2px}.tip-sheet-members-scroll{display:flex;gap:16px;overflow-x:auto;padding:12px 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tip-sheet-members-scroll::-webkit-scrollbar{display:none}.tip-sheet-member{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.tip-sheet-member-photo{width:48px;height:48px;border-radius:50%;overflow:hidden;background:var(--guest-surface-bg);display:flex;align-items:center;justify-content:center;color:var(--guest-secondary-text)}.tip-sheet-member-photo img{width:100%;height:100%;object-fit:cover}.tip-sheet-member-name{font-size:12px;color:var(--guest-secondary-text);text-align:center;max-width:56px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tips-manager-card{display:flex;align-items:center;gap:16px;padding:20px;background:var(--guest-card-bg);border-radius:16px;cursor:pointer;transition:all .2s ease;border:2px solid transparent;box-shadow:0 1px 3px rgba(0,0,0,.06);-webkit-tap-highlight-color:transparent}.tips-manager-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.tips-manager-card-icon{width:56px;height:56px;border-radius:50%;background:rgba(var(--guest-accent-rgb),.12);display:flex;align-items:center;justify-content:center;color:var(--guest-accent);flex-shrink:0}.tips-manager-card-text{flex:1 1}.tips-manager-card-title{font-size:16px;font-weight:600;color:var(--guest-page-text)}.tips-manager-card-subtitle{font-size:13px;color:var(--guest-secondary-text);margin-top:2px}.tip-calc-toggle{display:flex;gap:4px;padding:4px;background:var(--guest-surface-bg);border-radius:12px;margin-bottom:16px}.tip-calc-toggle-button{flex:1 1;padding:8px 12px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:500;color:var(--guest-secondary-text);cursor:pointer;transition:all .2s ease;min-height:36px;-webkit-tap-highlight-color:transparent}.tip-calc-toggle-button.active{background:var(--guest-card-bg);color:var(--guest-page-text);box-shadow:0 1px 3px rgba(0,0,0,.08)}.tip-hero-label{font-size:14px;font-weight:500;color:var(--guest-secondary-text);text-align:center;margin:0 0 4px}.tip-sheet-back-row{padding:12px 16px 0;flex-shrink:0}.tip-hero-input{display:block;min-width:1.5ch;max-width:100%;text-align:center;font-size:42px;font-weight:300;color:var(--guest-page-text);background:transparent;border:none;outline:none;padding:12px 0;caret-color:var(--guest-accent)}.tip-hero-input::placeholder{color:var(--guest-border)}.tips-group-list{display:flex;flex-direction:column;gap:10px}.tips-group-chip{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--guest-card-bg);border:2px solid transparent;border-radius:14px;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px rgba(0,0,0,.06);min-height:44px;-webkit-tap-highlight-color:transparent}.tips-group-chip:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.tips-group-chip.selected{border-color:var(--guest-accent);background:#fffbeb}.tips-group-name{font-weight:600;color:var(--guest-page-text)}.tips-group-members{font-size:13px;color:var(--guest-secondary-text)}.tips-custom-input{margin-top:16px}.tips-custom-input-field{width:100%;padding:14px 16px;background:var(--guest-surface-bg);border:1px solid var(--guest-surface-bg);border-radius:12px;font-size:16px;text-align:center;color:var(--guest-page-text);outline:none;transition:border-color .2s}.tips-custom-input-field::placeholder{color:var(--guest-secondary-text)}.tips-custom-input-field:focus{border-color:var(--guest-accent)}.sticky-pay-button-container{position:fixed;bottom:0;left:0;right:0;background:var(--guest-page-bg-alpha,hsla(0,0%,100%,.92));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--guest-surface-bg);padding:16px 20px calc(16px + env(safe-area-inset-bottom));z-index:30;max-width:768px;margin:0 auto}.sticky-pay-button{width:100%;background:var(--guest-accent);color:var(--guest-accent-contrast);font-size:17px;font-weight:700;padding:16px 24px;border:none;border-radius:14px;cursor:pointer;transition:transform .15s ease;-webkit-tap-highlight-color:transparent}.sticky-pay-button:active{transform:scale(.98)}.sticky-pay-button:disabled{opacity:.6;cursor:default}.filter-card{background:var(--guest-card-bg);color:var(--guest-card-text);border-radius:16px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.filter-grid{flex-direction:column;gap:12px}.filter-grid,.filter-header{display:flex;margin-bottom:12px}.filter-header{justify-content:space-between;align-items:center}.filter-tags{display:flex;flex-wrap:wrap;gap:8px}.allergen-filters{margin-top:16px;padding-top:16px;border-top:1px solid var(--guest-surface-bg)}.category-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.nav-chip{padding:6px 14px;background:var(--guest-surface-bg);border-radius:20px;font-size:13px;color:var(--guest-page-text);text-decoration:none;font-weight:500}.guest-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px}.guest-hero-title{font-size:24px;font-weight:600;color:var(--guest-page-text);margin-bottom:8px}.guest-hero-subtitle{font-size:15px;color:var(--guest-secondary-text)}.item-modal-image{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--guest-surface-bg)}.item-modal-content{padding:20px}.item-modal-title{font-size:20px;font-weight:600;color:var(--guest-page-text);margin-bottom:8px}.item-modal-description{font-size:15px;color:var(--guest-secondary-text);margin-bottom:16px}.item-modal-section{margin-top:20px;padding-top:20px;border-top:1px solid var(--guest-surface-bg)}.item-modal-section-title{font-size:16px;font-weight:600;color:var(--guest-page-text);margin-bottom:12px}.item-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-top:1px solid var(--guest-surface-bg);background:var(--guest-surface-bg)}.modifier-group{margin-bottom:16px}.modifier-option{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid var(--guest-surface-bg);border-radius:12px;margin-bottom:8px;cursor:pointer;transition:all .15s ease;min-height:44px}.modifier-option:hover{border-color:var(--guest-border)}.modifier-option.selected{border-color:var(--guest-accent);background:#fffbeb}.modifier-option-label{display:flex;align-items:center;gap:12px}.modifier-option-price{font-size:14px;color:var(--guest-secondary-text)}.cart-mod-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.cart-mod-chip{font-size:12px;padding:2px 8px;border-radius:4px;background:var(--guest-surface-bg);color:var(--guest-secondary-text);border:1px solid var(--guest-border)}.cart-panel{background:var(--guest-card-bg);color:var(--guest-card-text);border-radius:16px 16px 0 0;box-shadow:0 -4px 24px rgba(0,0,0,.1);position:fixed;bottom:0;left:0;right:0;max-height:70vh;overflow:hidden;display:flex;flex-direction:column;z-index:50}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--guest-surface-bg)}.cart-title{font-size:18px;font-weight:600}@media (min-width:768px){.guest-page-shell{max-width:768px;margin:0 auto;box-shadow:0 0 40px rgba(0,0,0,.08)}.guest-bottom-nav{max-width:768px}.floating-cart,.guest-bottom-nav{left:50%;transform:translateX(-50%)}.floating-cart{max-width:calc(768px - 40px)}.bs-sheet{max-width:768px;left:50%;transform:translateX(-50%);animation:bs-slide-up-centered .3s cubic-bezier(.16,1,.3,1)}.worker-cards-grid{grid-template-columns:repeat(3,1fr)}.pay-bill-sticky-footer,.sticky-pay-button-container{left:50%;transform:translateX(-50%)}.pay-bill-sticky-footer{max-width:768px}}@media (min-width:1024px){.guest-bottom-nav{display:none}.guest-view-container{padding-bottom:0}.floating-cart{bottom:24px}.pay-bill-sticky-footer{bottom:0}.checkout-has-footer .checkout-content,.pay-bill-has-footer .pay-bill-content{padding-bottom:200px}}.pending-payment-banner{text-align:center;padding:16px 20px;margin-bottom:12px}.pending-payment-failed-icon{color:#ef4444;margin-bottom:8px}.pending-payment-failed-icon svg{width:32px;height:32px}.pending-payment-subtitle{font-size:15px;color:var(--guest-secondary-text);margin:0}.checkout-item-qty{font-size:14px;font-weight:500;color:var(--guest-secondary-text)}.order-status-view{flex:1 1;padding:0 0 32px;background:transparent}.order-status-hero,.order-status-view{display:flex;flex-direction:column;align-items:center}.order-status-hero{padding:32px 24px 28px;width:100%}.order-status-checkmark{margin-bottom:20px;animation:os-pop-in .5s cubic-bezier(.16,1,.3,1)}@keyframes os-pop-in{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes os-check-draw{0%{stroke-dashoffset:40}to{stroke-dashoffset:0}}.order-status-check-path{stroke-dasharray:40;stroke-dashoffset:40;animation:os-check-draw .4s ease .3s forwards}.order-status-title{font-size:22px;font-weight:700;color:var(--guest-page-text);margin:0 0 20px;text-align:center}.order-status-tracker{display:flex;align-items:flex-start;gap:6px;width:100%;max-width:340px;margin-bottom:20px}.order-status-step{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:8px}.order-status-step-dot{width:100%;height:4px;border-radius:2px;background:var(--guest-border);transition:background .3s ease}.order-status-step.active .order-status-step-dot{background:#16a34a}.order-status-step.current .order-status-step-dot{background:#16a34a;animation:os-pulse 2s ease-in-out infinite}@keyframes os-pulse{0%,to{opacity:1}50%{opacity:.5}}.order-status-step-label{font-size:11px;color:var(--guest-secondary-text);text-align:center;line-height:1.3}.order-status-step.active .order-status-step-label{color:var(--guest-page-text);font-weight:500}.order-status-refund-notice{padding:14px 20px;border-radius:14px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:14px;font-weight:500;text-align:center;width:100%;max-width:340px}.order-status-verification-note{padding:12px 20px;border-radius:14px;background:#fefce8;border:1px solid #fde68a;color:#92400e;font-size:13px;text-align:center;width:100%;max-width:340px}.order-status-live{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f0fdf4;border-radius:20px;font-size:14px;font-weight:500;color:#16a34a}.order-status-card{width:calc(100% - 40px);margin:0 auto 20px;background:var(--guest-card-bg,hsla(0,0%,100%,.95));border-radius:16px;border:1px solid rgba(0,0,0,.06);padding:0;overflow:hidden}.order-status-card-header{padding:14px 20px 0;font-size:13px;font-weight:600;color:var(--guest-secondary-text);text-transform:uppercase;letter-spacing:.04em}.order-status-card-items{display:flex;flex-direction:column;gap:10px;padding:14px 20px 0}.order-status-card-item{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--guest-page-text)}.order-status-card-item-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.order-status-card-item-note{font-size:13px;font-style:italic;color:var(--guest-secondary-text)}.order-status-card-item-qty{color:var(--guest-secondary-text);font-size:14px;min-width:26px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-card-item-name{line-height:1.35}.order-status-card-item-price{font-weight:500;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-status-card-fee{display:flex;justify-content:space-between;padding:8px 20px 0;font-size:13px;color:var(--guest-page-text);opacity:.6}.order-status-card-divider{height:1px;background:rgba(0,0,0,.06);margin:14px 20px 0}.order-status-card-total{display:flex;justify-content:space-between;padding:14px 20px;font-size:16px;font-weight:700;color:var(--guest-page-text)}.order-status-actions{width:100%;display:flex;flex-direction:column;gap:10px;margin-top:auto;padding:16px 20px 0}.order-status-action-primary{width:100%;padding:16px 24px;background:var(--guest-accent);color:var(--guest-accent-contrast);font-size:16px;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:transform .15s;-webkit-tap-highlight-color:transparent}.order-status-action-primary:active{transform:scale(.98)}.order-status-action-secondary{width:100%;justify-content:center;gap:4px;padding:14px 24px;background:transparent;color:var(--guest-secondary-text);font-size:15px;font-weight:500;border:none}.active-order-card,.order-status-action-secondary{display:flex;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.active-order-card{gap:12px;margin:20px 20px 0;padding:16px;background:#f0fdf4;border-radius:14px;border-left:4px solid #16a34a;transition:transform .15s ease}.active-order-card:active{transform:scale(.98)}.active-order-card-icon{width:40px;height:40px;min-width:40px;display:grid;place-items:center;background:rgba(22,163,106,.12);border-radius:12px;color:#16a34a}.active-order-card-text{flex:1 1}.active-order-card-title{font-size:15px;font-weight:600;color:var(--guest-page-text);line-height:1.3}.active-order-card-status{font-size:13px;color:#16a34a;margin-top:2px}.active-order-card-arrow{color:var(--guest-secondary-text)}.order-history-fab{position:fixed;bottom:calc(80px + env(safe-area-inset-bottom));right:20px;width:48px;height:48px;border-radius:50%;background:var(--guest-accent);color:var(--guest-accent-contrast);font-size:18px;font-weight:700;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(var(--guest-accent-rgb),.4);display:grid;place-items:center;z-index:90;transition:transform .15s ease;-webkit-tap-highlight-color:transparent}.order-history-fab:active{transform:scale(.92)}.order-history-fab.pill{width:auto;border-radius:24px;padding:0 16px;gap:6px;display:flex;align-items:center}.order-history-fab.mini-card{width:auto;border-radius:14px;height:auto;padding:10px 14px;display:flex;flex-direction:column;align-items:center;gap:2px}.order-history-fab.anchor-bottom-left{right:auto;left:20px}.order-history-fab.anchor-top-left,.order-history-fab.anchor-top-right{bottom:auto;top:calc(16px + env(safe-area-inset-top))}.order-history-fab.anchor-top-left{right:auto;left:20px}.order-history-fab-label{font-size:10px;font-weight:500;opacity:.8}.start-view-restaurant-name{font-family:var(--guest-heading-font,inherit);font-size:var(--guest-heading-size,28px)}.landing-block-text{font-family:var(--guest-body-font,inherit);font-size:15px;line-height:1.5;color:var(--guest-secondary-text);margin:0}.landing-block-text-with-icon{display:flex;align-items:flex-start;gap:10px}.landing-block.align-center .landing-block-text-with-icon{justify-content:center}.landing-block.align-right .landing-block-text-with-icon{justify-content:flex-end}.landing-block{position:relative}.landing-block.pad-none{padding:0 20px}.landing-block.pad-small{padding:8px 20px}.landing-block.pad-medium{padding:16px 20px}.landing-block.pad-large{padding:24px 20px}.landing-block.align-center{text-align:center}.landing-block.align-right{text-align:right}.landing-social-links{display:flex;gap:12px}.landing-block.align-center .landing-social-links{justify-content:center}.landing-block.align-right .landing-social-links{justify-content:flex-end}.landing-social-link{width:44px;height:44px;border-radius:50%;background:rgba(var(--guest-accent-rgb),.1);color:var(--guest-accent);display:grid;place-items:center;text-decoration:none;transition:transform .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent}.landing-social-link:active{transform:scale(.92)}.landing-social-link:hover{background:rgba(var(--guest-accent-rgb),.18)}.landing-social-link-img{overflow:hidden;padding:0;background:none}.landing-social-link-img:hover{background:none}.landing-divider-line{margin:8px 20px;border-top:1px solid rgba(0,0,0,.08)}.landing-divider-dots{text-align:center;padding:8px 20px;letter-spacing:6px;color:var(--guest-border);font-size:16px}.landing-divider-space{height:16px}.order-history-sheet{max-height:60vh}.order-history-title{font-size:18px;font-weight:700;color:var(--guest-page-text);margin:0 0 16px;padding:0 4px}.order-history-list{display:flex;flex-direction:column;gap:2px}.order-history-row{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;border-bottom:1px solid var(--guest-surface-bg);cursor:pointer;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.order-history-row:active{background:var(--guest-surface-bg)}.order-history-row:last-child{border-bottom:none}.order-history-row-left{display:flex;flex-direction:column;gap:4px}.order-history-row-time{font-size:15px;font-weight:600;color:var(--guest-page-text)}.order-history-row-status{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--guest-secondary-text)}.order-history-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.order-history-row-price{font-size:15px;font-weight:600;color:var(--guest-page-text);white-space:nowrap}.btn-style-filled .checkout-card,.btn-style-filled .checkout-summary,.btn-style-filled .filter-card,.btn-style-filled .order-status-card,.btn-style-filled .pay-bill-card,.btn-style-filled .pay-bill-grand-total,.btn-style-filled .pay-bill-tip-card,.btn-style-filled .pay-bill-waiter-chip,.btn-style-filled .tip-preset-button,.btn-style-filled .tips-group-chip,.btn-style-filled .tips-manager-card,.btn-style-filled .tips-served-section,.btn-style-filled .tips-spend-card,.btn-style-filled .tips-worker-row,.btn-style-filled .worker-card{background:var(--guest-accent);border-color:var(--guest-accent);box-shadow:none;color:var(--guest-accent-contrast);--guest-page-text:var(--guest-accent-contrast);--guest-secondary-text:var(--guest-accent-contrast-muted);--guest-card-text:var(--guest-accent-contrast);--guest-card-bg:color-mix(in srgb,var(--guest-accent-contrast) 8%,transparent);--guest-surface-bg:color-mix(in srgb,var(--guest-accent-contrast) 10%,transparent);--guest-border:color-mix(in srgb,var(--guest-accent-contrast) 20%,transparent)}.btn-style-filled .pay-bill-waiter-chip.selected{border-color:var(--guest-accent-contrast);background:color-mix(in srgb,var(--guest-accent-contrast) 12%,var(--guest-accent))}.btn-style-filled .tips-group-chip.selected,.btn-style-filled .worker-card.selected{border-color:var(--guest-accent-contrast)}.btn-style-filled .tips-worker-row:active{filter:brightness(.95)}.btn-style-filled .tip-preset-button.selected{background:var(--guest-accent-contrast);border-color:var(--guest-accent-contrast);color:var(--guest-accent);--guest-page-text:var(--guest-accent);--guest-secondary-text:var(--guest-accent)}.btn-style-filled .tip-preset-button.selected .tip-preset-amount{opacity:.85}.btn-style-filled .pay-bill-custom-tip-button,.btn-style-filled .pay-bill-retry-button{background:color-mix(in srgb,var(--guest-accent-contrast) 12%,transparent);color:var(--guest-accent-contrast)}.btn-style-filled .pay-bill-custom-tip-button:hover{background:color-mix(in srgb,var(--guest-accent-contrast) 20%,transparent)}.btn-style-filled .checkout-service-fee-toggle input[type=checkbox]:checked+.checkout-checkbox-custom,.btn-style-filled .pay-bill-checkbox input:checked+.pay-bill-checkbox-custom{background:var(--guest-accent-contrast);border-color:var(--guest-accent-contrast)}.btn-style-filled .checkout-service-fee-toggle input[type=checkbox]:checked+.checkout-checkbox-custom:after{color:var(--guest-accent)}.btn-style-filled .pay-bill-checkbox input:checked+.pay-bill-checkbox-custom:after{border-color:var(--guest-accent)}.btn-style-filled .checkout-divider,.btn-style-filled .order-status-card-divider,.btn-style-filled .pay-bill-divider{background:color-mix(in srgb,var(--guest-accent-contrast) 15%,transparent)}.btn-style-filled .checkout-quantity{background:color-mix(in srgb,var(--guest-accent-contrast) 10%,transparent)}.btn-style-filled .checkout-quantity-btn{background:color-mix(in srgb,var(--guest-accent-contrast) 8%,transparent);color:var(--guest-accent-contrast);border-color:transparent}.btn-style-filled .checkout-quantity-btn:active{background:color-mix(in srgb,var(--guest-accent-contrast) 20%,transparent)}.btn-style-filled .tip-hero-input{caret-color:var(--guest-accent-contrast)}.btn-style-ghost .pay-bill-card,.btn-style-ghost .pay-bill-grand-total,.btn-style-ghost .pay-bill-tip-card{background:transparent;border:none;box-shadow:none;border-bottom:1px solid var(--guest-border);border-radius:0;padding-left:0;padding-right:0}.btn-style-ghost .pay-bill-waiter-chip{background:transparent;border-color:var(--guest-border)}.btn-style-ghost .pay-bill-waiter-chip.selected{border-color:var(--guest-accent);background:rgba(var(--guest-accent-rgb),.08)}.btn-style-ghost .worker-card{background:transparent;border-color:transparent;box-shadow:none}.btn-style-ghost .worker-card.selected{border-color:var(--guest-accent);background:rgba(var(--guest-accent-rgb),.08)}.btn-style-ghost .tips-worker-row{background:transparent}.btn-style-ghost .tips-group-chip,.btn-style-ghost .tips-manager-card{background:transparent;border-color:transparent;box-shadow:none}.btn-style-ghost .tips-group-chip.selected{border-color:var(--guest-accent);background:rgba(var(--guest-accent-rgb),.08)}.btn-style-ghost .tips-served-section,.btn-style-ghost .tips-spend-card{background:transparent;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.06);border-radius:0}.btn-style-ghost .tip-preset-button{background:transparent;border-color:transparent}.btn-style-ghost .tip-preset-button.selected{background:var(--guest-accent);border-color:var(--guest-accent);color:var(--guest-accent-contrast)}.btn-style-ghost .checkout-card,.btn-style-ghost .checkout-summary{background:transparent;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.06);border-radius:0}.btn-style-ghost .filter-card{background:transparent;box-shadow:none}.btn-style-ghost .order-status-card{background:transparent;border:none;border-bottom:1px solid rgba(0,0,0,.06);border-radius:0}.payment-result-page{min-height:100dvh;justify-content:center;padding:24px 20px;position:relative;overflow:hidden;background:var(--guest-page-bg,#fff);color:var(--guest-page-text,#111);font-family:var(--guest-body-font,inherit)}.payment-result-content,.payment-result-page{display:flex;flex-direction:column;align-items:center}.payment-result-content{text-align:center;gap:16px;z-index:2;max-width:360px;width:100%}.payment-result-icon{margin-bottom:8px}.payment-result-icon.success{animation:successBounce .5s ease}.payment-result-icon.error{animation:successBounce .4s ease}@keyframes successBounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.15);opacity:1}70%{transform:scale(.95)}to{transform:scale(1)}}.payment-result-title{font-size:28px;font-weight:700;margin:0;font-family:var(--guest-heading-font,inherit);color:var(--guest-page-text,#111)}.payment-result-subtitle{font-size:15px;color:var(--guest-secondary-text,#666);margin:0;line-height:1.5}.payment-result-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:16px}.payment-result-primary{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;border:none;border-radius:var(--guest-btn-radius,12px);background:var(--guest-accent,#f3b025);color:var(--guest-accent-contrast,#fff);font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .15s}.payment-result-primary:hover{opacity:.9}.payment-result-primary:active{transform:scale(.98)}.payment-result-secondary{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;border:1.5px solid var(--guest-border,#e5e7eb);border-radius:var(--guest-btn-radius,12px);background:transparent;color:var(--guest-page-text,#111);font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;transition:opacity .15s}.payment-result-secondary:hover{opacity:.8}.payment-result-secondary:active{transform:scale(.98)}.payment-result-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--guest-secondary-text,#666);font-size:14px}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.confetti-piece{position:absolute;width:8px;height:14px;top:-20px;border-radius:2px;animation:confettiFall linear forwards}@keyframes confettiFall{0%{transform:translateY(0) rotate(0deg);opacity:1}80%{opacity:1}to{transform:translateY(105vh) rotate(2turn);opacity:0}}.confetti-0{background:#f44336}.confetti-1{background:#e91e63}.confetti-2{background:#9c27b0}.confetti-3{background:#2196f3}.confetti-4{background:#4caf50}.confetti-5{background:#ff9800}.start-view-hero-section.dark-overlay .start-view-hero-overlay{background:linear-gradient(transparent 20%,rgba(0,0,0,.65))}.start-view-hero-gradient{position:relative;width:100%;overflow:hidden;border-radius:0 0 var(--guest-hero-radius,0) var(--guest-hero-radius,0)}.start-view-hero-gradient .start-view-hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 20px 20px;background:linear-gradient(transparent,rgba(0,0,0,.35));display:flex;align-items:flex-end;gap:12px}.start-view-hero-gradient .start-view-hero-overlay .start-view-restaurant-name{color:#fff}.start-view-hero-gradient .start-view-hero-overlay .start-view-table-label{color:hsla(0,0%,100%,.75)}.start-view-hero-gradient .start-view-hero-overlay .start-view-logo{width:48px;height:48px;border-radius:10px;border:2px solid hsla(0,0%,100%,.3);margin-bottom:0}.start-view-hero-gradient-wave{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.start-view-hero-gradient.hero-text-dark .start-view-restaurant-name{color:#111}.start-view-hero-gradient.hero-text-dark .start-view-table-label{color:rgba(0,0,0,.6)}.start-view-hero-gradient.hero-text-dark .start-view-logo{border-color:rgba(0,0,0,.15)}.start-view-hero-gradient.hero-text-dark .start-view-hero-overlay{background:linear-gradient(transparent,hsla(0,0%,100%,.3))}.start-view-hero-gradient .start-view-hero-overlay.logo-right{flex-direction:row-reverse}.start-view-hero-gradient .start-view-hero-overlay.logo-top{flex-direction:column;align-items:flex-start}.start-view-hero-gradient .start-view-hero-overlay.logo-bottom{flex-direction:column-reverse;align-items:flex-start}.start-view-actions-sheet{position:relative;margin-top:-32px;background:var(--guest-card-bg-solid,#fff);border-radius:24px 24px 0 0;padding:20px 20px 48px;box-shadow:0 -4px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:12px;z-index:2}.start-view-actions-sheet:before{content:"";display:block;width:36px;height:4px;border-radius:2px;background:var(--guest-border,rgba(0,0,0,.15));margin:0 auto 8px}.start-view-card-grid{padding:0 20px 48px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.start-view-grid-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 12px;border-radius:var(--guest-btn-radius,12px);border:none;cursor:pointer;text-align:center;transition:transform .15s ease,box-shadow .15s ease;-webkit-tap-highlight-color:transparent}.start-view-grid-card:active{transform:scale(.97)}.start-view-grid-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.start-view-grid-card.span-2{grid-column:span 2}.start-view-grid-card.dark{background:var(--guest-accent,#f3b025);color:var(--guest-accent-contrast,#fff)}.start-view-grid-card.light{background:var(--guest-card-bg,#fff);color:var(--guest-card-text,#111);border:1.5px solid var(--guest-border,#e5e7eb)}.start-view-grid-card-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.start-view-grid-card-label{font-size:14px;font-weight:600}.start-view-grid-card-subtitle{font-size:11px;font-weight:400;opacity:.7}.btn-style-filled .start-view-grid-card.light{background:var(--guest-accent,#f3b025);color:var(--guest-accent-contrast,#fff);border-color:var(--guest-accent,#f3b025)}.btn-style-filled .start-view-grid-card.light .start-view-grid-card-icon{color:var(--guest-accent-contrast,#fff)}.btn-style-ghost .start-view-grid-card.dark{background:transparent;color:var(--guest-accent,#f3b025);box-shadow:none}.btn-style-ghost .start-view-grid-card.dark .start-view-grid-card-icon{color:var(--guest-accent,#f3b025)}.btn-style-ghost .start-view-grid-card.light{background:transparent;border-color:transparent;box-shadow:none}.start-view-list-actions{padding:0 20px 16px;display:flex;flex-direction:column;gap:2px}.start-view-list-row{display:flex;align-items:center;gap:12px;padding:14px 4px;border:none;background:transparent;color:var(--guest-page-text,#111);cursor:pointer;font-size:15px;font-weight:500;border-bottom:1px solid var(--guest-border,rgba(0,0,0,.08));-webkit-tap-highlight-color:transparent;text-align:left;width:100%}.start-view-list-row:last-child{border-bottom:none}.start-view-list-row:active{opacity:.7}.start-view-list-row-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--guest-accent,#f3b025);flex-shrink:0}.start-view-list-row-label{flex:1 1}.start-view-list-row-chevron{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--guest-secondary-text,#999);flex-shrink:0}