*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d0d;--surface: #141414;--border: #222;--text: #e8e8e8;--muted: #666;--accent: #e84545;--accent-dim: rgba(232, 69, 69, .12);--font: "Inter", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", "Fira Code", monospace}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg);z-index:10}.nav-brand{font-weight:700;font-size:1.1rem;letter-spacing:-.02em;color:var(--accent)}.nav-links{display:flex;gap:2rem}.nav-link{font-size:.9rem;color:var(--muted);transition:color .15s}.nav-link:hover,.nav-link.active{color:var(--text)}.main{max-width:720px;margin:0 auto;padding:3rem 1.5rem 5rem}.home-header{margin-bottom:1.5rem}.home-title{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;color:var(--accent);margin-bottom:.5rem}.home-intro{color:var(--muted);font-size:.95rem;line-height:1.7;max-width:520px}.prose img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0;display:block}.btn{display:inline-block;padding:.6rem 1.4rem;background:var(--accent);color:#fff;font-size:.9rem;font-weight:600;border-radius:6px;transition:opacity .15s}.btn:hover{opacity:.85}.page h1{font-size:1.8rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.muted{color:var(--muted)}.post-list{display:flex;flex-direction:column;gap:0}.post-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border);transition:color .15s}.post-card:first-child{border-top:1px solid var(--border)}.post-card:hover .post-title{color:var(--accent)}.post-thumb{width:72px;height:50px;object-fit:cover;border-radius:5px;border:1px solid var(--border);opacity:.85;flex-shrink:0}.post-card-body{flex:1;min-width:0}.post-date{font-size:.8rem;color:var(--muted);white-space:nowrap;flex-shrink:0}.post-title{font-size:1rem;font-weight:600;transition:color .15s}.post-desc{font-size:.875rem;color:var(--muted);margin-top:.25rem}.post-page .back{display:inline-block;font-size:.85rem;color:var(--muted);margin-bottom:1.5rem;transition:color .15s}.post-page .back:hover{color:var(--text)}.post-page h1{font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:2rem}.post-meta{margin-bottom:.5rem}.prose{color:#ccc;line-height:1.75}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text);font-weight:700;letter-spacing:-.01em;margin:2rem 0 .75rem}.prose h2{font-size:1.4rem}.prose h3{font-size:1.15rem}.prose p{margin:1rem 0}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose code{font-family:var(--mono);font-size:.875em;background:var(--surface);padding:.15em .4em;border-radius:4px;color:#f08080}.prose pre{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;overflow-x:auto;margin:1.5rem 0}.prose pre code{background:none;padding:0;color:#ccc;font-size:.875rem}.prose ul,.prose ol{padding-left:1.5rem;margin:1rem 0}.prose li{margin:.3rem 0}.prose blockquote{border-left:3px solid var(--accent);padding-left:1rem;color:var(--muted);margin:1.5rem 0}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.author-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.author-header h1{font-size:1.8rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.25rem}.author-location{font-size:.85rem;color:var(--muted);margin-bottom:1rem}.author-summary{font-size:.95rem;color:var(--muted);line-height:1.7;max-width:580px;margin-bottom:1.25rem}.author-links{display:flex;gap:1.25rem;flex-wrap:wrap}.author-links a{font-size:.85rem;color:var(--accent);transition:opacity .15s}.author-links a:hover{opacity:.75}.author-section{margin-bottom:2.5rem}.author-section h2{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.author-job{margin-bottom:1.75rem}.author-job-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.author-job-title{display:block;font-weight:600;font-size:.95rem}.author-job-company{display:block;font-size:.8rem;color:var(--muted);margin-top:.1rem}.author-job-date{font-size:.8rem;color:var(--muted);white-space:nowrap;flex-shrink:0}.author-list{padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.author-list li{font-size:.875rem;color:var(--muted);line-height:1.6}.author-projects{display:flex;flex-direction:column;gap:1rem}.author-project-name{display:block;font-weight:600;font-size:.9rem;color:var(--accent);margin-bottom:.2rem}.author-project p{font-size:.875rem;color:var(--muted)}.author-certs{padding-left:1.25rem;display:flex;flex-direction:column;gap:.35rem}.author-certs li{font-size:.875rem;color:var(--muted)}.author-skills{display:flex;flex-wrap:wrap;gap:.5rem}.author-skill{font-size:.78rem;padding:.3rem .65rem;border:1px solid var(--border);border-radius:4px;color:var(--muted);background:var(--surface)}.footer{position:fixed;bottom:0;left:0;right:0;border-top:1px solid var(--border);background:var(--bg);padding:.75rem 2rem;z-index:10}.footer-inner{max-width:720px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-brand{font-size:.75rem;color:var(--muted)}.footer-links{display:flex;gap:1.25rem}.footer-links a{font-size:.75rem;color:var(--muted);transition:color .15s}.footer-links a:hover{color:var(--text)}@media (max-width: 600px){.navbar{padding:1rem}.nav-links{gap:1.25rem}.post-thumb{display:none}.footer-inner{flex-direction:column;align-items:flex-start;gap:.5rem}}
