*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.4}h1,h2,h3,p{margin:0}ul{margin:0;padding:0;list-style:none}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}section[id]{scroll-margin-top:calc(var(--nav-h) + var(--space-2))}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}:root{--bg: #ffffff;--surface-alt: #f7f6f3;--border: #e8e6e1;--text: #1a1a1a;--text-muted: #6b6b6b;--text-faint: #a0a0a0;--brand: #1a1a1a;--brand-text: #ffffff;--brand-text-soft: rgba(255, 255, 255, .15);--font-display: ui-serif, "Iowan Old Style", Georgia, Cambria, "Times New Roman", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-full: 999px;--nav-h: 48px}body{min-height:100dvh;display:flex;flex-direction:column}#app{flex:1 0 auto;display:flex;flex-direction:column;width:100%}.header{background:var(--brand);color:var(--brand-text);padding:calc(var(--space-5) + env(safe-area-inset-top)) var(--space-4) var(--space-5)}.header__inner{display:flex;align-items:center;gap:var(--space-3)}.header__icon{width:48px;height:48px;border-radius:var(--radius-full);object-fit:cover;flex:0 0 auto}.header__icon--fallback{display:flex;align-items:center;justify-content:center;background:var(--brand-text-soft);color:var(--brand-text);font-family:var(--font-display);font-weight:600;font-size:18px}.header__text{min-width:0}.header__name{font-family:var(--font-display);font-weight:600;font-size:22px;line-height:1.2;overflow-wrap:anywhere}.header__tagline{font-size:13px;opacity:.85;margin-top:var(--space-1)}.switch{display:flex;gap:var(--space-1);margin-top:var(--space-4);padding:var(--space-1);background:var(--brand-text-soft);border-radius:var(--radius-full)}.switch__opt{flex:1;min-height:44px;border:0;background:transparent;color:var(--brand-text);border-radius:var(--radius-full);font-size:14px;font-weight:600;transition:background-color .15s ease}.switch__opt.is-active{background:var(--brand-text);color:var(--brand)}@media (prefers-reduced-motion: reduce){.switch__opt{transition:none}}.catnav{position:sticky;top:0;z-index:10;height:var(--nav-h);background:var(--bg);border-bottom:1px solid var(--border)}.catnav__list{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.catnav__list::-webkit-scrollbar{display:none}.catnav__tab{display:flex;align-items:center;min-height:44px;padding:0 var(--space-3);white-space:nowrap;font-size:14px;font-weight:500;color:var(--text-muted);border-bottom:2px solid transparent}.catnav__tab[aria-current=true]{color:var(--text);border-bottom-color:var(--brand)}.content{padding:0 var(--space-4) var(--space-6)}.category{padding-top:var(--space-5)}.category__title{font-family:var(--font-display);font-weight:500;font-size:26px;line-height:1.15;margin-bottom:var(--space-2)}.category__desc{font-size:14px;color:var(--text-muted);margin-bottom:var(--space-3)}.subgroup{font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--text-muted);margin:var(--space-5) 0 var(--space-2)}.item{display:flex;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--border)}.item--last{border-bottom:0}.item--out{opacity:.5}.item__img{width:72px;height:72px;border-radius:var(--radius-sm);object-fit:cover;flex:0 0 auto;background:var(--surface-alt)}.item__body{flex:1;min-width:0}.item__head{display:flex;gap:var(--space-3);align-items:baseline;justify-content:space-between}.item__namewrap{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;min-width:0}.item__name{font-size:16px;font-weight:600;overflow-wrap:anywhere}.item__price{font-size:16px;font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}.item__price--ask{font-size:14px;font-weight:400;color:var(--text-muted)}.item__desc{margin-top:var(--space-1);font-size:14px;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.item__variants{margin-top:var(--space-2);display:flex;flex-direction:column;gap:var(--space-1)}.variant{display:flex;justify-content:space-between;gap:var(--space-3);font-size:14px}.variant__name{color:var(--text-muted)}.variant__price{font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}.badge{flex:0 0 auto;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:var(--radius-full);white-space:nowrap}.badge--new{background:var(--brand);color:var(--brand-text)}.badge--out{background:var(--surface-alt);color:var(--text-muted)}.allergens{display:flex;flex-wrap:wrap;gap:var(--space-1);margin-top:var(--space-2);font-size:14px}.allergen{line-height:1}.content-footer{padding-top:var(--space-6)}.legend{margin-bottom:var(--space-4);font-size:13px;color:var(--text-muted)}.legend summary{display:flex;align-items:center;min-height:44px;font-weight:600;cursor:pointer}.legend__list{display:flex;flex-direction:column;gap:var(--space-1);padding-top:var(--space-2)}.legend__item{display:flex;align-items:center;gap:var(--space-2)}.updated{font-size:12px;color:var(--text-faint);text-align:center}.state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);text-align:center;padding:var(--space-7) var(--space-4)}.state__title{font-family:var(--font-display);font-size:20px}.state__sub{font-size:14px;color:var(--text-muted);max-width:30ch}.btn{min-height:44px;padding:0 var(--space-5);border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface-alt);font-weight:600}.skeleton{padding:var(--space-5) var(--space-4)}.skeleton__bar{height:16px;margin-bottom:var(--space-3);border-radius:var(--radius-sm);background:var(--surface-alt);animation:skeleton-pulse 1.2s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-reduced-motion: reduce){.skeleton__bar{animation:none}}.orbit{flex:0 0 auto;border-top:1px solid var(--border);text-align:center;padding:var(--space-4) var(--space-4) calc(var(--space-4) + env(safe-area-inset-bottom))}.orbit a{display:inline-flex;align-items:center;gap:var(--space-2);min-height:44px;font-size:12px;color:var(--text-muted)}.orbit strong{font-weight:600;color:var(--text)}@media (min-width: 640px){#app,.orbit{width:100%;max-width:640px;margin-left:auto;margin-right:auto}}
