:root{--ink: #1a1a1b;--ink-soft: #45514d;--ink-faint: #6f7a75;--bg: #fafaf8;--rule: #e6e6e0;--accent: #2d8471;--link: #2d8471;--brand-green: #2d8471;--brand-mint: #24cd9c;--footer-bg: #1a1a1b;--maxw: 44rem;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--ink: #e8e6e0;--ink-soft: #b8b6b0;--ink-faint: #8a8880;--bg: #16160f;--rule: #2e2d26;--accent: #3fb898;--link: #4fc7a3}}:root[data-theme=dark]{--ink: #e8e6e0;--ink-soft: #b8b6b0;--ink-faint: #8a8880;--bg: #16160f;--rule: #2e2d26;--accent: #3fb898;--link: #4fc7a3}*{box-sizing:border-box}html{font-family:var(--font);background:var(--bg);color:var(--ink);line-height:1.65;font-size:18px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body{margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}main.wrap{flex:1 0 auto;width:100%}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.site-header{background:var(--bg);border-bottom:1px solid var(--rule);margin-bottom:2.75rem}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:.75rem 1rem;min-height:58px;padding-top:.5rem;padding-bottom:.5rem;flex-wrap:wrap}.site-brand{display:inline-flex;align-items:baseline;gap:.6rem}.site-brand:hover{text-decoration:none}.brand-avatar{width:34px;height:34px;border-radius:50%;align-self:center;flex-shrink:0;object-fit:cover;box-shadow:0 0 0 2px var(--brand-green)}.brand-name{color:var(--ink);font-weight:700;font-size:1.02rem;letter-spacing:-.02em}.brand-tag{color:var(--ink-faint);font-size:.82rem;font-weight:500}.site-nav{font-size:.9rem;display:flex;align-items:center;gap:1.1rem}.site-nav a{color:var(--ink-soft)}.site-nav a:hover{color:var(--link);text-decoration:none}.site-footer{background:var(--footer-bg);border-top:3px solid var(--brand-green);margin-top:4rem;padding:2.5rem 0;font-size:.85rem;color:#fff9;flex-shrink:0}.footer-inner{max-width:60rem;margin:0 auto;padding:0 1.25rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2rem}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-col h3{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffffff8c;margin:0 0 .35rem}.footer-col a{color:#fffc}.footer-col a:hover{color:var(--brand-mint);text-decoration:none}.footer-brand .footer-logo{height:34px;width:auto;margin-bottom:.85rem}.footer-company{color:#ffffffe6;font-weight:500;margin:0}.footer-muted{color:#ffffff80;margin:.15rem 0;font-size:.8rem}.footer-badges{color:#fff9;font-size:.78rem;margin-top:.5rem}.footer-bottom{max-width:60rem;margin:2rem auto 0;padding:1.25rem 1.25rem 0;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-bottom .footer-muted{margin:0}.site-footer .theme-toggle{border-color:#ffffff40;color:#ffffffb8}.site-footer .theme-toggle:hover{border-color:#ffffff80;color:#fff}.post-list{list-style:none;padding:0;margin:0}.post-list>li{padding:1.5rem 0;border-bottom:1px solid var(--rule)}.post-list>li:last-child{border-bottom:none}.post-card{display:grid;grid-template-columns:minmax(0,1fr) 13.5rem;gap:1.5rem;align-items:stretch}.post-card-text{min-width:0}.post-card-thumb{display:block;border-radius:6px;overflow:hidden;line-height:0;height:100%;min-height:15rem}.post-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.post-card-thumb:hover img{transform:scale(1.03)}.post-list h2{font-size:1.4rem;margin:0 0 .35rem;letter-spacing:-.015em}.post-list h2 a{color:var(--ink)}.post-list .desc{color:var(--ink-soft);margin:.35rem 0 0}.read-more{display:inline-flex;align-items:center;gap:.4rem;margin-top:.7rem;font-weight:600;font-size:.92rem;color:var(--brand-green);text-decoration:none}.read-more:hover{text-decoration:underline}.read-more-arrow{transition:transform .18s ease}.read-more:hover .read-more-arrow{transform:translate(3px)}.post-meta{font-size:.82rem;color:var(--ink-faint);font-variant-numeric:tabular-nums}.lead{color:var(--ink-soft);font-size:1.05rem}article h1{font-size:2.1rem;line-height:1.15;letter-spacing:-.025em;margin:0 0 .5rem}article .post-meta{margin-bottom:1.75rem;display:block}.post-hero{width:100%;aspect-ratio:1400 / 800;object-fit:cover;border-radius:10px;margin:0 0 2.25rem;display:block}article h2{font-size:1.45rem;margin:2.5rem 0 .75rem;letter-spacing:-.015em}article h3{font-size:1.15rem;margin:2rem 0 .5rem}article p,article ul,article ol{margin:0 0 1.15rem}article ul,article ol{padding-left:1.4rem}article li{margin-bottom:.35rem}article img{max-width:100%;height:auto;border-radius:6px}article blockquote{margin:1.5rem 0;padding:.25rem 0 .25rem 1.15rem;border-left:3px solid var(--accent);color:var(--ink-soft);font-style:italic}article code{font-family:var(--mono);font-size:.86em;background:var(--rule);padding:.12em .36em;border-radius:4px}article pre{background:var(--rule);padding:1rem 1.15rem;border-radius:8px;overflow-x:auto;font-size:.85rem;line-height:1.5}article pre code{background:none;padding:0;font-size:inherit}article table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;font-variant-numeric:tabular-nums}article th,article td{text-align:left;padding:.5rem .7rem;border-bottom:1px solid var(--rule)}article th{font-weight:600;color:var(--ink-soft)}article hr{border:none;border-top:1px solid var(--rule);margin:2.5rem 0}.back-link{display:inline-block;margin-top:3rem;font-size:.9rem}.post-tags{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .5rem;margin:2.5rem 0 0;font-size:.85rem}.post-tags-label{color:var(--ink-faint)}.tag{padding:.15rem .55rem;border:1px solid var(--rule);border-radius:999px;color:var(--ink-soft)}.diagram{margin:2.25rem 0}.diagram svg{width:100%;height:auto;display:block;color:var(--ink)}.diagram figcaption{margin-top:.6rem;font-size:.88rem;color:var(--ink-faint);line-height:1.5}@media(max-width:640px){.diagram{overflow-x:auto;-webkit-overflow-scrolling:touch}.diagram svg{min-width:560px}}.discuss{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1rem;margin:.9rem 0;font-size:.9rem}.discuss-label{color:#6b6b63;margin-right:.1rem}:root[data-theme=dark] .discuss-label,.discuss-label{color:#6b6b63}.discuss ul{display:contents;list-style:none;margin:0;padding:0}.discuss a{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;text-decoration:none;color:var(--ink)}.discuss a:hover{color:var(--brand-green)}.discuss a:hover .discuss-name{text-decoration:underline}.discuss svg{width:1.05em;height:1.05em;fill:currentColor;flex:none;opacity:.85}.discuss-bordered{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--rule)}.discuss-compact{gap:.3rem .9rem;margin:.7rem 0 0;font-size:.82rem}.discuss-compact a{gap:.3rem;color:var(--ink-soft)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.theme-toggle{display:inline-flex;align-items:center;gap:.4rem;background:none;border:1px solid var(--rule);border-radius:999px;color:var(--ink-soft);font:inherit;font-size:.8rem;padding:.25rem .7rem;cursor:pointer;line-height:1}.theme-toggle:hover{border-color:var(--ink-faint);color:var(--ink)}.theme-toggle svg{width:.95em;height:.95em}.theme-toggle .icon-dark{display:none}:root[data-theme=dark] .theme-toggle .icon-dark{display:inline}:root[data-theme=dark] .theme-toggle .icon-light{display:none}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle .icon-dark{display:inline}:root:not([data-theme=light]) .theme-toggle .icon-light{display:none}}@media(max-width:780px){.footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem}.post-card{grid-template-columns:minmax(0,1fr) 10rem;gap:1.1rem}}@media(max-width:640px){html{font-size:16.5px}.wrap{padding:0 1.05rem}.site-header{margin-bottom:1.75rem}.post-card{grid-template-columns:1fr;gap:.9rem}.post-card-thumb{order:-1;height:auto;min-height:0}.post-card-thumb img{height:auto;aspect-ratio:16 / 9}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem 1.25rem}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;align-items:flex-start}article h1{font-size:1.7rem}article h2{font-size:1.25rem}.post-list h2{font-size:1.2rem}article table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;max-width:100%}article th,article td{padding:.45rem .6rem}}.subscribe{margin:3rem 0 1rem;padding:1.5rem 1.4rem 1.25rem;border:1px solid var(--rule);border-radius:10px;background:color-mix(in srgb,var(--accent) 5%,transparent)}.subscribe h2{font-size:1.15rem;margin:0 0 .4rem;line-height:1.3}.subscribe-lead{margin:0 0 1rem;color:var(--ink-soft);font-size:.95rem}.subscribe-form{display:flex;gap:.6rem;flex-wrap:wrap}.subscribe-form input[type=email]{flex:1 1 16rem;min-width:0;padding:.6rem .75rem;font:inherit;font-size:1rem;color:var(--ink);background:var(--bg);border:1px solid var(--rule);border-radius:6px}.subscribe-form input[type=email]:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.subscribe-form button{padding:.6rem 1.2rem;font:inherit;font-size:1rem;font-weight:600;color:#fff;background:var(--accent);border:1px solid var(--accent);border-radius:6px;cursor:pointer}.subscribe-form button:hover{filter:brightness(1.07)}.subscribe-form button[disabled]{opacity:.6;cursor:default}.subscribe-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.subscribe-note{margin:.85rem 0 0;font-size:.82rem;line-height:1.5;color:var(--ink-faint)}.subscribe-note.is-ok{color:var(--accent);font-weight:600}.subscribe-note.is-error{color:#c2543d;font-weight:600}
