*,::after,::before{box-sizing:border-box}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%}:root{--header-height:50px;--header-nav-width:1024px;--header-theme-toggle-icon-size:25px;--bg:#fdf6e3;--text-primary:#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-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;--footer-fg:#A6B0A0;--footer-bg:#fdf6e3;--footer-link-hover-fg:#93b259;--footer-gotop-bg:#E6E2CC;--footer-gotop-hover-bg:#93b259}.dark{--bg:#2D353B;--text-primary:#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-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;--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-primary);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 .logo{color:var(--header-title-fg);font-size:25px;font-weight:800;line-height:var(--header-height);margin:auto 10px;transition:color .5s ease}.dark #moon{position:absolute;transform:translateY(200%)}#moon{position:absolute;top:-200%;left:0;width:100%;height:100%;transition:transform .5s ease}.dark #sun{position:absolute;transform:translateY(200%)}#sun{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .5s ease}#theme-toggle{margin:5px;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:hover{color:var(--header-theme-toggle-hover-fg);background:var(--header-theme-toggle-hover-bg)}header .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%}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;transition:background .5s ease;padding:0}main .list-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-radius:25px;transition:background .5s ease;user-select:none}main .list-item:hover>.title{color:var(--home-list-title-hover-fg);font-weight:700}main .list-item:hover>.date{color:var(--home-list-date-hover-fg);font-weight:700}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-primary);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;transition:all .5s ease}#search-input:focus{border:2px solid var(--home-search-border-focus-fg);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 time{color:var(--text-primary);transition:color .5s ease}.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{line-height:30px;padding:10px 20px 10px 10px;color:var(--text-primary);cursor:zoom-in;font-weight:600;display:flex;align-items:center;user-select:none;transition:color .5s ease}#toc-toggle .toc-title{padding-left:10px}#toc-toggle.open{cursor:zoom-out}#toc-toggle .toc-icon{height:24px;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;transition:color .5s ease}#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:10px 0 13px 16px}.post-content h1{font-size:2rem;font-weight:700;color:var(--text-primary);transition:color .5s ease}.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;color:var(--text-primary);margin-top:10px;margin-bottom:0;transition:color .5s ease}.post-content th,td{color:var(--text-primary);line-height:2.1;border:none;border-bottom:1px solid var(--post-border-fg);transition:all .5s ease}.post-content table{display:table}.post-content .table-container{width:100%;white-space:nowrap;overflow:hidden;overflow-x:scroll;margin:5px 0 10px}.post-content .table-container::-webkit-scrollbar{display:none}.no-thead thead{display:none}.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;font-size:16px;padding:1px 5px;color:var(--post-code-fg);background-color:var(--post-code-bg);border-radius:5px;transition:all .5s ease}.post-content .highlight pre{border-radius:10px;margin:10px 0}.highlight code::-webkit-scrollbar{display:none}.post-content .highlight code{display:grid;overflow-x:auto;word-break:break-all;padding:10px;border-radius:10px;font-family:maple mono cn,jetbrainsmono nf,source code pro,monaco,consolas,monospace;font-size:15px;line-height:1.5;background-color:var(--post-highlight-bg)}.post-content strong:not(table 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:15px 0;padding:10px 10px 10px 20px;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 blockquote a:hover{font-weight:700}.post-content hr{border:0;height:1px;background:var(--post-border-fg)}::selection{color:var(--bg);background:var(--post-selection-bg)}footer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 0;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:hover{color:var(--footer-gotop-hover-bg);transform:translateY(-5px)}#back-to-top.show{opacity:1;visibility:visible}@media(max-width:768px){#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 .line{display:flex}.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}