:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#17212b;background:#f6f8f8;--accent:#14756f;--line:#dce3e6;--muted:#66727d}
*{box-sizing:border-box}body{margin:0}.hero{position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid var(--line);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px}.hero small{color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.05em}.hero h1{font-size:24px;margin:3px 0}.hero p{margin:0;color:var(--muted)}.cart-button{border:0;border-radius:12px;background:var(--accent);color:#fff;padding:12px 16px;font-weight:800}.cart-button span{background:#fff;color:var(--accent);border-radius:999px;padding:2px 7px;margin-left:5px}
main{max-width:1100px;margin:auto;padding:18px}.menu-tools{position:sticky;top:90px;z-index:4;background:#f6f8f8;padding-bottom:10px}.menu-tools input{width:100%;padding:13px;border:1px solid var(--line);border-radius:12px;font-size:16px}.categories{display:flex;gap:8px;overflow:auto;padding:10px 0}.categories button{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:9px 13px;border-radius:999px}.categories button.active{background:#dff1ef;border-color:#83c7c1;color:#0d5b56}
.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.item-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.item-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#eef2f4}.item-body{padding:12px}.item-body h3{margin:0 0 6px;font-size:17px}.item-meta{display:flex;justify-content:space-between;align-items:center}.veg{color:#16834d;font-size:12px}.item-card button{width:100%;margin-top:10px;border:0;border-radius:10px;background:#e2f1ef;color:#0d5b56;padding:10px;font-weight:800}
.drawer{position:fixed;inset:0;display:none;background:#0008;z-index:20;align-items:flex-end}.drawer.open{display:flex}.drawer-card{width:100%;max-height:90vh;overflow:auto;background:#fff;border-radius:20px 20px 0 0;padding:18px}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head button{font-size:28px;border:0;background:transparent}.cart-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #edf1f2}.qty{display:flex;gap:8px;align-items:center}.qty button{width:30px;height:30px;border:1px solid var(--line);background:#fff;border-radius:8px}.customer-box{display:grid;gap:8px;margin-top:18px}.customer-box h3{margin:0}.customer-box small{font-weight:400;color:var(--muted)}.customer-box input,.customer-box textarea,.guest-row input{padding:11px;border:1px solid var(--line);border-radius:10px;font:inherit}.customer-box textarea{min-height:70px}.guest-row{display:flex;justify-content:space-between;align-items:center;margin:12px 0}.guest-row input{width:80px}.cart-total{display:flex;justify-content:space-between;font-size:20px;margin:14px 0}.place-order{width:100%;padding:14px;border:0;border-radius:12px;background:var(--accent);color:#fff;font-size:17px;font-weight:800}.order-message{text-align:center;color:#0d5b56;font-weight:700}
@media(min-width:700px){.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.drawer{align-items:center;justify-content:center}.drawer-card{max-width:560px;border-radius:20px}}

.food-marker{font-size:13px;font-weight:900}.food-marker.veg{color:#16834d}.food-marker.nonveg{color:#c62828}.food-type.veg{color:#16834d;font-weight:800}.food-type.nonveg{color:#c62828;font-weight:800}.variant-hint{font-size:12px;color:var(--muted);margin-top:5px}
.special-note{display:block;color:#b45309;font-weight:700;margin-top:5px}.item-option-dialog{width:min(480px,92vw);border:0;border-radius:18px;padding:0;box-shadow:0 20px 60px #0003}.item-option-dialog::backdrop{background:#0008}.item-option-card{padding:18px}.item-option-card label{display:block;font-size:13px;font-weight:700;margin:12px 0 5px}.item-option-card select,.item-option-card textarea{width:100%;box-sizing:border-box;padding:11px;border:1px solid var(--line);border-radius:10px;font:inherit}.item-option-card textarea{min-height:90px;resize:vertical}
