@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");:root{color-scheme:dark;font-family:Urbanist,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0b0c0d;color:#fff;--bg-dark:#0f1012;--bg-primary:#141415;--bg-secondary:rgba(47,48,50,.55);--bg-glass:rgba(24,25,27,.65);--bg-soft:hsla(0,0%,100%,.04);--text-primary:#fff;--text-muted:hsla(0,0%,100%,.68);--text-subtle:hsla(0,0%,100%,.45);--accent:#e0cdb8;--accent-strong:#e2725b;--accent-soft:hsla(32,39%,80%,.12);--app-surface:linear-gradient(160deg,#111113,#0b0c0d);--app-radial:radial-gradient(circle at top,hsla(32,39%,80%,.16),transparent 58%),radial-gradient(circle at bottom,hsla(32,39%,80%,.08),transparent 72%);--accent-gradient:linear-gradient(135deg,hsla(32,39%,80%,.95),hsla(33,58%,86%,.85));--border-soft:hsla(0,0%,100%,.12);--shadow-lg:0 24px 48px rgba(10,11,13,.45);--shadow-sm:0 12px 24px rgba(10,11,13,.25);--radius-lg:24px;--radius-xl:36px}body,html{margin:0;min-height:100%;height:100%;background:var(--app-radial),var(--app-surface);font-family:Urbanist,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text-primary);overflow:hidden}body{display:flex}*{box-sizing:border-box}a{text-decoration:none}a,button,input,textarea{color:inherit;-webkit-tap-highlight-color:transparent}button,input,textarea{font:inherit}a:focus,a:focus-visible,button:focus,button:focus-visible,input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{outline:none;box-shadow:none}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;display:inline-flex;align-items:center;justify-content:center;line-height:1}.app-shell{background:var(--bg-dark);color:var(--text-primary);flex:1 1}.app-shell,.screen{position:relative;min-height:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.screen{color:inherit}.screen main,.screen>main{flex:1 1;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.primary-button{background:var(--accent-gradient);color:#1a1918;border:none;border-radius:999px;padding:0 2.5rem;height:56px;font-size:1.05rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-sm)}.primary-button:disabled{opacity:.6;cursor:not-allowed}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-lg)}.secondary-button{background:hsla(0,0%,100%,.04);color:#fff;border:1px solid hsla(0,0%,100%,.35);border-radius:999px;padding:0 2.5rem;height:56px;font-size:1.05rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .2s ease,background-color .2s ease,border-color .2s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.secondary-button:hover:not(:disabled){transform:translateY(-1px);background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.6)}.secondary-button:disabled{opacity:.6;cursor:not-allowed}.ghost-button{background:hsla(0,0%,100%,.08);color:#fff;border:1px solid hsla(0,0%,100%,.18);border-radius:999px;padding:0 2rem;height:48px;font-size:.95rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s ease,border-color .2s ease}.ghost-button:hover{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.28)}.ghost-button.danger{color:#ffb4a2;border-color:rgba(255,153,128,.45);background:rgba(255,153,128,.12)}.ghost-button.danger:hover{background:rgba(255,153,128,.2);border-color:rgba(255,153,128,.6)}.icon-button{background:transparent;border:none;color:inherit;height:48px;width:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.icon-button:hover{background:hsla(0,0%,100%,.08)}.feedback,.menu-feedback{border-radius:18px;padding:1rem 1.25rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);color:var(--text-primary);font-size:.95rem}.feedback.error,.menu-feedback.error{background:rgba(226,114,91,.1);border-color:rgba(226,114,91,.45);color:#ffb5a5}.menu-feedback.info{background:hsla(32,39%,80%,.12);border-color:hsla(32,39%,80%,.28);color:#f1e0ce}.welcome-screen{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:var(--app-surface);color:#fff;padding:clamp(2.5rem,6vw,4rem);overflow:hidden}.welcome-hero{position:absolute;inset:0;background-size:cover;background-position:50%;filter:blur(1.2px) brightness(.6);transform:scale(1.1)}.welcome-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,12,13,.92) 0,rgba(12,12,13,.68) 45%,rgba(12,12,13,.28))}.welcome-spot{position:absolute;width:clamp(18rem,35vw,26rem);height:clamp(18rem,35vw,26rem);border-radius:50%;background:hsla(32,39%,80%,.12);filter:blur(120px);z-index:0}.welcome-spot-top{top:-30%;left:-15%}.welcome-spot-bottom{bottom:-30%;right:-10%}.welcome-content{position:relative;z-index:1;max-width:440px;display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem);align-items:center}.welcome-main h1{margin:0;font-size:clamp(3rem,8vw,4.75rem);font-weight:800;letter-spacing:-.02em;text-shadow:0 12px 32px rgba(0,0,0,.45)}.welcome-main p{margin:1.25rem 0 0;color:hsla(0,0%,100%,.78);font-size:clamp(1.05rem,2.4vw,1.25rem);line-height:1.6}.welcome-footer{display:flex;flex-direction:column;gap:1rem;width:min(360px,100%)}.welcome-order-button{height:3.5rem;border-radius:999px;background:var(--accent-gradient);color:#1a1918;font-size:1.125rem;font-weight:700;border:none;cursor:pointer;transition:transform .25s ease}.welcome-order-button:hover{transform:scale(1.04)}.welcome-order-button:active{transform:scale(.97)}.welcome-admin-link{border:none;background:transparent;color:hsla(0,0%,100%,.7);font-size:.95rem;font-weight:600;cursor:pointer;transition:color .2s ease}.welcome-admin-link:focus-visible,.welcome-admin-link:hover{color:#fff}.menu-screen{position:relative;min-height:100vh;background:var(--app-radial),var(--app-surface);color:var(--text-primary);padding-bottom:120px;overflow-x:hidden}.menu-background{inset:0;background:linear-gradient(160deg,rgba(20,20,22,.9),rgba(10,10,12,.95))}.menu-background,.menu-gradient{position:absolute;pointer-events:none}.menu-gradient{width:420px;height:420px;border-radius:999px;filter:blur(140px)}.menu-gradient-top{top:-160px;right:-180px;background:hsla(32,39%,80%,.22)}.menu-gradient-bottom{bottom:-180px;left:-160px;background:hsla(32,39%,80%,.14)}.menu-appbar{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem 1rem;background:rgba(18,18,20,.78);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.08)}.menu-appbar-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);color:inherit;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.menu-appbar-button:hover{transform:translateY(-1px);border-color:hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.12)}.menu-appbar-title{flex:1 1;text-align:center}.menu-appbar-title p{margin:0;font-size:.85rem;color:hsla(0,0%,100%,.6);letter-spacing:.06em;text-transform:uppercase}.menu-appbar-title h1{margin:.2rem 0 0;font-size:1.4rem;font-weight:700}.menu-appbar-badge{position:absolute;top:0;right:0;transform:translate(50%,-40%);display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:999px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;padding:0 4px}.menu-tabs{position:-webkit-sticky;position:sticky;top:76px;z-index:4;padding:0 1.5rem;background:rgba(15,16,18,.82);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.08)}.menu-tabs-scroll{display:flex;gap:1.25rem;overflow-x:auto;padding:.75rem 0;scrollbar-width:none}.menu-tabs-scroll::-webkit-scrollbar{display:none}.menu-tab{position:relative;border:none;background:transparent;color:hsla(0,0%,100%,.65);font-weight:600;font-size:.95rem;padding:0 0 .6rem;cursor:pointer;transition:color .2s ease}.menu-tab:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;border-radius:999px;background:transparent;transition:background-color .2s ease}.menu-tab.active,.menu-tab:hover{color:#f2decb}.menu-tab.active:after{background:hsla(32,39%,80%,.8)}.menu-list{position:relative;z-index:1;padding:1.75rem 1.5rem 3.5rem;display:flex;flex-direction:column;gap:1.25rem}.menu-list .menu-feedback{margin-top:1.5rem}.menu-cards{display:flex;flex-direction:column;gap:1.25rem}.menu-card{position:relative;display:flex;gap:1rem;padding:1.1rem;border-radius:1rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.menu-card:hover{transform:translateY(-2px);border-color:hsla(32,39%,80%,.5);background:hsla(0,0%,100%,.08)}.menu-card:hover .menu-card-image img{transform:scale(1.05)}.menu-card:focus-visible{outline:2px solid hsla(32,39%,80%,.9);outline-offset:4px}.menu-card-image{flex:0 0 104px;height:104px;border-radius:.9rem;background:hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;overflow:hidden}.menu-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.menu-card-image[data-placeholder=true]{background:hsla(0,0%,100%,.05)}.menu-card-image[data-placeholder=true] img{object-fit:contain;padding:1.4rem;opacity:.85;filter:invert(.05) saturate(0)}.menu-card-info{flex:1 1;display:flex;flex-direction:column;gap:.65rem}.menu-card-info h2{margin:0;font-size:1.1rem;font-weight:700;line-height:1.35}.menu-card-info p{margin:0;color:hsla(0,0%,100%,.7);font-size:.86rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.menu-card-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.menu-card-price{font-weight:700;color:#f2decb;font-size:1.05rem}.menu-card-action{display:inline-flex;align-items:center;gap:.35rem;border:none;border-radius:999px;padding:.4rem 1.1rem;background:linear-gradient(135deg,hsla(32,39%,80%,.95),hsla(33,58%,86%,.9));color:#1a1918;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 18px 36px -20px hsla(32,39%,80%,.8)}.menu-card-action span.material-symbols-outlined{font-size:1rem}.menu-card-action:hover{transform:translateY(-1px)}.menu-cart-bar{position:fixed;bottom:0;left:0;right:0;padding:1.25rem 1.5rem 1.75rem;background:linear-gradient(0deg,rgba(15,16,18,.92),rgba(15,16,18,0));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:6}.menu-cart-bar,.menu-cart-button{display:flex;justify-content:center}.menu-cart-button{width:min(520px,100%);align-items:center;gap:1rem;border:none;border-radius:999px;padding:1rem 1.25rem;font-size:1.05rem;font-weight:700;background:linear-gradient(135deg,hsla(32,39%,80%,.95),hsla(33,58%,86%,.85));color:#1a1918;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 24px 48px -24px hsla(32,39%,80%,.9)}.menu-cart-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.menu-cart-button:not(:disabled):hover{transform:translateY(-1px)}.menu-cart-divider{display:inline-flex;width:1px;height:24px;background:rgba(0,0,0,.18)}.dish-screen{position:relative;min-height:100vh;background:var(--app-surface);color:var(--text-primary);display:flex;flex-direction:column;overflow:hidden}.dish-screen:before{content:"";position:absolute;inset:0;background:var(--app-radial);pointer-events:none;z-index:0}.dish-hero{position:absolute;inset:0;height:55vh;background-size:cover;background-position:50%;z-index:1}.dish-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,11,12,.2),rgba(10,11,12,.85))}.dish-appbar{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;z-index:2}.dish-appbar-button{width:44px;height:44px;border-radius:999px;border:1px solid hsla(0,0%,100%,.18);background:rgba(0,0,0,.35);color:#fff;display:inline-flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:transform .2s ease,border-color .2s ease}.dish-appbar-button:hover:not(:disabled){transform:translateY(-1px);border-color:hsla(0,0%,100%,.4)}.dish-appbar-button:disabled{opacity:.4;cursor:default}.dish-sheet{position:relative;z-index:1;margin-top:42vh;border-radius:1.75rem 1.75rem 0 0;background:rgba(20,21,23,.92);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem 1.75rem 10rem;display:flex;flex-direction:column;gap:2rem}.dish-sheet-handle{display:flex;justify-content:center;padding-bottom:.75rem}.dish-sheet-handle span{width:64px;height:6px;border-radius:999px;background:hsla(0,0%,100%,.2)}.dish-summary{display:flex;flex-direction:column;gap:1rem}.dish-summary-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.75rem}@media (min-width:600px){.dish-summary-header{flex-direction:row;align-items:center}}.dish-summary-header h1{margin:0;font-size:clamp(2.1rem,5vw,2.8rem);font-weight:700;line-height:1.2;color:#fff8f0;text-shadow:0 10px 24px rgba(0,0,0,.45)}.dish-summary-price{margin:0;display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;background:rgba(15,9,5,.85);box-shadow:0 12px 32px rgba(0,0,0,.45);font-size:clamp(1.9rem,4.5vw,2.5rem);font-weight:700;color:#ffe8d1;letter-spacing:.01em}.dish-summary-rating{display:inline-flex;align-items:center;gap:.35rem;color:hsla(0,0%,100%,.7)}.dish-summary-rating .material-symbols-outlined{font-variation-settings:"FILL" 1;color:#f2decb}.dish-summary-rating-value{font-weight:600}.dish-summary-rating-count{font-size:.9rem;color:hsla(0,0%,100%,.55)}.dish-summary-description{margin:0;color:hsla(0,0%,100%,.68);line-height:1.6}.dish-garnishes{display:flex;flex-direction:column;gap:1rem}.dish-garnishes header h2{margin:0;font-size:1.3rem;font-weight:700}.dish-garnishes header p{margin:.35rem 0 0;color:hsla(0,0%,100%,.6);font-size:.95rem}.dish-garnish-list{display:flex;flex-direction:column;gap:.85rem}.dish-garnish-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.1rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.14);background:rgba(24,25,28,.8);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.dish-garnish-card.selected{border-color:hsla(32,39%,80%,.6);background:hsla(32,39%,80%,.12)}.dish-garnish-card input{width:20px;height:20px;accent-color:#e0cdb8}.dish-garnish-content{display:flex;flex-direction:column;gap:.25rem}.dish-garnish-title{font-weight:600}.dish-garnish-subtitle{color:hsla(0,0%,100%,.55);font-size:.85rem}.dish-garnish-empty{padding:1rem 1.1rem;border-radius:1rem;border:1px dashed hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.6);font-size:.95rem}.dish-cta{position:fixed;bottom:0;left:0;right:0;padding:1.25rem 1.5rem 1.75rem;background:linear-gradient(0deg,rgba(15,16,18,.95),rgba(15,16,18,.2));display:flex;align-items:center;gap:1rem;z-index:3}.dish-cta-quantity{display:inline-flex;align-items:center;gap:.75rem;padding:.65rem 1rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.08)}.dish-cta-quantity button{background:transparent;border:none;color:#fff;cursor:pointer}.dish-cta-button{flex:1 1;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.4rem;border:none;border-radius:1rem;font-size:1.05rem;font-weight:700;background:var(--accent-gradient);color:#1a1918;cursor:pointer;box-shadow:0 24px 48px -24px hsla(32,39%,80%,.9);transition:transform .2s ease}.dish-cta-button:hover{transform:translateY(-1px)}.dish-cta-button span:last-child{font-weight:600}.cart-screen{position:relative;background:var(--app-surface);color:var(--text-primary)}.cart-screen:before{content:"";position:absolute;inset:0;background:var(--app-radial);pointer-events:none;z-index:0}.cart-topbar{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.25rem 0}.cart-topbar h1{margin:0;font-size:1.4rem}.topbar-spacer{width:48px;height:48px}.cart-main{flex:1 1;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1.25rem;overflow-y:auto;min-height:0}.cart-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1rem;gap:1rem;padding:1rem 1.25rem;border-radius:20px;background:var(--bg-secondary);border:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cart-item:hover .cart-item-image img{transform:scale(1.05)}.cart-item-image{width:96px;height:96px;border-radius:18px;background:hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cart-item-image[data-placeholder=true]{background:hsla(0,0%,100%,.05)}.cart-item-image[data-placeholder=true] img{object-fit:contain;padding:1.4rem;opacity:.8;filter:invert(.05) saturate(0)}.cart-item-body{display:flex;flex-direction:column;justify-content:space-between}.cart-item-body h2{margin:0;font-size:1.1rem}.cart-item-body p{margin:.3rem 0 0;color:var(--text-muted);font-size:.9rem}.cart-item-body footer{display:flex;align-items:center;justify-content:flex-start;margin-top:.5rem}.cart-item-body footer span{color:var(--accent);font-weight:700}.cart-item-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;align-self:stretch}.cart-quantity{display:inline-flex;align-items:center;gap:.6rem;background:rgba(0,0,0,.35);border-radius:999px;padding:.35rem .6rem}.cart-quantity button{background:transparent;width:32px;height:32px}.cart-quantity button,.cart-remove{border:none;color:#fff;border-radius:999px;cursor:pointer}.cart-remove{background:rgba(0,0,0,.45);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease}.cart-remove:hover{background:rgba(0,0,0,.65)}.cart-add-more{display:flex;justify-content:center;padding-top:.5rem}.cart-add-more button{border-radius:999px;border:1px dashed hsla(0,0%,100%,.35);padding:.65rem 1.5rem;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.cart-footer{padding:1.5rem 1.25rem 2.25rem;gap:1.25rem;background:linear-gradient(180deg,rgba(15,16,18,.4),#0f1012);border-top:1px solid hsla(0,0%,100%,.06)}.cart-footer,.cart-summary{display:flex;flex-direction:column}.cart-summary{gap:.75rem}.cart-row,.cart-total{display:flex;align-items:center;justify-content:space-between;font-size:.95rem}.cart-total span:last-child{font-size:1.2rem;font-weight:700;color:var(--accent)}.cart-divider{height:1px;background:hsla(0,0%,100%,.08)}.checkout-screen{position:relative;min-height:100vh;background:var(--app-surface);color:var(--text-primary);display:flex;flex-direction:column}.checkout-background{position:absolute;inset:0;background:var(--app-radial);pointer-events:none}.checkout-appbar{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(12,13,15,.8)}.checkout-appbar h1{margin:0;font-size:1.35rem;font-weight:700}.checkout-appbar-button{width:44px;height:44px;border-radius:999px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.08);color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.checkout-appbar-button:hover{transform:translateY(-1px);border-color:hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.15)}.checkout-appbar-spacer{width:44px;height:44px}.checkout-content{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 1.5rem 7.5rem;overflow-y:auto}.checkout-progress{display:flex;flex-direction:column;gap:.6rem;max-width:640px}.checkout-progress p{margin:0;font-size:.95rem;color:hsla(0,0%,100%,.65)}.checkout-progress-bar{position:relative;width:100%;height:6px;border-radius:999px;background:hsla(0,0%,100%,.1);overflow:hidden}.checkout-progress-bar span{position:absolute;inset:0;background:linear-gradient(90deg,hsla(32,39%,80%,.9),hsla(33,58%,86%,.8));border-radius:inherit}.checkout-panel{display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem;border-radius:1.5rem;background:rgba(24,25,27,.65);border:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);max-width:640px}.checkout-panel-title{margin:0;font-size:1.45rem;font-weight:700}.checkout-panel-subtitle{margin:0;color:hsla(0,0%,100%,.65);font-size:.98rem}.checkout-schedule{display:flex;flex-direction:column;gap:1.25rem}.checkout-event-card,.checkout-event-grid{display:flex;flex-direction:column;gap:1rem}.checkout-event-card{border-radius:1.25rem;border:1px solid hsla(0,0%,100%,.08);background:rgba(18,18,20,.58);padding:1.15rem;transition:border-color .2s ease,transform .2s ease,background-color .2s ease}.checkout-event-card[data-selected=true]{border-color:hsla(32,39%,80%,.7);background:hsla(32,39%,80%,.14);transform:translateY(-2px)}.checkout-event-header{display:flex;align-items:flex-start;gap:.75rem}.checkout-event-header span.material-symbols-outlined{font-size:1.7rem;color:hsla(32,39%,80%,.85)}.checkout-event-header p{margin:0;font-size:1.05rem;font-weight:600}.checkout-event-header small{display:block;margin-top:.25rem;color:hsla(0,0%,100%,.6)}.checkout-event-body{display:flex;flex-direction:column;gap:.75rem}.checkout-timeslot-grid{display:grid;grid-gap:.6rem;gap:.6rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.checkout-timeslot-button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.05);color:#fff;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.checkout-timeslot-button[data-selected=true]{border-color:hsla(32,39%,80%,.8);background:hsla(32,39%,80%,.2);color:#f8e9d9}.checkout-timeslot-button:disabled,.checkout-timeslot-button[data-disabled=true]{opacity:.55;cursor:not-allowed}.checkout-timeslot-button span.material-symbols-outlined{font-size:1.2rem}.checkout-event-empty{margin:0;color:hsla(0,0%,100%,.58);font-size:.9rem}@media (min-width:768px){.checkout-event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem}}.checkout-order-type{display:flex;flex-direction:column;gap:.85rem}.checkout-order-type-card{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;border-radius:1.25rem;border:1px solid hsla(0,0%,100%,.12);background:rgba(18,18,20,.6);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.checkout-order-type-card span.material-symbols-outlined{font-size:1.6rem}.checkout-order-type-card strong{display:block;font-size:1rem}.checkout-order-type-card small{display:block;margin-top:.25rem;color:hsla(0,0%,100%,.6);font-size:.88rem}.checkout-order-type-card.active{border-color:hsla(32,39%,80%,.65);background:hsla(32,39%,80%,.14)}.checkout-field-group{display:flex;flex-direction:column;gap:.6rem}.checkout-field-label{font-size:.9rem;color:hsla(0,0%,100%,.65)}.checkout-select{display:flex;align-items:center;gap:.65rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.12);background:rgba(18,18,20,.7);padding:.65rem .9rem}.checkout-select select{flex:1 1;background:transparent;border:none;color:#fff;font-size:.98rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:.5rem}.checkout-select span:last-child{font-size:1.3rem;color:hsla(0,0%,100%,.55)}.checkout-timeslots{display:flex;flex-direction:column;gap:.75rem}.checkout-timeslot-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.12);background:rgba(20,20,23,.7);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.checkout-timeslot-option.selected{border-color:hsla(32,39%,80%,.6);background:hsla(32,39%,80%,.16)}.checkout-timeslot-option[data-disabled=True],.checkout-timeslot-option[data-disabled=true]{opacity:.45;cursor:not-allowed}.checkout-timeslot-option input{width:20px;height:20px;accent-color:#e0cdb8}.checkout-timeslot-option small{color:hsla(0,0%,100%,.55);font-size:.8rem}.checkout-form{display:flex;flex-direction:column;gap:1rem}.checkout-input-field{display:flex;flex-direction:column;gap:.65rem}.checkout-input-field span:first-child{font-size:.9rem;color:hsla(0,0%,100%,.65)}.checkout-input-wrapper{display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.12);background:rgba(18,18,20,.7)}.checkout-input-wrapper input,.checkout-input-wrapper textarea{flex:1 1;border:none;background:transparent;color:#fff;resize:none;font-size:.98rem}.checkout-input-wrapper.textarea{align-items:flex-start;padding-top:1rem}.checkout-input-wrapper textarea{min-height:96px}.checkout-summary-info{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.checkout-summary-section{border-radius:1rem;border:1px solid hsla(0,0%,100%,.08);background:rgba(18,18,20,.55);padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.35rem}.checkout-summary-section h3{margin:0;font-size:1.05rem}.checkout-summary-section p{margin:0;color:hsla(0,0%,100%,.7);font-size:.95rem}.checkout-summary-section small{color:var(--accent);font-size:.85rem}.checkout-summary-notes{color:hsla(29,60%,87%,.9);font-size:.9rem}.checkout-summary{display:flex;flex-direction:column;gap:1rem}.checkout-summary article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1rem;gap:1rem;padding:.9rem 1rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.08);background:rgba(18,18,20,.6)}.checkout-summary-image{width:64px;height:64px;border-radius:1rem;background:hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;overflow:hidden}.checkout-summary-image img{width:100%;height:100%;object-fit:cover}.checkout-summary-image[data-placeholder=true]{background:hsla(0,0%,100%,.05)}.checkout-summary-image[data-placeholder=true] img{object-fit:contain;padding:1.1rem;opacity:.85;filter:invert(.05) saturate(0)}.checkout-summary h3{margin:0;font-size:1rem}.checkout-summary p{margin:.25rem 0 0;color:hsla(0,0%,100%,.6);font-size:.9rem}.checkout-summary article span:last-child{margin-left:auto;font-weight:600}@media (min-width:768px){.checkout-summary-info{grid-template-columns:repeat(2,minmax(0,1fr))}}.checkout-totals{display:flex;flex-direction:column;gap:.65rem;padding-top:.5rem}.checkout-totals div{display:flex;align-items:center;justify-content:space-between;color:hsla(0,0%,100%,.75)}.checkout-totals .total{font-size:1.05rem;color:#f2decb}.checkout-guidance{border-top:1px solid hsla(0,0%,100%,.08);padding-top:1rem;color:hsla(0,0%,100%,.7)}.checkout-guidance h3{margin:0 0 .5rem;font-size:1.05rem}.checkout-actions{position:fixed;bottom:0;left:0;right:0;z-index:2;padding:1.25rem 1.5rem 1.75rem;display:flex;gap:1rem;background:linear-gradient(0deg,rgba(11,12,14,.95),rgba(11,12,14,.1));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.checkout-secondary{flex:1 1;border-radius:1rem;border:1px solid hsla(0,0%,100%,.25);background:transparent;color:#fff;font-weight:600;padding:1rem 1.25rem;cursor:pointer}.checkout-primary{flex:1.4 1;border-radius:1rem;border:none;background:var(--accent-gradient);color:#1a1918;font-weight:700;padding:1rem 1.4rem;cursor:pointer;box-shadow:0 24px 48px -24px hsla(32,39%,80%,.85);transition:transform .2s ease}.checkout-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.checkout-primary:not(:disabled):hover{transform:translateY(-1px)}.checkout-error{max-width:640px}.confirmation-screen{background:var(--app-surface);align-items:center;justify-content:center;padding:3rem 1.5rem}.confirmation-background{position:absolute;inset:0;background:var(--app-radial);filter:blur(40px)}.confirmation-content{position:relative;z-index:2;background:rgba(24,25,27,.75);border-radius:var(--radius-xl);border:1px solid hsla(0,0%,100%,.12);padding:clamp(2.5rem,5vw,3.5rem);max-width:620px;width:100%;display:flex;flex-direction:column;gap:1.75rem;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-lg)}.confirmation-content header .icon{font-size:2.4rem;color:var(--accent)}.confirmation-content h1{margin:.75rem 0 0;font-size:2.4rem}.confirmation-content p{margin:.4rem 0 0;color:var(--text-muted)}.confirmation-details{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.confirmation-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.confirmation-grid h2{margin:0 0 .5rem}.confirmation-grid p{margin:.25rem 0;color:var(--text-muted)}.admin-login-screen{position:relative;min-height:100vh;background:var(--bg-dark);color:#fff;overflow:hidden}.admin-login-content{position:relative;z-index:1;min-height:100vh;flex-direction:column;gap:1.75rem;padding:2rem 1.5rem 3rem}.admin-login-back,.admin-login-content{display:flex;align-items:center;justify-content:center}.admin-login-back{position:absolute;top:1.5rem;left:1.5rem;background:hsla(0,0%,100%,.08);color:#fff;border-radius:50%;width:44px;height:44px;box-shadow:0 12px 30px rgba(0,0,0,.35)}.admin-login-back .material-symbols-outlined{font-size:1.2rem}.admin-login-card{width:min(100%,420px);padding:2.5rem 2.25rem;display:flex;flex-direction:column;gap:1.25rem}.admin-login-card h1{margin:0;font-size:1.8rem;font-weight:700}.admin-login-card p{margin:0;color:hsla(0,0%,100%,.75);line-height:1.5}.admin-login-field{display:flex;flex-direction:column;gap:.5rem}.admin-login-field label{font-weight:600;color:hsla(0,0%,100%,.85)}.admin-login-field input{border-radius:.9rem;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.08);color:#fff;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.admin-login-field input:focus{outline:none;border-color:rgba(212,175,55,.6);box-shadow:0 0 0 3px rgba(212,175,55,.25)}.admin-login-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.admin-login-actions .ghost-button,.admin-login-actions .primary-button{width:100%;justify-content:center}.admin-login-error,.admin-login-notice{border-radius:1rem;padding:.9rem 1.1rem;font-size:.95rem;line-height:1.45;border-left:4px solid transparent}.admin-login-error{background:rgba(217,83,79,.14);border-left-color:rgba(255,99,99,.8);color:#ffb6b6}.admin-login-notice{background:rgba(212,175,55,.16);border-left-color:rgba(212,175,55,.8);color:#fce7ab}@media (min-width:768px){.admin-login-actions{flex-direction:row}.admin-login-actions .ghost-button{max-width:180px}}.admin-detail-screen,.admin-screen{position:relative;min-height:0;background:var(--bg-dark);color:#fff;overflow-x:hidden;padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 32px)}.admin-background{position:absolute;inset:0;background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuCRTuxIRdvtGIr3bckbrhO4mQ6fvcGxi7cCwFAUXbYimuZcWtydimVbWKfWdRJShJJCiwlp9gdwNeD6JiQ-wvZBTbCe8CwfB4uE6hCd5UNi_cZRZFQ1YXa4VpDiv9kdAeUl6YNti0sZ4YP4WRimAHG_t9EeHxsz4B0hmyjFqy_dkEVSvdtOAh-7wbDq4gwwGj7oMCdmhQztaZAz3oyWRxMFe2AnjpGm6NGYbPZOcQai1mwMCT2B8XZGBdab8pDSeS7Oi4fJQeSnL76M);background-size:cover;background-position:50%;filter:saturate(1.1);z-index:0}.admin-overlay{position:absolute;inset:0;background:rgba(14,15,18,.86);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.admin-content{position:relative;z-index:1;display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden}.admin-detail-topbar,.admin-topbar{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.admin-detail-title h1,.admin-topbar h1{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:.01em}.admin-detail-title{text-align:center;flex:1 1}.admin-detail-title p{margin:.25rem 0 0;color:hsla(0,0%,100%,.72);font-weight:600}.admin-date-picker{justify-content:space-between;padding:0 1.5rem 1.25rem}.admin-date-label,.admin-date-picker{display:flex;align-items:center;gap:1rem}.admin-date-label span{background:hsla(0,0%,100%,.12);border-radius:1rem;padding:.6rem;font-size:1.5rem}.admin-date-label p{margin:0;font-size:1.25rem;font-weight:600}.admin-date-label small{color:hsla(0,0%,100%,.7);font-size:.85rem}.admin-date-picker input[type=date]{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:999px;padding:.55rem 1rem;color:#fff;font-weight:600;cursor:pointer}.admin-filters-mobile{display:flex;justify-content:flex-end;padding:0 1.5rem 1rem}.admin-filters-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.85);font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.admin-filters-toggle:focus-visible{outline:2px solid hsla(46,94%,82%,.6);outline-offset:2px}.admin-filters-toggle:hover{background:rgba(212,175,55,.16);border-color:rgba(212,175,55,.4);color:#fce8a5;transform:translateY(-1px)}.admin-filters{display:flex;align-items:stretch;flex-wrap:wrap;gap:.75rem;padding:0 1.5rem 1.25rem;width:100%}.admin-filters.admin-filters-inline{display:none}.admin-filter{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.15rem;flex:0 1 220px;min-width:140px;border-radius:1rem;border:1px solid hsla(0,0%,100%,.18);padding:.65rem 1.25rem;background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.85);font-weight:600;text-align:left;white-space:normal;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.admin-filter:focus-visible{outline:2px solid hsla(46,94%,82%,.6);outline-offset:2px}.admin-filter-label{font-size:.9rem}.admin-filter-helper{font-size:.75rem;font-weight:500;color:hsla(0,0%,100%,.65)}.admin-filter.active,.admin-filter:hover{background:rgba(212,175,55,.16);border-color:rgba(212,175,55,.4);color:#fce8a5;transform:translateY(-1px)}.admin-filters-dialog{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end;justify-content:center}.admin-filters-backdrop{position:absolute;inset:0;background:rgba(10,11,15,.7)}.admin-filters-panel{position:relative;z-index:1;width:100%;max-width:520px;background:rgba(20,21,25,.95);border-radius:1.5rem 1.5rem 0 0;padding:1.5rem clamp(1.25rem,5vw,2rem) calc(env(safe-area-inset-bottom, 0px) + 1.5rem);box-shadow:0 -16px 32px rgba(0,0,0,.45);max-height:min(80vh,680px);display:flex;flex-direction:column;gap:1.5rem}.admin-filters-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.admin-filters-panel-label{margin:0;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.6)}.admin-filters-panel-header h2{margin:.25rem 0 0;font-size:1.35rem;font-weight:700}.admin-filters-panel-helper{margin:.35rem 0 0;color:hsla(0,0%,100%,.7);font-size:.9rem}.admin-filters-panel-body{overflow-y:auto;padding-right:.25rem}.admin-filter-modal-list{display:flex;flex-direction:column;gap:.75rem}.admin-filter-modal-list .admin-filter{width:100%;flex:1 1 auto}.admin-detail-main,.admin-orders-main{flex:1 1;padding:0 1.5rem calc(env(safe-area-inset-bottom, 0px) + 1.75rem);display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;min-height:0}.admin-helper{color:hsla(0,0%,100%,.7);font-size:.95rem}.admin-error{background:rgba(255,71,71,.12);border:1px solid rgba(255,99,99,.3);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;color:#ffc8c8}.admin-error a{color:#ffd7ce;font-weight:600;text-decoration:none}.admin-order-list{display:flex;flex-direction:column;gap:1rem}.admin-order-card{border:1px solid hsla(0,0%,100%,.12);border-radius:1.25rem;background:hsla(0,0%,100%,.06);padding:1.25rem 1.5rem;text-align:left;display:flex;flex-direction:column;gap:1.25rem;color:inherit;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.admin-order-card:hover{transform:translateY(-2px);border-color:hsla(0,0%,100%,.25);box-shadow:0 16px 38px rgba(0,0,0,.4)}.admin-order-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-order-meta{margin:0;color:hsla(0,0%,100%,.65);font-size:.9rem}.admin-order-card h3{margin:.25rem 0 0;font-size:1.25rem;font-weight:700}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem 1rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.status-pill.pending{background:rgba(255,200,87,.16);color:#ffe399}.status-pill.preparing{background:rgba(108,175,255,.18);color:#c7e0ff}.status-pill.ready{background:rgba(96,211,134,.18);color:#b6f2c6}.status-pill.delivered{background:hsla(0,0%,71%,.2);color:#d9d9d9}.status-pill.cancelled{background:rgba(255,99,99,.16);color:#ffb4a2}.admin-order-card-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.order-type-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border-radius:999px;background:hsla(0,0%,100%,.08);font-size:.85rem;font-weight:600}.order-type-pill .material-symbols-outlined{font-size:1.1rem}.admin-order-extra{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;font-size:.9rem;color:hsla(0,0%,100%,.75)}.admin-order-extra strong{font-size:1.15rem;font-weight:700;color:#fff}.glass-card{border:1px solid hsla(0,0%,100%,.12);border-radius:1.5rem;background:hsla(0,0%,100%,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 60px rgba(0,0,0,.35)}.admin-detail-summary{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.admin-detail-status{align-items:center;text-transform:uppercase;font-size:.85rem;letter-spacing:.08em;color:hsla(0,0%,100%,.7)}.admin-detail-amounts,.admin-detail-status{display:flex;justify-content:space-between;gap:1rem}.admin-detail-amounts{align-items:flex-end}.admin-detail-amounts p{margin:0;color:hsla(0,0%,100%,.7)}.admin-detail-amounts strong{font-size:2rem;font-weight:700;color:#fff}.admin-detail-created{color:hsla(0,0%,100%,.65);font-size:.9rem;text-align:right}.admin-detail-section{display:flex;flex-direction:column;gap:1rem}.admin-detail-section h2{margin:0;font-size:1.15rem;font-weight:700}.admin-detail-items{display:flex;flex-direction:column;gap:.85rem}.admin-detail-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem}.admin-detail-item-info{display:flex;align-items:center;gap:1rem}.admin-detail-quantity{width:52px;height:52px;border-radius:18px;background:hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.admin-detail-item-name{margin:0;font-size:1.05rem;font-weight:600}.admin-detail-item small{color:hsla(0,0%,100%,.65)}.admin-detail-info{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.admin-detail-info h2{margin:0;font-size:1.1rem;font-weight:700}.admin-detail-info-row{display:flex;align-items:flex-start;gap:.75rem;color:hsla(0,0%,100%,.85)}.admin-detail-info-row .material-symbols-outlined{font-size:1.5rem;background:hsla(0,0%,100%,.08);border-radius:.75rem;padding:.5rem}.admin-detail-info-row p,.admin-detail-info-row small{margin:0}.admin-detail-notes{display:flex;gap:.75rem;align-items:flex-start;color:hsla(0,0%,100%,.8)}.admin-detail-footer{position:-webkit-sticky;position:sticky;bottom:0;margin-top:auto;background:rgba(11,12,15,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:1.25rem 1.5rem calc(env(safe-area-inset-bottom, 0px) + 1.25rem);display:flex;flex-direction:column;gap:1rem}.admin-detail-primary-actions{display:flex;flex-direction:column;gap:.75rem}.admin-detail-action{margin:.75rem 0 0;font-size:.9rem}.admin-detail-action.success{color:#c6f6d5}.admin-detail-action.error{color:#ffb5a5}.admin-detail-footer .primary-button{width:100%}.admin-detail-secondary-actions{display:flex;gap:1rem}.admin-detail-secondary-actions .ghost-button{flex:1 1;justify-content:center}@media (min-width:720px){.admin-filters-mobile{display:none}.admin-filters.admin-filters-inline{display:flex}.admin-filters-dialog{display:none}.admin-date-picker,.admin-detail-footer,.admin-detail-topbar,.admin-filters,.admin-topbar{padding-left:2.5rem;padding-right:2.5rem}.admin-detail-main,.admin-orders-main{padding:0 2.5rem calc(env(safe-area-inset-bottom, 0px) + 2rem)}.admin-detail-footer{padding:1.5rem 2.5rem calc(env(safe-area-inset-bottom, 0px) + 1.5rem)}.admin-detail-primary-actions{flex-direction:row}.admin-detail-primary-actions .primary-button{flex:1 1}.admin-detail-secondary-actions{justify-content:flex-end}.admin-detail-secondary-actions .ghost-button{max-width:320px}}@media (min-width:768px){.menu-layout{padding:2.5rem 3rem 0}.menu-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.menu-card{flex-direction:row}.cart-screen,.checkout-screen{padding-bottom:0}.checkout-footer{position:static;background:transparent;padding:0;justify-content:flex-end}.checkout-footer .primary-button{width:auto;padding:0 2.75rem}}