@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--foh-bg: #faf7f0;--foh-surface: #fffdf8;--foh-surface-2: #f5f0e4;--foh-text: #2a2825;--foh-text-muted: #6b6862;--foh-line: #e0d8c8;--foh-line-strong: #cfc5ad;--foh-teal: #2d6a5f;--foh-teal-dark: #1f4e46;--foh-teal-light: #e8f0ee;--foh-gold: #9a7b3a;--foh-gold-light: #f0e6cf;--foh-red: #b53a30;--foh-red-bg: #fbe9e7;--foh-amber: #946412;--foh-amber-bg: #fbf3e0;--foh-teal-status: #2d6a5f;--foh-teal-bg: #e6f0ed;--foh-unknown: #6b4423;--foh-unknown-bg: #f0ebe0;--foh-unrecorded: #8a8780;--foh-radius: 10px;--foh-radius-sm: 6px;--foh-sidebar-w: 320px}*{box-sizing:border-box}body.foh-body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--foh-bg);color:var(--foh-text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.foh-root{min-height:100vh;display:flex;flex-direction:column}.foh-header{background:var(--foh-surface);border-bottom:2px solid var(--foh-line-strong);padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;top:0;z-index:50;min-height:56px}.foh-brand{display:flex;align-items:baseline;gap:10px;flex-shrink:0}.foh-brand-mark{font-weight:700;font-size:18px;letter-spacing:.18em;color:var(--foh-gold)}.foh-brand-sub{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--foh-text-muted)}.foh-header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.foh-last-updated{font-size:11px;color:var(--foh-text-muted);white-space:nowrap}.foh-refresh-btn{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:6px 14px;border:1px solid var(--foh-line-strong);border-radius:var(--foh-radius-sm);background:var(--foh-surface);color:var(--foh-teal);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.foh-refresh-btn:hover{background:var(--foh-teal-light);border-color:var(--foh-teal)}.foh-refresh-btn:disabled{opacity:.5;cursor:wait}.foh-refresh-btn svg{width:16px;height:16px}.foh-refresh-btn svg.foh-spin{animation:foh-spin .8s linear infinite}@keyframes foh-spin{to{transform:rotate(360deg)}}.foh-body{display:flex;flex:1;min-height:0;position:relative}.foh-sidebar{width:var(--foh-sidebar-w);flex-shrink:0;background:var(--foh-surface);border-right:1px solid var(--foh-line);overflow-y:auto;padding:16px;max-height:calc(100vh - 56px);position:sticky;top:56px}.foh-main{flex:1;min-width:0;padding:16px 20px;overflow-y:auto;max-height:calc(100vh - 56px)}.foh-mobile-toggle{display:none;min-height:44px;padding:8px 16px;border:1px solid var(--foh-line-strong);border-radius:var(--foh-radius-sm);background:var(--foh-surface);font-size:13px;font-weight:600;color:var(--foh-teal);cursor:pointer;align-items:center;gap:8px;flex:0 0 auto;white-space:nowrap}.foh-mobile-toggle svg{width:18px;height:18px}.foh-mobile-toolbar{display:none;align-items:center;gap:10px;margin-bottom:10px}.foh-mobile-toolbar .foh-mode-group{flex:1}.foh-close-sidebar{display:none;align-items:center;gap:6px;min-height:44px;width:100%;padding:8px 14px;margin-bottom:12px;border:1px solid var(--foh-line-strong);border-radius:var(--foh-radius-sm);background:var(--foh-surface-2);font-size:13px;font-weight:600;color:var(--foh-teal);cursor:pointer}.foh-close-sidebar:hover{background:var(--foh-teal-light);border-color:var(--foh-teal)}.foh-close-sidebar svg{width:18px;height:18px}.foh-main-clear{display:flex;margin-bottom:8px}.foh-overlay{display:none;position:fixed;top:56px;right:0;bottom:0;left:0;background:#00000059;z-index:40}.foh-section{margin-bottom:18px}.foh-section-title{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--foh-text-muted);margin:0 0 8px;display:flex;align-items:center;justify-content:space-between}.foh-section-count{font-size:11px;font-weight:600;color:var(--foh-teal);background:var(--foh-teal-light);padding:2px 8px;border-radius:20px}.foh-mode-group{display:flex;background:var(--foh-surface-2);border:1px solid var(--foh-line-strong);border-radius:var(--foh-radius-sm);padding:3px;gap:3px}.foh-mode-btn{flex:1;min-height:40px;border:0;background:transparent;border-radius:4px;font-size:12px;font-weight:600;color:var(--foh-text-muted);cursor:pointer;transition:background .15s,color .15s;padding:6px 4px;line-height:1.3}.foh-mode-btn[aria-pressed=true]{background:var(--foh-teal);color:#fff}.foh-mode-btn:hover:not([aria-pressed=true]){background:var(--foh-teal-light);color:var(--foh-teal)}.foh-toggle-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.foh-toggle{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 10px;border:1px solid var(--foh-line);border-radius:var(--foh-radius-sm);background:var(--foh-surface);cursor:pointer;font-size:13px;font-weight:500;color:var(--foh-text);transition:background .12s,border-color .12s;text-align:left;width:100%}.foh-toggle:hover{background:var(--foh-surface-2)}.foh-toggle[aria-pressed=true]{background:var(--foh-teal);border-color:var(--foh-teal);color:#fff}.foh-toggle-check{flex-shrink:0;width:18px;height:18px;border:1.5px solid var(--foh-line-strong);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:transparent;transition:all .12s}.foh-toggle[aria-pressed=true] .foh-toggle-check{background:#fff;border-color:#fff;color:var(--foh-teal)}.foh-disclosure{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:10px 14px;border:1px solid var(--foh-line-strong);border-radius:var(--foh-radius-sm);background:var(--foh-surface-2);cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--foh-text);transition:background .12s}.foh-disclosure:hover{background:var(--foh-gold-light)}.foh-disclosure-icon{font-size:18px;font-weight:400;line-height:1}.foh-select{width:100%;min-height:44px;padding:8px 32px 8px 12px;border:1px solid var(--foh-line-strong);border-radius:var(--foh-radius-sm);background:var(--foh-surface);font-size:14px;font-weight:500;color:var(--foh-text);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b6862' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.foh-select:focus-visible{outline:2px solid var(--foh-gold);outline-offset:2px}.foh-chips-area{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:10px}.foh-chip{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:4px 10px;background:var(--foh-teal);color:#fff;border-radius:20px;font-size:12px;font-weight:600;border:0;cursor:pointer;transition:opacity .12s}.foh-chip:hover{opacity:.85}.foh-chip-x{font-size:16px;line-height:1}.foh-clear-btn{min-height:36px;padding:4px 14px;background:transparent;border:1px solid var(--foh-line-strong);border-radius:20px;font-size:12px;font-weight:600;color:var(--foh-red);cursor:pointer;transition:background .12s}.foh-clear-btn:hover{background:var(--foh-red-bg);border-color:var(--foh-red)}.foh-search-wrap{position:sticky;top:0;z-index:10;background:var(--foh-bg);padding:0 0 10px;margin-bottom:10px}.foh-search{display:flex;align-items:center;gap:8px;min-height:48px;padding:0 14px;border:1.5px solid var(--foh-line-strong);border-radius:var(--foh-radius);background:var(--foh-surface);transition:border-color .15s}.foh-search:focus-within{border-color:var(--foh-teal)}.foh-search svg{width:18px;height:18px;color:var(--foh-text-muted);flex-shrink:0}.foh-search input{flex:1;min-width:0;border:0;background:transparent;font-size:15px;color:var(--foh-text);padding:8px 0;outline:none}.foh-search input::-moz-placeholder{color:var(--foh-unrecorded)}.foh-search input::placeholder{color:var(--foh-unrecorded)}.foh-results-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 12px;padding:8px 0;border-bottom:1px solid var(--foh-line)}.foh-result-count{font-size:13px;font-weight:600;color:var(--foh-text-muted);margin:0}.foh-result-count strong{color:var(--foh-text)}.foh-focus-toggle{display:inline-flex;align-items:center;gap:8px;min-height:40px;cursor:pointer;font-size:13px;font-weight:600;color:var(--foh-text);white-space:nowrap}.foh-focus-toggle input{width:18px;height:18px;accent-color:var(--foh-teal);flex-shrink:0;cursor:pointer}.foh-focus-toggle:focus-within{outline:2px solid var(--foh-gold);outline-offset:2px}.foh-dish-card{background:var(--foh-surface);border:1px solid var(--foh-line);border-radius:var(--foh-radius);padding:12px 14px;margin-bottom:8px;transition:border-color .15s}.foh-dish-card:hover{border-color:var(--foh-line-strong)}.foh-dish-card.foh-conflict{border-left:4px solid var(--foh-red)}.foh-dish-card.foh-off-menu{border-left:4px solid var(--foh-amber)}.foh-dish-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.foh-dish-title{font-size:16px;font-weight:700;color:var(--foh-text);margin:0;line-height:1.3;overflow-wrap:anywhere}.foh-dish-meta{font-size:11px;font-weight:600;color:var(--foh-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:2px 0 0}.foh-off-tag{display:inline-block;background:var(--foh-amber-bg);color:var(--foh-amber);font-size:10px;font-weight:700;letter-spacing:.08em;padding:2px 8px;border-radius:4px;text-transform:uppercase;margin-left:6px;vertical-align:middle}.foh-badges{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.foh-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;line-height:1.4;border:1px solid transparent}.foh-badge svg{width:12px;height:12px;flex-shrink:0}.foh-badge-present{background:var(--foh-red-bg);color:var(--foh-red);border-color:#f0c4bf}.foh-badge-may_contain{background:var(--foh-amber-bg);color:var(--foh-amber);border-color:#e8d9b0}.foh-badge-removable{background:var(--foh-teal-bg);color:var(--foh-teal-status);border-color:#bcd9d2}.foh-badge-unknown{background:var(--foh-unknown-bg);color:var(--foh-unknown);border-color:#d6ccba}.foh-badge-unrecorded{background:var(--foh-surface-2);color:var(--foh-unrecorded);border-color:var(--foh-line)}.foh-badge-selected{outline:2px solid var(--foh-gold);outline-offset:1px;font-weight:700}.foh-badge-quiet{background:#f5f2ea;color:#6b6862;border-color:#e0d8c8;font-weight:500}.foh-badge-quiet svg{opacity:.6}.foh-removal-instruction{margin-top:8px;padding:8px 12px;background:var(--foh-teal-bg);border-left:3px solid var(--foh-teal);border-radius:0 var(--foh-radius-sm) var(--foh-radius-sm) 0;font-size:13px;font-weight:600;color:var(--foh-teal-dark);display:flex;align-items:flex-start;gap:6px}.foh-removal-instruction svg{width:16px;height:16px;flex-shrink:0;margin-top:1px}.foh-removal-instruction span{font-weight:400}.foh-removal-note-detail{font-size:12px;color:var(--foh-teal-dark);margin-top:2px;font-weight:400}.foh-all-info{margin-top:8px}.foh-all-info summary{min-height:40px;display:flex;align-items:center;gap:6px;cursor:pointer;font-size:12px;font-weight:600;color:var(--foh-teal);padding:6px 0;list-style:none}.foh-all-info summary::-webkit-details-marker{display:none}.foh-all-info summary svg{width:14px;height:14px;transition:transform .15s}.foh-all-info[open] summary svg{transform:rotate(90deg)}.foh-all-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px 16px;padding:8px 0 4px}.foh-info-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;padding:5px 0;border-bottom:1px solid var(--foh-line);font-size:12px}.foh-info-label{font-weight:500;color:var(--foh-text)}.foh-info-status{font-weight:600;white-space:nowrap}.foh-info-note{grid-column:1 / -1;font-size:11px;color:var(--foh-text-muted);padding:0 0 4px;overflow-wrap:anywhere}.foh-info-row.foh-info-selected{background:var(--foh-gold-light);margin:0 -4px;padding:5px 4px;border-radius:3px}.foh-info-row.foh-info-quiet .foh-info-label,.foh-info-row.foh-info-quiet .foh-info-status{color:var(--foh-text-muted)}.foh-loading,.foh-error,.foh-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.foh-loading-spinner{width:32px;height:32px;border:3px solid var(--foh-line);border-top-color:var(--foh-teal);border-radius:50%;animation:foh-spin .8s linear infinite;margin-bottom:16px}.foh-loading p,.foh-empty p{color:var(--foh-text-muted);font-size:15px;margin:0}.foh-error h2{color:var(--foh-red);font-size:18px;margin:0 0 8px}.foh-error p{color:var(--foh-text-muted);font-size:14px;margin:0 0 16px}.foh-error-retry{min-height:44px;padding:10px 24px;background:var(--foh-teal);color:#fff;border:0;border-radius:var(--foh-radius-sm);font-size:14px;font-weight:600;cursor:pointer}.foh-error-retry:hover{background:var(--foh-teal-dark)}.foh-empty-icon{font-size:32px;margin-bottom:12px;color:var(--foh-line-strong)}.foh-caution{font-size:12px;color:var(--foh-text-muted);padding:8px 12px;background:var(--foh-surface-2);border-radius:var(--foh-radius-sm);margin-bottom:12px;line-height:1.5}@media (max-width: 900px){.foh-sidebar{position:fixed;left:0;top:56px;bottom:0;width:300px;max-height:none;z-index:45;transform:translate(-100%);transition:transform .25s ease;box-shadow:2px 0 12px #0000001f}.foh-sidebar.foh-open{transform:translate(0)}.foh-overlay.foh-show{display:block}.foh-mobile-toggle{display:inline-flex}.foh-mobile-toolbar{display:flex}.foh-close-sidebar{display:inline-flex}.foh-main{padding:12px 14px}.foh-header{padding:8px 14px}.foh-brand-mark{font-size:16px}.foh-brand-sub{font-size:10px}.foh-last-updated{display:none}}@media (max-width: 480px){.foh-toggle-grid,.foh-all-info-grid{grid-template-columns:1fr}.foh-dish-title{font-size:15px}.foh-header{padding:6px 12px;min-height:50px}.foh-brand-mark{font-size:15px;letter-spacing:.12em}.foh-brand-sub{font-size:9px}}.foh-toggle:focus-visible,.foh-mode-btn:focus-visible,.foh-select:focus-visible,.foh-disclosure:focus-visible,.foh-chip:focus-visible,.foh-clear-btn:focus-visible,.foh-refresh-btn:focus-visible,.foh-mobile-toggle:focus-visible,.foh-close-sidebar:focus-visible,.foh-error-retry:focus-visible{outline:2px solid var(--foh-gold);outline-offset:2px}.foh-sidebar::-webkit-scrollbar,.foh-main::-webkit-scrollbar{width:6px}.foh-sidebar::-webkit-scrollbar-thumb,.foh-main::-webkit-scrollbar-thumb{background:var(--foh-line-strong);border-radius:3px}.foh-sidebar::-webkit-scrollbar-track,.foh-main::-webkit-scrollbar-track{background:transparent}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
