:root{--orange:#ed6036;--ink:#25322f;--muted:#76807e;--line:#ececea;--bg:#f7f8f9}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.55 system-ui,-apple-system,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button,a,input,textarea,select{touch-action:manipulation}button,.btn{cursor:pointer;border:0;border-radius:12px;padding:11px 17px;background:#fff;color:var(--ink);font-weight:650;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}button:hover,.btn:hover{filter:brightness(.96)}button:disabled{opacity:.5;cursor:wait}.primary{background:var(--orange);color:#fff}.secondary{border:1px solid var(--line);background:#fff}.danger{color:#ad3930;background:#fff0ed}h1{font-size:clamp(28px,4vw,40px);line-height:1.13;letter-spacing:-1.3px;margin:8px 0 12px}h2{font-size:21px;line-height:1.3}h3{margin:8px 0;font-size:17px}p{margin:8px 0 16px}small,.muted{color:var(--muted)}label{display:grid;gap:7px;font-size:13px;font-weight:600;margin-bottom:15px}input,select,textarea{width:100%;padding:12px;border:1px solid #dde2df;border-radius:10px;background:#fff;color:var(--ink);min-width:0}input[type=checkbox]{width:auto}textarea{min-height:85px}.row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.between{justify-content:space-between}.stack{display:grid;gap:16px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:20px}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.card{background:white;border:1px solid var(--line);border-radius:20px;padding:22px;min-width:0}.brand{font-size:34px;font-weight:900;letter-spacing:-2px;color:var(--orange);text-decoration:none}.brand span{font-size:16px}.pill{display:inline-block;border-radius:20px;padding:5px 11px;font-size:11px;background:#fff0e9;color:#a64e30;font-weight:750}.green{background:#e8f5ed;color:#28764b}.eyebrow{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:1.8px}.shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.shell aside{background:#fff;border-right:1px solid var(--line);padding:27px 20px;position:sticky;height:100vh;top:0;display:flex;flex-direction:column;gap:22px;width:auto}.shell aside nav{display:grid;gap:7px}.shell aside nav button{justify-content:flex-start;background:none;color:#69746f;padding:13px 15px;gap:12px}.shell aside nav button.active{background:#fff0e8;color:#d75830}.shell aside nav .ico{font-size:19px;width:23px}.side-account{margin-top:auto;overflow-wrap:anywhere;font-size:12px}.shell header{height:83px;background:white;border-bottom:1px solid var(--line);padding:0 38px;display:flex;align-items:center;justify-content:space-between;gap:15px}.shell main{padding:34px 38px;max-width:1450px;margin:auto}.title-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:25px;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:23px 0}.stat{padding:22px;background:#fff;border:1px solid var(--line);border-radius:17px}.stat strong{display:block;font-size:27px;font-weight:800;margin-top:10px}.stat small{font-size:12px}.stat .stat-icon{float:right;color:var(--orange);background:#fff1e9;padding:6px 11px;border-radius:10px}.order{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:21px;border-bottom:1px solid var(--line)}.order:last-child{border-bottom:0}.order p{font-size:13px;color:var(--muted);margin:5px 0}.order h3{margin-top:0}.order-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.tabs{display:flex;gap:6px;flex-wrap:wrap}.tabs button{background:transparent;color:var(--muted)}.tabs .active{background:#fff0e8;color:#c7542e}.empty{text-align:center;color:var(--muted);padding:45px 20px}.empty span{display:block;font-size:46px;margin-bottom:8px}.store-hero{border-radius:24px;padding:32px;background:linear-gradient(120deg,#fff0dd,#ffdcc9);display:flex;align-items:center;gap:25px;margin-bottom:27px}.store-hero .art{font-size:85px;line-height:1.2}.store-hero h1{max-width:580px}.product-art{height:135px;background:linear-gradient(140deg,#fff2d9,#ffe4d7);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:65px;position:relative}.food-card{padding:14px}.food-card p{font-size:13px;min-height:40px}.food-card .body{padding:4px 6px}.circle{width:35px;height:35px;border-radius:50%;padding:0;background:var(--orange);color:white}.searchbox{max-width:420px}.notice{padding:14px;background:#fff8e9;border:1px solid #f1e2bd;border-radius:12px;color:#765d26}.auth-wrap{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-brand{background:#ffede0;padding:60px;display:flex;flex-direction:column;justify-content:space-between}.auth-brand h1{font-size:clamp(42px,5vw,66px);max-width:520px}.auth-card{align-self:center;padding:45px;max-width:520px;width:100%;margin:auto}.auth-art{font-size:110px;letter-spacing:-20px;margin:35px 0}.header-badge{font-size:12px;color:#63736b}.cart-line{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line button{padding:3px 10px}.total{font-size:22px;font-weight:800;padding:20px 0}.timeline{border-left:2px solid #f3d7c7;margin:18px 8px;padding-left:18px}.timeline div{margin:15px 0}.timeline small{display:block}.scroll-table{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;padding:15px 12px;border-bottom:1px solid var(--line)}td .row{min-width:160px}.loading{padding:45px;text-align:center}#modal{max-width:680px;width:calc(100% - 30px);max-height:90vh;border:0;border-radius:24px;padding:28px;color:var(--ink)}#modal::backdrop{background:#25322f99}#modal .close{float:right}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);max-width:calc(100% - 30px);background:#25322f;color:white;padding:14px 25px;border-radius:12px;z-index:1000;box-shadow:0 5px 30px #0002}.mobile-brand{display:none}.bottom-legal{font-size:12px;padding:30px 0;color:var(--muted)}.bottom-legal a{color:inherit}.online-toggle{background:#e8f5ed;color:#28764b}pre{overflow:auto;background:#f5f6f5;padding:16px;border-radius:10px;font-size:12px}.subtle{font-size:12px;color:var(--muted)}[hidden]{display:none!important}:focus-visible{outline:3px solid #ffa67d;outline-offset:3px}
@media(max-width:900px){.shell{grid-template-columns:200px minmax(0,1fr)}.shell main{padding:25px 20px}.shell header{padding:0 20px}.shell aside{padding:22px 12px}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-brand{padding:35px}.auth-card{padding:30px}.store-hero{padding:25px}.store-hero .art{font-size:60px}}
@media(max-width:650px){.shell{display:block}.shell aside{position:fixed;top:auto;bottom:0;width:100%;height:auto;padding:7px;z-index:10;border-top:1px solid var(--line);border-right:0;display:block;overflow:auto}.shell aside>.brand,.shell aside>.card,.shell aside>.eyebrow,.side-account{display:none}.shell aside nav{display:flex;gap:3px;min-width:max-content}.shell aside nav button{flex-direction:column;gap:1px;font-size:10px;padding:6px 13px;border-radius:10px;min-width:62px}.shell aside nav .ico{font-size:19px}.shell header{height:70px;padding:12px 18px}.mobile-brand{display:inline}.header-badge{font-size:10px}.shell main{padding:22px 16px 100px}.stats{gap:10px}.stat{padding:16px}.stat strong{font-size:24px}.stat .stat-icon{display:none}.order{padding:18px;grid-template-columns:1fr;gap:10px}.order-actions{justify-content:flex-start}.auth-wrap{display:block}.auth-brand{padding:25px;min-height:180px}.auth-brand h1{font-size:32px;margin-bottom:0}.auth-brand .auth-art,.auth-brand>small,.auth-brand p{display:none}.auth-card{padding:25px}.two{grid-template-columns:1fr}.store-hero{padding:22px;gap:8px}.store-hero .art{font-size:62px}.store-hero h1{font-size:27px}.card{padding:18px}.food-card{padding:12px}.grid{grid-template-columns:1fr}.title-row{margin-bottom:15px}#toast{bottom:90px}}

.shell aside{overflow-y:auto}.shell aside>.brand,.shell aside>.card,.shell aside>.eyebrow,.shell aside>nav,.side-account{flex-shrink:0}.side-account{padding-top:12px}

@media(max-width:650px){.shell header .header-badge{display:none}.shell header>.row{flex-wrap:nowrap;gap:8px}.shell header .pill{font-size:10px}.shell header>.row>.btn{font-size:11px;padding:8px}.shell aside{overflow-y:hidden}.shell header .brand{font-size:32px}}

.gmp{font-size:14px;font-weight:400;font-style:normal;letter-spacing:normal;white-space:nowrap;color:#1f1f1f}

.shell aside nav .mobile-more{display:none}@media(max-width:650px){.shell aside nav{min-width:0;justify-content:space-around}.shell aside nav .nav-extra{display:none}.shell aside nav .mobile-more{display:flex}.shell aside nav button{padding:6px 9px}}

.product-art.has-photo{padding:0;overflow:hidden;background:#f1eee8;height:auto;aspect-ratio:4/3}.has-photo img{display:block;width:100%;height:100%;object-fit:cover}.food-card{overflow:hidden}.food-card .product-art{border-radius:14px}.store-cover{width:240px;flex:0 0 240px}.store-cover .product-art{margin:0;border-radius:18px}.product-thumb{width:68px;height:68px;flex:0 0 68px;background:#fff1e6;border-radius:12px;overflow:hidden;display:grid;place-items:center;font-size:30px}.cart-product{display:flex;align-items:center;gap:12px;min-width:0}.cart-product p{margin:3px 0}.cart-line{align-items:center}.image-editor{border:1px solid var(--line);border-radius:16px;padding:16px;margin:16px 0;display:grid;gap:12px}.editor-photo{height:180px;max-width:300px;background:#fff1e6;border-radius:12px;overflow:hidden;display:grid;place-items:center;font-size:55px}.photo-pick{margin:0}.photo-pick input{max-width:100%;font-size:13px}.photo-status{font-size:13px;margin:0;color:#56685e}.image-editor small{font-weight:400}@media(max-width:650px){.store-cover{width:112px;flex-basis:112px}.store-cover .product-art{aspect-ratio:1}.cart-line{gap:8px}.cart-line>.row{gap:8px;flex-wrap:nowrap}.product-thumb{width:52px;height:52px;flex-basis:52px}.cart-product{gap:8px}.cart-product strong{font-size:13px}.food-card .product-art{aspect-ratio:16/10}}

.menu-tabs{margin-bottom:24px;border-bottom:1px solid var(--line);padding-bottom:12px}.category-nav{display:flex;gap:10px;overflow-x:auto;padding:6px 0 16px}.category-nav a{white-space:nowrap;flex-shrink:0}.menu-category{scroll-margin-top:24px;margin-bottom:32px}.menu-category h2{font-size:25px}fieldset{border:1px solid var(--line);border-radius:15px;padding:16px;margin:20px 0;min-width:0}legend{font-weight:750;padding:0 7px}.choice-row{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#f8f9f8;padding:12px;border-radius:10px;margin:8px 0}.choice-row span{display:flex;align-items:center;gap:10px}.choice-row b{white-space:nowrap;font-size:12px}.unavailable{opacity:.5}.addon-edit-row{border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:12px}.extras-summary{display:block;font-size:12px;color:#69786e;line-height:1.5}.text-button{font-size:12px;padding:0!important;color:var(--orange);background:transparent}.customize-submit{width:100%;position:sticky;bottom:0}.cart-product .text-button{margin-top:4px}@media(max-width:650px){.menu-tabs{gap:4px}.menu-tabs button{font-size:12px;padding:9px}.choice-row{font-size:12px}.category-nav{margin-right:-16px}.cart-product .product-thumb{width:44px;height:44px;flex-basis:44px}}


/* Storefront follows the mobile shopping flow; business/admin keep their layout. */
.order-confirmed{display:flex;gap:15px;align-items:center;background:#edf9f1;border:1px solid #d4eedd;padding:20px;border-radius:18px;color:#25744b;margin-bottom:25px}.order-confirmed>span{font-size:30px}.order-confirmed p{font-size:12px;margin:3px 0}.customer-orders{margin-top:20px}.customer-app .customer-orders .order{grid-template-columns:1fr}.customer-app .customer-orders{padding:0;overflow:hidden}.customer-app .customer-orders .order>div>span{overflow-wrap:anywhere}
.customer-app{--orange:#ef512d;--ink:#242a32;--muted:#77808b;--bg:#fff;background:#fff;font-size:14px}.customer-shell{max-width:1120px;margin:auto;min-height:100vh}.customer-header{background:linear-gradient(115deg,#fa5b29,#e9363e);color:#fff;border-radius:0 0 28px 28px;padding:20px 24px 0}.customer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px}.customer-brand{font-size:45px;font-weight:950;letter-spacing:-3px;line-height:1;background:none;color:#fff;padding:0;display:flex;flex-direction:column;gap:5px;flex-shrink:0}.customer-brand span{font-size:9px;letter-spacing:3.5px;padding-left:5px}.delivery-location{border:1px solid #ffffff50;background:#ffffff17;color:#fff;border-radius:28px;padding:9px 13px;max-width:66%;gap:8px;min-width:0;text-align:left}.customer-app svg{width:23px;height:23px;flex-shrink:0}.delivery-location>span:first-of-type{min-width:0}.delivery-location small{display:block;font-size:10px;color:#ffddd5;font-weight:500}.delivery-location strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:380px}.customer-search{display:flex;align-items:center;gap:3px;background:#fff;border-radius:17px;box-shadow:0 8px 20px #9027191c;transform:translateY(9px);margin-top:-6px}.customer-search button{color:var(--orange);padding:14px 6px 14px 16px;background:none}.customer-search input{border:0;background:none;padding:14px 10px 14px 2px;font-size:14px;border-radius:17px}.customer-main{padding:30px 24px 115px}.customer-promos{margin-bottom:20px}.customer-promo{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;border-radius:22px;overflow:hidden;background:#281e19;color:#fff;min-height:250px;position:relative}.customer-promo>div:first-child{padding:25px;position:relative;z-index:1}.customer-promo h1{font-size:clamp(28px,3.5vw,42px);letter-spacing:-1px;max-width:400px;margin:10px 0}.customer-promo p{color:#ecdad1;font-size:13px;max-width:300px}.promo-tag{font-size:9px;letter-spacing:1.8px;font-weight:700;color:#ffba81}.customer-promo .product-art{height:100%;aspect-ratio:auto!important;border-radius:0;min-height:250px;opacity:.9}.customer-promo .product-art img{height:100%;position:absolute;inset:0}.customer-promo button{background:#fa6532;color:#fff;border-radius:30px;font-size:12px;padding:10px 15px}.promo-dots{display:flex;justify-content:center;gap:6px;margin-top:12px}.promo-dots button{width:6px;height:6px;min-width:6px;border-radius:10px;background:#d9dcdf;padding:0}.promo-dots button.active{width:20px;background:var(--orange)}.customer-services{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:25px 0}.service-tile{display:flex;flex-direction:column;gap:7px;border:1px solid #f0efed;border-radius:19px;box-shadow:0 7px 15px #242a3206;font-size:12px;padding:17px 5px}.service-tile span{font-size:36px;line-height:1.3}.food-categories{display:flex;gap:15px;overflow-x:auto;padding:7px 0 20px;scrollbar-width:none}.food-categories button{background:transparent;display:flex;flex-direction:column;gap:8px;padding:2px;min-width:76px;font-size:11px;color:#626873}.food-categories .product-art,.food-categories .all-food{display:grid;place-items:center;width:70px;height:70px;aspect-ratio:1;border-radius:50%;padding:5px;border:2px solid #f1ece7;background:#fff9f3;font-size:28px;overflow:hidden}.food-categories .product-art img{border-radius:50%}.food-categories .active .product-art,.food-categories .active .all-food{border-color:var(--orange)}.food-categories .active{color:var(--orange)}.customer-section-heading{display:flex;justify-content:space-between;align-items:center;margin:14px 0 20px}.customer-section-heading h2{margin:0;font-size:23px;letter-spacing:-.6px}.customer-section-heading p{font-size:12px;color:var(--muted);margin:3px 0}.customer-section-heading span{font-size:11px;color:var(--muted)}.restaurant-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.restaurant-card{border:1px solid #eee;border-radius:20px;overflow:hidden;box-shadow:0 8px 22px #242a3205}.restaurant-cover{padding:0;display:block;width:100%;position:relative;border-radius:0;overflow:hidden}.restaurant-cover .product-art{aspect-ratio:2.2;height:auto;border-radius:0}.restaurant-status{position:absolute;left:12px;top:12px;background:#fff;color:#727781;border-radius:7px;padding:4px 8px;font-size:10px}.restaurant-status.is-open{background:#fff;color:#288254}.restaurant-info{padding:12px 16px 16px}.restaurant-info .row{gap:5px;flex-wrap:nowrap}.restaurant-name{padding:0;justify-content:flex-start;text-align:left;background:none;min-width:0}.restaurant-name h3{font-size:20px;margin:0;font-weight:800;letter-spacing:-.5px}.restaurant-info p{font-size:12px;line-height:1.5;color:var(--muted);margin:5px 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.favorite-button{padding:7px;flex-shrink:0;background:#fff;border-radius:50%;color:#85898f}.favorite-button.selected{color:var(--orange)}.favorite-button.selected svg{fill:#fff0e9}.restaurant-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:11px;color:#616c75}.restaurant-tags{display:flex;gap:8px;margin-top:12px;font-size:10px}.restaurant-tags span{background:#f7f7f6;border-radius:5px;padding:3px 7px;color:#777}.customer-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:1120px;display:flex;justify-content:space-around;background:#fffffffa;box-shadow:0 -5px 22px #242a3210;border:1px solid #f2f2f2;border-radius:22px 22px 0 0;padding:10px 10px calc(10px + env(safe-area-inset-bottom));z-index:20}.customer-nav button{position:relative;display:flex;flex-direction:column;gap:4px;font-size:10px;padding:3px 10px;min-width:50px;background:none;color:#767c81}.customer-nav button.active{color:var(--orange)}.customer-nav b{position:absolute;top:-3px;right:6px;background:var(--orange);color:white;border-radius:20px;min-width:17px;font-size:9px;line-height:17px}.customer-footer{text-align:center;color:#989ba0;font-size:10px;margin-top:45px;line-height:2}.customer-footer strong{font-weight:600}.customer-footer a{color:inherit}.basket-dock{position:fixed;bottom:calc(79px + env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:calc(100% - 32px);max-width:650px;z-index:19;background:var(--orange);color:#fff;padding:12px 16px;box-shadow:0 8px 20px #c8443330;border-radius:15px;display:flex;gap:12px}.basket-dock>strong:last-child{margin-left:auto;white-space:nowrap}.basket-count{padding:3px 9px;border-radius:7px;background:#ffffff25}.with-basket .customer-main{padding-bottom:160px}.customer-app #toast{bottom:145px;font-size:12px}.store-toolbar{display:flex;justify-content:space-between;gap:15px;margin-bottom:18px}.store-toolbar .secondary{border:0;padding:0;font-size:12px;color:#727781}.customer-store-hero{display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:center;margin-bottom:25px}.customer-store-hero .product-art{aspect-ratio:1;border-radius:20px}.customer-store-hero h1{font-size:30px;letter-spacing:-1px}.customer-store-hero p{font-size:13px;color:#727781;line-height:1.5}.customer-store-hero small{font-size:11px}.customer-store-hero .restaurant-meta{margin-top:15px}.menu-search{display:flex;align-items:center;gap:6px;border:1px solid #eee;border-radius:12px;padding:0 10px}.menu-search svg{color:#8a8f94;width:18px}.menu-search input{border:0;padding:12px 5px}.menu-search button{font-size:12px;color:var(--orange);padding:9px 3px}.customer-app .category-nav{position:sticky;top:0;background:#fffffffa;z-index:3;padding:16px 0 0;border-bottom:1px solid #eee;margin:10px 0 20px;gap:20px}.customer-app .category-nav a{font-size:13px;font-weight:700;color:#555;text-decoration:none;padding:0 0 12px;border-bottom:3px solid transparent}.customer-app .category-nav a:hover{color:var(--orange);border-color:var(--orange)}.customer-app .menu-category{scroll-margin-top:70px}.customer-app .menu-category h2{font-size:20px}.customer-menu-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:35px}.customer-product{display:grid;grid-template-columns:minmax(0,1fr) 105px;gap:18px;padding:20px 0;border-bottom:1px solid #eee;align-items:center}.customer-product h3{font-size:15px;margin:0;font-weight:750}.product-name{display:block;padding:0;background:none;text-align:left}.customer-product p{font-size:12px;line-height:1.5;color:var(--muted);margin:5px 0 9px}.customer-product>div>strong{font-size:16px;display:block;margin-bottom:9px}.product-picture{padding:0;overflow:hidden;border-radius:16px;align-self:start}.product-picture .product-art{width:105px;height:105px;aspect-ratio:1;border-radius:0}.add-product{font-size:11px;color:var(--orange);border:1px solid #fac8b5;border-radius:25px;padding:5px 13px;background:#fff}.quantity-control{display:inline-flex;align-items:center;justify-content:space-between;border:1px solid #f2c9b8;border-radius:20px;color:var(--orange);min-width:85px;overflow:hidden;gap:4px;margin-top:5px;font-size:12px}.quantity-control button{background:transparent;padding:4px 10px!important;font-size:16px;color:var(--orange);border-radius:0;min-width:29px}.quantity-control span{min-width:16px;text-align:center;color:var(--ink)}.checkout-steps{display:flex;list-style:none;gap:24px;padding:0;margin:0 0 24px;color:#989ea6;font-size:12px}.checkout-steps li{display:flex;gap:8px;align-items:center}.checkout-steps b{border:1px solid #dfe1e4;width:23px;height:23px;text-align:center;border-radius:50%;line-height:21px;font-size:11px}.checkout-steps .current{color:var(--orange);font-weight:700}.checkout-steps .current b{background:var(--orange);color:#fff;border-color:var(--orange)}.checkout-steps .done{color:#25865c}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}.checkout-grid>.card{padding:22px;border-radius:18px}.customer-app .cart-line{gap:15px}.cart-item-price{text-align:right;flex-shrink:0;max-width:110px}.cart-item-price>b{display:block}.customer-app .cart-product{align-items:flex-start;gap:10px}.customer-app .cart-product strong{font-size:13px}.customer-app .cart-product .text-button{display:block}.price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #f0f1f2;font-size:13px}.price-row>b,.price-row>strong{white-space:nowrap}.price-row small{font-size:11px}.location-gps{border:1px solid #ffd1bc;color:var(--orange);background:#fff8f3;width:100%;font-size:13px}.location-status{font-size:12px;color:#77808b;margin:12px 0}.coordinate-fallback{font-size:12px;margin:15px 0;color:#7d858e}.coordinate-fallback summary{cursor:pointer}.coordinate-fallback .two{margin-top:10px;grid-template-columns:1fr 1fr}.address-confirm{display:flex;align-items:flex-start;font-size:12px;font-weight:400;line-height:1.5;margin-top:20px}.address-confirm input{margin-top:3px;flex-shrink:0}.checkout-next{width:100%;margin-top:12px;padding:14px;font-size:14px}.customer-app h1{font-size:30px}.payment-choice{display:flex;align-items:center;gap:12px;background:#fff8f3;border:1px solid #ffd9c6;border-radius:12px;padding:15px}.payment-choice input{width:auto}.payment-choice span{display:grid;gap:4px}.payment-choice small{font-weight:400;font-size:11px}.payment-total{font-size:20px;font-weight:800;border:0;margin:8px 0}.payment-summary>.subtle{display:block}.customer-app hr{border:0;border-top:1px solid #eee;margin:24px 0}.customer-app .empty-cta{text-align:center}.customer-app #modal{max-width:540px}.customer-app #modal .product-art{max-height:260px;aspect-ratio:16/10}.customer-app .customize-submit{box-shadow:0 -12px 20px #fff}.customer-app .form-error{color:#b53126;font-size:13px}.customer-app .auth-wrap{min-height:100vh}
@media(max-width:650px){.customer-header{padding:18px 18px 0}.customer-top{gap:12px}.customer-brand{font-size:40px}.delivery-location{padding:8px 10px;max-width:65%}.delivery-location strong{font-size:10px}.delivery-location svg{width:17px;height:17px}.customer-main{padding:28px 16px 105px}.customer-search input{font-size:12px}.customer-promo{min-height:205px;grid-template-columns:1.1fr 1fr}.customer-promo>div:first-child{padding:20px 0 20px 19px}.customer-promo .product-art{min-height:230px}.customer-promo h1{font-size:27px}.customer-promo p{font-size:11px;margin-bottom:12px}.promo-tag{font-size:7px;letter-spacing:1px}.customer-promo button{font-size:10px;padding:8px 11px}.customer-services{gap:8px;margin:18px 0}.service-tile{font-size:10px;padding:12px 2px;border-radius:16px}.service-tile span{font-size:30px}.food-categories{gap:10px}.food-categories button{min-width:73px;font-size:10px}.food-categories .product-art,.food-categories .all-food{width:62px;height:62px}.restaurant-list{grid-template-columns:1fr;gap:22px}.restaurant-name h3{font-size:20px}.restaurant-info{padding:12px 14px 15px}.restaurant-cover .product-art{aspect-ratio:2.1}.customer-section-heading h2{font-size:22px}.customer-store-hero{grid-template-columns:90px minmax(0,1fr);gap:15px;align-items:start}.customer-store-hero h1{font-size:25px;margin:8px 0}.customer-store-hero p{font-size:12px;margin-bottom:8px}.customer-store-hero .product-art{height:90px;width:90px;border-radius:18px}.customer-store-hero .restaurant-meta{gap:5px;font-size:10px}.customer-menu-list{grid-template-columns:1fr}.customer-app .menu-category h2{font-size:18px}.customer-app .category-nav{margin-right:0}.customer-product{grid-template-columns:minmax(0,1fr) 105px;padding:20px 0}.checkout-grid{grid-template-columns:1fr;gap:20px}.checkout-grid>.card{padding:18px}.checkout-steps{gap:15px;font-size:10px;margin-bottom:20px}.checkout-steps li{gap:5px}.customer-app #modal{width:100%;max-width:100%;max-height:94dvh;margin:auto 0 0;border-radius:24px 24px 0 0;padding:24px 20px}.customer-app #modal .product-art{max-height:230px}.customer-app .cart-product .product-thumb{width:44px;height:44px;flex-basis:44px}.customer-app .extras-summary{font-size:10px}.customer-app .cart-line{gap:8px}.customer-app .total{font-size:21px}.customer-app .with-basket .customer-main{padding-bottom:165px}}

.basket-dock [data-delivery-dock]{margin-left:auto;text-align:right;white-space:nowrap;line-height:1.3}.basket-dock [data-delivery-dock] small{display:block;font-size:9px;color:#fff;opacity:.9;font-weight:400}
.shipping-estimate{margin-top:9px;font-size:12px;color:#3a6050;line-height:1.6}.shipping-estimate>small{display:block;color:#8a8f95;font-size:10px}.shipping-prompt{padding:0;background:none;color:#b34b29;font-size:12px;font-weight:600;text-align:left;justify-content:flex-start}.shipping-error{display:block;color:#a74c3a;font-size:11px}.rating-average{display:flex;align-items:center;gap:5px;margin-top:9px;color:#5b6268;font-size:12px}.rating-average>span{color:#f2ac28;font-size:17px}.rating-average strong{font-size:14px;color:#30363d}.rating-average small{font-size:11px}.rating-stars{display:flex;gap:8px;justify-content:space-between}.rating-stars label{position:relative;margin:0;flex:1;text-align:center}.rating-stars input{position:absolute;opacity:0;width:1px;height:1px}.rating-stars span{display:block;border:1px solid #e7e5e1;border-radius:10px;padding:10px 4px;font-size:15px;color:#8c806c;cursor:pointer}.rating-stars input:checked+span{background:#fff4d8;border-color:#e3a320;color:#855500}.rating-stars input:focus-visible+span{outline:3px solid #ffa67d;outline-offset:3px}[data-delivery-cart] .payment-total{font-size:18px}.restaurant-info .restaurant-meta{margin-bottom:4px}

/* Compact business rows show the business identity, never a product cover. */
.restaurant-list{gap:12px}.compact-business{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;padding:15px;border-radius:16px;box-shadow:none;align-items:start}.restaurant-logo-link{padding:0;background:none;border-radius:14px;align-self:start;margin-top:3px}.business-logo{height:72px;width:72px;border-radius:15px;overflow:hidden;background:#fff;display:grid;place-items:center;border:1px solid #f0eae4;flex-shrink:0}.business-logo.has-photo img{width:100%;height:100%;object-fit:contain;padding:4px}.business-logo.logo-monogram{background:#fff0e8;border-color:#ffe1d0;color:#d8582d;font-size:25px;font-weight:850;letter-spacing:-1px}.compact-business:nth-child(3n+2) .logo-monogram{background:#edf5eb;border-color:#deebdc;color:#537443}.compact-business:nth-child(3n+3) .logo-monogram{background:#fdf1df;border-color:#f8e7c9;color:#ab752d}.compact-business .restaurant-info{padding:0;min-width:0}.compact-business .restaurant-name h3{font-size:17px;line-height:1.25;letter-spacing:-.3px}.compact-business .favorite-button{padding:0 0 0 5px;align-self:flex-start}.compact-business .favorite-button svg{width:20px;height:20px}.compact-category{display:flex;gap:8px;flex-wrap:wrap;align-items:center;font-size:10px;color:#8a8c90;margin-top:4px;line-height:1.3}.open-label{color:#358355}.closed-label{color:#b45847}.compact-category small{font-size:9px}.compact-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:5px;line-height:1.3}.compact-meta>span{color:#80868c;font-size:11px;white-space:nowrap}.compact-meta .rating-average{margin:0;gap:4px}.compact-meta .rating-average>span{font-size:14px}.compact-meta .rating-average strong{font-size:12px}.compact-meta .rating-average small{font-size:10px}.compact-business .shipping-estimate{margin-top:6px;font-size:12px;line-height:1.35}.compact-business .shipping-estimate>small{display:inline;font-size:9px;margin-left:6px}.compact-business .shipping-prompt{font-size:11px}.customer-store-hero>.business-logo{width:110px;height:110px}.customer-store-hero>.logo-monogram{font-size:36px}
@media(max-width:650px){.compact-business{grid-template-columns:64px minmax(0,1fr);gap:12px;padding:13px}.compact-business .business-logo{width:64px;height:64px;border-radius:13px;font-size:23px}.compact-business .restaurant-info{padding:0}.compact-business .restaurant-name h3{font-size:16px}.compact-meta{gap:10px}.compact-business .shipping-estimate>small{display:block;margin-left:0;margin-top:2px}.customer-store-hero>.business-logo{width:80px;height:80px;font-size:27px}}
/* Customer app shell: one scrolling screen, persistent app bar and navigation. */
body.customer-app{background:#f2f3f5;overflow:hidden;overscroll-behavior:none}
.customer-app #root{height:100vh;height:100dvh}
.customer-shell{height:100%;min-height:0;max-width:780px;background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden}
.customer-header{flex:none;background:#fff;color:var(--ink);border-radius:0;padding:calc(10px + env(safe-area-inset-top)) 18px 12px;border-bottom:1px solid #f0f1f2;z-index:5}
.customer-top{padding:0 0 10px;gap:12px;min-height:46px}
.delivery-location{border:0;background:none;color:var(--ink);border-radius:0;padding:0;max-width:calc(100% - 52px);gap:10px;min-height:44px}
.delivery-location svg{color:var(--orange);width:23px;height:23px}
.delivery-location small{font-size:10px;color:#85858b;line-height:1.3}
.delivery-location strong{font-size:14px;max-width:540px;line-height:1.6}
.app-icon-button{width:44px;height:44px;min-width:44px;padding:10px;background:#f7f7f8;border-radius:14px;color:#42464c}
.app-icon-button.selected{color:var(--orange);background:#fff1ea}
.app-icon-button.selected svg{fill:#ffe0d2}
.customer-search{margin:0;transform:none;box-shadow:none;border-radius:13px;background:#f4f5f6;height:44px}
.customer-search input{font-size:14px;padding:10px 8px;background:transparent}
.customer-search button{padding:10px 8px 10px 12px;color:#888c94}
.app-titlebar{display:flex;align-items:center;gap:12px;min-height:48px}
.app-titlebar h1{font-size:18px;letter-spacing:-.4px;margin:0;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.app-wordmark{font-size:25px;letter-spacing:-1.5px;font-weight:900;color:var(--orange);margin-left:auto}
.customer-main,.with-basket .customer-main,.customer-app .with-basket .customer-main{flex:1;min-height:0;width:100%;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;padding:16px 18px 24px;scrollbar-width:thin;scroll-padding-top:68px}
.customer-nav{position:relative;left:auto;bottom:auto;transform:none;flex:none;width:100%;max-width:none;border:0;border-top:1px solid #eee;border-radius:0;box-shadow:0 -3px 14px #242a3205;padding:7px 6px calc(7px + env(safe-area-inset-bottom));background:#fff;z-index:5}
.customer-nav button{padding:5px 8px;min-width:54px;gap:3px;min-height:49px;font-size:10px;border-radius:13px}
.customer-nav button.active{background:#fff1e9}
.customer-nav button svg{width:22px;height:22px}
.customer-nav b{top:0;right:2px}
.basket-dock{position:relative;bottom:auto;left:auto;transform:none;flex:none;width:calc(100% - 32px);max-width:none;margin:8px 16px 10px;padding:12px 14px;border-radius:14px;box-shadow:none;font-size:13px;min-height:54px;z-index:4}
.customer-app #toast{bottom:calc(145px + env(safe-area-inset-bottom));max-width:360px;width:calc(100% - 36px);text-align:center;pointer-events:none;padding:12px 16px}
.app-promo{display:grid;grid-template-columns:1.25fr 1fr;width:100%;height:137px;background:#fff0e3;padding:0;overflow:hidden;border-radius:18px;text-align:left;gap:0;margin:0 0 16px}
.app-promo>div:first-child{padding:16px 0 16px 17px;z-index:1}
.app-promo .promo-tag{display:block;font-size:8px;letter-spacing:.8px;color:#ae5933;margin-bottom:6px}
.app-promo strong{display:block;font-size:23px;line-height:1.08;letter-spacing:-.7px;color:#522c20}
.promo-link{display:block;font-size:11px;color:#b44525;margin-top:9px}
.app-promo .product-art{height:137px;border-radius:60px 0 0 60px;background:#fdd8bb}
.app-promo img{height:100%;width:100%;object-fit:cover}
.food-categories{gap:12px;padding:0 0 12px;margin:0}
.food-categories button{min-width:64px;font-size:10px;gap:5px}
.food-categories .product-art,.food-categories .all-food{width:54px;height:54px;font-size:22px;padding:3px}
.food-categories strong{max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-section-heading{margin:12px 0}
.customer-section-heading h2{font-size:19px;letter-spacing:-.4px}
.customer-section-heading>div{width:100%;display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 10px}
.customer-section-heading>div p{width:100%;order:3}
.customer-section-heading>div>span{margin-left:auto;white-space:nowrap}
.restaurant-list{grid-template-columns:1fr;gap:10px}
.compact-business{padding:12px;grid-template-columns:62px minmax(0,1fr);gap:12px;border-radius:14px}
.compact-business .business-logo{width:62px;height:62px}
.compact-business .favorite-button{width:32px;min-height:32px;margin-top:-5px;margin-right:-5px;padding:5px}
.compact-business .restaurant-name{min-height:26px}
.compact-business .restaurant-name h3{font-size:16px}
.compact-business .shipping-prompt{min-height:26px}
.store-toolbar{display:none}
.customer-store-hero{grid-template-columns:64px minmax(0,1fr);gap:13px;margin:0 0 18px;align-items:start}
.customer-store-hero>.business-logo{width:64px;height:64px;font-size:24px}
.customer-store-hero h1{display:none}
.customer-store-hero p{font-size:12px;line-height:1.4;margin:6px 0}
.customer-store-hero .restaurant-meta{margin-top:6px}
.customer-store-hero .rating-average{display:inline-flex;margin:5px 0 0}
.customer-store-hero .pill{font-size:10px;padding:3px 8px}
.customer-app .menu-category{margin-bottom:20px}
.customer-menu-list{grid-template-columns:1fr}
.customer-product{padding:15px 0;grid-template-columns:minmax(0,1fr) 96px;gap:14px}
.product-picture .product-art{width:96px;height:96px}
.customer-product .add-product{min-height:36px;padding:6px 14px}
.customer-app .quantity-control button{min-width:36px;min-height:36px}
.customer-app .category-nav{margin:10px 0 12px;padding-top:13px;gap:20px;overscroll-behavior-x:contain}
.customer-app .category-nav a{padding:0 0 13px;min-height:36px}
.screen-cart .customer-main> .row>h1,.screen-cart .customer-section-heading,.screen-orders .customer-section-heading h1,.screen-profile .title-row,.screen-support .title-row{display:none}
.customer-app h1{font-size:23px}
.customer-app .app-titlebar h1{font-size:18px}
.customer-app h2{font-size:18px}
.checkout-grid{grid-template-columns:1fr;gap:16px}
.checkout-grid>.card{padding:16px;border-radius:16px}
.checkout-steps{margin:0 0 12px;gap:16px;font-size:10px}
.screen-cart .customer-main>.row{justify-content:flex-end;margin-bottom:6px}
.customer-app .checkout-next{min-height:48px;border-radius:14px}
.payment-summary .checkout-next{position:sticky;bottom:0;box-shadow:0 -8px 16px #fff}
.customer-app .two{grid-template-columns:1fr}
.customer-app .coordinate-fallback .two{grid-template-columns:1fr 1fr}
.account-links{display:grid;margin-top:18px;border-top:1px solid #eee}
.account-links a{display:flex;justify-content:space-between;padding:16px 4px;border-bottom:1px solid #eee;color:#666e79;font-size:13px;text-decoration:none}
.account-links small{text-align:center;padding:20px 0;font-size:11px}
.customer-auth{height:100%;max-width:540px;margin:auto;background:white;overflow:auto;overscroll-behavior:contain;padding:calc(12px + env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom))}
.customer-auth-content{padding:26px 4px 0}
.account-avatar{display:grid;place-items:center;width:64px;height:64px;background:#fff0e7;color:var(--orange);border-radius:22px;margin-bottom:20px}
.account-avatar svg{width:30px;height:30px}
.customer-auth-content h1{font-size:28px;letter-spacing:-.8px}
.customer-auth-content>p{color:#79808a;font-size:14px;margin-bottom:25px}
.customer-auth-content .bottom-legal{text-align:center;padding:12px 0}
.customer-app #modal{overscroll-behavior:contain;padding-bottom:calc(24px + env(safe-area-inset-bottom))}
.customer-app #modal .close{min-width:44px;min-height:44px;background:#f3f4f5}
.customer-app #modal::backdrop{background:#20252e80;backdrop-filter:blur(3px)}
@media(min-width:651px){.customer-shell{border-inline:1px solid #e9eaed;box-shadow:0 0 40px #25322f08}.app-promo{height:155px}.app-promo .product-art{height:155px}.app-promo>div:first-child{padding-left:24px}.app-promo strong{font-size:28px}.restaurant-list{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-business{grid-template-columns:54px minmax(0,1fr);gap:9px}.compact-business .business-logo{width:54px;height:54px}.customer-menu-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}
@media(max-width:359px){.customer-header{padding-inline:12px}.customer-main,.customer-app .with-basket .customer-main{padding-inline:12px}.app-promo strong{font-size:21px}.checkout-steps{gap:8px}.customer-nav button{padding-inline:5px}.basket-dock{font-size:12px}}
@media(prefers-reduced-motion:no-preference){.customer-app button:active{transform:scale(.98)}.customer-app #modal[open]{animation:cubo-sheet .18s ease-out}@keyframes cubo-sheet{from{opacity:0;translate:0 16px}to{opacity:1;translate:0 0}}}

