:root{--bg-color: #030303;--text-color: #e0e0e0;--meta-color: #888888;--border-color: #222222;--font-family: "JetBrains Mono", monospace;--font-size-base: 16px;--font-size-sm: 0.85rem;--font-size-section: 1.1rem;--font-size-site-title: 2rem;--space-xs: 0.4rem;--space-sm: 0.5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--content-width: 800px}*{box-sizing:border-box}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.5;min-height:100vh;margin:0;padding:0;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;margin-top:0}p{margin-top:0}a{color:var(--text-color);text-decoration:underline}img{max-width:100%;display:block;margin:0 auto}.images-monochrome img{filter:grayscale(1)}.highlighter-rouge,highlight{background-color:var(--text-color);color:var(--bg-color)}div.highlighter-rouge code{display:block;overflow-x:auto;white-space:pre-wrap}div.highlighter-rouge pre.highlight{padding:var(--space-md)}table{width:100%;margin-bottom:var(--space-md)}table,table th,table td{border:thin solid var(--meta-color);border-collapse:collapse;padding:var(--space-xs)}blockquote{font-style:italic;border:thin solid var(--border-color);padding:var(--space-md)}blockquote p{margin:0}.wrapper{max-width:var(--content-width);margin:0 auto;padding:var(--space-3xl) var(--space-xl)}.site-header{margin:var(--space-2xl) 0}.site-header .site-title{font-size:var(--font-size-site-title);font-weight:700;letter-spacing:0.5px}.section-title{font-size:var(--font-size-section);font-weight:700;margin-bottom:var(--space-lg)}section{margin-bottom:var(--space-xl)}.post-list{list-style:none;padding:0;margin:0}.post-list li{margin-bottom:0.75rem;display:flex;align-items:baseline;gap:var(--space-md);flex-wrap:wrap}.post-list .post-meta{margin-bottom:0}.post-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--space-lg)}.post-meta{display:block;color:var(--meta-color);margin-bottom:var(--space-lg)}.post-header .post-meta{margin-bottom:0}.error-page{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:var(--space-3xl);gap:var(--space-sm)}.error-page .error-code{font-size:6rem;font-weight:700;color:var(--meta-color);line-height:1;margin:0}.error-page h1{margin:0}.site-footer{padding-top:var(--space-xl);font-size:var(--font-size-sm);color:var(--meta-color)}.site-footer .footer-col{display:flex;justify-content:space-between;align-items:center;width:100%}.site-footer p{margin:0}
