:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface:#fdf8f8;--surface-strong:#fff;--text:#1c1b1b;--text-muted:#444748;--text-soft:#747878;--rule:#c4c7c7;--rule-soft:#1c1b1b24;--toggle-surface:#ffffffbd;--toggle-track:#c4c7c7;--toggle-thumb:#fff;--sidebar-width:148px;--content-width:580px;--content-offset:164px;--font:"Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface:#000;--surface-strong:#050505;--text:#f8f5f2;--text-muted:#c8c6c5;--text-soft:#858383;--rule:#ffffff38;--rule-soft:#ffffff24;--toggle-surface:#ffffff14;--toggle-track:#747878;--toggle-thumb:#d8d5d2}*{box-sizing:border-box}html{background:var(--surface);scroll-behavior:smooth}body{background:var(--surface);min-width:320px;color:var(--text);font-family:var(--font);text-rendering:geometricprecision;margin:0;font-size:14px;line-height:1.6}body,button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font:inherit}.site-shell{min-height:100vh;position:relative}.sidebar{width:var(--sidebar-width);border-right:1px solid var(--rule);z-index:3;flex-direction:column;gap:62px;padding:39px 28px 44px;display:flex;position:fixed;top:0;left:0}.brand{color:var(--text);letter-spacing:-.01em;font-size:14px;font-weight:700;line-height:1.2}.nav-links{flex-direction:column;gap:16px;display:flex}.nav-links a{color:var(--text);font-size:12px;font-weight:600;line-height:1.2;transition:color .16s,opacity .16s}.nav-links a:hover,.nav-links a:focus-visible{color:var(--text-muted)}.theme-toggle{z-index:4;border:1px solid var(--rule-soft);background:var(--toggle-surface);min-height:24px;color:var(--text-soft);cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:9999px;align-items:center;gap:5px;padding:3px 7px;font-size:12px;line-height:1;display:inline-flex;position:fixed;top:18px;right:28px}.theme-toggle:focus-visible{outline:2px solid var(--text);outline-offset:3px}.toggle-track{background:var(--toggle-track);border-radius:9999px;width:26px;height:14px;padding:2px}.toggle-thumb{background:var(--toggle-thumb);border-radius:9999px;width:10px;height:10px;transition:transform .18s;display:block;transform:translate(0);box-shadow:0 1px 4px #0000002e}.theme-toggle[aria-pressed=true] .toggle-thumb{transform:translate(12px)}.content{width:min(var(--content-width), calc(100vw - var(--content-offset) - 72px));margin-left:calc(var(--sidebar-width) + var(--content-offset));padding:60px 0 0}.hero h1{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(40px,5vw,48px);font-weight:700;line-height:1.02}.hero p{color:var(--text-muted);margin:22px 0 0;font-size:12px;font-weight:500;line-height:1.5}.currently{gap:5px;margin-top:16px;display:grid}.currently p{color:var(--text-muted);margin:0;font-size:12px;font-weight:500;line-height:1.5}.currently>p:first-child,.currently p span{color:var(--text-soft);font-style:italic}.currently p span{margin-right:.35em}.section{margin-top:44px}.hero+.section{margin-top:32px}.section+.section{margin-top:48px}.section-rule{background:var(--rule);width:100%;height:1px;margin-bottom:38px}.section h2{color:var(--text-soft);letter-spacing:-.01em;margin:0 0 34px;font-size:12px;font-weight:500}.experience-list{--timeline-rail-x:88px;flex-direction:column;gap:56px;display:flex;position:relative}.experience-list:before{content:"";top:.45em;bottom:0;left:var(--timeline-rail-x);background:var(--rule);width:1px;position:absolute;transform:translate(-50%)}.experience-item{color:var(--text-muted);grid-template-columns:64px 16px minmax(0,1fr);column-gap:16px;display:grid}.timeline-date{text-align:right;flex-direction:column;align-items:flex-end;gap:2px;padding-top:.1em;font-size:12px;font-weight:500;line-height:1.35;display:flex}.date-start{color:var(--text-muted)}.date-end{color:var(--text-soft)}.timeline-rail{justify-content:center;display:flex;position:relative}.timeline-dot{z-index:1;border:1px solid var(--rule);background:var(--surface);border-radius:9999px;width:9px;height:9px;margin-top:.35em;position:relative}.is-current .timeline-dot{border-color:var(--text);background:var(--text)}.experience-body h3{color:var(--text);margin:0;font-size:13px;font-weight:700;line-height:1.3}.experience-body p{color:var(--text);margin:4px 0 0;font-size:12px;font-weight:600;line-height:1.35}.experience-body p span{color:var(--text-soft);font-weight:500}.experience-body p span:before{content:" / "}.experience-body ul{gap:5px;margin:14px 0 0;padding:0 0 0 18px;list-style:none;display:grid}.experience-body li{color:var(--text-muted);font-size:12px;font-weight:500;line-height:1.45;position:relative}.experience-body li:before{content:"";background:var(--text-soft);width:9px;height:1px;position:absolute;top:.76em;left:-17px}@media (prefers-reduced-motion:no-preference){.is-current .timeline-dot:after{content:"";border:1px solid var(--text);opacity:.35;border-radius:9999px;animation:2.4s ease-out infinite timeline-pulse;position:absolute;inset:-4px}}@keyframes timeline-pulse{0%{opacity:.45;transform:scale(.85)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}.project-list{flex-direction:column;gap:36px;display:flex}.project-item{color:var(--text-muted);display:block}.project-item>span:first-child{gap:4px;display:grid}.project-item strong{color:var(--text);font-size:13px;font-weight:700;line-height:1.35}.project-item span span{font-size:12px;font-weight:500;line-height:1.45}.project-item em{color:var(--text-soft);font-size:11px;font-style:normal;font-weight:500;line-height:1.35}a.project-item:hover strong,a.project-item:focus-visible strong{color:var(--text-muted)}.site-footer{border-top:1px solid var(--rule);margin-top:58px;padding:44px 28px 62px}.site-footer p{color:var(--text-muted);text-align:right;margin:0;font-size:12px;font-weight:500}@media (width<=860px){.sidebar{border-right:0;border-bottom:1px solid var(--rule);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:100%;min-height:64px;padding:18px 24px;position:sticky;top:0}.nav-links{flex-flow:wrap;justify-content:flex-end;gap:10px 16px}.theme-toggle{top:82px;right:24px}.content{width:min(100% - 48px,640px);margin:0 auto;padding:72px 0 0}.site-footer{margin-top:48px;padding:36px 24px 52px}}@media (width<=560px){.sidebar{flex-direction:column;align-items:flex-start;gap:18px;padding:18px 16px}.nav-links{justify-content:flex-start}.theme-toggle{top:16px;right:16px}.content{width:calc(100% - 32px);padding-top:56px}.site-footer{margin-top:40px;padding:32px 16px 48px}.hero h1{font-size:38px}.section{margin-top:38px}.section+.section{margin-top:40px}.section-rule{margin-bottom:32px}.experience-list{--timeline-rail-x:8px;gap:44px}.project-list{gap:32px}.experience-item{grid-template-columns:16px minmax(0,1fr);column-gap:14px}.timeline-date{display:none}.timeline-rail{grid-area:1/1/span 2}.experience-body{grid-column:2}.experience-body:before{content:attr(data-dates);color:var(--text-soft);margin-bottom:6px;font-size:11px;font-weight:500;line-height:1.35;display:block}.experience-body p span{display:block}.experience-body p span:before{content:""}.experience-body ul{padding-left:16px}}
