:root{--color-sky: #8ecae6;--color-teal: #219ebc;--color-navy: #023047;--color-yellow: #ffb703;--color-orange: #fb8500;--color-safe: #059669;--color-safe-bg: #ecfdf5;--color-safe-border: #a7f3d0;--color-caution: #e68a00;--color-caution-bg: #fff8eb;--color-caution-border: #fde68a;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--color-danger-border: #fca5a5;--color-text: var(--color-navy);--color-text-light: #2e5568;--color-text-muted: #456d80;--color-bg: #ffffff;--color-bg-subtle: #f0f7fa;--color-border: #c8dce6;--color-primary: var(--color-teal);--color-primary-light: var(--color-sky);--color-primary-dark: var(--color-navy);--color-accent: var(--color-yellow);--color-accent-dark: var(--color-orange);--gradient-hero: linear-gradient(160deg, #eef7fb 0%, #f0f9ff 40%, #fff9e6 100%);--gradient-title: linear-gradient(135deg, var(--color-navy), var(--color-teal));--gradient-food-hero: linear-gradient(160deg, var(--color-navy) 0%, #04506b 100%);--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width: 720px;--radius: 16px;--radius-sm: 10px;--shadow-sm: 0 1px 3px rgba(2, 48, 71, .06), 0 1px 2px rgba(2, 48, 71, .04);--shadow-md: 0 4px 12px rgba(2, 48, 71, .07), 0 2px 4px rgba(2, 48, 71, .04);--shadow-lg: 0 12px 32px rgba(2, 48, 71, .1), 0 4px 8px rgba(2, 48, 71, .05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh;display:flex;flex-direction:column;line-height:1.6}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.home-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem 1rem;background:var(--gradient-hero);position:relative;overflow:hidden}.home-container:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 80%,rgba(142,202,230,.2) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(255,183,3,.1) 0%,transparent 50%);pointer-events:none}.home-title{font-size:clamp(1.75rem,5vw,3rem);font-weight:800;text-align:center;margin-bottom:.25rem;letter-spacing:-.02em;line-height:1.1;background:var(--gradient-title);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-title-emoji{display:block;font-size:clamp(2rem,6vw,3.5rem);margin-bottom:.35rem;filter:drop-shadow(0 2px 8px rgba(2,48,71,.12))}.home-subtitle{color:var(--color-text-light);font-size:1rem;margin-bottom:1.5rem;text-align:center}.search-wrapper{width:100%;max-width:480px;position:relative}.search-input{width:100%;padding:.875rem 1.25rem;font-size:1.0625rem;border:2px solid var(--color-border);border-radius:var(--radius);outline:none;font-family:var(--font-sans);transition:border-color .2s,box-shadow .2s,transform .2s;background:var(--color-bg);box-shadow:var(--shadow-md)}.search-input:focus{border-color:var(--color-teal);box-shadow:var(--shadow-lg),0 0 0 3px #219ebc26;transform:translateY(-1px)}.search-input::placeholder{color:var(--color-text-muted)}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden;z-index:50;max-height:320px;overflow-y:auto}.search-result-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;cursor:pointer;transition:background .15s,padding .15s;text-decoration:none;color:var(--color-text);border-bottom:1px solid var(--color-border)}.search-result-item:last-child{border-bottom:none}.search-result-item:hover,.search-result-item.active{background:var(--color-bg-subtle);text-decoration:none;padding-left:1.5rem}.search-result-name{font-weight:500}.search-no-results{padding:1rem 1.25rem;color:var(--color-text-muted);text-align:center}.safety-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.safety-badge--yes{background:#047857;color:#fff}.safety-badge--caution{background:#b45309;color:#fff}.safety-badge--no{background:#b91c1c;color:#fff}.food-page{max-width:var(--max-width);margin:0 auto;padding:0 1rem 2rem}.food-hero{background:var(--gradient-food-hero);color:#fff;padding:2.5rem 1rem 2rem;margin-bottom:2rem;position:relative;overflow:hidden}.food-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 90% 10%,rgba(142,202,230,.15) 0%,transparent 50%),radial-gradient(ellipse at 10% 90%,rgba(255,183,3,.08) 0%,transparent 50%);pointer-events:none}.food-hero-inner{max-width:var(--max-width);margin:0 auto;position:relative}.food-hero-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-sky);margin-bottom:.75rem}.food-hero-label a{color:var(--color-sky);transition:color .15s}.food-hero-label a:hover{color:#fff;text-decoration:none}.food-hero h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem;color:#fff}.food-hero-summary{font-size:1.1rem;color:var(--color-sky);line-height:1.5;margin-bottom:1.25rem;max-width:560px}.safety-verdict{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:999px;font-weight:700;font-size:1rem}.safety-verdict--yes{background:#05966933;color:#6ee7b7;border:1px solid rgba(5,150,105,.3)}.safety-verdict--caution{background:#ffb70333;color:var(--color-yellow);border:1px solid rgba(255,183,3,.3)}.safety-verdict--no{background:#dc262633;color:#fca5a5;border:1px solid rgba(220,38,38,.3)}.safety-verdict-icon{font-size:1.25rem}.food-details{margin-bottom:1.5rem;padding:1.5rem;background:var(--color-bg-subtle);border-radius:var(--radius);border:1px solid var(--color-border)}.food-details h2{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:var(--color-navy);display:flex;align-items:center;gap:.5rem}.food-details h2:before{content:"";width:3px;height:1.1em;background:var(--color-teal);border-radius:2px}.food-details p{color:var(--color-text);line-height:1.75}.food-details+.food-details{margin-top:-.25rem}.food-sources{margin-bottom:2rem}.food-sources h2{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:var(--color-navy);display:flex;align-items:center;gap:.5rem}.food-sources h2:before{content:"";width:3px;height:1.1em;background:var(--color-accent);border-radius:2px}.food-sources ul{list-style:none;display:flex;flex-direction:column;gap:.35rem}.food-sources li a{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-teal);padding:.5rem .75rem;border-radius:var(--radius-sm);transition:background .15s}.food-sources li a:hover{background:#219ebc14;text-decoration:none}.food-sources li a:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-sky);flex-shrink:0}.food-search-section{margin-top:2rem;padding:1.75rem;background:var(--gradient-hero);border-radius:var(--radius);border:1px solid var(--color-border)}.food-search-section h2{font-size:1rem;font-weight:700;margin-bottom:1rem;text-align:center;color:var(--color-navy)}.food-search-section .search-wrapper{max-width:100%}.privacy-page{max-width:var(--max-width);margin:0 auto;padding:2rem 1rem 3rem}.privacy-breadcrumb{font-size:.85rem;color:var(--color-text-muted);margin-bottom:1.5rem}.privacy-breadcrumb a{color:var(--color-teal);text-decoration:none}.privacy-breadcrumb a:hover{text-decoration:underline}.privacy-page h1{font-size:2rem;font-weight:800;color:var(--color-navy);margin-bottom:.25rem}.privacy-updated{font-size:.85rem;color:var(--color-text-muted);margin-bottom:2rem}.privacy-page section{margin-bottom:2rem}.privacy-page h2{font-size:1.2rem;font-weight:700;color:var(--color-navy);margin-bottom:.5rem}.privacy-page h3{font-size:1rem;font-weight:600;color:var(--color-text);margin:1rem 0 .35rem}.privacy-page p{color:var(--color-text-light);line-height:1.7;margin-bottom:.75rem}.privacy-page ul{margin:.5rem 0 .75rem 1.25rem;color:var(--color-text-light);line-height:1.7}.privacy-page li{margin-bottom:.25rem}.privacy-page a{color:var(--color-teal);text-decoration:underline;text-underline-offset:2px}.privacy-page a:hover{color:var(--color-navy)}.privacy-page code{background:var(--color-bg-subtle);padding:.15rem .4rem;border-radius:4px;font-size:.85em}.cookie-banner{position:fixed;bottom:1rem;left:1rem;right:1rem;max-width:600px;margin:0 auto;background:var(--color-navy);color:#fff;padding:1.25rem;z-index:1000;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.cookie-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cookie-text{font-size:.9rem;line-height:1.5;flex:1;min-width:200px}.cookie-text a{color:var(--color-sky)}.cookie-buttons{display:flex;gap:.5rem;flex-shrink:0}.cookie-btn{padding:.5rem 1.25rem;border-radius:var(--radius-sm);border:none;cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-sans);transition:opacity .15s}.cookie-btn:hover{opacity:.9}.cookie-btn--accept{background:var(--color-accent);color:var(--color-navy);box-shadow:0 2px 8px #ffb7034d}.cookie-btn--decline{background:transparent;color:#fff;border:1px solid rgba(142,202,230,.3)}.footer{text-align:center;padding:1rem;color:var(--color-text-muted);font-size:.8rem;background:var(--color-bg-subtle);border-top:1px solid var(--color-border)}.footer p{margin-bottom:.15rem}.footer-disclaimer{max-width:540px;margin:0 auto .5rem;line-height:1.5}.footer a{color:inherit;text-decoration:underline;text-underline-offset:2px}.footer a:hover{color:var(--color-teal)}.home-footer{background:transparent;border-top:none;padding:.75rem 1rem;color:var(--color-text-muted)}.browse-section{margin-top:1.5rem;width:100%;max-width:480px;text-align:center}.browse-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.6rem;font-weight:600}.browse-tags{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center}.browse-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;font-size:.8rem;font-weight:500;background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);box-shadow:var(--shadow-sm);transition:all .2s}.browse-tag:hover{border-color:var(--color-teal);background:var(--color-bg);box-shadow:var(--shadow-md),0 0 0 3px #219ebc1a;transform:translateY(-1px);text-decoration:none;color:var(--color-teal)}.food-footer{background:var(--color-navy);color:var(--color-sky);border-top:3px solid var(--color-accent)}.food-footer p,.food-footer a{color:#8ecae6}.food-footer a:hover{color:var(--color-accent)}
