@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap");:root{color-scheme:light dark;--color-background:#fff;--color-foreground:#000;--color-muted:#4b4b4b;--color-muted-strong:#2e2e2e}@media (prefers-color-scheme:dark){:root{--color-background:#000;--color-foreground:#fff;--color-muted:#b5b5b5;--color-muted-strong:#e0e0e0}}html[data-theme=light]{color-scheme:light;--color-background:#fff;--color-foreground:#000;--color-muted:#4b4b4b;--color-muted-strong:#2e2e2e}html[data-theme=dark]{color-scheme:dark;--color-background:#000;--color-foreground:#fff;--color-muted:#b5b5b5;--color-muted-strong:#e0e0e0}*{box-sizing:border-box}html{font-size:13.3333px}body{margin:0;min-height:100vh;background-color:var(--color-background);color:var(--color-foreground);font-family:JetBrains Mono,monospace}.page-container{margin:0 auto;max-width:760px;padding:128px 1.5rem 4rem;display:flex;flex-direction:column;gap:64px}.page-footer,.page-header{display:flex;align-items:center;justify-content:space-between;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.page-footer{justify-content:flex-start}.site-title{font-weight:600;letter-spacing:.12em;color:var(--color-foreground)}.theme-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:inherit;padding:.3rem;border-radius:999px;font-size:1.2rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1}.theme-toggle:hover{outline:none}.theme-toggle:focus-visible{outline:2px solid var(--color-muted-strong);outline-offset:2px}.content{display:flex;flex-direction:column;gap:64px}.home-content{gap:64px}.home-section{display:flex;flex-direction:column;gap:16px}.section-label{font-size:1.1rem;letter-spacing:.12em}.section-label,.subsection-label{margin:0;text-transform:uppercase;color:var(--color-muted)}.subsection-label{font-size:.9rem;letter-spacing:.08em}.home-subsection,.home-writing-category{display:flex;flex-direction:column}.home-subsection{gap:12px}.home-writing-category{gap:8px}.home-writing-category--empty{gap:4px}.home-writing-category--empty .writing-coming-soon{margin-top:0}.home-writing-entry{display:flex;flex-direction:column;gap:4px}.home-writing-entry a,.home-writing-entry a:focus-visible,.home-writing-entry a:hover{text-decoration:underline}.home-writing-entry a{display:inline}.home-writing-entry p{margin:0}.home-digest-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:960px){.home-digest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-digest-item{display:flex;flex-direction:column;gap:0}.digest-devto{display:inline}@media (max-width:600px){.digest-devto{white-space:nowrap}.digest-devto__break{display:none}}.stat-value{margin:0;font-size:1.4rem;font-weight:600;color:var(--color-muted-strong)}.home-section p,.markdown p{font-size:1rem;line-height:1.7;margin:0}.hero-section p{font-size:1.2rem}.home-section p+p{margin-top:8px}.work-activity-charts{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin-left:-1.4rem;max-width:calc(100% + 1.4rem)}@media (max-width:860px){.work-activity-charts{grid-template-columns:1fr;margin-left:0;max-width:100%}}.work-chart-card{border-radius:16px;padding:10px 20px;display:flex;flex-direction:column;gap:8px;background:color-mix(in srgb,var(--color-background) 92%,transparent)}.github-contribution-graph{display:flex;flex-direction:column;gap:12px}.github-contribution-graph__frame{width:100%;overflow-x:auto;padding-bottom:4px}.github-contribution-graph__image{display:block;max-width:100%;height:auto}.work-chart-title{font-size:.6rem;letter-spacing:.1em}.work-chart-title--right{align-self:flex-end;text-align:right}.work-chart-message{margin:0;font-size:.9rem;color:var(--color-muted)}.work-bar-chart{display:flex;align-items:flex-end;gap:12px;height:180px}.work-bar-chart__item{flex:1 1;gap:12px}.work-bar-chart__column,.work-bar-chart__item{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.work-bar-chart__column{width:100%;gap:8px}.work-bar-chart__bar{width:100%;position:relative;background:var(--color-foreground);transition:height .3s ease;min-height:8px;outline:none}.work-bar-chart__bar:after{content:attr(data-value);bottom:calc(100% + 8px);background:var(--color-foreground);color:var(--color-background);padding:4px 6px;border-radius:4px;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;transition:opacity .2s ease,transform .2s ease}.work-bar-chart__bar:after,.work-bar-chart__bar:before{position:absolute;left:50%;transform:translate(-50%);opacity:0;pointer-events:none}.work-bar-chart__bar:before{content:"";bottom:100%;border:6px solid transparent;border-top:6px solid var(--color-foreground);transition:opacity .2s ease}.work-bar-chart__bar:focus-visible:after,.work-bar-chart__bar:hover:after{opacity:1;transform:translate(-50%,-6px)}.work-bar-chart__bar:focus-visible:before,.work-bar-chart__bar:hover:before{opacity:1}.work-bar-chart__bar:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--color-foreground) 40%,transparent)}.work-bar-chart__label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);min-height:1.1rem}.work-donut-chart{gap:24px}.work-donut-chart,.work-donut-chart__visual{display:flex;align-items:center;justify-content:center}.work-donut-chart__visual{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.work-donut-chart__svg,.work-donut-chart__visual{width:160px;height:160px;flex-shrink:0}.work-donut-chart__segment{stroke-linecap:butt;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.work-donut-chart__summary{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-left:8px;padding:0;list-style:none;text-align:right}.work-donut-chart__summary-item{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--color-muted)}.work-donut-chart__summary-color{width:10px;height:10px;border-radius:50%;flex-shrink:0}.work-donut-chart__summary-name{font-weight:600;color:var(--color-foreground)}.work-donut-chart__summary-value{min-width:3.5ch;font-size:.85rem}.work-donut-chart__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;width:80px;height:80px;border-radius:50%;pointer-events:none}.work-donut-chart__center-name{font-size:.6rem;font-weight:600}.work-donut-chart__center-value{font-size:.6rem;color:var(--color-muted)}.work-donut-chart__segment:focus-visible{outline:none;stroke-width:22}@media (max-width:600px){.work-chart-card{padding:10px 0}.work-chart-title--right{align-self:flex-start;text-align:left}.work-donut-chart{justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.work-donut-chart__visual{width:auto;justify-content:flex-start;gap:16px;flex:0 0 auto}.work-donut-chart__center{position:static;transform:none;width:auto;height:auto}.work-donut-chart__center,.work-donut-chart__summary{margin-left:12px;align-items:flex-start;text-align:left}.work-donut-chart__summary{margin-top:0;min-width:0;flex:1 1 auto}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-digest-item p+p{margin-top:0}.home-section ul{list-style:disc;padding-left:1.4rem;margin:0}.home-section ul ul{list-style:circle;padding-left:1.4rem}.home-section li:not(.work-donut-chart__summary-item),.page-footer{font-size:1rem;line-height:1.7}.writing-article{display:flex;flex-direction:column;gap:16px}.writing-article h1{margin:0;font-size:2.4rem}.writing-article-description{margin:0 0 8px;color:var(--color-muted)}.writing-article-body>*+*{margin-top:16px}.writing-article-body h2,.writing-article-body h3,.writing-article-body h4{margin:24px 0 8px}.writing-article-body ul{margin:0;padding-left:1.5rem}.writing-article-body blockquote{margin:16px 0;padding-left:1rem;border-left:3px solid var(--color-muted)}.writing-article-body code{background-color:hsla(0,0%,50%,.12);padding:.1rem .4rem;border-radius:4px;font-size:.95em}a{color:inherit;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.18em}a:focus-visible,a:hover{text-decoration:underline}@media (max-width:600px){.page-container{padding:96px 1.2rem 3rem}.home-digest-grid{grid-template-columns:1fr}.page-footer{flex-direction:column;align-items:flex-start;gap:12px}.page-header{gap:12px}}