@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";
:root{--bg:#0c0c0c;--bg-card:#161616;--bg-card-hover:#1a1a1a;--border:#2a2a2a;--border-hover:#3a3a3a;--text-primary:#e8e8e8;--text-secondary:#a0a0a0;--text-muted:#666;--accent:#c084fc;--accent-hover:#d8b4fe;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--max-width:860px;--radius:12px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg);min-height:100vh;font-size:1rem;line-height:1.7}.site-wrapper{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}a{color:var(--text-primary);text-decoration:none;transition:color .15s}a:hover{color:var(--accent)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;line-height:1.3}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s}.card:hover{border-color:var(--border-hover)}.tag{color:var(--accent);font-family:var(--font-mono);background:#c084fc1a;border:1px solid #c084fc26;border-radius:4px;padding:.15rem .6rem;font-size:.7rem;display:inline-block}.breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.breadcrumb a{color:var(--text-secondary)}.breadcrumb a:hover{color:var(--text-primary);text-decoration:underline}.breadcrumb-sep{color:var(--text-muted);font-size:.75rem}.breadcrumb-current{color:var(--text-primary)}.prose{color:var(--text-secondary);font-size:1.0625rem;line-height:1.85}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text-primary);font-weight:600}.prose h2{border-bottom:1px solid var(--border);margin:2.5rem 0 1rem;padding-bottom:.5rem;font-size:1.5rem}.prose h3{margin:2rem 0 .75rem;font-size:1.25rem}.prose p{color:var(--text-secondary);margin-bottom:1.5rem}.prose strong{color:var(--text-primary);font-weight:600}.prose a{color:var(--accent);text-underline-offset:3px;-webkit-text-decoration:underline #c084fc4d;text-decoration:underline #c084fc4d}.prose a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.prose ul,.prose ol{margin:1rem 0 1.5rem;padding-left:1.5rem}.prose li{color:var(--text-secondary);margin-bottom:.4rem}.prose li::marker{color:var(--text-muted)}.prose blockquote{border-left:3px solid var(--accent);background:#c084fc0a;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:.75rem 1.25rem}.prose blockquote p{color:var(--text-secondary);margin-bottom:0;font-style:italic}.prose code{font-family:var(--font-mono);color:var(--accent);background:#ffffff14;border-radius:4px;padding:.15em .4em;font-size:.88em}.prose pre{border:1px solid var(--border);border-radius:8px;margin:1.5rem 0;padding:1.25rem;font-size:.875rem;line-height:1.7;overflow-x:auto;background:#111!important}.prose pre code{color:inherit;font-size:inherit;background:0 0;padding:0}[data-rehype-pretty-code-figure] pre{border:1px solid var(--border);border-radius:8px;padding:1.25rem;background:#111!important}[data-rehype-pretty-code-figure] code{background:0 0;padding:0;font-size:.875rem;display:grid}[data-rehype-pretty-code-figure] code>[data-line]{border-left:2px solid #0000;padding:0 1rem}[data-rehype-pretty-code-figure] code>[data-line][data-highlighted-line]{border-left-color:var(--accent);background:#c084fc0f}.prose hr{background:var(--border);border:none;height:1px;margin:2.5rem 0}.prose img{border-radius:8px;max-width:100%;margin:1.5rem 0}.collapsible-trigger{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-primary);font-size:1rem;font-weight:600;font-family:var(--font-body);cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:background .15s,border-color .15s;display:flex}.collapsible-trigger:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}.collapsible-trigger svg{color:var(--text-muted);transition:transform .2s}.collapsible-content{transition:max-height .3s;overflow:hidden}.post-nav{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem;padding-top:2rem;display:grid}.post-nav-link{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.75rem;padding:1.25rem;text-decoration:none;transition:border-color .2s;display:flex}.post-nav-link:hover{border-color:var(--border-hover);color:var(--text-primary)}.post-nav-link.next{text-align:right;grid-column:2;justify-content:flex-end}.post-nav-label{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;display:block}.post-nav-title{color:var(--text-primary);font-size:.9375rem;font-weight:600}.post-nav-arrow{color:var(--text-muted);flex-shrink:0}@media (max-width:768px){.site-wrapper{padding:0 1rem}.prose{font-size:1rem}.prose pre{border-left:0;border-right:0;border-radius:0;margin-left:-1rem;margin-right:-1rem}.post-nav{grid-template-columns:1fr}.post-nav-link.next{grid-column:1}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}::selection{color:#fff;background:#c084fc4d}
