@font-face{font-family:eb garamond;src:url(/fonts/EBGaramond.woff2)format("woff2");font-weight:100,900;font-style:normal;font-display:swap}@font-face{font-family:jetbrains mono;src:url(/fonts/JetBrainsMono-Regular.woff2)}:root{--primary-text:#d8d4cf;--background-color:#171A1B;--accent-color:#A0A0A0;--dim-accent-color:#353a3c;--link-color:#d7dae0;--font-body:"EB Garamond";--font-heading:"EB Garamond";--font-code:"JetBrains Mono";--rounded-sm:4px;--rounded-full:calc(infinity * 1px);--ease-in:cubic-bezier(0.4, 0, 1, 1);--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--text-7xl:4.5rem;--text-7xl--line-height:1;--text-8xl:6rem;--text-8xl--line-height:1;--text-9xl:8rem;--text-9xl--line-height:1}body{font-family:var(--font-body);color:var(--primary-text);background-color:var(--background-color)}main{font-size:var(--text-lg);line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1}a{color:var(--link-color);text-underline-offset:.3em;text-decoration-color:var(--accent-color);text-decoration-thickness:1px;transition:color 75ms var(--ease-in)}a:hover{color:var(--accent-color)}a:visited{color:var(--link-color)}a.site-logo{fill:var(--link-color)}a.site-logo:hover{fill:var(--accent-color)}figure{margin-block-start:2em;margin-block-end:2em}hr{border:1px solid var(--dim-accent-color);margin:1.25em 0}blockquote{border:1px solid var(--dim-accent-color);margin:0;padding:.25em 1em;border-radius:var(--rounded-sm)}.site-wrapper{padding:3vw;max-width:100vw}.site-header-container{max-width:720px}.site-header-brand{display:flex;justify-content:space-between;align-items:center}.site-header-title{display:flex;gap:24px;align-items:center;max-width:80%}.site-header-title span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-header-container #search{margin-top:24px}.site-header-navigation{display:flex;flex-wrap:nowrap}.site-header-column-half{flex:1 1 15%;max-width:15%;min-width:84px}.site-header-column{box-sizing:border-box;flex:1 1 75%;max-width:75%}.site-header-navigation h2{font-size:2em}ul.site-header-menu-list{list-style:none;padding:0;line-height:1.5em}ul.site-header-menu-list li{padding:4px 0}ul.site-header-menu-list li a{display:inline;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:380px}ul.site-header-menu-list li a:hover{text-overflow:unset;white-space:wrap;overflow:auto}.site-footer{text-align:center;max-width:720px;margin-top:2em;margin-bottom:3em}.site-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5em}button#scroll-to-top{position:fixed;bottom:20px;right:20px;padding:10px 15px;background-color:var(--background-color);color:var(--primary-text);border:1px solid var(--primary-text);border-radius:var(--rounded-full);cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,background-color .125s ease-out;z-index:1000}button#scroll-to-top.visible{opacity:1;visibility:visible}button#scroll-to-top:hover{background-color:#181a1f}.author-bio{max-width:512px}.author-bio .author-pfp{display:flex;align-items:center;gap:24px;margin:24px 0}.author-bio img{height:100%;max-width:64px}.content{max-width:720px}article a:hover{color:var(--accent-color)}article hr{margin:2em 0}.content li{margin:.2em 0}.content h1{margin-bottom:0}.post-meta{display:flex;align-items:center;gap:1em;border-bottom:1px solid var(--dim-accent-color)}.read-time{font-size:var(--text-sm);color:var(--accent-color)}.w-full{width:100%}.text-center{text-align:center}.underline{text-decoration:underline}.highlight pre{margin-bottom:0}code,kbd{font-family:var(--font-code);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:var(--text-sm)}:not(pre)>code{border:1px var(--dim-accent-color)solid;padding:.1em .4em;border-radius:var(--rounded-sm)}div.highlight{border:1px solid var(--dim-accent-color);margin-bottom:12px;border-radius:var(--rounded-sm)}.content h1,h2,h3,h4,h5,h6{margin-top:2em}h1{font-size:var(--text-3xl);line-height:var(--text-3xl--line-height)}h2{font-size:var(--text-2xl);line-height:var(--text-2xl--line-height)}h3{font-size:var(--text-xl);line-height:var(--text-xl--line-height)}h4{font-size:var(--text-lg);line-height:var(--text-lg--line-height)}h5{font-size:var(--text-base);line-height:var(--text-base--line-height)}h6{font-size:var(--text-sm);line-height:var(--text-sm--line-height)}.project-card{color:var(--primary-text);display:inline-block;padding:.2em;margin:.3em;transition:all 100ms ease-in-out}.project-card a{display:block;cursor:pointer}.project-card:hover{color:var(--primary-text);background-color:unset;text-decoration:none}.details-dropdown{display:none;position:absolute;max-width:400px;background-color:var(--background-color);border:2px solid var(--dim-accent-color);padding:.75em;opacity:0;transition:all 100ms ease-in-out}.project-card:hover .details-dropdown{display:block;opacity:1;pointer-events:auto}.detail-content{display:flex;flex-direction:column}.year{font-weight:700;margin-bottom:12px}.year,.description{font-size:var(--text-base);line-height:var(--text-base--line-height)}.project-card-links{margin:12px 0}a.icon-link{margin-right:.5rem;display:inline-block}.thumbnail,.video-container video{margin-top:8px;width:100%;object-fit:cover}.thumbnail{object-fit:contain;max-height:300px}.video-container{margin-top:.5rem}.video-container video{max-height:40vh;width:100%;object-fit:contain}.post-list{margin-top:.3rem}.post-snippet{display:flex;justify-content:space-between;border-bottom:1px solid var(--dim-accent-color);flex-direction:row;align-items:center}.post-snippet h3{line-height:var(--text-xl--line-height);margin:1em 0}.post-snippet a{display:block}.post-snippet time{min-width:fit-content;white-space:nowrap;margin:1.15em 0;display:none}@media all and (min-width:768px){.post-snippet time{display:inline-block}}.post-tags{display:flex;gap:.5em;margin:0}.topic-tags{display:flex;flex-wrap:wrap;gap:.7em .5em;margin-top:1.5em}a.tag{display:inline-block;padding:.05rem .7rem;font-weight:500;border-radius:var(--rounded-full);font-size:var(--text-sm);text-decoration:none;letter-spacing:.03em;border:solid var(--accent-color)1px;color:var(--accent-color);text-transform:lowercase;transition:75ms all var(--ease-in)}a.tag:hover{border:solid var(--link-color)1px;color:var(--link-color)}.post-share{display:flex;flex-direction:row;gap:1.5em;justify-content:center;margin:2em}.post-share svg{fill:var(--link-color);width:28px;height:28px}.post-share svg:hover{fill:var(--accent-color)}