@font-face{font-family:Raveo;src:url(/fonts/RaveoVF.woff2) format("woff2-variations");font-weight:100 900;font-display:swap;font-style:normal}*,*:before,*:after{box-sizing:border-box;margin:0}:root{--color-text: #1c1a16;--color-text-secondary: #6a6560;--color-text-tertiary: #9a9691;--color-bg: #fefefe;--color-bg-subtle: #f2f0eb;--color-bg-elevated: #fff;--color-border: #dedcd4;--color-link: #1c1a16;--content-width: 692px;--wide-width: 960px;--full-width: 1200px;--space-xs: .25rem;--space-sm: .5rem;--space-md: .75rem;--space-base: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 2.5rem;--space-3xl: 3rem;--space-4xl: 4rem;--space-5xl: 6rem;--text-2xs: .667rem;--text-xs: .733rem;--text-sm: .8rem;--text-base: .867rem;--text-md: 1rem;--text-lg: 1.067rem;--text-xl: 1.067rem;--text-2xl: 1.133rem;--text-3xl: 1.5rem;--text-4xl: 2.25rem;--text-5xl: 3.5rem;--text-display: 5.5rem;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--leading-tight: 1.3;--leading-base: 1.6;--leading-relaxed: 1.7;--tracking-tight: .05em;--tracking-wide: .08em;--radius-sm: 2px;--radius: 4px;--font-sans: "Raveo", -apple-system, BlinkMacSystemFont, sans-serif}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}body{line-height:var(--leading-base);font-size:15px;text-wrap:pretty}a{color:var(--color-link);text-decoration-color:var(--color-border);text-underline-offset:3px;transition:text-decoration-color .15s}a:hover{text-decoration-color:var(--color-text)}img{max-width:100%;height:auto;display:block;border-radius:var(--radius)}.site{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-base);align-items:start;padding:var(--space-3xl) var(--space-4xl) var(--space-5xl);overflow-x:clip}.site>header{grid-column:1;grid-row:1}.site>.site-blurb{grid-column:2;grid-row:1}.site>main{grid-column:2;grid-row:2;margin-top:var(--space-3xl)}.site>footer{grid-column:1 / -1;grid-row:3}@media(max-width:768px){.site{grid-template-columns:1fr;padding:var(--space-xl) var(--space-lg) var(--space-5xl)}.site>.site-blurb{grid-column:1;grid-row:2}.site>main{grid-column:1;grid-row:3}.site>footer{grid-column:1;grid-row:4}}h1{font-size:var(--text-2xl);font-weight:var(--weight-semibold);line-height:var(--leading-tight)}h2{font-size:var(--text-base);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-tight);color:var(--color-text-secondary);margin-bottom:var(--space-base)}p{margin-bottom:var(--space-base)}p:last-child{margin-bottom:0}.project{margin-top:40vh}.project--first{margin-top:20vh}.project-header{margin-bottom:var(--space-xl);opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.project-header.is-visible{opacity:1;transform:none}.project-content>p:first-child{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.16,1,.3,1) .1s,transform .7s cubic-bezier(.16,1,.3,1) .1s}.project-header.is-visible~.project-content>p:first-child{opacity:1;transform:none}.project-description{color:var(--color-text-secondary);font-size:var(--text-lg)}.project-meta{margin-top:var(--space-md);font-size:var(--text-sm);color:var(--color-text-secondary)}.project-content{line-height:var(--leading-relaxed)}.project-content>p{max-width:75ch}.project-content h2{font-size:var(--text-xl);text-transform:none;letter-spacing:normal;color:var(--color-text);margin:var(--space-3xl) 0 var(--space-base)}.project-content h3{font-size:var(--text-md);margin:var(--space-xl) 0 var(--space-md)}.project-content ul,.project-content ol{padding-left:1.25rem;margin-bottom:var(--space-base)}.project-content li{margin-bottom:var(--space-xs)}.project-content blockquote{border-left:2px solid var(--color-border);padding-left:var(--space-base);color:var(--color-text-secondary);margin:var(--space-lg) 0}.project-content table,.post-content table{width:100%;border-collapse:collapse;font-size:var(--text-base);margin:var(--space-lg) 0;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.command-grid{display:grid;grid-template-columns:auto 1fr;margin:var(--space-lg) 0;font-size:var(--text-base)}.command-grid>div{padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border)}.command-grid>div:nth-child(odd){padding-right:var(--space-xl)}.command-grid-header{font-weight:var(--weight-semibold)}.project-content th,.project-content td,.post-content th,.post-content td{text-align:left;vertical-align:top;padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border)}.project-content th:first-child,.project-content td:first-child,.post-content th:first-child,.post-content td:first-child{padding-left:0}.project-content th:last-child,.project-content td:last-child,.post-content th:last-child,.post-content td:last-child{padding-right:0}.project-content th{font-weight:var(--weight-semibold);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-tight);color:var(--color-text-secondary);white-space:nowrap}.project-content code{font-size:.9em;background:var(--color-bg-subtle);padding:.15em .35em;border-radius:var(--radius-sm)}.project-content pre{background:var(--color-bg-subtle);padding:var(--space-base) var(--space-lg);border-radius:var(--radius);overflow-x:auto;margin:var(--space-lg) 0}.project-content pre code{background:none;padding:0;border-radius:0}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
