:root{color-scheme:light dark;--color-white:#fff;--color-ink:#111;--color-ink-rgb:17 17 17;--color-slate-rgb:17 24 39;--color-panel-rgb:255 255 255;--color-shadow-rgb:17 17 17;--color-overlay-rgb:17 17 17;--color-logo-filter:none;--color-background:var(--color-white);--color-surface:#f7f7f4;--color-surface-raised:#ededea;--color-surface-subtle:#fbfbf9;--color-control:#f2f2f2;--color-control-hover:#e8e8e8;--color-text:var(--color-ink);--color-text-muted:rgb(var(--color-ink-rgb) / .68);--color-text-secondary:rgb(var(--color-ink-rgb) / .78);--color-border:rgb(var(--color-slate-rgb) / .1);--color-border-strong:rgb(var(--color-ink-rgb) / .12);--color-accent:var(--color-ink);--bg:var(--color-background);--surface:var(--color-surface);--line:var(--color-border);--text:var(--color-text);--muted:var(--color-text-muted);--accent:var(--color-accent);--radius:28px}*{scrollbar-width:thin;scrollbar-color:gray transparent}@media (prefers-color-scheme:dark){:root{--color-ink:#f6f4ee;--color-ink-rgb:246 244 238;--color-slate-rgb:246 244 238;--color-panel-rgb:20 20 18;--color-shadow-rgb:0 0 0;--color-overlay-rgb:0 0 0;--color-logo-filter:invert(1);--color-background:#0c0c0b;--color-surface:#171714;--color-surface-raised:#20201c;--color-surface-subtle:#121210;--color-control:#242420;--color-control-hover:#2e2e29;--color-text:var(--color-ink);--color-text-muted:rgb(var(--color-ink-rgb) / .68);--color-text-secondary:rgb(var(--color-ink-rgb) / .78);--color-border:rgb(var(--color-ink-rgb) / .1);--color-border-strong:rgb(var(--color-ink-rgb) / .16);--color-accent:#34342f}}:root{--surface:var(--color-surface-raised);--radius:32px}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,p,figure{margin:0}.page{width:min(1040px,100% - 32px);margin:0 auto;padding:28px 0 64px}.posts{gap:clamp(5.5rem,12vw,9rem);padding-top:clamp(2.4rem,6vw,4.6rem);padding-bottom:clamp(3rem,6vw,5rem);display:grid}.post{gap:1.6rem;display:grid}.page>.post{padding-top:clamp(2.4rem,6vw,4.6rem)}.post-header{text-align:center;gap:.9rem;max-width:700px;margin:0 auto;display:grid}.post-date{width:100%;color:var(--muted);justify-content:center;align-items:center;font-size:.95rem;display:inline-flex}.post-title{letter-spacing:-.04em;font-size:clamp(2rem,4.4vw,3.25rem);font-weight:600;line-height:.98}.post-title-link{text-underline-offset:.12em;text-decoration:none}.post-title-link:hover{text-decoration:underline}.post-summary{max-width:36rem;color:rgb(var(--color-ink-rgb) / .8);margin:0 auto;font-size:clamp(1.08rem,2vw,1.28rem);line-height:1.5}.post-media{opacity:0;gap:.9rem;margin-top:.6rem;margin-bottom:3.5rem;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);display:grid;transform:translateY(28px)}.post-image-frame{border-radius:var(--radius);background:var(--surface);overflow:hidden}.lazy-fade-image{opacity:0;filter:blur(10px);will-change:opacity, filter;transition:opacity .7s cubic-bezier(.16,1,.3,1),filter .7s cubic-bezier(.16,1,.3,1)}.post-image-frame img,.post-image-frame video{width:100%;height:auto;display:block}.post-media.is-visible{opacity:1;transform:translateY(0)}.post-media.is-visible .lazy-fade-image.is-loaded{opacity:1;filter:blur()}.post-caption{text-align:center;color:var(--muted);font-size:.95rem}.post-sections{max-width:700px;margin:0 auto}.post-sections h2,.post-sections h3{letter-spacing:-.04em;margin-top:0;margin-bottom:1rem;font-size:clamp(1.45rem,2.6vw,2rem);font-weight:600;line-height:1.05}.post-sections p{color:rgb(var(--color-ink-rgb) / .8);margin-bottom:1rem;font-size:1.02rem;line-height:1.72}.post-sections a{text-decoration:underline;text-decoration-color:rgb(var(--color-ink-rgb) / .42);text-underline-offset:.16em;text-decoration-thickness:1px}.post-sections a:hover{text-decoration-color:currentColor}.post-sections h2:not(:first-child),.post-sections h3:not(:first-child){margin-top:2.5rem}.post-sections p:last-child{margin-bottom:0}.post+.site-footer{margin-top:clamp(3rem,7vw,4.75rem)}.footer{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:2rem;padding:4rem 0 1rem;font-size:.9rem;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (prefers-reduced-motion:reduce){.post-media{opacity:1;transition:none;transform:none}.lazy-fade-image{opacity:1;filter:none;transition:none}}@media (width<=560px){.page{width:min(100% - 24px,1040px);padding-top:20px}.post-image-frame{border-radius:24px}.footer{flex-direction:column;align-items:center;padding-top:3rem}}
