:root{--palette-gray-50:#f8fafc;--palette-gray-100:#f1f5f9;--palette-gray-200:#e2e8f0;--palette-gray-300:#cbd5e1;--palette-gray-400:#94a3b8;--palette-gray-500:#64748b;--palette-gray-600:#475569;--palette-gray-700:#334155;--palette-gray-800:#1e293b;--palette-gray-900:#0f172a;--color-fg:var(--palette-gray-900);--color-anchor:var(--palette-gray-300);--color-muted:var(--palette-gray-500);--color-header-bg:var(--palette-gray-800);--color-header-fg:var(--palette-gray-50);--code-theme-bg:var(--palette-gray-100);--code-theme-fg:var(--color-fg);--code-theme-comment:var(--palette-gray-400);--code-theme-type:var(--palette-gray-500);--code-theme-punctuation:var(--palette-gray-500);--code-theme-string:var(--palette-gray-600)}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;color:var(--color-fg);font-size:1rem;padding-bottom:32px}[role=main]{width:750px;padding:0 128px;margin:auto;word-break:break-word}@media (max-width:1005px){[role=main]{width:auto;max-width:750px;padding:0 16px}}[role=main] p,[role=main] li{line-height:1.5em}[role=main] p,[role=main] li,[role=main] pre{margin-block-start:.5em;margin-block-end:.5em}#header{background-color:var(--color-header-bg);color:var(--color-header-fg);height:64px;display:flex}#header .container{display:flex;align-items:center;gap:16px;width:750px;margin:auto}#header svg{width:24px;height:24px}.spacer{flex-grow:1}@media (max-width:1005px){#header .container{padding:0 16px}}@media (max-width:754px){#header .container{width:100%}}#header h1{font-weight:300}#header h1 a,#header h1 a:hover,#header h1 a:visited{color:var(--color-header-fg);text-decoration:none}h1,h2,h3,h4,h5,h6{position:relative;margin-block-start:.83rem;margin-block-end:.83rem;font-weight:600}h1{font-size:2rem}h2{font-size:1.43rem}h3{font-size:1.25rem}h4,h5,h6{font-size:1rem;line-height:20x}a.anchor{position:absolute;display:flex;align-items:center;width:20px;height:100%;left:0;top:0;box-sizing:border-box;transform:translate(-100%);padding-right:8px;box-sizing:content-box;text-decoration:none;font-weight:300;opacity:0}a.anchor:hover,h1:hover a.anchor,h2:hover a.anchor,h3:hover a.anchor,h4:hover a.anchor,h5:hover a.anchor,h6:hover a.anchor{opacity:1}@media (hover:none){a.anchor{opacity:1}}a.anchor svg{width:20px;height:20px}a.anchor,a.anchor:hover,a.anchor:visited{color:var(--color-anchor)}a.anchor:hover{text-decoration:underline}@media (max-width:820px){h1,h2,h3,h4,h5,h6{padding-right:28px}a.anchor{left:auto;right:0;transform:none;padding-right:0;padding-left:8px}}ul.posts{padding-inline-start:16px;line-height:1.5em}ul.posts time{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}[role=main] img{max-width:100%}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}code,pre{color:var(--code-theme-fg);background-color:var(--code-theme-bg);border-radius:4px;tab-size:2.22rem}code{font-size:85%;margin:0;padding:3px 8px}pre{padding:16px;overflow-x:auto}pre code{font-size:.9rem;padding:0;line-height:150%}.source .entity.name{font-weight:600}.source .type{font-weight:400}.source .keyword{font-weight:600;color:var(--code-theme-type)}.source .punctuation{font-weight:400;color:var(--code-theme-punctuation)}.source .string{color:var(--code-theme-string)}.source .comment{color:var(--code-theme-comment);font-style:italic}.source .entity{color:var(--code-theme-fg)}blockquote{color:var(--color-muted);margin-left:0;margin-right:0;padding-left:16px;border-left:4px solid var(--code-theme-bg)}