@font-face{font-family:Berkeley Mono;src:url(/_astro/BerkeleyMono-Light.Cn1qcMBP.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Berkeley Mono;src:url(/_astro/BerkeleyMono-Regular.BKqVB8rN.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Berkeley Mono;src:url(/_astro/BerkeleyMono-Medium.CBjGelAc.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Berkeley Mono;src:url(/_astro/BerkeleyMono-Bold.DTOPzA0-.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--bg: #0a0a0a;--dot: #1d1d1d;--panel: #141414;--panel2: #111111;--border: #2a2a2a;--border2: #222222;--input-border: #333333;--fg-strong: #f5f5f5;--fg: #e5e5e5;--body: #d4d4d4;--soft: #a8a8a8;--muted: #8a8a8a;--faint: #666666;--accent: #d9531a;--accent-hover: #f06a2e;--link: #4da3e8;--link-hover: #82c4ff;--page-width: 680px;--page-pad-top: 96px;--page-pad-x: 24px;--page-pad-bottom: 80px;--brand-size: 2.125rem;--brand-weight: 700;--brand-tracking: -.5px;--brand-leading: 1.2;--font-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--font-serif: "Newsreader", serif}:root[data-theme=light]{--bg: #faf8f5;--dot: #ddd9d2;--panel: #f2efe9;--panel2: #f5f2ec;--border: #e2ded6;--border2: #e7e3db;--input-border: #d5d0c6;--fg-strong: #191919;--fg: #2b2b2b;--body: #333333;--soft: #4a4a4a;--muted: #6d6a64;--faint: #97938b;--accent: #d9531a;--accent-hover: #bf4610;--link: #1c6fc9;--link-hover: #0f57a5}.brand{display:block;margin:0;font-family:var(--font-mono);font-size:var(--brand-size);font-weight:var(--brand-weight);letter-spacing:var(--brand-tracking);line-height:var(--brand-leading);color:var(--fg-strong);text-decoration:none}*,*:before,*:after{box-sizing:border-box}html,body{min-height:100vh}html{scrollbar-gutter:stable;view-transition-name:theme-grid}::view-transition-group(theme-content),::view-transition-group(theme-grid){animation:none}::view-transition-old(theme-content),::view-transition-new(theme-content),::view-transition-old(theme-grid),::view-transition-new(theme-grid){animation:none;mix-blend-mode:normal}::view-transition-new(theme-content),::view-transition-new(theme-grid){z-index:1}@media(prefers-reduced-motion:reduce){html,.sheet__card{view-transition-name:none}}body{margin:0;background-color:var(--bg);background-image:radial-gradient(circle,var(--dot) 1px,transparent 1px);background-size:26px 26px;font-family:var(--font-mono)}.theme-toggle{display:flex;align-items:center;justify-content:center;font-size:var(--brand-size);background:none;border:1px solid transparent;border-radius:8px;padding:.28em;color:var(--muted);cursor:pointer}.theme-toggle svg{width:.85em;height:.85em}.theme-toggle:hover{color:var(--fg);border-color:var(--input-border)}.sheet{--u: 26px;--major: calc(var(--u) * 5);--header-u: 5;--intro-u: 5;--footer-u: 3;--sheet: calc(var(--major) * 6);--sheet-pad: 44px;--gutter: 24px;--col-edge: max( var(--gutter), round(nearest, calc((100% - var(--sheet)) / 2), var(--major)) );--sheet-cols: var(--col-edge) minmax(0, var(--sheet)) minmax(var(--gutter), 1fr);--outline: #2a2a2a;--grid-fine: #1a1a1a;--grid-major: #2a2a2a;--cross: #7a7a7a;--grid-img: linear-gradient(to right, var(--grid-major) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-major) 1px, transparent 1px), linear-gradient(to right, var(--grid-fine) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-fine) 1px, transparent 1px);--grid-sz: var(--major) var(--major), var(--major) var(--major), var(--u) var(--u), var(--u) var(--u);display:grid;grid-template-columns:var(--sheet-cols);grid-template-rows:calc(var(--u) * var(--header-u)) calc(var(--u) * var(--intro-u)) minmax(0,1fr) calc(var(--u) * var(--footer-u));min-height:100vh;min-height:100svh;min-height:calc(round(up,calc(100svh - var(--u) * var(--footer-u)),var(--major)) + var(--u) * var(--footer-u));position:relative;background:var(--bg);color:var(--fg);overflow-x:clip}.sheet__grid{position:absolute;inset:0;background-image:var(--grid-img);background-size:var(--grid-sz);background-position:0 -1px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 72px,#000 calc(100% - 72px),transparent);mask-image:linear-gradient(to right,transparent 0,#000 72px,#000 calc(100% - 72px),transparent);pointer-events:none;z-index:0}:root[data-theme=light] .sheet{--outline: #e4dfd6;--grid-fine: #f3efe8;--grid-major: #ebe6dc;--cross: #c4beb4}.sheet--article{grid-template-rows:calc(var(--u) * var(--header-u)) minmax(0,1fr) calc(var(--u) * var(--footer-u))}.sheet__gutter{display:none}.sheet__fill{grid-column:2;grid-row:1 / -1;pointer-events:none;z-index:1;background:var(--bg);border-left:1px solid var(--outline);border-right:1px solid var(--outline)}.sheet__band{grid-column:1 / -1;display:grid;grid-template-columns:var(--sheet-cols);position:relative;z-index:1;border-bottom:1px solid var(--outline)}.sheet__band>*{grid-column:2;min-width:0;padding-inline:var(--sheet-pad)}.sheet__band--header{grid-row:1;align-items:center}.sheet__band--intro{grid-row:2;align-items:center}.sheet__band--main{grid-row:3;align-items:start}.sheet--article .sheet__band--main{grid-row:2}.sheet__band--footer{grid-row:4;align-items:center;border-bottom:0}.sheet--article .sheet__band--footer{grid-row:3}.sheet__band--header:before,.sheet__band--header:after,.sheet__band--intro:before,.sheet__band--intro:after,.sheet__band--main:before,.sheet__band--main:after{content:"";position:absolute;bottom:-7px;width:13px;height:13px;background:linear-gradient(var(--cross),var(--cross)) center / 13px 1px no-repeat,linear-gradient(var(--cross),var(--cross)) center / 1px 13px no-repeat;pointer-events:none;z-index:2}.sheet__band--header:before,.sheet__band--intro:before,.sheet__band--main:before{left:calc(var(--col-edge) - 6px)}.sheet__band--header:after,.sheet__band--intro:after,.sheet__band--main:after{right:auto;left:calc(var(--col-edge) + min(var(--sheet),100% - var(--col-edge) - var(--gutter)) - 6px)}.sheet__band--header>*{padding-block:16px}.sheet__band--intro>*{padding-block:20px}.sheet__band--main>*{padding-block:52px 64px}.sheet__card{display:grid;grid-column:1 / -1;grid-row:1 / -1;grid-template-columns:subgrid;grid-template-rows:subgrid;position:relative;z-index:1;min-width:0;view-transition-name:theme-content}.sheet__cross{display:none}.sheet--home{--footer-u: 5;display:grid;grid-template-columns:var(--sheet-cols);grid-template-rows:1fr auto 1fr;min-height:100svh;padding:0}.sheet--home .sheet__fill{display:none}.sheet--home .sheet__card{display:grid;grid-column:2;grid-row:2;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr calc(var(--u) * var(--footer-u));position:relative;z-index:1;width:100%;background:var(--bg);border:1px solid var(--outline)}.sheet--home .sheet__band{grid-column:auto;display:block}.sheet--home .sheet__band--header,.sheet--home .sheet__band--main,.sheet--home .sheet__band--footer{grid-row:auto}.sheet--home .sheet__band>*{grid-column:auto}.sheet--home .sheet__band--header{border-bottom:0}.sheet--home .sheet__band--footer{display:flex;align-items:center}.sheet--home .sheet__band--header:before,.sheet--home .sheet__band--header:after{content:none}.sheet--home .sheet__band--main:before{left:-7px}.sheet--home .sheet__band--main:after{left:auto;right:-7px}.sheet--home .sheet__cross{display:block;position:absolute;width:13px;height:13px;background:linear-gradient(var(--cross),var(--cross)) center / 13px 1px no-repeat,linear-gradient(var(--cross),var(--cross)) center / 1px 13px no-repeat;pointer-events:none;z-index:2}.sheet--home .sheet__cross--tl{top:-7px;left:-7px}.sheet--home .sheet__cross--tr{top:-7px;right:-7px}.sheet--home .sheet__cross--bl{bottom:-7px;left:-7px}.sheet--home .sheet__cross--br{bottom:-7px;right:-7px}@media(max-width:640px){.sheet{--sheet-pad: 20px;--brand-size: 1.5rem;--intro-u: 10;--footer-u: 5}.sheet__band--main>*{padding-block:36px 48px}}html{line-height:1.5}.home__top{display:flex;justify-content:space-between;align-items:center;gap:16px}.sheet--home .sheet__band--header>*{padding-block:52px 0}.sheet--home .sheet__band--main>*{padding-block:8px 20px}.home__main{display:flex;flex-direction:column;gap:20px}.home__owner{margin:0;font-size:1.25rem;line-height:1.75rem;font-weight:300;color:var(--muted)}.home__bio{margin:0;font-family:var(--font-serif);font-size:22px;font-weight:400;line-height:1.5;color:var(--body);text-wrap:pretty}.home__links{display:flex;align-items:center;gap:4px;margin-inline-start:-12px}.social-link{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.5rem;color:var(--muted);border-radius:.5rem;text-decoration:none}.social-link:hover{color:var(--fg-strong);background:var(--panel)}.named{text-decoration:underline;text-underline-offset:.18em}.accent-orange{color:#ff6b00;text-decoration:none}.accent-orange:hover{color:#ff7a1a}.accent-blue{color:#0aa5ff;text-decoration:none}.accent-blue:hover{color:#2fb5ff}.typewriter{display:inline-block;overflow:hidden;white-space:nowrap;width:0;vertical-align:baseline;line-height:inherit;border-right:2px solid transparent;animation:typing .6s steps(var(--chars)) forwards,caret .8s step-end 5 forwards}@keyframes typing{to{width:calc(var(--chars) * 1ch)}}@keyframes caret{0%{border-color:var(--fg-strong)}50%{border-color:transparent}to{border-color:transparent}}@media(min-width:768px){.home__owner{font-size:1.5rem;line-height:2rem}}@media(max-width:640px){.sheet--home .sheet__band--header>*{padding-block:36px 0}.sheet--home .sheet__band--main>*{padding-block:8px 16px}}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}::selection{background:var(--accent);color:var(--bg)}.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}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.blog-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.blog-logo{white-space:nowrap}.blog-logo a{color:inherit;font:inherit;letter-spacing:inherit;text-decoration:none}a.blog-logo{text-decoration:none}a.blog-logo:hover,.blog-logo__home:hover{color:var(--fg-strong)}.blog-logo__path{color:var(--muted);font-weight:500}.blog-logo__path:hover{color:var(--fg)}.blog-logo__caret{display:inline-block;width:.32em;height:.9em;background:var(--accent);margin-left:.2em;vertical-align:text-bottom;animation:blink 1.1s steps(1) infinite}.blog-header__right{display:flex;align-items:center;gap:16px}.blog-intro p{margin:0;font-family:var(--font-serif);font-size:22px;line-height:1.5;color:var(--body);text-wrap:pretty}.blog__main{display:flex;flex-direction:column;gap:56px}.post-list{display:flex;flex-direction:column;gap:52px}.post-list article{display:flex;flex-direction:column;gap:8px}.post-list__date,.post__date{font-size:12px;color:var(--faint)}.post-list__title{color:var(--fg-strong);font-size:19px;font-weight:700;line-height:1.4;letter-spacing:-.2px}.post-list__title:hover{color:var(--accent)}.post-list__excerpt{margin:0;font-family:var(--font-serif);font-size:17px;line-height:1.6;color:var(--muted);text-wrap:pretty}.skill-list__meta{font-size:12px;color:var(--muted)}.skill-list__heading{margin:0;font:inherit}.skill-list__heading .post-list__title{display:inline-flex;align-items:center;min-block-size:44px;min-inline-size:44px}.skill-list__heading .post-list__title:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.blog-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:14px;color:var(--faint)}.blog-footer--ruled{border-top:1px solid var(--border2);padding-top:24px}.blog-footer__links{display:flex;align-items:center;gap:4px;margin-inline-end:-12px}.blog-footer__links a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 12px;color:var(--muted)}.blog-footer__links a:hover{color:var(--fg)}.post-hero{display:flex;flex-direction:column;gap:20px}.post-hero h1{margin:0;font-size:38px;font-weight:800;line-height:1.25;letter-spacing:-1px;color:var(--fg-strong);text-wrap:pretty}.post-hero__dek{margin:0;font-family:var(--font-serif);font-size:21px;line-height:1.55;color:var(--soft);text-wrap:pretty}.post-body{font-family:var(--font-serif);font-size:19px;line-height:1.75;color:var(--body);display:flex;flex-direction:column;gap:26px}.post-body p{margin:0;text-wrap:pretty}.post-body h2{margin:18px 0 0;font-family:var(--font-mono);font-size:20px;font-weight:700;letter-spacing:-.3px;color:var(--fg-strong)}.post-body h2.post-restart{margin:12px 0 0;font-family:var(--font-serif);font-size:30px;font-weight:800;letter-spacing:-.8px;line-height:1.25;text-wrap:pretty}.post-body h3{margin:8px 0 0;font-family:var(--font-serif);font-size:22px;font-weight:600;font-style:italic;letter-spacing:-.3px;color:var(--fg-strong);text-wrap:pretty}.post-body .post-essay__dek{margin:0;font-size:21px;line-height:1.55;color:var(--soft);text-wrap:pretty}.post-body ul{margin:0;padding:0 0 0 1.15em;display:flex;flex-direction:column;gap:10px}.post-body li{text-wrap:pretty}.post-body li::marker{color:var(--faint)}.post-body hr{width:100%;border:0;border-top:1px solid var(--border2);margin:12px 0}.post-body strong{color:var(--fg-strong);font-weight:600}.chat{display:flex;flex-direction:column;gap:12px;margin:4px 0;font-family:var(--font-mono);font-size:13px;line-height:1.5}.chat__row{display:flex}.chat__row--me{justify-content:flex-end}.chat__row--them{justify-content:flex-start}.chat__row--follow{margin-top:-6px}.chat__bubble{max-width:min(82%,34rem);padding:10px 14px;border-radius:16px;text-wrap:pretty}.chat__bubble--me{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.chat__bubble--me strong,.chat__bubble--note strong{color:inherit}.chat__bubble--them{background:var(--panel);border:1px solid var(--border);color:var(--body);border-bottom-left-radius:4px}.chat__bubble--note{background:transparent;border:1px dashed var(--border);color:var(--muted);font-style:italic}.post-body blockquote{margin:4px 0;padding:0 0 0 20px;border:0;border-left:1px solid var(--border);display:flex;flex-direction:column;gap:1em;font-size:19px;line-height:1.7;font-style:normal;font-weight:400;color:var(--body);text-wrap:pretty}.post-body pre{margin:0;padding:20px 24px;background:var(--panel);border:1px solid var(--border);border-radius:6px;overflow-x:auto;font-family:var(--font-mono);font-size:14px;line-height:1.7;color:var(--body)}.post-body code{font-family:var(--font-mono);font-size:.85em}.post-body pre code{font-size:14px}.post-body a{color:var(--link)}.post-body a:hover{color:var(--link-hover)}.post-body .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.post-body sup a,.post-body .footnote-ref{font-family:var(--font-mono);font-size:12px;color:var(--accent);text-decoration:none}.post-body .footnote-ref:before{content:"["}.post-body .footnote-ref:after{content:"]"}.post-body .footnotes{border-top:1px solid var(--border2);padding-top:24px;margin-top:12px;font-size:15px;color:var(--muted)}.post-body .footnotes ol{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.post-body .footnotes li{text-wrap:pretty}.post-body .footnotes .data-footnote-backref,.post-body .footnotes a.data-footnote-backref{font-family:var(--font-mono);font-size:12px;color:var(--accent)}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;border-top:1px solid var(--border2);padding-top:24px}.post-nav a{display:flex;flex-direction:column;gap:6px;color:var(--fg)}.post-nav a:hover{color:var(--fg)}.post-nav a:hover .post-nav__title{color:var(--accent)}.post-nav__dir{font-size:12px;color:var(--faint)}.post-nav__title{font-size:14px;font-weight:700;color:var(--fg-strong);line-height:1.4}.post-nav__next{text-align:right}@media(max-width:640px){.blog-footer{font-size:15px}}@media(max-width:520px){.blog-footer{flex-wrap:wrap;row-gap:4px}.post-hero h1{font-size:30px}.post-body h2.post-restart{font-size:26px}.chat__bubble{max-width:90%}.post-nav{grid-template-columns:1fr}.post-nav__next{text-align:left}}@media(max-width:360px){.sheet{--brand-size: 1.25rem}.blog-header{gap:8px}}
