:root{--ink:#15231d;--muted:#64748b;--primary:#0f766e;--soft:#ecfdf5;--line:#e2e8f0;--bg:#f8fafc}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}#app{max-width:720px;margin:auto;min-height:100vh;padding-bottom:110px;background:#fff}header{height:70px;padding:12px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fffffff5;z-index:4}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:36px;height:36px;border-radius:13px;background:linear-gradient(135deg,#14b8a6,#0f766e);display:grid;place-items:center;color:#fff;font-weight:800;font-size:19px}.brand strong{display:block;font-size:15px}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.location{border:0;border-radius:12px;background:var(--soft);color:#0f5e58;padding:9px;max-width:142px;text-align:left;font-weight:650;font-size:12px}.hero{padding:26px 18px 22px;background:linear-gradient(142deg,#103c3b,#0f766e 56%,#14b8a6);color:#fff;border-radius:0 0 28px 28px}.hero p{opacity:.8;margin:0 0 7px;font-size:13px}.hero h1{margin:0;font-size:27px;letter-spacing:-.8px;line-height:1.16}.search{margin-top:20px;background:#fff;border-radius:14px;padding:0 14px;display:flex;align-items:center;color:#64748b;box-shadow:0 9px 28px #052b2740}.search input{border:0;outline:0;width:100%;padding:14px 10px;font:inherit}.section{padding:24px 18px 0}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.section-title h2{font-size:17px;margin:0;letter-spacing:-.3px}.section-title span,.eyebrow{color:var(--muted);font-size:12px;margin:0}.plain{background:transparent;border:0;color:var(--primary);font-weight:700}.brand-list{display:flex;gap:12px;overflow:auto;padding-bottom:4px}.brand-card{min-width:146px;max-width:180px;border:1px solid var(--line);border-radius:17px;padding:13px;background:#fff;text-align:left;box-shadow:0 4px 10px #0f172a08}.brand-avatar{width:42px;height:42px;border-radius:14px;background:var(--soft);display:grid;place-items:center;font-size:20px;color:var(--primary);margin-bottom:9px}.brand-card strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-card small{color:var(--muted);font-size:11px}.skeleton{min-width:150px;height:110px;border-radius:17px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{to{background-position:-200% 0}}.outlet-list{display:grid;gap:10px}.outlet{padding:14px;border:1px solid var(--line);border-radius:15px;background:white;display:flex;justify-content:space-between;gap:12px;text-align:left}.outlet strong{display:block}.outlet small{display:block;color:var(--muted);margin-top:3px}.distance{white-space:nowrap;color:var(--primary);font-weight:700;font-size:12px}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product{border:1px solid var(--line);border-radius:17px;overflow:hidden;background:#fff;text-align:left}.product-image{height:112px;background:linear-gradient(140deg,#ccfbf1,#f0fdfa);display:grid;place-items:center;font-size:37px}.product-copy{padding:10px}.product-name{font-weight:700;min-height:35px;line-height:1.25}.product small{display:block;color:var(--muted);font-size:11px;margin:4px 0 9px}.product-foot{display:flex;justify-content:space-between;align-items:center;color:#0f766e;font-weight:750}.add{border:0;border-radius:9px;width:28px;height:28px;background:var(--primary);color:#fff;font-size:19px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);height:64px;width:min(720px,100%);padding:6px 26px 9px;background:#fffffff7;border-top:1px solid var(--line);display:flex;justify-content:space-around;z-index:4}.bottom-nav button{border:0;background:transparent;color:#94a3b8;display:grid;gap:2px;place-items:center;font-size:18px}.bottom-nav span{font-size:10px}.bottom-nav .active{color:var(--primary);font-weight:700}.cart{position:fixed;bottom:76px;left:50%;transform:translateX(-50%);width:min(680px,calc(100% - 34px));border:0;background:#0f766e;color:#fff;padding:14px;border-radius:14px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 28px #0f766e66;z-index:3}.cart-count{display:grid;place-items:center;background:#fff;color:#0f766e;border-radius:8px;width:22px;height:22px;font-weight:800}.cart strong{margin-left:auto}.cart[hidden]{display:none}dialog{border:0;border-radius:22px 22px 0 0;width:min(720px,100%);max-height:75vh;margin:auto 0 0 auto;padding:0;box-shadow:0 -12px 44px #0f172a22}dialog::backdrop{background:#0f172a66}.sheet-head{height:59px;padding:0 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px}.sheet-head h2{margin:0;font-size:17px}.sheet-head button{border:0;background:#f1f5f9;width:32px;height:32px;border-radius:10px;font-size:24px;color:#334155}.cart-row{padding:15px 17px;border-bottom:1px solid var(--line);display:flex;gap:12px;align-items:center}.qty{display:flex;gap:7px;align-items:center;margin-left:auto}.qty button{width:27px;height:27px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--primary);font-weight:800}.checkout{margin:16px;width:calc(100% - 32px);padding:14px;border:0;border-radius:12px;color:#fff;background:var(--primary);font-weight:800}.empty{padding:34px 18px;color:var(--muted);text-align:center}.toast{position:fixed;top:82px;left:50%;transform:translateX(-50%);background:#15231d;color:#fff;padding:10px 14px;border-radius:11px;box-shadow:0 8px 22px #0f172a33;z-index:10}@media(min-width:620px){.menu-grid{grid-template-columns:repeat(3,1fr)}.hero{padding-left:28px}.section{padding-left:28px;padding-right:28px}}@media(max-width:360px){.location{font-size:10px;max-width:110px}.hero h1{font-size:24px}}
