:root{--color-bg: #f5f5f4;--color-text: rgba(0, 0, 0, .75);--color-heading: #000;--color-muted: rgba(0, 0, 0, .7);--color-faint: rgba(0, 0, 0, .5);--color-border: rgba(0, 0, 0, .05);--color-border-strong: rgba(0, 0, 0, .1);--color-hover-bg: rgba(0, 0, 0, .03);--color-decoration: rgba(0, 0, 0, .15);--color-decoration-hover: rgba(0, 0, 0, .25);--color-header-bg: rgba(245, 245, 244, .75);--font-sans: "Geist Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-serif: "Geist Sans", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--transition-base: .3s ease-in-out;--container-max: 640px;--container-px: 1.25rem}html.dark{--color-bg: #1c1917;--color-text: rgba(255, 255, 255, .8);--color-heading: #fff;--color-muted: rgba(255, 255, 255, .7);--color-faint: rgba(255, 255, 255, .5);--color-border: rgba(255, 255, 255, .05);--color-border-strong: rgba(255, 255, 255, .1);--color-hover-bg: rgba(255, 255, 255, .05);--color-decoration: rgba(255, 255, 255, .3);--color-decoration-hover: rgba(255, 255, 255, .5);--color-header-bg: rgba(28, 25, 23, .25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-y:scroll;color-scheme:light}html.dark{color-scheme:dark}html{width:100%;height:100%}body{width:100%;min-height:100%;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-wrap:pretty;display:flex;flex-direction:column;background-color:var(--color-bg);color:var(--color-text)}:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-bg),0 0 0 4px #64748b;border-radius:.125rem}img,video,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{margin-left:auto;margin-right:auto;max-width:var(--container-max);padding-left:var(--container-px);padding-right:var(--container-px)}header{position:fixed;top:0;left:0;right:0;z-index:50;padding-top:1.25rem;padding-bottom:3rem;background-color:var(--color-header-bg);backdrop-filter:blur(12px) saturate(2);-webkit-backdrop-filter:blur(12px) saturate(2);-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}main{flex:1;padding-top:8rem;padding-bottom:0}footer{padding-top:1.25rem;padding-bottom:1.25rem;font-size:.875rem;line-height:1.25rem}article{max-width:100%;line-height:1.75;font-size:1rem}article :where(p){margin-top:2rem;margin-bottom:2rem;font-family:var(--font-serif)}article :where(p:first-child){margin-top:0}article :where(p:last-child){margin-bottom:0}article :where(h1,h2,h3,h4,h5,h6){font-weight:600;color:var(--color-heading);line-height:1.3}article :where(h1){font-size:1.5rem;line-height:2rem;margin-top:0;margin-bottom:.8888889rem}article :where(h2){font-size:1.25rem;line-height:1.75rem;margin-top:4rem;margin-bottom:1rem}article :where(h3){font-size:1.125rem;line-height:1.75rem;margin-top:1.6rem;margin-bottom:.6rem}article :where(h4){margin-top:1.5rem;margin-bottom:.5rem;line-height:1.5}article :where(a){font-family:var(--font-sans);color:currentColor;text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--color-decoration);border-radius:.125rem;transition:color var(--transition-base),text-decoration-color var(--transition-base)}article :where(a:hover){color:var(--color-heading);text-decoration-color:var(--color-decoration-hover)}article :where(strong){color:var(--color-heading);font-weight:600}article :where(img){margin:auto;border-radius:.5rem}article :where(video){width:100%;height:auto;border-radius:.5rem;margin-left:auto;margin-right:auto}article :is(img,video){margin-bottom:0}article :is(img,video,p:has(img,video)){margin-bottom:.75rem}article :is(img,video,p:has(img,video))+p:has(>em:only-child){margin-top:0}article p>em:only-child{font-size:.75rem;line-height:1rem;color:var(--color-faint);display:block;font-style:normal}@media(min-width:1024px){article p>em:only-child{font-size:.875rem;line-height:1.25rem}}article :where(blockquote){margin-top:1.6rem;margin-bottom:1.6rem;padding-left:1rem;border-left:.25rem solid var(--color-border-strong);font-style:italic;color:var(--color-muted)}article :where(ul){list-style-type:disc;margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.625rem}article :where(ol){list-style-type:decimal;margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.625rem}article :where(li){margin-top:.5rem;margin-bottom:.5rem}article :where(code){font-family:var(--font-mono);font-size:.875rem;font-weight:600}article :where(pre){font-family:var(--font-mono);font-size:.875rem;line-height:1.7142857;margin-top:1.7142857rem;margin-bottom:1.7142857rem;padding:.8571429rem 1.1428571rem;border-radius:.375rem;overflow-x:auto;background-color:#00000008}html.dark article :where(pre){background-color:#ffffff0d}article :where(pre code){font-weight:400;font-size:inherit}article :where(hr){border:none;border-top:1px solid var(--color-border);margin-top:3rem;margin-bottom:3rem}article :where(figure){margin-top:2rem;margin-bottom:2rem}article :where(figcaption){font-size:.875rem;line-height:1.4285714;margin-top:.8571429rem;color:var(--color-muted)}article :where(table){width:100%;border-collapse:collapse;margin-top:2rem;margin-bottom:2rem;font-size:.875rem;line-height:1.7142857}article :where(thead){border-bottom:1px solid var(--color-border-strong)}article :where(th){font-weight:600;padding:0 .5714286rem .5714286rem;text-align:left;color:var(--color-heading)}article :where(td){padding:.5714286rem;border-bottom:1px solid var(--color-border)}.not-prose,.not-prose *{font-family:inherit;line-height:inherit}.link{display:inline-block;border-radius:.25rem;color:currentColor;text-decoration-color:var(--color-decoration);transition:color var(--transition-base),text-decoration-color var(--transition-base)}.link:hover{color:var(--color-heading);text-decoration-color:var(--color-decoration-hover)}.link--underline{text-decoration:underline;text-underline-offset:2px}.header__inner{display:flex;flex-wrap:wrap;row-gap:.5rem;justify-content:space-between}.header__logo-wrap{display:flex;align-items:center;padding:.75rem;border-radius:.375rem;transition:background-color var(--transition-base)}.header__logo-wrap:hover{background-color:var(--color-hover-bg)}.header__logo{height:2.5rem;width:auto;display:block}html.dark .header__logo{filter:invert(1)}.header__nav{display:flex;gap:.5rem;align-items:center;font-size:1rem;line-height:1.5rem;font-weight:500}.header__nav-link{display:flex;align-items:center;justify-content:center;padding-left:.75rem;padding-right:.75rem;height:2.25rem;border-radius:.375rem;transition:background-color var(--transition-base)}.header__nav-link:hover{background-color:var(--color-hover-bg)}.header__theme-toggle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.375rem;border:none;background:none;color:inherit;cursor:pointer;transition:background-color var(--transition-base)}.header__theme-toggle:hover{background-color:var(--color-hover-bg)}.footer{padding-bottom:2rem}.footer__inner{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;line-height:1.25rem;border-top:1px solid var(--color-border);padding-top:2rem;margin-top:4rem}.footer__nav{display:flex;gap:.5rem}.arrow-card{position:relative;list-style:none}.arrow-card__link{display:flex;align-items:center;padding:1rem 2rem 1rem 0;border-radius:.5rem;color:inherit;text-decoration:none;transition:color var(--transition-base)}.arrow-card:hover .arrow-card__link{color:var(--color-heading)}.arrow-card__icon-box{width:4rem;height:4rem;flex-shrink:0;background-color:var(--icon-bg, rgba(0, 0, 0, .05));border-radius:.25rem;margin-right:1rem;display:flex;align-items:center;justify-content:center;font-size:1.875rem;line-height:2.25rem}.arrow-card__icon-placeholder{width:1.5rem;height:1.5rem;opacity:.2}.arrow-card__content{display:flex;flex-direction:column;flex:1}.arrow-card__title{font-weight:600;color:var(--color-heading);transition:color var(--transition-base)}.arrow-card__description{font-size:.875rem;line-height:1.25rem;color:var(--color-muted)}.arrow-card__arrow{position:absolute;top:50%;right:0;transform:translateY(-50%);width:1.25rem;height:1.25rem;stroke-width:2;fill:none;stroke:currentColor}.arrow-card__arrow-line{transform:translate(-.45rem) scaleX(0);transform-origin:right center;transition:transform var(--transition-base)}.arrow-card:hover .arrow-card__arrow-line{transform:translate(-.1rem) scaleX(1)}.arrow-card__arrow-head{transform:translate(-.25rem);transition:transform var(--transition-base)}.arrow-card:hover .arrow-card__arrow-head{transform:translate(0)}.arrow-card__bg{position:absolute;z-index:-1;inset:0;left:-.75rem;right:-.75rem;border-radius:.5rem;transition:background-color var(--transition-base)}.arrow-card:hover .arrow-card__bg{background-color:var(--color-hover-bg)}.arrow-card:has(+.arrow-card:hover) a{border-color:transparent}.page-sections{display:flex;flex-direction:column;gap:4rem}.page-sections--sm{display:flex;flex-direction:column;gap:1.25rem}.section-divider{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid var(--color-border);padding-top:4rem}.section-header{display:flex;flex-wrap:wrap;row-gap:.5rem;align-items:center;justify-content:space-between}.section-title{font-weight:600;color:var(--color-heading);font-size:1.125rem;line-height:1.75rem}.section-link{font-size:.875rem;line-height:1.25rem}.hero{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.profile-image{border-radius:9999px;overflow:hidden;width:6rem;height:6rem;margin-bottom:1rem}.profile-image img{width:100%;height:auto;display:block;object-fit:cover}.page-title{font-size:1.5rem;line-height:2rem;font-weight:500;letter-spacing:-.025rem;color:var(--color-heading);line-height:1.25;max-width:42rem}.page-subtitle{font-size:1.125rem;line-height:1.75rem;opacity:.85;max-width:42rem}.content-list{display:flex;flex-direction:column;list-style:none;padding:0;gap:.5rem}.breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.875rem;line-height:1.25rem}.breadcrumb--muted{color:var(--color-muted)}.breadcrumb--mb{margin-bottom:2.5rem}.breadcrumb--mb-sm{margin-bottom:1.5rem}.detail-header{display:flex;flex-direction:column;gap:.25rem;margin-top:2.5rem;margin-bottom:2.5rem}.detail-suptitle{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--color-faint)}.detail-title{font-size:1.5rem;line-height:2rem;font-weight:600;color:var(--color-heading)}.detail-links{display:flex;gap:.25rem}.detail-meta-row{display:flex;align-items:center;gap:.375rem;color:var(--color-muted)}.detail-meta-text{font-size:.875rem;line-height:1.25rem}.project-meta{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 0;border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border-strong);font-size:.875rem;line-height:1.25rem;margin:1.5rem 0}.project-meta__row{display:flex}.project-meta__row--start{align-items:flex-start}.project-meta__label{font-weight:600;min-width:6rem}.project-meta__value{opacity:.85}.project-meta__awards{opacity:.85;display:flex;flex-direction:column;gap:.25rem}.experience-list{display:flex;flex-direction:column;gap:3rem;list-style:none;padding:0}.experience-item--bordered{border-top:1px solid var(--color-border);padding-top:3rem}.experience-company{font-weight:600;color:var(--color-heading)}.experience-role{font-size:.875rem;line-height:1.25rem;margin-top:.75rem;color:var(--color-muted)}.experience-date{font-size:.875rem;line-height:1.25rem;margin-top:.25rem;color:var(--color-muted)}.experience-description{margin-top:.75rem}.book-intro{display:flex;flex-direction:column;gap:1rem;margin-bottom:5rem}.book-description{color:#4b5563}html.dark .book-description{color:#9ca3af}.canvas-section{width:100%;display:flex;flex-direction:column;align-items:center;padding:2.5rem 0;position:relative}.canvas-container{width:100%;max-width:700px;height:500px;background-color:#e5e5e566;border-radius:1rem;overflow:hidden;cursor:grab;position:relative}.canvas-container:active{cursor:grabbing}html.dark .canvas-container{background-color:#17171766}.canvas-element{width:100%;height:100%;display:block}.canvas-overlay{position:absolute;bottom:1rem;right:1rem;display:flex;gap:1rem;pointer-events:none}.canvas-reset-btn{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.375rem;border:none;background:none;color:var(--color-heading);cursor:pointer;transition:background-color var(--transition-base)}.canvas-reset-btn:hover{background-color:var(--color-hover-bg)}.icon-sm{width:1.25rem;height:1.25rem}.icon-xs{width:.75rem;height:.75rem}.external-icon{display:inline-block;margin-left:.25rem;opacity:.5;vertical-align:baseline;transition:opacity var(--transition-base)}.external-icon svg{width:.75rem;height:.75rem}article a:hover .external-icon{opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.hidden{display:none}@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/geist-sans-latin-400-normal.gapTbOY8.woff2) format("woff2"),url(/_astro/geist-sans-latin-400-normal.BOaIZNA2.woff) format("woff")}@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/geist-sans-latin-600-normal.DFOURf8L.woff2) format("woff2"),url(/_astro/geist-sans-latin-600-normal.CA1yjETN.woff) format("woff")}@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/geist-mono-latin-400-normal.LC9RFr9I.woff2) format("woff2"),url(/_astro/geist-mono-latin-400-normal.CoULgQGM.woff) format("woff")}.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}
