:root,[data-theme=light]{--text: #1a1a1a;--text-muted: #666;--bg: #fff;--link: #1a1a1a;--link-hover: #555;--border: #e0e0e0;--code-bg: #f5f5f5;--content-width: 640px;--sidebar-width: 200px;--viz-accent: #2a78d6;--viz-accent-2: #1baf7a;--viz-wash: rgba(42, 120, 214, .1)}[data-theme=dark]{--text: #e0e0e0;--text-muted: #999;--bg: #111;--link: #e0e0e0;--link-hover: #aaa;--border: #333;--code-bg: #1a1a1a;--viz-accent: #3987e5;--viz-accent-2: #199e70;--viz-wash: rgba(57, 135, 229, .14)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.7;color:var(--text);background:var(--bg)}.site-layout{display:flex;max-width:calc(var(--sidebar-width) + var(--content-width) + 4rem);margin:0 auto;padding:2rem 1.5rem;gap:3rem}.site-content{flex:1;max-width:var(--content-width);min-width:0}.sidebar{width:var(--sidebar-width);flex-shrink:0;position:sticky;top:2rem;align-self:flex-start}.sidebar-avatar img{width:80px;height:80px;border-radius:50%;display:block;margin-bottom:.75rem}.sidebar-name{font-weight:600;font-size:1rem;text-decoration:none;color:var(--text);display:block;margin-bottom:.25rem}.sidebar-tagline{color:var(--text-muted);font-size:.85rem;margin-bottom:1.5rem;line-height:1.4}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.sidebar-nav a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.sidebar-nav a:hover{color:var(--text)}.sidebar-links{display:flex;flex-direction:row;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.sidebar-links a,.sidebar-links button{color:var(--text-muted);text-decoration:none;display:flex;align-items:center}.sidebar-links a:hover,.sidebar-links button:hover{color:var(--text)}.theme-toggle{background:none;border:none;cursor:pointer;padding:0;font-size:0}[data-theme=dark] .icon-moon,[data-theme=light] .icon-sun,:root:not([data-theme]) .icon-sun{display:none}[data-theme=dark] .icon-sun,[data-theme=light] .icon-moon,:root:not([data-theme]) .icon-moon{display:block}@media(max-width:768px){.site-layout{flex-direction:column;gap:1.5rem}.sidebar{width:100%;position:static;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.sidebar-avatar img{width:48px;height:48px;margin-bottom:0}.sidebar-name{margin-bottom:0}.sidebar-tagline{display:none}.sidebar-links{width:auto;margin-top:0;padding-top:0;border-top:none}.sidebar-nav{flex-direction:row;gap:1rem;width:100%}}.home h1{font-size:1.6rem;margin-bottom:.5rem}.tagline{color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem}h2{font-size:1.1rem;margin-bottom:1rem;font-weight:600}.post-list{list-style:none}.post-list li{display:flex;gap:1rem;align-items:baseline;margin-bottom:.5rem}.post-list time{color:var(--text-muted);font-size:.85rem;white-space:nowrap;font-variant-numeric:tabular-nums}.post-list a{color:var(--link);text-decoration:none}.post-list a:hover{color:var(--link-hover)}.post-header{margin-bottom:2rem}.post-header h1{font-size:1.8rem;line-height:1.3;margin-bottom:.5rem}.post-header time{color:var(--text-muted);font-size:.9rem}.post-content h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.75rem}.post-content h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}.post-content p{margin-bottom:1.2rem}.post-content a{color:var(--link)}.post-content ul,.post-content ol{margin-bottom:1.2rem;padding-left:1.5rem}.post-content li{margin-bottom:.3rem}.post-content blockquote{border-left:3px solid var(--border);padding-left:1rem;color:var(--text-muted);margin-bottom:1.2rem;font-style:italic}.post-content code{font-family:SF Mono,Fira Code,Fira Mono,Menlo,monospace;font-size:.9em;background:var(--code-bg);padding:.15em .35em;border-radius:3px}.post-content pre{background:var(--code-bg);padding:1rem;border-radius:5px;overflow-x:auto;margin-bottom:1.2rem}.post-content pre code{background:none;padding:0;font-size:.85em}.post-content table{width:100%;border-collapse:collapse;font-size:.85rem;line-height:1.5;margin:1.5rem 0}.post-content th{text-align:left;padding:.5rem .9rem .5rem 0;border-bottom:2px solid var(--border);color:var(--text-muted);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.post-content td{padding:.5rem .9rem .5rem 0;border-bottom:1px solid var(--border);vertical-align:top}.post-content th:last-child,.post-content td:last-child{padding-right:0}.post-content td code{font-size:.85em;white-space:nowrap}.post-content img{max-width:100%;height:auto;border-radius:5px}.post-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0}figure.viz{margin:2rem 0}figure.viz svg{display:block;width:100%;height:auto}figure.viz figcaption{color:var(--text-muted);font-size:.85rem;margin-top:.6rem;line-height:1.5}figure.viz text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;fill:var(--text)}figure.viz text.mut{fill:var(--text-muted)}figure.viz text.mono{font-family:SF Mono,Fira Code,Fira Mono,Menlo,monospace}footer{margin-top:4rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem}
