/*!
 * Vditor v3.11.2 - 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 v3.11.2 - 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:#5860695c;--panel-background-color:#fff;--panel-shadow:0 1px 2px #0003;--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:#1b1f230d;--heading-border-color:#eaecef;--blockquote-color:#6a737d;--ir-heading-color:#660e7a;--ir-title-color:gray;--ir-bi-color:#0033b3;--ir-link-color:green;--ir-bracket-color:#00f;--ir-paren-color:green}.vditor--dark{--border-color:#141414;--second-color:#b9b9b95c;--panel-background-color:#24292e;--panel-shadow:0 1px 2px #fff3;--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:#b9b9b9db;--count-background-color:#4285f45c;--heading-border-color:var(--textarea-text-color);--blockquote-color:var(--toolbar-icon-color);--ir-heading-color:#9876aa;--ir-title-color:gray;--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{z-index:1000000;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);opacity:0;background:#3b3e43;border-radius:3px;padding:5px 8px;font-size:11px;font-weight:400;line-height:16px;-webkit-text-decoration:none;text-decoration:none;display:none;position:absolute}.vditor-tooltipped:before{z-index:1000001;color:#3b3e43;pointer-events:none;content:"";opacity:0;border:5px solid #0000;width:0;height:0;display:none;position:absolute}.vditor-tooltipped--hover:before,.vditor-tooltipped--hover:after,.vditor-tooltipped:hover:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:active:before,.vditor-tooltipped:active:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:focus:after{-webkit-text-decoration:none;text-decoration:none;animation-name:tooltip-appear;animation-duration:.15s;animation-timing-function:ease-in;animation-fill-mode:forwards;display:inline-block}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{margin-top:5px;top:100%;right:50%}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{border-bottom-color:#3b3e43;margin-right:-5px;top:auto;bottom:-5px;right:50%}.vditor-tooltipped__se:after{margin-left:-15px;left:50%;right:auto}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{margin-bottom:5px;bottom:100%;right:50%}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{border-top-color:#3b3e43;margin-right:-5px;top:-5px;bottom:auto;right:50%}.vditor-tooltipped__ne:after{margin-left:-15px;left:50%;right:auto}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__s:after,.vditor-tooltipped__n:after{transform:translate(50%)}.vditor-tooltipped__w:after{margin-right:5px;bottom:50%;right:100%;transform:translateY(50%)}.vditor-tooltipped__w:before{border-left-color:#3b3e43;margin-top:-5px;top:50%;bottom:50%;left:-5px}.vditor-tooltipped__e:after{margin-left:5px;bottom:50%;left:100%;transform:translateY(50%)}.vditor-tooltipped__e:before{border-right-color:#3b3e43;margin-top:-5px;top:50%;bottom:50%;right:-5px}@media screen and (max-width:520px){.vditor-tooltipped:before,.vditor-tooltipped:after{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{background-color:var(--panel-background-color);box-shadow:var(--panel-shadow);z-index:3;-webkit-user-select:none;user-select:none;min-width:80px;max-width:320px;color:var(--toolbar-icon-color);border-radius:3px;padding:5px;font-size:14px;animation-name:scale-in;animation-duration:.15s;animation-timing-function:cubic-bezier(.2,0,.13,1.5);display:none;position:absolute}.vditor-panel--none{white-space:nowrap;opacity:.86;min-width:auto;max-width:none;padding:0;animation:none}.vditor-panel--arrow:before{pointer-events:none;content:" ";border:7px solid #0000;border-bottom-color:var(--panel-background-color);width:0;height:0;position:absolute;top:-14px;left:5px}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{left:auto;right:5px}.vditor-input{background-color:var(--panel-background-color);color:var(--textarea-text-color);border:0;padding:3px 5px;font-size:12px}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{color:var(--toolbar-icon-color);cursor:pointer;float:left;box-sizing:border-box;background-color:#0000;border:0;width:23px;height:21px;padding:4px 5px}.vditor-icon:hover,.vditor-icon--current{color:var(--toolbar-icon-hover-color);background-color:#0000}.vditor-icon:focus{outline:none}.vditor-icon svg{float:left;fill:currentColor;pointer-events:none;width:13px!important;height:13px!important}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);padding:0 5px;line-height:1}.vditor-toolbar--pin{z-index:1;position:sticky;top:0}.vditor-toolbar--hide{height:5px;transition:all .15s ease-in-out;overflow:hidden}.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{color:var(--toolbar-icon-color);height:var(--toolbar-height);box-sizing:border-box;background-color:#0000;border:0;width:25px;padding:10px 5px;font-size:0}.vditor-toolbar__item .vditor-tooltipped:focus{cursor:pointer;color:var(--toolbar-icon-hover-color);outline:none}.vditor-toolbar__item svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:15px;height:15px;display:inline-block}.vditor-toolbar__item input{width:25px;height:var(--toolbar-height);cursor:pointer;opacity:.001;position:absolute;top:0;left:0;overflow:hidden}.vditor-toolbar__divider{float:left;height:calc(var(--toolbar-height) - (var(--toolbar-divider-margin-top) * 2));border-left:1px solid var(--second-color);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{width:100%;height:0!important;padding:0!important}.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{width:200px;min-width:1px;color:var(--toolbar-icon-color);white-space:nowrap;text-overflow:ellipsis;flex:1;margin-right:10px;overflow:hidden}.vditor-emojis__tail{color:var(--toolbar-icon-color);margin-top:5px;font-size:12px;display:flex}.vditor-emojis__tail a{color:var(--toolbar-icon-color);-webkit-text-decoration:none;text-decoration:none}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{cursor:pointer;float:left;text-align:center;box-sizing:border-box;background-color:#0000;border:0;border-radius:3px;width:30px;height:30px;margin:0;padding:3px;font-size:16px;line-height:26px;transition:all .15s ease-in-out;overflow:hidden}.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;width:20px;height:20px;margin:3px 0 0 3px}@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%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.vditor{border:1px solid var(--border-color);box-sizing:border-box;border-radius:3px;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;display:flex}.vditor--fullscreen{z-index:90;border-radius:0;position:fixed;top:0;left:0;width:100%!important;height:100vh!important}.vditor-content{flex:1;min-width:1px;min-height:60px;display:flex;position:relative}.vditor-preview{border-left:1px solid var(--border-color);box-sizing:border-box;background-color:var(--textarea-background-color);border-radius:0 0 3px;flex:1;min-width:1px;margin-left:-1px;overflow:auto}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{text-align:center;background-color:var(--toolbar-background-color);padding:10px}.vditor-preview__action button{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-color);cursor:pointer;border:0;margin:0 10px;padding:0 7px;font-size:12px;line-height:20px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{color:var(--toolbar-icon-hover-color);background-color:var(--toolbar-background-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;vertical-align:middle;width:15px;height: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);min-width:1px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;border-radius:0 0 3px;flex:1;padding:10px;display:none;overflow:auto}.vditor-counter{color:var(--toolbar-icon-color);background-color:var(--count-background-color);-webkit-user-select:none;user-select:none;float:right;border-radius:3px;margin:8px 3px 0 0;padding:3px;font-size:12px}.vditor-counter--error{color:#d23f31;background-color:#d23f311a}.vditor-resize{cursor:row-resize;-webkit-user-select:none;user-select:none;width:100%;padding:3px 0;position:absolute}.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:hover>div,.vditor-resize--selected>div{background-color:var(--resize-hover-background-color)}.vditor-resize:hover svg,.vditor-resize--selected svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:13px;height:3px;color:var(--resize-icon-color);margin:0 auto;display:block}.vditor-upload{background-color:#4285f4;height:3px;transition:all .15s ease-in-out;position:absolute;top:-2px;left:0}.vditor-tip{z-index:5;font-size:12px;animation-duration:.15s;animation-fill-mode:both;position:absolute;top:10px;left:50%}.vditor-tip--show{animation-name:slideInDown;display:block}.vditor-tip__content{text-align:left;background:var(--toolbar-background-color);color:var(--toolbar-icon-color);max-width:100%;box-shadow:var(--panel-shadow);border-radius:3px;margin-left:-50%;padding:3px 10px;line-height:16px;display:inline-block;position:relative}.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;top:-7px;right:-15px}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{z-index:100;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.vditor-img__bar{border-bottom:1px solid var(--border-color);background-color:var(--toolbar-background-color);text-align:center;box-sizing:border-box;justify-content:center;align-items:center;height:36px;display:flex}.vditor-img__btn{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--toolbar-icon-color);align-items:center;margin-left:24px;display:flex}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{fill:currentColor;width:14px;height:14px;margin-right:8px}.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);box-shadow:var(--panel-shadow);z-index:4;border-radius:3px;min-width:80px;max-width:250px;margin:0;padding:5px 0;font-size:12px;line-height:20px;list-style:none;display:none;position:absolute}.vditor-hint .vditor-hint{margin-top:-31px;left:100%;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{left:auto;right:100%}.vditor-hint button{color:var(--toolbar-icon-color);box-sizing:border-box;text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background-color:#0000;border:0;border-radius:0;width:100%;margin:0;padding:3px 10px;line-height:20px;display:block;overflow:hidden}.vditor-hint button:focus{outline:none}.vditor-hint--current,.vditor-hint button:not(.vditor-menu--disabled):hover{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{float:left;margin-right:3px;font-size:16px}.vditor-hint img{float:left;width:20px;height:20px;margin-right:3px}.vditor-reset{color:#24292e;font-variant-ligatures:no-common-ligatures;word-wrap:break-word;word-break:break-word;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;line-height:1.5;overflow:auto}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;font-size:12px;line-height:16px;display:block}.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 ul,.vditor-reset ol{margin-top:0;margin-bottom:16px;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-width:100%;max-height:90vh}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;vertical-align:sub;max-width:20px}.vditor-reset h1,.vditor-reset h2,.vditor-reset h3,.vditor-reset h4,.vditor-reset h5,.vditor-reset h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.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-top:0;margin-bottom:16px}.vditor-reset blockquote{color:#6a737d;border-left:.25em solid #eaecef;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{box-sizing:border-box;border:1px solid #d1d5da;max-width:100%}.vditor-reset iframe.iframe__video{min-width:80%;min-height:36vh}.vditor-reset table{border-collapse:collapse;empty-cells:show;border-spacing:0;word-break:keep-all;width:100%;margin-bottom:16px;display:block;overflow:auto}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{word-break:normal;white-space:nowrap;border:1px solid #dfe2e5;padding:6px 13px}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";vertical-align:top;min-height:24px;display:inline-block}.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){word-break:break-word;white-space:pre-wrap;background-size:20px 20px;border-radius:3px;margin:0;padding:.2em .4em;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%}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{white-space:pre;word-break:initial;word-wrap:normal;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;margin:0;padding:.5em;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%;display:block;overflow:auto}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-math,.vditor-reset .language-echarts,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-mermaid,.vditor-reset .language-smiles,.vditor-reset .language-markmap,.vditor-reset .language-abc,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{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{font-size:1.21rem;display:inline-block;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{height:420px;overflow:hidden}.vditor-reset .language-mermaid,.vditor-reset .language-markmap,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{color:#24292e;vertical-align:middle;background-color:#fafbfc;border:1px solid #d1d5da;border-radius:3px;padding:3px 5px;font:11px/10px Consolas,Liberation Mono,Menlo,Courier,monospace;display:inline-block;box-shadow:inset 0 -1px #d1d5da}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{width:auto;height:auto;stroke-width:initial}.vditor-reset p:last-child,.vditor-reset blockquote:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child,.vditor-reset ol:last-child,.vditor-reset hr: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{word-break:break-all;list-style:none!important}.vditor-task input{vertical-align:middle;margin:0 .2em .25em -1.6em;font-size:12px}.vditor-copy{z-index:1;display:none;position:relative}.vditor-copy textarea{height:10px;position:absolute;left:-100000px}.vditor-copy span{cursor:pointer;position:absolute;top:.5em;right:15px}.vditor-copy svg{color:#586069;fill:currentColor;height:14px;display:block;width:14px!important}.vditor-linenumber{position:relative;padding-left:4em!important}.vditor-linenumber__rows{pointer-events:none;-webkit-user-select:none;user-select:none;counter-reset:linenumber;width:3em;position:absolute;top:1em;left:0}.vditor-linenumber__rows>span{pointer-events:none;display:block}.vditor-linenumber__rows>span:before{counter-increment:linenumber;content:counter(linenumber);color:#9e969661;text-align:right;padding-right:1em;display:block}.vditor-speech{cursor:pointer;color:#586069;background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;padding:3px;display:none;position:absolute}.vditor-speech:hover,.vditor-speech--current{color:#4285f4}.vditor-speech svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:14px;height:14px;display:block}.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;max-width:768px;margin:31px auto 16px;padding:0 10px;transition:all .15s ease-in-out}.vditor-linkcard a{background-color:#f6f8fa;border-radius:3px;flex-wrap:wrap-reverse;max-height:250px;-webkit-text-decoration:none;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 1px 2px #0003}.vditor-linkcard a:hover{-webkit-text-decoration:none;text-decoration:none;box-shadow:0 0 3px #00000021,0 3px 6px #00000042}.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{color:#24292e;align-items:center;font-size:14px;font-weight:400;display:flex}.vditor-linkcard__title img{cursor:pointer;border-radius:3px;flex-shrink:0;width:20px;height:20px;margin-right:5px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;text-overflow:ellipsis;color:#586069;-webkit-box-orient:vertical;margin:5px 0;font-size:13px;display:-webkit-box;overflow:hidden}.vditor-linkcard__site{color:#4285f4;font-size:12px}.vditor-linkcard__image{cursor:pointer;background-color:#5860695c;background-position:50%;background-repeat:no-repeat;background-size:cover;min-width:126px;max-width:250px}.vditor-footnotes__goto-ref{-webkit-text-decoration:none;text-decoration:none}.vditor-toc{-webkit-user-select:text;user-select:text;color:#4285f4;margin-bottom:16px}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{padding-left:1em;list-style:none!important}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{width:0;height:0}.vditor-outline{border-right:1px solid var(--border-color);background-color:var(--panel-background-color);width:250px;display:none;overflow:auto}.vditor-outline--right{border-right:0;border-left:1px solid var(--border-color)}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{margin:0;padding-left:1em;list-style:none!important}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{cursor:pointer;color:var(--textarea-text-color);align-items:center;padding:5px 10px;display:flex}.vditor-outline li>span>svg{flex-shrink:0;width:10px;height:10px}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-outline__title{border-bottom:1px dashed var(--border-color);color:var(--toolbar-icon-color);padding:5px 10px;font-size:12px}.vditor-outline__action{fill:currentColor;flex-shrink:0;margin-right:5px;transition:all .15s ease-in-out}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1;width:100%;min-width:1px;position:relative}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);white-space:pre-wrap;box-sizing:border-box;height:100%;margin:0}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-wysiwyg pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-wysiwyg pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-wysiwyg pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-wysiwyg blockquote:empty:before,.vditor-wysiwyg pre>code:empty:before,.vditor-wysiwyg p: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{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);text-align:left;height:auto}.vditor-wysiwyg__block pre:last-child{margin-bottom:1em}.vditor-wysiwyg__preview{cursor:pointer;white-space:initial;min-height:27px}.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,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{float:left;content:"H1";color:var(--second-color);margin-left:-29px;padding-right:4px;font-size:.85rem;font-weight:400}.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{width:100%;margin:12px 0;display:inline-block}.vditor-wysiwyg details{white-space:initial}.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;-webkit-text-decoration:underline;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 h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1;width:100%;min-width:1px;position:relative}.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=yaml-front-matter]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=math-block]:after{content:" ";color:var(--second-color)}.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=link-ref],.vditor-ir__node[data-type=footnotes-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{width:0;height:0;transition:all .15s ease-in-out;display:inline-block;overflow:hidden}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);width:auto;height:auto;display:inline}.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);-webkit-text-decoration:underline;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);text-align:left;height:auto}.vditor-ir__node--expand[data-type=code-block]:before,.vditor-ir__node--expand[data-type=code-block]:after{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:before,.vditor-ir__node--expand[data-type=yaml-front-matter]:after{content:"---"}.vditor-ir__node--expand[data-type=math-block]:before,.vditor-ir__node--expand[data-type=math-block]:after{content:"$$"}.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker]{display:none}.vditor-ir__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-ir__link{color:var(--ir-bracket-color);-webkit-text-decoration:underline;text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);white-space:pre-wrap;box-sizing:border-box;height:100%;margin:0}.vditor-ir pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-ir pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-ir pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-ir pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{width:100%;margin:12px 0;display:inline-block}.vditor-ir blockquote:empty:before,.vditor-ir pre>code:empty:before,.vditor-ir p: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{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 div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{float:left;content:"H1";color:var(--second-color);margin-left:-29px;padding-right:4px;font-size:.85rem;font-weight:400}.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]>ul,.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]>blockquote,.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]>hr{margin-left:8px}.vditor-ir .vditor-toc:before{content:"ToC"}.vditor-ir .vditor-toc span[data-type=toc-h]{color:#4285f4;-webkit-text-decoration:underline;text-decoration:underline}@media screen and (max-width:520px){.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{content:none}}.vditor-sv{resize:none;box-sizing:border-box;background-color:var(--panel-background-color);width:100%;min-width:1px;color:var(--textarea-text-color);font-variant-ligatures:no-common-ligatures;white-space:pre-wrap;word-break:break-word;word-wrap:break-word;border:0;border-radius:0 0 3px 3px;outline:0;flex:1;margin:0 1px 0 0;padding:10px 9px 10px 10px;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;line-height:22px;overflow:auto}.vditor-sv[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-sv:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";height:var(--editor-bottom);display:block}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{vertical-align:super;font-size:smaller}.vditor-sv .strong{font-weight:700}.vditor-sv .em{font-style:italic}.vditor-sv .s{-webkit-text-decoration:line-through;text-decoration:line-through}.vditor-sv .mark:not(.vditor-sv__marker){color:#000;background-color:#ff0}.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}.ideas-dialog__card[data-v-ff9a0c4f]{overflow:hidden;border-radius:16px!important}.ideas-dialog__head[data-v-ff9a0c4f]{color:#fff;background:#1976d2;align-items:center;gap:12px;display:flex;padding:16px 16px 16px 20px!important}.ideas-dialog__title[data-v-ff9a0c4f]{flex:auto;min-width:0;font-size:16px;font-weight:800;line-height:1.25}.ideas-dialog__close[data-v-ff9a0c4f],.ideas-dialog__close[data-v-ff9a0c4f] .v-icon{color:#fff!important}.ideas-dialog__body[data-v-ff9a0c4f]{padding-top:16px!important}.ideas-dialog__label[data-v-ff9a0c4f]{color:#25324d;margin-bottom:8px;font-size:13px;font-weight:600}.ideas-dialog__error[data-v-ff9a0c4f]{color:#e53935;margin-top:8px;font-size:12px}.ideas-dialog__actions[data-v-ff9a0c4f]{border-top:1px solid #eef2f7;padding:12px 16px 16px!important}.ideas-dialog__btn[data-v-ff9a0c4f]{text-transform:none;letter-spacing:0;border-radius:10px;font-weight:600}.ideas-dialog__btn--primary[data-v-ff9a0c4f]{min-width:128px}.ideas-dialog__body[data-v-ff9a0c4f] .v-text-field--outlined fieldset,.ideas-dialog__body[data-v-ff9a0c4f] .v-autocomplete--is-multi fieldset{border-color:#d6deeb}.ideas-dialog__body[data-v-ff9a0c4f] .v-input--is-focused fieldset{border-color:#1976d2!important}.ideas-detail__head[data-v-36f82981]{color:#fff;background:#1976d2;flex-wrap:wrap;align-items:center;gap:10px;display:flex;position:relative;padding:14px 48px 14px 20px!important}.ideas-detail__title[data-v-36f82981]{overflow-wrap:anywhere;flex:220px;min-width:0;font-size:16px;font-weight:800;line-height:1.25}.ideas-detail__status[data-v-36f82981]{flex-shrink:0}.ideas-detail__views[data-v-36f82981]{opacity:.9;white-space:nowrap;flex-shrink:0;font-size:12px}.ideas-detail__close[data-v-36f82981]{flex-shrink:0;position:absolute;top:10px;right:10px;color:#fff!important}.ideas-detail__close[data-v-36f82981] .v-icon{color:#fff!important}.ideas-detail__body[data-v-36f82981]{padding-top:16px!important}.ideas-detail__meta[data-v-36f82981]{color:#6b7a94;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;font-size:12px;display:flex}.ideas-detail__meta-dot[data-v-36f82981]{color:#c2cad9}.ideas-detail__meta-chip[data-v-36f82981]{margin-left:2px}.ideas-detail__tag[data-v-36f82981]{background:#f7f8fb!important}.ideas-detail__desc[data-v-36f82981]{margin-bottom:16px}.ideas-detail__empty[data-v-36f82981]{color:#8a97b0;margin-bottom:16px;font-size:13px}.ideas-dialog__label[data-v-36f82981]{color:#25324d;margin-bottom:8px;font-size:13px;font-weight:600}.ideas-dialog__error[data-v-36f82981]{color:#e53935;margin-top:8px;font-size:12px}.ideas-detail__edit-actions[data-v-36f82981]{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.ideas-detail__actions[data-v-36f82981]{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.ideas-detail__votes[data-v-36f82981]{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ideas-detail__vote[data-v-36f82981]{text-transform:none;letter-spacing:0;border-radius:10px;font-weight:600}.ideas-detail__count[data-v-36f82981]{color:#172b52;text-align:center;min-width:24px;font-size:15px;font-weight:800}.ideas-detail__count.is-up[data-v-36f82981]{color:#1976d2}.ideas-detail__count.is-down[data-v-36f82981]{color:#e53935}.ideas-detail__admin[data-v-36f82981]{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.ideas-detail__status-select[data-v-36f82981]{min-width:168px;max-width:200px}.ideas-detail__status-select[data-v-36f82981] .v-input__slot{min-height:36px!important}.ideas-detail__admin-btn[data-v-36f82981]{text-transform:none;letter-spacing:0;font-weight:600}.ideas-detail__section-title[data-v-36f82981]{color:#172b52;margin-bottom:10px;font-size:14px;font-weight:700}.ideas-comment[data-v-36f82981]{background:#fbfdff;border:1px solid #eef2f7;border-radius:12px;margin-bottom:10px;padding:10px 12px}.ideas-comment__head[data-v-36f82981]{align-items:center;gap:8px;margin-bottom:6px;display:flex}.ideas-comment__author[data-v-36f82981]{color:#172b52;font-size:13px;font-weight:700}.ideas-comment__date[data-v-36f82981]{color:#8a97b0;font-size:12px}.ideas-comment__text[data-v-36f82981]{color:#25324d;white-space:pre-wrap;word-break:break-word;font-size:13.5px;line-height:1.5}.ideas-comment__text[data-v-36f82981] a{color:#1b75d0;-webkit-text-decoration:none;text-decoration:none}.ideas-comment__text[data-v-36f82981] a:hover{-webkit-text-decoration:underline;text-decoration:underline}.ideas-detail__composer[data-v-36f82981]{align-items:flex-start;gap:10px;margin-top:14px;display:flex}.ideas-detail__composer-field[data-v-36f82981]{flex:auto;min-width:0}.ideas-detail__composer-btn[data-v-36f82981]{text-transform:none;letter-spacing:0;border-radius:10px;flex-shrink:0;margin-top:6px;font-weight:600}.comment-text[data-v-36f82981]{white-space:pre-wrap;word-break:break-word}.idea-description[data-v-36f82981]{color:#21375f;word-break:break-word;font-size:14px;line-height:1.55}.idea-description[data-v-36f82981] p{margin:0 0 10px}.idea-description[data-v-36f82981] p:last-child{margin-bottom:0}.idea-description[data-v-36f82981] h1,.idea-description[data-v-36f82981] h2,.idea-description[data-v-36f82981] h3,.idea-description[data-v-36f82981] h4,.idea-description[data-v-36f82981] h5,.idea-description[data-v-36f82981] h6{color:#172b52;margin:16px 0 8px;font-weight:700;line-height:1.3}.idea-description[data-v-36f82981] h1{font-size:22px}.idea-description[data-v-36f82981] h2{font-size:19px}.idea-description[data-v-36f82981] h3{font-size:17px}.idea-description[data-v-36f82981] h4{font-size:15px}.idea-description[data-v-36f82981] h5,.idea-description[data-v-36f82981] h6{font-size:14px}.idea-description[data-v-36f82981] h1:first-child,.idea-description[data-v-36f82981] h2:first-child,.idea-description[data-v-36f82981] h3:first-child{margin-top:0}.idea-description[data-v-36f82981] ul,.idea-description[data-v-36f82981] ol{margin:0 0 10px;padding-left:22px}.idea-description[data-v-36f82981] li{margin:3px 0}.idea-description[data-v-36f82981] code{background:#eef2f8;border-radius:4px;padding:1px 5px;font-size:.9em}.idea-description[data-v-36f82981] pre{background:#f5f7fa;border:1px solid #e6ebf2;border-radius:8px;margin:0 0 10px;padding:12px;overflow:auto}.idea-description[data-v-36f82981] pre code{background:0 0;padding:0}.idea-description[data-v-36f82981] blockquote{color:#607191;background:#f7fbfe;border-left:3px solid #bbdefb;border-radius:0 6px 6px 0;margin:0 0 10px;padding:4px 12px}.idea-description[data-v-36f82981] hr{border:0;border-top:1px solid #e0e6ee;margin:12px 0}.idea-description[data-v-36f82981] a{color:#1b75d0}.ideas-dialog__card[data-v-36f82981]{overflow:hidden;border-radius:16px!important}@media (max-width:600px){.ideas-detail__head[data-v-36f82981]{padding:14px 44px 14px 16px!important}.ideas-detail__admin[data-v-36f82981]{justify-content:flex-start;width:100%;margin-left:0}.ideas-detail__status-select[data-v-36f82981]{flex:160px;max-width:none}.ideas-detail__composer[data-v-36f82981]{flex-direction:column;align-items:stretch}.ideas-detail__composer-btn[data-v-36f82981]{width:100%}}.ideas-dialog{border-radius:16px!important}.ideas-refs[data-v-a6266217]{--ease-out:cubic-bezier(.23, 1, .32, 1);--border:#e6ebf2}.ideas-refs__tabs[data-v-a6266217]{border-bottom:1px solid var(--border)}.ideas-refs__panel[data-v-a6266217]{padding-top:16px}.ideas-refs__row[data-v-a6266217]{border:1px solid var(--border);transition:border-color .16s var(--ease-out), background .16s var(--ease-out), transform .16s var(--ease-out);background:#fbfdff;border-radius:12px;align-items:center;gap:10px;margin-bottom:8px;padding:8px 10px;display:flex}.ideas-refs__row[data-v-a6266217]:hover{background:#fff;border-color:#d6deeb}.ideas-refs__row[data-v-a6266217]:active{transform:scale(.998)}.ideas-refs__color[data-v-a6266217]{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;flex-shrink:0;width:30px;height:30px;padding:2px}.ideas-refs__field[data-v-a6266217]{flex:auto;min-width:0}.ideas-refs__field[data-v-a6266217] .v-input__slot{min-height:38px!important}.ideas-refs__field[data-v-a6266217] fieldset{border-color:#d6deeb}.ideas-refs__delete[data-v-a6266217]{transition:transform .16s var(--ease-out);flex-shrink:0}.ideas-refs__delete[data-v-a6266217]:active{transform:scale(.92)}.ideas-refs__empty[data-v-a6266217]{color:#8a97b0;text-align:center;background:#f7f8fb;border:1px dashed #d6deeb;border-radius:12px;margin-bottom:12px;padding:12px;font-size:13px}.ideas-refs__add[data-v-a6266217]{border-top:1px solid #eef2f7;align-items:center;gap:10px;margin-top:12px;padding-top:8px;display:flex}.ideas-refs__add-btn[data-v-a6266217]{flex-shrink:0}@media (max-width:600px){.ideas-refs__row[data-v-a6266217]{padding:8px}.ideas-refs__add[data-v-a6266217]{flex-direction:column;align-items:stretch}.ideas-refs__add-btn[data-v-a6266217]{width:100%}}@media (prefers-reduced-motion:reduce){.ideas-refs__row[data-v-a6266217],.ideas-refs__delete[data-v-a6266217]{transition:none!important}}.ideas-board[data-v-9230fb39]{--ease-out:cubic-bezier(.23, 1, .32, 1);--ease-drawer:cubic-bezier(.32, .72, 0, 1);--radius-card:14px;--radius-pill:999px;--border:#e6ebf2;--bg-card:#fff;--bg-soft:#f7f8fb;background:#f0f3f7;min-height:calc(100vh - 56px);display:flow-root}.ideas-shell[data-v-9230fb39]{max-width:1280px;margin:0 auto;padding:0 16px}.ideas-banner[data-v-9230fb39]{background:linear-gradient(135deg,#eef4ff 0%,#f6eefc 52%,#eef8ff 100%);border:1px solid #e6ebf2;border-radius:16px;align-items:center;gap:16px;margin:16px 0 18px;padding:18px 20px;display:flex;box-shadow:0 1px #1018280a}.ideas-banner__icon[data-v-9230fb39]{background:#1976d2;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;box-shadow:0 8px 20px #1976d238}.ideas-banner__copy[data-v-9230fb39]{flex:auto;min-width:0}.ideas-banner__title[data-v-9230fb39]{color:#172b52;font-size:16px;font-weight:800;line-height:1.2}.ideas-banner__subtitle[data-v-9230fb39]{color:#5f6b84;margin-top:3px;font-size:13px;line-height:1.45}.ideas-banner__cta[data-v-9230fb39]{flex-shrink:0}.ideas-admin-head[data-v-9230fb39]{justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 0 10px;display:flex}.ideas-admin-head__title[data-v-9230fb39]{color:#172b52;margin:0;font-size:20px;font-weight:800;line-height:1.2}.ideas-admin-head__meta[data-v-9230fb39]{color:#6b7a94;flex-wrap:wrap;align-items:center;gap:6px 8px;margin-top:6px;font-size:13px;display:flex}.ideas-admin-head__dot[data-v-9230fb39]{color:#c2cad9}.ideas-admin-head__cta[data-v-9230fb39]{flex-shrink:0;margin-top:2px}.ideas-tabs[data-v-9230fb39]{border-bottom:1px solid #e6ebf2}.ideas-references-card[data-v-9230fb39]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:16px;box-shadow:0 1px #1018280a}.ideas-toolbar[data-v-9230fb39]{flex-wrap:wrap;align-items:center;gap:12px;padding:14px 0 16px;display:flex}.ideas-toolbar__search[data-v-9230fb39]{flex:320px;max-width:560px}.ideas-toolbar__trailing[data-v-9230fb39]{align-items:center;gap:12px;margin-left:auto;display:flex}.ideas-toolbar__perf[data-v-9230fb39]{color:#8a97b0;white-space:nowrap;font-size:12px}.ideas-toolbar__sort[data-v-9230fb39]{min-width:168px;max-width:220px}.ideas-layout[data-v-9230fb39]{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:20px;display:grid}.ideas-main[data-v-9230fb39]{min-width:0}.ideas-stack[data-v-9230fb39]{flex-direction:column;gap:12px;display:flex}.ideas-state[data-v-9230fb39]{color:#6b7a94;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);justify-content:center;align-items:center;gap:12px;padding:36px 0;display:flex}.ideas-state__text[data-v-9230fb39]{font-size:14px}.ideas-empty[data-v-9230fb39]{text-align:center;background:var(--bg-card);border-radius:var(--radius-card);border:1px dashed #d6deeb;padding:36px 20px}.ideas-empty__icon[data-v-9230fb39]{background:#f1f5f9;border:1px solid #e6ebf2;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.ideas-empty__title[data-v-9230fb39]{color:#172b52;margin-top:14px;font-size:15px;font-weight:700}.ideas-empty__hint[data-v-9230fb39]{color:#6b7a94;margin-top:6px;font-size:13px}.idea-card[data-v-9230fb39]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out), border-color .18s var(--ease-out);will-change:transform;animation:ideaIn-9230fb39 .42s var(--ease-out) both;animation-delay:var(--stagger,0s);box-shadow:0 1px #1018280a}@keyframes ideaIn-9230fb39{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (hover:hover) and (pointer:fine){.idea-card[data-v-9230fb39]:hover{border-color:#d6deeb;transform:translateY(-1px);box-shadow:0 8px 24px #1018280f,0 1px #1018280a}}.idea-card[data-v-9230fb39]:active{transform:scale(.998)}.idea-card--new[data-v-9230fb39]{border-left:3px solid #03a9f4}.idea-card__inner[data-v-9230fb39]{align-items:flex-start;gap:14px;padding:16px 16px 14px;display:flex}.idea-card__vote[data-v-9230fb39]{flex-direction:column;align-items:center;min-width:42px;padding-top:2px;display:flex}.idea-card__vote-btn[data-v-9230fb39]{transition:transform .16s var(--ease-out)}.idea-card__vote-btn[data-v-9230fb39]:active{transform:scale(.92)}.idea-card__vote-count[data-v-9230fb39]{color:#172b52;min-height:22px;padding:6px 0 4px;font-size:15px;font-weight:800;line-height:1}.idea-card__vote-count.is-up[data-v-9230fb39]{color:#1976d2}.idea-card__vote-count.is-down[data-v-9230fb39]{color:#e53935}.idea-card__body[data-v-9230fb39]{cursor:pointer;flex:auto;min-width:0}.idea-card__title[data-v-9230fb39]{color:#172b52;overflow-wrap:anywhere;font-size:15px;font-weight:700;line-height:1.35}.idea-card__desc[data-v-9230fb39]{color:#5f6b84;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-top:6px;font-size:13.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.idea-card__meta[data-v-9230fb39]{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;margin-top:10px;display:flex}.idea-card__comments[data-v-9230fb39]{color:#6b7a94;align-items:center;margin-right:2px;font-size:12px;display:inline-flex}.idea-card__chip[data-v-9230fb39]{max-width:100%}.idea-card__chip--tag[data-v-9230fb39]{background:#f7f8fb!important}.idea-card__author[data-v-9230fb39]{align-items:center;gap:6px;min-width:0;margin-left:2px;display:inline-flex}.idea-card__author-name[data-v-9230fb39]{color:#6b7a94;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:12px;overflow:hidden}.idea-card__admin[data-v-9230fb39]{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-self:center;align-items:center;gap:6px;min-width:210px;max-width:360px;margin-left:auto;display:flex}.idea-card__mod-chip[data-v-9230fb39]{max-width:140px}.idea-card__mod-btn[data-v-9230fb39]{min-width:28px!important}.idea-card__status[data-v-9230fb39]{min-width:146px;max-width:168px}.idea-card__status[data-v-9230fb39] .v-input__slot{min-height:36px!important}.idea-card__delete[data-v-9230fb39]{transition:transform .16s var(--ease-out)}.idea-card__delete[data-v-9230fb39]:active{transform:scale(.92)}.ideas-pagination[data-v-9230fb39]{border-top:1px solid #eef2f7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:12px 4px 4px;display:flex}.ideas-sidebar[data-v-9230fb39]{flex-direction:column;gap:14px;min-width:0;display:flex;position:sticky;top:74px}.ideas-sidebar__card[data-v-9230fb39]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-card);padding:10px;box-shadow:0 1px #1018280a}.ideas-sidebar__title[data-v-9230fb39]{letter-spacing:.06em;text-transform:uppercase;color:#6b7a94;padding:6px 8px 8px;font-size:12px;font-weight:800}.ideas-sidebar__item[data-v-9230fb39]{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .16s var(--ease-out), transform .16s var(--ease-out), color .16s var(--ease-out);border-radius:10px;outline:none;align-items:center;gap:10px;padding:9px 10px;display:flex}.ideas-sidebar__item[data-v-9230fb39]:hover{background:#f5f7fb}.ideas-sidebar__item[data-v-9230fb39]:active{transform:scale(.99)}.ideas-sidebar__item[data-v-9230fb39]:focus-visible{box-shadow:0 0 0 2px #1976d238}.ideas-sidebar__item.is-active[data-v-9230fb39]{background:#eef4ff;box-shadow:inset 0 0 0 1px #1976d21f}.ideas-sidebar__item--subtle[data-v-9230fb39]{padding:8px 10px}.ideas-sidebar__label[data-v-9230fb39]{color:#25324d;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:13.5px;line-height:1.3;overflow:hidden}.ideas-sidebar__item.is-active .ideas-sidebar__label[data-v-9230fb39]{color:#172b52;font-weight:700}.ideas-sidebar__count[data-v-9230fb39]{color:#8a97b0;flex-shrink:0;font-size:12px}.ideas-sidebar__item.is-active .ideas-sidebar__count[data-v-9230fb39]{color:#4a5a78;font-weight:600}.ideas-sidebar__dot[data-v-9230fb39]{border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:inset 0 0 0 1px #0000000f}.ideas-sidebar__more[data-v-9230fb39]{color:#5f6b84;cursor:pointer;width:100%;transition:background .16s var(--ease-out), border-color .16s var(--ease-out), transform .16s var(--ease-out);background:#fbfdff;border:1px dashed #d6deeb;border-radius:10px;margin-top:6px;padding:8px 10px;font-size:12.5px;font-weight:600}.ideas-sidebar__more[data-v-9230fb39]:hover{background:#f1f5ff;border-color:#c9d8f5}.ideas-sidebar__more[data-v-9230fb39]:active{transform:scale(.99)}.ideas-sidebar__empty[data-v-9230fb39]{color:#8a97b0;padding:8px 10px;font-size:12.5px}@media (max-width:1100px){.ideas-layout[data-v-9230fb39]{grid-template-columns:minmax(0,1fr) 280px;gap:16px}}@media (max-width:960px){.ideas-shell[data-v-9230fb39]{padding:0 12px}.ideas-layout[data-v-9230fb39]{grid-template-columns:1fr}.ideas-sidebar[data-v-9230fb39]{order:2;position:static}.idea-card__admin[data-v-9230fb39]{justify-content:flex-start;width:100%;min-width:0;max-width:none;margin-top:4px;margin-left:0;padding-left:56px}.idea-card__status[data-v-9230fb39]{flex:160px;max-width:none}}@media (max-width:600px){.ideas-banner[data-v-9230fb39]{flex-wrap:wrap;padding:16px}.ideas-banner__cta[data-v-9230fb39]{width:100%}.ideas-banner__cta[data-v-9230fb39] .v-btn__content{justify-content:center}.ideas-admin-head[data-v-9230fb39]{flex-direction:column;align-items:stretch}.ideas-admin-head__cta[data-v-9230fb39]{width:100%}.ideas-toolbar[data-v-9230fb39]{gap:10px}.ideas-toolbar__search[data-v-9230fb39]{flex-basis:100%;max-width:none}.ideas-toolbar__trailing[data-v-9230fb39]{justify-content:space-between;width:100%;margin-left:0}.ideas-toolbar__sort[data-v-9230fb39]{flex:auto;max-width:none}.idea-card__inner[data-v-9230fb39]{flex-wrap:wrap;gap:12px}.idea-card__admin[data-v-9230fb39]{padding-left:0}.idea-card__author-name[data-v-9230fb39]{max-width:140px}.ideas-pagination[data-v-9230fb39]{justify-content:center}}@media (max-width:360px){.idea-card__inner[data-v-9230fb39]{padding:14px}}@media (prefers-reduced-motion:reduce){.idea-card[data-v-9230fb39]{animation:none!important}.idea-card[data-v-9230fb39],.ideas-sidebar__item[data-v-9230fb39],.ideas-sidebar__more[data-v-9230fb39],.idea-card__vote-btn[data-v-9230fb39],.idea-card__delete[data-v-9230fb39]{transition:none!important}}.ideas-toolbar[data-v-9230fb39] .v-text-field--outlined fieldset{border-color:#d6deeb}.ideas-toolbar[data-v-9230fb39] .v-text-field--outlined.v-input--is-focused fieldset{border-color:#1976d2!important}
