:root{--bg: #fffdf9;--surface: #ffffff;--surface-alt: #fdf6ec;--border: #ebe3d7;--text: #22201d;--text-muted: #6b6558;--accent: #c2521f;--accent-soft: #fbeade;--accent-text: #9c3f16;--ok: #2f7a4f;--warn: #b0741a;--danger: #b03a2e;--radius: 12px;--maxw: 68rem;--measure: 38rem}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.0625rem;line-height:1.6}h1,h2,h3{line-height:1.2;letter-spacing:-.015em;margin:0 0 .5em;text-wrap:balance}h1{font-size:clamp(1.9rem,1.4rem + 2.2vw,2.9rem)}h2{font-size:clamp(1.4rem,1.2rem + 1vw,1.85rem);margin-top:2em}h3{font-size:1.15rem;margin-top:1.6em}p,li{max-width:var(--measure)}a{color:var(--accent-text);text-underline-offset:2px}a:hover{text-decoration-thickness:2px}img{max-width:100%;height:auto;display:block}.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:1rem}.narrow{max-width:44rem}.site-header{border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:20}.site-header .wrap{display:flex;align-items:center;gap:1rem;min-height:3.75rem;flex-wrap:wrap}.brand{font-weight:700;color:var(--text);text-decoration:none;margin-right:auto;font-size:1.05rem}.site-nav{display:flex;gap:1.1rem;flex-wrap:wrap;font-size:.95rem}.site-nav a{color:var(--text-muted);text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--accent-text);text-decoration:underline}.site-footer{border-top:1px solid var(--border);margin-top:4rem;padding-block:2rem 3rem;color:var(--text-muted);font-size:.9rem;background:var(--surface-alt)}.site-footer a{color:var(--text-muted)}.footer-cols{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.footer-cols ul{list-style:none;padding:0;margin:.5rem 0 0;display:grid;gap:.35rem}main{padding-block:2.5rem}.lead{font-size:1.15rem;color:var(--text-muted);max-width:var(--measure)}.answer-box{background:var(--accent-soft);border:1px solid #f2d6c3;border-radius:var(--radius);padding:1.1rem 1.25rem;margin:1.5rem 0}.answer-box p{margin:0;max-width:none;font-size:1.08rem}.card-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));list-style:none;padding:0;margin:1.5rem 0 0}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1rem 1.1rem;max-width:none}.card a{text-decoration:none;font-weight:600}.card a:after{content:"";position:absolute;inset:0}.card{position:relative}.card p{margin:.35rem 0 0;color:var(--text-muted);font-size:.93rem;max-width:none}.meta{color:var(--text-muted);font-size:.875rem}.pill{display:inline-block;font-size:.78rem;font-weight:600;padding:.15rem .55rem;border-radius:999px;background:var(--surface-alt);border:1px solid var(--border);color:var(--text-muted)}.pill-risk-high{background:#fdecea;border-color:#f3c8c2;color:var(--danger)}.pill-risk-moderate{background:#fdf3e2;border-color:#eedcbb;color:var(--warn)}.pill-risk-low{background:#eaf5ee;border-color:#c6e2d1;color:var(--ok)}table{border-collapse:collapse;width:100%;margin:1.25rem 0;font-size:.95rem}th,td{text-align:left;padding:.6rem .7rem;border-bottom:1px solid var(--border);vertical-align:top}th{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.table-scroll{overflow-x:auto}.serving-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));margin:1.25rem 0}.serving{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.serving h3{margin:0;padding:.75rem 1rem 0;font-size:1rem}.serving p{padding:.35rem 1rem 1rem;margin:0;max-width:none}.photo-todo{aspect-ratio:4 / 3;display:grid;place-items:center;background:repeating-linear-gradient(45deg,#f7efe4,#f7efe4 10px,#f2e7d8 10px 20px);color:var(--text-muted);font-size:.85rem;text-align:center;padding:1rem}details{border-bottom:1px solid var(--border);padding:.85rem 0}summary{cursor:pointer;font-weight:600}details p{margin:.6rem 0 0}.app-cta{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.4rem;margin:2.5rem 0 0}.app-cta h2{margin-top:0;font-size:1.25rem}.app-cta p{color:var(--text-muted)}.store-links{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.btn{display:inline-block;background:var(--accent);color:#fff;text-decoration:none;font-weight:600;padding:.6rem 1.1rem;border-radius:999px;border:1px solid transparent}.btn:hover{background:var(--accent-text)}.btn-secondary{background:var(--surface);color:var(--accent-text);border-color:var(--border)}.btn-secondary:hover{background:#fff;border-color:var(--accent)}.install-bar{position:fixed;inset:auto 0 0;background:var(--surface);border-top:1px solid var(--border);padding:.6rem 1rem calc(.6rem + env(safe-area-inset-bottom));display:none;align-items:center;gap:.75rem;z-index:30;box-shadow:0 -4px 16px #0000000f}.install-bar strong{font-size:.92rem}.install-bar .btn{margin-left:auto;padding:.45rem .9rem;font-size:.92rem}@media(max-width:48rem){.install-bar{display:flex}body{padding-bottom:4.5rem}}.breadcrumb{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.breadcrumb a{color:var(--text-muted)}.reviewed{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.875rem}.filters{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.5rem 0}.filters a{text-decoration:none}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #171512;--surface: #1f1c19;--surface-alt: #232019;--border: #38332c;--text: #f3efe8;--text-muted: #b3aa9c;--accent: #e4703a;--accent-soft: #33221a;--accent-text: #f0a179;--ok: #6cc08d;--warn: #d9a84f;--danger: #e08076}:root:not([data-theme=light]) .answer-box{border-color:#4a3123}:root:not([data-theme=light]) .photo-todo{background:repeating-linear-gradient(45deg,#241f19,#241f19 10px,#2b251d 10px 20px)}:root:not([data-theme=light]) .pill-risk-high{background:#3a211e;border-color:#5c3029}:root:not([data-theme=light]) .pill-risk-moderate{background:#372c18;border-color:#574a2c}:root:not([data-theme=light]) .pill-risk-low{background:#1d3227;border-color:#2d4b39}:root:not([data-theme=light]) .btn{color:#1a1512}:root:not([data-theme=light]) .btn-secondary{color:var(--accent-text)}}
