:root{color-scheme:light dark;--font-sans:"DM Sans", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--dot-grid:.75rem;--color-bg:oklch(94% .002 148);--color-bg-elevated:oklch(92.5% .002 148);--color-bg-header:oklch(94% .002 148/.85);--color-text:oklch(22% .002 148);--color-text-muted:oklch(48% .002 148);--color-border:oklch(86% .003 148);--color-accent:oklch(61.71% .1825 145.59);--color-accent-soft:oklch(61.71% .1825 145.59/.12);--color-glow:oklch(61.71% .1825 145.59/.18);--color-dot:oklch(30% .02 148);--color-dot-wave-white:oklch(48% .19 145.59);--ascii-alpha-min:.16;--ascii-alpha-max:.55;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1.125rem;--space-5:2.25rem;--space-6:2.25rem;--space-7:3.375rem;--space-8:4.5rem;--space-9:6.75rem;--radius-sm:.5rem;--radius-md:.75rem;--content-width:42.75rem;--page-pad:calc(var(--dot-grid) * 2);--frame-pad:calc(var(--dot-grid) * 1.5);--text-sm:.9375rem;--text-base:1.0625rem;--text-lg:1.1875rem;--text-xl:1.5rem;--text-2xl:2.25rem;--text-3xl:2.25rem;--header-height:4.5rem;--section-gap:var(--space-8);--edge-pad-start:0px;--edge-pad-end:0px;--ease-out:cubic-bezier(.22, 1, .36, 1);--duration:.22s}@media (width>=640px){:root{--page-pad:2.625rem;--frame-pad:calc(var(--dot-grid) * 3);--section-gap:var(--space-9);--text-2xl:2.25rem;--text-3xl:3.375rem;--space-8:4.5rem;--space-9:6.75rem}}@media (width>=960px){:root{--content-width:51.75rem;--page-pad:4.5rem;--frame-pad:calc(var(--dot-grid) * 4);--section-gap:calc(var(--space-9) + var(--space-5))}}html[data-theme=light]{color-scheme:light;--color-bg:oklch(94% .002 148);--color-bg-elevated:oklch(92.5% .002 148);--color-bg-header:oklch(94% .002 148/.85);--color-text:oklch(22% .002 148);--color-text-muted:oklch(48% .002 148);--color-border:oklch(86% .003 148);--color-accent-soft:oklch(61.71% .1825 145.59/.12);--color-glow:oklch(61.71% .1825 145.59/.16);--color-dot:oklch(30% .02 148);--color-dot-wave-white:oklch(48% .19 145.59);--ascii-alpha-min:.16;--ascii-alpha-max:.55}html[data-theme=dark]{color-scheme:dark;--color-bg:oklch(16.5% .002 148);--color-bg-elevated:oklch(20.5% .002 148);--color-bg-header:oklch(16.5% .002 148/.82);--color-text:oklch(95% .001 148);--color-text-muted:oklch(72% .002 148);--color-border:oklch(30% .003 148);--color-accent-soft:oklch(61.71% .1825 145.59/.18);--color-glow:oklch(61.71% .1825 145.59/.22);--color-dot:oklch(95% .001 148/.06);--color-dot-wave-white:oklch(98% .001 29/.22);--ascii-alpha-min:.05;--ascii-alpha-max:.3}@media (prefers-color-scheme:dark){html:not([data-theme]){color-scheme:dark;--color-bg:oklch(16.5% .002 148);--color-bg-elevated:oklch(20.5% .002 148);--color-bg-header:oklch(16.5% .002 148/.82);--color-text:oklch(95% .001 148);--color-text-muted:oklch(72% .002 148);--color-border:oklch(30% .003 148);--color-accent-soft:oklch(61.71% .1825 145.59/.18);--color-glow:oklch(61.71% .1825 145.59/.22);--color-dot:oklch(95% .001 148/.04);--color-dot-wave-white:oklch(98% .001 29/.22);--ascii-alpha-min:.05;--ascii-alpha-max:.3}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{isolation:isolate;min-height:100dvh;font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.6;position:relative;overflow-x:clip}.bg-dots{z-index:-1;pointer-events:none;position:absolute;top:0;left:0}img,svg{max-width:100%;display:block}a{color:var(--color-accent);text-underline-offset:.18em;transition:color var(--duration) var(--ease-out);text-decoration-thickness:.08em}a:hover{color:var(--color-text)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}h1,h2,h3,p{margin:0}.container{width:min(100% - (var(--page-pad) * 2), var(--content-width));margin-inline:auto}.section{box-sizing:border-box;flex-direction:column;display:flex}@media (width<=639px){.section{padding-block:var(--space-3)}}.page-flow{gap:var(--section-gap);flex-direction:column;display:flex}.edge-pad{pointer-events:none;flex-shrink:0}.edge-pad--start{height:var(--edge-pad-start)}.edge-pad--end{height:var(--edge-pad-end)}.frame{box-sizing:border-box;max-width:100%;padding:var(--frame-pad);top:var(--snap-y,0px);left:var(--snap-x,0px);position:relative}.frame__mark{width:calc(var(--dot-grid) * 2);height:calc(var(--dot-grid) * 2);pointer-events:none;color:var(--color-border);filter:drop-shadow(0 0 #0000);transition:color .5s var(--ease-out), filter .5s var(--ease-out);position:absolute}.frame__mark:before,.frame__mark:after{content:"";transition:box-shadow .5s var(--ease-out);background:currentColor;position:absolute;box-shadow:0 0 #0000}.frame__mark--tl{top:0;left:0}.frame__mark--tl:before{width:100%;height:1px;top:0;left:0;transform:translateY(-.5px)}.frame__mark--tl:after{width:1px;height:100%;top:0;left:0;transform:translate(-.5px)}.frame__mark--br{bottom:0;right:0}.frame__mark--br:before{width:100%;height:1px;bottom:0;right:0;transform:translateY(.5px)}.frame__mark--br:after{width:1px;height:100%;bottom:0;right:0;transform:translate(.5px)}.frame.is-active .frame__mark{color:var(--color-accent);filter:drop-shadow(0 0 .35rem var(--color-glow)) drop-shadow(0 0 .75rem color-mix(in oklch, var(--color-accent) 45%, transparent))}.frame.is-active .frame__mark:before,.frame.is-active .frame__mark:after{box-shadow:0 0 .4rem color-mix(in oklch, var(--color-accent) 55%, transparent)}@media (prefers-reduced-motion:reduce){.frame__mark,.frame__mark:before,.frame__mark:after,.section-label{transition:none}}.section-label{margin-bottom:var(--space-2);font-family:var(--font-mono);font-size:var(--text-sm);letter-spacing:.06em;font-weight:500;line-height:var(--dot-grid);text-transform:uppercase;color:var(--color-text-muted);filter:drop-shadow(0 0 #0000);transition:color .5s var(--ease-out), filter .5s var(--ease-out);display:block}.frame.is-active .section-label{color:var(--color-accent);filter:drop-shadow(0 0 .35rem var(--color-glow)) drop-shadow(0 0 .75rem color-mix(in oklch, var(--color-accent) 45%, transparent))}.section-title{font-size:var(--text-xl);letter-spacing:-.01em;font-weight:600;line-height:var(--space-5);margin-bottom:var(--space-6)}@media (width>=640px){.section-label{margin-bottom:var(--space-3)}.section-title{margin-bottom:var(--space-7)}}@media (width>=960px){.section-title{margin-bottom:var(--space-8)}}.frame>:last-child{margin-bottom:0}.reveal{opacity:0;transition:opacity .6s var(--ease-out), transform .6s var(--ease-out);transform:translateY(.75rem)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.theme-toggle[data-astro-cid-l6lhmie6]{border-radius:var(--radius-sm);width:2.75rem;height:2.75rem;color:var(--color-text-muted);transition:color var(--duration) var(--ease-out), background-color var(--duration) var(--ease-out);justify-content:center;align-items:center;display:inline-flex;position:relative}.theme-toggle[data-astro-cid-l6lhmie6]:hover{color:var(--color-text);background-color:var(--color-accent-soft)}.theme-toggle__icon[data-astro-cid-l6lhmie6]{transition:opacity var(--duration) var(--ease-out), transform var(--duration) var(--ease-out);place-items:center;display:grid;position:absolute}.theme-toggle__icon--moon[data-astro-cid-l6lhmie6]{opacity:0;transform:rotate(-20deg)scale(.85)}html[data-theme=dark] .theme-toggle__icon--sun[data-astro-cid-l6lhmie6]{opacity:0;transform:rotate(20deg)scale(.85)}html[data-theme=dark] .theme-toggle__icon--moon[data-astro-cid-l6lhmie6]{opacity:1;transform:none}@media (prefers-color-scheme:dark){html:not([data-theme]) .theme-toggle__icon--sun[data-astro-cid-l6lhmie6]{opacity:0;transform:rotate(20deg)scale(.85)}html:not([data-theme]) .theme-toggle__icon--moon[data-astro-cid-l6lhmie6]{opacity:1;transform:none}}.header[data-astro-cid-nen7h5rs]{z-index:20;backdrop-filter:blur(12px);background-color:var(--color-bg-header);border-bottom:1px solid var(--color-border);position:sticky;top:0}.header__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:var(--header-height);display:flex}.header__brand[data-astro-cid-nen7h5rs]{font-size:var(--text-base);letter-spacing:-.01em;color:var(--color-text);font-weight:600;text-decoration:none}.header__brand[data-astro-cid-nen7h5rs]:hover{color:var(--color-accent)}.header__nav[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-1);display:flex}.header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{padding:var(--space-2) var(--space-3);min-height:2.75rem;font-size:var(--text-sm);color:var(--color-text-muted);border-radius:var(--radius-sm);transition:color var(--duration) var(--ease-out), background-color var(--duration) var(--ease-out);align-items:center;font-weight:500;text-decoration:none;display:none}.header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--color-text);background-color:var(--color-accent-soft)}@media (width>=640px){.header__nav[data-astro-cid-nen7h5rs]{gap:var(--space-2)}.header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{display:inline-flex}}.hero__eyebrow[data-astro-cid-ge2uvauf]{margin-bottom:var(--space-2);font-family:var(--font-mono);font-size:var(--text-sm);letter-spacing:.06em;font-weight:500;line-height:var(--dot-grid);text-transform:uppercase;color:var(--color-text-muted);filter:drop-shadow(0 0 #0000);transition:color .5s var(--ease-out), filter .5s var(--ease-out)}.frame[data-astro-cid-ge2uvauf].is-active .hero__eyebrow[data-astro-cid-ge2uvauf]{color:var(--color-accent);filter:drop-shadow(0 0 .35rem var(--color-glow)) drop-shadow(0 0 .75rem color-mix(in oklch, var(--color-accent) 45%, transparent))}@media (prefers-reduced-motion:reduce){.hero__eyebrow[data-astro-cid-ge2uvauf]{transition:none}}.hero__name[data-astro-cid-ge2uvauf]{font-size:var(--text-3xl);margin-bottom:var(--space-6);font-weight:700;line-height:1.125}.hero__bio[data-astro-cid-ge2uvauf]{max-width:34rem;font-size:var(--text-lg);line-height:var(--space-5);color:var(--color-text-muted)}.about__list[data-astro-cid-oxgmilyn]{gap:var(--space-6);margin:0;padding:0;list-style:none;display:grid}.about__list[data-astro-cid-oxgmilyn] li[data-astro-cid-oxgmilyn]{gap:var(--space-2);padding-bottom:var(--space-6);border-bottom:1px solid var(--color-border);display:grid}.about__list[data-astro-cid-oxgmilyn] li[data-astro-cid-oxgmilyn]:last-child{border-bottom:none;padding-bottom:0}.about__key[data-astro-cid-oxgmilyn]{font-family:var(--font-mono);font-size:var(--text-sm);letter-spacing:.06em;font-weight:500;line-height:var(--dot-grid);text-transform:uppercase;color:var(--color-text-muted)}.about__value[data-astro-cid-oxgmilyn]{font-size:var(--text-lg);letter-spacing:-.01em;font-weight:500;line-height:var(--space-5)}@media (width>=640px){.about__list[data-astro-cid-oxgmilyn]{gap:var(--space-7)}.about__list[data-astro-cid-oxgmilyn] li[data-astro-cid-oxgmilyn]{align-items:baseline;gap:var(--space-6);padding-bottom:var(--space-7);grid-template-columns:9rem 1fr}}.project-card[data-astro-cid-y2vllrex]{align-items:stretch;gap:var(--space-3);height:100%;min-height:100%;padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg-elevated);color:inherit;transition:transform var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out), background-color var(--duration) var(--ease-out);flex-direction:column;text-decoration:none;display:flex}.project-card[data-astro-cid-y2vllrex]:hover{color:inherit;border-color:var(--color-accent);transform:translateY(-2px)}.project-card__aside[data-astro-cid-y2vllrex]{justify-content:space-between;align-items:center;gap:var(--space-3);flex-direction:row;display:flex}.project-card__tag[data-astro-cid-y2vllrex]{font-size:var(--text-sm);color:var(--color-accent);font-weight:500;line-height:1.3}.project-card__arrow[data-astro-cid-y2vllrex]{font-size:var(--text-base);color:var(--color-text-muted);transition:color var(--duration) var(--ease-out), transform var(--duration) var(--ease-out)}.project-card[data-astro-cid-y2vllrex]:hover .project-card__arrow[data-astro-cid-y2vllrex]{color:var(--color-accent);transform:translate(1px,-1px)}.project-card__body[data-astro-cid-y2vllrex]{gap:var(--space-2);flex-direction:column;flex:1;min-width:0;display:flex}.project-card__name[data-astro-cid-y2vllrex]{font-size:var(--text-lg);letter-spacing:-.01em;font-weight:600;line-height:1.2}.project-card__description[data-astro-cid-y2vllrex]{font-size:var(--text-sm);color:var(--color-text-muted);flex:1;line-height:1.55}.project-card__url[data-astro-cid-y2vllrex]{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-text);font-weight:500}@media (width>=640px){.project-card[data-astro-cid-y2vllrex]{padding:var(--space-6)}.project-card__name[data-astro-cid-y2vllrex]{font-size:var(--text-xl)}}.projects__grid[data-astro-cid-ftq3vvlr]{gap:var(--space-5);margin:0;margin-top:var(--space-2);align-items:stretch;padding:0;list-style:none;display:grid}.projects__grid[data-astro-cid-ftq3vvlr]>li[data-astro-cid-ftq3vvlr]{height:100%;display:flex}.projects__grid[data-astro-cid-ftq3vvlr]>li[data-astro-cid-ftq3vvlr]>.project-card{flex:1;width:100%;height:100%}@media (width>=640px){.projects__grid[data-astro-cid-ftq3vvlr]{gap:var(--space-6);margin-top:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=960px){.projects__grid[data-astro-cid-ftq3vvlr]{gap:var(--space-7)}}.footer__copy[data-astro-cid-jo6i4kqk]{font-size:var(--text-lg);line-height:var(--space-5);color:var(--color-text-muted);margin-bottom:var(--space-2)}.footer__link[data-astro-cid-jo6i4kqk]{min-height:calc(var(--dot-grid) * 2);padding-inline:var(--space-2);margin-inline:calc(var(--space-2) * -1);border-radius:var(--radius-sm);color:var(--color-accent);transition:background-color var(--duration) var(--ease-out);align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.footer__link[data-astro-cid-jo6i4kqk]:hover{color:var(--color-accent);background-color:var(--color-accent-soft)}.footer__hint[data-astro-cid-jo6i4kqk]{min-height:0;font-size:var(--text-sm);line-height:var(--dot-grid);color:var(--color-text-muted);margin:0}.footer__hint[data-astro-cid-jo6i4kqk]:not(:empty){min-height:var(--dot-grid);margin-block:var(--space-1)}.footer__credit[data-astro-cid-jo6i4kqk]{margin-top:var(--space-6);font-size:var(--text-sm);line-height:var(--dot-grid);color:var(--color-text-muted)}
