/*!
 * Vditor v3.11.1 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */.vditor{--border-color:#d1d5da;--second-color:rgba(88,96,105,.36);--panel-background-color:#fff;--panel-shadow:0 1px 2px rgba(0,0,0,.2);--toolbar-background-color:#f6f8fa;--toolbar-icon-color:#586069;--toolbar-icon-hover-color:#4285f4;--toolbar-height:35px;--toolbar-divider-margin-top:8px;--textarea-background-color:#fafbfc;--textarea-text-color:#24292e;--resize-icon-color:var(--toolbar-icon-color);--resize-background-color:var(--toolbar-background-color);--resize-hover-icon-color:var(--panel-background-color);--resize-hover-background-color:var(--toolbar-icon-hover-color);--count-background-color:rgba(27,31,35,.05);--heading-border-color:#eaecef;--blockquote-color:#6a737d;--ir-heading-color:#660e7a;--ir-title-color:grey;--ir-bi-color:#0033b3;--ir-link-color:green;--ir-bracket-color:#00f;--ir-paren-color:green}.vditor--dark{--border-color:#141414;--second-color:hsla(0,0%,73%,.36);--panel-background-color:#24292e;--panel-shadow:0 1px 2px hsla(0,0%,100%,.2);--toolbar-background-color:#1d2125;--toolbar-icon-color:#b9b9b9;--toolbar-icon-hover-color:#fff;--textarea-background-color:#2f363d;--textarea-text-color:#d1d5da;--resize-icon-color:var(--border-color);--resize-background-color:var(--second-color);--resize-hover-icon-color:var(--toolbar-icon-hover-color);--resize-hover-background-color:hsla(0,0%,73%,.86);--count-background-color:rgba(66,133,244,.36);--heading-border-color:var(--textarea-text-color);--blockquote-color:var(--toolbar-icon-color);--ir-heading-color:#9876aa;--ir-title-color:grey;--ir-bi-color:#cc7832;--ir-link-color:#ffc66d;--ir-bracket-color:#287bde;--ir-paren-color:#6a8759}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.vditor-tooltipped{cursor:pointer;position:relative}.vditor-tooltipped:after{font-size:11px;font-weight:400;padding:5px 8px;z-index:1000000;-webkit-font-smoothing:subpixel-antialiased;color:#fff;letter-spacing:normal;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;word-wrap:break-word;background:#3b3e43;border-radius:3px;content:attr(aria-label);line-height:16px;white-space:pre}.vditor-tooltipped:after,.vditor-tooltipped:before{display:none;opacity:0;pointer-events:none;position:absolute}.vditor-tooltipped:before{border:5px solid transparent;color:#3b3e43;content:"";height:0;width:0;z-index:1000001}.vditor-tooltipped--hover:after,.vditor-tooltipped--hover:before,.vditor-tooltipped:active:after,.vditor-tooltipped:active:before,.vditor-tooltipped:focus:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:hover:before{animation-duration:.15s;animation-fill-mode:forwards;animation-name:tooltip-appear;animation-timing-function:ease-in;display:inline-block;text-decoration:none}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{margin-top:5px;right:50%;top:100%}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{border-bottom-color:#3b3e43;bottom:-5px;margin-right:-5px;right:50%;top:auto}.vditor-tooltipped__se:after{left:50%;margin-left:-15px;right:auto}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{bottom:100%;margin-bottom:5px;right:50%}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{border-top-color:#3b3e43;bottom:auto;margin-right:-5px;right:50%;top:-5px}.vditor-tooltipped__ne:after{left:50%;margin-left:-15px;right:auto}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__s:after{transform:translate(50%)}.vditor-tooltipped__w:after{bottom:50%;margin-right:5px;right:100%;transform:translateY(50%)}.vditor-tooltipped__w:before{border-left-color:#3b3e43;bottom:50%;left:-5px;margin-top:-5px;top:50%}.vditor-tooltipped__e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.vditor-tooltipped__e:before{border-right-color:#3b3e43;bottom:50%;margin-top:-5px;right:-5px;top:50%}@media screen and (max-width:520px){.vditor-tooltipped:after,.vditor-tooltipped:before{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);background-color:var(--panel-background-color);border-radius:3px;box-shadow:var(--panel-shadow);color:var(--toolbar-icon-color);display:none;font-size:14px;max-width:320px;min-width:80px;padding:5px;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:3}.vditor-panel--none{animation:none;max-width:none;min-width:auto;opacity:.86;padding:0;white-space:nowrap}.vditor-panel--arrow:before{border:7px solid transparent;border-bottom:7px solid var(--panel-background-color);content:" ";height:0;left:5px;pointer-events:none;position:absolute;top:-14px;width:0}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{left:auto;right:5px}.vditor-input{background-color:var(--panel-background-color);border:0;color:var(--textarea-text-color);font-size:12px;padding:3px 5px}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{background-color:transparent;border:0;box-sizing:border-box;color:var(--toolbar-icon-color);cursor:pointer;float:left;height:21px;padding:4px 5px;width:23px}.vditor-icon--current,.vditor-icon:hover{background-color:transparent;color:var(--toolbar-icon-hover-color)}.vditor-icon:focus{outline:none}.vditor-icon svg{float:left;height:13px!important;width:13px!important;fill:currentColor;pointer-events:none}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);line-height:1;padding:0 5px}.vditor-toolbar--pin{position:sticky;top:0;z-index:1}.vditor-toolbar--hide{height:5px;overflow:hidden;transition:all .15s ease-in-out}.vditor-toolbar--hide:hover{background-color:var(--toolbar-background-color);height:auto;overflow:visible}.vditor-toolbar__item{float:left;position:relative}.vditor-toolbar__item .vditor-tooltipped{background-color:transparent;border:0;box-sizing:border-box;color:var(--toolbar-icon-color);font-size:0;height:var(--toolbar-height);padding:10px 5px;width:25px}.vditor-toolbar__item .vditor-tooltipped:focus{color:var(--toolbar-icon-hover-color);cursor:pointer;outline:none}.vditor-toolbar__item svg{fill:currentColor;display:inline-block;stroke-width:0;stroke:currentColor;height:15px;width:15px}.vditor-toolbar__item input{cursor:pointer;height:var(--toolbar-height);left:0;opacity:.001;overflow:hidden;position:absolute;top:0;width:25px}.vditor-toolbar__divider{border-left:1px solid var(--second-color);float:left;height:calc(var(--toolbar-height) - var(--toolbar-divider-margin-top)*2);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{height:0!important;padding:0!important;width:100%}.vditor-menu--current{color:var(--toolbar-icon-hover-color)!important}.vditor-menu--disabled{color:var(--second-color)!important;cursor:not-allowed!important}.vditor-emojis{display:inline-block;overflow:auto}.vditor-emojis::-webkit-scrollbar{display:none}.vditor-emojis__tip{color:var(--toolbar-icon-color);flex:1;margin-right:10px;min-width:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.vditor-emojis__tail{color:var(--toolbar-icon-color);display:flex;font-size:12px;margin-top:5px}.vditor-emojis__tail a{color:var(--toolbar-icon-color);text-decoration:none}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{background-color:transparent;border:0;border-radius:3px;box-sizing:border-box;cursor:pointer;float:left;font-size:16px;height:30px;line-height:26px;margin:0;overflow:hidden;padding:3px;text-align:center;transition:all .15s ease-in-out;width:30px}.vditor-emojis button:focus{outline:none}.vditor-emojis button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{float:left;height:20px;margin:3px 0 0 3px;width:20px}@media screen and (max-width:520px){.vditor-toolbar__item{padding:0 12px}.vditor-panel--left.vditor-panel--arrow:before{right:17px}}@media (hover:hover) and (pointer:fine){.vditor-toolbar__item .vditor-tooltipped:hover{color:var(--toolbar-icon-hover-color)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.vditor{border:1px solid var(--border-color);border-radius:3px;box-sizing:border-box;display:flex;flex-direction:column;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols}.vditor--fullscreen{border-radius:0;height:100vh!important;left:0;position:fixed;top:0;width:100%!important;z-index:90}.vditor-content{display:flex;flex:1;min-height:60px;min-width:1px;position:relative}.vditor-preview{background-color:var(--textarea-background-color);border-left:1px solid var(--border-color);border-radius:0 0 3px;box-sizing:border-box;flex:1;margin-left:-1px;min-width:1px;overflow:auto}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{background-color:var(--toolbar-background-color);padding:10px;text-align:center}.vditor-preview__action button{background-color:var(--toolbar-background-color);border:0;color:var(--toolbar-icon-color);cursor:pointer;font-size:12px;line-height:20px;margin:0 10px;padding:0 7px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-hover-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;height:15px;vertical-align:middle;width:15px}.vditor-preview>.vditor-reset{margin:0 auto;padding:10px}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{background-color:var(--textarea-background-color);border-radius:0 0 3px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;display:none;flex:1;min-width:1px;overflow:auto;padding:10px}.vditor-counter{background-color:var(--count-background-color);border-radius:3px;color:var(--toolbar-icon-color);float:right;font-size:12px;margin:8px 3px 0 0;padding:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vditor-counter--error{background-color:#d23f311a;color:#d23f31}.vditor-resize{cursor:row-resize;padding:3px 0;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{background-color:var(--resize-background-color);height:3px;transition:all .15s ease-in-out}.vditor-resize--selected>div,.vditor-resize:hover>div{background-color:var(--resize-hover-background-color)}.vditor-resize--selected svg,.vditor-resize:hover svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;color:var(--resize-icon-color);display:block;height:3px;margin:0 auto;width:13px}.vditor-upload{background-color:#4285f4;height:3px;left:0;position:absolute;top:-2px;transition:all .15s ease-in-out}.vditor-tip{animation-duration:.15s;animation-fill-mode:both;font-size:12px;left:50%;position:absolute;top:10px;z-index:5}.vditor-tip--show{animation-name:slideInDown;display:block}.vditor-tip__content{background:var(--toolbar-background-color);border-radius:3px;box-shadow:var(--panel-shadow);color:var(--toolbar-icon-color);display:inline-block;line-height:16px;margin-left:-50%;max-width:100%;padding:3px 10px;position:relative;text-align:left}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{color:var(--toolbar-icon-color);cursor:pointer;font-weight:700;position:absolute;right:-15px;top:-7px}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{display:flex;flex-direction:column;inset:0;position:fixed;z-index:100}.vditor-img__bar{align-items:center;background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);box-sizing:border-box;display:flex;height:36px;justify-content:center;text-align:center}.vditor-img__btn{align-items:center;color:var(--toolbar-icon-color);cursor:pointer;display:flex;margin-left:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{height:14px;margin-right:8px;width:14px;fill:currentColor}.vditor-img__img{background-color:var(--textarea-background-color);cursor:zoom-out;flex:1;overflow:auto}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);border-radius:3px;box-shadow:var(--panel-shadow);display:none;font-size:12px;line-height:20px;list-style:none;margin:0;max-width:250px;min-width:80px;padding:5px 0;position:absolute;z-index:4}.vditor-hint .vditor-hint{left:100%;margin-top:-31px;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{left:auto;right:100%}.vditor-hint button{background-color:transparent;border:0;border-radius:0;box-sizing:border-box;color:var(--toolbar-icon-color);cursor:pointer;display:block;line-height:20px;margin:0;overflow:hidden;padding:3px 10px;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.vditor-hint button:focus{outline:none}.vditor-hint button:not(.vditor-menu--disabled):hover,.vditor-hint--current{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{float:left;font-size:16px;margin-right:3px}.vditor-hint img{float:left;height:20px;margin-right:3px;width:20px}.vditor-reset{color:#24292e;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-variant-ligatures:no-common-ligatures;word-wrap:break-word;font-size:16px;line-height:1.5;overflow:auto;word-break:break-word}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;display:block;font-size:12px;line-height:16px}.vditor-reset ul ul ul{list-style-type:square}.vditor-reset ul ul{list-style-type:circle}.vditor-reset ul{list-style-type:disc}.vditor-reset ol,.vditor-reset ul{margin-bottom:16px;margin-top:0;padding-left:2em}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset audio{max-width:100%}.vditor-reset audio:focus{outline:none}.vditor-reset video{max-height:90vh;max-width:100%}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;max-width:20px;vertical-align:sub}.vditor-reset h1,.vditor-reset h2,.vditor-reset h3,.vditor-reset h4,.vditor-reset h5,.vditor-reset h6{font-weight:600;line-height:1.25;margin-bottom:16px;margin-top:24px}.vditor-reset h1:hover .vditor-anchor svg,.vditor-reset h2:hover .vditor-anchor svg,.vditor-reset h3:hover .vditor-anchor svg,.vditor-reset h4:hover .vditor-anchor svg,.vditor-reset h5:hover .vditor-anchor svg,.vditor-reset h6:hover .vditor-anchor svg{visibility:visible}.vditor-reset h1{font-size:1.75em}.vditor-reset h2{font-size:1.55em}.vditor-reset h3{font-size:1.38em}.vditor-reset h4{font-size:1.25em}.vditor-reset h5{font-size:1.13em}.vditor-reset h6{font-size:1em}.vditor-reset hr{background-color:#eaecef;border:0;height:2px;margin:24px 0;padding:0}.vditor-reset p{margin-bottom:16px;margin-top:0}.vditor-reset blockquote{border-left:.25em solid #eaecef;color:#6a737d;margin:0 0 16px;padding:0 1em}.vditor-reset blockquote>:first-child{margin-top:0}.vditor-reset blockquote>:last-child{margin-bottom:0}.vditor-reset ins>iframe{border:0}.vditor-reset iframe{border:1px solid #d1d5da;box-sizing:border-box;max-width:100%}.vditor-reset iframe.iframe__video{min-height:36vh;min-width:80%}.vditor-reset table{border-collapse:collapse;border-spacing:0;display:block;empty-cells:show;margin-bottom:16px;overflow:auto;width:100%;word-break:keep-all}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{border:1px solid #dfe2e5;padding:6px 13px;white-space:nowrap;word-break:normal}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";display:inline-block;min-height:24px;vertical-align:top}.vditor-reset table th{font-weight:600}.vditor-reset table tbody tr:nth-child(2n){background-color:#fff}.vditor-reset code:not(.hljs):not(.highlight-chroma){background-size:20px 20px;border-radius:3px;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:85%;margin:0;padding:.2em .4em;white-space:pre-wrap;word-break:break-word}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);background-size:20px 20px;border-radius:5px;display:block;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:85%;margin:0;overflow:auto;padding:.5em;white-space:pre;word-break:normal;word-wrap:normal}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-abc,.vditor-reset .language-echarts,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.vditor-reset .language-markmap,.vditor-reset .language-math,.vditor-reset .language-mermaid,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-smiles{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{cursor:context-menu;outline:none}.vditor-reset .language-math .katex-display>.katex>.katex-html>.tag{display:inline-block;font-size:1.21rem;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{height:420px;overflow:hidden}.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.vditor-reset .language-markmap,.vditor-reset .language-mermaid{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{background-color:#fafbfc;border:1px solid #d1d5da;border-radius:3px;box-shadow:inset 0 -1px #d1d5da;color:#24292e;display:inline-block;font:11px Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:10px;padding:3px 5px;vertical-align:middle}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{height:auto;width:auto;stroke-width:initial}.vditor-reset blockquote:last-child,.vditor-reset hr:last-child,.vditor-reset ol:last-child,.vditor-reset p:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child{margin-bottom:0}.vditor-comment{border-bottom:2px solid #f8e6ab}.vditor-comment--focus,.vditor-comment--hover{background-color:#faf1d1;border-bottom:2px solid #ffc60a}.vditor-comment--focus .vditor-comment,.vditor-comment--hover .vditor-comment{border-bottom:2px solid #ffc60a}.vditor-task{list-style:none!important;word-break:break-all}.vditor-task input{font-size:12px;margin:0 .2em .25em -1.6em;vertical-align:middle}.vditor-copy{display:none;position:relative;z-index:1}.vditor-copy textarea{height:10px;left:-100000px;position:absolute}.vditor-copy span{cursor:pointer;position:absolute;right:15px;top:.5em}.vditor-copy svg{color:#586069;display:block;height:14px;width:14px!important;fill:currentColor}.vditor-linenumber{padding-left:4em!important;position:relative}.vditor-linenumber__rows{counter-reset:linenumber;left:0;pointer-events:none;position:absolute;top:1em;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:3em}.vditor-linenumber__rows>span{display:block;pointer-events:none}.vditor-linenumber__rows>span:before{color:#9d959561;content:counter(linenumber);counter-increment:linenumber;display:block;padding-right:1em;text-align:right}.vditor-speech{background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;color:#586069;cursor:pointer;display:none;padding:3px;position:absolute}.vditor-speech--current,.vditor-speech:hover{color:#4285f4}.vditor-speech svg{height:14px;width:14px;fill:currentColor;display:block;stroke-width:0;stroke:currentColor}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;margin-left:-20px;padding-right:4px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{cursor:pointer;margin:31px auto 16px;max-width:768px;padding:0 10px;transition:all .15s ease-in-out}.vditor-linkcard a{background-color:#f6f8fa;border-radius:3px;box-shadow:0 1px 2px #0003;display:flex;flex-wrap:wrap-reverse;max-height:250px;overflow:hidden;text-decoration:none}.vditor-linkcard a:hover{box-shadow:0 0 3px #00000021,0 3px 6px #00000042;text-decoration:none}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:#5860695c}.vditor-linkcard__info{box-sizing:border-box;flex:1;min-width:200px;padding:10px}.vditor-linkcard__title{align-items:center;color:#24292e;display:flex;font-size:14px;font-weight:400}.vditor-linkcard__title img{border-radius:3px;cursor:pointer;flex-shrink:0;height:20px;margin-right:5px;width:20px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;color:#586069;display:-webkit-box;font-size:13px;margin:5px 0}.vditor-linkcard__site{color:#4285f4;font-size:12px}.vditor-linkcard__image{background-color:#5860695c;background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;max-width:250px;min-width:126px}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{color:#4285f4;margin-bottom:16px;-webkit-user-select:text;-moz-user-select:text;user-select:text}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{list-style:none!important;padding-left:1em}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{height:0;width:0}.vditor-outline{background-color:var(--panel-background-color);border-right:1px solid var(--border-color);display:none;overflow:auto;width:250px}.vditor-outline--right{border-left:1px solid var(--border-color);border-right:0}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{list-style:none!important;margin:0;padding-left:1em}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{align-items:center;color:var(--textarea-text-color);cursor:pointer;display:flex;padding:5px 10px}.vditor-outline li>span>svg{flex-shrink:0;height:10px;width:10px}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vditor-outline__title{border-bottom:1px dashed var(--border-color);color:var(--toolbar-icon-color);font-size:12px;padding:5px 10px}.vditor-outline__action{transition:all .15s ease-in-out;fill:currentColor;flex-shrink:0;margin-right:5px}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1;min-width:1px;position:relative;width:100%}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);box-sizing:border-box;height:100%;margin:0;white-space:pre-wrap}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{cursor:not-allowed;opacity:.3}.vditor-wysiwyg pre.vditor-reset:empty:before{color:var(--second-color);content:attr(placeholder)}.vditor-wysiwyg pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-wysiwyg pre.vditor-reset:after{content:"";display:block;height:var(--editor-bottom)}.vditor-wysiwyg blockquote:empty:before,.vditor-wysiwyg h1:empty:after,.vditor-wysiwyg h2:empty:after,.vditor-wysiwyg h3:empty:after,.vditor-wysiwyg h4:empty:after,.vditor-wysiwyg h5:empty:after,.vditor-wysiwyg h6:empty:after,.vditor-wysiwyg p:empty:before,.vditor-wysiwyg pre>code:empty:before{content:" "}.vditor-wysiwyg code[data-marker="`"]{padding-left:0!important;padding-right:0!important}.vditor-wysiwyg__block pre:first-child{margin-bottom:-1em}.vditor-wysiwyg__block pre:first-child code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-wysiwyg__block pre:last-child{margin-bottom:1em}.vditor-wysiwyg__preview{cursor:pointer;min-height:27px;white-space:normal}.vditor-wysiwyg .vditor-toc:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg>.vditor-reset>h1:before,.vditor-wysiwyg>.vditor-reset>h2:before,.vditor-wysiwyg>.vditor-reset>h3:before,.vditor-wysiwyg>.vditor-reset>h4:before,.vditor-wysiwyg>.vditor-reset>h5:before,.vditor-wysiwyg>.vditor-reset>h6:before{color:var(--second-color);content:"H1";float:left;font-size:.85rem;font-weight:400;margin-left:-29px;padding-right:4px}.vditor-wysiwyg>.vditor-reset>h2:before{content:"H2"}.vditor-wysiwyg>.vditor-reset>h3:before{content:"H3"}.vditor-wysiwyg>.vditor-reset>h4:before{content:"H4"}.vditor-wysiwyg>.vditor-reset>h5:before{content:"H5"}.vditor-wysiwyg>.vditor-reset>h6:before{content:"H6"}.vditor-wysiwyg div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-wysiwyg div[data-type=footnotes-block]:before{content:"^F"}.vditor-wysiwyg div.vditor-wysiwyg__block:before{content:"</>"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=yaml-front-matter]:before{content:"F"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=math-block]:before{content:"$$"}.vditor-wysiwyg .vditor-toc:before{content:"ToC"}.vditor-wysiwyg hr{display:inline-block;margin:12px 0;width:100%}.vditor-wysiwyg details{white-space:normal}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{color:var(--second-color);display:none}.vditor-wysiwyg span[data-type=link-ref],.vditor-wysiwyg sup[data-type=footnotes-ref]{color:#4285f4}.vditor-wysiwyg span[data-type=toc-h]{color:#4285f4;text-decoration:underline}.vditor-wysiwyg div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (max-width:520px){.vditor-wysiwyg .vditor-toc:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1;min-width:1px;position:relative;width:100%}.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=math-block]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=yaml-front-matter]:before{color:var(--second-color);content:" "}.vditor-ir__node:not(.vditor-ir__node--expand) .vditor-ir__marker{padding:0!important}.vditor-ir__node:not(.vditor-ir__node--expand)[data-type=a]{cursor:pointer}.vditor-ir__node[data-type=footnotes-ref],.vditor-ir__node[data-type=link-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{display:inline-block;height:0;overflow:hidden;transition:all .15s ease-in-out;width:0}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);display:inline;height:auto;width:auto}.vditor-ir__node--expand .vditor-ir__marker--hide{display:none}.vditor-ir__node--expand .vditor-ir__marker--heading{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--bi{color:var(--ir-bi-color)}.vditor-ir__node--expand .vditor-ir__marker--link{color:var(--ir-link-color)}.vditor-ir__node--expand .vditor-ir__marker--title{color:var(--ir-title-color)}.vditor-ir__node--expand .vditor-ir__marker--bracket{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir__node--expand .vditor-ir__marker--paren{color:var(--ir-paren-color)}.vditor-ir__node--expand .vditor-ir__marker--info{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--pre code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-ir__node--expand[data-type=code-block]:after,.vditor-ir__node--expand[data-type=code-block]:before{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:after,.vditor-ir__node--expand[data-type=yaml-front-matter]:before{content:"---"}.vditor-ir__node--expand[data-type=math-block]:after,.vditor-ir__node--expand[data-type=math-block]:before{content:"$$"}.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker]{display:none}.vditor-ir__preview{cursor:pointer;min-height:27px;white-space:normal}.vditor-ir__link{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);box-sizing:border-box;height:100%;margin:0;white-space:pre-wrap}.vditor-ir pre.vditor-reset[contenteditable=false]{cursor:not-allowed;opacity:.3}.vditor-ir pre.vditor-reset:empty:before{color:var(--second-color);content:attr(placeholder)}.vditor-ir pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-ir pre.vditor-reset:after{content:"";display:block;height:var(--editor-bottom)}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{display:inline-block;margin:12px 0;width:100%}.vditor-ir blockquote:empty:before,.vditor-ir h1:empty:after,.vditor-ir h2:empty:after,.vditor-ir h3:empty:after,.vditor-ir h4:empty:after,.vditor-ir h5:empty:after,.vditor-ir h6:empty:after,.vditor-ir p:empty:before,.vditor-ir pre>code:empty:before{content:" "}.vditor-ir .vditor-reset>h1:before,.vditor-ir .vditor-reset>h2:before,.vditor-ir .vditor-reset>h3:before,.vditor-ir .vditor-reset>h4:before,.vditor-ir .vditor-reset>h5:before,.vditor-ir .vditor-reset>h6:before,.vditor-ir .vditor-toc:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir div[data-type=link-ref-defs-block]:before{color:var(--second-color);content:"H1";float:left;font-size:.85rem;font-weight:400;margin-left:-29px;padding-right:4px}.vditor-ir .vditor-reset>h2:before{content:"H2"}.vditor-ir .vditor-reset>h3:before{content:"H3"}.vditor-ir .vditor-reset>h4:before{content:"H4"}.vditor-ir .vditor-reset>h5:before{content:"H5"}.vditor-ir .vditor-reset>h6:before{content:"H6"}.vditor-ir div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}.vditor-ir div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-ir div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-ir div[data-type=footnotes-block]:before{content:"^F"}.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>blockquote,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>hr,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ol,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>p,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>pre,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>table,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ul{margin-left:8px}.vditor-ir .vditor-toc:before{content:"ToC"}.vditor-ir .vditor-toc span[data-type=toc-h]{color:#4285f4;text-decoration:underline}@media screen and (max-width:520px){.vditor-ir .vditor-toc:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before{content:none}}.vditor-sv{background-color:var(--panel-background-color);border:0;border-radius:0 0 3px 3px;box-sizing:border-box;color:var(--textarea-text-color);flex:1;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:16px;font-variant-ligatures:no-common-ligatures;line-height:22px;margin:0 1px 0 0;min-width:1px;outline:0 none;overflow:auto;padding:10px 9px 10px 10px;resize:none;white-space:pre-wrap;width:100%;word-break:break-word;word-wrap:break-word}.vditor-sv[contenteditable=false]{cursor:not-allowed;opacity:.3}.vditor-sv:empty:before{color:var(--second-color);content:attr(placeholder)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";display:block;height:var(--editor-bottom)}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{font-size:smaller;vertical-align:super}.vditor-sv .strong{font-weight:700}.vditor-sv .em{font-style:italic}.vditor-sv .s{text-decoration:line-through}.vditor-sv .mark:not(.vditor-sv__marker){background-color:#ff0;color:#000}.vditor-sv .h1{font-size:1.75em;line-height:44px}.vditor-sv .h2{font-size:1.55em;line-height:38px}.vditor-sv .h3{font-size:1.38em;line-height:27px}.vditor-sv .h4{font-size:1.25em;line-height:25px}.vditor-sv .h5{font-size:1.13em}.vditor-sv .h6{font-size:1em}.vditor-sv__marker{color:var(--second-color)}.vditor-sv__marker--heading{color:var(--ir-heading-color)}.vditor-sv__marker--bi{color:var(--ir-bi-color)}.vditor-sv__marker--link{color:var(--ir-link-color)}.vditor-sv__marker--title{color:var(--ir-title-color)}.vditor-sv__marker--bracket{color:var(--ir-bracket-color)}.vditor-sv__marker--paren{color:var(--ir-paren-color)}.vditor-sv__marker--info{color:var(--ir-heading-color)}.vditor-sv__marker--strong{font-weight:700}@font-face{font-display:swap;font-family:Maple Mono;font-style:normal;font-weight:100;src:url(../fonts/maple-mono-100-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:italic;font-weight:100;src:url(../fonts/maple-mono-100-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:normal;font-weight:200;src:url(../fonts/maple-mono-200-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:italic;font-weight:200;src:url(../fonts/maple-mono-200-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:normal;font-weight:300;src:url(../fonts/maple-mono-300-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:italic;font-weight:300;src:url(../fonts/maple-mono-300-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:normal;font-weight:400;src:url(../fonts/maple-mono-400-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:italic;font-weight:400;src:url(../fonts/maple-mono-400-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:normal;font-weight:500;src:url(../fonts/maple-mono-500-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:italic;font-weight:500;src:url(../fonts/maple-mono-500-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:normal;font-weight:600;src:url(../fonts/maple-mono-600-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:italic;font-weight:600;src:url(../fonts/maple-mono-600-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:normal;font-weight:700;src:url(../fonts/maple-mono-700-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:italic;font-weight:700;src:url(../fonts/maple-mono-700-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:normal;font-weight:800;src:url(../fonts/maple-mono-800-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Maple Mono;font-style:italic;font-weight:800;src:url(../fonts/maple-mono-800-italic.woff2) format("woff2")}#nprogress .bar{background:#29d;height:2px;left:0;position:fixed;top:0;width:100%;z-index:1031}#nprogress .peg{box-shadow:0 0 10px #29d,0 0 5px #29d;display:block;height:100%;opacity:1;position:absolute;right:0;transform:rotate(3deg) translateY(-4px);width:100px}#nprogress .spinner{display:block;position:fixed;right:15px;top:15px;z-index:1031}#nprogress .spinner-icon{animation:nprogress-spinner .4s linear infinite;border-color:#29d transparent transparent #29d;border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;height:18px;width:18px}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.Vue-Toastification__container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;min-height:100%;padding:4px;pointer-events:none;position:fixed;width:600px;z-index:9999}@media only screen and (min-width:600px){.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:1em}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.top-left{left:1em}.Vue-Toastification__container.bottom-left .Vue-Toastification__toast,.Vue-Toastification__container.top-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl{margin-left:auto;margin-right:unset}}.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.top-right{right:1em}.Vue-Toastification__container.bottom-right .Vue-Toastification__toast,.Vue-Toastification__container.top-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.top-center{left:50%;margin-left:-300px}.Vue-Toastification__container.bottom-center .Vue-Toastification__toast,.Vue-Toastification__container.top-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{left:0;margin:0;padding:0;width:100vw}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:0}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;direction:ltr;display:inline-flex;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;max-width:600px;min-height:64px;min-width:326px;overflow:hidden;padding:22px 24px;pointer-events:auto;position:relative;transform:translateZ(0)}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;font-size:16px;line-height:24px;white-space:pre-wrap;word-break:break-word}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{align-items:center;background:transparent;border:none;color:#fff;cursor:pointer;font-size:24px;font-weight:700;line-height:24px;opacity:.3;outline:none;padding:0 0 0 10px;transition:.3s ease;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:focus,.Vue-Toastification__close-button:hover{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{animation:scale-x-frames linear 1 forwards;background-color:#ffffffb3;bottom:0;height:5px;left:0;position:absolute;transform-origin:left;width:100%;z-index:10000}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{left:unset;right:0;transform-origin:right}.Vue-Toastification__icon{align-items:center;background:transparent;border:none;height:100%;margin:auto 18px auto 0;outline:none;padding:0;transition:.3s ease;width:20px}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.bottom-left,.Vue-Toastification__bounce-enter-active.top-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.bottom-right,.Vue-Toastification__bounce-enter-active.top-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-enter-active,.Vue-Toastification__bounce-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-duration:.4s;transition-property:all;transition-timing-function:ease-in-out}@keyframes fadeOutTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-50px)}}@keyframes fadeOutBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.Vue-Toastification__fade-enter-active.bottom-left,.Vue-Toastification__fade-enter-active.top-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.bottom-right,.Vue-Toastification__fade-enter-active.top-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-enter-active,.Vue-Toastification__fade-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-duration:.4s;transition-property:all;transition-timing-function:ease-in-out}@keyframes slideInBlurredLeft{0%{filter:blur(40px);opacity:0;transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%}to{filter:blur(0);opacity:1;transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideInBlurredTop{0%{filter:blur(240px);opacity:0;transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0}to{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideInBlurredRight{0%{filter:blur(40px);opacity:0;transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0 50%}to{filter:blur(0);opacity:1;transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideInBlurredBottom{0%{filter:blur(240px);opacity:0;transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%}to{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideOutBlurredTop{0%{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0}to{filter:blur(240px);opacity:0;transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0}}@keyframes slideOutBlurredBottom{0%{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%}to{filter:blur(240px);opacity:0;transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%}}@keyframes slideOutBlurredLeft{0%{filter:blur(0);opacity:1;transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%}to{filter:blur(40px);opacity:0;transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%}}@keyframes slideOutBlurredRight{0%{filter:blur(0);opacity:1;transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%}to{filter:blur(40px);opacity:0;transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0 50%}}.Vue-Toastification__slideBlurred-enter-active.bottom-left,.Vue-Toastification__slideBlurred-enter-active.top-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.bottom-right,.Vue-Toastification__slideBlurred-enter-active.top-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-enter-active,.Vue-Toastification__slideBlurred-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-duration:.4s;transition-property:all;transition-timing-function:ease-in-out}.Vue-Toastification__toast{border-radius:20px}.Vue-Toastification__toast--info{background-color:#d0e9ff;color:#1b6ec2}.Vue-Toastification__toast--success{background-color:#dff6dd;color:#2b7a2b}.Vue-Toastification__toast--error{background-color:#f99a9a;color:#b73737}@media (max-width:768px){.Vue-Toastification__container.open-isle-toast-style-v1{left:auto;max-width:90vw;right:.5em;width:auto}.Vue-Toastification__toast-body{font-size:14px;line-height:20px}.Vue-Toastification__close-button{font-size:18px;line-height:18px}}.base-image[data-v-4532fa87]{opacity:.92;transition:filter .35s ease,transform .35s ease,opacity .35s ease}.base-image-ph[data-v-4532fa87]{filter:blur(20px);transform:scale(.5)}.base-image.is-loaded[data-v-4532fa87]{opacity:1;transform:none}.dropdown-wrapper[data-v-db3df982]{display:inline-block;position:relative}.dropdown-trigger[data-v-db3df982]{align-items:center;cursor:pointer;display:inline-flex}.dropdown-menu-enter-active[data-v-db3df982],.dropdown-menu-leave-active[data-v-db3df982]{transition:all .4s}.dropdown-menu-enter-from[data-v-db3df982],.dropdown-menu-leave-to[data-v-db3df982]{opacity:0;transform:translateY(-16px)}.dropdown-menu-container[data-v-db3df982]{background-color:var(--app-menu-background-color);border:1px solid var(--normal-border-color);border-radius:8px;box-shadow:0 2px 6px #0003;min-width:100px;position:absolute;right:0;top:100%;z-index:2000}.dropdown-item[data-v-db3df982]{cursor:pointer;padding:8px 16px;white-space:nowrap}.dropdown-item[data-v-db3df982]:hover{background-color:var(--menu-selected-background-color)}.tooltip-wrapper[data-v-e0234f62]{display:inline-block;position:relative}.tooltip-trigger[data-v-e0234f62]{display:inline-block;outline:none}.tooltip-trigger[data-v-e0234f62]:focus-visible{border-radius:4px;outline:2px solid var(--primary-color);outline-offset:2px}.tooltip-content[data-v-e0234f62]{pointer-events:auto;will-change:transform}.tooltip-noninteractive[data-v-e0234f62]{pointer-events:none}.tooltip-inner[data-v-e0234f62]{border-radius:6px;font-size:14px;line-height:1.4;padding:8px 12px;word-wrap:break-word;border:1px solid transparent;box-shadow:0 2px 8px #00000026}.tooltip-light .tooltip-inner[data-v-e0234f62]{background-color:var(--background-color);border-color:var(--normal-border-color);color:var(--text-color)}.tooltip-dark .tooltip-inner[data-v-e0234f62]{background-color:#000000e6;color:#fff}.tooltip-arrow[data-v-e0234f62]{border-style:solid;height:0;position:absolute;width:0}.tooltip-top .tooltip-arrow-top[data-v-e0234f62]{border-width:6px 6px 0;bottom:-6px;left:var(--arrow-left,50%);transform:translate(-50%)}.tooltip-light.tooltip-top .tooltip-arrow-top[data-v-e0234f62]{border-color:var(--normal-border-color) transparent transparent transparent}.tooltip-light.tooltip-top .tooltip-arrow-top[data-v-e0234f62]:after{border-color:var(--background-color) transparent transparent transparent;border-style:solid;border-width:6px 6px 0;content:"";left:-6px;position:absolute;top:-7px}.tooltip-dark.tooltip-top .tooltip-arrow-top[data-v-e0234f62]{border-color:rgba(0,0,0,.9) transparent transparent}.tooltip-bottom .tooltip-arrow-bottom[data-v-e0234f62]{border-width:0 6px 6px;left:var(--arrow-left,50%);top:-6px;transform:translate(-50%)}.tooltip-light.tooltip-bottom .tooltip-arrow-bottom[data-v-e0234f62]{border-color:transparent transparent var(--normal-border-color) transparent}.tooltip-light.tooltip-bottom .tooltip-arrow-bottom[data-v-e0234f62]:after{border-color:transparent transparent var(--background-color) transparent;border-style:solid;border-width:0 6px 6px;content:"";left:-6px;position:absolute;top:1px}.tooltip-dark.tooltip-bottom .tooltip-arrow-bottom[data-v-e0234f62]{border-color:transparent transparent rgba(0,0,0,.9)}.tooltip-left .tooltip-arrow-left[data-v-e0234f62]{border-width:6px 0 6px 6px;right:-6px;top:var(--arrow-top,50%);transform:translateY(-50%)}.tooltip-light.tooltip-left .tooltip-arrow-left[data-v-e0234f62]{border-color:transparent transparent transparent var(--normal-border-color)}.tooltip-light.tooltip-left .tooltip-arrow-left[data-v-e0234f62]:after{border-color:transparent transparent transparent var(--background-color);border-style:solid;border-width:6px 0 6px 6px;content:"";left:-7px;position:absolute;top:-6px}.tooltip-dark.tooltip-left .tooltip-arrow-left[data-v-e0234f62]{border-color:transparent transparent transparent rgba(0,0,0,.9)}.tooltip-right .tooltip-arrow-right[data-v-e0234f62]{border-width:6px 6px 6px 0;left:-6px;top:var(--arrow-top,50%);transform:translateY(-50%)}.tooltip-light.tooltip-right .tooltip-arrow-right[data-v-e0234f62]{border-color:transparent var(--normal-border-color) transparent transparent}.tooltip-light.tooltip-right .tooltip-arrow-right[data-v-e0234f62]:after{border-color:transparent var(--background-color) transparent transparent;border-style:solid;border-width:6px 6px 6px 0;content:"";left:1px;position:absolute;top:-6px}.tooltip-dark.tooltip-right .tooltip-arrow-right[data-v-e0234f62]{border-color:transparent rgba(0,0,0,.9) transparent transparent}.tooltip-fade-enter-active[data-v-e0234f62],.tooltip-fade-leave-active[data-v-e0234f62]{transition:opacity .18s ease,transform .18s ease}.tooltip-fade-enter-from[data-v-e0234f62],.tooltip-fade-leave-to[data-v-e0234f62]{opacity:0;transform:translate3d(0,4px,0) scale(.98)}@media (max-width:768px){.tooltip-inner[data-v-e0234f62]{font-size:13px;max-width:250px;padding:6px 10px}}.dropdown{position:relative}.dropdown-display{align-items:center;border:1px solid var(--normal-border-color);border-radius:5px;cursor:pointer;display:flex;justify-content:space-between;min-width:100px;padding:5px 10px}.placeholder{color:gray}.dropdown-menu{background:var(--background-color);border:1px solid var(--normal-border-color);left:0;max-height:200px;min-width:350px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10000}.selected-label{align-items:center;display:inline-flex;gap:5px;margin-right:5px}.dropdown-search{align-items:center;border-bottom:1px solid var(--normal-border-color);display:flex;padding:5px}.dropdown-search input{background-color:var(--app-menu-background-color);border:none;color:var(--text-color);flex:1;margin-left:5px;outline:none}.dropdown-option{align-items:center;cursor:pointer;display:flex;gap:5px;padding:10px 20px}.dropdown-option.selected,.dropdown-option:hover{background-color:var(--menu-selected-background-color)}.option-icon{align-items:center;display:inline-flex;height:16px;justify-content:center;width:16px}.dropdown-loading{display:flex;justify-content:center;padding:10px 0}.dropdown-mobile-page{background-color:var(--app-menu-background-color);display:flex;flex-direction:column;inset:0;position:fixed;z-index:1300}.dropdown-mobile-header{align-items:center;border-bottom:1px solid var(--normal-border-color);display:flex;gap:10px;padding:10px}.dropdown-mobile-menu{flex:1;overflow-y:auto}.search-dropdown[data-v-84dbf841]{margin-top:20px;width:500px}.search-mobile-trigger[data-v-84dbf841]{font-size:18px;padding:10px}.search-input[data-v-84dbf841]{align-items:center;display:flex;padding:10px;width:100%}.text-input[data-v-84dbf841]{background-color:var(--app-menu-background-color);border:none;color:var(--text-color);font-size:16px;margin-left:10px;outline:none;width:100%}.search-menu[data-v-84dbf841]{max-width:600px;width:100%}@media (max-width:768px){.search-dropdown[data-v-84dbf841]{width:100%}}.search-option[data-v-84dbf841],.search-option-item[data-v-84dbf841]{display:flex;gap:10px}.search-option[data-v-84dbf841]{align-items:center;padding:10px 20px}[data-v-84dbf841] .highlight{color:var(--primary-color)}.result-icon[data-v-84dbf841]{opacity:.6}.result-body[data-v-84dbf841]{display:flex;flex-direction:column}.result-main[data-v-84dbf841]{font-weight:700}.result-extra[data-v-84dbf841],.result-sub[data-v-84dbf841]{color:#666;font-size:12px}.header[data-v-fc6f888a]{-webkit-backdrop-filter:var(--blur-10);backdrop-filter:var(--blur-10);background-color:var(--background-color-blur);border-bottom:1px solid var(--header-border-color);color:var(--header-text-color);height:var(--header-height);justify-content:center}.header[data-v-fc6f888a],.logo-container[data-v-fc6f888a]{align-items:center;display:flex}.logo-container[data-v-fc6f888a]{color:inherit;cursor:pointer;font-size:20px;font-weight:700;text-decoration:none}.header-content[data-v-fc6f888a]{-webkit-backdrop-filter:var(--blur-10);backdrop-filter:var(--blur-10);height:100%;max-width:var(--page-max-width);width:100%}.header-content[data-v-fc6f888a],.header-content-left[data-v-fc6f888a],.header-content-right[data-v-fc6f888a]{align-items:center;display:flex;flex-direction:row}.header-content-right[data-v-fc6f888a]{gap:30px;margin-left:auto}.auth-btns[data-v-fc6f888a]{align-items:center;display:flex;flex-direction:row;gap:20px}.menu-btn[data-v-fc6f888a]{background:none;border:none;color:inherit;cursor:pointer;font-size:24px;margin-right:10px;opacity:.4}.menu-btn-wrapper[data-v-fc6f888a]{display:inline-block;position:relative}.menu-unread-dot[data-v-fc6f888a]{background-color:#ff4d4f;border-radius:50%;height:8px;position:absolute;right:10px;top:0;width:8px}.menu-btn[data-v-fc6f888a]:hover{opacity:.8}.header-content-item-main[data-v-fc6f888a]{background-color:var(--primary-color);border-radius:10px;color:#fff;cursor:pointer;padding:8px 16px}.header-content-item-main[data-v-fc6f888a]:hover{background-color:var(--primary-color-hover)}.header-content-item-secondary[data-v-fc6f888a]{color:var(--primary-color);cursor:pointer;text-decoration:underline}.avatar-container[data-v-fc6f888a]{align-items:center;cursor:pointer;display:flex;position:relative}.avatar-img[data-v-fc6f888a]{background-color:#d3d3d3;border-radius:50%;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.dropdown-icon[data-v-fc6f888a]{margin-left:5px}.dropdown-item[data-v-fc6f888a]{padding:8px 16px;white-space:nowrap}.dropdown-item[data-v-fc6f888a]:hover{background-color:var(--menu-selected-background-color)}.search-icon[data-v-fc6f888a],.theme-icon[data-v-fc6f888a]{cursor:pointer;font-size:18px}.invite_text[data-v-fc6f888a]{color:var(--primary-color);cursor:pointer;font-size:12px}.invite_text[data-v-fc6f888a]:hover{text-decoration:underline}.messages-icon[data-v-fc6f888a],.new-post-icon[data-v-fc6f888a],.rss-icon[data-v-fc6f888a]{cursor:pointer;font-size:18px;position:relative}.unread-badge[data-v-fc6f888a]{box-sizing:border-box;color:#fff;font-size:10px;font-weight:700;line-height:1;min-width:16px;padding:2px 5px;right:-10px;text-align:center;top:-5px}.unread-badge[data-v-fc6f888a],.unread-dot[data-v-fc6f888a]{background-color:#ff4d4f;border-radius:50%;position:absolute}.unread-dot[data-v-fc6f888a]{height:8px;right:-4px;top:-2px;width:8px}.rss-icon[data-v-fc6f888a]{animation:rss-glow-fc6f888a 2s 3}@keyframes rss-glow-fc6f888a{0%{opacity:1;text-shadow:0 0 0 var(--primary-color)}50%{opacity:.8;text-shadow:0 0 12px var(--primary-color)}to{opacity:1;text-shadow:0 0 0 var(--primary-color)}}@media (max-width:1200px){.header-content[data-v-fc6f888a]{padding-left:15px;padding-right:15px;width:calc(100% - 30px)}}@media (max-width:768px){.header-content-item-secondary[data-v-fc6f888a],.logo-text[data-v-fc6f888a]{display:none}.header-content-right[data-v-fc6f888a]{gap:15px}}.menu[data-v-cb1306b1]{-webkit-backdrop-filter:var(--blur-10);backdrop-filter:var(--blur-10);background-color:var(--app-menu-background-color);border-right:1px solid var(--menu-border-color);display:flex;flex-direction:column;height:calc(100vh - var(--header-height));overflow-y:auto;position:sticky;scrollbar-width:none;top:var(--header-height);width:220px}.menu-content[data-v-cb1306b1]{box-sizing:border-box;height:100%;overflow-y:auto;padding:10px 10px 0;width:100%}.menu-item[data-v-cb1306b1]{align-items:center;border-radius:10px;color:var(--menu-text-color);display:flex;padding:4px 10px;text-decoration:none}.menu-item.selected[data-v-cb1306b1]{background-color:var(--menu-selected-background-color);font-weight:700}.menu-item-text[data-v-cb1306b1]{color:var(--menu-text-color);font-size:16px;text-decoration:none}.unread-container[data-v-cb1306b1]{align-items:center;background-color:#f66;border-radius:50%;display:flex;height:18px;justify-content:center;margin-left:15px;text-align:center;width:18px}.unread[data-v-cb1306b1]{color:#fff;font-size:9px;font-weight:700}.point-count[data-v-cb1306b1]{color:var(--primary-color);font-size:12px;margin-left:4px}.menu-item-icon[data-v-cb1306b1]{font-weight:700;margin-right:10px;opacity:.5}.menu-footer[data-v-cb1306b1]{justify-content:flex-end;position:relation}.menu-footer[data-v-cb1306b1],.menu-footer-btn[data-v-cb1306b1]{align-items:center;display:flex;height:30px}.menu-footer-btn[data-v-cb1306b1]{cursor:pointer;justify-content:center;margin-right:5px;width:30px}.menu-section[data-v-cb1306b1]{margin-top:10px}.section-header[data-v-cb1306b1]{align-items:center;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;opacity:.5;padding:4px 10px}.section-items[data-v-cb1306b1]{color:var(--menu-text-color);display:flex;flex-direction:column;margin-top:4px}.section-item[data-v-cb1306b1]{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:5px;padding:4px 10px}.section-item[data-v-cb1306b1]:hover{background-color:var(--menu-selected-background-color)}.section-item-text-count[data-v-cb1306b1]{font-size:12px;font-weight:700;opacity:.5}.section-item-text[data-v-cb1306b1],.section-item-text-count[data-v-cb1306b1]{color:var(--menu-text-color)}.section-item-icon[data-v-cb1306b1]{height:16px;margin-right:5px;opacity:.7;width:16px}.menu-loading-container[data-v-cb1306b1]{align-items:center;display:flex;justify-content:center;padding:10px}@media (max-width:768px){.menu[data-v-cb1306b1]{background-color:var(--background-color-blur);border-right:none;box-shadow:0 0 10px #0000001a;height:400px;left:10px;padding-top:10px;position:fixed;top:calc(var(--header-height) + 10px);z-index:1000}.menu[data-v-cb1306b1],.menu-content[data-v-cb1306b1]{border-radius:20px}.slide-enter-active[data-v-cb1306b1],.slide-leave-active[data-v-cb1306b1]{transition:transform .3s ease,opacity .3s ease,width .3s ease}.slide-enter-from[data-v-cb1306b1],.slide-leave-to[data-v-cb1306b1]{opacity:0;transform:translate(-100%)}.slide-enter-to[data-v-cb1306b1],.slide-leave-from[data-v-cb1306b1]{opacity:1;transform:translate(0)}}.popup[data-v-76d8796c]{align-items:center;display:flex;justify-content:center;position:fixed;z-index:1100}.popup[data-v-76d8796c],.popup-overlay[data-v-76d8796c]{inset:0}.popup-overlay[data-v-76d8796c]{backdrop-filter:var(--blur-2);-webkit-backdrop-filter:var(--blur-2);position:absolute}.popup-content[data-v-76d8796c]{background-color:var(--background-color);border-radius:8px;box-shadow:0 2px 8px #0003;max-height:80%;max-width:80%;overflow-y:auto;padding:20px;position:relative;z-index:2}.activity-popup[data-v-11d0e86e]{align-items:center;display:flex;flex-direction:column;gap:10px;min-width:200px;text-align:center}.activity-popup-icon[data-v-11d0e86e]{height:100px;-o-object-fit:contain;object-fit:contain;width:100px}.activity-popup-actions[data-v-11d0e86e]{display:flex;flex-direction:row;gap:20px;margin-top:10px}.activity-popup-button[data-v-11d0e86e]{background-color:var(--primary-color);border-radius:8px;color:#fff;cursor:pointer;padding:8px 16px}.activity-popup-button[data-v-11d0e86e]:hover{background-color:var(--primary-color-hover)}.activity-popup-close[data-v-11d0e86e]{align-items:center;color:var(--primary-color);cursor:pointer;display:flex}.activity-popup-close[data-v-11d0e86e]:hover{text-decoration:underline}.medal-popup[data-v-286a03bb]{align-items:center;display:flex;flex-direction:column;gap:10px;min-width:200px;text-align:center}.medal-popup-title[data-v-286a03bb]{font-size:18px;font-weight:700}.medal-popup-list[data-v-286a03bb]{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.medal-popup-item[data-v-286a03bb]{align-items:center;display:flex;flex-direction:column;gap:5px}.medal-popup-item-icon[data-v-286a03bb]{height:100px;-o-object-fit:contain;object-fit:contain;width:100px}.medal-popup-actions[data-v-286a03bb]{display:flex;flex-direction:row;gap:20px;margin-top:10px}.medal-popup-button[data-v-286a03bb]{background-color:var(--primary-color);border-radius:8px;color:#fff;cursor:pointer;padding:8px 16px}.medal-popup-button[data-v-286a03bb]:hover{background-color:var(--primary-color-hover)}.medal-popup-close[data-v-286a03bb]{align-items:center;color:var(--primary-color);cursor:pointer;display:flex}.medal-popup-close[data-v-286a03bb]:hover{text-decoration:underline}.notification-popup[data-v-65a9e370]{align-items:center;display:flex;flex-direction:column;gap:10px;min-width:200px;text-align:center}.notification-popup-title[data-v-65a9e370]{font-size:18px;font-weight:700;margin-bottom:10px}.notification-popup-actions[data-v-65a9e370]{display:flex;flex-direction:row;gap:20px;margin-top:10px}.notification-popup-button[data-v-65a9e370]{background-color:var(--primary-color);border-radius:8px;color:#fff;cursor:pointer;padding:8px 16px}.notification-popup-button[data-v-65a9e370]:hover{background-color:var(--primary-color-hover)}.notification-popup-close[data-v-65a9e370]{align-items:center;color:var(--primary-color);cursor:pointer;display:flex}.notification-popup-close[data-v-65a9e370]:hover{text-decoration:underline}.message-popup[data-v-3db8640d]{align-items:center;display:flex;flex-direction:column;gap:10px;min-width:200px;text-align:center}.message-popup-title[data-v-3db8640d]{font-size:18px;font-weight:700;margin-bottom:10px}.message-popup-actions[data-v-3db8640d]{display:flex;flex-direction:row;gap:20px;margin-top:10px}.message-popup-button[data-v-3db8640d]{background-color:var(--primary-color);border-radius:8px;color:#fff;cursor:pointer;padding:8px 16px}.message-popup-button[data-v-3db8640d]:hover{background-color:var(--primary-color-hover)}.message-popup-close[data-v-3db8640d]{align-items:center;color:var(--primary-color);cursor:pointer;display:flex}.message-popup-close[data-v-3db8640d]:hover{text-decoration:underline}.confirm-dialog[data-v-3c3ac0ad]{padding:20px;text-align:center}.confirm-title[data-v-3c3ac0ad]{font-size:18px;font-weight:600;margin-top:0}.confirm-message[data-v-3c3ac0ad]{color:var(--text-secondary,#666);line-height:1.6;margin:16px 0 20px}.confirm-actions[data-v-3c3ac0ad]{display:flex;gap:12px;justify-content:center}.cancel-button[data-v-3c3ac0ad],.confirm-button[data-v-3c3ac0ad]{border:1px solid transparent;border-radius:8px;cursor:pointer;height:36px;min-width:88px;padding:0 14px}.confirm-button[data-v-3c3ac0ad]{align-items:center;background:var(--primary-color);color:#fff;display:flex;justify-content:center}.confirm-button[data-v-3c3ac0ad]:hover{background:var(--primary-color-hover)}.cancel-button[data-v-3c3ac0ad]{align-items:center;background:transparent;border-color:currentColor;color:var(--primary-color);display:flex;justify-content:center}.cancel-button[data-v-3c3ac0ad]:hover{opacity:.85}.message-float-window[data-v-03edfd6d]{background-color:var(--background-color);border:1px solid var(--normal-border-color);bottom:0;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;max-height:90vh;position:fixed;right:0;transition:height .25s ease;width:400px;z-index:2000}.message-float-window iframe[data-v-03edfd6d]{flex:1;width:100%}.float-actions[data-v-03edfd6d]{display:flex;gap:10px;padding:12px;position:absolute;right:8px;top:4px}.float-actions i[data-v-03edfd6d]{cursor:pointer;font-size:14px;opacity:.9}.float-actions i[data-v-03edfd6d]:hover{opacity:1}:root{--primary-color-hover:#095f69;--primary-color:#0a6e78;--primary-color-disabled:rgba(93,152,156,.5);--new-post-icon-color:rgba(10,111,120,.598);--header-height:60px;--header-background-color:#fff;--header-border-color:#d3d3d3;--header-text-color:#000;--blur-1:blur(1px);--blur-2:blur(2px);--blur-4:blur(4px);--blur-5:blur(5px);--blur-10:blur(10px);--app-menu-background-color:#fff;--background-color:#fff;--background-color-blur:hsla(0,0%,100%,.57);--menu-border-color:#d3d3d3;--normal-border-color:#d3d3d3;--menu-selected-background-color:hsla(0,0%,95%,.884);--menu-text-color:#000;--scroller-background-color:rgba(130,175,180,.5);--normal-background-color:#fff;--lottery-background-color:#f1f1f1;--code-highlight-background-color:#f1f1f1;--login-background-color:#f8f8f8;--login-background-color-hover:#e0e0e0;--text-color:#000;--blockquote-text-color:#6a737d;--menu-width:200px;--page-max-width:1400px;--page-max-width-mobile:900px;--article-info-background-color:#f0f0f0;--activity-card-background-color:#fafafa}[data-theme=dark]{--header-background-color:#2b2b2b;--header-border-color:#555;--primary-color:#11b6c5;--primary-color-hover:#0d8997;--new-post-icon-color:rgba(10,111,120,.598);--header-text-color:#fff;--app-menu-background-color:#333;--background-color:#333;--background-color-blur:var(--background-color);--menu-border-color:#555;--normal-border-color:#555;--menu-selected-background-color:hsla(0,0%,100%,.1);--menu-text-color:#fff;--normal-background-color:#333;--lottery-background-color:#4e4e4e;--code-highlight-background-color:#262b35;--login-background-color:#575757;--login-background-color-hover:#717171;--text-color:#eee;--blockquote-text-color:#999;--article-info-background-color:#747373;--activity-card-background-color:#585858}:root[data-frosted=off]{--blur-1:none;--blur-2:none;--blur-4:none;--blur-5:none;--blur-10:none;--background-color-blur:var(--background-color)}body{background-color:var(--normal-background-color);color:var(--text-color);font-family:Roboto,sans-serif;margin:0;padding:0}.vditor{min-height:200px}.vditor-toolbar--pin{top:calc(var(--header-height) + 1px)!important;z-index:2000}.vditor-panel{min-width:400px}.emoji{height:20px;vertical-align:middle;width:20px}.info-content-text ol,.info-content-text ul{padding-left:1.5em}.info-content-text h1,.info-content-text h2{border-bottom:1px solid var(--normal-border-color);margin-bottom:.8em;padding-bottom:.3em}.info-content-text video{max-width:100%}.info-content-text{max-width:100%;word-break:break-word}.info-content-text blockquote{border-left:4px solid #d0d7de;color:var(--blockquote-text-color);margin:1em 0;padding-left:1em}.info-content-text pre{background-color:var(--code-highlight-background-color);border-radius:4px;display:flex;line-height:1.5;padding:8px 12px;position:relative;white-space:break-spaces}.info-content-text pre .line-numbers{border-right:1px solid #888;box-sizing:border-box;color:#888;counter-reset:line-number 0;flex-shrink:0;font-family:Maple Mono,monospace;font-size:13px;margin:1em 0;padding-right:.5em;position:sticky;text-align:end;width:2em}.info-content-text pre .line-numbers .line-number:before{content:counter(line-number);counter-increment:line-number}.info-content-text code{background-color:var(--code-highlight-background-color);border-radius:4px;color:var(--text-color);font-family:Maple Mono,monospace;font-size:13px}.copy-code-btn{background-color:#fff;border:none;border-radius:4px;color:#000;cursor:pointer;font-size:12px;opacity:.8;padding:2px 6px;position:absolute;right:4px;top:4px}.copy-code-btn:hover{opacity:1}.about-content a,.info-content-text a{color:var(--primary-color);text-decoration:none}.about-content a:hover,.info-content-text a:hover{text-decoration:underline}.info-content-text img{height:auto;max-width:100%}.info-content-text table{border-collapse:collapse;font-size:14px;line-height:1.45;margin:1.2em 0;max-width:100%;overflow-x:auto;width:100%}.info-content-text thead th{background-color:var(--primary-color);color:#fff;font-weight:600;padding:10px 14px;text-align:left}[data-theme=dark] .info-content-text thead th{background-color:var(--primary-color-hover)}.info-content-text tbody tr:nth-child(2n){background-color:#d0faff40}[data-theme=dark] .info-content-text tbody tr:nth-child(2n){background-color:#ffffff0d}.info-content-text td,.info-content-text th{border:1px solid var(--menu-border-color);padding:8px 14px;vertical-align:top}.info-content-text tbody td{color:var(--text-color)}.info-content-text tbody td:first-child{font-weight:500}.info-content-text tbody tr:hover{background-color:var(--menu-selected-background-color);transition:background-color .2s ease}@media (max-width:768px){.vditor{min-height:100px}.vditor-toolbar{overflow-x:auto}.about-content h1,.info-content-text h1{font-size:20px}.about-content h2,.info-content-text h2{font-size:18px}.about-content p,.info-content-text p{font-size:14px;margin-bottom:3px;margin-top:3px}.vditor-toolbar--pin{top:0!important}.about-content li,.info-content-text li{font-size:14px}.info-content-text pre{line-height:1.5}.vditor-panel{min-width:0;position:relative}}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:2147483646}[data-theme=dark]::view-transition-old(root){z-index:2147483646}[data-theme=dark]::view-transition-new(root){z-index:1}#nprogress{pointer-events:none}#nprogress .bar{background:var(--primary-color);height:3px;left:0;position:fixed;top:0;width:100%;z-index:1031}#nprogress .peg{box-shadow:0 0 10px var(--primary-color),0 0 5px var(--primary-color);display:block;height:100%;opacity:1;position:absolute;right:0;transform:rotate(3deg) translateY(-4px);width:100px}#nprogress .spinner{display:none}.page-enter-active,.page-leave-active{transition:all .4s}.page-enter-from,.page-leave-to{filter:blur(10px);opacity:0}.header-container{left:0;position:fixed;right:0;top:0;z-index:1000}.content{background-color:var(--background-color);flex:1;max-width:100%;min-height:calc(100vh - var(--header-height));padding-top:var(--header-height);transition:max-width .3s ease}.content.menu-open{max-width:calc(100% - var(--menu-width))}.main-container{display:flex;flex-direction:row;margin:0 auto;max-width:var(--page-max-width)}.app-new-post-icon{align-items:center;-webkit-backdrop-filter:var(--blur-5);backdrop-filter:var(--blur-5);background-color:var(--new-post-icon-color);border-radius:50%;bottom:70px;color:#fff;cursor:pointer;display:flex;font-size:20px;height:60px;justify-content:center;position:fixed;right:20px;width:60px;z-index:1000}@media (max-width:768px){.content,.content.menu-open{max-width:100%!important}}
