*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;background:#f3eee2;color:#221c13}.app{display:flex;flex-direction:column;min-height:100vh}.screen.center{display:flex;align-items:center;justify-content:center;min-height:100vh}.error{color:#a63b32;font-weight:600;padding:16px}.topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#fff;border-bottom:1px solid #ded2b4;position:sticky;top:0;z-index:5}.brand{font-weight:800;font-size:20px}.table-label{font-size:13px;color:#665c49}.lang-switch button{border:1px solid #ded2b4;background:#fff;padding:6px 10px;margin-left:4px;border-radius:6px;cursor:pointer;font-size:12px}.lang-switch button.active{background:#c15a1e;color:#fff;border-color:#c15a1e}.guests{display:flex;gap:8px;padding:10px 18px;flex-wrap:wrap}.guest-chip{background:#fff;border:1px solid #ded2b4;border-radius:999px;padding:6px 14px;font-size:13px;cursor:pointer}.guest-chip.editing input{border:none;outline:none;font-size:13px;width:90px}.notice{background:#dce9da;color:#4c7a50;padding:8px 18px;font-size:13px}.menu{flex:1;padding:10px 18px 140px}.category h2{font-size:16px;margin:18px 0 8px}.item{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border:1px solid #ded2b4;border-radius:12px;padding:12px 14px;margin-bottom:8px}.item.sold-out{opacity:.55}.item-name{font-weight:600}.item-desc{font-size:12px;color:#665c49}.allergens{font-size:11px;color:#9a8f78;margin-top:2px}.item-price{font-weight:700;margin-top:4px}.remaining{font-size:11px;color:#4c7a50}.sold-out-label{font-size:11px;color:#a63b32;font-weight:700}.item button{background:#c15a1e;color:#fff;border:none;border-radius:8px;padding:10px 14px;font-weight:600;cursor:pointer}.item button:disabled{background:#9a8f78;cursor:not-allowed}.cart{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ded2b4;padding:14px 18px;box-shadow:0 -4px 16px #00000014}.cart h3{margin:0 0 8px;font-size:15px}.cart ul{list-style:none;padding:0;margin:0 0 8px;max-height:120px;overflow-y:auto}.cart li{display:flex;justify-content:space-between;padding:4px 0;font-size:14px}.cart-total{font-weight:700;margin-bottom:8px}.send-order{width:100%;background:#c15a1e;color:#fff;border:none;border-radius:10px;padding:14px;font-weight:700;font-size:15px;cursor:pointer}.muted{color:#9a8f78;font-size:13px}
