:root{--white: white;--lightest-grey: hsl(0, 0%, 98%);--light-grey: hsl(0, 0%, 92%);--medium-grey: hsl(0, 0%, 80%);--darker-grey: hsl(0, 0%, 68%);--black: hsl(210, 12%, 16%);--blue: hsl(200, 90%, 34%);--orange: hsl(21, 90%, 48%);--color-bg: var(--white);--color-text: var(--black);--color-link: var(--blue);--color-link-light: hsla(from var(--blue) h s l / 40%);--color-active: var(--orange);--color-active-light: hsla(from var(--orange) h s l / 50%);--font-family-primary: system-ui, sans-serif;--font-family-secondary: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;--font-family-code: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;--font-size-small: 0.8rem;--font-size-small-relative: 0.8em;--font-size-normal: 1rem;--font-size-large: 1.25rem;--font-size-xl: 1.625rem;--font-size-xxl: 2rem;--max-width-outer: 960px;--max-width-inner: 720px;}*,*::before,*::after{box-sizing:border-box}h1,h2,h3{font-weight:normal}body{margin:0}table{border-collapse:collapse}img{display:block}p{text-wrap:pretty;}html{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-family-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}pre,code{font-family:var(--font-family-code)}code{font-size:var(--font-size-small)}em{font-family:var(--font-family-secondary)}a{color:var(--color-link);text-decoration:none;border-bottom:1px solid var(--color-link-light)}a:hover{color:var(--color-link-light)}h1{font-size:var(--font-size-xl)}h1:first-child{margin-top:0}.section{padding:1.5rem}.outer-content{margin:0 auto;max-width:var(--max-width-outer)}.inner-content{max-width:var(--max-width-inner)}.aux-text{margin-bottom:0;margin-top:0;font-size:var(--font-size-small)}body>footer{margin-top:1rem}.delimited:not(:last-child){border-bottom:1px solid var(--light-grey);padding-bottom:1.5rem;margin-bottom:3rem}.paginator{display:flex;flex-direction:row;font-size:var(--font-size-small);margin-top:2rem;justify-content:space-between}@media (width <= 48rem){.paginator{flex-direction:column;gap:1em;text-align:center}}.pagination-left{justify-content:flex-start}.pagination-right{justify-content:flex-end}.strikethrough{text-decoration:line-through}a.lightbox-link{border-bottom:1px dashed var(--color-link);}a.external-link::after{content:"";display:inline-block;width:.75em;height:.75em;margin-left:.125em;margin-bottom:.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3e%3c/path%3e%3cpolyline points='15 3 21 3 21 9'%3e%3c/polyline%3e%3cline x1='10' y1='14' x2='21' y2='3'%3e%3c/line%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;vertical-align:middle;border-bottom:none}:not(pre)>code{background-color:var(--lightest-grey);padding:1px 2px;border:1px solid var(--medium-grey)}.nav-container{display:flex;flex-direction:row;align-items:start;justify-content:space-between}@media (width <= 48rem){.nav-container{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.nav-links{display:flex;flex-direction:column;gap:.5rem}}.nav-brand a{border:none}.nav-brand svg:hover{fill:var(--color-link-light)}a.nav-link{border-bottom:2px solid transparent;padding:3px 6px;text-decoration:none}a.nav-link-active{color:var(--color-active);border-bottom-color:var(--color-active)}body{min-height:100vh;display:flex;flex-direction:column}body>header{flex-shrink:0}body>main{flex-grow:1}body>footer{flex-shrink:0}.prose h1{line-height:1.2;font-size:var(--font-size-xl)}.prose h2{line-height:1.125;font-size:var(--font-size-large);margin-bottom:.6em}.prose h2:not(:first-child){margin-top:1.15em}.prose blockquote{background-color:var(--lightest-grey);border-left:4px solid var(--medium-grey);margin:0;padding:.5rem 1.25rem}.prose table{width:100%}.prose table th,.prose table td{text-align:left;padding:4px}.prose table tr{border-bottom:1px solid var(--medium-grey)}.prose pre{width:fit-content;overflow-x:auto;max-width:62rem;min-width:100%;padding:1rem 1.25rem;background-color:var(--lightest-grey) !important;border:1px solid var(--medium-grey)}@media (width <= 72rem){.prose pre{max-width:100%}.prose p:has(>img){overflow-x:auto}.prose img{height:auto;max-width:none}:root{--max-width-outer: var(--max-width-inner)}}.project h1{font-size:var(--font-size-large);display:flex;flex-direction:row;align-items:baseline;gap:.25rem;margin-bottom:.25rem;flex-wrap:wrap}.project .tag{background-color:var(--lightest-grey);border:1px solid var(--light-grey);border-radius:4px;font-size:var(--font-size-small);padding:.25rem .5rem;white-space:nowrap}.project p:first-of-type{margin-top:0}.project>footer{margin-top:1rem}.project+.project{margin-top:2rem}.project p{margin-top:.5rem;margin-bottom:.5rem}