:root{--bg: #0f172a;--surface-soft: #f1f5f9;--border: #e2e8f0;--text: #0f172a;--primary: #2563eb;--green: #16a34a;--radius: 12px;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--surface-soft);color:var(--text)}.muted{color:#64748b}.error{color:#dc2626}.public-menu{min-height:100vh;background:var(--surface-soft)}.public-menu-header{background:var(--bg);color:#fff;padding:18px 16px;position:sticky;top:0;z-index:10}.public-menu-header h1{margin:0;font-size:22px}.public-menu-header .muted{color:#94a3b8;margin:4px 0 0}.public-menu-body{max-width:720px;margin:0 auto;padding:16px}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;margin-bottom:14px}.menu-cat{font-size:16px;margin:0 0 10px;color:var(--primary);border-bottom:2px solid var(--border);padding-bottom:6px}.menu-items{display:flex;flex-direction:column;gap:10px}.menu-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.menu-name{font-weight:600;font-size:16px}.menu-desc{font-size:13px}.menu-price{font-weight:800;white-space:nowrap;color:var(--green)}.footer-note{text-align:center;padding:12px}
