@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-400: #b0b0b0;--gray-500: #8c8c8c;--gray-600: #666666;--gray-700: #3f3f3f;--gray-800: #101010;--gray-900: #000000;--blue-300: #7ba7c9;--blue-500: #3e6485;--blue-900: #0c1924;--green-300: #88b4a4;--green-500: #4c7567;--green-900: #112019;--amber-300: #d2af7c;--amber-500: #8e6b3f;--amber-900: #21160a;--rose-300: #caa0a6;--rose-500: #805057;--rose-900: #1f1114;--color-background-primary: var(--gray-900);--color-background-secondary: var(--gray-800);--color-background-tertiary: var(--gray-700);--color-text-primary: var(--gray-200);--color-text-secondary: var(--gray-300);--color-text-tertiary: var(--gray-400);--color-card-border: #2a2f34;--color-card-highlight: #1a232d;--color-status-open-bg: color-mix(in srgb, var(--blue-900) 78%, transparent);--color-status-open-border: color-mix( in srgb, var(--blue-500) 62%, var(--gray-300) );--color-status-open-text: var(--blue-300);--color-status-closed-bg: color-mix( in srgb, var(--rose-900) 80%, transparent );--color-status-closed-border: color-mix( in srgb, var(--rose-500) 58%, var(--gray-300) );--color-status-closed-text: var(--rose-300);--color-block-features-bg: color-mix( in srgb, var(--green-900) 72%, transparent );--color-block-features-border: color-mix( in srgb, var(--green-500) 48%, var(--gray-500) );--color-block-features-heading: var(--green-300);--color-block-roadmap-bg: color-mix( in srgb, var(--amber-900) 74%, transparent );--color-block-roadmap-border: color-mix( in srgb, var(--amber-500) 50%, var(--gray-500) );--color-block-roadmap-heading: var(--amber-300);--color-block-tech-bg: color-mix(in srgb, var(--blue-900) 70%, transparent);--color-block-tech-border: color-mix( in srgb, var(--blue-500) 45%, var(--gray-500) );--color-block-tech-heading: var(--blue-300);--font-base: "IBM Plex Sans", "Segoe UI", sans-serif;--font-project-body: "Manrope", "IBM Plex Sans", "Segoe UI", sans-serif;--font-project-copy: "IBM Plex Mono", "SFMono-Regular", "Consolas", monospace;--font-project-heading: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif}html{background:var(--color-background-primary);color:var(--color-text-primary);font-family:var(--font-base)}body{margin:0 auto;width:100%;max-width:78ch;padding:2rem 1.25rem 3rem;line-height:1.55}body.home-page{max-width:none;padding:2rem clamp(1rem,3vw,2.5rem) 3rem}*{box-sizing:border-box}h1{margin:0;font-size:2.1rem}h2{margin:0 0 1rem;font-size:1.2rem}p{margin:.5rem 0}a{color:var(--color-text-primary);text-underline-offset:.14em}.page{display:grid;gap:2rem}.home-layout{min-height:100vh;gap:2.5rem}.home-hero{width:min(78ch,100%);margin:0 auto;display:grid;gap:1.2rem;justify-items:center}.home-hero .site-nav,.home-hero .intro h1,.home-hero .intro .subtitle,.home-hero .intro .intro-header>div{font-family:var(--font-project-body)}.home-hero .intro p{font-family:var(--font-project-body);line-height:1.62}.home-page .site-nav{justify-self:start}.site-nav{display:flex;width:100%;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem}.nav-group{display:flex;flex-wrap:wrap;gap:1rem}.social-link{display:inline-flex;align-items:center;gap:.35rem}.social-icon{width:1rem;height:1rem;display:block}.intro{width:80%;display:grid;gap:2rem;.intro-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap}p{text-indent:1rem;text-align:justify;hyphens:auto}.subtitle{color:var(--color-text-secondary);font-size:1rem;margin-top:.15rem}.dot{margin:0 .35rem;color:var(--color-text-tertiary)}}.projects-section{width:min(1100px,72%);margin:0 auto;min-height:62vh;align-content:start;container-type:inline-size}.project-categories{display:grid;gap:2.5rem}.project-category{display:grid;gap:1rem}.project-category-head{text-align:center;width:min(72ch,100%);margin:0 auto}.project-category-title{margin:0;font-size:1.25rem}.project-category-description{margin:.4rem 0 0;color:var(--color-text-secondary)}.project-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:stretch;gap:5rem}.project-category-past .project-list{gap:2rem}.project-item{flex:none;width:100%;min-width:0;max-width:100%}.project-item.project-item-placeholder{align-self:center}.project-coming-soon{color:var(--color-text-secondary)}.project-category-guided .project-coming-soon{display:grid;place-items:center;text-align:center;min-height:4rem}.project-card{align-content:start;height:fit-content;border:1px solid var(--color-card-border);background:radial-gradient(130% 90% at 100% 0%,color-mix(in srgb,var(--color-card-highlight) 42%,transparent) 0%,transparent 52%),var(--color-background-secondary);border-radius:14px;padding:1rem;display:grid;gap:.95rem;font-family:var(--font-project-body);h4{color:var(--color-text-primary);font-size:1rem;margin:0;letter-spacing:.01em;font-family:var(--font-project-heading);font-weight:650;line-height:1.2}}.project-card-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem}.project-name{margin:0 2rem;font-size:2rem;color:var(--color-text-primary);font-family:var(--font-project-heading);font-weight:650;line-height:1.15}.project-status{font-size:.8rem;border-radius:999px;padding:.14rem .62rem;border:1px solid var(--color-background-tertiary);color:var(--color-text-primary);font-family:var(--font-project-heading);font-weight:600;letter-spacing:.03em;text-transform:uppercase}.status-open{background:var(--color-status-open-bg);border-color:var(--color-status-open-border);color:var(--color-status-open-text)}.status-closed{background:var(--color-status-closed-bg);border-color:var(--color-status-closed-border);color:var(--color-status-closed-text)}.project-video{width:100%;border:1px solid var(--color-background-tertiary);border-radius:10px;overflow:hidden}.project-video-embed{max-width:none;background-color:var(--color-background-primary);background-repeat:no-repeat;background-size:cover;background-position:center center}.project-video-placeholder{aspect-ratio:16 / 9;border-style:dashed;background:var(--color-background-primary);color:var(--color-text-tertiary);display:grid;place-items:center;font-size:.9rem;font-family:var(--font-project-heading);font-weight:500;letter-spacing:.02em}.project-main-content{display:grid;gap:.85rem}.project-description{text-indent:.5rem;margin:0;margin-bottom:3rem;color:var(--color-text-secondary);font-family:var(--font-project-copy);font-size:.9rem;line-height:1.6}.project-block{display:grid;gap:.45rem;border:1px solid var(--color-background-tertiary);padding:.7rem .8rem .8rem}.project-subblock{display:flex;flex-direction:column}.project-block-features{background:var(--color-block-features-bg);border-color:var(--color-block-features-border)}.project-block-roadmap{background:var(--color-block-roadmap-bg);border-color:var(--color-block-roadmap-border)}.project-block-tech{background:var(--color-block-tech-bg);border-color:var(--color-block-tech-border)}.project-block-features h4{color:var(--color-block-features-heading)}.project-block-roadmap h4{color:var(--color-block-roadmap-heading)}.project-block-tech h4{color:var(--color-block-tech-heading)}.project-tech-stack{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.8rem;row-gap:.6rem}.project-subblock h5{margin:0;color:var(--color-text-tertiary);font-size:1.05rem;font-weight:600;text-align:center}.project-bullets{list-style-position:inside;margin:0;padding-inline:.8rem .2rem;display:grid;gap:.45rem;color:var(--color-text-secondary);font-family:var(--font-project-copy);font-size:.86rem;line-height:1.5}.project-tech-stack .project-bullets{font-family:var(--font-project-copy);font-size:.9rem;letter-spacing:.005em;line-height:1.45}@media(min-width:1024px){.projects-section .project-list{align-items:stretch}.project-category-past .project-list{align-items:center}.project-item{width:100%;min-width:0;max-width:100%}.project-list>.project-item.project-item-placeholder>.project-card{width:50%;max-width:50%;margin-inline:auto}.project-card{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);grid-template-areas:"head head" "main features" "tech roadmap";column-gap:1rem;row-gap:.85rem;align-items:start}.project-card-head{grid-area:head}.project-main-content{grid-area:main}.project-card>.project-block{align-self:stretch;height:100%;align-content:start}.project-card>.project-block.project-block-features{grid-area:features;align-self:start;height:auto}.project-block-roadmap{grid-area:roadmap}.project-block-tech{grid-area:tech}}@media(min-width:641px)and (max-width:1023px){.projects-section{width:100%}.projects-section .project-list{align-items:center}.project-item{width:min(640px,100%);max-width:640px}.project-card{width:100%;max-width:100%}}@media(max-width:640px){body,body.home-page{padding:1.25rem 1rem 2rem}.intro-header{align-items:baseline}h1{font-size:1.8rem}.projects-section{width:100%;min-height:auto}.project-categories{gap:2rem}.projects-section .project-list{gap:1rem;align-items:stretch}.project-category-past .project-list{gap:2}.project-item{flex:1 1 100%;width:100%;min-width:0;max-width:100%}.project-card{width:100%;max-width:100%}.project-name{margin:0;font-size:1.2rem}.project-description{margin-bottom:0;padding-bottom:0}.project-card,.project-name,.project-description,.project-bullets li,.project-status,.project-video{min-width:0;overflow-wrap:anywhere;word-break:break-word}.site-nav{align-items:flex-start}.nav-group{gap:.75rem}}
