:root{color-scheme:light;--bg:#fafafa;--surface:#f0f0f0;--surface-hover:#e4e4e4;--text:#1d1d1f;--muted:#676767;--line:#e3e3e3;--max:720px}:root[data-theme=dark]{color-scheme:dark;--bg:#171717;--surface:#2a2a2a;--surface-hover:#333;--text:#f2f2f2;--muted:#ababab;--line:#333}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh;margin:0;line-height:1.65}body.home{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}a{color:inherit;text-underline-offset:.22em}svg{width:1.2em;height:1.2em;display:block}.site-header,.site-footer,.page{width:min(var(--max), calc(100% - 40px));margin-inline:auto}.site-header{justify-content:space-between;align-items:center;gap:24px;padding:24px 0;display:flex}.brand{color:var(--text);font-size:1.08rem;font-weight:760;text-decoration:none}.theme-button{width:32px;height:32px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;padding:0;display:inline-grid}.theme-button:hover{background:var(--surface)}.theme-button svg{width:18px;height:18px}.theme-icon{display:none}:root:not([data-theme=dark]) .theme-icon-moon,:root[data-theme=dark] .theme-icon-sun{display:block}.site-footer{color:var(--muted);justify-content:center;gap:8px;padding:32px 0 24px;font-size:.85rem;display:flex}.profile-page{place-items:center;min-height:calc(100vh - 160px);padding:40px 20px 72px;display:grid}.profile-card{text-align:center;justify-items:center;width:min(100%,560px);display:grid}.avatar-mark{width:176px;height:176px;color:var(--text)}.avatar-mark svg{width:100%;height:100%}.circuit-bg{fill:color-mix(in srgb, var(--surface) 74%, var(--bg));stroke:var(--line);stroke-width:2px}.circuit-grid path,.circuit-signal{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.circuit-grid path{stroke-width:2px;opacity:.12}.circuit-signal{stroke-width:3px;stroke-dasharray:18 42;stroke-dashoffset:0;opacity:.52;animation:2.4s linear infinite circuit-flow}.signal-b{animation-delay:-.55s}.signal-c{animation-delay:-.95s}.signal-d{animation-delay:-1.35s}.signal-e{animation-delay:-1.75s}.circuit-k{fill:none;stroke:currentColor;stroke-width:10px;stroke-linecap:round;stroke-linejoin:round}.circuit-k-arm{stroke-width:11px}.k-signal{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;opacity:.9;filter:url(#signal-glow)}.k-signal-stem{stroke-width:5px;stroke-dasharray:14 74;animation:2.2s linear infinite k-signal-flow}.k-signal-arm{stroke-width:5px;stroke-dasharray:18 106;animation:2.2s linear -.7s infinite k-signal-flow}.circuit-nodes circle{fill:currentColor;transform-box:fill-box;transform-origin:50%;animation:2.8s ease-in-out infinite node-pulse}.circuit-nodes circle:nth-child(2){animation-delay:.35s}.circuit-nodes circle:nth-child(3){animation-delay:.7s}.circuit-nodes circle:nth-child(4){animation-delay:1.05s}.circuit-nodes circle:nth-child(5){animation-delay:1.4s}.circuit-nodes circle:nth-child(6){animation-delay:1.75s}h1,h2,h3,p{margin-top:0}.profile-card h1{margin:22px 0 2px;font-size:clamp(2.2rem,5vw,3.2rem);line-height:1.08}.role{color:var(--text);margin-bottom:16px;font-size:1.12rem}.profile-description{max-width:520px;color:var(--muted);margin-bottom:20px;font-size:1rem}.social-links{justify-content:center;align-items:center;gap:18px;margin:2px 0 22px;display:flex}.social-links a{color:var(--text);text-decoration:none}.social-links a:hover{color:var(--muted)}.social-links svg{width:25px;height:25px}.profile-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.profile-actions a{background:var(--surface);min-height:42px;color:var(--text);border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:1rem;font-weight:520;text-decoration:none;display:inline-flex}.profile-actions a:hover{background:var(--surface-hover)}.profile-actions svg{width:15px;height:15px}.page{padding:56px 0 72px}.page-header{margin-bottom:48px}.eyebrow{color:var(--muted);margin-bottom:8px;font-size:.9rem}.page h1,.prose h1{margin-bottom:14px;font-size:clamp(2.1rem,5vw,3.4rem);line-height:1.12}.lead{max-width:620px;color:var(--muted);font-size:1.05rem}.list{border-top:1px solid var(--line);gap:0;display:grid}.list-row,.project-row{border-bottom:1px solid var(--line);color:var(--text);grid-template-columns:120px minmax(0,1fr);gap:22px;padding:22px 0;text-decoration:none;display:grid}.list-row time,.project-row .meta,.tags,.muted{color:var(--muted)}.list-row h2,.project-row h2{margin-bottom:4px;font-size:1.1rem;line-height:1.35}.list-row p,.project-row p{color:var(--muted);margin-bottom:0}.project-link{color:var(--muted);margin-top:10px;font-size:.88rem;display:inline-block}.tags{flex-wrap:wrap;gap:8px;margin-top:12px;font-size:.88rem;display:flex}.tag+.tag:before{content:"/";color:var(--line);margin-right:8px}.prose{max-width:720px}.prose .post-meta{color:var(--muted);margin-bottom:10px;font-size:.95rem}.prose .tags{border-bottom:1px solid var(--line);margin:18px 0 34px;padding-bottom:24px}.prose h2{margin-top:42px;font-size:1.4rem}.prose p,.prose li{color:var(--text)}.prose code{background:var(--surface);border-radius:5px;padding:.14em .34em}@keyframes k-signal-flow{0%{stroke-dashoffset:100px}to{stroke-dashoffset:-100px}}@keyframes circuit-flow{to{stroke-dashoffset:-60px}}@keyframes node-pulse{0%,to{opacity:.42;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.circuit-signal,.circuit-nodes circle{animation:none}.circuit-nodes circle{opacity:1;transform:none}}@media (width<=640px){.site-header{gap:14px}.profile-page{place-items:start center;padding-top:56px}.avatar-mark{width:148px;height:148px}.list-row,.project-row{grid-template-columns:1fr;gap:6px}}
