*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;background:#f6f6f6;color:#111}button,input,textarea{font:inherit}.topbar{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #eee;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px}.logo{width:44px;height:44px;border-radius:14px;background:#e21b23;color:#fff;display:grid;place-items:center;font-weight:900;font-size:15px}.brand-name{font-weight:800}.brand-sub{font-size:12px;color:#777;margin-top:2px}.cart-btn{border:0;background:#111;color:#fff;border-radius:999px;padding:10px 14px;font-weight:700}.cart-btn span{background:#e21b23;border-radius:999px;padding:2px 7px;margin-left:4px}.hero{margin:14px 16px;padding:22px;border-radius:24px;background:linear-gradient(135deg,#e21b23,#b90008);color:#fff}.hero h1{font-size:28px;line-height:1.05;margin:0 0 10px}.hero p{margin:0;opacity:.9}.section{padding:0 16px 22px}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.section h2{font-size:22px;margin:10px 0 14px}.muted{font-size:12px;color:#777}.restaurant-grid,.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.restaurant-card,.menu-card{background:#fff;border:1px solid #eee;border-radius:18px;padding:14px;box-shadow:0 3px 12px rgba(0,0,0,.04)}.restaurant-card{min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.restaurant-card h3,.menu-card h3{margin:0 0 6px;font-size:17px}.restaurant-card p,.menu-card p{margin:0;color:#777;font-size:12px;line-height:1.35}.restaurant-card button{margin-top:12px;width:100%;border:0;background:#f1f1f1;border-radius:12px;padding:9px;font-weight:700}.menu-card{display:flex;flex-direction:column;min-height:180px}.menu-card .price{font-size:19px;font-weight:900;margin-top:auto;padding-top:12px}.menu-card button{border:0;background:#e21b23;color:#fff;border-radius:12px;padding:10px;margin-top:9px;font-weight:800}.link-btn{border:0;background:transparent;color:#e21b23;font-weight:700}.hidden{display:none!important}.sheet{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:30;display:flex;align-items:flex-end}.sheet-card{width:100%;max-height:90vh;overflow:auto;background:#fff;border-radius:24px 24px 0 0;padding:18px}.sheet-head{display:flex;align-items:center;justify-content:space-between}.sheet-head h2{margin:0}.close-btn{border:0;background:#eee;border-radius:50%;width:34px;height:34px;font-size:22px}.cart-row{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #eee}.cart-row-main{flex:1}.cart-row-title{font-weight:700}.qty{display:flex;align-items:center;gap:8px;margin-top:6px}.qty button{border:0;background:#eee;border-radius:9px;width:30px;height:30px}.summary-row{display:flex;justify-content:space-between;padding:8px 0}.summary-total{font-size:20px;font-weight:900;border-top:1px solid #eee;margin-top:6px;padding-top:12px}.primary{width:100%;border:0;background:#e21b23;color:#fff;border-radius:14px;padding:14px;font-weight:900;margin-top:14px}.label{}form label{display:block;font-weight:700;margin:14px 0}input,textarea{width:100%;margin-top:7px;border:1px solid #ddd;border-radius:12px;padding:12px;background:#fafafa}textarea{min-height:90px;resize:vertical}.cash-note{background:#f3f3f3;border-radius:12px;padding:12px;margin-top:12px}.checkout-total{font-weight:900;font-size:20px;text-align:right;margin-top:12px}.result{padding:16px;background:#effaf1;border-radius:14px;margin-top:14px}.toast{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);background:#111;color:#fff;padding:10px 14px;border-radius:999px;z-index:50;display:none}.toast.show{display:block}@media(min-width:700px){main{max-width:900px;margin:auto}.restaurant-grid,.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sheet{align-items:center;justify-content:center}.sheet-card{width:min(520px,94vw);border-radius:24px;max-height:85vh}}
