:root{--brand:#e62b6d;--brand-dark:#c91959;--accent:#ff8a3d;--ink:#242329;--muted:#737178;--line:#e9e7e9;--surface:#fff;--bg:#fff;--green:#128252;--soft-pink:#fff1f6}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.35 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.app-shell{max-width:1180px;min-height:100vh;margin:auto;background:#fff;padding-bottom:94px}.topbar{position:sticky;top:0;z-index:10;padding:13px 16px 0;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:9px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;font-size:20px;font-weight:900}.brand h1{margin:0;font-size:18px;letter-spacing:-.2px}.brand p{margin:1px 0 0;color:var(--muted);font-size:12px}.icon-button{position:absolute;top:14px;right:16px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--brand);font-size:18px}.search{display:flex;align-items:center;gap:9px;margin-top:13px;padding:0 14px;border:0;border-radius:999px;background:#f5f5f6;color:#59575e}.search span{font-size:20px}.search input{width:100%;border:0;outline:0;background:transparent;padding:12px 0;font:inherit}.category-rail{display:flex;gap:8px;overflow:auto;margin:12px -16px 0;padding:0 16px 11px;scrollbar-width:none}.category-rail button{border:1px solid #e6e3e5;border-radius:999px;padding:8px 14px;white-space:nowrap;background:#fff;color:#46434a;font:700 13px inherit}.category-rail button.active{border-color:var(--brand);background:var(--brand);color:#fff}.hero{display:flex;align-items:center;justify-content:space-between;margin:13px 16px 2px;padding:13px 15px;border:0;border-radius:15px;background:var(--soft-pink)}.eyebrow{font-size:10px;letter-spacing:.9px;font-weight:900;color:var(--brand)}.hero h2{margin:2px 0;font-size:17px;line-height:1.2;letter-spacing:-.25px}.hero p{display:none}.hero-art{font-size:34px;filter:drop-shadow(0 5px 5px #e86d9b55)}.delivery-promo{display:inline-block;margin-top:4px;color:#987;font-size:11px;font-weight:750}.menu-section{padding:0 16px}.section-head{display:flex;align-items:center;justify-content:space-between;margin:19px 0 12px}.section-head h2{margin:0;font-size:20px;letter-spacing:-.35px}.section-head span{color:var(--muted);font-size:12px}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.food-card{min-width:0;background:transparent}.food-art{position:relative;display:grid;overflow:hidden;place-items:center;width:100%;aspect-ratio:1;border-radius:15px;background:linear-gradient(135deg,#fff4ee,#ffecf3);font-size:32px}.food-art img{width:100%;height:100%;object-fit:cover}.food-body{padding:8px 1px 0}.food-name{overflow:hidden;font-size:15px;font-weight:850;line-height:1.22;letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap}.food-desc{display:none}.food-foot{display:flex;align-items:center;justify-content:space-between;min-height:23px;margin-top:3px}.price{display:flex;align-items:baseline;gap:5px;color:var(--brand);font-size:15px;font-weight:900;letter-spacing:-.15px}.old-price{color:#727077;font-size:12px;font-weight:500;text-decoration:line-through}.discount{position:absolute;z-index:1;top:8px;left:8px;border-radius:999px;padding:4px 7px;background:var(--brand);box-shadow:0 2px 6px #96234c55;color:#fff;font-size:10px;font-weight:900}.add-button{position:absolute;z-index:2;right:8px;bottom:8px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#fff;box-shadow:0 2px 9px #0004;color:#353238;font:400 29px/1 system-ui}.add-button:active{transform:scale(.94);background:var(--brand);color:#fff}.cart-bar{position:fixed;z-index:20;bottom:0;left:50%;display:flex;align-items:center;justify-content:space-between;gap:12px;width:min(1180px,100%);padding:11px 16px calc(11px + env(safe-area-inset-bottom));border:0;background:#252329;color:#fff;text-align:left}.cart-bar strong,.cart-bar small{display:block}.cart-bar small{margin-top:2px;color:#d3d1d3;font-size:12px}.cart-view{color:#fff;font-weight:800;font-size:13px}.sheet-backdrop{position:fixed;z-index:30;inset:0;display:none;background:#0007}.sheet-backdrop.open{display:block}.sheet{position:absolute;right:0;bottom:0;left:0;max-width:540px;max-height:min(88vh,760px);margin:auto;overflow:auto;border-radius:22px 22px 0 0;background:#fff;padding-bottom:calc(18px + env(safe-area-inset-bottom));box-shadow:0 -10px 35px #0002}.sheet header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--line)}.sheet h2{margin:0;font-size:19px}.close-button,.back-button{border:0;background:#f1f0f1;color:#222}.close-button{width:34px;height:34px;border-radius:50%;font-size:22px}.back-button{padding:7px 9px;border-radius:8px;font-weight:700}.cart-items{padding:0 16px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:13px 0;border-bottom:1px solid var(--line)}.cart-item small{display:block;margin-top:3px;color:var(--muted)}.quantity{display:flex;align-items:center;gap:8px}.quantity button{width:29px;height:29px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:18px}.totals{padding:11px 16px}.totals>div{display:flex;justify-content:space-between;margin:7px 0;color:#555;font-size:14px}.totals .savings{color:var(--green);font-weight:800}.totals .grand-total{margin-top:12px;color:#171717;font-size:19px;font-weight:900}.primary-button,.secondary-button{width:calc(100% - 32px);margin:5px 16px 0;padding:14px;border:0;border-radius:12px;font:800 15px inherit}.primary-button{background:var(--brand);color:#fff}.primary-button:disabled{opacity:.6}.secondary-button{border:1px solid var(--line);background:#fff;color:#333}.sheet-help{padding:0 16px;color:var(--muted);font-size:14px}.sheet form{padding:0 16px}.sheet label{display:block;margin:13px 0;font-size:13px;font-weight:750}.sheet input,.sheet textarea{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #d9d9d9;border-radius:10px;background:#fff;font:16px inherit}.sheet textarea{resize:vertical}.sheet em{color:var(--muted);font-style:normal;font-weight:400}.sheet form .primary-button{width:100%;margin:6px 0}.notice{position:fixed;z-index:50;bottom:90px;left:50%;display:none;max-width:calc(100% - 32px);transform:translateX(-50%);border-radius:999px;padding:10px 14px;background:#1d1d1d;color:#fff;font-size:13px}.notice.show{display:block}.empty{grid-column:1/-1;padding:38px 12px;color:var(--muted);text-align:center}@media(min-width:680px){.topbar{padding-right:20px;padding-left:20px}.menu-section{padding:0 20px}.hero{margin:20px 20px 2px}.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 16px}.food-name{font-size:17px}.food-art{border-radius:18px}.sheet{right:16px;bottom:16px;left:auto;border-radius:18px;min-height:0}.cart-bar{bottom:16px;border-radius:15px}.notice{bottom:100px}}@media(min-width:980px){.menu-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero h2{font-size:21px}}
