body,html{font-family:Open Sans,sans-serif;height:100%;margin:0;padding:0;scroll-behavior:smooth}a,a:is(:link,:visited,:hover,:active){color:inherit;text-decoration:none}p:has(img[src*="#w"]){text-align:center}img[src*="#w70"]{width:70%}img[src*="#w50"]{width:50%}img[src*="#w30"]{width:30%}.n-popconfirm__icon{align-self:start}/*!
* Vditor v3.10.4 - 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{bottom:0;display:flex;flex-direction:column;left:0;position:fixed;right:0;top:0;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{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{cursor:context-menu;outline:none}.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:.5em;-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}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-custom-ai{background:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' t='1713589676384' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1809' width='200' height='200'%3E%3Cpath d='M60 510.968a455.796 451.968 0 1 0 911.592 0 455.796 451.968 0 1 0-911.592 0Z' fill='%23F0F0FF' p-id='1810'%3E%3C/path%3E%3Cpath d='M837.032 512c0 99-81 180-180 180H373.38c-99 0-180-81-180-180v-12c0-99 81-180 180-180h283.652c99 0 180 81 180 180v12z' fill='%237FDDFF' p-id='1811'%3E%3C/path%3E%3Cpath d='M657.624 689.608H373.972c-90.448 0-165.832-67.624-178.188-154.804a179.312 179.312 0 0 0-1.812 25.196v12c0 99 81 180 180 180h283.652c99 0 180-81 180-180v-12c0-8.556-0.644-16.956-1.812-25.196-12.36 87.18-87.74 154.804-178.188 154.804z' fill='%23FFFFFF' p-id='1812'%3E%3C/path%3E%3Cpath d='M657.032 710H373.38c-109.176 0-198-88.824-198-198v-12c0-109.176 88.824-198 198-198h283.652c109.176 0 198 88.824 198 198v12c0 109.176-88.824 198-198 198z m-283.652-372c-89.328 0-162 72.672-162 162v12c0 89.328 72.672 162 162 162h283.652c89.328 0 162-72.672 162-162v-12c0-89.328-72.672-162-162-162H373.38z' fill='%236E6E96' p-id='1813'%3E%3C/path%3E%3Cpath d='M318.12 488.968h120.8v36h-120.8zM605.868 488.968h120.8v36h-120.8z' fill='%236E6E96' p-id='1814'%3E%3C/path%3E%3Cpath d='M858.332 212.036c39.396 66.86 61.996 144.64 61.996 227.664 0 249.612-204.064 451.968-455.796 451.968-132.224 0-251.276-55.852-334.536-145.036a456.296 456.296 0 0 0 393.8 224.296c251.736 0 455.796-202.352 455.796-451.964 0-118.496-46.012-226.324-121.26-306.928z' fill='%23D5D5E0' p-id='1815'%3E%3C/path%3E%3Cpath d='M118 551.584C118 311.576 314.22 117 556.264 117c108.892 0 208.492 39.392 285.14 104.568-80.396-94.512-200.68-154.568-335.14-154.568C264.22 67.004 68 261.576 68 501.588c0 132.04 59.4 250.32 153.136 330.02C156.796 755.972 118 658.28 118 551.584z' fill='%23FFFFFF' p-id='1816'%3E%3C/path%3E%3Cpath d='M515.796 980.936c-261.252 0-473.796-210.828-473.796-469.968S254.544 41.004 515.796 41.004c261.248 0 473.796 210.828 473.796 469.964 0 259.14-212.536 469.968-473.796 469.968z m0-903.932C274.396 77.004 78 271.68 78 510.968s196.396 433.968 437.796 433.968 437.796-194.68 437.796-433.968S757.2 77.004 515.796 77.004z' fill='%236E6E96' p-id='1817'%3E%3C/path%3E%3Cpath d='M657.032 306.572H373.38c-99 0-180 81-180 180v12c0 12.84 1.392 25.372 3.98 37.468 17.364-81.172 89.864-142.532 176.02-142.532h283.652c86.16 0 158.656 61.36 176.024 142.532 2.584-12.1 3.976-24.628 3.976-37.468v-12c0-99-81-180-180-180z' fill='%236E6E96' opacity='.2' p-id='1818'%3E%3C/path%3E%3C/svg%3E") no-repeat;background-color:transparent;background-size:100% 100%;display:inline-block;height:1em;vertical-align:middle;width:1em}.i-custom-back,[i-custom-back=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m7.825 13l5.6 5.6L12 20l-8-8l8-8l1.425 1.4l-5.6 5.6H20v2z'/%3E%3C/svg%3E")}.i-custom-back,.i-custom-backtop,[i-custom-back=""],[i-custom-backtop=""]{background-color:currentColor;color:inherit;display:inline-block;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1em}.i-custom-backtop,[i-custom-backtop=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5 5V4h14v1zm6.5 15V9.608l-3.1 3.1L7.692 12L12 7.692L16.308 12l-.708.708l-3.1-3.1V20z'/%3E%3C/svg%3E")}.i-custom-category,[i-custom-category=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='17' cy='7' r='3'/%3E%3Ccircle cx='7' cy='17' r='3'/%3E%3Cpath d='M14 14h6v5a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zM4 4h6v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z'/%3E%3C/g%3E%3C/svg%3E")}.i-custom-category,.i-custom-clear,[i-custom-category=""],[i-custom-clear=""]{background-color:currentColor;color:inherit;display:inline-block;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1em}.i-custom-clear,[i-custom-clear=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='m899.1 869.6l-53-305.6H864c14.4 0 26-11.6 26-26V346c0-14.4-11.6-26-26-26H618V138c0-14.4-11.6-26-26-26H432c-14.4 0-26 11.6-26 26v182H160c-14.4 0-26 11.6-26 26v192c0 14.4 11.6 26 26 26h17.9l-53 305.6c-.3 1.5-.4 3-.4 4.4c0 14.4 11.6 26 26 26h723c1.5 0 3-.1 4.4-.4c14.2-2.4 23.7-15.9 21.2-30M204 390h272V182h72v208h272v104H204zm468 440V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H416V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H202.8l45.1-260H776l45.1 260z'/%3E%3C/svg%3E")}.i-custom-comment,[i-custom-comment=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5 3h13a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-4.59l-3.7 3.71c-.18.18-.43.29-.71.29a1 1 0 0 1-1-1v-3H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3m13 1H5a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h4v4l4-4h5a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2'/%3E%3C/svg%3E")}.i-custom-comment,.i-custom-createat,[i-custom-comment=""],[i-custom-createat=""]{background-color:currentColor;color:inherit;display:inline-block;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1em}.i-custom-createat,[i-custom-createat=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 14 14'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='7' r='6.5'/%3E%3Cpath d='M7 4.5V7l2.54 2.96'/%3E%3C/g%3E%3C/svg%3E")}.i-custom-dark,[i-custom-dark=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M17 8h-2q-.425 0-.712-.288T14 7t.288-.712T15 6h2V4q0-.425.288-.712T18 3t.713.288T19 4v2h2q.425 0 .713.288T22 7t-.288.713T21 8h-2v2q0 .425-.288.713T18 11t-.712-.288T17 10zm-6 11q1.35 0 2.513-.537t1.987-1.488q-3.15-.2-5.325-2.488T8 9q0-.325.025-.638T8.1 7.75q-1.4.775-2.25 2.163T5 13q0 2.5 1.75 4.25T11 19m7.35-2.825q-.95 2.2-2.937 3.513T11 21q-3.35 0-5.675-2.325T3 13q0-2.875 1.837-5.075T9.5 5.15q.3-.05.538.05t.362.325t.15.538t-.1.662q-.225.55-.337 1.125T10 9q0 2.5 1.75 4.25T16 15q.275 0 .525-.012t.5-.063q.45-.075.738.025t.462.3t.212.438t-.087.487m-8.175-1.7'/%3E%3C/svg%3E")}.i-custom-dark,.i-custom-edit,[i-custom-dark=""],[i-custom-edit=""]{background-color:currentColor;color:inherit;display:inline-block;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1em}.i-custom-edit,[i-custom-edit=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 576 512'%3E%3Cpath d='M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9L216.2 301.8l-7.3 65.3l65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1l30.9-30.9c4-4.2 4-10.8-.1-14.9z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E")}.i-custom-eye,[i-custom-eye=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M3.26 11.602C3.942 8.327 6.793 6 10 6s6.057 2.327 6.74 5.602a.5.5 0 0 0 .98-.204C16.943 7.673 13.693 5 10 5s-6.943 2.673-7.72 6.398a.5.5 0 0 0 .98.204M10 8a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-2.5 3.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0'/%3E%3C/svg%3E")}.i-custom-eye,.i-custom-light,[i-custom-eye=""]{background-color:currentColor;color:inherit;display:inline-block;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1em}.i-custom-light{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 16q-1.671 0-2.836-1.164T8 12t1.164-2.836T12 8t2.836 1.164T16 12t-1.164 2.836T12 16m-7-3.5H1.5v-1H5zm17.5 0H19v-1h3.5zM11.5 5V1.5h1V5zm0 17.5V19h1v3.5zM6.746 7.404l-2.16-2.098l.695-.744l2.111 2.134zM18.72 19.438l-2.117-2.14l.652-.702l2.16 2.098zM16.596 6.746l2.098-2.16l.744.695l-2.134 2.111zM4.562 18.72l2.14-2.117l.663.652l-2.078 2.179z'/%3E%3C/svg%3E")}.i-custom-loading{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor'%3E%3Canimate attributeName='r' begin='0' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(45 12 12)'%3E%3Canimate attributeName='r' begin='0.125s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(90 12 12)'%3E%3Canimate attributeName='r' begin='0.25s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(135 12 12)'%3E%3Canimate attributeName='r' begin='0.375s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(180 12 12)'%3E%3Canimate attributeName='r' begin='0.5s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(225 12 12)'%3E%3Canimate attributeName='r' begin='0.625s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(270 12 12)'%3E%3Canimate attributeName='r' begin='0.75s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3Ccircle cx='12' cy='2' r='0' fill='currentColor' transform='rotate(315 12 12)'%3E%3Canimate attributeName='r' begin='0.875s' calcMode='spline' dur='1s' keySplines='0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8' repeatCount='indefinite' values='0;2;0;0'/%3E%3C/circle%3E%3C/svg%3E")}.i-custom-loading,.i-custom-openmenu,[i-custom-openmenu=""]{background-color:currentColor;color:inherit;display:inline-block;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1em}.i-custom-openmenu,[i-custom-openmenu=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4 18q-.425 0-.712-.288T3 17t.288-.712T4 16h11q.425 0 .713.288T16 17t-.288.713T15 18zm14.9-1.7l-3.6-3.6q-.3-.3-.3-.7t.3-.7l3.6-3.6q.275-.275.7-.275t.7.275t.275.7t-.275.7L17.4 12l2.9 2.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275M4 13q-.425 0-.712-.288T3 12t.288-.712T4 11h8q.425 0 .713.288T13 12t-.288.713T12 13zm0-5q-.425 0-.712-.288T3 7t.288-.712T4 6h11q.425 0 .713.288T16 7t-.288.713T15 8z'/%3E%3C/svg%3E")}.i-custom-search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l5.6 5.6q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-5.6-5.6q-.75.6-1.725.95T9.5 16m0-2q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E")}.i-custom-search,.i-custom-send,[i-custom-send=""]{background-color:currentColor;color:inherit;display:inline-block;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1em}.i-custom-send,[i-custom-send=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32'%3E%3Cpath d='M27.71 4.29a1 1 0 0 0-1.05-.23l-22 8a1 1 0 0 0 0 1.87l9.6 3.84l3.84 9.6a1 1 0 0 0 .9.63a1 1 0 0 0 .92-.66l8-22a1 1 0 0 0-.21-1.05zM19 24.2l-2.79-7L21 12.41L19.59 11l-4.83 4.83L7.8 13l17.53-6.33z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E")}.i-custom-tag,[i-custom-tag=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 36 36'%3E%3Cpath fill='currentColor' d='M33.16 19.13L19.58 5.55A1.92 1.92 0 0 0 18.21 5h-2.09l15.63 15.45l-10.53 10.62a1.93 1.93 0 0 0 2.73 0l9.21-9.21a1.93 1.93 0 0 0 0-2.73' class='clr-i-outline clr-i-outline-path-1'/%3E%3Ccircle cx='7.81' cy='11.14' r='1.33' fill='currentColor' class='clr-i-outline clr-i-outline-path-2'/%3E%3Cpath fill='currentColor' d='M27.78 19.17L14.2 5.58A1.92 1.92 0 0 0 12.83 5H3.61a1.93 1.93 0 0 0-1.93 1.93v9.22a1.92 1.92 0 0 0 .57 1.36L15.84 31.1a1.93 1.93 0 0 0 2.73 0l9.21-9.21a1.93 1.93 0 0 0 0-2.72M17.26 29.69L3.69 16.15V7h9.1l13.58 13.48Z' class='clr-i-outline clr-i-outline-path-3'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E")}.i-custom-tag,.i-custom-updateat,[i-custom-tag=""],[i-custom-updateat=""]{background-color:currentColor;color:inherit;display:inline-block;height:1em;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:middle;width:1em}.i-custom-updateat,[i-custom-updateat=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 14 14'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.5 7A6.5 6.5 0 1 0 7 .5a7.23 7.23 0 0 0-5 2'/%3E%3Cpath d='m2.5.5l-.5 2L4 3m3 .5v4L4.4 8.8'/%3E%3C/g%3E%3C/svg%3E")}.container{width:100%}.grid-center,[grid-center=""]{display:grid;place-items:center}.flex-center,[flex-center=""]{align-items:center;display:flex;justify-content:center}.flexc,[flexc=""]{display:flex;flex-direction:column}.scrollbar-none,[scrollbar-none=""]{scrollbar-width:none}.scrollbar-none::-webkit-scrollbar,[scrollbar-none=""]::-webkit-scrollbar{display:none}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.absolute,[absolute=""]{position:absolute}.fixed,[fixed=""]{position:fixed}.relative,[relative=""]{position:relative}.sticky,[sticky=""]{position:sticky}.static{position:static}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-1\/2{bottom:-50%}.bottom-0,[bottom-0=""]{bottom:0}.bottom-10\%{bottom:10%}.bottom-12{bottom:3rem}.bottom-20px,[bottom-20px=""]{bottom:20px}.bottom-48px{bottom:48px}.bottom-5{bottom:1.25rem}.left-0,[left-0=""]{left:0}.left-100\%,[left-100\%=""]{left:100%}.left-50\%{left:50%}.left-80\%{left:80%}.left-81\%{left:81%}.left-8px{left:8px}.right-\[-100\%\]{right:-100%}.right-\[190px\]{right:190px}.right-\[90px\]{right:90px}.right-0,[right-0=""]{right:0}.right-100\%{right:100%}.right-5{right:1.25rem}.right-8{right:2rem}.top-\[160px\]{top:160px}.top-\[250px\]{top:250px}.top-0,[top-0=""]{top:0}.top-60px{top:60px}.line-clamp-1{-webkit-line-clamp:1;line-clamp:1}.line-clamp-1,.line-clamp-2,[line-clamp-2=""]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.line-clamp-2,[line-clamp-2=""]{-webkit-line-clamp:2;line-clamp:2}.z--1,[z--1=""]{z-index:-1}.z-1,[z-1=""]{z-index:1}.z-10,[z-10=""]{z-index:10}.z-20{z-index:20}.grid{display:grid}[rows~="2"]{grid-template-rows:repeat(2,minmax(0,1fr))}.float-right,[float-right=""]{float:right}.m-0,.m0,[m0=""]{margin:0}.m16{margin:4rem}.m4\.67{margin:1.1675rem}.mx-auto{margin-left:auto;margin-right:auto}.mx20\%{margin-left:20%;margin-right:20%}.my16px,[my16px=""]{margin-bottom:16px;margin-top:16px}.my4px,[my4px=""]{margin-bottom:4px;margin-top:4px}.mb-\[30px\]{margin-bottom:30px}.mb-0{margin-bottom:0}.mb-16{margin-bottom:4rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb16px,[mb16px=""]{margin-bottom:16px}.mb8px,[mb8px=""]{margin-bottom:8px}.ml-2{margin-left:.5rem}.ml16px,[ml16px=""]{margin-left:16px}.ml6px{margin-left:6px}.mlauto,[mlauto=""]{margin-left:auto}.mr--12px,[mr--12px=""]{margin-right:-12px}.mr-3{margin-right:.75rem}.mr10px{margin-right:10px}.mr16px,[mr16px=""]{margin-right:16px}.mr8px{margin-right:8px}.mrauto,[mrauto=""]{margin-right:auto}.mt--2px,[mt--2px=""]{margin-top:-2px}.mt0,[mt0=""]{margin-top:0}.mt10\%{margin-top:10%}.mt16px,[mt16px=""]{margin-top:16px}.mt8px{margin-top:8px}.mtauto{margin-top:auto}.box-border{box-sizing:border-box}.inline,[inline=""]{display:inline}.block,[block=""]{display:block}.block\!,[block\!=""]{display:block!important}.contents{display:contents}[size~="250px"]{height:250px;width:250px}.h-\[100px\]{height:100px}.h-1\/2,.h50\%{height:50%}.h-40px,[h-40px=""]{height:40px}.h-7{height:1.75rem}.h-8{height:2rem}.h-auto{height:auto}.h-full,.h100\%,[h-full=""]{height:100%}.h1{height:.25rem}.h24px,[h24px=""]{height:24px}.h3{height:.75rem}.h36px,[h36px=""]{height:36px}.h4{height:1rem}.max-w-\[65\%\]{max-width:65%}.max-w-\[700px\]{max-width:700px}.max-w-3xl{max-width:48rem}.max-w-520px{max-width:520px}.min-h-200px{min-height:200px}.min-h-screen{min-height:100vh}.min-w-0,[min-w-0=""]{min-width:0}.w-\[100px\]{width:100px}.w-\[600px\]{width:600px}.w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px)}.w-\[calc\(100\%-76px\)\]{width:calc(100% - 76px)}.w-40px{width:40px}.w-7{width:1.75rem}.w-full,.w100\%,[w-full=""]{width:100%}.w200px,[w200px=""]{width:200px}.w24px,[w24px=""]{width:24px}.w350px{width:350px}.w36px,[w36px=""]{width:36px}.w60px,[w60px=""]{width:60px}.w6em{width:6em}.flex,[flex=""]{display:flex}.flex-1,[flex-1=""]{flex:1 1 0%}.flex-row,[flex-row=""]{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap,[flex-wrap=""]{flex-wrap:wrap}.-translate-x-50\%{--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:rotate-360:hover,[hover\:rotate-360=""]:hover{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:360deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:scale-120:hover,[hover\:scale-120=""]:hover{--un-scale-x:1.2;--un-scale-y:1.2}.hover\:scale-120:hover,.transform,[hover\:scale-120=""]:hover,[transform=""]{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.cursor-pointer,[cursor-pointer=""]{cursor:pointer}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-center,[items-center=""]{align-items:center}.items-stretch,[items-stretch=""]{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center,[justify-center=""]{justify-content:center}.justify-between,[justify-between=""]{justify-content:space-between}.gap-16px,.gap16px,[gap-16px=""],[gap16px=""]{gap:16px}.gap-2px,[gap-2px=""]{gap:2px}.gap-4{gap:1rem}.gap-8px,.gap8px,[gap-8px=""],[gap8px=""]{gap:8px}.gap32px,[gap32px=""]{gap:32px}.gap4px,[gap4px=""]{gap:4px}.overflow-hidden,[overflow-hidden=""]{overflow:hidden}.overflow-x-auto,[overflow-x-auto=""]{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.b{border-width:1px}.border-\[12px\]{border-width:12px}.border-2{border-width:2px}.border-b,[border-b~="1px"]{border-bottom-width:1px}.border-blue-500{--un-border-opacity:1;border-color:rgb(59 130 246/var(--un-border-opacity))}.border-white{--un-border-opacity:1;border-color:rgb(255 255 255/var(--un-border-opacity))}.dark .dark\:border-light{--un-border-opacity:1;border-color:rgb(246 246 246/var(--un-border-opacity))}[border-b~="#E5E5E5"]{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(229 229 229/var(--un-border-bottom-opacity))}.rd-16px{border-radius:16px}.rd-50\%{border-radius:50%}.rd-8px,[rd-8px=""]{border-radius:8px}.rounded-\[0\.25rem\]{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.border-solid{border-style:solid}[border-b~=solid]{border-bottom-style:solid}.bg-\[\#020420\]{--un-bg-opacity:1;background-color:rgb(2 4 32/var(--un-bg-opacity))}.bg-\[\#212121\]{--un-bg-opacity:1;background-color:rgb(33 33 33/var(--un-bg-opacity))}.bg-\[\#ECDC5A\]{--un-bg-opacity:1;background-color:rgb(236 220 90/var(--un-bg-opacity))}.bg-black\/5{background-color:#0000000d}.bg-gray-50{--un-bg-opacity:1;background-color:rgb(249 250 251/var(--un-bg-opacity))}.bg-gray-900{--un-bg-opacity:1;background-color:rgb(17 24 39/var(--un-bg-opacity))}.bg-neutral-900{--un-bg-opacity:1;background-color:rgb(23 23 23/var(--un-bg-opacity))}.bg-sky-50{--un-bg-opacity:1;background-color:rgb(240 249 255/var(--un-bg-opacity))}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity))}.bg-yellow-50{--un-bg-opacity:1;background-color:rgb(254 252 232/var(--un-bg-opacity))}.dark .dark\:bg-\#18181c{--un-bg-opacity:1;background-color:rgb(24 24 28/var(--un-bg-opacity))}.dark .dark\:bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0/var(--un-bg-opacity))}.dark .dark\:bg-white\/10{background-color:#ffffff1a}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}[fill-opacity~="0.06"]{--un-fill-opacity:.0006}[stroke-width~="0.841584"]{stroke-width:.841584px}[stroke-width~="1.7"]{stroke-width:1.7px}[stroke-width~="2.125"]{stroke-width:2.125px}[stroke-width~="2.43271"]{stroke-width:2.43271px}[stroke-width~="8"]{stroke-width:8px}.object-fill,[object-fill=""]{-o-object-fit:fill;object-fit:fill}.p-\[60px\]{padding:60px}.p-20{padding:5rem}.p-5{padding:1.25rem}.p-8{padding:2rem}.p16px,[p16px=""]{padding:16px}.p2px,[p2px=""]{padding:2px}.p8px{padding:8px}.px,.px-4,[px=""]{padding-left:1rem;padding-right:1rem}.px-\[6\.75rem\]{padding-left:6.75rem;padding-right:6.75rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.pb-\[70px\]{padding-bottom:70px}.pb-10{padding-bottom:2.5rem}.pb16px,[pb16px=""]{padding-bottom:16px}.pl-\[100px\]{padding-left:100px}.pl-2{padding-left:.5rem}.pr-10{padding-right:2.5rem}.pt-\[60px\]{padding-top:60px}.pt-14{padding-top:3.5rem}.pt32px,[pt32px=""]{padding-top:32px}.text-center,[text-center=""]{text-align:center}.text-left,[text-left=""]{text-align:left}.text-\[120px\]{font-size:120px}.text-\[200px\]{font-size:200px}.text-24px,.text-\[24px\],[text-24px=""]{font-size:24px}.text-\[32px\]{font-size:32px}.text-\[35px\]{font-size:35px}.text-\[40px\]{font-size:40px}.text-\[60px\]{font-size:60px}.text-\[75px\]{font-size:75px}.text-\[80px\]{font-size:80px}.text-12px,[text-12px=""]{font-size:12px}.text-14px,[text-14px=""]{font-size:14px}.text-20px,[text-20px=""]{font-size:20px}.text-2xl{font-size:1.5rem;line-height:2rem}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.dark .dark\:text-light{--un-text-opacity:1;color:rgb(246 246 246/var(--un-text-opacity))}.c-\#fff,.dark .dark\:text-white,.text-white{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity))}.text-\[\#00DC82\]{--un-text-opacity:1;color:rgb(0 220 130/var(--un-text-opacity))}.text-\[\#E4E4E7\]{--un-text-opacity:1;color:rgb(228 228 231/var(--un-text-opacity))}.text-\[\#FEC476\]{--un-text-opacity:1;color:rgb(254 196 118/var(--un-text-opacity))}.text-\#cd3131{--un-text-opacity:1;color:rgb(205 49 49/var(--un-text-opacity))}.text-black{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity))}.c-\#9ca3af,.text-coolGray,.text-gray,[text-coolGray=""]{--un-text-opacity:1;color:rgb(156 163 175/var(--un-text-opacity))}.text-gray-300{--un-text-opacity:1;color:rgb(209 213 219/var(--un-text-opacity))}.text-gray-50{--un-text-opacity:1;color:rgb(249 250 251/var(--un-text-opacity))}.text-gray-500,[text-gray-500=""]{--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity))}.text-gray-600{--un-text-opacity:1;color:rgb(75 85 99/var(--un-text-opacity))}.text-gray-700{--un-text-opacity:1;color:rgb(55 65 81/var(--un-text-opacity))}.c-\#111827,.text-gray-900{--un-text-opacity:1;color:rgb(17 24 39/var(--un-text-opacity))}.text-green{--un-text-opacity:1;color:rgb(74 222 128/var(--un-text-opacity))}.c-\#ccc{--un-text-opacity:1;color:rgb(204 204 204/var(--un-text-opacity))}.font-600,.font-semibold,[font-600=""]{font-weight:600}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.hover\:font-bold:hover,[hover\:font-bold=""]:hover{font-weight:700}.leading-\[60px\]{line-height:60px}.leading-tight{line-height:1.25}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.uppercase{text-transform:uppercase}.font-italic{font-style:italic}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark .dark\:accent-light{--un-accent-opacity:1;accent-color:rgb(246 246 246/var(--un-accent-opacity))}.op90{opacity:.9}.opacity-10{opacity:.1}.shadow-\[0_2px_8px_0_\#63636333\]{--un-shadow:0 2px 8px 0 var(--un-shadow-color,rgba(99,99,99,.2));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.outline{outline-style:solid}.backdrop-blur-5{--un-backdrop-blur:blur(5px)}.backdrop-blur-5,.backdrop-blur-6,[backdrop-blur-6=""]{-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-6,[backdrop-blur-6=""]{--un-backdrop-blur:blur(6px)}.filter,[filter=""]{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-duration-500,[transition-duration-500=""]{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hidden{display:none}.nowrap,[nowrap=""]{white-space:nowrap}.nowrap-e,[nowrap-e=""]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1023.9px){.lt-lg-mx16px{margin-left:16px;margin-right:16px}.lt-lg-scale-80{--un-scale-x:.8;--un-scale-y:.8;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.lt-lg-text-12px{font-size:12px}.lt-lg-text-14px,[lt-lg-text-14px=""]{font-size:14px}.lt-lg-text-16px{font-size:16px}.lt-lg-text-8px{font-size:8px}.lt-lg-hidden,[lt-lg-hidden=""]{display:none}.lt-lg-hidden\!{display:none!important}.lt-lg-nowrap-e,[lt-lg-nowrap-e=""]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:640px){.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-8xl{font-size:6rem;line-height:1}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1024px){.lg-line-clamp-3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.lg-mx20\%{margin-left:20%;margin-right:20%}.lg-min-h-400px{min-height:400px}.lg-p24px{padding:24px}.lg-text-16px,[lg-text-16px=""]{font-size:16px}.lg-text-20px{font-size:20px}.lg-hidden,[lg-hidden=""]{display:none}.lg-nowrap,[lg-nowrap=""]{white-space:nowrap}}#__nuxt{display:flex;flex-direction:column;height:100%}.dark [class^=i-custom]{color:#fff}.vditor-reset p:has(img){text-align:center}.vditor-reset img{max-width:70%!important}.page-enter-active,.page-leave-active{transition:all .4s}.page-enter-from,.page-leave-to{filter:blur(1rem);opacity:0}
