@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap);:root{--f-c:#3D3D3D;--f-c1:#3d3d3d99;--f-c2:#3d3d3d80;--f-c3:#3d3d3d4d;--f-c4:#8f8f8f;--bg-c:#ffffff;--logo-c:#242323;--m-c1:#f6f6f6;--m-c2:#adadad;--m-c3:#dedede;--m-c4:#f1f1f1;--m-c5:#ffffff;--m-c6:#fcfcfc;--m-sc1:#123aff;--m-sc2:#007aff;--m-sc3:#15abff;--m-sc4:#dc4c5f;--m-tc1:rgba(255 255 255 / 60%);--m-tc2:rgba(255 255 255/ 30%);--m-tc3:rgba(255 255 255 / 8%);--m-tc4:rgba(108 108 108 / 32%);--m-tc5:rgba(78 78 78 / 12%);--m-tc5:rgba(25 25 25 / 12%)}:root.dark{--f-c:#eeeeee;--f-c1:#cecece;--f-c2:#eeeeee80;--f-c3:#cecece80;--f-c4:#292929;--bg-c:#111111;--logo-c:#d1d1d1;--m-c1:#4c4c4c;--m-c2:#2a2a2a;--m-c3:#2e2e2e;--m-c4:#171717;--m-c5:#0e0e0e;--m-c6:#2a2929;--m-sc1:#3655f1;--m-sc2:#15abff;--m-sc3:rgb(38, 174, 253) f;--m-tc1:rgba(3 3 3 / 60%);--m-tc2:rgba(3 3 3 / 30%);--m-tc3:rgba(3 3 3 / 8%);--m-tc4:rgba(108 108 108 / 32%);--m-tc5:rgba(78 78 78 / 12%);--m-tc5:rgba(25 25 25 / 12%)}body{font-size:16px;padding:0;margin:0;color:var(--f-c);background-color:var(--bg-c);font-family:Figtree,Pingfang SC;user-select:none;-moz-user-select:none;-webkit-user-select:none;-moz-user-select:none}a{color:var(--f-c);text-decoration:none;transition:color .16s}a:hover{color:var(--f-c2)}a:visited{color:var(--f-c)}b,h1,h2,h3,h4,h5,h6,p,span{margin:0;line-height:1.6}li,ol,ul{list-style:none;margin:0;padding:0}img{display:block;max-width:100%}img.lazy{opacity:0}img:not(.initial){transition:opacity 1.2s}img.error,img.initial,img.loaded{opacity:1}img:not([src]){visibility:hidden}.lazyloaded{animation:fadeIn 1s;-webkit-animation:fadeIn 1.2s;-moz-animation:fadeIn 1.2s;-o-animation:fadeIn 1.2s;-ms-animation:fadeIn 1.2s}button,input,textarea{border:none}input[type=text]{-webkit-appearance:none}table{font-size:.9rem;border-spacing:0;margin-bottom:1rem;min-width:50%}thead{background:var(--m-c1)}td,th{padding:.2rem .8rem}table thead tr th{border:1px solid var(--m-c3);border-right:none;border-left:none}table thead tr th:first-child{border-top-left-radius:.3rem;border:1px solid var(--m-c3);border-right:none}table thead tr th:last-child{border-top-right-radius:.3rem;border:1px solid var(--m-c3);border-left:none}table tr:hover{background:var(--m-c1)}tbody tr td{border-bottom:1px solid var(--m-c3)}tbody tr td:first-child{border-left:1px solid var(--m-c3)}tbody tr td:last-child{border-right:1px solid var(--m-c3)}tbody tr:last-child td:first-child{border-radius:0 0 0 .3rem}tbody tr:last-child td:last-child{border-radius:0 0 .3rem 0}table code{padding:.1rem .3rem!important}.f-s-0{font-size:26px}.f-s-1{font-size:22px}.f-s-2{font-size:20px}.f-s-3{font-size:18px}.f-s-4{font-size:16px}.f-s-5{font-size:14px}.f-s-6{font-size:12px}.f-s-7{font-size:13px}.f-w-2{font-weight:200}.f-w-3{font-weight:300}.f-w-4{font-weight:400}.f-w-5{font-weight:500}.f-w-7{font-weight:700}.f-c-1{color:var(--f-c)}.f-c-2{color:var(--f-c1)}.f-c-3{color:var(--f-c2)}.f-c-4{color:var(--f-c3)}.f-c-5{color:var(--f-c4)}.border-1{border:1px solid #7773;box-sizing:border-box}.border-2{border:1px solid var(--m-c3);box-sizing:border-box}.b-r-1{border-radius:1px}.b-r-2{border-radius:2px}.b-r-3{border-radius:3px}.b-r-4{border-radius:4px}.b-r-5{border-radius:6px}.b-r-6{border-radius:8px}.shadow-1{box-shadow:0 4px 24px -8px rgb(0 0 0 / 15%)}.flex-row{display:flex;flex-direction:row;flex-wrap:nowrap}body{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1280px;padding:0 24px;margin:0 auto;box-sizing:border-box}body main{flex:1;padding:60px 0 32px}header{position:fixed;width:100%;z-index:100}header:after{content:"";position:absolute;top:0;left:0;width:100%;height:80px;background:linear-gradient(180deg ,var(--m-c5) ,transparent);background:-webkit-linear-gradient(180deg ,var(--m-c5) ,transparent);-webkit-backdrop-filter:blur(4rem);backdrop-filter:blur(4rem);-webkit-mask-image:linear-gradient(to bottom,#000 0,rgba(0,0,0,.95) 50%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0,rgba(0,0,0,.95) 50%,transparent 100%);z-index:-1}header .container{display:flex}header .container>.flex-row{align-items:baseline;width:100%;height:60px;box-sizing:border-box}header .site-name{margin:auto 0;cursor:pointer}header .site-name svg{height:32px}header svg#UP24S2{fill:var(--f-c)}header .menu{flex:1;text-align:center;margin:auto 0;padding:6px 86px 0 0;cursor:default}header .menu .menu-item{display:inline-block}header .menu a{padding:4px 8px;margin:0 4px}header .dark-mode-btn svg{cursor:pointer;stroke:var(--f-c);fill:none;display:none;transition:all .16s}header .dark-mode-btn.auto-mode .auto{display:block}header .dark-mode-btn.dark-mode .night{display:block}header .dark-mode-btn.light-mode .day{display:block}header .header-tools{margin:auto 0;padding-top:4px}header .header-tools svg{stroke:var(--f-c);height:24px;margin-left:16px}header .header-tools a svg{display:block}header #mobNavBtn{display:none}.load-more{padding:24px;margin:24px 0 0;text-align:center}.load-more:not(:has(a)):before{content:'END';display:block}#footer{background:linear-gradient(180deg,var(--m-c3),transparent)}#footer .container{max-width:1440px;margin:0 auto;padding:24px;display:flex}#footer .footer-logo{flex:1}#footer .UP-X{display:block}#footer .UP-X svg{height:56px;display:inline-block}#footer .UP-X-2{fill:var(--f-c)}#footer .footer-logo .word{display:block;margin:12px 0 0 72px;width:16rem}#footer .footer-copy{display:flex;flex-direction:column;justify-content:flex-end;text-align:right}#comments{padding:1rem;margin-right:1rem}#comments .usr-control{padding:8px 0}#comments textarea{box-sizing:border-box;width:100%;resize:vertical;border:none;padding:16px 20px;font-size:14px;line-height:1.25;color:var(--f-c1);border:1px solid transparent;min-height:100px;max-height:520px;background-color:var(--m-c1);transition:color .16s,background-color .16s,min-height .36s cubic-bezier(0,0,.3,1);transition-delay:0s,0s,160ms}#comments textarea:focus{min-height:210px;outline:0;background-color:var(--m-c4);color:var(--f-c);border:1px solid var(--m-c3)}#comments #comment_form .submit{width:fit-content;padding:8px 16px;float:right;background:var(--m-c2);color:var(--m-c1);cursor:pointer;transition:.16s}#comments #comment_form .submit:hover{color:var(--f-c1);background:var(--m-c3)}html.dark #comment_form .submit{color:var(--f-c1)}html.dark #comment_form .submit:hover{color:var(--f-c)}#index-page section{text-align:center;margin-top:32px}#index-page .quick-tools{margin-top:40px}#index-page section h2{margin:8px}#index-page section span.sub-title{margin:8px}#index-page .quick-tools .tools-list{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;margin:16px -8px 0}#index-page .quick-tools .tools-list .tools-item{flex:1;margin:8px;padding:32px 24px;transition:all .32s;position:relative;overflow:hidden}#index-page .quick-tools .tools-list .tools-item:hover{box-shadow:0 4px 16px -4px #00000024}#index-page .quick-tools .tools-list .tools-item:after{content:'';background:linear-gradient(180deg,var(--m-c1),transparent);display:block;width:100%;height:100%;top:0;position:absolute;left:0;z-index:-2;opacity:1;transition:.32s}#index-page .quick-tools .tools-list .tools-item:hover:after{opacity:0}#index-page .quick-tools .tools-list .tools-item:before{content:'';background:linear-gradient(90deg,var(--m-c1),transparent);display:block;width:100%;height:100%;top:0;position:absolute;left:0;z-index:-1;opacity:0;transition:.32s}#index-page .quick-tools .tools-list .tools-item:hover:before{opacity:1}html.dark #index-page .quick-tools .tools-list .tools-item:after{background:linear-gradient(160deg,var(--m-c6),transparent 66%)}html.dark #index-page .quick-tools .tools-list .tools-item:before{background:linear-gradient(100deg,var(--m-c3),transparent)}#index-page .quick-tools .tools-list .tools-item:hover>svg{stroke:#007aff;stroke-width:2.5}#index-page .quick-tools .tools-list .tools-item svg{stroke:var(--f-c);width:50px;fill:none;stroke-width:2;stroke-linecap:round;margin:4px;transition:.32s}#index-page .quick-tools .tools-list .tools-item h3{line-height:2;white-space:nowrap}#index-page .quick-tools .tools-list .tools-item a{position:absolute;width:100%;height:100%;top:0;left:0}#index-page .last-posts .last-posts-list{margin-top:24px}#index-page section.last-posts .last-post-item{text-align:left;position:relative}#index-page .last-posts .last-post-item{padding:24px;margin-top:12px;transition:.32s;cursor:pointer}#index-page .last-posts .last-post-item:hover{box-shadow:0 4px 18px -6px #00000024}#index-page .last-posts .last-post-item .left{flex:0 0 15%}#index-page .last-posts .last-post-item .left .tag{margin-bottom:12px}#index-page .last-posts .last-post-item .left .tag:not(:has(a)){margin-bottom:0}#index-page .last-posts .last-post-item .left .tag a:before{content:'#';display:inline-block;margin-right:2px}#index-page .last-posts .last-post-item .left .tag a{color:var(--f-c2);margin:0 4px 4px 0;display:inline-block}#index-page .last-posts .last-post-item .right{margin-left:16px}#index-page .last-posts .last-post-item .update-time:has(span):before{content:'内容更新于';box-shadow:inset 0 -6px 0 0 rgb(0 122 255 / 50%);margin-right:6px}#index-page .last-posts .last-post-item h3{margin:12px 0}#index-page .last-posts .last-post-item .excerpt{margin:12px 0 32px;max-width:43rem}#index-page .last-posts .last-post-item a.post-link{position:absolute;width:100%;height:100%;margin:-24px}.post-list .post-list-item:after{content:'';display:block;position:absolute;width:100%;height:100%;background:linear-gradient(176deg,var(--m-c1),transparent);top:0;left:0;z-index:-1;opacity:0;transition:.32s}.post-list .post-list-item:hover:after{opacity:1}html.dark .post-list .post-list-item:after{background:linear-gradient(176deg,var(--m-c6),transparent)}#index-page .last-posts .more-post-guide{margin:24px 24px 0}#index-page .last-posts .more-post-guide .title{padding:16px 0}#index-page .last-posts .more-post-guide ul{display:flex;justify-content:center;flex-wrap:wrap}#index-page .last-posts .more-post-guide li{display:inline-block;margin:8px 12px}#post-page{margin-top:8px}#post-page .article-container{margin-right:1rem;flex:1}#post-page .article-container .article-card{background:var(--m-c6);overflow:hidden;max-width:900px}#post-page .article-container .article-card .title-card{padding:3rem;border-bottom:1px solid var(--m-c3)}#post-page .article-container .article-card .title-card h1{font-size:2rem;margin:8px 0}#post-page .article-container .article-card .title-card .post-edit{margin-left:.5rem}#post-page .article-container .article-card article{padding:2rem 3rem 3rem}#post-page .article-container .article-card .warning{padding:1rem 3rem;color:#fff;background:var(--m-sc4);font-weight:500}#post-page .article-container .article-card .warning svg{flex-shrink:0;width:2rem;margin-right:2rem;stroke:#fff}#post-page .article-container .article-card .warning span{display:inline-block}#post-page .right-side{flex:1 0 26%;align-self:flex-start;position:sticky;top:68px;max-width:300px}#post-page .right-side #toc{position:sticky;margin-top:1rem;border-left:3px solid var(--m-sc2)}#post-page .right-side #toc #toc-content:has(ol):before{content:'本文目录';font-size:.8rem;font-weight:500;color:var(--f-c3);padding:.3rem 1rem;display:block}#post-page .right-side #toc #toc-content:not(:has(ol)):before{content:'Oops! \A 这里空空如也 \A 本文没有标题可供生成目录';font-size:.8rem;font-weight:500;color:var(--f-c3);display:block;padding:.3rem 1rem;white-space:pre;text-align:left}#post-page .right-side #toc #toc-content>ol{padding:0 1rem .5rem 1rem}#post-page .right-side #toc #toc-content li>ol{font-size:.85rem;padding:0 .8rem}#post-page .right-side #toc #toc-content a{color:var(--f-c3);padding:4px 0;display:inline-block}article{line-height:1.6}article p{margin:1rem 0}h1,h2,h3,h4,h5,h6{position:relative}article h1{font-size:32px;margin:0 0 12px}article h2{font-size:26px;margin:24px 0 12px}article h2:before{content:'H2';font-size:14px;color:var(--f-c3);position:absolute;right:0;bottom:4px}article h3{font-size:20px;margin:22px 0 12px}article h3:before{content:'H3';font-size:14px;color:var(--f-c3);position:absolute;right:0;bottom:4px}article h4{font-size:18px;margin:22px 0 12px}article h4:before{content:'H4';font-size:12px;color:var(--f-c3);position:absolute;right:0;bottom:4px}article h5{font-size:16px;margin:20px 0 12px}article h6{margin:18px 0}article ol li{list-style:decimal-leading-zero;margin:0 1.6rem .5rem}article ul li{list-style:decimal-leading-zero;list-style:disc;margin-left:.6rem}article hr{margin:2rem auto;border:none;border-bottom:.2rem var(--f-c3) dotted}article a{padding:0 .1rem;border-bottom:.12rem solid var(--f-c3)}article a:visited{color:var(--f-c3)}article a:after{content:url(assets/link-three.svg);margin:0 2px;zoom:90%;display:inline-block;transition:.16s}article a:hover:after{opacity:.6}article code{user-select:text;-webkit-user-select:text;-moz-user-select:text;-o-user-select:text;color:var(--m-sc2);font-size: 0.9rem;padding: 0.1rem 0.25rem;margin-inline: 0.25rem;background:var(--m-c1);border-radius:4px;border:1px solid var(--m-c4);box-sizing:border-box}article pre code{padding:1rem .8rem;max-height:50vh;scroll-behavior:smooth}article li>img,article p>img{border:1px solid var(--m-c4);margin:1.2rem 0}article blockquote{border-left:.2rem solid var(--m-sc2);padding:.5rem 1rem;margin:1rem 0;background:linear-gradient(to right,var(--m-c1) 70%,transparent)}article blockquote code{background:var(--m-c6)}.github-release-info{background:var(--m-c1);border:1px solid var(--m-c4);border-radius:.2rem;padding:1.2rem;position:relative}.github-release-info:after{content:'AUTO UPDATE';font-size:.6rem;color:var(--bg-c);position:absolute;top:.2rem;right:.2rem;padding:.1rem .25rem;background:var(--m-sc3);border-radius:.1rem;opacity:.6}.github-release-info h2{display:inline;font-size:1.2rem;font-weight:600}.github-release-info h2:before{display:none}.github-release-info h3{display:inline;margin-inline-start:1rem}.github-release-info h3:before{display:none}.github-release-info details{padding:.5rem;margin:.5rem -.25rem 0;background:var(--m-c4)}.github-release-info details summary{font-weight:500;opacity:.6;padding:0 .5rem}.github-release-info details ul li{list-style:decimal;list-style-position:inside;margin-left:.5rem;line-height:2}.github-release-info details ul li a{border-bottom:none}.github-release-info .project-links{margin-block:.5rem;display:flex;gap:.5rem;width:100%}.github-release-info .project-links a{display:inline-block;border:unset;line-height:1.5}#archive-page .posts{margin-top:32px}#archive-page .posts .posts-list{margin-top:24px}.posts-list:not(:has(div)){text-align:center}.posts-list:not(:has(div)):after{content:'没有内容';color:var(--f-c4);padding:5rem 0 3rem;margin:0 auto;display:block}#archive-page section.posts .post-item{text-align:left;position:relative}#archive-page .posts .post-item{padding:24px;margin-top:12px;transition:.32s;cursor:pointer}#archive-page .posts .post-item:hover{box-shadow:0 4px 18px -6px #00000024}#archive-page .posts .post-item .left{flex:0 0 15%}#archive-page .posts .post-item .left .tag{margin-bottom:12px}#archive-page .posts .post-item .left .tag:not(:has(a)){margin-bottom:0}#archive-page .posts .post-item .left .tag a:before{content:'#';display:inline-block;margin-right:2px}#archive-page .posts .post-item .left .tag a{color:var(--f-c2);margin:0 4px 4px 0;display:inline-block}#archive-page .posts .post-item .update-time:has(span):before{content:'内容更新于';box-shadow:inset 0 -6px 0 0 rgb(0 122 255 / 50%);margin-right:6px}#archive-page .posts .post-item .right{margin-left:16px}#archive-page .posts .post-item h3{margin:12px 0}#archive-page .posts .post-item .excerpt{margin:12px 0 32px;max-width:43rem}#archive-page .posts .post-item a.post-link{position:absolute;width:100%;height:100%;margin:-24px}#page{margin:36px 0}#page .page-content{padding:36px;background:var(--m-c6)}#page .container .page-info-card{margin-top:24px;padding:1rem 0 0;border-top:1.5px solid var(--m-c3)}#search-page{margin-top:32px}#search-input{margin:24px 0}#search-input input{color:var(--m-c1);background:var(--m-c4);box-sizing:border-box;font-weight:500;padding:2.5rem 2rem;font-size:1.5rem;line-height:2rem;width:100%;height:2.8rem;box-shadow:inset 0 -5rem var(--m-c2);transition:.32s ease}#search-input input:focus{border:0;outline:0;color:var(--f-c);box-shadow:inset 0 -.2rem var(--m-c2)}body.non-auth{overflow:hidden;width:100vw;height:100vh;display:flex;align-items:center}main.non-auth{flex:none;display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;box-sizing:border-box;width:calc(100vw - 32px);max-width:50rem;min-width:36rem;max-height:98vh;margin:auto;background:var(--m-tc1);text-align:center;padding:6rem 3rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:5}main.non-auth svg.usr-icon{fill:none;stroke:var(--m-sc2);width:4rem;height:auto}main.non-auth h1{font-weight:200;font-size:2rem;margin:0 0 1rem 0}main.non-auth span{line-height:1.8;margin-bottom:32px;display:block}main.non-auth a{display:block;text-decoration:none}main.non-auth a.login{margin:12px auto;padding:8px 0;width:80%;background:var(--m-tc2);transition:.32s ease}main.non-auth a.login:hover{background:var(--m-tc3)}main.non-auth a.register{margin-top:.5rem}body.non-auth .bg-container{position:absolute;width:100vw;height:100vh;overflow:hidden;z-index:0}body.non-auth .bg-container img{width:100%;height:100%;object-fit:cover;user-select:none;pointer-events:none}html.dark body.non-auth .bg-container img{filter:brightness(.8)}#post-page .right-side #toc #toc-content a.is-active-link{color:var(--m-sc2);font-weight:500;transition:.32s}@media screen and (max-width:1199.98px){header .menu{padding:6px 4% 0 0}#index-page .last-posts .last-post-item .left{flex:0 0 25%}#archive-page .posts .post-item .left{flex:0 0 25%}#post-page .article-container .article-card .title-card{padding:2rem 1.5rem}#post-page .article-container .article-card article{padding:1.5rem}#post-page .article-container .article-card .warning{padding:1rem 1.5rem;font-size:12px}}@media screen and (max-width:929.98px){header .site-name{flex:1}header .header-tools,header .menu{display:none}header .dark-mode.header-tools{display:unset;padding:0 3px;margin-right:6px}header .dark-mode.header-tools svg{height:22px;line-height:1;margin:0}header #mobNavBtn{display:block;text-align:right;margin:auto 0}header #mobNavBtn .mobNavBtnSVG{fill:var(--f-c);width:24px;height:24px;margin:4px 0 0}nav#mobMenu{text-align:center;font-size:1.2rem;letter-spacing:4px;font-weight:500;display:block;box-sizing:border-box;background:var(--m-tc1);width:100%;padding:2rem 0 1rem;position:absolute;top:0;left:0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 2px 2rem -.5rem var(--f-c3);overflow:hidden;clip-path:inset(0 0 100% 0);transform:translateY(-7rem);transition:clip-path .32s,box-shadow .36s ease,transform .8s ease}nav#mobMenu.active{height:427px;clip-path:inset(0 0 -2rem 0);transform:translateY(0);transition:clip-path .38s,box-shadow .36s ease,transform .6s ease}nav#mobMenu .close-btn{text-align:right;margin:0 2rem 3rem;stroke:var(--f-c1)}nav#mobMenu li{box-sizing:border-box;line-height:2;padding:.4rem 0;margin:0 2rem;border-bottom:1px solid #9696962e}.header-tools.mobile{display:block;padding:.8rem 0}.header-tools.mobile a svg{margin:1rem .4rem;display:inline-block}#index-page .quick-tools .tools-list .tools-item{padding:1rem}}@media screen and (max-width:767.98px){main.non-auth{min-width:unset}#index-page .quick-tools .tools-list{flex-wrap:wrap}#index-page .last-posts .last-post-item .left{flex:0 0 36%}#index-page .quick-tools .tools-list .tools-item{flex:0 calc(50% - 16px)}#index-page .title .sub-title{font-size:.86rem}#index-page .quick-tools .tools-list .tools-item h3{font-size:1rem}#archive-page .posts .post-item .left{flex:0 0 36%}#footer .container{flex-direction:column}#footer .UP-X svg{height:38px}#footer .footer-logo .word{margin:12px 0 0 50px}#footer .footer-copy{text-align:right;margin-top:36px}#post-page .right-side{display:none}#post-page .article-container{margin:0 0 32px 0}#post-page .article-container .article-card .title-card h1{font-size:1.8rem}}@media screen and (max-width:499.98px){main.non-auth{padding:4rem .8rem;width:calc(100vw - 16px)}.container{padding:0 12px}header .site-name svg{height:26px}#index-page section.last-posts .last-post-item{flex-direction:column}#index-page .last-posts .last-post-item .left{order:2}#index-page .last-posts .last-post-item .right{margin-left:0;margin-bottom:16px}#archive-page section.posts .post-item{flex-direction:column}#archive-page section.posts .post-item .left{order:2}#archive-page section.posts .post-item .right{margin-left:0;margin-bottom:16px}#footer .footer-logo .word{width:fit-content}#post-page .article-container .article-card .title-card h1{font-size:1.6rem}#post-page .article-container .article-card .warning svg{margin:0 1rem 0 0}}@media screen and (max-width:329.98px){#index-page .quick-tools .tools-list .tools-item{flex:100%}}pre code.hljs{display:block;overflow-x:auto;white-space:pre;font-size:1rem}.hljs{color:var(--f-c)}.hljs-subst{color:var(--f-c)}.hljs-comment{color:#555;font-style:italic}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{color:var(--f-c);font-weight:700}.hljs-string{color:navy}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:var(--f-c)}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#5e1700}.hljs-built_in,.hljs-literal{color:navy;font-weight:700}.hljs-addition,.hljs-bullet,.hljs-code{color:#397300}.hljs-class{color:#6f1c00;font-weight:700}.hljs-section,.hljs-title{color:#fb2c00}.hljs-title>.hljs-built_in{color:teal;font-weight:400}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}c .hljs-strong{font-weight:700}.hljs::selection,html.dark .hljs ::selection{background-color:#515151;color:#ccc}html.dark .hljs-comment{color:#999}html.dark .hljs-tag{color:#b4b7b4}.hljs-punctuation,.hljs-subst,html.dark .hljs-operator{color:#ccc}html.dark .hljs-operator{opacity:.7}.hljs-deletion,.hljs-name,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-template-variable,.hljs-variable,html.dark .hljs-bullet{color:#f2777a}.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_,html.dark .hljs-attr{color:#f99157}.hljs-title,.hljs-title.class_,html.dark .hljs-class .hljs-title{color:#fc6}html.dark .hljs-strong{font-weight:700;color:#fc6}.hljs-code,.hljs-string,.hljs-title.class_.inherited__,html.dark .hljs-addition{color:#9c9}.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp,html.dark .hljs-built_in{color:#6cc}.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property,html.dark .hljs-attribute{color:#69c}.hljs-keyword,.hljs-template-tag,.hljs-type,html.dark .diff .hljs-meta{color:#c9c}html.dark .hljs-emphasis{color:#c9c;font-style:italic}.hljs-meta .hljs-keyword,.hljs-meta .hljs-string,html.dark .hljs-meta{color:#a3685a}.hljs-meta-keyword,html.dark .hljs-meta .hljs-keyword{font-weight:700}.hljsln .ln-num{position:relative;display:inline-block;height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hljsln .ln-num::before{position:absolute;z-index:2;top:0;right:18px;color:var(--f-c3);opacity:.6;content:attr(data-num);transform:scale(.9)}