:root{--bg: #FAF7F2;--surface: #FFFEFB;--surface-2: #F4EFE5;--ink: #1A1916;--ink-2: #4A4640;--ink-3: #6B6862;--ink-4: #8A857C;--border: #E8E1D6;--border-strong: #D7CEBE;--accent: #1B365D;--accent-2: #2C4F7C;--accent-soft: #E6EAF1;--code-bg: #17171C;--code-fg: #E7E2D6;--code-border: #2A2A31;--code-inline-fg: #5A3E2B;--serif: "Charter", "Bitstream Charter", "Cambria", "Georgia", "Times New Roman", serif;--mono: "SF Mono", "SFMono-Regular", ui-monospace, "JetBrains Mono", "Menlo", "Consolas", monospace;--measure: 54rem;--page: 64rem;--radius: 6px;--rule: 1px solid var(--border)}html[data-theme="dark"]{--bg: #1B1A17;--surface: #232220;--surface-2: #2B2825;--ink: #ECE7DC;--ink-2: #C4BEB1;--ink-3: #9B968B;--ink-4: #726E65;--border: #33302B;--border-strong: #46423A;--accent: #9DB8E8;--accent-2: #BBD0F0;--accent-soft: rgba(157, 184, 232, 0.16);--code-bg: #121116;--code-fg: #E7E2D6;--code-border: #2C2A33;--code-inline-fg:#D8A87E}*,*::before,*::after{box-sizing:border-box}html{font-size:18px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--serif);line-height:1.72;font-feature-settings:"kern" 1, "liga" 1, "onum" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;transition:background-color .25s ease, color .25s ease}.theme-toggle{position:fixed;top:0.9rem;right:0.9rem;z-index:50;width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--ink-2);background:var(--surface);border:1px solid var(--border);border-radius:100px;cursor:pointer;-webkit-backdrop-filter:saturate(120%) blur(4px);backdrop-filter:saturate(120%) blur(4px);transition:color .15s ease, border-color .15s ease, background-color .25s ease}.theme-toggle:hover{color:var(--accent);border-color:var(--border-strong)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle svg{width:1.05rem;height:1.05rem;display:block}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}html[data-theme="dark"] .theme-toggle .icon-sun{display:block}html[data-theme="dark"] .theme-toggle .icon-moon{display:none}@media (max-width: 540px){.theme-toggle{top:0.6rem;right:0.6rem;width:2.2rem;height:2.2rem}}h1,h2,h3,h4,h5,h6{font-family:var(--serif);color:var(--ink);line-height:1.22;letter-spacing:-0.012em;font-weight:700;margin:2.4rem 0 0.9rem}p{margin:0 0 1.1rem}a{color:var(--accent);text-decoration:none;text-underline-offset:2px;transition:color .15s ease, border-color .15s ease}a:hover{color:var(--accent-2);text-decoration:underline}strong,b{font-weight:700;color:var(--ink)}em,i{font-style:italic}hr{border:0;height:1px;background:var(--border-strong);margin:2.6rem 0}::selection{background:var(--accent-soft);color:var(--ink)}img{max-width:100%;height:auto}small{font-size:0.82em;color:var(--ink-3)}.container{width:100%;max-width:var(--page);margin:0 auto;padding:0 1.5rem}.masthead{border-bottom:var(--rule);background:var(--bg)}.masthead-inner{max-width:var(--page);margin:0 auto;padding:2.6rem 1.5rem 1.6rem;text-align:center}.brand{display:inline-block;font-family:var(--serif);font-weight:700;font-size:2.1rem;letter-spacing:-0.02em;color:var(--ink)}.brand:hover{color:var(--accent);text-decoration:none}.brand-tagline{margin:0.35rem 0 1.25rem;color:var(--ink-3);font-style:italic;font-size:1.02rem}.site-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:0.4rem 1.6rem}.nav-link{font-size:0.78rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--ink-2);padding-bottom:2px;border-bottom:2px solid transparent}.nav-link:hover{color:var(--accent);text-decoration:none;border-bottom-color:var(--border-strong)}.nav-link.active{color:var(--accent);border-bottom-color:var(--accent)}main.container{padding-top:2.8rem;padding-bottom:3.5rem;min-height:50vh}.site-footer{border-top:var(--rule);margin-top:2rem}.footer-inner{max-width:var(--page);margin:0 auto;padding:1.8rem 1.5rem 2.4rem;text-align:center;color:var(--ink-3);font-size:0.85rem}.footer-inner a{color:var(--ink-2)}.footer-inner a:hover{color:var(--accent)}.footer-sep{margin:0 0.55rem;color:var(--ink-4)}@media (max-width: 540px){html{font-size:17px}.brand{font-size:1.8rem}.masthead-inner{padding-top:2rem}}.post,.page{max-width:var(--measure);margin:0 auto}.post-header{margin-bottom:1.8rem}.post-title{font-size:2.3rem;line-height:1.14;margin:0 0 0.7rem;letter-spacing:-0.022em}.index .post-title,.page .post-title{margin-top:0}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.55rem 0.9rem;font-size:0.8rem;letter-spacing:0.04em;color:var(--ink-3)}.post-date{text-transform:uppercase;letter-spacing:0.08em}.post-cats{display:inline-flex;flex-wrap:wrap;gap:0.4rem}.post-cats .cat{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--accent);background:var(--accent-soft);padding:0.12rem 0.5rem;border-radius:100px}.post-cats .cat:hover{text-decoration:none;background:#d9e1ee}.post-byline{margin:0.9rem 0 0;font-size:0.95rem;color:var(--ink-2)}.post-body{font-size:1.06rem;color:var(--ink)}.post-body>h2:first-child,.post-body>h3:first-child{margin-top:0}.post-body h2{font-size:1.62rem;margin-top:2.6rem;padding-bottom:0.3rem;border-bottom:var(--rule)}.post-body h3{font-size:1.3rem;margin-top:2.1rem}.post-body h4{font-size:1.08rem;margin-top:1.7rem;color:var(--ink-2)}.post-body a{border-bottom:1px solid var(--border-strong)}.post-body a:hover{border-bottom-color:var(--accent);text-decoration:none}.post-body ul,.post-body ol{margin:0 0 1.2rem;padding-left:1.4rem}.post-body li{margin:0.35rem 0}.post-body li::marker{color:var(--ink-4)}.post-body blockquote{margin:1.6rem 0;padding:0.9rem 1.3rem;background:var(--surface);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;color:var(--ink-2);font-style:italic}.post-body blockquote p:last-child{margin-bottom:0}.post-body blockquote strong{color:var(--ink)}.post-body :not(pre)>code{font-family:var(--mono);font-size:0.86em;background:var(--surface-2);color:var(--code-inline-fg);padding:0.1em 0.38em;border-radius:4px;border:1px solid var(--border)}.post-body pre{font-family:var(--mono);font-size:0.82rem;line-height:1.6;background:var(--code-bg);color:var(--code-fg);border:1px solid var(--code-border);border-radius:var(--radius);padding:1rem 1.1rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;border:0;padding:0;color:inherit;font-size:inherit}.post-body .highlight{margin:1.5rem 0}.post-body .highlight pre{margin:0}.post-body table{width:100%;border-collapse:collapse;margin:1.6rem 0;font-size:0.9rem;display:block;overflow-x:auto}.post-body th,.post-body td{padding:0.5rem 0.75rem;border-bottom:var(--rule);text-align:left;vertical-align:top}.post-body thead th{border-bottom:2px solid var(--accent);color:var(--ink);font-size:0.78rem;text-transform:uppercase;letter-spacing:0.05em;white-space:nowrap}.post-body tbody tr:hover{background:var(--surface)}.post-body img{display:block;margin:1.5rem auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.post-footer{margin-top:2.5rem;padding-top:1.4rem;border-top:var(--rule)}@media (max-width: 540px){.post-title{font-size:1.85rem}.post-body{font-size:1.02rem}.post-body pre{font-size:0.76rem}}.post-list{max-width:var(--measure);margin:0 auto}.post-item{padding:1.7rem 0;border-bottom:var(--rule)}.post-item:first-of-type{padding-top:0}.post-item-title{font-size:1.5rem;line-height:1.2;margin:0 0 0.55rem}.post-item-title a{color:var(--ink)}.post-item-title a:hover{color:var(--accent);text-decoration:none}.post-item .post-meta{margin-bottom:0.7rem}.post-item-excerpt{color:var(--ink-2);font-size:1rem}.post-item-excerpt p{margin-bottom:0.6rem}.read-more{display:inline-block;margin-top:0.3rem;font-size:0.82rem;letter-spacing:0.06em;text-transform:uppercase;color:var(--accent);font-weight:700}.read-more:hover{text-decoration:none;color:var(--accent-2)}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:2.4rem;font-size:0.85rem;letter-spacing:0.04em}.pagination a{color:var(--accent);font-weight:700;text-transform:uppercase;font-size:0.78rem;letter-spacing:0.08em}.pagination .disabled{color:var(--ink-4);text-transform:uppercase;font-size:0.78rem;letter-spacing:0.08em}.page-count{color:var(--ink-3)}.post-tags{display:flex;flex-wrap:wrap;gap:0.45rem;margin-bottom:1.2rem}.post-tags .tag{font-family:var(--mono);font-size:0.74rem;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--border);padding:0.15rem 0.55rem;border-radius:100px}.share-bar{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 1rem;font-size:0.85rem}.share-label{text-transform:uppercase;letter-spacing:0.1em;font-size:0.72rem;color:var(--ink-3)}.share-bar a{color:var(--ink-2);border-bottom:1px solid var(--border-strong)}.share-bar a:hover{color:var(--accent);border-bottom-color:var(--accent);text-decoration:none}.related{max-width:var(--measure);margin:2.6rem auto 0;padding-top:1.6rem;border-top:var(--rule)}.related-title{font-size:0.82rem;text-transform:uppercase;letter-spacing:0.1em;color:var(--ink-3);margin:0 0 0.9rem}.related-list{list-style:none;margin:0;padding:0}.related-list li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:0.45rem 0;border-bottom:1px dotted var(--border-strong)}.related-list li:last-child{border-bottom:0}.related-list a{color:var(--ink)}.related-list a:hover{color:var(--accent);text-decoration:none}.related-date{color:var(--ink-4);font-size:0.78rem;white-space:nowrap}.chart-figure{margin:1.8rem 0;max-width:100%}.chart-figure svg{width:100%;height:auto;display:block}.chart-figure figcaption{margin-top:0.7rem;font-size:0.85rem;line-height:1.55;color:var(--ink-3)}.chart-figure figcaption code{font-family:var(--mono);font-size:0.82em;background:var(--surface-2);color:var(--code-inline-fg);padding:0.08em 0.36em;border-radius:4px;border:1px solid var(--border)}.md-toggle{margin:1.5rem 0;border:1px solid var(--border-strong);border-radius:var(--radius);overflow:hidden}.md-toggle-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.4rem 0.55rem 0.4rem 0.8rem;background:var(--surface-2);border-bottom:1px solid var(--border)}.md-toggle-name{font-family:var(--mono);font-size:0.7rem;letter-spacing:0.04em;text-transform:uppercase;color:var(--ink-3)}.md-toggle-btn{font-family:var(--mono);font-size:0.72rem;color:var(--accent);background:transparent;border:1px solid var(--border-strong);border-radius:5px;padding:0.2rem 0.6rem;cursor:pointer;white-space:nowrap;transition:background 0.15s ease, border-color 0.15s ease}.md-toggle-btn:hover{background:var(--accent-soft);border-color:var(--accent)}.md-raw .highlight,.md-raw pre{margin:0;border:0;border-radius:0}.md-rendered{padding:1rem 1.25rem;background:var(--surface)}.md-rendered>:first-child{margin-top:0}.md-rendered>:last-child{margin-bottom:0}.md-rendered h1,.md-rendered h2,.md-rendered h3{font-family:var(--serif);line-height:1.3;margin:1.15rem 0 0.5rem}.md-rendered h1{font-size:1.1rem;color:var(--ink)}.md-rendered h2{font-size:1rem;color:var(--accent)}.md-rendered h3{font-size:0.92rem;color:var(--ink)}.md-rendered p,.md-rendered li{font-size:0.92rem;line-height:1.6}.md-rendered ul,.md-rendered ol{margin:0.5rem 0 0.8rem;padding-left:1.3rem}.md-rendered .highlight{margin:0 0 0.9rem}.md-rendered blockquote{margin:0.8rem 0 0;font-size:0.88rem}.md-rendered blockquote p{font-size:0.88rem}.posts-list{list-style:none;margin:1rem 0;padding:0}.posts-list li{padding:0.4rem 0;border-bottom:1px dotted var(--border-strong)}@media (max-width: 540px){.post-item-title{font-size:1.3rem}.related-list li{flex-direction:column;gap:0.1rem}}.highlight{background:var(--code-bg);border:1px solid var(--code-border);border-radius:var(--radius)}.highlight pre{background:none;border:0}.highlight .c,.highlight .cm,.highlight .c1,.highlight .cs,.highlight .cd{color:#6c6f7a;font-style:italic}.highlight .err{color:#f2b8b5}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kd{color:#9db8e8}.highlight .kt{color:#c8a98a}.highlight .o,.highlight .ow{color:#c2c0b6}.highlight .p{color:#b7b5ab}.highlight .n,.highlight .na,.highlight .nl,.highlight .nx{color:var(--code-fg)}.highlight .nb,.highlight .bp{color:#9db8e8}.highlight .nf,.highlight .nc,.highlight .nn{color:#e8c98a}.highlight .nt{color:#9db8e8}.highlight .nv,.highlight .vi,.highlight .vg,.highlight .vc{color:#d7cbb8}.highlight .s,.highlight .s1,.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx,.highlight .sr,.highlight .dl{color:#a8c79a}.highlight .m,.highlight .mi,.highlight .mf,.highlight .mh,.highlight .mo,.highlight .il{color:#d8a87e}.highlight .gd{color:#f2b8b5}.highlight .gi{color:#a8c79a}.highlight .gh,.highlight .gu{color:#9db8e8;font-weight:700}
