:root{--bg:#fafafa;--text:#1a1a1a;--text-muted:#666;--border:#e5e5e5;--link:#2563eb;--link-hover:#1d4ed8;--code-bg:#f4f4f5;--font:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, monospace;--max-width:60rem}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:var(--font);font-size:1rem;line-height:1.7;padding:2rem 1.5rem}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}main.container{width:100%;max-width:var(--max-width);margin:0 auto}nav{display:flex;gap:1.5rem;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}nav a{color:var(--text-muted);font-size:.9rem}nav a:hover{color:var(--text)}.home{text-align:center}.profile-img{width:120px;height:120px;border-radius:50%;margin-bottom:1rem}.name{font-size:1.75rem;font-weight:600;margin-bottom:.25rem}.info{color:var(--text-muted);margin-bottom:1.5rem}.social-links{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap}.social-links a{font-size:.9rem}.about-intro{margin-bottom:2.5rem}.about-intro h3{font-size:1.25rem;margin-bottom:1rem}.about-intro p{margin-bottom:1rem}.section{margin-bottom:2.5rem}.section h2{font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.interests-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem 1.5rem;list-style:none;margin:0;padding:0}.interest-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem}.interest-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-top:.1rem;color:var(--link);background:var(--code-bg);border:1px solid var(--border);border-radius:6px}.timeline{list-style:none;margin:0;padding:0;position:relative}.timeline::before{content:"";position:absolute;left:.4rem;top:.5rem;bottom:.5rem;width:2px;background:var(--border)}.timeline-item{position:relative;display:grid;grid-template-columns:1.25rem 1fr;gap:0 1rem;padding-bottom:1.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-marker{position:relative;z-index:1;width:.85rem;height:.85rem;margin-top:.35rem;margin-left:0;background:var(--bg);border:2px solid var(--link);border-radius:50%}.timeline-item:first-child .timeline-marker{background:var(--link)}.timeline-period{display:block;font-size:.8rem;font-variant-numeric:tabular-nums;color:var(--text-muted);margin-bottom:.2rem}.timeline-role{font-weight:600;font-size:.95rem;margin-bottom:.15rem}.timeline-company{font-size:.9rem;color:var(--text-muted)}.timeline-location{color:var(--text-muted)}.timeline-flag{font-size:1.1em;line-height:1;vertical-align:middle}.contact-info{text-align:center}.contact-info p{margin-bottom:.5rem}.contact-info p:last-child{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:0}.posts-page,.post-single{width:100%}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.5rem;font-weight:600}.posts-list{list-style:none;margin:0;padding:0;width:100%}.post-item{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;padding:.75rem 0;border-bottom:1px solid var(--border);align-items:baseline}.post-item:last-child{border-bottom:none}.post-date{color:var(--text-muted);font-size:.85rem;font-variant-numeric:tabular-nums;white-space:nowrap}.post-title{color:var(--text)}.post-title:hover{color:var(--link)}.post-single article{width:100%}#disqus_thread{max-width:100%}.post-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post-title-single{font-size:1.75rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.post-meta{color:var(--text-muted);font-size:.85rem;display:flex;flex-wrap:wrap;gap:1rem}.post-content{width:100%;max-width:100%;margin-bottom:2rem}.post-content h2{font-size:1.25rem;font-weight:600;margin:2rem 0 .75rem}.post-content h3{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.post-content p{margin-bottom:1.25rem}.post-content code{font-family:var(--font-mono);font-size:.875em;background:var(--code-bg);padding:.15rem .35rem;border-radius:3px}.post-content pre{font-family:var(--font-mono);font-size:.875rem;background:var(--code-bg);padding:1rem;border-radius:6px;overflow-x:auto;margin:1.25rem 0;border:1px solid var(--border)}.post-content pre code{background:0 0;padding:0}.post-content ul,.post-content ol{margin:1rem 0 1.25rem 1.5rem}.post-content li{margin-bottom:.35rem}.post-content blockquote{border-left:3px solid var(--border);padding-left:1rem;margin:1.25rem 0;color:var(--text-muted)}.post-content img{max-width:100%;height:auto}.post-tags{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--text-muted)}.post-tags ul{list-style:none;display:inline-flex;gap:.5rem;flex-wrap:wrap;margin:0;padding:0}.error-content{text-align:center;padding:3rem 0}.error-content h1{font-size:4rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.error-message{color:var(--text-muted);margin-bottom:1.5rem}footer{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;font-size:.85rem;color:var(--text-muted)}footer p{margin-bottom:.35rem}footer a{color:var(--text-muted)}footer a:hover{color:var(--link)}@media(max-width:640px){body{padding:1.5rem 1rem}.post-item{grid-template-columns:1fr;gap:.25rem}.post-meta{flex-direction:column;gap:.25rem}.interests-list{grid-template-columns:1fr}}