.icon:where(.astro-MBQDMGIN){width:1em;display:flex;align-self:center;user-select:none}.footer:where(.astro-SZ7XMLTE){margin:var(--spacing-maximum) 0}.footer:where(.astro-SZ7XMLTE) .content:where(.astro-SZ7XMLTE){margin-bottom:var(--spacing-minor);display:flex;justify-content:space-between;column-gap:var(--spacing-minor)}.footer:where(.astro-SZ7XMLTE) .links:where(.astro-SZ7XMLTE){flex:1;display:flex;flex-wrap:wrap;column-gap:var(--spacing-micro);justify-content:flex-end}#toggle:where(.astro-G6Q3PNBR){display:flex;align-self:center;height:1em;width:1em;border:0;background:0 0;cursor:pointer}.moon:where(.astro-G6Q3PNBR),.sun:where(.astro-G6Q3PNBR),.sunset:where(.astro-G6Q3PNBR){color:var(--foreground)}.sun:where(.astro-G6Q3PNBR){display:none}.moon:where(.astro-G6Q3PNBR){display:none}.sunset:where(.astro-G6Q3PNBR){display:initial}.light .sun:where(.astro-G6Q3PNBR){display:initial}.light .moon:where(.astro-G6Q3PNBR){display:none}.light .sunset:where(.astro-G6Q3PNBR){display:none}.dark .sun:where(.astro-G6Q3PNBR){display:none}.dark .moon:where(.astro-G6Q3PNBR){display:initial}.dark .sunset:where(.astro-G6Q3PNBR){display:none}.navbar:where(.astro-5BLMO7YK){display:flex;position:fixed;top:0;left:0;width:100%;background-color:var(--navbar-background);backdrop-filter:blur(1rem)}.navbar:where(.astro-5BLMO7YK) a:where(.astro-5BLMO7YK):has(.logo){display:flex}.navbar:where(.astro-5BLMO7YK) .logo:where(.astro-5BLMO7YK){width:initial;margin:0}.navbar:where(.astro-5BLMO7YK) .container:where(.astro-5BLMO7YK){width:100%;padding:var(--spacing-micro) 0;display:flex;gap:1rem;justify-content:space-between;align-items:center}.navbar:where(.astro-5BLMO7YK) .links:where(.astro-5BLMO7YK){display:flex;gap:var(--spacing-micro)}.navbar-placeholder:where(.astro-5BLMO7YK){height:80px}:root,html.light{--font-family:"Google Sans",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-family-code:"Google Sans Mono",ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;--color-inversion:0;--font-size-normal:1rem;--font-size-code:calc(var(--font-size-normal) - 2px);--font-size-heading-1:2.5rem;--font-size-heading-2:2rem;--font-size-heading-3:1.75rem;--font-size-heading-4:1.5rem;--font-size-heading-5:1.25rem;--font-size-heading-6:1rem;--transition-duration:.2s;--border-radius:5px;--container-width:550px;--line-height:1.6125;--navbar-height:86.5px;--spacing-nano:.5rem;--spacing-micro:1rem;--spacing-minor:2rem;--spacing-major:4rem;--spacing-maximum:8rem;--color-black:#000000;--color-white:#ffffff;--color-red:#884444;--color-gray-0:#000000;--color-gray-1:#111111;--color-gray-2:#222222;--color-gray-3:#333333;--color-gray-4:#444444;--color-gray-5:#555555;--color-gray-6:#666666;--color-gray-7:#777777;--color-gray-8:#888888;--color-gray-9:#999999;--color-gray-10:#aaaaaa;--color-gray-11:#bbbbbb;--color-gray-12:#cccccc;--color-gray-13:#dddddd;--color-gray-14:#eeeeee;--color-gray-15:#ffffff;--foreground:var(--color-black);--background:var(--color-white);--text-foreground:var(--color-gray-4);--emphasized-foreground:var(--color-gray-0);--disabled-foreground:var(--color-gray-6);--code-foreground:var(--color-red);--soft-foreground:var(--color-gray-1);--soft-background:var(--color-gray-14);--soft-background-hover:var(--color-gray-13);--selection-background:#00000021;--navbar-background:#ffffffaa}html.dark,html.dark-system{--color-inversion:1;--color-red:#aa6666;--foreground:var(--color-white);--background:var(--color-black);--text-foreground:var(--color-gray-11);--emphasized-foreground:var(--color-gray-15);--disabled-foreground:var(--color-gray-9);--soft-foreground:var(--color-gray-14);--soft-background:var(--color-gray-1);--soft-background-hover:var(--color-gray-2);--selection-background:#ffffff21;--navbar-background:#000000aa}:target{scroll-margin-top:calc(80px + var(--spacing-minor))}*{margin:0;padding:0;box-sizing:border-box;font-size:1rem;font-family:var(--font-family);line-height:var(--line-height)}::selection{background:var(--selection-background)}html{background:var(--background);color:var(--foreground)}blockquote,figure,h1,h2,h3,h4,h5,h6,img,ol,p,ul{margin-bottom:var(--spacing-minor)}a,code,h1,h2,h3,h4,h5,h6,strong{color:var(--foreground)}code{color:var(--color-red)}blockquote,figcaption,footer,header,ol,p,ul{color:var(--text-foreground)}h1{font-size:var(--font-size-heading-1)}h2{font-size:var(--font-size-heading-2)}h3{font-size:var(--font-size-heading-3)}h4{font-size:var(--font-size-heading-4)}h5{font-size:var(--font-size-heading-5)}h6{font-size:var(--font-size-heading-6)}a{display:inline-flex;height:fit-content}code{font-family:var(--font-family-code);font-size:var(--font-size-code)}code:after,code:before{content:"`"}img{user-select:none;width:100%;object-fit:cover;border-radius:var(--border-radius)}figcaption{text-align:center}blockquote{background:var(--soft-background);border-radius:var(--border-radius);padding:var(--spacing-micro)}ul{list-style-position:inside}ul ul{margin-left:var(--spacing-minor)}section{margin-bottom:var(--spacing-major)}header{margin:var(--spacing-maximum) 0}.container{max-width:var(--container-width);margin:0 auto}.logo{filter:invert(var(--color-inversion))}.header{display:flex;align-items:center}.header .text{width:75%}.header .text h2{color:var(--disabled-foreground);margin-bottom:0}.header img{margin-bottom:0;width:192px;height:192px;height:fit-content}.projects-grid{margin-bottom:var(--spacing-minor);display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-minor)}.article h2,.article h3,.article h4,.article h5,.article h6{margin-top:var(--spacing-major)}.work:where(.astro-WKX7UQJI){margin-bottom:var(--spacing-minor);display:flex;gap:var(--spacing-minor)}.work:where(.astro-WKX7UQJI) .content:where(.astro-WKX7UQJI){display:flex;flex:2;align-items:center}.work:where(.astro-WKX7UQJI) .image:where(.astro-WKX7UQJI){display:flex;flex:1;align-items:center}.work:where(.astro-WKX7UQJI) .content:where(.astro-WKX7UQJI) p:where(.astro-WKX7UQJI),.work:where(.astro-WKX7UQJI) .content:where(.astro-WKX7UQJI) strong:where(.astro-WKX7UQJI){display:block;margin-bottom:var(--spacing-micro)}.work:where(.astro-WKX7UQJI) .image:where(.astro-WKX7UQJI) img:where(.astro-WKX7UQJI){aspect-ratio:1;margin-bottom:0}.project:where(.astro-TKM2RSZC){display:flex;flex-direction:column;justify-content:space-between}.project:where(.astro-TKM2RSZC) p:where(.astro-TKM2RSZC),.project:where(.astro-TKM2RSZC) strong:where(.astro-TKM2RSZC){display:block;margin-bottom:var(--spacing-nano)}blockquote:where(.astro-SJGWEARG){display:flex;gap:var(--spacing-micro)}.tag:where(.astro-BLWJYJPT){text-decoration:none;white-space:nowrap;padding:.25rem .75rem;margin-right:var(--spacing-nano);border-radius:var(--border-radius);background:var(--soft-background);color:var(--text-foreground);transition:all var(--transition-duration) ease-in-out;line-height:initial}.tag:where(.astro-BLWJYJPT):hover{background:var(--soft-background-hover);transition:all var(--transition-duration) ease-in-out}.post:where(.astro-HUXYRZVI){display:flex;gap:var(--spacing-minor);margin-bottom:var(--spacing-minor)}.post:where(.astro-HUXYRZVI) .image:where(.astro-HUXYRZVI){display:flex;flex:1;align-items:center}.post:where(.astro-HUXYRZVI) .image:where(.astro-HUXYRZVI) a:where(.astro-HUXYRZVI){display:flex}.post:where(.astro-HUXYRZVI) img:where(.astro-HUXYRZVI){aspect-ratio:1;margin-bottom:0}.post:where(.astro-HUXYRZVI) .content:where(.astro-HUXYRZVI){flex:2;display:flex;align-items:center}.post:where(.astro-HUXYRZVI) .content:where(.astro-HUXYRZVI) a:where(.astro-HUXYRZVI):not(.tag){display:block;text-decoration:none;font-weight:700;margin-bottom:var(--spacing-micro)}.post:where(.astro-HUXYRZVI) .content:where(.astro-HUXYRZVI) p:where(.astro-HUXYRZVI){margin-bottom:var(--spacing-micro)}