:root{--font-sans:'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-heading:'Space Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-serif:'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif;--font-mono:'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--bg-carbon:#252529;--bg-modeline:#1e1e22;--bg-modeline-transparent:rgba(30, 30, 34, 0.9);--border-modeline:#36363c;--text-main:#c0c0c4;--text-body:#aaaab0;--text-dim:#909096;--text-muted:#707078;--text-tagline:#8090a0;--text-quote:#9a9aa0;--text-inverse:#000;--accent-gold:#f1c40f;--accent-amber:#e67e22;--accent-blue:#60a5fa;--accent-teal:#2dd4bf;--accent-green:#4ade80;--border:#404046;--border-light:rgba(64, 64, 70, 0.5);--code-bg:#1c1c20;--code-inline:#7dd3fc}@media(prefers-color-scheme:light){:root{--bg-carbon:#faf8f5;--bg-modeline:#fffef9;--bg-modeline-transparent:rgba(255, 254, 249, 0.9);--border-modeline:#e8e4dc;--text-main:#1a1a1a;--text-body:#333333;--text-dim:#555555;--text-muted:#777777;--text-tagline:#5a6a7a;--text-quote:#666666;--text-inverse:#ffffff;--accent-gold:#c45c26;--accent-amber:#c46a00;--accent-blue:#2563eb;--accent-teal:#0d9488;--accent-green:#16a34a;--border:#d0d0d0;--border-light:rgba(0, 0, 0, 0.1);--code-bg:#f0f0f0;--code-inline:#0369a1}}[data-theme=light]{--bg-carbon:#faf8f5;--bg-modeline:#fffef9;--bg-modeline-transparent:rgba(255, 254, 249, 0.9);--border-modeline:#e8e4dc;--text-main:#1a1a1a;--text-body:#333333;--text-dim:#555555;--text-muted:#777777;--text-tagline:#5a6a7a;--text-quote:#666666;--text-inverse:#ffffff;--accent-gold:#c45c26;--accent-amber:#c46a00;--accent-blue:#2563eb;--accent-teal:#0d9488;--accent-green:#16a34a;--border:#d0d0d0;--border-light:rgba(0, 0, 0, 0.1);--code-bg:#f0f0f0;--code-inline:#0369a1}[data-theme=dark]{--bg-carbon:#252529;--bg-modeline:#1e1e22;--bg-modeline-transparent:rgba(30, 30, 34, 0.9);--border-modeline:#36363c;--text-main:#c0c0c4;--text-body:#aaaab0;--text-dim:#909096;--text-muted:#707078;--text-tagline:#8090a0;--text-quote:#9a9aa0;--text-inverse:#000;--accent-gold:#f1c40f;--accent-amber:#e67e22;--accent-blue:#60a5fa;--accent-teal:#2dd4bf;--accent-green:#4ade80;--border:#404046;--border-light:rgba(64, 64, 70, 0.5);--code-bg:#1c1c20;--code-inline:#7dd3fc}*,*::before,*::after{box-sizing:border-box}body{margin:0;background-color:var(--bg-carbon);background-image:radial-gradient(circle,var(--border-light) 1px,transparent 1px);background-size:24px 24px;color:var(--text-main);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-carbon)}::-webkit-scrollbar-thumb{background:var(--accent-gold);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-amber)}*{scrollbar-width:thin;scrollbar-color:var(--accent-gold)var(--bg-carbon)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.serif{font-family:var(--font-serif)}.mono{font-family:var(--font-mono)}.viewport{max-width:960px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;min-height:100vh}.page-content{padding:3rem 0}.modeline{background:var(--bg-modeline-transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border-modeline);font-family:var(--font-mono);font-size:.875rem;position:sticky;top:0;z-index:100}.modeline-inner{display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.modeline-left,.modeline-right{display:flex;align-items:center}.modeline-tag{background:var(--accent-gold);color:var(--text-inverse);padding:.75rem 1.25rem;font-weight:600;display:inline-block}.modeline-tag:hover{opacity:.9}.nav-item{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.25rem;color:var(--text-dim);border-right:1px solid var(--border-modeline);transition:color .2s}.nav-item:hover{color:var(--accent-gold)}.nav-item:last-child{border-right:none}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.75rem;background:0 0;border:none;color:var(--text-dim);cursor:pointer;transition:color .2s}.theme-toggle:hover{color:var(--accent-gold)}.theme-toggle__icon--light{display:inline-flex}.theme-toggle__icon--dark{display:none}[data-theme=light] .theme-toggle__icon--light{display:none}[data-theme=light] .theme-toggle__icon--dark{display:inline-flex}.site-header{margin-bottom:2rem}.site-header::after{content:'';display:block;width:100%;height:1px;margin-top:1.5rem;background:linear-gradient(90deg,transparent,var(--border),transparent)}.site-header__label{font-family:var(--font-mono);font-size:1.5rem;font-weight:900;color:var(--accent-gold);text-transform:uppercase;letter-spacing:.2em;margin:0 0 1rem}.site-header__tagline{font-family:var(--font-sans);font-size:1.5rem;font-weight:400;color:var(--text-tagline);margin:0;line-height:1.4}.site-header--home{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem}.site-header--home::after{flex-basis:100%;margin-top:0}.site-header__avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.site-header__text{flex:1}.site-header--simple .site-header__label{margin-bottom:0}.entry-row{display:block;padding:1.25rem 0}.entry-row:hover .entry-title{color:var(--accent-gold)}.entry-meta{font-family:var(--font-mono);font-size:.875rem;color:var(--text-dim);margin-bottom:.75rem;letter-spacing:.1em;text-transform:uppercase}.entry-title{font-family:var(--font-heading);font-size:2rem;font-weight:600;margin:0 0 .75rem;transition:color .2s}.entry-summary{color:var(--text-body);font-family:var(--font-sans);font-size:1.125rem;line-height:1.6;margin:0;max-width:42rem}.entry-tags{margin-top:1.5rem}.tag-box{display:inline-block;padding:2px 8px;font-family:var(--font-mono);font-size:.65rem;font-weight:400;color:var(--text-dim);background-color:initial;border:1px solid var(--border);text-transform:uppercase;letter-spacing:.5px;margin-right:4px;margin-bottom:4px;border-radius:4px;transition:border-color .2s,color .2s}.tag-box:hover{border-color:var(--text-dim);color:var(--text-main)}.tag-count{color:var(--text-muted);font-size:.7rem}.tags-cloud{display:flex;flex-wrap:wrap;gap:.75rem}.post-header{margin-bottom:2.5rem}.post-meta{font-family:var(--font-mono);font-size:.875rem;color:var(--text-dim);margin-bottom:.5rem}.post-date{display:inline}.post-reading-time{display:inline}.post-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:600;line-height:1.15;margin:0 0 1rem}@media(min-width:768px){.post-title{font-size:3rem}}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tags .tag-box{margin:0}.post-body{font-family:var(--font-sans);color:var(--text-body);font-size:1.125rem}.post-body h2{font-family:var(--font-heading);font-weight:600;font-size:1.5rem;margin-top:3rem;margin-bottom:1.25rem;color:var(--accent-gold)}.post-body h3{font-family:var(--font-heading);font-weight:600;font-size:1.25rem;margin-top:2.5rem;margin-bottom:.75rem;color:var(--text-main)}.post-body h4{font-family:var(--font-heading);font-weight:600;font-size:1.125rem;margin-top:2rem;margin-bottom:.5rem;color:var(--text-main)}.post-body p{margin:0 0 1.5rem}.post-body ul,.post-body ol{margin:0 0 1.5rem;padding-left:1.5rem}.post-body ul{list-style-type:disc}.post-body ol{list-style-type:decimal}.post-body li{margin-bottom:.5rem}.post-body li strong{color:var(--text-main)}.post-body code{font-family:var(--font-mono);font-size:.9em;background:var(--code-bg);border:1px solid var(--border);padding:.15em .4em;border-radius:3px;color:var(--code-inline)}.post-body pre code{background:0 0;border:none;padding:0;color:inherit}.post-body figure{margin:2.5rem 0}.post-body img{display:block;border-radius:4px;border:1px solid var(--border)}.post-body figcaption{font-family:var(--font-mono);font-size:.875rem;color:var(--text-dim);margin-top:.75rem;text-align:center}.post-body blockquote{border-left:3px solid var(--accent-amber);padding:.75rem 0 .75rem 1.5rem;margin:2rem 0;font-style:italic;color:var(--text-quote);background:rgba(230,126,34,5%)}.post-body blockquote p:last-child{margin-bottom:0}.post-body strong{color:var(--text-main);font-weight:600}.post-body em{font-style:italic}.post-body hr{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent);margin:3rem 0}.post-body table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem}.post-body th,.post-body td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.post-body th{color:var(--text-main);font-weight:600}.post-body table:not(.lntable):not(.chroma) tr:hover{background:rgba(255,255,255,2%)}.post-body .lntable tr:hover,.post-body .chroma tr:hover{background:0 0}.post-body h5{font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem}.post-body h6{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:var(--text-dim);margin-top:1.5rem;margin-bottom:.5rem}.post-body a{color:var(--accent-gold);text-decoration:none;background-image:linear-gradient(var(--accent-gold),var(--accent-gold));background-size:0% 2px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s}.post-body a:hover{background-size:100% 2px}.external-icon{display:inline-block;margin-left:.25em;vertical-align:text-bottom;position:relative;top:-.2em;opacity:.7}.code-block{position:relative;margin:2.5rem 0}.code-block::after{content:attr(data-lang);position:absolute;top:-.75rem;right:1rem;font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);background:var(--code-bg);border:1px solid var(--border);padding:.25rem .5rem;border-radius:3px;letter-spacing:1.5px;text-transform:uppercase;pointer-events:none;z-index:1}.code-block .highlight{margin:0}.highlight{margin:2.5rem 0}.highlight pre{background:var(--code-bg);border:1px solid var(--border);padding:2rem;padding-top:3rem;border-radius:4px;font-family:var(--font-mono);font-size:.9375rem;overflow-x:auto;margin:0}.highlight .chroma{background:var(--code-bg);border:1px solid var(--border);border-radius:4px;padding:1rem 0;overflow-x:auto}.highlight .lntable{width:100%;border-spacing:0;border:none}.highlight .lntable td{padding:0;border:none;vertical-align:top}.highlight .lntable td:first-child{width:1%;padding-left:1rem;padding-right:.75rem}.highlight .lntable td:last-child{padding-left:0}.code-block--no-lines .chroma code{display:block;padding:1rem 1.5rem}.highlight .lntable pre,.highlight .chroma pre{background:0 0;border:none;padding:0;margin:0;line-height:1.5}.highlight .lntable code{line-height:1.5}.highlight .lnt,.highlight .ln{display:block;color:var(--text-muted);font-weight:600;user-select:none;text-align:right}.highlight .line{display:block}.back-link{display:inline-block;font-family:var(--font-mono);font-size:.875rem;color:var(--text-dim);margin-bottom:1.5rem;transition:color .2s}.back-link:hover{color:var(--text-main)}.pagination{display:flex;justify-content:space-between;align-items:center;padding:2rem 0 1rem}.pagination-link{font-family:var(--font-mono);font-size:.8125rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;transition:color .2s}.pagination-link:hover{color:var(--text-main)}.pagination-link--disabled{color:var(--text-muted);pointer-events:none}.site-footer{margin-top:auto;padding:2rem 0}.site-footer__row{display:flex;justify-content:space-between;align-items:center}.site-footer__status{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);letter-spacing:.3em;text-transform:uppercase}.site-footer__links{display:flex;gap:1.5rem;font-family:var(--font-mono);font-size:.875rem}.site-footer__link{color:var(--text-dim);transition:color .2s}.site-footer__link:hover{color:var(--accent-gold)}.site-footer__license{font-family:var(--font-mono);font-size:.8125rem;color:var(--text-muted);margin-top:1.5rem;text-align:center}.site-footer__license a{color:var(--text-dim);text-decoration:none;transition:color .2s}.site-footer__license a:hover{color:var(--accent-gold)}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-links a{color:var(--text-dim);text-decoration:none;background:0 0;transition:color .2s}.social-links a:hover{color:var(--accent-gold);background:0 0}.progress-bar{height:2px;background:var(--accent-gold);width:0%;position:fixed;top:0;left:0;z-index:101;transition:width .1s}.post-body--about img{width:150px;height:150px;border-radius:50%;object-fit:cover;margin:0 auto 2rem}.hidden{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:639px){.hide-mobile{display:none}.modeline-inner{flex-wrap:wrap;padding:0}.modeline-left{width:100%;justify-content:center;padding:1.25rem 0}.modeline-right{width:100%;justify-content:center;padding:0 0 1rem}.nav-item{padding:.5rem .75rem;border-right:none;font-size:.8rem}.site-header--home{flex-direction:column;text-align:center}.site-header__text{text-align:center}}@media(max-width:767px){.hide-tablet{display:none}}