:root{color-scheme:light dark;--bg:#f3eee5;--surface:#fbf8f3;--surface-2:#ebe4d8;--text:#2a2520;--muted:#6a6056;--border:#e0d7c9;--accent:#6e4a6b;--accent-text:#fff;--accent-soft:#ece2e6;--focus:#6e4a6b;--done:#a89e92;--warn-bg:#fdf3d8;--warn-text:#6b4a00;--cat-mains:#d0573f;--cat-breakfast:#e2a42f;--cat-sides:#7f9c3a;--cat-salads:#3e9a6c;--cat-snacks:#c87c38;--cat-desserts:#cc4f8a;--cat-doughs:#b08f66;--cat-sauces:#b5352f;--cat-drinks:#3e84ba;--tint-mix:30%;--radius:10px;--radius-sm:6px;--shadow:0 1px 2px #3c2d1e0d;--font:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display:"Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--max:72rem;--gutter:1rem}@media (prefers-color-scheme:dark){:root{--bg:#1a1815;--surface:#23201c;--surface-2:#2e2a25;--text:#eee8df;--muted:#b3a999;--border:#3a352e;--accent:#d4b3cf;--accent-text:#1a1815;--accent-soft:#3a2e36;--focus:#d4b3cf;--done:#7a7166;--warn-bg:#3a3116;--warn-text:#f3d98c;--shadow:none}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);margin:0;font-size:1.0625rem;line-height:1.6}h1,h2,h3{font-family:var(--font-display);margin:0 0 .5em;line-height:1.2}h1{font-size:clamp(1.9rem,5vw,2.75rem)}h2{font-size:1.5rem}h3{font-size:1.15rem}p{margin:0 0 1em}a{color:var(--accent);text-underline-offset:.15em}a:hover{text-decoration-thickness:2px}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:4px}img{max-width:100%;height:auto;display:block}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.skip-link{background:var(--surface);color:var(--text);border-radius:var(--radius-sm);z-index:10;padding:.5rem 1rem;position:absolute;top:-3rem;left:.5rem}.skip-link:focus{top:.5rem}.container{max-width:var(--max);padding-inline:var(--gutter);margin-inline:auto}.muted{color:var(--muted)}.button{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--text);font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.4em;padding:.5rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.button:hover{background:var(--surface-2)}.button[aria-pressed=true],.button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}input[type=search],select{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;min-height:44px;padding:.5rem .75rem}.chips{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.grid{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.section{margin-block:2.5rem}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.tint{background:color-mix(in srgb, var(--band) var(--tint-mix), var(--surface))}.ribbon{--w:20px;--collapsed:34px;z-index:1;width:var(--w);min-height:var(--collapsed);max-height:var(--collapsed);background:color-mix(in srgb, var(--band) var(--tint-mix), var(--surface));color:var(--text);clip-path:polygon(0 0,100% 0,100% 100%,50% calc(100% - 8px),0 100%);text-decoration:none;transition:max-height .25s;display:block;position:absolute;top:0;right:1rem;overflow:hidden}.ribbon.large{--w:28px;--collapsed:56px;right:.5rem}.ribbon-text{writing-mode:vertical-rl;font-size:.75rem;font-weight:600;line-height:var(--w);white-space:nowrap;opacity:0;margin-inline:auto;padding:.5rem 0 1rem;transition:opacity .15s;display:block}.ribbon.large .ribbon-text{font-size:.9rem}.ribbon:hover{max-height:14rem}.ribbon:hover .ribbon-text{opacity:1}@media (prefers-reduced-motion:reduce){.ribbon,.ribbon-text{transition:none}}@media print{.ribbon{display:none}}.checklist{margin:0;padding:0;list-style:none}.checklist li{border-bottom:1px solid var(--border)}.checklist li:last-child{border-bottom:0}.checklist label{cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:flex-start;gap:.75rem;padding:.6rem 0;display:flex}.checklist .tick{appearance:none;border:2px solid var(--border);background:var(--surface);cursor:pointer;border-radius:6px;flex:none;place-content:center;width:1.35rem;height:1.35rem;margin:.2rem 0 0;display:grid}.checklist .tick:before{content:"";clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);background:var(--accent-text);width:.7rem;height:.7rem;transform:scale(0)}.checklist .tick:checked{background:var(--accent);border-color:var(--accent)}.checklist .tick:checked:before{transform:scale(1)}.checklist .tick:checked+.text{color:var(--done);text-decoration:line-through 1px}.checklist .tick:checked+.text a{color:inherit}.numbered{counter-reset:step}.numbered li{counter-increment:step}.numbered .text:before{content:counter(step) ".";color:var(--accent);font-variant-numeric:tabular-nums;margin-right:.5rem;font-weight:700}.numbered .tick:checked+.text:before{color:var(--done)}@media print{.checklist .tick{display:none}.checklist .tick:checked+.text{color:inherit;text-decoration:none}}.site-header[data-astro-cid-hkbrpulz]{background:var(--surface);border-bottom:1px solid var(--border)}.bar[data-astro-cid-hkbrpulz]{justify-content:space-between;align-items:center;gap:1rem;min-height:3.5rem;display:flex}.brand[data-astro-cid-hkbrpulz]{font-family:var(--font-display);color:var(--text);font-size:1.4rem;font-weight:700;text-decoration:none}nav[data-astro-cid-hkbrpulz]>ul[data-astro-cid-hkbrpulz]{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}nav[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz],summary[data-astro-cid-hkbrpulz]{min-height:44px;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;align-items:center;padding:0 .75rem;font-weight:600;text-decoration:none;display:inline-flex}nav[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz]:hover,summary[data-astro-cid-hkbrpulz]:hover{background:var(--surface-2)}nav[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz][aria-current=page]{color:var(--accent)}summary[data-astro-cid-hkbrpulz]{list-style:none}summary[data-astro-cid-hkbrpulz]::-webkit-details-marker{display:none}summary[data-astro-cid-hkbrpulz]:after{content:"▾";margin-left:.3em;font-size:.8em}details[data-astro-cid-hkbrpulz]{position:relative}details[data-astro-cid-hkbrpulz] ul[data-astro-cid-hkbrpulz]{z-index:5;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:12rem;box-shadow:var(--shadow);margin:0;padding:.4rem;list-style:none;position:absolute;top:calc(100% + .25rem);right:0}details[data-astro-cid-hkbrpulz] ul[data-astro-cid-hkbrpulz] a[data-astro-cid-hkbrpulz]{width:100%;display:flex}.site-footer[data-astro-cid-hkbrpulz]{border-top:1px solid var(--border);margin-top:4rem;padding-block:2rem;font-size:.9rem}@media print{.site-header[data-astro-cid-hkbrpulz],.site-footer[data-astro-cid-hkbrpulz],.skip-link[data-astro-cid-hkbrpulz]{display:none}}
