:root{--bg:#F7F5F2;--bg-secondary:#FFFFFF;--text:#1A1A1A;--text-muted:#6B6B6B;--accent:#2B4AFF;--accent-hover:#1A35CC;--accent-warm:#E8590C;--border:#E2DED8;--link:#2B4AFF;--link-hover:#1A35CC;--code-bg:#EDEAE5;--card-bg:#FFFFFF;--font-body:'Source Serif 4', Georgia, serif;--font-heading:'DM Sans', system-ui, sans-serif;--font-mono:'JetBrains Mono', monospace;--radius:6px;--transition:0.2s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);line-height:1.7;min-height:100vh;display:flex;flex-direction:column;background-image:radial-gradient(circle,var(--border) 1px,transparent 1px);background-size:28px 28px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text);line-height:1.3;margin-top:1.5em;margin-bottom:.5em;font-weight:700}h1{font-size:1.75rem}h2{font-size:1.4rem}h3{font-size:1.15rem}p{margin-bottom:1em}a{color:var(--link);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--link-hover);text-decoration:underline}strong{font-weight:600}.container{max-width:820px;margin:0 auto;padding:0 1.5rem;width:100%}main{flex:1;padding:2rem 0}.site-header{padding:.75rem 0;background:var(--bg);background-image:none}.site-header .container{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}.breadcrumb{margin-right:auto;font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--text);text-decoration:none}.breadcrumb-sep{margin:0 .35rem;opacity:.4}.site-nav{display:flex;gap:1.5rem;list-style:none}.site-nav a{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);text-decoration:none}.site-nav a:hover{color:var(--text);text-decoration:none}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0;text-align:center;font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);background:var(--bg);background-image:none}.hero{padding:4rem 0 3rem}.hero-name{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--text);margin:0 0 .5rem;line-height:1.2}.hero-bio{font-size:1.15rem;color:var(--text-muted);max-width:520px;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1.25rem}.social-links a{color:var(--text-muted);transition:color var(--transition);display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.8rem}.social-links a:hover{color:var(--accent);text-decoration:none}.social-links svg{width:18px;height:18px;fill:currentColor}.home-section{padding:2rem 0 3rem}.home-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem;border-bottom:1px solid var(--border);padding-bottom:.75rem}.home-section-header h2{font-size:1.1rem;margin:0;font-weight:700;letter-spacing:-.01em}.home-section-header a{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted)}.home-section-header a:hover{color:var(--accent)}.project-list{list-style:none}.project-item{padding:1.1rem 0;border-bottom:1px solid var(--border);display:flex;gap:1rem;align-items:flex-start}.project-item:first-child{padding-top:0}.project-item-icon{width:36px;height:36px;flex-shrink:0;color:var(--accent);margin-top:2px}.project-item-icon svg{width:100%;height:100%}.project-item-body{flex:1;min-width:0}.project-item-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.project-item-title{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--text);text-decoration:none}a.project-item-title:hover{color:var(--accent);text-decoration:none}.project-item-links{display:flex;gap:.5rem;font-family:var(--font-mono);font-size:.72rem;flex-shrink:0}.project-item-links a{color:var(--accent);padding:.15rem .5rem;border:1px solid var(--border);border-radius:3px;transition:border-color var(--transition),background var(--transition),color var(--transition)}.project-item-links a:hover{border-color:var(--accent);background:var(--accent);color:#fff;text-decoration:none}.project-item-summary{color:var(--text-muted);font-size:.9rem;margin-top:.2rem;line-height:1.5}.section-header{margin-bottom:2rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.section-header h1{margin:0;font-size:1.5rem}.post-list{list-style:none}.post-list li{padding:1.15rem 0;border-bottom:1px solid var(--border)}.post-list li:first-child{padding-top:0}.post-list a{text-decoration:none;display:flex;align-items:flex-start;gap:1rem}.post-list a:hover .post-title{color:var(--accent)}.post-item-icon{width:36px;height:36px;flex-shrink:0;color:var(--accent);margin-top:2px}.post-item-icon svg{width:100%;height:100%}.post-item-body{flex:1;min-width:0}.post-date{font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted)}.post-title{color:var(--text);font-family:var(--font-heading);font-size:1.05rem;font-weight:600;margin-top:.15rem;transition:color var(--transition)}.post-summary{color:var(--text-muted);font-size:.88rem;margin-top:.25rem;line-height:1.5}.post-header{margin-bottom:2.5rem}.post-header h1{margin:0 0 .5rem;font-size:2rem}.post-meta{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted)}.post-content{line-height:1.85;font-size:1.05rem}.post-content h2,.post-content h3{margin-top:2.25em}.post-content ul,.post-content ol{margin-bottom:1em;padding-left:1.5rem}.post-content li{margin-bottom:.3em}.post-content img{max-width:100%;height:auto;border-radius:var(--radius)}.post-content blockquote{border-left:3px solid var(--accent);padding-left:1.25rem;color:var(--text-muted);margin:1.5em 0;font-style:italic}code{font-family:var(--font-mono);font-size:.85em;background:var(--code-bg);padding:.15em .4em;border-radius:3px}pre{background:var(--code-bg)!important;border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem;overflow-x:auto;margin:1.5em 0;line-height:1.55}pre code{background:0 0;padding:0;font-size:.85rem}@media(max-width:600px){.site-header .container{flex-direction:column;align-items:flex-start;gap:.5rem}.hero{padding:2.5rem 0 2rem}.hero-name{font-size:1.85rem}.hero-bio{font-size:1rem}.project-item-header{flex-direction:column;gap:.25rem}.social-links{flex-wrap:wrap}}.cv-header{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.cv-name{font-family:var(--font-heading);font-size:2rem;margin:0 0 .25rem}.cv-title{font-family:var(--font-mono);font-size:.95rem;color:var(--accent);margin-bottom:.75rem}.cv-about{color:var(--text-muted);font-size:1rem;line-height:1.6;margin:0 0 .75rem}.cv-section{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.cv-section:last-child{border-bottom:none;margin-bottom:0}.cv-section-label{font-family:var(--font-mono);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 1rem}.cv-skill-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.cv-skill-category{font-family:var(--font-mono);font-size:.78rem;font-weight:500;color:var(--text-muted);margin:0 0 .5rem}.cv-chips{display:flex;flex-wrap:wrap;gap:.5rem}.cv-chip{font-family:var(--font-mono);font-size:.78rem;padding:.2rem .6rem;border-radius:3px}.cv-chip--primary{border:1px solid var(--accent);color:var(--accent)}.cv-areas{list-style:none;padding:0}.cv-areas li{position:relative;padding-left:1rem;font-size:.92rem;color:var(--text);line-height:1.6;margin-bottom:.3em}.cv-strength-key{font-family:var(--font-heading);color:var(--accent-warm);font-weight:600}.cv-strength-key::after{content:" —";font-weight:400;color:var(--text-muted)}.cv-areas li::before{content:"·";position:absolute;left:0;color:var(--accent);font-weight:700}.cv-entry{margin-bottom:1.5rem}.cv-entry:last-child{margin-bottom:0}.cv-entry-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.cv-entry-org{display:flex;align-items:baseline;gap:.5rem}.cv-entry-company{font-family:var(--font-heading);font-weight:600;font-size:1.05rem}.cv-entry-location{font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted)}.cv-entry-dates{font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted);white-space:nowrap}.cv-entry-role{font-size:.95rem;color:var(--accent-warm);font-weight:500;margin:.15rem 0 .5rem}.cv-highlights{list-style:none;padding:0}.cv-highlights li{position:relative;padding-left:1rem;font-size:.92rem;line-height:1.6;margin-bottom:.3em;color:var(--text)}.cv-highlights li::before{content:"·";position:absolute;left:0;color:var(--accent);font-weight:700}@media(max-width:600px){.cv-name{font-size:1.6rem}.cv-skill-grid{grid-template-columns:1fr}.cv-entry-header{flex-direction:column;gap:0}.cv-entry-dates{margin-bottom:.15rem}}.print-only{visibility:hidden;display:none!important}@media print{.no-print{visibility:hidden;display:none}.print-only{visibility:visible;display:inline-flex!important}}.bg{color:#272822;background-color:#fafafa}.chroma{color:#272822;background-color:#fafafa;-webkit-text-size-adjust:none}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#e1e1e1}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#00a8c8}.chroma .kc{color:#00a8c8}.chroma .kd{color:#00a8c8}.chroma .kn{color:#f92672}.chroma .kp{color:#00a8c8}.chroma .kr{color:#00a8c8}.chroma .kt{color:#00a8c8}.chroma .n{color:#111}.chroma .na{color:#75af00}.chroma .nc{color:#75af00}.chroma .no{color:#00a8c8}.chroma .nd{color:#75af00}.chroma .ni{color:#111}.chroma .ne{color:#75af00}.chroma .nl{color:#111}.chroma .nn{color:#111}.chroma .nx{color:#75af00}.chroma .py{color:#111}.chroma .nt{color:#f92672}.chroma .nb{color:#111}.chroma .bp{color:#111}.chroma .nv{color:#111}.chroma .vc{color:#111}.chroma .vg{color:#111}.chroma .vi{color:#111}.chroma .vm{color:#111}.chroma .nf{color:#75af00}.chroma .fm{color:#75af00}.chroma .l{color:#ae81ff}.chroma .ld{color:#d88200}.chroma .s{color:#d88200}.chroma .sa{color:#d88200}.chroma .sb{color:#d88200}.chroma .sc{color:#d88200}.chroma .dl{color:#d88200}.chroma .sd{color:#d88200}.chroma .s2{color:#d88200}.chroma .se{color:#8045ff}.chroma .sh{color:#d88200}.chroma .si{color:#d88200}.chroma .sx{color:#d88200}.chroma .sr{color:#d88200}.chroma .s1{color:#d88200}.chroma .ss{color:#d88200}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .p{color:#111}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .ge{font-style:italic}.chroma .gs{font-weight:700}