:root{--ink:#18231c;--muted:#68736b;--cream:#faf7ed;--surface:#fff;--orange:#db582f;--orange-dark:#a83a1f;--yellow:#f5c84c;--line:#e9e2d4}*{box-sizing:border-box}html,body{background:var(--cream);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,PingFang SC,sans-serif}button,a{font:inherit}button{cursor:pointer}.landing{background:radial-gradient(circle at top right,#ffe3a0,transparent 45%),var(--cream);place-items:center;min-height:100vh;padding:32px;display:grid}.landing-card{border:1px solid var(--line);background:#fff;border-radius:28px;width:min(620px,100%);padding:42px;box-shadow:0 20px 60px #4d392014}.landing-card h1{margin:6px 0;font-size:46px}.landing-card p{color:var(--muted)}.eyebrow{color:var(--orange);letter-spacing:1.5px;font-size:11px;font-weight:900}.store-links{gap:10px;margin-top:24px;display:grid}.store-links a{color:var(--ink);border:1px solid var(--line);border-radius:14px;justify-content:space-between;padding:16px;text-decoration:none;display:flex}.store-links span{color:var(--muted)}.storefront{min-height:100vh;padding-bottom:92px}.customer-header{border-bottom:1px solid var(--line);z-index:5;background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex;position:sticky;top:0}.brand-mark{font-size:24px;font-weight:950}.customer-header small{color:var(--muted);letter-spacing:1px}.customer-header button{background:#f0eadc;border:0;border-radius:18px;padding:9px 14px;font-weight:800}.store-context{color:var(--muted);align-items:center;gap:9px;font-size:12px;display:flex}.store-context strong{background:var(--ink);color:#fff;border-radius:12px;padding:6px 9px}.store-note{background:var(--ink);color:#fff;border-radius:16px;justify-content:space-between;align-items:center;margin:16px 24px 0;padding:14px 18px;font-size:12px;display:flex}.store-note div{align-items:center;gap:10px;display:flex}.store-note span{color:#bcc8bf}.customer-workspace{grid-template-columns:160px 1fr;gap:20px;padding:20px 24px;display:grid}.customer-categories{flex-direction:column;align-self:start;gap:7px;display:flex;position:sticky;top:92px}.customer-categories button{color:var(--muted);text-align:left;background:0 0;border:0;border-radius:12px;padding:13px 15px;font-weight:800}.customer-categories button.active{background:var(--orange);color:#fff}.food-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:15px;display:grid}.food-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:18px;padding:0;transition:transform .15s;overflow:hidden}.food-card:hover{transform:translateY(-2px)}.food-photo{color:#fff;background:linear-gradient(135deg,#ee8b45,#bc432d);justify-content:space-between;align-items:flex-end;height:132px;padding:13px;display:flex}.food-photo-1{background:linear-gradient(135deg,#eab84a,#d86534)}.food-photo-2{background:linear-gradient(135deg,#9bba6e,#397558)}.food-photo-3{background:linear-gradient(135deg,#d78d68,#863f2c)}.food-photo span{opacity:.75;font-weight:950}.food-photo b{color:var(--orange);background:#fff;border-radius:8px;padding:5px 7px;font-size:9px}.food-copy{justify-content:space-between;gap:8px;padding:14px;display:flex}.food-copy strong{font-size:15px}.food-copy span{color:var(--orange-dark);font-weight:900}.order-bar{border-top:1px solid var(--line);z-index:6;background:#fff;justify-content:flex-end;align-items:center;gap:32px;height:78px;padding:10px 26px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #39281910}.order-bar div{flex-direction:column;display:flex}.order-bar strong{font-size:18px}.order-bar span{color:var(--muted);text-transform:uppercase;font-size:10px}.order-bar button,.primary-button{background:var(--orange);color:#fff;border:0;border-radius:13px;padding:16px 24px;font-weight:950}.order-bar button:disabled{opacity:.35}.modal-backdrop{z-index:20;background:#101a14aa;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.customer-modal{background:#fff;border-radius:24px;width:min(590px,96vw);max-height:88vh;padding:26px;position:relative;overflow:auto}.customer-modal h2{margin:4px 0 22px;font-size:28px}.modal-close{border:0;border-radius:19px;width:38px;height:38px;font-size:22px;position:absolute;top:18px;right:20px}.customer-modal fieldset{border:0;margin:0 0 20px;padding:0}.customer-modal legend{margin-bottom:9px;font-size:16px;font-weight:900}.customer-modal legend small{color:var(--muted);margin-left:6px;font-size:9px}.modifier-options{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.modifier-options button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;justify-content:space-between;padding:13px;display:flex}.modifier-options button.selected{border-color:var(--orange);color:var(--orange-dark);background:#fff2ea;font-weight:900}.primary-button{width:100%}.review-items{border-top:1px solid var(--line)}.review-items>div,.review-total{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:13px 0;display:flex}.review-items button{border:0;border-radius:8px;width:28px;height:28px;margin:0 6px}.review-total{font-size:20px;font-weight:900}.payment-note{color:var(--muted);text-align:center;margin-top:10px;display:block}@media (max-width:700px){.customer-header{padding:0 16px}.customer-header small,.store-context span{display:none}.store-note{flex-direction:column;align-items:flex-start;gap:4px;margin:10px 12px 0}.customer-workspace{padding:12px;display:block}.customer-categories{flex-direction:row;margin-bottom:12px;position:static;overflow:auto}.customer-categories button{white-space:nowrap}.food-grid{grid-template-columns:repeat(2,1fr);gap:9px}.food-photo{height:100px}.food-copy{display:block}.food-copy span{margin-top:5px;display:block}.order-bar{justify-content:space-between;gap:8px;padding:8px 12px}.order-bar button{padding:14px}.modifier-options{grid-template-columns:1fr}}
