:root{--bg:#0d1117;--bg-soft:#161b22;--bg-inset:#010409;--border:#30363d;--text:#c9d1d9;--text-dim:#8b949e;--text-bright:#f0f6fc;--accent:#ffd24a;--accent-2:#58a6ff;--green:#3fb950;--red:#f85149;--radius:8px;--mono:"JetBrains Mono","Fira Code","SF Mono",ui-monospace,Menlo,Monaco,"Cascadia Code",Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--mono);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--accent-2);text-decoration:none}a:hover{text-decoration:underline}::selection{background:var(--accent);color:#000}.container{max-width:760px;margin:0 auto;padding:0 20px}.site-header{border-bottom:1px solid var(--border);background:rgba(13,17,23,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:60px}.logo{font-weight:700;font-size:18px;color:var(--text-bright)}.logo:hover{text-decoration:none}.logo .prompt{color:var(--green)}.logo .cursor,.logo .name{color:var(--accent)}.logo .cursor{animation:blink 1.1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.nav{display:flex;gap:20px}.nav a{color:var(--text-dim)}.nav a:hover{color:var(--text-bright);text-decoration:none}.hero{padding:56px 0 32px;border-bottom:1px solid var(--border);margin-bottom:36px}.hero h1{font-size:30px;margin:0 0 10px;color:var(--text-bright)}.hero p{color:var(--text-dim);margin:0;max-width:600px}.hero .comment{color:var(--green);font-size:14px;margin-bottom:8px}.post-list{list-style:none;padding:0;margin:0 0 48px}.post-item{padding:22px 0;border-bottom:1px solid var(--border)}.post-item:last-child{border-bottom:none}.post-item h2{font-size:19px;margin:0 0 6px}.post-item h2 a{color:var(--text-bright)}.post-item h2 a:hover{color:var(--accent);text-decoration:none}.post-meta{font-size:13px;color:var(--text-dim);display:flex;gap:14px;flex-wrap:wrap;margin-bottom:8px}.post-excerpt{color:var(--text);margin:0}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.tag{font-size:12px;color:var(--accent);background:rgba(255,210,74,.08);border:1px solid rgba(255,210,74,.25);padding:2px 8px;border-radius:999px}.article{padding-bottom:64px}.article-header{margin-bottom:32px}.article-header h1{font-size:32px;line-height:1.3;margin:8px 0 12px;color:var(--text-bright)}.back-link{font-size:13px;color:var(--text-dim)}.prose{font-size:16px}.prose h2{font-size:22px;margin:40px 0 14px;border-bottom:1px solid var(--border);padding-bottom:8px}.prose h2,.prose h3{color:var(--text-bright)}.prose h3{font-size:18px;margin:30px 0 12px}.prose p{margin:16px 0}.prose a{text-decoration:underline}.prose ol,.prose ul{padding-left:24px}.prose li{margin:6px 0}.prose blockquote{border-left:3px solid var(--accent);margin:20px 0;padding:4px 18px;color:var(--text-dim);background:var(--bg-soft);border-radius:0 var(--radius) var(--radius) 0}.prose img{max-width:100%;border-radius:var(--radius)}.prose hr{border:none;border-top:1px solid var(--border);margin:32px 0}.prose table{border-collapse:collapse;width:100%;margin:20px 0;font-size:14px}.prose td,.prose th{border:1px solid var(--border);padding:8px 12px;text-align:left}.prose code,.prose th{background:var(--bg-soft)}.prose code{font-family:var(--mono);border:1px solid var(--border);border-radius:4px;padding:1px 6px;font-size:.88em;color:var(--accent)}.prose pre{background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;overflow-x:auto;margin:20px 0;font-size:14px;line-height:1.6}.prose pre code{background:none;border:none;padding:0;color:var(--text);font-size:inherit}.site-footer{border-top:1px solid var(--border);padding:28px 0;color:var(--text-dim);font-size:13px}.site-footer .inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.site-footer a{color:var(--text-dim)}.hljs-comment,.hljs-quote{color:#8b949e;font-style:italic}.hljs-keyword,.hljs-selector-tag{color:#ff7b72}.hljs-doctag,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-function .hljs-title,.hljs-section,.hljs-title{color:#d2a8ff}.hljs-built_in,.hljs-class .hljs-title,.hljs-type{color:#ffa657}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-number,.hljs-template-variable,.hljs-variable{color:#79c0ff}.hljs-name,.hljs-selector-class,.hljs-selector-id{color:#7ee787}.hljs-bullet,.hljs-meta,.hljs-symbol{color:#ffa657}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}