:root{--color-bg:#fdfcf8;--color-fg:#1a1a1a;--color-muted:#6b6b6b;--color-link:#3949ab;--color-link-hover:#b9270b;--color-rule:#d8d6d0;--color-quote-bar:var(--color-accent);--color-code-bg:#f3f0e8;--color-code-fg:#1a1a1a;--color-accent:#d4a017;--color-frame:#111;--font-body:"Iowan Old Style", "Palatino Linotype", Palatino, "URW Palladio L", Georgia, serif;--font-heading:var(--font-body);--font-mono:ui-monospace, "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace;--font-size-base:1.4rem;--font-size-text:.93rem;--line-height-body:1.7;--line-height-tight:1.25;--measure:38rem;--media-width:80%;--media-optical-shift:1.2rem;--media-inset:calc((100% - var(--media-width)) / 2 - var(--media-optical-shift));--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;color-scheme:light dark}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}@supports (color:light-dark(#000, #fff)){:root{--color-bg:light-dark(#fdfcf8,#1c1b18);--color-fg:light-dark(#1a1a1a,#e6e2d8);--color-muted:light-dark(#6b6b6b,#9c978c);--color-link:light-dark(#3949ab,#a3acdf);--color-link-hover:light-dark(#b9270b,#f29a7d);--color-rule:light-dark(#d8d6d0,#3b3934);--color-quote-bar:var(--color-accent);--color-code-bg:light-dark(#f3f0e8,#26251f);--color-frame:light-dark(#111,#c9c4b8);--color-code-fg:light-dark(#1a1a1a,#e6e2d8);--color-accent:light-dark(#d4a017,#e3b93f)}}*,:before,:after{box-sizing:border-box}html{font-family:var(--font-body);font-size:var(--font-size-base);line-height:var(--line-height-body);color:var(--color-fg);background:var(--color-bg);-webkit-text-size-adjust:100%}@media (width<=30rem){:root{--media-width:100%;--media-optical-shift:0px}}body{flex-direction:column;min-height:100dvh;margin:0;display:flex}img,video{max-width:100%;height:auto}.visually-hidden,.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}main{max-width:var(--measure);font-size:var(--font-size-text);padding:var(--space-5) var(--space-3);box-sizing:border-box;overflow-wrap:break-word;flex:1 0 auto;width:100%;margin:0 auto}@media (width<=30rem){main{padding-top:var(--space-4)}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:var(--line-height-tight);margin-top:var(--space-3);margin-bottom:var(--space-3);text-wrap:balance}h1{font-size:1.7rem}h2{font-size:1.4rem}h3{font-size:1.2rem}h4{font-size:1.05rem}h5{text-transform:uppercase;letter-spacing:.05em;font-size:.93rem}h6{text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);font-size:.85rem}@media (width<=30rem){h1{font-size:1.4rem}h2{font-size:1.25rem}h3{font-size:1.1rem}h4{font-size:1rem}}.e-content>:first-child,main>h1:first-child{margin-top:0}@media (width<=30rem){main>h1{margin-bottom:1.125rem}main>h1+.search{margin-top:0}}p{margin:0 0 var(--space-3) 0;text-wrap:pretty}a{color:var(--color-link);text-underline-offset:.18em;text-decoration-thickness:1px;text-decoration-color:color-mix(in srgb, currentColor 45%, transparent)}a:hover,a:focus{color:var(--color-link-hover);text-decoration-color:currentColor}.post-list a,.archive-years a,.tag-cloud a,.search-results a{text-decoration:none}@media (hover:hover){.post-list a:hover,.archive-years a:hover,.tag-cloud a:hover,.search-results a:hover{text-decoration-line:underline}}ul,ol{padding-left:var(--space-5);margin:0 0 var(--space-3) 0}li{margin:var(--space-1) 0}li>ul,li>ol{margin-top:var(--space-1);margin-bottom:var(--space-1)}li:has(>input[type=checkbox]){margin-left:calc(-1 * var(--space-4));list-style:none}li>input[type=checkbox]{margin-right:var(--space-2)}code{font-family:var(--font-mono);background:var(--color-code-bg);border-radius:3px;padding:.1em .35em;font-size:.92em}pre{font-family:var(--font-mono);background:var(--color-code-bg);color:var(--color-code-fg);padding:var(--space-3);margin:var(--space-3) 0;border-radius:4px;font-size:.95rem;line-height:1.5;overflow-x:auto}pre code{font-size:inherit;background:0 0;border-radius:0;padding:0}blockquote,figure.quote{margin:var(--space-5) 0;padding-left:var(--space-4);border-left:4px solid var(--color-quote-bar)}blockquote{color:color-mix(in srgb, var(--color-fg) 70%, var(--color-bg));font-size:1.08em;font-style:italic}blockquote>:last-child{margin-bottom:0}blockquote blockquote{margin:var(--space-2) 0;font-size:1em}figure.quote>blockquote{border:0;margin:0;padding:0}figure.quote>figcaption{margin-top:var(--space-2);text-indent:-1.1em;color:var(--color-muted);padding-left:1.1em;font-size:.9em}hr{border:0;border-top:1px solid var(--color-rule);margin:var(--space-5) 0}.footnotes{margin-top:var(--space-5);padding-top:var(--space-3);border-top:1px solid var(--color-rule);color:var(--color-muted);font-size:.9em;line-height:1.55}table{border-collapse:collapse;width:100%;margin:var(--space-3) 0;font-size:.95rem}th,td{text-align:left;padding:var(--space-2);border-bottom:1px solid var(--color-rule)}th{border-bottom:2px solid var(--color-fg);font-weight:600}.post-date{margin:0 0 var(--space-4);font-size:.75rem;line-height:var(--line-height-tight);color:var(--color-muted)}@media (width<=30rem){.post-date{margin-bottom:1.125rem}}.post-date a{color:inherit;text-decoration:none}.post-date a:hover{color:var(--color-link-hover);text-decoration:underline}.e-content>h1:has(+.post-date){margin-bottom:var(--space-2)}.e-content>h1+.post-date{padding-left:calc(var(--heading-inset,0px) + .12rem)}.e-content:has(>.post-date+:is(figure.Photo:not(.is-left,.is-right,.is-wide,.is-full,.is-portrait),video-embed,p:has(>video-embed:only-child))){--heading-inset:var(--media-inset)}.e-content>h1:has(+.post-date){padding-left:var(--heading-inset,0px)}@media (width>30rem){.e-content:has(>.post-date+figure.Photo.is-portrait:not(.is-left,.is-right,.is-wide,.is-full))>:is(h1:has(+.post-date),.post-date){text-align:center;padding-left:0;padding-right:calc(2 * var(--media-optical-shift))}}.post-date p{margin:0}.e-content.is-untitled:not(:has(>:first-child:is(figure.Photo,video-embed,p:has(>video-embed:only-child)))){padding-top:var(--space-5);font-size:1.15em}@media (width<=30rem){.e-content.is-untitled:not(:has(>:first-child:is(figure.Photo,video-embed,p:has(>video-embed:only-child)))){padding-top:var(--space-3)}}.post-date.is-trailing{margin-bottom:var(--space-3);text-align:center}.e-content>figure.Photo,.e-content>video-embed,.e-content>p>video-embed:only-child{margin-block:3.9rem}.e-content>figure.Photo:first-child,.e-content>video-embed:first-child,.e-content>p:first-child>video-embed:only-child{margin-top:0}.post-date+figure.Photo{margin-top:var(--space-5)}.post-date+video-embed,.post-date+p>video-embed:only-child{margin-top:var(--space-4)}.e-content>figure.Photo:last-child{margin-bottom:var(--space-5)}.e-content>video-embed:last-child,.e-content>p:last-child>video-embed:only-child{margin-bottom:var(--space-4)}@media (width<=30rem){.e-content>figure.Photo,.e-content>video-embed,.e-content>p>video-embed:only-child{margin-block:1.85rem}.post-date+figure.Photo,.post-date+video-embed,.post-date+p>video-embed:only-child{margin-top:1.125rem}.e-content>figure.Photo:first-child,.e-content>video-embed:first-child,.e-content>p:first-child>video-embed:only-child{margin-top:0}.e-content>figure.Photo:last-child,.e-content>video-embed:last-child,.e-content>p:last-child>video-embed:only-child{margin-bottom:1.25rem}}article>footer{margin-top:var(--space-5);color:var(--color-muted);font-size:.9rem}article>footer p{margin:var(--space-1) 0}.post-tags{flex-wrap:wrap;justify-content:center;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.post-tags li{margin:0}.post-tags a,.tag-pill{border:1px solid var(--color-rule);background:var(--color-code-bg);color:var(--color-muted);border-radius:999px;padding:.1em .6em;font-size:.75em;line-height:1.5;text-decoration:none;display:inline-block}.post-tags a:before,.tag-pill:before{content:"#";content:"#" / "";opacity:.6}.post-tags a:hover,.post-tags a:focus-visible,.tag-pill:hover,.tag-pill:focus-visible{border-color:var(--color-link);color:var(--color-link)}.otd-line{margin:var(--space-4) 0 0;font-size:.85rem}.post-nav{gap:var(--space-2) var(--space-3);margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--color-rule);grid-template-columns:1fr 1fr;display:grid}.post-nav a{text-decoration:none}.post-nav-prev{grid-column:1}.post-nav-next{text-align:right;grid-column:2}.is-swiping body{contain:paint}@view-transition{navigation:auto}@keyframes swipe-out-left{to{translate:-100%}}@keyframes swipe-in-right{0%{translate:100%}}@keyframes swipe-out-right{to{translate:100%}}@keyframes swipe-in-left{0%{translate:-100%}}@keyframes step-out{to{opacity:0}}@keyframes step-in-right{0%{opacity:0;translate:24px}}@keyframes step-in-left{0%{opacity:0;translate:-24px}}html:active-view-transition-type(swipe)::view-transition-old(root){animation-duration:.28s;animation-timing-function:cubic-bezier(.2,.7,.2,1)}html:active-view-transition-type(swipe)::view-transition-new(root){animation-duration:.28s;animation-timing-function:cubic-bezier(.2,.7,.2,1)}html:active-view-transition-type(swipe):active-view-transition-type(next)::view-transition-old(root){animation-name:swipe-out-left}html:active-view-transition-type(swipe):active-view-transition-type(next)::view-transition-new(root){animation-name:swipe-in-right}html:active-view-transition-type(swipe):active-view-transition-type(prev)::view-transition-old(root){animation-name:swipe-out-right}html:active-view-transition-type(swipe):active-view-transition-type(prev)::view-transition-new(root){animation-name:swipe-in-left}html:active-view-transition-type(step)::view-transition-old(root){animation:.15s ease-out both step-out}html:active-view-transition-type(step)::view-transition-new(root){animation:.25s cubic-bezier(.2,.7,.2,1) both step-in-right}html:active-view-transition-type(step):active-view-transition-type(prev)::view-transition-new(root){animation-name:step-in-left}.post-nav small{color:var(--color-muted);font-size:.85em;display:block}.post-nav-title{line-height:var(--line-height-tight);text-wrap:balance;display:block}.post-nav-date{color:var(--color-muted);margin-top:.15em;font-size:.8em;display:block}.post-nav a:hover .post-nav-title,.post-nav a:hover small:only-child{text-decoration:underline}@media (width<=30rem){.post-nav{grid-template-columns:1fr}.post-nav-prev,.post-nav-next{text-align:left;grid-column:1}}.skip-link{position:absolute;left:-9999px}.skip-link:focus{padding:var(--space-2) var(--space-3);background:var(--color-fg);color:var(--color-bg);text-decoration:none;display:inline-block;position:static}.site-header{max-width:var(--measure);box-sizing:border-box;width:100%;padding:var(--space-3) var(--space-3) 0;color:var(--color-muted);margin:0 auto;font-size:.85rem}@media (width<=30rem){.site-header{padding-top:.75rem}}.site-header nav{justify-content:space-between;align-items:baseline;gap:var(--space-1) var(--space-3);flex-wrap:wrap;display:flex}.site-header a{color:inherit;text-decoration:none}.site-header a:hover{color:var(--color-link-hover);text-decoration:underline}.site-header .site-name,.site-header-links{white-space:nowrap}.site-nav{max-width:var(--measure);box-sizing:border-box;width:100%;padding:var(--space-3) var(--space-3) var(--space-5);border-top:1px solid var(--color-rule);color:var(--color-muted);text-align:center;margin:0 auto;font-size:.9rem}.site-nav-places{justify-content:center;gap:var(--space-1) var(--space-4);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.site-nav a,.site-nav button,.site-nav [aria-current]{white-space:nowrap}.site-nav a{color:inherit;text-decoration:none}.site-nav a:hover,.site-nav a:focus-visible{color:var(--color-link-hover)}.site-nav [aria-current]{color:var(--color-fg)}@media (width<=30rem){.site-nav-places{justify-content:space-evenly;gap:0 var(--space-3);grid-template-columns:repeat(3,auto);display:grid}.site-nav-places li{text-align:left}.site-nav-places a,.site-nav-places [aria-current]{padding:.45em 0;display:block}}.site-nav-utils{margin:var(--space-3) 0 0;flex-wrap:wrap;justify-content:center;font-size:.85em;display:flex}.site-nav-utils .util+.util:before{content:"·" / "";margin:0 .6em}.site-nav-utils .util:has(>[hidden]){display:none}@media (hover:none) and (pointer:coarse){.site-nav-utils .util-help{display:none}}.site-nav .theme-switch{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.site-nav .theme-switch:hover,.site-nav .theme-switch:focus-visible{color:var(--color-link-hover)}.site-nav .copyr{margin:var(--space-5) 0 0}.site-nav .nav-icon{vertical-align:-.125em;margin-right:.25em}.shortcuts{max-width:min(24rem, calc(100vw - 2 * var(--space-3)));padding:var(--space-4);border:1px solid var(--color-rule);color:var(--color-fg);background:var(--color-bg);border-radius:.5rem;font-size:.9rem}.shortcuts::backdrop{background:light-dark(#0006,#0009)}.shortcuts:target{margin:var(--space-3) auto;display:block}.shortcuts h2{margin:0 0 var(--space-3);font-size:1.1rem}.shortcuts dl{gap:var(--space-2) var(--space-3);margin:0 0 var(--space-3);grid-template-columns:max-content 1fr;display:grid}.shortcuts dd{margin:0}.shortcuts kbd{font-family:var(--font-mono);border:1px solid var(--color-rule);background:var(--color-code-bg);border-bottom-width:2px;border-radius:.25em;padding:.1em .4em;font-size:.85em}.shortcuts button{font:inherit;padding:var(--space-1) var(--space-3);border:1px solid var(--color-rule);background:var(--color-code-bg);color:var(--color-fg);cursor:pointer;border-radius:.25em}.search{margin-top:var(--space-5)}.search label{margin-bottom:var(--space-2);display:block}.search input{font:inherit;box-sizing:border-box;width:100%;padding:var(--space-2) var(--space-3);color:inherit;background:0 0;border:1px solid;border-radius:0}.search-status{color:var(--color-muted)}.search-results{padding:0;list-style:none}.search-results li{margin-bottom:var(--space-4)}.search-excerpt{margin:var(--space-1) 0 0;color:var(--color-muted)}.search-excerpt mark{color:inherit;background:0 0;font-weight:700}.copyr{font-size:smaller}.blog-index{margin-left:0;padding-left:0}.post-list{padding-left:0;list-style:none}.post-list li{line-height:var(--line-height-tight);margin-bottom:.6rem}.archive-years ul{flex-wrap:wrap;gap:.25em .9em;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.archive-years [aria-current]{font-weight:700}main>.archive-years:last-child ul{margin:1.5rem 0 0}.archive-count{color:var(--color-muted);margin-left:.5em;font-size:.6em;font-weight:400}.post-list .date-hint{color:var(--color-muted);opacity:0;font-size:smaller;transition:opacity .12s ease-out}.post-list li:hover .date-hint,.post-list li:focus-within .date-hint{opacity:1}@media (hover:none){.post-list .date-hint{opacity:1}}@media (width<=30rem){.post-list .date-hint{display:block}.post-list .date-sep{display:none}}@media (prefers-reduced-motion:reduce){.post-list .date-hint{transition:none}}.unpublished-badge{z-index:10;letter-spacing:.06em;text-transform:uppercase;gap:1px;margin:0;font-size:.7rem;line-height:1;display:flex;position:fixed;top:0;right:0}.unpublished-badge span{background:var(--color-accent);color:#1a1a1a;border-bottom-left-radius:.3em;padding:.35em .6em}@media (width<=30rem){.unpublished-badge{justify-content:flex-end;position:static}}@media print{.unpublished-badge{display:none}}
