@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
:root{--ink:#262421;--muted:#737373;--line:#e7e5e1;--alt:#fafaf9;--orange:#f66a09;--orange-dark:#d85d06;--tint:#fff1e4}
*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--alt);font:16px/1.6 'Open Sans',system-ui,sans-serif}.loading,.message{padding:4rem 1.5rem;text-align:center;color:var(--muted)}.menu-hero{background-image:linear-gradient(rgba(38,36,33,.42),rgba(38,36,33,.42)),url('https://smart-menu-solutions.github.io/smart-menu-solutions/assets/images/home-hero.png');background-size:cover;background-position:center;color:#fff;text-align:center;padding:4.5rem 1.5rem 3.5rem}.menu-logo{display:block;width:88px;height:88px;object-fit:contain;margin:0 auto 1rem;border-radius:12px;background:#fff;padding:8px}.menu-hero h1{font-size:clamp(2rem,6vw,3.5rem);margin:0 0 .4rem}.menu-hero p{color:#fff;margin:.3rem auto}.actions{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-top:1.6rem}.actions a{color:var(--ink);background:#fff;border-radius:999px;padding:.65rem 1.2rem;text-decoration:none;font-weight:700;font-size:.9rem}.menu-container{max-width:900px;margin:auto;padding:3rem 1.5rem}.category{margin-bottom:2.8rem}.category h2{font-size:1.6rem;border-bottom:2px solid var(--orange);padding-bottom:.5rem;margin:0 0 1rem}.item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.1rem 1.2rem;margin:.8rem 0}.item-header{display:flex;justify-content:space-between;gap:1rem;align-items:start}.item h3{margin:0;font-size:1.1rem}.price{color:var(--orange);font-weight:700;white-space:nowrap}.item p{color:var(--muted);margin:.35rem 0 0}.menu-footer{background:var(--ink);color:#e7e4df;text-align:center;padding:2rem 1.5rem}.menu-footer p{margin:.2rem;color:#bcb8b1}.footer-brand{display:inline-flex;align-items:center;gap:.65rem;color:#e7e4df;text-decoration:none;font-weight:600}.footer-brand:hover{color:#fff}.footer-brand img{height:42px;width:auto}.error{color:#b3261e}
