:root{--bg: #0a0e14;--bg-card: #131820;--bg-card-hover: #18212c;--border: #212834;--text: #cdd6e0;--text-hi: #e6edf3;--text-muted: #636d7b;--accent: #58a6ff;--accent-hover: #79b8ff;--accent-dim: #1f6feb;--accent-glow: rgba(88, 166, 255, .08);--code-bg: #0a0e14;--tag-bg: rgba(88, 166, 255, .08);--tag-text: #58a6ff;--radius: 6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.75;max-width:46rem;margin:0 auto;padding:2.5rem 1.5rem 3rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header{padding-bottom:2rem;margin-bottom:2.5rem;border-bottom:1px solid var(--border)}.logo{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--text-hi);text-decoration:none}.logo:hover{color:var(--accent-hover)}.logo-accent{color:var(--accent)}.tagline{color:var(--text-muted);font-size:.925rem;margin-top:.25rem;font-weight:400}nav{margin-top:1rem;display:flex;gap:1.5rem}nav a{color:var(--text-muted);text-decoration:none;font-size:.925rem;font-weight:500;padding-bottom:2px;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}nav a:hover,nav a.active{color:var(--text-hi);border-bottom-color:var(--accent)}article{margin-bottom:3rem}article h2{font-size:1.6rem;margin:2rem 0 .75rem;color:var(--text-hi);font-weight:700;letter-spacing:-.01em;line-height:1.3}article h2:first-child{margin-top:0}article h3{font-size:1.2rem;margin:1.5rem 0 .5rem;color:var(--text-hi);font-weight:600}article p{margin:.85rem 0}article a{color:var(--accent);text-decoration:none;transition:color .15s}article a:hover{color:var(--accent-hover);text-decoration:underline}article ul,article ol{margin:.6rem 0 .6rem 1.5rem}article li{margin:.35rem 0}article li::marker{color:var(--text-muted)}article strong{color:var(--text-hi);font-weight:600}article table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}article th{text-align:left;font-weight:600;color:var(--text-hi);border-bottom:2px solid var(--border);padding:.5rem .75rem;background:var(--bg-card)}article td{padding:.5rem .75rem;border-bottom:1px solid var(--border)}article tr:hover td{background:var(--bg-card-hover)}article pre{background:var(--code-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.05rem 1.25rem;overflow-x:auto;font-size:.85rem;line-height:1.55;margin:1rem 0}article code{font-family:JetBrains Mono,Fira Code,Cascadia Code,SF Mono,monospace;font-size:.88em}article :not(pre)>code{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:.15em .45em;color:var(--accent);font-size:.88em}article blockquote{border-left:3px solid var(--accent-dim);padding:.5rem 1rem;color:var(--text-muted);margin:1.25rem 0;background:var(--bg-card);border-radius:0 var(--radius) var(--radius) 0}article blockquote p{margin:.25rem 0}article hr{border:0;height:1px;background:var(--border);margin:2rem 0}.post-header{margin-bottom:1.5rem}.post-date{color:var(--text-muted);font-size:.875rem;margin-bottom:.5rem}.tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.tag{display:inline-block;background:var(--tag-bg);color:var(--tag-text);font-size:.75rem;font-weight:500;padding:.2em .65em;border-radius:999px;text-decoration:none;transition:background .15s;letter-spacing:.01em}.tag:hover{background:#58a6ff29;text-decoration:none}.post-list{list-style:none}.post-list li{padding:1.25rem 0;border-bottom:1px solid var(--border)}.post-list li:first-child{padding-top:0}.post-list li a{color:var(--text-hi);text-decoration:none;font-size:1.15rem;font-weight:600;transition:color .15s}.post-list li a:hover{color:var(--accent-hover)}.post-list .date{color:var(--text-muted);font-size:.8rem;display:block;margin-top:.3rem}.section-title{font-size:1.05rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}footer{border-top:1px solid var(--border);padding-top:2rem;margin-top:4rem;color:var(--text-muted);font-size:.85rem;text-align:center}footer p{margin:.3rem 0}footer a{color:var(--accent);text-decoration:none}footer a:hover{text-decoration:underline}footer .footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.empty-state{text-align:center;padding:3rem 0;color:var(--text-muted)}
