:root{--font-heading: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--radius: 12px;--measure: 68rem;--space-1: 0.5rem;--space-2: 1rem;--space-3: 2rem;--space-4: 4rem;--blue-100: #e3edf4;--blue-200: #c3dce9;--blue-700: #35647b;--blue-900: #19384a;--cyan-100: #dff2ef;--cyan-200: #bce2dd;--cyan-700: #28736d;--cyan-900: #194a47;--purple-100: #eee7f5;--purple-200: #decce9;--purple-700: #765482;--purple-900: #432d4f;--green-100: #e5f0df;--green-200: #cce2c2;--green-700: #4b7544;--green-900: #2f4c2c;--sage-100: #e2eade;--sage-200: #c5d4bf;--sage-700: #5c7358;--sage-900: #354936;--slate-200: #e8e2da;--slate-700: #665f57;--slate-800: #38332e;--bg: #fffefa;--bg-soft: #edf0e8;--border: #d9dfd4;--text: #26352f;--text-muted: #627069;--text-faint: #89958e;--accent: #647d63;--accent-hover: #4d654d;--tag-bg: #e5e9e1;--tag-text: #5b6b61;--section-sage: #70799a;--section-blue: transparent;--section-meadow: #355956;--section-text: #ffffff}[data-theme=dark]{--bg: #151923;--bg-soft: #222938;--border: #394255;--text: #f3f1ec;--text-muted: #c1c5d0;--text-faint: #9299aa;--accent: #b5bde0;--accent-hover: #d0d5ed;--tag-bg: #30394d;--tag-text: #d2d6e5;--section-sage: #2274a5;--section-blue: transparent;--section-meadow: #b8d8ba;--section-text: #ffffff}*,*::before,*::after{box-sizing:border-box}html{color-scheme:light dark}body{margin:0;background:var(--bg);color:var(--text);transition:background .15s ease,color .15s ease;-webkit-font-smoothing:antialiased}.wrap{max-width:var(--measure);margin:0 auto;padding:var(--space-3) var(--space-2) var(--space-4)}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:2px;transition:color .15s ease}a:hover{color:var(--accent-hover);text-decoration-thickness:2px}hr{border:0;border-top:1px solid var(--border);margin:var(--space-3) 0}@media(max-width: 480px){.wrap{padding:var(--space-2) var(--space-2) var(--space-3)}}body{font-family:var(--font-body);font-size:17px;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text);line-height:1.25}h1{font-size:2rem;font-weight:700;letter-spacing:-0.035em;margin:0 0 var(--space-1)}h2{font-family:var(--font-mono);font-size:.82rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:var(--space-1);margin:var(--space-3) 0 var(--space-2)}h3{font-size:1.05rem;font-weight:600;letter-spacing:-0.01em;margin:var(--space-2) 0 .2rem}p{margin:0 0 var(--space-2)}ul{padding-left:1.2rem;margin:0 0 var(--space-2)}li{margin-bottom:.35rem}.meta,time,.mono{font-family:var(--font-mono);font-size:.76rem;color:var(--text-faint)}code{font-family:var(--font-mono);font-size:.8em;background:var(--bg-soft);padding:.15em .4em;border-radius:var(--radius)}@media(max-width: 480px){body{font-size:16px}}.site-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-3)}.site-header nav{display:flex;align-items:center;gap:var(--space-2)}.site-header nav a{color:var(--text-muted);text-decoration:none;font-family:var(--font-heading);font-size:.85rem}.site-header nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:var(--space-1)}.site-header nav .site-name{color:var(--text);font-weight:500}.site-footer{margin-top:var(--space-4);padding-top:var(--space-2);border-top:1px solid var(--border);font-family:var(--font-mono);font-size:.75rem;color:var(--text-faint);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.site-footer a{color:var(--text-faint)}.site-footer a:hover{color:var(--accent)}.tag-list{margin:var(--space-1) 0 var(--space-2)}.tag{display:inline-block;font-family:var(--font-mono);font-size:.75rem;background:var(--tag-bg);color:var(--tag-text);border-radius:var(--radius);padding:.15rem .5rem;margin:0 .3rem .3rem 0;text-decoration:none}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:1.75rem;padding:0;background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);cursor:pointer}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle-track{position:relative;display:block;width:100%;height:100%}.theme-toggle-icon{position:absolute;top:50%;z-index:1;display:grid;width:1rem;height:1rem;place-items:center;transform:translateY(-50%);transition:opacity .2s ease,transform .25s ease}.theme-toggle-icon svg{width:.85rem;height:.85rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.theme-toggle-sun{left:.3rem}.theme-toggle-moon{right:.3rem}.theme-toggle-thumb{position:absolute;top:.2rem;left:.2rem;z-index:2;width:1.2rem;height:1.2rem;background:var(--text-muted);border-radius:50%;transition:transform .25s ease,background .2s ease}html[data-theme=dark] .theme-toggle-thumb{transform:translateX(1.5rem)}html[data-theme=dark] .theme-toggle-sun{opacity:.45;transform:translateY(-50%) rotate(-30deg)}html:not([data-theme=dark]) .theme-toggle-moon{opacity:.45;transform:translateY(-50%) rotate(30deg)}@media(prefers-reduced-motion: reduce){.theme-toggle-icon,.theme-toggle-thumb{transition:none}}.download-btn{background:none;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);font-family:var(--font-mono);font-size:.75rem;padding:.25rem .6rem;cursor:pointer;text-decoration:none}.download-btn:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.hero p.tagline{font-family:var(--font-mono);font-size:.9rem;color:var(--text-muted);margin-top:-0.3rem}.contact-line{font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);margin:var(--space-1) 0 var(--space-3)}.contact-line a{color:var(--text-muted)}.contact-line a:hover{color:var(--accent)}.post-cover{display:block;width:100%;max-height:30rem;margin:0 0 var(--space-3);object-fit:cover;border-radius:var(--radius)}.post-icon{margin:0 0 var(--space-1);font-size:2rem;line-height:1}.post-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-1) var(--space-2);margin:var(--space-2) 0;color:var(--text-faint);font-family:var(--font-mono);font-size:.76rem}.post-meta strong{color:var(--text-muted);font-weight:500}.post .e-content>p>img,.post .e-content>img{display:block;width:100%;height:auto;margin:var(--space-3) 0;border-radius:var(--radius)}@media(max-width: 480px){.post-cover{max-height:14rem}}.recipe-hero{display:flex;min-height:18rem;flex-direction:column;justify-content:center;padding:3.5rem 0 2.5rem}.recipe-eyebrow{margin-bottom:.75rem;color:var(--accent);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.recipe-hero h1{margin-bottom:.75rem;font-size:clamp(2.5rem,7vw,4.75rem);letter-spacing:-0.06em}.recipe-hero>p:last-child{max-width:none;color:var(--text-muted);font-size:1.1rem}.recipe-section{position:relative;z-index:0;margin-top:var(--space-4);padding:1.5rem}.recipe-section::before{position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;background:var(--section-sage);content:"";transform:translateX(-50%)}.recipe-section:nth-of-type(2)::before{background:var(--section-sage)}.recipe-section:nth-of-type(3)::before{background:rgba(0,0,0,0)}.recipe-section:nth-of-type(4)::before{background:var(--section-meadow)}.recipe-section:nth-of-type(2) .recipe-section-heading h2,.recipe-section:nth-of-type(2) .recipe-section-heading a,.recipe-section:nth-of-type(4) .recipe-section-heading h2,.recipe-section:nth-of-type(4) .recipe-section-note{color:var(--section-text)}[data-theme=dark] .recipe-section:nth-of-type(4) .recipe-section-heading h2,[data-theme=dark] .recipe-section:nth-of-type(4) .recipe-section-note{color:var(--text)}.recipe-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-2)}.recipe-section-heading h1,.recipe-section-heading h2{margin:0;border:0;padding:0;font-family:var(--font-heading);font-size:1.55rem;letter-spacing:-0.03em;text-transform:none}.recipe-section-heading a,.recipe-section-note{color:var(--text-faint);font-family:var(--font-mono);font-size:.7rem;text-decoration:none}.recipe-section-heading a:hover{color:var(--accent)}.recipe-feature-grid,.recipe-archive-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:.8rem}.recipe-top-grid{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:.8rem}.recipe-card{overflow:hidden;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s ease,transform .2s ease}.recipe-card:hover{border-color:var(--accent);transform:translateY(-3px)}.recipe-card>a{display:block;color:inherit;text-decoration:none}.recipe-card img{display:block;width:100%;aspect-ratio:1.25;object-fit:cover}.recipe-card-body{padding:.9rem}.recipe-card-icon{display:inline-block;margin-bottom:.25rem;font-size:1.15rem;line-height:1}.recipe-card h3{margin:0 0 .3rem;font-size:1.15rem;letter-spacing:-0.02em}.recipe-card p{margin:0;color:var(--text-faint);font-family:var(--font-mono);font-size:.65rem;line-height:1.4}.recipe-card-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.65rem}.recipe-card-tags .tag{margin:0;font-size:.72rem}.recipe-board{display:grid;grid-auto-columns:minmax(15rem, 18rem);grid-auto-flow:column;gap:.75rem;overflow-x:auto;padding:.25rem 0 1rem;overscroll-behavior-inline:contain;scrollbar-color:var(--border) rgba(0,0,0,0)}.recipe-category{min-width:0;max-height:48rem;overflow-y:auto;padding:.8rem;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);scrollbar-color:var(--border) rgba(0,0,0,0)}.recipe-category>h3{position:sticky;top:-0.8rem;z-index:1;margin:-0.8rem -0.8rem .75rem;padding:.8rem;background:var(--bg-soft);font-size:.95rem}.recipe-category-list{display:grid;align-items:start;gap:.6rem}.recipe-card--compact{height:fit-content;border-color:rgba(0,0,0,0);background:var(--bg)}.recipe-card--compact .recipe-card-body{padding:.65rem .75rem}.recipe-card--compact img{aspect-ratio:2/1}.recipe-card--compact h3{font-size:.95rem}.recipe-top-list{display:flex;flex-wrap:wrap;gap:.55rem}.recipe-top-list a{display:flex;align-items:center;gap:.45rem;padding:.55rem .75rem;background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);font-size:.85rem;text-decoration:none}.recipe-top-list a:hover{border-color:var(--accent);color:var(--accent)}.recipe-about{max-width:38rem;margin:var(--space-4) 0 0;padding:1.5rem;background:var(--bg-soft);border-radius:var(--radius)}.recipe-about h2{margin:0 0 .5rem;border:0;padding:0;font-family:var(--font-heading);font-size:1.4rem;text-transform:none}.recipe-about p:last-child{margin:0;color:var(--text-muted)}.recipe-cover{display:block;width:100%;max-height:32rem;margin-bottom:var(--space-3);border-radius:var(--radius);object-fit:cover}.recipe-icon{margin-bottom:.5rem;font-size:2rem;line-height:1}.recipe-meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:.75rem 0;color:var(--text-faint);font-family:var(--font-mono);font-size:.75rem}.recipe-top{padding:.2rem .5rem;background:var(--accent);border-radius:999px;color:var(--bg)}.recipe-content{max-width:42rem}.recipe-content>p>img,.recipe-content>img{display:block;width:100%;height:auto;margin:var(--space-3) 0;border-radius:var(--radius)}.recipe-back{margin-top:var(--space-4);font-family:var(--font-mono);font-size:.75rem}@media(max-width: 800px){.recipe-feature-grid,.recipe-archive-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.recipe-top-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(max-width: 480px){.recipe-feature-grid,.recipe-archive-grid{grid-template-columns:1fr 1fr;gap:.5rem}.recipe-top-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.recipe-card-body{padding:.7rem}.recipe-card h3{font-size:1rem}.recipe-section{padding:1rem}.recipe-hero{padding-top:2rem}.recipe-category{max-height:40rem}}.tag--blue{background:var(--blue-100);color:var(--blue-700)}.tag--cyan{background:var(--cyan-100);color:var(--cyan-700)}.tag--purple{background:var(--purple-100);color:var(--purple-700)}.tag--green{background:var(--green-100);color:var(--green-700)}.tag--sage{background:var(--sage-100);color:var(--sage-700)}.tag--slate{background:var(--slate-200);color:var(--slate-700)}.tag--yellow{background:#fff0b8;color:#806018}.tag--pink{background:#f8dce2;color:#934656}.tag--red{background:#f8d8cf;color:#a14835}.tag--teal{background:#d8eeea;color:#28736d}[data-theme=dark] .tag--blue{background:var(--blue-900);color:var(--blue-200)}[data-theme=dark] .tag--cyan{background:var(--cyan-900);color:var(--cyan-200)}[data-theme=dark] .tag--purple{background:var(--purple-900);color:var(--purple-200)}[data-theme=dark] .tag--green{background:var(--green-900);color:var(--green-200)}[data-theme=dark] .tag--sage{background:var(--sage-900);color:var(--sage-200)}[data-theme=dark] .tag--slate{background:var(--slate-800);color:var(--slate-200)}[data-theme=dark] .tag--yellow{background:#55471e;color:#f4d979}[data-theme=dark] .tag--pink{background:#542d37;color:#f0aebc}[data-theme=dark] .tag--red{background:#5b3027;color:#f2a28c}[data-theme=dark] .tag--teal{background:#214b47;color:#9ad4cc}a.tag:hover{filter:brightness(0.96)}/*# sourceMappingURL=main.css.map */