*{box-sizing:border-box}body{margin:0;background:#f5f7fc;color:#18233f;font-family:Inter,system-ui,sans-serif}header,footer{display:flex;justify-content:space-between;align-items:center;padding:22px 4%;background:#fff}a{color:#4f46e5;text-decoration:none}.brand{font-size:24px;font-weight:850;color:#18233f}.brand span{color:#6755e8}main{width:92%;max-width:1800px;margin:auto}.hero{padding:42px 0 30px}.eyebrow{font-size:12px;letter-spacing:2px;color:#6554d9;font-weight:750}h1{font-size:clamp(30px,3.6vw,52px);letter-spacing:-2px;margin:12px 0}h1 span{color:#6251d6}.hero p{color:#58657d;font-size:18px}.pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.pills span{background:#e8e9ff;color:#49439a;border-radius:30px;padding:8px 14px;font-size:13px}.workspace{display:grid;grid-template-columns:1fr 1fr;gap:22px}.panel{background:white;border:1px solid #e2e5f0;border-radius:20px;padding:24px;min-width:0;box-shadow:0 8px 30px #24305307}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}h2{font-size:18px;margin:0 0 14px}.panel-head h2{margin:0}button,select,textarea{font:inherit}button{cursor:pointer;border:0;border-radius:9px;padding:11px 17px;font-weight:650}button:focus-visible,a:focus-visible,select:focus-visible,textarea:focus-visible,pre:focus-visible{outline:3px solid #9983ff;outline-offset:3px}.quiet{color:#574ac2;background:#f0edff}.primary{background:#6553df;color:white;width:100%;margin-top:10px}label{display:block;font-size:13px;font-weight:650;margin:20px 0 8px}select{width:100%;padding:11px;border:1px solid #d8ddeb;border-radius:9px;background:#fff;color:#26334e}textarea{width:100%;height:260px;resize:vertical;background:#f8f9fd;border:1px solid #d8ddeb;border-radius:10px;padding:16px;font:14px/1.65 Consolas,monospace;color:#253552}.hint{font-size:12px;line-height:1.6;color:#68758b}.tabs{display:flex;gap:8px;margin-top:20px}.tabs button{background:#f1f3f9;color:#52617b}.tabs [aria-pressed=true]{background:#e8e4ff;color:#5240c6}pre{background:#142039;color:#dce6ff;border-radius:12px;padding:20px;min-height:320px;max-height:520px;overflow:auto;font:13px/1.7 Consolas,monospace;margin:0}#error{color:#b32946;font-size:14px}#status{font-size:13px;color:#32634c}.notes{background:#eef2ff;border:1px solid #dfe4fb;padding:15px 20px;margin-top:20px;border-radius:12px;font-size:13px;line-height:1.7;color:#4e5b78}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:32px 0}.features article{padding:24px;border-radius:16px;background:#eae7ff}.features article:nth-child(2){background:#e0f4ee}.features article:nth-child(3){background:#fff0dc}.features p,.faq p{font-size:14px;line-height:1.8;color:#526079}.faq{padding:12px 0 30px;max-width:950px}.faq h2{margin-top:20px}footer{font-size:13px;color:#667188}@media(max-width:800px){.workspace,.features{grid-template-columns:1fr}.hero{padding-top:28px}h1{letter-spacing:-1px}.panel{padding:18px}footer{gap:20px;align-items:flex-start}pre{min-height:240px}}body{background:#f6f9f5}h1 span{color:#34795b}.pills span{background:#e1f1e7;color:#296348}.primary{background:#34795b}input:not([type=checkbox]),select{width:100%;padding:10px;border:1px solid #cfdacf;border-radius:8px;font:inherit}.drop{border:2px dashed #a6c7ae;background:#f0f7ed;padding:20px;border-radius:14px}#photo{max-width:100%;max-height:300px;display:block;margin:18px auto;border-radius:14px}textarea{height:110px}.consent{font-weight:400;line-height:1.6}.food{background:#f4f7f1;padding:16px;border-radius:12px;margin:14px 0}.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.food label{margin-top:10px}.total{background:#e5f1e7;padding:18px;border-radius:12px;font-weight:750;margin:18px 0}.diary{margin-top:26px}.entry{border-bottom:1px solid #dfe5da;padding:16px 0}.entry p{overflow-wrap:anywhere}#uncertainty{font-size:14px;line-height:1.7;color:#7b592a}.food button{margin-top:12px}.notes{background:#fff4df;border-color:#efdfbf;color:#6d592c}button:disabled{opacity:.45;cursor:default}[hidden]{display:none!important}#status,#saved{white-space:pre-wrap;overflow-wrap:anywhere}input[type=checkbox]{width:auto}.panel{align-self:start}@media(max-width:500px){.numbers{grid-template-columns:1fr 1fr}.panel-head{flex-wrap:wrap}}

.food-examples{margin:24px 0}.example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.example-grid button{padding:0;overflow:hidden;background:#edf5ea;text-align:left;color:#294e37;border:1px solid #d6e3d1}.example-grid img{width:100%;height:110px;object-fit:cover;display:block}.example-grid span{display:block;padding:10px;font-size:12px;line-height:1.4}.example-grid button:hover{border-color:#34795b}.example-grid button:focus-visible{outline:3px solid #34795b}@media(max-width:500px){.example-grid{grid-template-columns:1fr 1fr}.example-grid img{height:120px}}
/* Bound food examples to their grid tracks on small screens. */
.food-examples .example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.food-examples .example-grid button{min-width:0;width:100%;padding:0;overflow:hidden;text-align:left}.food-examples .example-grid img{display:block;width:100%;max-width:100%;height:110px;object-fit:cover}.food-examples .example-grid span{display:block;padding:10px;white-space:normal;overflow-wrap:anywhere}@media(max-width:500px){.food-examples .example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
