:root{--bg:#0d0d1a;--bg-surface:#13131f;--bg-subtle:#1a1a2e;--bg-hover:#1f1f35;--border:#2a2a45;--text:#e8e8f4;--text-muted:#7070a0;--accent:#7c85ff;--accent-hover:#6470f5;--accent-glow:rgba(124, 133, 255, 0.15)}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-hover)}.site-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.85rem 2rem;border-bottom:1px solid var(--border);background:rgba(13,13,26,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-nav .logo{font-size:1.1rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.site-nav .nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.site-nav .nav-links a{font-size:.9rem;color:var(--text-muted);font-weight:500}.site-nav .nav-links a:hover{color:var(--text)}.container{max-width:720px;margin:0 auto;padding:3rem 2rem}.home-header{margin-bottom:3rem}.home-header h1{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin:0 0 .75rem}.home-header p{font-size:1.1rem;color:var(--text-muted);margin:0;line-height:1.7}.post-list{display:flex;flex-direction:column}.post-item{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--border)}.post-item:first-child{border-top:1px solid var(--border)}.post-item a{font-size:1.05rem;font-weight:600;color:var(--text)}.post-item a:hover{color:var(--accent)}.post-item time{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.post-header{margin-bottom:2.5rem}.post-header h1{font-size:2rem;font-weight:800;letter-spacing:-.03em;margin:0 0 .5rem;line-height:1.25}.post-meta{font-size:.85rem;color:var(--text-muted)}.post-content h2{font-size:1.35rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text)}.post-content h3{font-size:1.1rem;font-weight:700;margin:2rem 0 .75rem;color:var(--text)}.post-content p{color:var(--text-muted);line-height:1.8;margin:0 0 1.25rem}.post-content ul,.post-content ol{color:var(--text-muted);line-height:1.8;padding-left:1.5rem;margin:0 0 1.25rem}.post-content li{margin-bottom:.35rem}.post-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:3px solid var(--accent);background:var(--bg-surface);border-radius:0 8px 8px 0;color:var(--text-muted)}.post-content code{font-family:sf mono,fira code,monospace;font-size:.85em;background:var(--bg-subtle);padding:.15em .4em;border-radius:4px;color:var(--accent)}.post-content pre{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem;overflow-x:auto;margin:0 0 1.5rem}.post-content pre code{background:0 0;padding:0;color:var(--text);font-size:.85rem}.post-content img{max-width:100%;border-radius:8px;border:1px solid var(--border);margin:1rem 0}.post-content hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.tag{font-size:.78rem;font-weight:600;padding:.3rem .7rem;border-radius:6px;background:var(--bg-subtle);color:var(--text-muted);transition:color .15s,background .15s}.tag:hover{background:var(--bg-hover);color:var(--text)}.site-footer{border-top:1px solid var(--border);padding:2rem;text-align:center}.site-footer p{font-size:.8rem;color:var(--text-muted);margin:0}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:var(--text)}