:root{color-scheme:light dark;--bg:#f7f4ed;--surface:#fffdf8;--text:#1e211f;--muted:#666b63;--line:#ded7ca;--accent:#1f6f5b;--accent-strong:#174d42;--accent-warm:#b86f2d;--ink-soft:#2d3130;--shadow:0 18px 50px #1f25231f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{color:var(--text);background:linear-gradient(180deg, #ffffff9e, transparent 420px), var(--bg);margin:0;line-height:1.6}a{color:inherit;text-underline-offset:.18em;text-decoration-color:#1f6f5b57}a:hover{color:var(--accent)}img{max-width:100%;display:block}.site-header,.site-footer{justify-content:space-between;align-items:center;width:min(1120px,100% - 32px);margin:0 auto;display:flex}.site-header{gap:24px;min-height:72px}.brand{align-items:center;gap:10px;font-weight:750;text-decoration:none;display:inline-flex}.brand-mark{color:#fffdf8;background:var(--accent-strong);border-radius:8px;place-items:center;width:34px;height:34px;font-weight:800;display:inline-grid}.site-nav{align-items:center;gap:6px;display:flex}.site-nav a{min-width:56px;color:var(--muted);text-align:center;border-radius:8px;padding:8px 10px;font-size:.95rem;text-decoration:none}.site-nav a[aria-current=page],.site-nav a:hover{color:var(--text);background:#1f6f5b1a}main{min-height:calc(100vh - 152px)}.home-hero,.section,.page-heading,.article{width:min(1120px,100% - 32px);margin:0 auto}.home-hero{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:40px;padding:44px 0 34px;display:grid}.hero-copy{padding:22px 0}.eyebrow{color:var(--accent-warm);letter-spacing:0;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:800}h1,h2,h3{color:var(--ink-soft);letter-spacing:0;margin:0;line-height:1.12}h1{font-size:clamp(2.5rem,7vw,4.8rem)}h2{font-size:1.65rem}.lede{max-width:42rem;color:var(--muted);margin:18px 0 0;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.human-check{background:#fffdf8c2;border:1px solid #1f6f5b2e;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;max-width:460px;margin-top:26px;padding:16px;display:flex}.human-check .eyebrow{margin-bottom:6px}.human-count{color:var(--ink-soft);margin:0;font-size:1.08rem;font-weight:800;line-height:1.25}.human-status{color:var(--muted);margin:5px 0 0;font-size:.92rem;line-height:1.4}.human-note{max-width:460px;color:var(--muted);margin:10px 0 0;font-size:.86rem;line-height:1.45}.human-button{color:#fffdf8;background:var(--accent-warm);flex:none;min-width:112px}.human-button:disabled{cursor:not-allowed;opacity:.62}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:10px 16px;font-weight:700;text-decoration:none;display:inline-flex}.button.primary{color:#fffdf8;background:var(--accent-strong)}.button.secondary{color:var(--accent-strong);background:#fffdf8ad;border-color:#1f6f5b47}.hero-image{aspect-ratio:16/10;object-fit:cover;width:100%;box-shadow:var(--shadow);border-radius:8px}.section{padding:34px 0 72px}.section.compact{padding-top:8px}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;padding-bottom:14px;display:flex}.section-heading a{color:var(--accent-strong);font-weight:700}.post-list{gap:14px;display:grid}.post-item{border-bottom:1px solid var(--line);gap:8px;padding:20px 0;display:grid}.post-item h2{font-size:1.35rem}.post-item h2 a{text-decoration:none}.post-item p{max-width:64rem;color:var(--muted);margin:0}.post-meta,.article-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:.92rem;display:flex}.draft-badge{color:#6d3e13;background:#f7dfbf;border-radius:999px;align-items:center;min-height:24px;padding:2px 8px;font-size:.8rem;font-weight:700;display:inline-flex}.tag-list{flex-wrap:wrap;gap:8px;margin:4px 0 0;padding:0;list-style:none;display:flex}.tag-list li{color:var(--accent-strong);background:#1f6f5b12;border:1px solid #1f6f5b33;border-radius:999px;padding:3px 8px;font-size:.82rem}.page-heading{padding:54px 0 24px}.page-heading p{max-width:50rem;color:var(--muted);margin:16px 0 0}.page-heading.not-found{padding-top:90px}.article{max-width:820px;padding:46px 0 76px}.article-header{border-bottom:1px solid var(--line);padding-bottom:22px}.article-header h1{margin-top:16px;font-size:clamp(2.1rem,5.5vw,3.8rem)}.article-meta{margin-top:16px}.back-link{color:var(--accent-strong);font-weight:700;text-decoration:none}.prose{padding-top:28px;font-size:1.05rem}.prose :where(p,ul,ol,blockquote,pre){margin:0 0 1.2em}.prose :where(h2,h3){margin-top:1.8em;margin-bottom:.5em}.prose :where(code){background:#1f252317;border-radius:6px;padding:.12em .32em;font-size:.9em}.prose pre{background:#171b1a;border-radius:8px;padding:16px;overflow-x:auto}.prose pre code{background:0 0;padding:0}.site-footer{border-top:1px solid var(--line);min-height:80px;color:var(--muted);gap:16px;font-size:.92rem}.site-footer p{margin:0}@media (width<=820px){.home-hero{grid-template-columns:1fr;gap:24px;padding-top:28px}.hero-image{aspect-ratio:16/9;order:-1}.section-heading{flex-direction:column;align-items:start}.human-check,.human-note{max-width:none}}@media (width<=560px){.site-header,.site-footer{width:min(100% - 24px,1120px)}.site-header{flex-direction:column;align-items:flex-start;padding:14px 0}.site-nav{width:100%}.site-nav a{flex:1}.home-hero,.section,.page-heading,.article{width:min(100% - 24px,1120px)}h1{font-size:2.35rem}.human-check{flex-direction:column;align-items:stretch}.human-button{width:100%}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start}}@media (prefers-color-scheme:dark){:root{--bg:#191b1a;--surface:#202421;--text:#f2eee6;--muted:#b7b0a5;--line:#343832;--accent:#82cdb8;--accent-strong:#9bdcc8;--accent-warm:#e0a15f;--ink-soft:#fff8ec;--shadow:0 18px 50px #00000057}body{background:linear-gradient(180deg, #ffffff0a, transparent 420px), var(--bg)}.brand-mark,.button.primary{color:#13201c;background:var(--accent-strong)}.button.secondary,.human-check{background:#ffffff0d}.draft-badge{color:#2b1a08}}
