:root{--bg-primary:#0a0a0a;--bg-secondary:#111111;--bg-card:#161616;--bg-card-hover:#1a1a1a;--accent-600:#d4362f;--accent-500:#e6423f;--accent-400:#f06b5a;--accent-300:#f7a08e;--text-primary:#f0f0f0;--text-secondary:#a0a0a0;--text-muted:#666666;--border:#222222;--border-hover:#333333;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", ui-monospace, monospace;--max-width:800px;--radius:12px;--radius-sm:8px;--transition:0.3s ease}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.7;min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent-400);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent-300)}img{max-width:100%;height:auto;border-radius:var(--radius-sm)}.site-wrapper{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{padding:1.5rem 0;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.site-header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.site-brand{font-size:1.1rem;font-weight:700;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;gap:.5rem}.site-brand:hover{color:var(--text-primary)}.site-brand svg{width:22px;height:22px}.site-brand .accent{color:var(--accent-500)}.site-nav{display:flex;gap:1.25rem;list-style:none}.site-nav a{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color var(--transition)}.site-nav a:hover{color:var(--text-primary)}.site-footer{padding:2.5rem 1.5rem;border-top:1px solid var(--border);text-align:center;margin-top:4rem}.site-footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--text-primary);font-size:.95rem;text-decoration:none}.footer-brand:hover{color:var(--text-primary)}.footer-brand svg{width:22px;height:22px}.footer-brand em{color:var(--accent-500);font-style:normal}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{color:var(--text-muted);font-size:.85rem;transition:color var(--transition)}.footer-links a:hover{color:var(--text-secondary)}.footer-copy{font-size:.8rem;color:var(--text-muted)}.post-list{display:flex;flex-direction:column;gap:1rem}.post-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color var(--transition),background var(--transition);text-decoration:none;display:block;color:inherit}.post-card:hover{border-color:var(--border-hover);background:var(--bg-card-hover);color:inherit}.post-card-title{font-size:1.15rem;font-weight:600;margin-bottom:.35rem;color:var(--text-primary)}.post-card-meta{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.post-card-summary{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.post-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.tag-pill{display:inline-flex;align-items:center;padding:.2rem .65rem;background:rgba(230,66,63,.1);border:1px solid rgba(230,66,63,.2);border-radius:100px;font-size:.75rem;font-weight:500;color:var(--accent-400);transition:background var(--transition),border-color var(--transition)}.tag-pill:hover{background:rgba(230,66,63,.15);border-color:rgba(230,66,63,.35);color:var(--accent-300)}.page-heading{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.page-description{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.post-container{display:flex;gap:2.5rem}.post-content{flex:1;min-width:0}.post-header{margin-bottom:2rem}.post-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.post-meta{font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:.75rem}.draft-label{display:inline-flex;padding:.15rem .5rem;background:rgba(230,66,63,.15);border-radius:4px;font-size:.7rem;font-weight:600;color:var(--accent-400);text-transform:uppercase;letter-spacing:.05em}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:var(--text-primary);margin-top:2rem;margin-bottom:.75rem;line-height:1.3}.post-body h2{font-size:1.5rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.post-body h3{font-size:1.25rem}.post-body h4{font-size:1.1rem}.post-body p{margin-bottom:1.25rem}.post-body ul,.post-body ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-body li{margin-bottom:.35rem}.post-body blockquote{border-left:3px solid var(--accent-500);padding:.75rem 1rem;margin:1.25rem 0;background:var(--bg-card);border-radius:0 var(--radius-sm)var(--radius-sm)0;color:var(--text-secondary)}.post-body blockquote p:last-child{margin-bottom:0}.post-body hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.post-body table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}.post-body th,.post-body td{padding:.6rem .75rem;border:1px solid var(--border);text-align:left}.post-body th{background:var(--bg-card);font-weight:600}.post-body td{background:var(--bg-secondary)}.post-body code{font-family:var(--font-mono);font-size:.85em;background:var(--bg-card);padding:.15em .4em;border-radius:4px;border:1px solid var(--border)}.post-body pre{margin:1.25rem 0;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);overflow-x:auto;line-height:1.5}.post-body pre code{background:0 0;padding:0;border:none;font-size:.85rem}.highlight{margin:1.25rem 0;border-radius:var(--radius-sm);overflow:hidden}.highlight pre{margin:0;border-radius:var(--radius-sm)}.toc{flex:0 0 220px;position:sticky;top:2rem;align-self:flex-start;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem;font-size:.8rem;max-height:calc(100vh - 4rem);overflow-y:auto}.toc-title{font-weight:600;font-size:.85rem;color:var(--text-primary);margin-bottom:.75rem}.toc nav#TableOfContents ul{list-style:none;padding-left:0}.toc nav#TableOfContents ul ul{padding-left:.75rem}.toc nav#TableOfContents a{color:var(--text-secondary);display:block;padding:.2rem 0;line-height:1.4}.toc nav#TableOfContents a:hover{color:var(--accent-400)}.post-tags{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.4rem}.tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tags-cloud .tag-pill{font-size:.85rem;padding:.3rem .85rem}.tag-count{color:var(--text-muted);font-size:.75rem;margin-left:.25rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.pagination a{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;border:1px solid var(--border-hover);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.85rem;font-weight:500;transition:border-color var(--transition),color var(--transition),background var(--transition)}.pagination a:hover{border-color:var(--accent-500);color:var(--text-primary);background:rgba(230,66,63,5%)}.pagination .page-number{font-size:.85rem;color:var(--text-muted)}.callout{margin:1.25rem 0;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent-500);border-radius:0 var(--radius-sm)var(--radius-sm)0}.callout-title{font-weight:600;font-size:.85rem;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.05em}.callout p:last-child{margin-bottom:0}.callout-alert{border-left-color:var(--accent-500)}.callout-alert .callout-title{color:var(--accent-500)}.callout-tip{border-left-color:var(--accent-400)}.callout-tip .callout-title{color:var(--accent-400)}.callout-warning{border-left-color:#e6a23c}.callout-warning .callout-title{color:#e6a23c}.not-found{text-align:center;padding:4rem 0}.not-found h1{font-size:4rem;font-weight:800;color:var(--accent-500);margin-bottom:.5rem}.not-found p{color:var(--text-secondary);margin-bottom:1.5rem}.not-found a{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1.25rem;border:1px solid var(--border-hover);border-radius:var(--radius-sm);color:var(--text-secondary);font-weight:500;transition:border-color var(--transition),color var(--transition)}.not-found a:hover{border-color:var(--accent-500);color:var(--text-primary)}.katex-display{margin:1.25rem 0;overflow-x:auto}@media(max-width:768px){.site-header-inner{flex-direction:column;gap:.75rem}.post-container{flex-direction:column}.toc{position:static;flex:none;order:-1;max-height:none}.post-title{font-size:1.6rem}.page-heading{font-size:1.4rem}}@media(max-width:480px){.site-wrapper{padding:0 1rem}.post-card{padding:1.25rem}}