:root{--bg: #ffffff;--fg: #000000;--muted-link: underline}@media(prefers-color-scheme:dark){:root{--bg: #000000;--fg: #ffffff}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter var,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-weight:300;line-height:1.75}a{color:inherit}.container{max-width:80rem;margin:0 auto;padding:2.5rem 1.5rem}.layout{display:flex;flex-direction:column}.bio{padding-bottom:2.5rem}.bio p{padding-bottom:1.5rem;margin:0}.logo{height:4rem;padding-bottom:1.5rem;fill:var(--fg)}.projects{display:flex;flex-direction:column;gap:2rem;flex:1}.project{display:block;border-radius:1rem;padding:1.5rem;overflow:hidden;position:relative;height:18rem;text-decoration:none;color:#fff;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.project:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.project img{display:block;width:100%;height:auto;margin-top:.5rem}.project .type{font-size:.875rem;margin:0}.project h2{font-size:1.875rem;font-weight:600;margin:.25rem 0}.project .description{padding:.5rem 0;margin:0}.project-gray{background:#6b7280}.project-gray .type,.project-gray .description{color:#e5e7eb}.project-teal{background:#14b8a6}.project-teal .type,.project-teal .description{color:#99f6e4}.project-slate{background:#64748b}.project-slate .type,.project-slate .description{color:#e2e8f0}.project-orange{background:#f97316}.project-orange .type,.project-orange .description{color:#fed7aa}@media(min-width:768px){.layout{flex-direction:row;gap:5rem;padding:2.5rem 0}.bio{width:40%;align-self:flex-start;position:sticky;top:5rem;padding-bottom:0}.project{height:24rem}}
