*,*: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;--sheet: #ffffff;--bg-image: none;--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;--allergen-size: 28px}body{min-height:100dvh;display:flex;flex-direction:column;background-color:var(--bg)}body.has-bg-image{background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}#app{flex:1 0 auto;display:flex;flex-direction:column;width:100%;background:var(--sheet)}.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(--sheet);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:104px;height:104px;border-radius:var(--radius-md);object-fit:cover;flex:0 0 auto;background:var(--surface-alt);box-shadow:0 1px 4px #00000014}.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-2);margin-top:var(--space-2)}.allergens__cell{position:relative}.allergen{position:relative;display:block;padding:0;border:0;background:none;line-height:0;border-radius:50%}.allergen:after{content:"";position:absolute;top:50%;left:50%;width:44px;height:44px;transform:translate(-50%,-50%)}.allergen__img{width:var(--allergen-size);height:var(--allergen-size);border-radius:50%}.allergen.is-open{box-shadow:0 0 0 2px var(--border)}.allergen--text{padding:2px 8px;border-radius:var(--radius-full);background:var(--surface-alt);color:var(--text-muted);font-size:11px;font-weight:600;line-height:1.4}.allergen__pop{--shift: 0px;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(calc(-50% + var(--shift)));z-index:20;padding:6px 10px;border-radius:var(--radius-sm);background:var(--text);color:var(--sheet);font-size:13px;font-weight:600;line-height:1.2;white-space:nowrap;box-shadow:0 4px 12px #0000002e;animation:pop-in .12s ease-out}.allergen__pop:after{content:"";position:absolute;top:100%;left:calc(50% - var(--shift));width:12px;height:6px;transform:translate(-50%);background:var(--text);clip-path:polygon(0 0,100% 0,50% 100%)}@keyframes pop-in{0%{opacity:0;transform:translate(calc(-50% + var(--shift))) translateY(2px)}}@media (prefers-reduced-motion: reduce){.allergen__pop{animation:none}}.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:flex-start;gap:var(--space-2);padding:2px 0}.legend__icon{flex:none;width:var(--allergen-size);height:var(--allergen-size);border-radius:50%}.legend__note{padding-top:var(--space-3);font-style:italic}.updated{font-size:12px;color:var(--text-faint);text-align:center}.venue{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--border);display:grid;gap:var(--space-5)}.venue__block{display:flex;flex-direction:column;gap:var(--space-2)}.venue__title{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-display);font-weight:500;font-size:18px}.venue__icon{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:var(--brand);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.venue__text{font-size:15px;color:var(--text-muted);overflow-wrap:anywhere}.venue__action{display:inline-flex;align-items:center;min-height:32px;width:fit-content;font-size:15px;font-weight:600;color:var(--brand)}.venue__hours{display:grid;grid-template-columns:auto 1fr;gap:var(--space-1) var(--space-4);font-size:15px}.venue__hours dt{font-weight:600}.venue__hours dd{margin:0;color:var(--text-muted);text-align:right;font-variant-numeric:tabular-nums}.venue__social{display:flex;flex-wrap:wrap;gap:var(--space-2)}.venue__sociallink{display:inline-flex;align-items:center;gap:var(--space-2);min-height:44px;padding:0 var(--space-4) 0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius-full);font-size:14px;font-weight:600}.venue__sociallink svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.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;background:var(--sheet);border-top:1px solid var(--border);text-align:center;padding:var(--space-5) var(--space-4) calc(var(--space-5) + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;gap:var(--space-1)}.orbit__brand{display:inline-flex;align-items:center;gap:var(--space-2);min-height:32px;font-size:13px;color:var(--text-muted)}.orbit__brand strong{font-weight:600;color:var(--text)}.orbit__tagline{font-size:12px;color:var(--text-faint)}@media (min-width: 640px){#app,.orbit{width:100%;max-width:820px;margin-left:auto;margin-right:auto}.category__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--space-5)}.subgroup{grid-column:1 / -1}.item__img{width:120px;height:120px}.venue{grid-template-columns:repeat(2,minmax(0,1fr))}.venue__block:first-child{grid-column:1 / -1}}
