:root{--paper:#fbfcfd;--ink:#26384a;--muted:#68798a;--navy:#043361;--link:#288fbd;--line:#dce5eb;--soft:#f1f5f7;--code:#183048;--measure:45rem;--wide:68rem;--font-body:"Crimson Pro Local",serif;--font-title:"Crimson Pro Local",serif;--font-identity:"Crimson Pro Local",serif;--font-mono:"Ubuntu Mono Local",monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:17px;line-height:1.78;text-rendering:optimizeLegibility}body.lang-zh{--font-body:"Crimson Pro CJK","Noto Serif SC Local",serif;--font-title:"Qingniao JianKai Local","Crimson Pro CJK",serif;--font-identity:"Liu Gong Quan Profile Web","Crimson Pro CJK",serif}body.lang-en{--font-body:"Crimson Pro Local",serif;--font-title:"Crimson Pro Local",serif;--font-identity:"Crimson Pro Local",serif}a{color:var(--link);text-decoration-thickness:.06em;text-underline-offset:.18em}a:hover{color:var(--navy)}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:10;background:var(--paper);padding:.5rem}.site-header{border-bottom:1px solid var(--line)}.header-inner,.footer-inner{max-width:var(--wide);margin:auto;padding:1.15rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.wordmark{font-family:var(--font-identity);font-size:1.6rem;color:var(--navy);text-decoration:none;letter-spacing:.03em}.site-header nav{display:flex;gap:1.4rem;font-size:.95rem}.site-header nav a{color:var(--muted);text-decoration:none}.site-header nav a:hover{color:var(--link)}.theme-toggle{appearance:none;border:0;background:transparent;color:var(--muted);cursor:pointer;display:inline-grid;place-items:center;padding:0 .1rem}.theme-toggle:hover{color:var(--link)}.theme-toggle:focus-visible{outline:1px solid var(--link);outline-offset:.3rem}.theme-icon{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.theme-icon-sun{display:none}:root[data-theme="dark"] .theme-icon-moon{display:none}:root[data-theme="dark"] .theme-icon-sun{display:block}.site-main{min-height:70vh}.page-shell{max-width:var(--wide);margin:0 auto;padding:4.5rem 1.5rem}.intro{padding-top:7rem;padding-bottom:6rem}.eyebrow{margin:0 0 .65rem;color:var(--muted);font-family:var(--font-mono);font-size:.77rem;letter-spacing:.08em;text-transform:uppercase}.eyebrow a{text-decoration:none}.intro h1,.page-header h1,.post-header h1{font-family:var(--font-identity);color:var(--navy);font-weight:400;line-height:1.15}.intro h1{font-size:clamp(2.8rem, 8vw, 5.5rem);margin:0 0 1rem}.intro-copy{max-width:39rem;font-size:1.35rem;line-height:1.65;margin:0}.intro-links{font-size:.95rem;margin-top:1.5rem}.intro-links span{color:var(--line);margin:0 .4rem}.latest{padding-top:0}.section-heading{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--navy);margin-bottom:0}.section-heading h2{font-family:var(--font-title);color:var(--navy);font-weight:400}.post-list{list-style:none;padding:0;margin:0}.post-row{display:grid;grid-template-columns:7rem 1fr;gap:1.5rem;padding:1.6rem 0;border-bottom:1px solid var(--line)}.post-row>time,.compact-list time{font-family:var(--font-mono);color:var(--muted);font-size:.78rem}.post-row h3{font-family:var(--font-title);font-size:1.45rem;font-weight:400;line-height:1.3;margin:0}.post-row h3 a{color:var(--navy);text-decoration:none}.post-row p{margin:.35rem 0 0;color:var(--muted);font-size:.95rem}.post-row .post-taxonomy{font-family:var(--font-mono);font-size:.72rem}.post-taxonomy a{text-decoration:none}.archive-list{margin-top:2rem}.page-content{max-width:var(--measure)}.page-header,.post-header{border-bottom:1px solid var(--line);padding-bottom:2rem;margin-bottom:3rem}.page-header h1,.post-header h1{font-family:var(--font-title);font-size:clamp(2.4rem, 7vw, 4.6rem);margin:.15rem 0}.post-header{max-width:var(--measure);margin:0 auto 3rem}.dek{font-size:1.2rem;color:var(--muted);margin:.8rem 0 0}.post-meta{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:1.3rem;color:var(--muted);font-family:var(--font-mono);font-size:.76rem}.post-grid{display:grid;grid-template-columns:10rem minmax(0, var(--measure));gap:3.5rem;justify-content:center}.post-aside{color:var(--muted);font-size:.78rem;line-height:1.55}.post-aside p{margin:.25rem 0 1.25rem}.aside-title{color:var(--navy);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.plain-list{list-style:none;padding:0;margin:0}.plain-list a{text-decoration:none}.prose{min-width:0}.prose h1,.prose h2,.prose h3,.prose h4{font-family:var(--font-title);color:var(--navy);font-weight:400;line-height:1.3;margin:2.4em 0 .7em}.prose h1{font-size:2rem}.prose h2{font-size:1.6rem}.prose h3{font-size:1.3rem}.prose p,.prose ul,.prose ol,.prose table,.prose pre,.prose blockquote{margin:0 0 1.35rem}.prose img{max-width:100%;height:auto}.prose blockquote{border-left:2px solid var(--link);padding-left:1.25rem;color:var(--muted);margin-left:0}.prose hr{border:0;border-top:1px solid var(--line);margin:3rem 0}.prose code,.prose pre{font-family:var(--font-mono)}.prose code{font-size:.86em;background:var(--soft);padding:.08em .25em}.prose pre{overflow:auto;background:var(--code);color:#e8f1f6;padding:1.1rem 1.25rem;border-radius:2px;line-height:1.55}.prose pre code{background:transparent;padding:0;color:inherit}.prose table{width:100%;border-collapse:collapse;display:block;overflow:auto}.prose th,.prose td{padding:.55rem .8rem;border-bottom:1px solid var(--line);text-align:left}.prose .toc{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.25rem 1.25rem 1.25rem 2.4rem;margin:0 0 3rem;font-size:.9rem}.prose .footnotes{font-size:.85rem;color:var(--muted);border-top:1px solid var(--line);margin-top:4rem}.reversefootnote{text-decoration:none}.prose .footnotes{margin-top:5rem;padding-top:1.5rem;line-height:1.75}.prose .footnotes ol{margin-bottom:0;padding-left:2.1rem}.prose .footnotes li{padding-left:.4rem}.prose .footnotes li:last-child p{margin-bottom:0}.post-nav{max-width:var(--measure);margin:5rem auto 0;padding-top:1.5rem;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:2rem}.post-nav a{text-decoration:none;color:var(--navy)}.post-nav a:last-child{text-align:right}.post-nav span{display:block;color:var(--muted);font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase}.term-cloud{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;margin:2rem 0 4rem}.term-cloud a{text-decoration:none}.term-cloud sup{color:var(--muted)}.term-section{margin:3rem 0}.term-section h2{font-family:var(--font-title);color:var(--navy);font-weight:400;border-bottom:1px solid var(--line);padding-bottom:.4rem}.compact-list{list-style:none;padding:0}.compact-list li{display:grid;grid-template-columns:7rem 1fr;gap:1rem;padding:.45rem 0}.site-footer{border-top:1px solid var(--line);color:var(--muted);font-size:.82rem;margin-top:4rem}.footer-inner p{margin:0}.site-footer a{color:inherit}.site-header{position:sticky;top:0;z-index:20;background:var(--paper)}.intro h1{font-size:clamp(2.4rem, 6vw, 4.5rem)}.intro .eyebrow{margin-bottom:1.15rem}.intro h1{margin-bottom:1.6rem}.intro-copy{font-family:var(--font-identity);font-weight:400}.intro .intro-links{margin-top:2rem}.page-header h1,.post-header h1{font-size:clamp(2rem, 5vw, 3.4rem)}.post-header h1{font-size:clamp(1.6rem, 4vw, 2.6rem)}.post-header h1{margin-top:0}.post-header .dek{margin-top:1.15rem}.post-aside{position:sticky;top:6rem;align-self:start}.aside-top-link{display:inline-block;margin-bottom:1.8rem;font-family:var(--font-mono);font-size:.72rem;text-decoration:none}.aside-section{margin-bottom:1.8rem}.aside-post-title{color:var(--ink);font-family:var(--font-title);font-size:1rem;line-height:1.45}.aside-date{color:var(--muted);font-family:var(--font-mono);font-size:.72rem}.aside-highlight{border-left:1px solid var(--line);padding-left:.8rem}.aside-highlight p:last-child{color:var(--ink);font-size:.85rem;line-height:1.65}.aside-toc ol{margin:0}.aside-toc li{margin:.4rem 0}.aside-toc a{display:block;line-height:1.45;text-decoration:none}.post-row h3{font-size:1.25rem}.prose h1{font-size:1.7rem}.prose h2{font-size:1.4rem}.prose h3{font-size:1.2rem}mjx-container,mjx-container *{-webkit-user-select:text;user-select:text}@media (max-width: 760px){body{font-size:16px}.header-inner{align-items:center}.wordmark{line-height:1}.site-header nav{align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;line-height:1.2}.theme-toggle{align-self:center}.page-shell{padding:3rem 1.15rem}.intro{padding-top:5rem;padding-bottom:4rem}.post-row{grid-template-columns:1fr;gap:.3rem}.post-grid{display:block}.post-aside{display:none}.post-nav{grid-template-columns:1fr}.post-nav a:last-child{text-align:left}.compact-list li{grid-template-columns:1fr;gap:0}.footer-inner{align-items:flex-start;flex-direction:column;gap:.25rem}}@media (prefers-color-scheme: dark){:root{--paper:#20212b;--ink:#dadbdf;--muted:#a7b0bd;--navy:#6fc8ef;--link:#3eb7f0;--line:#39414e;--soft:#2b2d38;--code:#151b24}a:hover{color:#8bd8f7}}:root[data-theme="light"]{color-scheme:light;--paper:#fbfcfd;--ink:#26384a;--muted:#68798a;--navy:#043361;--link:#288fbd;--line:#dce5eb;--soft:#f1f5f7;--code:#183048}:root[data-theme="dark"]{color-scheme:dark;--paper:#20212b;--ink:#dadbdf;--muted:#a7b0bd;--navy:#6fc8ef;--link:#3eb7f0;--line:#39414e;--soft:#2b2d38;--code:#151b24}:root[data-theme="dark"] a:hover{color:#8bd8f7}a strong,a b{color:inherit}.theme-toggle{border:0;border-radius:0;box-shadow:none;background:none}.theme-toggle:focus-visible{outline:0;box-shadow:0 2px 0 currentColor}.code-shell{margin:0 0 1.35rem;border:1px solid var(--line);background:var(--code);overflow:hidden}.prose .code-shell pre{margin:0;border:0;border-radius:0;padding:1rem 1.25rem 1rem 4.15rem;position:relative;font-family:ui-monospace,"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono",monospace}.code-header{min-height:2.35rem;padding:.45rem .8rem .45rem 1rem;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:var(--soft)}.code-language{color:var(--muted);font-family:ui-monospace,"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.code-copy{appearance:none;border:0;background:transparent;color:var(--muted);cursor:pointer;display:grid;place-items:center;width:1.75rem;height:1.75rem;padding:.25rem}.code-copy svg{grid-area:1/1;width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.code-copy .copy-check{display:none}.code-copy.is-copied .copy-icon{display:none}.code-copy.is-copied .copy-check{display:block;color:var(--link)}.code-copy:hover{color:var(--link)}.code-copy:focus-visible{outline:1px solid var(--link);outline-offset:2px}.code-shell pre>code{position:relative;z-index:2;display:block;min-width:max-content}.code-gutter{position:absolute;z-index:2;left:0;top:0;width:3rem;padding:1rem .65rem 1rem 0;border-right:1px solid var(--line);color:var(--muted);font-family:inherit;font-size:.86em;text-align:right;white-space:pre;user-select:none}.code-current-line{position:absolute;z-index:1;left:0;right:0;background:rgba(40,143,189,0.12);pointer-events:none;opacity:0}.code-current-line.is-visible{opacity:1}.prose .code-shell pre code{font-family:ui-monospace,"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono",monospace}.code-shell pre.is-scrollable{overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.code-shell .c,.code-shell .cm,.code-shell .c1,.code-shell .cs{color:#7f8d9b;font-style:italic}.code-shell .k,.code-shell .kc,.code-shell .kd,.code-shell .kn,.code-shell .kp,.code-shell .kr,.code-shell .kt{color:#b77ac4}.code-shell .s,.code-shell .s1,.code-shell .s2,.code-shell .sb,.code-shell .sc,.code-shell .sd,.code-shell .se,.code-shell .sh,.code-shell .si,.code-shell .sx{color:#7abf91}.code-shell .m,.code-shell .mf,.code-shell .mh,.code-shell .mi,.code-shell .mo,.code-shell .il{color:#d19a66}.code-shell .na,.code-shell .nb,.code-shell .nc,.code-shell .nd,.code-shell .ne,.code-shell .nf,.code-shell .nl,.code-shell .nn,.code-shell .nt{color:#62b7df}.code-shell .o,.code-shell .ow{color:#d4a95f}.code-shell .err{color:#f06c75}.code-shell .gd{color:#f06c75}.code-shell .gi{color:#7abf91}:root[data-theme="light"] .code-shell{--code:#f5f7f9}.code-shell pre,.code-shell pre code{color:#dce6ec}:root[data-theme="light"] .code-shell pre,:root[data-theme="light"] .code-shell pre code{color:#26384a}:root[data-theme="light"] .code-shell .c,:root[data-theme="light"] .code-shell .cm,:root[data-theme="light"] .code-shell .c1{color:#7a8791}:root[data-theme="light"] .code-shell .k,:root[data-theme="light"] .code-shell .kc,:root[data-theme="light"] .code-shell .kd,:root[data-theme="light"] .code-shell .kn,:root[data-theme="light"] .code-shell .kt{color:#7b4f9d}:root[data-theme="light"] .code-shell .s,:root[data-theme="light"] .code-shell .s1,:root[data-theme="light"] .code-shell .s2{color:#397b55}:root[data-theme="light"] .code-shell .m,:root[data-theme="light"] .code-shell .mi,:root[data-theme="light"] .code-shell .mf{color:#a05a2c}:root[data-theme="light"] .code-shell .nf,:root[data-theme="light"] .code-shell .nc,:root[data-theme="light"] .code-shell .nb{color:#16749d}@media print{.site-header,.site-footer,.post-aside,.post-nav{display:none}.page-shell{padding:0}.post-grid{display:block}body{background:#fff;color:#222}}
