@font-face{font-family:inter var;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin.var.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+2074,U+20AC,U+2122}@font-face{font-family:noto sans sc;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/noto-sans-sc-regular.woff2)format("woff2");unicode-range:U+2E80-303F,U+31C0-31EF,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+20000-2FA1F}@font-face{font-family:noto sans sc;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/noto-sans-sc-700.woff2)format("woff2");unicode-range:U+2E80-303F,U+31C0-31EF,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+20000-2FA1F}@font-face{font-family:jetbrains mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/fonts/jetbrains-mono-var.woff2)format("woff2")}:root{--font-sans:"Inter var", Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Fira Code", "Liberation Mono", "Courier New", monospace}:root{color-scheme:light}:root{--bg:#ffffff;--fg:#222222;--muted:#666666;--border:#e2e6ea;--surface:#f7f9fb;--link:#4080ff;--hover-bg:rgba(17, 17, 17, 0.06)}html[data-theme=dark]{color-scheme:dark}html[data-theme=dark]{--bg:#0f1115;--fg:#e6e6e6;--muted:#aaaaaa;--border:#2b2f36;--surface:#1a1d24;--link:#79a8ff;--hover-bg:rgba(255, 255, 255, 0.08)}html{box-sizing:border-box;scrollbar-gutter:stable both-edges}*,*::before,*::after{box-sizing:inherit}body{color:var(--fg);background:var(--bg);font-family:var(--font-sans);line-height:1.5;margin:1rem auto;max-width:880px;width:100%;padding-inline:1rem}code,pre{font-family:var(--font-mono)}body>header{position:static;top:auto;z-index:auto;background:0 0;-webkit-backdrop-filter:saturate(1.6)blur(12px);backdrop-filter:saturate(1.6)blur(12px);border-bottom:1px solid var(--border);margin-bottom:.8rem;transition:background-color 160ms ease,border-color 160ms ease,box-shadow 160ms ease}body>header.is-scrolled{background:rgba(255,255,255,.75);border-bottom-color:rgba(17,17,17,.12);box-shadow:0 2px 12px rgba(0,0,0,6%)}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){body>header{background:rgba(255,255,255,.92)}}html[data-theme=dark] body>header{background:rgba(16,16,20,.6);border-bottom-color:rgba(255,255,255,.12)}html[data-theme=dark] body>header.is-scrolled{background:rgba(16,16,20,.75)}footer{border-top:1px solid var(--border);margin-top:2rem;text-align:center}a{color:var(--link);text-decoration:none}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0}.site-header__left,.site-header__right{display:flex;align-items:center;gap:.6rem}.theme-toggle{background:0 0;border:0;padding:0;cursor:pointer}.theme-toggle:hover{background:0 0}.theme-toggle .icon{display:inline-block;vertical-align:middle}.theme-toggle .icon-sun{display:none}html[data-theme=dark] .theme-toggle .icon-moon{display:none}html[data-theme=dark] .theme-toggle .icon-sun{display:inline-block}html[data-theme=dark] .archive-header input[type=search]{background:#0b0d12;color:var(--fg);border-color:var(--border)}.brand{font-weight:700;font-size:1.15rem}.site-nav{overflow-x:auto}.nav-list{list-style:none;padding-left:0;margin:0;display:flex;gap:.9rem;flex-wrap:nowrap}.site-nav a{padding:.35rem .2rem;border-radius:6px;position:relative;display:inline-block}.site-nav a:hover{background:var(--hover-bg)}.site-nav a[aria-current=page],.site-nav a.active{background:0 0;text-decoration:underline;text-decoration-color:var(--link);text-decoration-thickness:2px;text-underline-offset:.24em;text-decoration-skip-ink:auto}.site-nav a[aria-current=page]:hover,.site-nav a.active:hover{text-decoration:underline}.site-nav a:focus-visible{outline:2px solid var(--link);outline-offset:2px}.nav-toggle{display:none;background:rgba(255,255,255,.6);border:1px solid rgba(17,17,17,.2);padding:.25rem .5rem;border-radius:4px}.nav-toggle:hover{background:rgba(255,255,255,.8)}html[data-theme=dark] .nav-toggle{background:rgba(16,16,20,.6);border-color:var(--border)}@media(max-width:768px){.site-header{flex-wrap:wrap}.site-header__right{width:100%}.nav-toggle{display:none}.site-nav{display:block;width:100%;margin-top:.4rem;overflow-x:auto}.site-nav.is-open{display:block}.nav-list{flex-direction:row;flex-wrap:nowrap;gap:.9rem;width:100%}.nav-list ul{list-style:none;padding-left:1rem;margin:0}.site-nav a{display:inline-block;padding:.35rem .2rem}}.page-with-toc{display:grid;grid-template-columns:260px minmax(0,1fr);gap:2rem;align-items:start}.toc-sidebar{position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow:auto}.toc-nav ul{list-style:none;padding-left:0}.toc-nav li{margin:.25rem 0}.toc-nav ul ul{padding-left:1rem}.toc-dropdown{display:none;margin:1rem 0}@media(max-width:1024px){.page-with-toc{grid-template-columns:1fr}.toc-sidebar{display:none}.toc-dropdown{display:block}}@media(min-width:1440px){.page-with-toc{display:block}.toc-sidebar{display:block;position:fixed;top:1rem;left:calc(50% - 440px - 2rem - 260px);width:260px;max-height:calc(100vh - 2rem);overflow:auto}}@media(max-width:1439px){.page-with-toc{display:block}.toc-sidebar{display:none}.toc-dropdown{display:block}}.mermaid{overflow:auto;display:flex;justify-content:center}.mermaid>svg{max-width:100%;height:auto}.katex-display{margin:1rem 0;text-align:center}.katex-display>.katex{display:inline-block}.content h2 .anchor,.content h3 .anchor{margin-left:.4rem;text-decoration:none;opacity:.6}.archive-header{display:flex;gap:1rem;align-items:baseline;justify-content:space-between;margin-top:1.34em}.archive-header h1{margin:0}.archive-header input[type=search]{flex:1;min-width:0;max-width:320px;padding:.5rem .6rem;border:1px solid #222;border-radius:4px;align-self:center}@media(max-width:640px){.archive-header{flex-direction:column;align-items:stretch;gap:.5rem}.archive-header input[type=search]{width:100%;max-width:100%}}#archive-groups h2{margin-top:1.25rem}#archive-groups ul{list-style:none;padding-left:0;display:grid;gap:.5rem}#archive-groups li{display:grid;grid-template-columns:max-content 1fr;column-gap:.75rem;align-items:baseline}#archive-groups .date{color:var(--muted);font-size:.9em;text-align:left;white-space:nowrap;font-family:var(--font-mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Fira Code","Liberation Mono","Courier New",monospace)}#archive-groups .archive-title{display:inline-block;min-width:0}#archive-results{display:grid;gap:.75rem}.archive-result h3{margin:0;font-size:1.05rem}.archive-result .date{color:var(--muted);font-size:.9em;font-family:var(--font-mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace)}.archive-result .summary{margin:.25rem 0 0;color:var(--fg)}.home-intro{margin:1rem 0 1.5rem}.home-intro blockquote{margin:0}.home-tags{margin:1.5rem 0}.tag-list{list-style:none;padding-left:0;display:flex;flex-wrap:wrap;gap:.4rem .6rem}.tag-list li{display:inline-flex;gap:.35rem;align-items:center}.tag-count{color:var(--muted);font-size:.9em}.tag-chip{display:inline-flex;align-items:center;padding:.35rem .9rem;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(139,92,246,.2);color:#41208f;font-size:.92em;clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.tag-chip:hover{background:linear-gradient(135deg,rgba(99,102,241,.15),rgba(139,92,246,.15));border-color:rgba(139,92,246,.3);transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.15)}.tag-chip:active{transform:translateY(0)}.tag-chip .count,.tag-chip .tag-count{display:none}.post-tags .label{margin-right:.5rem;color:#666;font-size:.9em}.tag-chip.tag-sm{padding:.28rem .8rem;font-size:.875em}@supports not (backdrop-filter:blur(1px)){.tag-chip{background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(139,92,246,.2))}}html[data-theme=dark] .tag-chip{background:linear-gradient(135deg,rgba(99,102,241,.18),rgba(139,92,246,.18));border-color:rgba(139,92,246,.35);color:#e8e8ff}html[data-theme=dark] .tag-chip:hover{background:linear-gradient(135deg,rgba(99,102,241,.26),rgba(139,92,246,.26));border-color:rgba(139,92,246,.5)}.home-recent h2{margin-bottom:.75rem}.home-recent article{margin:0}.home-recent article+article{margin-top:1.75rem;padding-top:1.25rem;border-top:1px dotted #d5dbe1}.post-meta{color:var(--muted);font-size:.9em;margin:.2rem 0 .4rem}article.content>h1{margin-bottom:.25rem}.home-recent article h3,.term-posts article h3{margin-bottom:.25rem}.home-recent .more{margin-top:1rem}.term-posts article{margin:0}.term-posts article+article{margin-top:1.75rem;padding-top:1.25rem;border-top:1px dotted #d5dbe1}article.content img{cursor:zoom-in}article.content a[data-pswp-width] img{cursor:zoom-in}img,picture,video{max-width:100%;height:auto}.codeblock-content{position:relative}.codeblock-content .highlight{background:#272822;margin:0;padding:0}.codeblock-content .highlight pre{font-size:.875rem;margin:0;padding:1rem 1rem 1rem 0}.codeblock-content.with-line-numbers .highlight pre{counter-reset:line-number;padding-left:4rem;position:relative}.codeblock-content.with-line-numbers .highlight pre code{display:block;position:relative}.codeblock-content.with-line-numbers .highlight pre code>span{position:relative;counter-increment:line-number;display:block!important;width:100%}.codeblock-content.with-line-numbers .highlight pre code>span::before{content:counter(line-number);position:absolute;left:-3.5rem;width:2.5rem;text-align:right;color:#666;user-select:none;pointer-events:none;top:0}.highlight pre{white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;overflow-x:visible;line-height:1.5}.codeblock-content.with-line-numbers .highlight pre code>span[style*="display:flex"]{flex-wrap:wrap!important}.codeblock-content.with-line-numbers .highlight pre code span span{display:inline;white-space:inherit}.highlight table{width:100%;table-layout:fixed;border-collapse:collapse}.highlight table td:first-child{width:4.5ch;padding-right:.75rem;color:#666;text-align:right;user-select:none;vertical-align:top}.highlight table td:last-child pre{white-space:pre-wrap}.highlight table td:first-child,.highlight table td:first-child pre,.highlight table td:first-child code{white-space:pre;word-break:normal;overflow-wrap:normal}.codeblock{border:1px solid #e2e6ea;border-radius:6px;overflow:hidden;margin:1rem 0}.codeblock-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.35rem .6rem;background:#f7f9fb;border-bottom:1px solid #e2e6ea;color:#333;font-size:.9em}.codeblock .code-lang{text-transform:lowercase;opacity:.8}.codeblock .copy-btn{background:#fff;border:1px solid #d5dbe1;border-radius:4px;padding:.2rem .5rem;font-size:.9em;cursor:pointer}.codeblock .copy-btn:hover{background:#f0f3f7;border-color:#c7ced6}html[data-theme=dark] .codeblock{border-color:var(--border)}html[data-theme=dark] .codeblock-header{background:var(--surface);border-bottom-color:var(--border);color:var(--fg)}html[data-theme=dark] .codeblock .copy-btn{background:var(--bg);border-color:var(--border);color:var(--fg)}html[data-theme=dark] .codeblock .copy-btn:hover{background:var(--hover-bg);border-color:var(--border)}.codeblock .highlight{margin:0;border:none;border-radius:0}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1rem 0}.table-wrapper table:not(.lntable){width:100%;border-collapse:collapse;border:1px solid var(--border)}.table-wrapper table:not(.lntable) thead th,.table-wrapper table:not(.lntable) tbody td{border:1px solid var(--border);padding:.5rem .6rem;vertical-align:top}.table-wrapper table:not(.lntable) thead th{background:var(--surface);color:var(--fg)}article.content blockquote{margin:1rem 0;padding:.85rem 1rem;background:var(--surface);color:var(--fg);border:1px solid var(--border);border-left:6px solid var(--link);border-radius:8px}article.content blockquote>:first-child{margin-top:0}article.content blockquote>:last-child{margin-bottom:0}article.content blockquote p+p{margin-top:.5rem}article.content blockquote code{background:var(--hover-bg);border:1px solid var(--border);border-radius:4px;padding:.1rem .3rem}article.content blockquote blockquote{margin:.75rem 0 0;background:0 0;border-left:4px solid var(--muted)}article.content,article.content :is(p,li,dd,td,th,blockquote,figcaption,h1,h2,h3,h4,h5,h6,a),main>article,main>article :is(p,li,dd,td,th,blockquote,figcaption,h1,h2,h3,h4,h5,h6,a),.home-recent,.home-recent :is(p,li,dd,td,th,blockquote,figcaption,h1,h2,h3,h4,h5,h6,a),.term-posts,.term-posts :is(p,li,dd,td,th,blockquote,figcaption,h1,h2,h3,h4,h5,h6,a),#archive-groups .archive-title,#archive-results .archive-result,#archive-results .archive-result a,#archive-results .archive-result p{overflow-wrap:anywhere;word-break:break-word;word-wrap:break-word}