:root{--page-bg:#eeeef0;--text:#20211d;--shell-bg:#fffffe;--border:#dcddd8;--line:#e6e7e2;--muted:#6b6e66;--muted-strong:#555850;--faint:#6b6e66;--link-line:#b9bab4;--code-bg:#f1f1ee;--pre-bg:#f1f1ee;--pre-text:#20211d;--syntax-comment:#6b6e66;--syntax-keyword:#7b3f8c;--syntax-constant:#1f5f8b;--syntax-function:#98601f;--syntax-string:#2f6f4e;--syntax-punctuation:#20211d;--quote-line:#cfd0ca;--quote-text:#5a5d55;--shell-shadow:0 1px 2px #181d180a, 0 12px 36px #181d180d;color:var(--text);background:var(--page-bg);font-synthesis:none;font-feature-settings:"cv02", "cv03", "cv04", "cv11";-webkit-font-smoothing:antialiased;font-family:InterVariable,Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--page-bg);margin:0}a{color:inherit;text-decoration-color:var(--link-line);text-underline-offset:.18em;text-decoration-thickness:1px}a:hover{text-decoration-color:currentColor}.shell{background:var(--shell-bg);border:1px solid var(--border);width:min(100% - 2rem,58rem);min-height:calc(100vh - 2rem);box-shadow:var(--shell-shadow);border-radius:1.5rem;margin:1rem auto;padding:0 2.5rem}.site-header,footer{justify-content:space-between;align-items:baseline;gap:1rem;padding:1.5rem 0;display:flex}.site-header{border-bottom:1px solid var(--line)}.wordmark{letter-spacing:-.045em;font-size:.95rem;font-weight:680;text-decoration:none}nav{gap:1rem;display:flex}nav a,footer{color:var(--muted);font-size:.82rem}nav a{text-decoration:none}main{padding:clamp(2.25rem,5vw,3.5rem) 0 5rem}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.06em;max-width:17ch;margin-bottom:1.25rem;font-size:clamp(2.35rem,6vw,3.8rem);font-weight:620;line-height:1}h2{letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700}h3{letter-spacing:-.045em;font-size:1.25rem;line-height:1.15}p{font-size:1rem;line-height:1.65}time{font-variant-numeric:tabular-nums}.lede{max-width:39rem;color:var(--muted-strong);letter-spacing:-.04em;font-size:clamp(1.25rem,3.5vw,1.55rem);line-height:1.4}.home-intro{margin-bottom:2.5rem}section+section{margin-top:5rem}.section-heading{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.section-heading a{color:var(--muted);font-size:.85rem}.writing-list,.work-list{margin:0;padding:0;list-style:none}.writing-list{gap:1.35rem;display:grid}.writing-list a{grid-template-columns:5.5rem 1fr;gap:1rem;padding:.2rem 0;text-decoration:none;display:grid}.entry-date{color:var(--faint);padding-top:.18rem;font-size:.76rem}.entry-title{letter-spacing:-.03em;font-weight:600;line-height:1.35;display:block}.entry-description{color:var(--muted);margin-top:.25rem;font-size:.86rem;line-height:1.45;display:block}.work-list{gap:2rem;display:grid}.work-list li{padding:0;display:block}.work-company{letter-spacing:-.035em;margin-bottom:.65rem;display:block}.work-company strong{letter-spacing:-.035em}.work-company a{text-decoration:none}.work-roles>div{color:var(--muted);grid-template-columns:1fr auto;align-items:baseline;gap:1rem;font-size:.9rem;display:grid}.work-roles time{color:var(--muted);text-align:right;font-size:.78rem;display:block}.work-roles{gap:.3rem;display:grid}.back{color:var(--muted);font-size:.85rem;display:inline-block}.article-header{margin-bottom:2.5rem}.article-header h1{letter-spacing:-.045em;max-width:24ch;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.02}.article-meta{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.article-header .lede{letter-spacing:-.025em;max-width:38rem;font-size:clamp(1.1rem,2.5vw,1.3rem)}.article-header time{color:var(--muted);font-size:.85rem;display:block}article{max-width:none}article h2{letter-spacing:-.04em;text-transform:none;margin-top:3rem;font-size:1.35rem}article h3{margin-top:2rem;font-size:1.1rem}article img,article video{border-radius:.75rem;max-width:100%;height:auto;margin:1.5rem 0;display:block}article code{background:var(--code-bg);border-radius:.25rem;padding:.15em .35em;font-size:.9em}article pre{--astro-code-background:var(--pre-bg);--astro-code-foreground:var(--pre-text);--astro-code-token-comment:var(--syntax-comment);--astro-code-token-keyword:var(--syntax-keyword);--astro-code-token-constant:var(--syntax-constant);--astro-code-token-function:var(--syntax-function);--astro-code-token-string-expression:var(--syntax-string);--astro-code-token-punctuation:var(--syntax-punctuation);background:var(--pre-bg);border:1px solid var(--line);color:var(--pre-text);tab-size:2;border-radius:.75rem;margin:1.75rem 0 2rem;padding:1rem 1.1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.8rem;line-height:1.45;overflow-x:auto}article pre code{color:inherit;font:inherit;font-size:0;line-height:inherit;white-space:pre;padding:0;display:block;background:0 0!important}article pre .line{min-height:0;font-size:.8rem;display:block}article pre .line:empty{display:none}article blockquote{border-left:2px solid var(--quote-line);color:var(--quote-text);margin:1.5rem 0;padding-left:1rem}article ul,article ol{margin:1.25rem 0 1.75rem;padding-left:1.5rem}article li{margin:.35rem 0;padding-left:.3rem;line-height:1.5}article li::marker{color:var(--faint);font-variant-numeric:tabular-nums}article li>ul,article li>ol{margin:.45rem 0 .65rem}article li>ul>li,article li>ol>li{margin:.25rem 0}article figure{margin:1.75rem 0 2rem}article figure figcaption{color:var(--muted);text-align:center;margin-top:.6rem;font-size:.8rem;line-height:1.4}footer{border-top:1px solid var(--line);align-items:center}footer a{color:inherit}.footer-actions{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}button:hover{color:var(--text)}.back-to-top{right:1.25rem;bottom:calc(4rem + env(safe-area-inset-bottom));z-index:10;border:1px solid var(--line);background:var(--shell-bg);width:2rem;height:2rem;color:var(--muted);opacity:0;pointer-events:none;visibility:hidden;border-radius:999px;transition:opacity .18s,visibility .18s,transform .18s,color .18s;position:fixed;transform:translateY(.4rem)}.back-to-top.is-visible{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.back-to-top svg{width:1rem;height:1rem}.back-to-top:hover{color:var(--text)}.theme-icon,.theme-icon svg{width:1rem;height:1rem;display:block}.theme-icon svg{display:none}:root[data-theme-mode=light] .sun-icon,:root[data-theme-mode=dark] .moon-icon,:root[data-theme-mode=system] .system-icon{display:block}:root[data-theme=dark]{--page-bg:#151614;--text:#eeeee8;--shell-bg:#20211e;--border:#363832;--line:#363832;--muted:#a8aba0;--muted-strong:#c5c8bd;--faint:#a8aba0;--link-line:#666a60;--code-bg:#30322d;--pre-bg:#2a2c27;--pre-text:#eeeee8;--syntax-comment:#a8aba0;--syntax-keyword:#e0a7e8;--syntax-constant:#8fc7ee;--syntax-function:#f0c27d;--syntax-string:#9bd3ad;--syntax-punctuation:#eeeee8;--quote-line:#55594f;--quote-text:#b9bcb2;--shell-shadow:0 1px 2px #0003, 0 12px 36px #0000002e}@media (width<=560px){body{background:var(--shell-bg)}.shell{width:100%;min-height:100vh;box-shadow:none;border:0;border-radius:0;margin:0;padding:0 1.25rem}.back-to-top{right:1rem}.writing-list a{grid-template-columns:4.4rem 1fr;gap:.75rem}.work-list li{padding:0}.work-company{margin-bottom:.55rem}.work-roles{gap:.65rem;margin-top:.35rem}.work-roles>div{display:block}.work-roles time{text-align:left;margin-top:.15rem}}
