/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2025 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238)}.dark{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--code-bg)}.dark.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:200px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-align:center;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{color:var(--secondary);box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px;display:flex;flex-wrap:wrap;align-items:center}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin:0 2px 40px;border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px 0;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:56px}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .n{}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .nx{}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .l{}.chroma .ld{}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .p{}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}:root{--font-primary:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-mono:"SF Mono", "Monaco", "Inconsolata", "Roboto Mono", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;--text-primary:#1a1a1a;--text-secondary:#6b7280;--accent-color:#3b82f6;--accent-hover:#2563eb;--bg-highlight:#f8fafc;--border-subtle:#e5e7eb;--shadow-soft:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);--shadow-medium:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem}.dark{--text-primary:#f9fafb;--text-secondary:#9ca3af;--bg-highlight:#1f2937;--border-subtle:#374151}.post-title{font-family:var(--font-primary);font-size:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;margin-bottom:var(--space-lg);color:var(--text-primary);text-wrap:balance}.post-description{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin-top:var(--space-md);margin-bottom:var(--space-xl);text-wrap:pretty}.post-content{font-family:var(--font-primary);font-size:1.0625rem;line-height:1.7;color:var(--text-primary);max-width:none}.post-content h1{font-size:2.25rem;font-weight:700;line-height:1.25;margin:var(--space-3xl)0 var(--space-xl);color:var(--text-primary);letter-spacing:-.025em;position:relative}.post-content h2{font-size:1.875rem;font-weight:600;line-height:1.3;margin:var(--space-2xl)0 var(--space-lg);color:var(--text-primary);letter-spacing:-.025em;position:relative;padding-bottom:var(--space-xs);border-bottom:2px solid var(--accent-color)}.post-content h3{font-size:1.5rem;font-weight:600;line-height:1.35;margin:var(--space-xl)0 var(--space-md);color:var(--text-primary);position:relative}.post-content h3::before{content:"";position:absolute;left:-1.5rem;top:.5rem;width:4px;height:1.5rem;background:var(--accent-color);border-radius:2px}.post-content h4{font-size:1.25rem;font-weight:600;line-height:1.4;margin:var(--space-lg)0 var(--space-md);color:var(--text-primary)}.post-content h5,.post-content h6{font-size:1.125rem;font-weight:500;line-height:1.4;margin:var(--space-lg)0 var(--space-sm);color:var(--text-primary)}.post-content p{margin-bottom:var(--space-lg);text-align:justify;text-justify:inter-ideograph}.post-content p:last-child{margin-bottom:0}.post-content>p:first-of-type{font-size:1.125rem;line-height:1.6;margin-bottom:var(--space-xl);color:var(--text-secondary)}.post-content ul,.post-content ol{margin-bottom:var(--space-lg);padding-left:var(--space-xl)}.post-content li{margin-top:var(--space-sm);line-height:1.6}.post-content ul li{position:relative}.post-content ul li::marker{content:"•";color:var(--accent-color);font-weight:700}.post-content ol li::marker{color:var(--accent-color);font-weight:600}.post-content code{font-family:var(--font-mono);font-size:.875em;padding:.25rem .5rem;background:var(--bg-highlight);border:1px solid var(--border-subtle);border-radius:6px;color:var(--accent-color);font-weight:500}.post-content pre{margin:var(--space-xl)0;padding:var(--space-lg);background:var(--bg-highlight);border:1px solid var(--border-subtle);border-radius:12px;overflow-x:auto;box-shadow:var(--shadow-soft);position:relative}.post-content pre code{background:0 0;border:none;padding:0;font-size:.9em;line-height:1.5;color:inherit}.post-content pre[data-lang]::before{content:attr(data-lang);position:absolute;top:.5rem;right:1rem;padding:.25rem .5rem;background:var(--accent-color);color:#fff;font-size:.75rem;border-radius:4px;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.post-content blockquote{margin:var(--space-xl)0;padding:var(--space-lg);background:var(--bg-highlight);border-left:4px solid var(--accent-color);border-radius:0 8px 8px 0;position:relative;font-style:italic}.post-content blockquote::before{content:""";
 position:absolute;top:-.5rem;left:1rem;font-size:3rem;color:var(--accent-color);opacity:.3;font-family:Georgia,serif}.post-content blockquote p{margin-bottom:var(--space-md);color:var(--text-secondary);font-size:1.0625rem;line-height:1.6}.post-content blockquote p:last-child{margin-bottom:0}.post-content a{color:var(--accent-color);text-decoration:none;border-bottom:2px solid transparent;transition:all .2s ease;position:relative}.post-content a:hover{color:var(--accent-hover);border-bottom-color:var(--accent-hover)}.post-content a[href^=http]:not([href*="rexai.top"])::after{content:"↗";font-size:.8em;margin-left:.25rem;opacity:.6}.post-content img{max-width:100%;height:auto;border-radius:12px;margin:var(--space-xl)0;box-shadow:var(--shadow-medium);transition:transform .2s ease}.post-content img:hover{transform:scale(1.02)}.post-content figure{margin:var(--space-xl)0}.post-content figcaption{text-align:center;margin-top:var(--space-sm);font-size:.9rem;color:var(--text-secondary);font-style:italic}.post-content table{width:100%;margin:var(--space-xl)0;border-collapse:collapse;background:var(--bg-highlight);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-soft)}.post-content table th{background:var(--accent-color);color:#fff;font-weight:600;padding:var(--space-md);text-align:left;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.post-content table td{padding:var(--space-md);border-bottom:1px solid var(--border-subtle)}.post-content table tr:last-child td{border-bottom:none}.post-content table tr:nth-child(even){background:rgba(59,130,246,5%)}.post-content hr{margin:var(--space-3xl)0;border:none;height:1px;background:linear-gradient(to right,transparent,var(--border-subtle),transparent);position:relative}.post-content hr::after{content:"⁕";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--theme);color:var(--accent-color);padding:0 var(--space-md);font-size:1.2rem}.post-content strong{font-weight:700;color:var(--text-primary)}.post-content em{font-style:italic;color:var(--text-secondary)}.post-content mark{background:rgba(59,130,246,.2);color:var(--text-primary);padding:.1em .3em;border-radius:4px}@media(max-width:768px){.post-title{font-size:2rem;line-height:1.3}.post-content h1{font-size:1.875rem}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.25rem}.post-content h3::before{left:-1rem;width:3px;height:1.25rem}.post-content{font-size:1rem;line-height:1.6}.post-content pre{margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));border-radius:0;padding:var(--space-md)}}.toc{background:var(--bg-highlight);border:1px solid var(--border-subtle);border-radius:12px;padding:var(--space-lg);margin:var(--space-xl)0;box-shadow:var(--shadow-soft)}.toc .details{font-weight:600;color:var(--accent-color);margin-bottom:var(--space-sm)}.toc ul{padding-left:var(--space-md)}.toc li{margin:var(--space-xs)0;line-height:1.5}.toc a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease;font-size:.9rem}.toc a:hover{color:var(--accent-color)}.info-box{padding:var(--space-lg);margin:var(--space-xl)0;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:8px;position:relative}.info-box::before{content:"ℹ️";position:absolute;top:var(--space-md);left:var(--space-md);font-size:1.2rem}.info-box .content{margin-left:2rem}.post-content.indent-first-line p{text-indent:2em}.post-content.indent-first-line p:first-of-type,.post-content.indent-first-line li p:first-child,.post-content.indent-first-line blockquote p{text-indent:0}.post-content p{orphans:3;widows:3}.post-content{word-spacing:.1em}.post-content ::selection{background:rgba(59,130,246,.2);color:var(--text-primary)}:root{--wechat-bg-muted:#F5F5F5;--wechat-surface:#FFFFFF;--wechat-border:#E5E7EB;--wechat-divider:#F3F4F6;--wechat-text-primary:#1A1D21;--wechat-text-secondary:#374151;--wechat-text-tertiary:#6B7280;--wechat-text-quaternary:#9CA3AF;--wechat-primary:#1168CC;--wechat-secondary:#0F8FA3;--wechat-up:#0FAF68;--wechat-down:#D53B36;--wechat-underline-gradient:linear-gradient(90deg, #0F5FB3 0%, #1384D9 100%);--wechat-font-primary:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;--wechat-font-mono:"SF Mono", Monaco, Consolas, "Roboto Mono", "Liberation Mono", "Courier New", monospace}.dark{--wechat-bg-muted:#1f2937;--wechat-surface:#111827;--wechat-border:#374151;--wechat-divider:#374151;--wechat-text-primary:#f9fafb;--wechat-text-secondary:#d1d5db;--wechat-text-tertiary:#9ca3af;--wechat-text-quaternary:#6b7280}.post-content h1{font-size:22px!important;text-align:left!important;font-weight:500!important;margin-top:24px!important;margin-bottom:48px!important;color:var(--wechat-text-primary)!important;line-height:1.4!important;letter-spacing:-.2px!important;position:relative!important;border:none!important;padding-bottom:0!important}.post-content h1::before{content:'';display:inline-flex;align-items:center;margin-right:4px;width:14px;height:14px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.993371 907.062126s156.768549-7.835063 260.953235-8.788846c115.758811-1.059109 300.163657 8.788846 300.163657 8.788846l191.318308 21.632731s-298.896823 17.712274-491.481965 17.577692C307.053714 946.140891 32.182857 928.694857 32.182857 928.694857l202.810514-21.632731z' fill='%23000000' opacity='.5'/%3E%3Cpath d='M142.286263 66.58048c4.765989-6.606263 13.320777-15.108389 25.78432-13.788891 10.491611 1.111771 27.390537 6.038674 46.650514 12.603977 19.766126 6.73792 43.476114 15.72864 68.312503 25.755063 44.696137 18.039954 93.561417 39.637577 130.323017 57.870628A533.735131 533.735131 0 0 1 509.074286 140.434286c35.064686 0 69.210697 3.3792 102.022583 9.777737 35.989211-17.855634 82.727497-38.654537 125.597988-56.118126 24.608183-10.026423 48.101669-19.017143 67.689326-25.757988 19.078583-6.565303 35.845851-11.498057 46.273097-12.61568 12.501577-1.337051 21.024183 7.267474 25.719954 13.838628 5.12 7.162149 9.371063 16.828709 13.039909 27.4432 7.422537 21.480594 13.80352 50.936686 19.213166 82.970332 10.8544 64.3072 18.230126 141.80352 21.714651 193.536 0.084846 1.29024 0.002926 2.548297-0.231131 3.759542C954.745417 425.688503 968.411429 479.176411 968.411429 535.405714c0 218.135406-205.651383 394.971429-459.337143 394.971429S49.737143 753.54112 49.737143 535.405714c0-56.618423 13.853257-110.454491 38.806674-159.135451a14.587611 14.587611 0 0 1-0.73728-5.696366c3.513783-51.735406 10.959726-129.237577 21.916526-193.550628 5.459383-32.036571 11.901806-61.498514 19.397486-82.98496 3.703954-10.620343 7.998903-20.29568 13.165714-27.457829z m754.761143 257.287314c-3.996526-44.061257-9.80992-94.851657-17.267566-139.027017-5.336503-31.612343-11.401509-59.143314-18.013623-78.280411-3.349943-9.689966-6.509714-16.237714-9.189668-19.98848a20.84864 20.84864 0 0 0-1.114698-1.439452c-7.285029 1.214171-20.155246 4.880091-37.557394 10.866103-18.908891 6.509714-41.869897 15.289783-66.17088 25.1904-30.485943 12.419657-62.83264 26.498194-91.659703 39.906743 100.343223 29.12256 185.162606 87.2448 240.973532 162.772114z m-308.068937-147.924114a14.628571 14.628571 0 0 0 20.450742 7.90528 845.4144 845.4144 0 0 1 5.833875-2.993006C803.831223 221.432686 939.154286 367.539931 939.154286 535.405714c0 197.988937-188.25216 365.714286-430.08 365.714286S78.994286 733.394651 78.994286 535.405714c0-169.6768 138.26048-317.126949 330.017645-355.825371l2.68288 1.369234a14.628571 14.628571 0 0 0 19.08736-5.257508A509.29664 509.29664 0 0 1 509.074286 169.691429c27.387611 0 54.08768 2.1504 79.904183 6.255177zM272.082651 118.280777c31.808366 12.84096 65.623771 27.451977 95.451429 41.264274-102.882743 28.625189-189.878857 87.61344-246.693303 164.676755 4.043337-44.801463 10.011794-97.016686 17.723977-142.280412 5.38624-31.609417 11.506834-59.134537 18.180389-78.262857 3.376274-9.68704 6.565303-16.228937 9.268663-19.976777 0.476891-0.661211 0.871863-1.149806 1.18784-1.509669 7.358171 1.193691 20.41856 4.877166 38.078171 10.898286 19.093211 6.509714 42.27072 15.289783 66.802834 25.1904zM168.126171 81.3056c0 0.008777-0.058514 0.058514-0.181394 0.128731 0.119954-0.1024 0.181394-0.134583 0.181394-0.128731z m682.370195 2.884754c0 0.008777 0.064366 0.064366 0.187245 0.137509-0.12288-0.108251-0.187246-0.146286-0.187245-0.137509z' fill='%235A3924'/%3E%3Cpath d='M936.228571 535.405714c0 201.979611-191.24224 365.714286-427.154285 365.714286S81.92 737.385326 81.92 535.405714 273.16224 169.691429 509.074286 169.691429s427.154286 163.734674 427.154285 365.714285z' fill='%23FDB64A'/%3E%3Cpath d='M525.165714 168.228571c143.36 0 352.841143 70.509714 400.822857 264.777143 59.977143 242.834286-454.948571-35.108571-400.822857-264.777143z' fill='%235A3924'/%3E%3Cpath d='M169.691429 81.92c34.026057 3.677623 185.730194 62.598583 258.925714 100.937143-231.084617 63.253943-269.165714 197.485714-307.2 206.262857C117.9648 285.608229 135.65952 78.239451 169.691429 81.92z' fill='%23FDB64A'/%3E%3Cpath d='M859.36128 61.483886c-34.03776 3.662994-192.231131 76.089051-265.438354 114.249143C825.048503 238.691474 845.531429 348.16 912.822857 389.12c3.452343-103.026103-19.426743-331.299109-53.461577-327.636114z' fill='%235A3924'/%3E%3Cpath d='M174.963566 128.731429c34.175269 20.140617 117.332846 72.197851 100.837668 82.306194-48.888686 29.965166-117.543497 86.884937-128.936228 101.235566-11.392731 14.350629 6.834469-174.477897 28.09856-183.54176z m671.147154 0c-34.175269 20.140617-117.332846 72.197851-100.837669 82.306194 48.888686 29.965166 117.543497 86.884937 128.936229 101.235566 11.392731 14.350629-6.834469-174.477897-28.09856-183.54176z' fill='%23FFFFFF' opacity='.3'/%3E%3Cpath d='M308.662857 422.76864c-73.991314 33.797851-150.279314 36.688457-210.651428 8.777143-81.92 216.502857 112.657554 469.577143 392.045714 469.577143 339.084434 0 498.834286-248.685714 434.468571-469.577143-36.571429 17.554286-152.137143 49.734217-245.76-8.777143-71.574674-44.734171-45.348571-247.222857-156.525714-251.611429s-95.085714 197.485714-213.577143 251.611429z' fill='%23FFFFFF'/%3E%3Cpath d='M362.788571 544.182857c37.165349 0 67.291429-29.473646 67.291429-65.828571S399.95392 412.525714 362.788571 412.525714s-67.291429 29.473646-67.291428 65.828572 30.12608 65.828571 67.291428 65.828571z m272.091429 0c37.165349 0 67.291429-29.473646 67.291429-65.828571S672.045349 412.525714 634.88 412.525714s-67.291429 29.473646-67.291429 65.828572 30.12608 65.828571 67.291429 65.828571z' fill='%23FFC976'/%3E%3Cpath d='M533.322606 545.923657c1.468709-1.026926 2.083109-2.165029 2.083108-3.712731 0-1.793463-0.842606-4.224731-2.799908-7.010012-1.928046-2.738469-4.786469-5.596891-8.405577-8.194925-7.244069-5.196069-17.261714-9.15456-28.291658-9.15456-11.029943 0-21.047589 3.958491-28.291657 9.15456-3.619109 2.598034-6.477531 5.456457-8.405577 8.194925-1.957303 2.78528-2.799909 5.216549-2.799908 7.010012 0 1.547703 0.6144 2.685806 2.083108 3.712731 1.629623 1.138103 4.23936 2.059703 7.931612 2.720914 7.366949 1.319497 17.680091 1.389714 29.482422 1.389715s22.115474-0.070217 29.482423-1.389715c3.692251-0.661211 6.301989-1.582811 7.931612-2.720914zM495.908571 552.96c23.42912 0 42.422857-0.24576 42.422858-10.749074S519.337691 514.925714 495.908571 514.925714s-42.422857 16.781897-42.422857 27.285212c0 10.503314 18.993737 10.749074 42.422857 10.749074z' fill='%23634011'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;vertical-align:baseline}.post-content h2{font-size:20px!important;font-weight:500!important;margin-top:32px!important;margin-bottom:16px!important;color:var(--wechat-text-primary)!important;line-height:1.4!important;position:relative!important;text-align:left!important;border:none!important;padding-bottom:0!important}.post-content h2::before{content:'';display:inline-flex;align-items:center;margin-right:4px;width:16px;height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.993371 907.062126s156.768549-7.835063 260.953235-8.788846c115.758811-1.059109 300.163657 8.788846 300.163657 8.788846l191.318308 21.632731s-298.896823 17.712274-491.481965 17.577692C307.053714 946.140891 32.182857 928.694857 32.182857 928.694857l202.810514-21.632731z' fill='%23000000' opacity='.5'/%3E%3Cpath d='M142.286263 66.58048c4.765989-6.606263 13.320777-15.108389 25.78432-13.788891 10.491611 1.111771 27.390537 6.038674 46.650514 12.603977 19.766126 6.73792 43.476114 15.72864 68.312503 25.755063 44.696137 18.039954 93.561417 39.637577 130.323017 57.870628A533.735131 533.735131 0 0 1 509.074286 140.434286c35.064686 0 69.210697 3.3792 102.022583 9.777737 35.989211-17.855634 82.727497-38.654537 125.597988-56.118126 24.608183-10.026423 48.101669-19.017143 67.689326-25.757988 19.078583-6.565303 35.845851-11.498057 46.273097-12.61568 12.501577-1.337051 21.024183 7.267474 25.719954 13.838628 5.12 7.162149 9.371063 16.828709 13.039909 27.4432 7.422537 21.480594 13.80352 50.936686 19.213166 82.970332 10.8544 64.3072 18.230126 141.80352 21.714651 193.536 0.084846 1.29024 0.002926 2.548297-0.231131 3.759542C954.745417 425.688503 968.411429 479.176411 968.411429 535.405714c0 218.135406-205.651383 394.971429-459.337143 394.971429S49.737143 753.54112 49.737143 535.405714c0-56.618423 13.853257-110.454491 38.806674-159.135451a14.587611 14.587611 0 0 1-0.73728-5.696366c3.513783-51.735406 10.959726-129.237577 21.916526-193.550628 5.459383-32.036571 11.901806-61.498514 19.397486-82.98496 3.703954-10.620343 7.998903-20.29568 13.165714-27.457829z m754.761143 257.287314c-3.996526-44.061257-9.80992-94.851657-17.267566-139.027017-5.336503-31.612343-11.401509-59.143314-18.013623-78.280411-3.349943-9.689966-6.509714-16.237714-9.189668-19.98848a20.84864 20.84864 0 0 0-1.114698-1.439452c-7.285029 1.214171-20.155246 4.880091-37.557394 10.866103-18.908891 6.509714-41.869897 15.289783-66.17088 25.1904-30.485943 12.419657-62.83264 26.498194-91.659703 39.906743 100.343223 29.12256 185.162606 87.2448 240.973532 162.772114z m-308.068937-147.924114a14.628571 14.628571 0 0 0 20.450742 7.90528 845.4144 845.4144 0 0 1 5.833875-2.993006C803.831223 221.432686 939.154286 367.539931 939.154286 535.405714c0 197.988937-188.25216 365.714286-430.08 365.714286S78.994286 733.394651 78.994286 535.405714c0-169.6768 138.26048-317.126949 330.017645-355.825371l2.68288 1.369234a14.628571 14.628571 0 0 0 19.08736-5.257508A509.29664 509.29664 0 0 1 509.074286 169.691429c27.387611 0 54.08768 2.1504 79.904183 6.255177zM272.082651 118.280777c31.808366 12.84096 65.623771 27.451977 95.451429 41.264274-102.882743 28.625189-189.878857 87.61344-246.693303 164.676755 4.043337-44.801463 10.011794-97.016686 17.723977-142.280412 5.38624-31.609417 11.506834-59.134537 18.180389-78.262857 3.376274-9.68704 6.565303-16.228937 9.268663-19.976777 0.476891-0.661211 0.871863-1.149806 1.18784-1.509669 7.358171 1.193691 20.41856 4.877166 38.078171 10.898286 19.093211 6.509714 42.27072 15.289783 66.802834 25.1904zM168.126171 81.3056c0 0.008777-0.058514 0.058514-0.181394 0.128731 0.119954-0.1024 0.181394-0.134583 0.181394-0.128731z m682.370195 2.884754c0 0.008777 0.064366 0.064366 0.187245 0.137509-0.12288-0.108251-0.187246-0.146286-0.187245-0.137509z' fill='%235A3924'/%3E%3Cpath d='M936.228571 535.405714c0 201.979611-191.24224 365.714286-427.154285 365.714286S81.92 737.385326 81.92 535.405714 273.16224 169.691429 509.074286 169.691429s427.154286 163.734674 427.154285 365.714285z' fill='%23FDB64A'/%3E%3Cpath d='M525.165714 168.228571c143.36 0 352.841143 70.509714 400.822857 264.777143 59.977143 242.834286-454.948571-35.108571-400.822857-264.777143z' fill='%235A3924'/%3E%3Cpath d='M169.691429 81.92c34.026057 3.677623 185.730194 62.598583 258.925714 100.937143-231.084617 63.253943-269.165714 197.485714-307.2 206.262857C117.9648 285.608229 135.65952 78.239451 169.691429 81.92z' fill='%23FDB64A'/%3E%3Cpath d='M859.36128 61.483886c-34.03776 3.662994-192.231131 76.089051-265.438354 114.249143C825.048503 238.691474 845.531429 348.16 912.822857 389.12c3.452343-103.026103-19.426743-331.299109-53.461577-327.636114z' fill='%235A3924'/%3E%3Cpath d='M174.963566 128.731429c34.175269 20.140617 117.332846 72.197851 100.837668 82.306194-48.888686 29.965166-117.543497 86.884937-128.936228 101.235566-11.392731 14.350629 6.834469-174.477897 28.09856-183.54176z m671.147154 0c-34.175269 20.140617-117.332846 72.197851-100.837669 82.306194 48.888686 29.965166 117.543497 86.884937 128.936229 101.235566 11.392731 14.350629-6.834469-174.477897-28.09856-183.54176z' fill='%23FFFFFF' opacity='.3'/%3E%3Cpath d='M308.662857 422.76864c-73.991314 33.797851-150.279314 36.688457-210.651428 8.777143-81.92 216.502857 112.657554 469.577143 392.045714 469.577143 339.084434 0 498.834286-248.685714 434.468571-469.577143-36.571429 17.554286-152.137143 49.734217-245.76-8.777143-71.574674-44.734171-45.348571-247.222857-156.525714-251.611429s-95.085714 197.485714-213.577143 251.611429z' fill='%23FFFFFF'/%3E%3Cpath d='M362.788571 544.182857c37.165349 0 67.291429-29.473646 67.291429-65.828571S399.95392 412.525714 362.788571 412.525714s-67.291429 29.473646-67.291428 65.828572 30.12608 65.828571 67.291428 65.828571z m272.091429 0c37.165349 0 67.291429-29.473646 67.291429-65.828571S672.045349 412.525714 634.88 412.525714s-67.291429 29.473646-67.291429 65.828572 30.12608 65.828571 67.291429 65.828571z' fill='%23FFC976'/%3E%3Cpath d='M533.322606 545.923657c1.468709-1.026926 2.083109-2.165029 2.083108-3.712731 0-1.793463-0.842606-4.224731-2.799908-7.010012-1.928046-2.738469-4.786469-5.596891-8.405577-8.194925-7.244069-5.196069-17.261714-9.15456-28.291658-9.15456-11.029943 0-21.047589 3.958491-28.291657 9.15456-3.619109 2.598034-6.477531 5.456457-8.405577 8.194925-1.957303 2.78528-2.799909 5.216549-2.799908 7.010012 0 1.547703 0.6144 2.685806 2.083108 3.712731 1.629623 1.138103 4.23936 2.059703 7.931612 2.720914 7.366949 1.319497 17.680091 1.389714 29.482422 1.389715s22.115474-0.070217 29.482423-1.389715c3.692251-0.661211 6.301989-1.582811 7.931612-2.720914zM495.908571 552.96c23.42912 0 42.422857-0.24576 42.422858-10.749074S519.337691 514.925714 495.908571 514.925714s-42.422857 16.781897-42.422857 27.285212c0 10.503314 18.993737 10.749074 42.422857 10.749074z' fill='%23634011'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;vertical-align:baseline}.post-content h3{font-size:17px!important;font-weight:500!important;color:var(--wechat-text-secondary)!important;margin-top:24px!important;margin-bottom:8px!important;line-height:1.4!important;position:relative!important;text-align:left!important}.post-content h3::before{content:'';display:inline-flex;align-items:center;margin-right:4px;width:12px;height:12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.993371 907.062126s156.768549-7.835063 260.953235-8.788846c115.758811-1.059109 300.163657 8.788846 300.163657 8.788846l191.318308 21.632731s-298.896823 17.712274-491.481965 17.577692C307.053714 946.140891 32.182857 928.694857 32.182857 928.694857l202.810514-21.632731z' fill='%23000000' opacity='.5'/%3E%3Cpath d='M142.286263 66.58048c4.765989-6.606263 13.320777-15.108389 25.78432-13.788891 10.491611 1.111771 27.390537 6.038674 46.650514 12.603977 19.766126 6.73792 43.476114 15.72864 68.312503 25.755063 44.696137 18.039954 93.561417 39.637577 130.323017 57.870628A533.735131 533.735131 0 0 1 509.074286 140.434286c35.064686 0 69.210697 3.3792 102.022583 9.777737 35.989211-17.855634 82.727497-38.654537 125.597988-56.118126 24.608183-10.026423 48.101669-19.017143 67.689326-25.757988 19.078583-6.565303 35.845851-11.498057 46.273097-12.61568 12.501577-1.337051 21.024183 7.267474 25.719954 13.838628 5.12 7.162149 9.371063 16.828709 13.039909 27.4432 7.422537 21.480594 13.80352 50.936686 19.213166 82.970332 10.8544 64.3072 18.230126 141.80352 21.714651 193.536 0.084846 1.29024 0.002926 2.548297-0.231131 3.759542C954.745417 425.688503 968.411429 479.176411 968.411429 535.405714c0 218.135406-205.651383 394.971429-459.337143 394.971429S49.737143 753.54112 49.737143 535.405714c0-56.618423 13.853257-110.454491 38.806674-159.135451a14.587611 14.587611 0 0 1-0.73728-5.696366c3.513783-51.735406 10.959726-129.237577 21.916526-193.550628 5.459383-32.036571 11.901806-61.498514 19.397486-82.98496 3.703954-10.620343 7.998903-20.29568 13.165714-27.457829z m754.761143 257.287314c-3.996526-44.061257-9.80992-94.851657-17.267566-139.027017-5.336503-31.612343-11.401509-59.143314-18.013623-78.280411-3.349943-9.689966-6.509714-16.237714-9.189668-19.98848a20.84864 20.84864 0 0 0-1.114698-1.439452c-7.285029 1.214171-20.155246 4.880091-37.557394 10.866103-18.908891 6.509714-41.869897 15.289783-66.17088 25.1904-30.485943 12.419657-62.83264 26.498194-91.659703 39.906743 100.343223 29.12256 185.162606 87.2448 240.973532 162.772114z m-308.068937-147.924114a14.628571 14.628571 0 0 0 20.450742 7.90528 845.4144 845.4144 0 0 1 5.833875-2.993006C803.831223 221.432686 939.154286 367.539931 939.154286 535.405714c0 197.988937-188.25216 365.714286-430.08 365.714286S78.994286 733.394651 78.994286 535.405714c0-169.6768 138.26048-317.126949 330.017645-355.825371l2.68288 1.369234a14.628571 14.628571 0 0 0 19.08736-5.257508A509.29664 509.29664 0 0 1 509.074286 169.691429c27.387611 0 54.08768 2.1504 79.904183 6.255177zM272.082651 118.280777c31.808366 12.84096 65.623771 27.451977 95.451429 41.264274-102.882743 28.625189-189.878857 87.61344-246.693303 164.676755 4.043337-44.801463 10.011794-97.016686 17.723977-142.280412 5.38624-31.609417 11.506834-59.134537 18.180389-78.262857 3.376274-9.68704 6.565303-16.228937 9.268663-19.976777 0.476891-0.661211 0.871863-1.149806 1.18784-1.509669 7.358171 1.193691 20.41856 4.877166 38.078171 10.898286 19.093211 6.509714 42.27072 15.289783 66.802834 25.1904zM168.126171 81.3056c0 0.008777-0.058514 0.058514-0.181394 0.128731 0.119954-0.1024 0.181394-0.134583 0.181394-0.128731z m682.370195 2.884754c0 0.008777 0.064366 0.064366 0.187245 0.137509-0.12288-0.108251-0.187246-0.146286-0.187245-0.137509z' fill='%235A3924'/%3E%3Cpath d='M936.228571 535.405714c0 201.979611-191.24224 365.714286-427.154285 365.714286S81.92 737.385326 81.92 535.405714 273.16224 169.691429 509.074286 169.691429s427.154286 163.734674 427.154285 365.714285z' fill='%23FDB64A'/%3E%3Cpath d='M525.165714 168.228571c143.36 0 352.841143 70.509714 400.822857 264.777143 59.977143 242.834286-454.948571-35.108571-400.822857-264.777143z' fill='%235A3924'/%3E%3Cpath d='M169.691429 81.92c34.026057 3.677623 185.730194 62.598583 258.925714 100.937143-231.084617 63.253943-269.165714 197.485714-307.2 206.262857C117.9648 285.608229 135.65952 78.239451 169.691429 81.92z' fill='%23FDB64A'/%3E%3Cpath d='M859.36128 61.483886c-34.03776 3.662994-192.231131 76.089051-265.438354 114.249143C825.048503 238.691474 845.531429 348.16 912.822857 389.12c3.452343-103.026103-19.426743-331.299109-53.461577-327.636114z' fill='%235A3924'/%3E%3Cpath d='M174.963566 128.731429c34.175269 20.140617 117.332846 72.197851 100.837668 82.306194-48.888686 29.965166-117.543497 86.884937-128.936228 101.235566-11.392731 14.350629 6.834469-174.477897 28.09856-183.54176z m671.147154 0c-34.175269 20.140617-117.332846 72.197851-100.837669 82.306194 48.888686 29.965166 117.543497 86.884937 128.936229 101.235566 11.392731 14.350629-6.834469-174.477897-28.09856-183.54176z' fill='%23FFFFFF' opacity='.3'/%3E%3Cpath d='M308.662857 422.76864c-73.991314 33.797851-150.279314 36.688457-210.651428 8.777143-81.92 216.502857 112.657554 469.577143 392.045714 469.577143 339.084434 0 498.834286-248.685714 434.468571-469.577143-36.571429 17.554286-152.137143 49.734217-245.76-8.777143-71.574674-44.734171-45.348571-247.222857-156.525714-251.611429s-95.085714 197.485714-213.577143 251.611429z' fill='%23FFFFFF'/%3E%3Cpath d='M362.788571 544.182857c37.165349 0 67.291429-29.473646 67.291429-65.828571S399.95392 412.525714 362.788571 412.525714s-67.291429 29.473646-67.291428 65.828572 30.12608 65.828571 67.291428 65.828571z m272.091429 0c37.165349 0 67.291429-29.473646 67.291429-65.828571S672.045349 412.525714 634.88 412.525714s-67.291429 29.473646-67.291429 65.828572 30.12608 65.828571 67.291429 65.828571z' fill='%23FFC976'/%3E%3Cpath d='M533.322606 545.923657c1.468709-1.026926 2.083109-2.165029 2.083108-3.712731 0-1.793463-0.842606-4.224731-2.799908-7.010012-1.928046-2.738469-4.786469-5.596891-8.405577-8.194925-7.244069-5.196069-17.261714-9.15456-28.291658-9.15456-11.029943 0-21.047589 3.958491-28.291657 9.15456-3.619109 2.598034-6.477531 5.456457-8.405577 8.194925-1.957303 2.78528-2.799909 5.216549-2.799908 7.010012 0 1.547703 0.6144 2.685806 2.083108 3.712731 1.629623 1.138103 4.23936 2.059703 7.931612 2.720914 7.366949 1.319497 17.680091 1.389714 29.482422 1.389715s22.115474-0.070217 29.482423-1.389715c3.692251-0.661211 6.301989-1.582811 7.931612-2.720914zM495.908571 552.96c23.42912 0 42.422857-0.24576 42.422858-10.749074S519.337691 514.925714 495.908571 514.925714s-42.422857 16.781897-42.422857 27.285212c0 10.503314 18.993737 10.749074 42.422857 10.749074z' fill='%23634011'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;vertical-align:baseline}.post-content p{font-size:16px!important;color:var(--wechat-text-secondary)!important;line-height:1.7!important;margin-bottom:24px!important;text-align:left!important;font-weight:400!important;letter-spacing:.1px!important}.post-content strong{font-weight:600!important;color:#111827!important}.post-content em{font-style:italic!important;color:var(--wechat-text-tertiary)!important;font-weight:400!important}.post-content ul,.post-content ol{margin:0 0 24px!important;padding-left:0!important;margin-left:1.2em!important}.post-content li{display:block!important;font-size:16px!important;color:var(--wechat-text-secondary)!important;line-height:1.8!important;margin:.5em 0!important;position:relative!important;font-weight:400!important}.post-content ul li::before{content:"•"!important;margin-right:8px!important;color:var(--wechat-text-quaternary)!important;font-size:14px!important;font-weight:400!important;min-width:20px!important;display:inline-block!important}.post-content ul li::marker{display:none!important}.post-content ol{counter-reset:ol-counter}.post-content ol li{counter-increment:ol-counter}.post-content ol li::before{content:counter(ol-counter)"."!important;margin-right:8px!important;color:var(--wechat-text-tertiary)!important;font-weight:500!important;min-width:20px!important;display:inline-block!important}.post-content ol li::marker{display:none!important}.post-content blockquote{border-left:3px solid #dbdbdb!important;background:0 0!important;padding:4px 0 4px 10px!important;margin:16px 0!important;font-size:15px!important;color:rgba(0,0,0,.5)!important;line-height:1.6!important;font-style:normal!important;position:relative!important}.post-content blockquote p{font-size:15px!important;color:rgba(0,0,0,.5)!important;line-height:1.6!important;margin-bottom:0!important}.post-content code{font-family:var(--wechat-font-mono)!important;font-size:14px!important;line-height:1.6!important;color:var(--wechat-text-secondary)!important}.post-content p code{background-color:var(--wechat-bg-muted)!important;padding:2px 6px!important;border-radius:3px!important;font-size:14px!important;color:var(--wechat-text-tertiary)!important;font-weight:500!important}.post-content pre{margin:24px 0!important;border:1px solid var(--wechat-border)!important;border-radius:6px!important;overflow:hidden!important;background-color:#eee!important;position:relative!important}.post-content pre::before{content:attr(data-lang)!important;display:block!important;background-color:#e5e5e5!important;padding:8px 16px!important;border-bottom:1px solid var(--wechat-border)!important;font-size:12px!important;color:var(--wechat-text-tertiary)!important;font-family:var(--wechat-font-mono)!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:1px!important}.post-content pre:not([data-lang])::before,.post-content pre[data-lang=""]::before{display:none!important}.post-content pre code{display:block!important;background-color:#eee!important;padding:16px 16px 16px 52px!important;margin:0!important;overflow:auto!important;font-size:14px!important;font-family:var(--wechat-font-mono)!important;line-height:1.6!important;color:#333!important;position:relative!important}.post-content pre code::before{content:"1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9\A 10\A 11\A 12\A 13\A 14\A 15"!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:44px!important;background-color:#e5e5e5!important;border-right:1px solid var(--wechat-border)!important;padding:16px 8px!important;font-size:12px!important;color:#666!important;font-family:var(--wechat-font-mono)!important;line-height:1.6!important;text-align:right!important;user-select:none!important;white-space:pre!important}.post-content a{color:var(--wechat-secondary)!important;text-decoration:underline!important;text-decoration-color:#d1d5db!important;text-underline-offset:2px!important;font-weight:500!important}.post-content a:hover{color:var(--wechat-primary)!important;text-decoration-color:var(--wechat-primary)!important}.post-content img{max-width:100%!important;height:auto!important;display:block!important;margin:0 auto!important;border-radius:4px!important;border:1px solid var(--wechat-border)!important}.post-content figure{margin:32px 0!important;text-align:center!important}.post-content figcaption{font-size:14px!important;color:var(--wechat-text-tertiary)!important;margin-top:8px!important;font-style:italic!important;text-align:center!important}.post-content table{width:100%!important;border-collapse:collapse!important;margin:24px 0!important;font-size:14px!important;background-color:var(--wechat-surface)!important;border:1px solid var(--wechat-border)!important;border-radius:6px!important;overflow:hidden!important}.post-content thead{background-color:#f9fafb!important}.post-content tr{border-bottom:1px solid var(--wechat-divider)!important}.post-content tr:last-child{border-bottom:none!important}.post-content td{padding:12px 16px!important;text-align:left!important;border-right:1px solid var(--wechat-divider)!important;line-height:1.6!important;color:var(--wechat-text-secondary)!important}.post-content td:last-child{border-right:none!important}.post-content th{padding:12px 16px!important;text-align:left!important;border-right:1px solid var(--wechat-border)!important;font-weight:600!important;color:#1f2937!important;line-height:1.6!important}.post-content th:last-child{border-right:none!important}.post-content hr{border:none!important;border-top:1px solid var(--wechat-border)!important;margin:40px 0!important;height:1px!important}.post-content del{color:var(--wechat-text-quaternary)!important;text-decoration:line-through!important;opacity:.8!important}@media(max-width:768px){.post-content h1{font-size:20px!important;margin-bottom:32px!important}.post-content h2{font-size:18px!important;margin-top:24px!important;margin-bottom:12px!important}.post-content h3{font-size:16px!important;margin-top:20px!important;margin-bottom:6px!important}.post-content p{font-size:15px!important;margin-bottom:20px!important}.post-content li{font-size:15px!important}.post-content pre code{padding-left:16px!important;font-size:13px!important}.post-content pre code::before{display:none!important}}.dark .post-content blockquote{color:rgba(255,255,255,.5)!important;border-left-color:#4b5563!important}.dark .post-content blockquote p{color:rgba(255,255,255,.5)!important}.dark .post-content strong{color:#f9fafb!important}.dark .post-content pre::before{background-color:#374151!important;border-bottom-color:#4b5563!important}.dark .post-content pre code::before{background-color:#374151!important;border-right-color:#4b5563!important}.dark .post-content thead{background-color:#374151!important}.dark .post-content th{color:#f9fafb!important}