*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0;line-height:1.5}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{background-color:transparent;text-decoration:none;color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;border:none;background:0 0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;cursor:pointer}fieldset{padding:0;border:none}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}img,embed,iframe,object,audio,video{height:auto;max-width:100%;border-style:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}:root{--header-height:50px;--header-nav-width:1024px;--header-theme-toggle-icon-size:25px;--bg:#fdf6e3;--text:#5C6A72;--header-bg:#EFEBD4;--header-title-fg:#8DA101;--header-theme-toggle-fg:#8DA101;--header-theme-toggle-hover-fg:#F4F0D9;--header-theme-toggle-hover-bg:#8DA101;--home-list-bg:#EFEBD4;--home-list-title-fg:#5C6A72;--home-list-date-fg:#A6B0A0;--home-list-hover-bg:#8DA101;--home-list-title-hover-fg:#8DA101;--home-list-date-hover-fg:#8DA101;--home-search-border-fg:#E6E2CC;--home-search-border-focus-fg:#8DA101;--home-search-placeholder-fg:#E6E2CC;--post-toc-bg:#EFEBD4;--post-toc-hover-bg:#E0DCC7;--post-toc-hover-fg:#3A94C5;--post-h2:#3A94C5;--post-h3:#8DA101;--post-h4:#F57D26;--post-table-th-fg:#F57D26;--post-code-fg:#F85552;--post-code-bg:#FAEDCD;--post-border-fg:#E6E2CC;--post-highlight-bg:#2D353B;--post-link-fg:#3A94C5;--post-link-hover-bg:#E9F0E9;--post-strong-fg:#F57D26;--post-quote-border-fg:#93b259;--post-quote-bg:#EFEBD4;--post-selection-bg:#93b259;--post-horizontal-scroll-bar-fg:#3D484D;--post-horizontal-scroll-bar-hover-fg:#A7C080;--footer-fg:#A6B0A0;--footer-bg:#fdf6e3;--footer-link-hover-fg:#93b259;--footer-gotop-bg:#E6E2CC;--footer-gotop-hover-bg:#93b259}.dark{--bg:#2D353B;--text:#d3c6aa;--header-bg:#232A2E;--header-title-fg:#A7C080;--header-theme-toggle-fg:#A7C080;--header-theme-toggle-hover-fg:#232A2E;--header-theme-toggle-hover-bg:#A7C080;--home-list-bg:#232A2E;--home-list-title-fg:#d3c6aa;--home-list-date-fg:#7A8478;--home-list-hover-bg:#A7C080;--home-list-title-hover-fg:#A7C080;--home-list-date-hover-fg:#A7C080;--home-search-border-fg:#475258;--home-search-border-focus-fg:#A7C080;--home-search-placeholder-fg:#475258;--post-toc-bg:#232A2E;--post-toc-hover-bg:#343F44;--post-toc-hover-fg:#7FBBB3;--post-h2:#7FBBB3;--post-h3:#A7C080;--post-h4:#E69875;--post-table-th-fg:#E69875;--post-code-fg:#E67E80;--post-code-bg:#343F44;--post-border-fg:#3D484D;--post-highlight-bg:#232A2E;--post-link-fg:#7FBBB3;--post-link-hover-bg:#3A515D;--post-strong-fg:#E69875;--post-quote-border-fg:#A7c080;--post-quote-bg:#343F44;--post-selection-bg:#A7C080;--post-horizontal-scroll-bar-fg:#343F44;--post-horizontal-scroll-bar-hover-fg:#A7C080;--footer-fg:#7A8478;--footer-bg:#2D353B;--footer-link-hover-fg:#A7C080;--footer-gotop-bg:#3D484D;--footer-gotop-hover-bg:#A7C080}html,body{font-family:lxgw wenkai medium,BlinkMacSystemFont,pingfang sc,hiragino sans gb,microsoft yahei,wenquanyi micro hei,sans-serif;font-weight:400;font-size:17px;line-height:1.65;color:var(--text);background:#000;display:flex;flex-direction:column;min-height:100vh;width:100%;transition:color .5s ease}header{background-color:var(--header-bg);transition:background .5s ease;user-select:none}header .nav{display:flex;justify-content:space-between;align-items:center;max-width:var(--header-nav-width);margin:auto}header .title{color:var(--header-title-fg);font-size:25px;font-weight:800;line-height:var(--header-height);margin:auto 10px;transition:color .5s ease}#theme-toggle{margin:5px;background-color:var(--header-bg);color:var(--header-theme-toggle-fg);width:var(--header-height);height:var(--header-height);cursor:pointer;border-radius:100%;overflow:hidden;transition:all .5s ease}#theme-toggle .toggle-wrapper{position:relative;width:var(--header-theme-toggle-icon-size);height:var(--header-theme-toggle-icon-size);margin:calc( (var(--header-height) - var(--header-theme-toggle-icon-size))/2 );border-radius:100%}#moon{position:absolute;top:-200%;left:0;width:100%;height:100%;transition:transform .5s ease}#sun{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s ease}.dark #moon,.dark #sun{transform:translateY(200%)}@media screen and (min-width:900px){#theme-toggle:hover{color:var(--header-theme-toggle-hover-fg);background:var(--header-theme-toggle-hover-bg)}}main{flex:1;background-color:var(--bg);transition:background-color .5s ease;height:100%;padding:0 10px}main .post-list{display:flex;max-width:500px;flex-direction:column;gap:0;margin:0 auto;border-radius:10px;padding:0}main .list-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-radius:25px;user-select:none}main .list-item:hover>.title{color:var(--home-list-title-hover-fg)}main .list-item:hover>.date{color:var(--home-list-date-hover-fg)}@media screen and (min-width:900px){main .list-item:hover>span.title::before{opacity:1}}main .title{color:var(--home-list-title-fg);font-size:18px;font-weight:400;transition:color .5s ease;max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;margin-left:-16px;-webkit-user-drag:none}main .title::before{content:"";display:inline-block;width:8px;height:8px;margin-bottom:2px;background-color:var(--home-list-title-hover-fg);border-radius:50%;margin-right:8px;opacity:0}main .date{color:var(--home-list-date-fg);white-space:nowrap;font-size:15px;font-weight:400;display:inline-block;transition:color .5s ease}#search-input{display:flex;color:var(--text);background-color:var(--bg);padding:8px 15px;border:2px solid var(--home-search-border-fg);border-radius:50px;width:300px;max-width:90%;margin:50px auto 30px;text-align:center;font:inherit;transition:all .5s ease}#search-input:focus{border:2px solid var(--home-search-border-focus-fg);outline:none;transform:scale(1.05)}#search-input::placeholder{color:var(--home-search-placeholder-fg);transition:color .5s ease;user-select:none}.post-content{max-width:1024px;width:100%;margin:0 auto;height:100%;padding:30px 0}.post-title{margin-bottom:30px}.post-content .toc{transition:background-color .5s ease;background-color:var(--post-toc-bg);padding-left:5px;border-radius:10px;margin-bottom:30px}#toc-toggle{padding:10px;cursor:zoom-in;font-weight:700;line-height:30px;display:flex;align-items:center;user-select:none}#toc-toggle .toc-title{padding-left:5px}#toc-toggle.open{cursor:zoom-out}#toc-toggle .toc-icon{height:25px;transition:transform .2s ease}#toc-toggle.open .toc-icon{transform:rotate(90deg)}#TableOfContents{padding-bottom:15px;display:none}#toc-toggle.open~#TableOfContents{display:block}#TableOfContents ul{margin-left:35px}#TableOfContents a{-webkit-user-drag:none;user-select:none;padding:2px 5px;border-radius:5px}#TableOfContents a:hover{background-color:var(--post-toc-hover-bg)}#TableOfContents ul li ul{margin-left:35px}.post-content a:not(.anchor):not(.toc a){color:var(--post-link-fg);transition:color .5s ease;padding:2px 5px;border-radius:5px}.post-content a:not(.anchor):not(.toc a):not(blockquote a):hover{background-color:var(--post-link-hover-bg)}a.anchor{opacity:0}a.anchor:hover{opacity:1}.post-content ul:not(.toc ul){margin-left:17px;margin-bottom:10px;line-height:2}.post-content ol:not(.toc ol){margin-left:25px;margin-bottom:10px;line-height:2}.post-content dd{padding-inline-start:10%}.post-content h1{font-size:1.7rem;font-weight:400;margin-bottom:5px}.post-content h2{font-size:1.5rem;font-weight:400;color:var(--post-h2);margin-top:40px;margin-bottom:15px;transition:color .5s ease}.post-content h3{font-size:1.3rem;font-weight:400;color:var(--post-h3);margin-top:30px;margin-bottom:10px;transition:color .5s ease}.post-content h4{font-size:1.2rem;font-weight:400;color:var(--post-h4);margin-top:20px;margin-bottom:5px;transition:color .5s ease}.post-content h5,h6{font-size:1.1rem;font-weight:400;margin-top:10px;margin-bottom:0}.post-content th{color:var(--post-table-th-fg)}.post-content th,td{line-height:2.1;border:none;border-bottom:1px solid var(--post-border-fg);padding-right:10px;transition:border-color .5s ease}.post-content table{width:100%;display:table}.post-content .table-container{width:100%;white-space:nowrap;overflow-x:auto;margin:5px 0 10px}.table-container::-webkit-scrollbar{height:15px}.table-container::-webkit-scrollbar-track{background:var(--bg);border-radius:10px}.table-container::-webkit-scrollbar-thumb{background:var(--post-border-fg);border-radius:10px;border:5px solid var(--bg)}.table-container::-webkit-scrollbar-thumb:hover{background:var(--post-horizontal-scroll-bar-hover-fg)}.post-content code:not(.highlight code):not(blockquote code){font-family:lxgw wenkai mono medium,jetbrainsmononl nf,jetbrainsmono nf,source code pro,monaco,consolas,monospace;padding:1px 5px;color:var(--post-code-fg);background-color:var(--post-code-bg);border-radius:5px;transition:background-color .5s ease}.post-content .highlight{margin:10px 0}.post-content pre{line-height:1.4;padding:10px;background-color:var(--post-highlight-bg);border-radius:10px;overflow-x:auto;word-break:break-all;transition:background-color .5s ease}.post-content pre code{font-family:maple mono cn,jetbrainsmono nf,source code pro,monaco,consolas,monospace;font-size:15px}.post-content pre::-webkit-scrollbar{height:15px}.post-content pre::-webkit-scrollbar-track{margin:0 5px;border-radius:10px}.post-content pre::-webkit-scrollbar-thumb{background:var(--post-horizontal-scroll-bar-fg);border-radius:10px;border:5px solid var(--post-highlight-bg)}.post-content pre::-webkit-scrollbar-thumb:hover{background:var(--post-horizontal-scroll-bar-hover-fg)}.post-content strong{color:var(--post-strong-fg);transition:color .5s ease}.post-content img{border-radius:10px;margin:10px 0}.dark .post-content img{filter:brightness(70%);transition:filter .5s ease}.post-content blockquote{border-left:5px solid var(--post-quote-border-fg);border-radius:10px;margin:10px 0;padding:10px 10px 10px 15px;background-color:var(--post-quote-bg);transition:background-color .5s ease}.post-content blockquote code{font-family:lxgw wenkai mono medium,jetbrainsmononl nf,jetbrainsmono nf,source code pro,monaco,consolas,monospace;color:var(--post-code-fg)}.post-content hr{border:0;height:1px;margin:20px 0;background-color:var(--post-border-fg);transition:background-color .5s ease}::selection{color:var(--bg);background:var(--post-selection-bg)}footer{width:100%;line-height:1.8;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 0 30px;font-size:14px;background:var(--footer-bg);transition:all .5s ease;color:var(--footer-fg);user-select:none}footer a:hover{color:var(--footer-link-hover-fg)}#back-to-top{position:fixed;bottom:50px;right:50px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;color:var(--footer-gotop-bg);z-index:1000;transition:all .3s ease;user-select:none}#back-to-top.show{opacity:1;visibility:visible}@media(min-width:900px){#back-to-top:hover{color:var(--footer-gotop-hover-bg);transform:translateY(-5px)}}@media(max-width:900px){#back-to-top{bottom:20px;right:20px;width:40px;height:40px}}.bg{background-color:#2d353b}.chroma{background-color:#2d353b;color:#d3c6aa}.chroma .x{color:#d3c6aa}.chroma .err{color:#e67e80}.chroma .cl{color:#d3c6aa}.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:#3c474d}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7a8478}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7a8478}.chroma .k{color:#e69875}.chroma .kc{color:#e69875}.chroma .kd{color:#e69875}.chroma .kn{color:#e69875}.chroma .kp{color:#e69875}.chroma .kr{color:#e69875}.chroma .kt{color:#dbbc7f}.chroma .n{color:#d3c6aa}.chroma .na{color:#a7c080}.chroma .nc{color:#dbbc7f}.chroma .no{color:#d699b6}.chroma .nd{color:#7fbbb3}.chroma .ni{color:#e69875}.chroma .ne{color:#e69875}.chroma .nl{color:#a7c080}.chroma .nn{color:#dbbc7f}.chroma .nx{color:#d3c6aa}.chroma .py{color:#d3c6aa}.chroma .nt{color:#e69875}.chroma .nb{color:#d699b6}.chroma .bp{color:#d699b6}.chroma .nv{color:#d699b6}.chroma .vc{color:#d699b6}.chroma .vg{color:#d699b6}.chroma .vi{color:#d699b6}.chroma .vm{color:#d699b6}.chroma .nf{color:#a7c080}.chroma .fm{color:#a7c080}.chroma .l{color:#d699b6}.chroma .ld{color:#a7c080}.chroma .s{color:#a7c080}.chroma .sa{color:#a7c080}.chroma .sb{color:#a7c080}.chroma .sc{color:#a7c080}.chroma .dl{color:#a7c080}.chroma .sd{color:#859289;font-style:normal}.chroma .s2{color:#a7c080}.chroma .se{color:#e69875}.chroma .sh{color:#a7c080}.chroma .si{color:#a7c080}.chroma .sx{color:#a7c080}.chroma .sr{color:#a7c080}.chroma .s1{color:#a7c080}.chroma .ss{color:#a7c080}.chroma .m{color:#d699b6}.chroma .mb{color:#d699b6}.chroma .mf{color:#d699b6}.chroma .mh{color:#d699b6}.chroma .mi{color:#d699b6}.chroma .il{color:#d699b6}.chroma .mo{color:#d699b6}.chroma .o{color:#859289}.chroma .ow{color:#859289}.chroma .p{color:#859289}.chroma .c{color:#859289;font-style:normal}.chroma .ch{color:#859289;font-style:normal}.chroma .cm{color:#859289;font-style:normal}.chroma .c1{color:#859289;font-style:normal}.chroma .cs{color:#859289;background-color:#343f44;font-style:normal}.chroma .cp{color:#859289}.chroma .cpf{color:#859289}.chroma .g{color:#d3c6aa}.chroma .gd{color:#e67e80}.chroma .ge{font-style:normal;color:#d3c6aa}.chroma .gr{color:#e67e80}.chroma .gh{color:#a7c080;font-weight:700}.chroma .gi{color:#a7c080}.chroma .go{color:#859289}.chroma .gp{color:#83c092;font-weight:700}.chroma .gs{font-weight:700;color:#d3c6aa}.chroma .gu{color:#7fbbb3;font-weight:700}.chroma .gt{color:#e67e80}.chroma .gl{text-decoration:underline;color:#d3c6aa}.chroma .w{color:#4b565c}.no-thead thead{display:none}.w-20 table td:first-child,.w-20 table th:first-child{min-width:20px;width:20px}.w-30 table td:first-child,.w-30 table th:first-child{min-width:30px;width:30px}.w-40 table td:first-child,.w-40 table th:first-child{min-width:40px;width:40px}.w-50 table td:first-child,.w-50 table th:first-child{min-width:50px;width:50px}.w-60 table td:first-child,.w-60 table th:first-child{min-width:60px;width:60px}.w-70 table td:first-child,.w-70 table th:first-child{min-width:70px;width:70px}.w-80 table td:first-child,.w-80 table th:first-child{min-width:80px;width:80px}.w-90 table td:first-child,.w-90 table th:first-child{min-width:90px;width:90px}.w-100 table td:first-child,.w-100 table th:first-child{min-width:100px;width:100px}.w-110 table td:first-child,.w-110 table th:first-child{min-width:110px;width:110px}.w-120 table td:first-child,.w-120 table th:first-child{min-width:120px;width:120px}.w-130 table td:first-child,.w-130 table th:first-child{min-width:130px;width:130px}.w-140 table td:first-child,.w-140 table th:first-child{min-width:140px;width:140px}.w-150 table td:first-child,.w-150 table th:first-child{min-width:150px;width:150px}.w-160 table td:first-child,.w-160 table th:first-child{min-width:160px;width:160px}.w-170 table td:first-child,.w-170 table th:first-child{min-width:170px;width:170px}.w-180 table td:first-child,.w-180 table th:first-child{min-width:180px;width:180px}.w-190 table td:first-child,.w-190 table th:first-child{min-width:190px;width:190px}.w-200 table td:first-child,.w-200 table th:first-child{min-width:200px;width:200px}.sp-container{display:flex;flex-wrap:wrap;gap:10px}.sp-item{flex:1}@media(max-width:900px){.sp-container{flex-direction:column;gap:0}.sp-item{width:100%}}.dark blockquote.red{background-color:#514045;border-color:#e67e80}blockquote.red{background-color:#fde3da;border-color:#f85552}.dark blockquote.yellow{background-color:#4d4c43;border-color:#dbbc7f}blockquote.yellow{background-color:#faedcd;border-color:#dfa000}.dark blockquote.blue{background-color:#3a515d;border-color:#7fbbb3}blockquote.blue{background-color:#e9f0e9;border-color:#3a94c5}