:root{--green:#073f2b;--green2:#0e5a3d;--cream:#fff8e9;--copper:#c97932;--ink:#16231d;--line:#d9dfd9}*{box-sizing:border-box}body{margin:0;background:#f5f3ed;color:var(--ink);font:16px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}.hero{background:linear-gradient(135deg,#032d20,#0a5138);color:var(--cream);padding:24px 20px 36px;border-radius:0 0 30px 30px}.brand{display:flex;align-items:center;gap:12px}.brand .mark{font-size:30px;color:var(--copper);transform:rotate(45deg)}.brand b{display:block;font-size:22px;letter-spacing:.03em}.brand small{display:block;opacity:.8;letter-spacing:.09em}.table-pill{float:right;margin-top:-42px;background:#ffffff18;border:1px solid #ffffff35;padding:8px 12px;border-radius:999px;font-weight:700}.hero h1{font-size:42px;line-height:1.02;margin:42px 0 12px}.hero p{margin:0;opacity:.82}main{max-width:920px;margin:auto;padding:20px}.categories{display:flex;gap:8px;overflow:auto;padding:2px 0 18px}.categories button{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:999px;padding:10px 16px;font-weight:700}.categories button.active{background:var(--green);color:white}.menu-grid{display:grid;gap:13px}.item{display:grid;grid-template-columns:1fr auto;gap:16px;background:white;padding:17px;border-radius:18px;box-shadow:0 4px 18px #1838280b}.item h3{margin:0 0 4px;font-size:18px}.item p{margin:0;color:#607068;font-size:14px}.price{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;font-weight:800}.add{border:0;background:var(--green);color:white;width:38px;height:38px;border-radius:50%;font-size:23px}.cart-bar{position:fixed;left:14px;right:14px;bottom:max(14px,env(safe-area-inset-bottom));margin:auto;max-width:600px;border:0;border-radius:16px;padding:16px 18px;background:var(--copper);color:white;display:flex;justify-content:space-between;box-shadow:0 12px 34px #0004;font-size:16px}.cart-bar[hidden]{display:none}dialog{border:0;padding:0;border-radius:24px 24px 0 0;width:min(620px,100%);max-width:none;margin:auto 0 0;background:var(--cream)}dialog::backdrop{background:#001a12aa}.sheet{padding:22px;max-height:88vh;overflow:auto}.sheet-head{display:flex;justify-content:space-between}.sheet h2{margin:0 0 16px}.sheet small{color:var(--copper);font-weight:800}.close{border:0;background:#e9e5d9;border-radius:50%;width:40px;height:40px;font-size:24px}.cart-line{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ddd6c7}.cart-line button{border:0;background:#e6eadf;border-radius:8px;margin-left:6px}label{display:grid;gap:6px;margin-top:16px;font-weight:700}input,textarea{font:inherit;border:1px solid #cdd5ce;border-radius:12px;padding:12px;background:white}textarea{min-height:75px}.total-row{display:flex;justify-content:space-between;font-size:21px;margin:22px 0}.primary{width:100%;border:0;border-radius:14px;padding:15px;background:var(--green);color:white;font-weight:800;font-size:16px}.status{text-align:center;font-weight:700}.board-body{background:#ecefe9}.board-header{background:var(--green);color:white;padding:18px 24px;display:flex;justify-content:space-between;align-items:center}.board{max-width:none;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:20px}.board section>h2{display:flex;justify-content:space-between}.board h2 span{background:white;padding:2px 10px;border-radius:999px}.order-list{display:grid;gap:12px}.order-card{background:white;border-radius:16px;padding:16px;border-top:5px solid var(--copper);box-shadow:0 6px 20px #173a290d}.order-card h3{margin:0;display:flex;justify-content:space-between}.order-card ul{padding-left:20px}.order-card small{color:#66746d}.order-card button{width:100%;border:0;border-radius:10px;padding:11px;background:var(--green);color:white;font-weight:800}.empty{padding:24px;text-align:center;color:#78847e;background:#ffffff70;border-radius:14px}@media(min-width:700px){.menu-grid{grid-template-columns:1fr 1fr}.hero{padding-left:max(20px,calc((100% - 880px)/2));padding-right:max(20px,calc((100% - 880px)/2))}}@media(max-width:850px){.board{grid-template-columns:1fr}.board-header{position:sticky;top:0;z-index:3}}
