:root{--bg:#fff;--surface:#f7f7f8;--text:#141414;--muted:#6b7280;--border:#e6e6e9;--accent:#111;--radius:12px;--maxw:820px}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}.page{max-width:var(--maxw);margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;padding:0 12px 12px}.header{text-align:center;padding:16px 0 10px}.logo{width:72px;height:72px;object-fit:cover;border-radius:50%;margin:0 auto 10px;border:1px solid var(--border)}.title{font-size:1.4rem;font-weight:700;margin:0}.review-link{display:inline-block;margin-top:10px;font-size:.9rem;color:var(--accent);text-decoration:none;border:1px solid var(--border);border-radius:999px;padding:6px 14px}.viewer{flex:1 1 auto;display:flex;flex-direction:column;gap:10px;min-height:50vh}.menu-page{width:100%;height:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);display:block}.empty{flex:1 1 auto;display:grid;place-items:center;color:var(--muted)}.ad-slot{margin-top:12px;min-height:90px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--surface)}.ad-slot__placeholder{color:var(--muted);font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}.notice{max-width:var(--maxw);margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:8px}.notice p{color:var(--muted);margin:0}