:root{--color-bg: #fafafa;--color-surface: #ffffff;--color-border: #e5e5e5;--color-text: #1f1f1f;--color-text-muted: #6b6b6b;--color-accent-contains: #b3261e;--color-accent-traces: #8a5800;--color-accent-unknown: #5f6368;--color-warning: #c2410c;--color-warning-dark: #9a3412;--radius: 10px;--max-width: 720px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:var(--color-text);line-height:1.5}.page-header{max-width:var(--max-width);margin:0 auto;padding:24px 16px 8px}.page-header h1{font-size:1.4rem;line-height:1.3;margin:0 0 6px}.page-header__subtitle{color:var(--color-text-muted);margin:0 0 16px;font-size:.9rem}.search-bar{display:flex;align-items:center;gap:8px}.search-bar input{flex:1;min-width:0;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius);font-size:1rem;background:var(--color-surface)}.language-switcher{display:flex;width:100%;margin-top:8px;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.language-switcher__option{flex:1 1 50%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 8px;border:none;background:var(--color-surface);color:var(--color-text-muted);font:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.language-switcher__option:first-child{border-right:1px solid var(--color-border)}.language-switcher__flag{font-size:1.15rem;line-height:1}.language-switcher__option[aria-pressed=true]{background:#e6e6e6;color:var(--color-text)}.language-switcher__option:hover:not([aria-pressed=true]){background:var(--color-bg);color:var(--color-text)}.packaging-notice{position:sticky;top:8px;z-index:20;display:flex;align-items:flex-start;gap:10px;width:calc(100% - 32px);max-width:calc(var(--max-width) - 32px);margin:8px auto 0;padding:10px 14px;background:var(--color-warning);border-radius:var(--radius);box-shadow:0 4px 10px #0000001f}.packaging-notice__icon{flex-shrink:0;margin-top:1px;color:#fff}.packaging-notice p{margin:0;font-size:.8rem;font-weight:600;color:#fff}.category-filter{position:relative;flex-shrink:0}.category-filter__toggle{width:44px;height:44px;border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer}.category-filter__toggle:hover{color:var(--color-text);border-color:var(--color-text-muted)}.category-filter__toggle[aria-expanded=true]{color:var(--color-text);border-color:var(--color-text)}.category-filter__panel{position:absolute;top:calc(100% + 6px);right:0;z-index:30;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 8px 20px #0000001f;padding:10px 14px;display:flex;flex-direction:column;gap:8px;white-space:nowrap}.category-filter__panel[hidden]{display:none}.category-filter__option{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;font-size:.88rem}main{max-width:var(--max-width);margin:0 auto;padding:8px 16px 40px}.category-section{margin-top:24px}.category-section__title{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 8px}.product-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:10px 12px}.product-card__header{display:flex;align-items:center;gap:12px;width:100%;background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-align:left}.product-card__image{width:44px;height:44px;border-radius:8px;object-fit:cover;background:var(--color-bg);flex-shrink:0}.product-card__title{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.product-card__name{font-weight:600}.product-card__kcal{font-size:.75rem;font-weight:400;color:var(--color-text-muted)}.product-card__chevron{color:var(--color-text-muted);transition:transform .15s ease}.product-card__header[aria-expanded=true] .product-card__chevron{transform:rotate(180deg)}.allergen-badges{display:flex;gap:6px;margin:8px 0 0 56px;flex-wrap:wrap}.allergen-badge{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.allergen-icon{width:14px;height:14px}.allergen-badge--bevat{background:var(--badge-color);color:#fff}.allergen-badge--sporen{background:#fff;border:1.5px solid var(--badge-color);color:var(--badge-color)}.allergen-badge--onbekend{background:#fff;border:1.5px dashed var(--badge-color);color:var(--badge-color);opacity:.6}.product-card__details{margin-top:12px;padding-top:12px;border-top:1px dashed var(--color-border)}.product-card__nutrition{display:flex;gap:10px;margin:0 0 12px}.product-card__nutrition div{flex:1;text-align:center;background:var(--color-bg);border-radius:8px;padding:8px 4px}.product-card__nutrition dt{font-size:.7rem;color:var(--color-text-muted)}.product-card__nutrition dd{margin:2px 0 0;font-weight:700}.allergen-list{list-style:none;margin:0;padding:0;font-size:.85rem}.allergen-list__item{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid #f2f2f2}.allergen-list__item--bevat{color:var(--color-accent-contains);font-weight:600}.allergen-list__item--sporen{color:var(--color-accent-traces);font-weight:600}.allergen-list__item--onbekend{color:var(--color-accent-unknown);font-style:italic}.allergen-list__item--bevat_niet{color:var(--color-text-muted)}#empty-state{text-align:center;color:var(--color-text-muted);padding:40px 0}.page-footer{max-width:var(--max-width);margin:0 auto;padding:16px 16px 40px;color:var(--color-text-muted);font-size:.75rem;text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.legend-fab{position:fixed;right:16px;bottom:16px;z-index:40;display:flex;align-items:center;gap:8px;padding:13px 18px;border-radius:999px;border:none;background:var(--color-warning);color:#fff;font-size:.85rem;font-weight:700;font-family:inherit;box-shadow:0 4px 14px #00000040;cursor:pointer;animation:legend-fab-pulse 2.2s ease-out infinite}.legend-fab:hover{background:var(--color-warning-dark)}.legend-fab--interacted{animation:none}.legend-fab__label{white-space:nowrap}@keyframes legend-fab-pulse{0%{box-shadow:0 4px 14px #00000040,0 0 #c2410c8c}70%{box-shadow:0 4px 14px #00000040,0 0 0 16px #c2410c00}to{box-shadow:0 4px 14px #00000040,0 0 #c2410c00}}@media (prefers-reduced-motion: reduce){.legend-fab{animation:none}}.legend-backdrop{position:fixed;inset:0;z-index:45;background:#0000;transition:background .2s ease}.legend-backdrop--open{background:#00000040}.legend-panel{position:fixed;right:16px;bottom:80px;z-index:50;width:min(320px,calc(100vw - 32px));max-height:min(70vh,520px);overflow-y:auto;background:var(--color-surface);border-radius:var(--radius);box-shadow:0 10px 30px #0000002e;padding:16px;opacity:0;transform:translateY(12px) scale(.97);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.legend-panel--open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.legend-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.legend-panel__header h2{margin:0;font-size:1rem}.legend-panel__close{border:none;background:none;font-size:1.1rem;line-height:1;cursor:pointer;color:var(--color-text-muted);padding:4px}.legend-status{display:flex;flex-direction:column;gap:8px;margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.legend-status__item{display:flex;align-items:center;gap:10px}.legend-status__label{font-size:.78rem;color:var(--color-text-muted);text-align:left}.legend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.legend-list__item{display:flex;align-items:center;gap:10px;font-size:.85rem}
