@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&display=swap");:root{--bg: #ffffff;--fg: #1a1a1a;--secondary: #666666;--accent: #2563eb;--border: #e5e7eb;--code-bg: #f8fafc;--card-bg: #f9fafb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:var(--fg);background:var(--bg);font-size:18px}.container{max-width:800px;margin:0 auto;padding:2rem 1.5rem}header{border-bottom:1px solid var(--border);margin-bottom:3rem}.nav-container{max-width:800px;margin:0 auto;padding:1.5rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:700;color:var(--fg);text-decoration:none}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--secondary);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--accent)}h1,h2,h3,h4,h5,h6{line-height:1.3;margin:2rem 0 1rem;font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin:1rem 0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.hero{text-align:center;padding:3rem 0}.hero h1{margin:0;font-size:3rem}.hero .lead{font-size:1.25rem;color:var(--secondary);margin-top:1rem}.recent-posts,.posts-list{margin-top:3rem}.recent-posts>h2,.posts-list>h2{margin-top:0;margin-bottom:2rem}.post-preview{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.post-preview:last-child{border-bottom:none}.post-preview h2,.post-preview h3{margin:0 0 .5rem}.post-preview h2 a,.post-preview h3 a{color:var(--fg)}.post-preview h2 a:hover,.post-preview h3 a:hover{color:var(--accent);text-decoration:none}.post-preview p{color:var(--secondary);margin-top:.5rem}.post-meta{color:var(--secondary);font-size:.9rem;margin:.5rem 0}.post-meta span{margin-left:.5rem}.view-all{display:inline-block;margin-top:1rem;color:var(--accent);font-weight:500}.post .post-header{margin-bottom:2rem}.post .post-header h1{margin:0 0 .5rem}.post .post-content{font-family:"Source Serif 4",Georgia,"Times New Roman",serif;font-size:1.125rem;line-height:1.75}.post .post-content p{margin:1.25rem 0}.post .post-content img,.post .post-content svg{max-width:100%;height:auto;display:block;margin:2rem auto}.post .post-content svg{background:var(--card-bg);padding:1rem;border-radius:8px}.tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.tag{background:var(--card-bg);color:var(--secondary);padding:.25rem .75rem;border-radius:4px;font-size:.85rem;border:1px solid var(--border)}pre{background:var(--code-bg) !important;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;border:1px solid var(--border)}code{font-family:"SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,monospace;font-size:.9em}p code,li code{background:var(--code-bg);padding:.2rem .4rem;border-radius:4px;border:1px solid var(--border)}.post-navigation{display:flex;justify-content:space-between;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.post-navigation a{color:var(--accent)}.post-navigation a.prev{margin-right:auto}.post-navigation a.next{margin-left:auto}footer{border-top:1px solid var(--border);margin-top:4rem;padding:2rem 0;text-align:center;color:var(--secondary);font-size:.9rem}footer p{margin:.5rem 0}footer a{color:var(--secondary)}footer a:hover{color:var(--accent)}@media (max-width: 768px){body{font-size:16px}.hero h1{font-size:2rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.nav-links{gap:1rem}}ul,ol{margin:1.25rem 0;padding-left:1.5rem}li{margin:.5rem 0}