/*!
 * 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: 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: #808080;--ir-bi-color: #0033b3;--ir-link-color: #008000;--ir-bracket-color: #0000ff;--ir-paren-color: #008000}.vditor--dark{--border-color: #141414;--second-color: rgba(185, 185, 185, .36);--panel-background-color: #24292e;--panel-shadow: 0 1px 2px rgba(255, 255, 255, .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: rgba(185, 185, 185, .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: #808080;--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{position:relative;cursor:pointer}.vditor-tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font-size:11px;font-weight:400;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#3b3e43;border-radius:3px;line-height:16px;opacity:0}.vditor-tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#3b3e43;pointer-events:none;content:"";border:5px solid transparent;opacity:0}.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{display:inline-block;text-decoration:none;animation-name:tooltip-appear;animation-duration:.15s;animation-fill-mode:forwards;animation-timing-function:ease-in}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{top:100%;right:50%;margin-top:5px}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#3b3e43}.vditor-tooltipped__se:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{right:50%;bottom:100%;margin-bottom:5px}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#3b3e43}.vditor-tooltipped__ne:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__s:after,.vditor-tooltipped__n:after{transform:translate(50%)}.vditor-tooltipped__w:after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%)}.vditor-tooltipped__w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#3b3e43}.vditor-tooltipped__e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.vditor-tooltipped__e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#3b3e43}@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);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px;z-index:3;font-size:14px;display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:320px;min-width:80px;animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);color:var(--toolbar-icon-color)}.vditor-panel--none{padding:0;animation:none;min-width:auto;max-width:none;white-space:nowrap;opacity:.86}.vditor-panel--arrow:before{position:absolute;width:0;height:0;pointer-events:none;content:" ";border:7px solid transparent;top:-14px;left:5px;border-bottom-color:var(--panel-background-color)}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{right:5px;left:auto}.vditor-input{border:0;padding:3px 5px;background-color:var(--panel-background-color);font-size:12px;color:var(--textarea-text-color)}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{color:var(--toolbar-icon-color);cursor:pointer;float:left;padding:4px 5px;height:21px;width:23px;background-color:transparent;border:0;box-sizing:border-box}.vditor-icon:hover,.vditor-icon--current{color:var(--toolbar-icon-hover-color);background-color:transparent}.vditor-icon:focus{outline:none}.vditor-icon svg{height:13px!important;width:13px!important;float:left;fill:currentColor;pointer-events:none}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);padding:0 5px;line-height:1}.vditor-toolbar--pin{position:sticky;top:0;z-index:1}.vditor-toolbar--hide{transition:all .15s ease-in-out;height:5px;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);border:0;padding:10px 5px;background-color:transparent;height:var(--toolbar-height);width:25px;box-sizing:border-box;font-size:0}.vditor-toolbar__item .vditor-tooltipped:focus{outline:none}.vditor-toolbar__item .vditor-tooltipped:focus{cursor:pointer;color:var(--toolbar-icon-hover-color)}.vditor-toolbar__item svg{fill:currentColor;display:inline-block;stroke-width:0;stroke:currentColor;width:15px;height:15px}.vditor-toolbar__item input{position:absolute;width:25px;height:var(--toolbar-height);top:0;left:0;cursor:pointer;opacity:.001;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%;padding:0!important;height: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{flex:1;min-width:1px;width:200px;margin-right:10px;color:var(--toolbar-icon-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-emojis__tail{margin-top:5px;font-size:12px;color:var(--toolbar-icon-color);display:flex}.vditor-emojis__tail a{text-decoration:none;color:var(--toolbar-icon-color)}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{cursor:pointer;border-radius:3px;float:left;height:30px;width:30px;text-align:center;line-height:26px;padding:3px;box-sizing:border-box;font-size:16px;transition:all .15s ease-in-out;border:0;margin:0;background-color:transparent;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{height:20px;width:20px;float:left;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%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.vditor{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:3px;box-sizing:border-box;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{position:fixed;top:0;width:100%!important;left:0;height:100vh!important;z-index:90;border-radius:0}.vditor-content{display:flex;min-height:60px;flex:1;min-width:1px;position:relative}.vditor-preview{flex:1;min-width:1px;overflow:auto;margin-left:-1px;border-left:1px solid var(--border-color);box-sizing:border-box;border-radius:0 0 3px;background-color:var(--textarea-background-color)}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{text-align:center;padding:10px;background-color:var(--toolbar-background-color)}.vditor-preview__action button{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-color);line-height:20px;border:0;margin:0 10px;cursor:pointer;padding:0 7px;font-size:12px}.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;height:15px;width:15px;vertical-align:middle}.vditor-preview>.vditor-reset{padding:10px;margin:0 auto}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{display:none;background-color:var(--textarea-background-color);overflow:auto;flex:1;min-width:1px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;border-radius:0 0 3px;padding:10px}.vditor-counter{padding:3px;color:var(--toolbar-icon-color);background-color:var(--count-background-color);border-radius:3px;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;float:right;margin:8px 3px 0 0}.vditor-counter--error{color:#d23f31;background-color:#d23f311a}.vditor-resize{padding:3px 0;cursor:row-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;width:100%}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{height:3px;background-color:var(--resize-background-color);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;display:block;margin:0 auto;color:var(--resize-icon-color)}.vditor-upload{position:absolute;height:3px;left:0;top:-2px;transition:all .15s ease-in-out;background-color:#4285f4}.vditor-tip{position:absolute;font-size:12px;top:10px;animation-duration:.15s;animation-fill-mode:both;left:50%;z-index:5}.vditor-tip--show{display:block;animation-name:slideInDown}.vditor-tip__content{text-align:left;display:inline-block;line-height:16px;padding:3px 10px;border-radius:3px;background:var(--toolbar-background-color);position:relative;margin-left:-50%;color:var(--toolbar-icon-color);max-width:100%;box-shadow:var(--panel-shadow)}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{position:absolute;color:var(--toolbar-icon-color);top:-7px;right:-15px;font-weight:700;cursor:pointer}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;z-index:100}.vditor-img__bar{border-bottom:1px solid var(--border-color);background-color:var(--toolbar-background-color);text-align:center;height:36px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.vditor-img__btn{display:flex;align-items:center;cursor:pointer;margin-left:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--toolbar-icon-color)}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{height:14px;width:14px;margin-right:8px;fill:currentColor}.vditor-img__img{flex:1;background-color:var(--textarea-background-color);overflow:auto;cursor:zoom-out}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px 0;z-index:4;line-height:20px;list-style:none;font-size:12px;margin:0;max-width:250px;min-width:80px;display:none}.vditor-hint .vditor-hint{margin-top:-31px;left:100%;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{right:100%;left:auto}.vditor-hint button{color:var(--toolbar-icon-color);display:block;padding:3px 10px;border:0;border-radius:0;line-height:20px;width:100%;box-sizing:border-box;text-align:left;margin:0;background-color:transparent;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;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{font-size:16px;float:left;margin-right:3px}.vditor-hint img{height:20px;width:20px;float:left;margin-right:3px}.vditor-reset{color:#24292e;font-variant-ligatures:no-common-ligatures;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;word-wrap:break-word;overflow:auto;line-height:1.5;font-size:16px;word-break:break-word}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;font-size:12px;display:block;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 ul,.vditor-reset ol{padding-left:2em;margin-top:0;margin-bottom:16px}.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{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{height:2px;padding:0;margin:24px 0;background-color:#eaecef;border:0}.vditor-reset p{margin-top:0;margin-bottom:16px}.vditor-reset blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #eaecef;margin:0 0 16px}.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;max-width:100%;box-sizing:border-box}.vditor-reset iframe.iframe__video{min-width:80%;min-height:36vh}.vditor-reset table{border-collapse:collapse;empty-cells:show;margin-bottom:16px;overflow:auto;border-spacing:0;display:block;word-break:keep-all;width:100%}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{padding:6px 13px;border:1px solid #dfe2e5;word-break:normal;white-space:nowrap}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";display:inline-block;vertical-align:top;min-height:24px}.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){padding:.2em .4em;margin:0;font-size:85%;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;word-break:break-word;background-size:20px 20px;white-space:pre-wrap}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{margin:0;font-size:85%;padding:.5em;border-radius:5px;display:block;overflow:auto;white-space:pre;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;background-size:20px 20px;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==);word-break:initial;word-wrap:normal}.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{outline:none;cursor:context-menu}.vditor-reset .language-math .katex-display>.katex>.katex-html>.tag{display:inline-block;font-size:1.21rem;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{overflow:hidden;height:420px}.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{display:inline-block;padding:3px 5px;font:11px Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:10px;color:#24292e;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-radius:3px;box-shadow:inset 0 -1px #d1d5da}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{height:auto;width: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{list-style:none!important;word-break:break-all}.vditor-task input{margin:0 .2em .25em -1.6em;font-size:12px;vertical-align:middle}.vditor-copy{position:relative;display:none;z-index:1}.vditor-copy textarea{position:absolute;left:-100000px;height:10px}.vditor-copy span{cursor:pointer;position:absolute;right:15px;top:.5em}.vditor-copy svg{color:#586069;height:14px;width:14px!important;display:block;fill:currentColor}.vditor-linenumber{padding-left:4em!important;position:relative}.vditor-linenumber__rows{position:absolute;pointer-events:none;top:1em;left:0;width:3em;-webkit-user-select:none;-moz-user-select:none;user-select:none;counter-reset:linenumber}.vditor-linenumber__rows>span{pointer-events:none;display:block}.vditor-linenumber__rows>span:before{counter-increment:linenumber;content:counter(linenumber);color:#9e969661;display:block;padding-right:1em;text-align:right}.vditor-speech{position:absolute;display:none;background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;padding:3px;cursor:pointer;color:#586069}.vditor-speech:hover,.vditor-speech--current{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;padding-right:4px;margin-left:-20px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{margin:31px auto 16px;transition:all .15s ease-in-out;cursor:pointer;max-width:768px;padding:0 10px}.vditor-linkcard a{border-radius:3px;background-color:#f6f8fa;overflow:hidden;max-height:250px;display:flex;text-decoration:none;flex-wrap:wrap-reverse;box-shadow:0 1px 2px #0003}.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{padding:10px;min-width:200px;box-sizing:border-box;flex:1}.vditor-linkcard__title{font-size:14px;font-weight:400;color:#24292e;display:flex;align-items:center}.vditor-linkcard__title img{cursor:pointer;height:20px;width:20px;border-radius:3px;flex-shrink:0;margin-right:5px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;color:#586069;margin:5px 0}.vditor-linkcard__site{font-size:12px;color:#4285f4}.vditor-linkcard__image{background-size:cover;background-repeat:no-repeat;background-position:center center;max-width:250px;min-width:126px;cursor:pointer;background-color:#5860695c}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{margin-bottom:16px;-webkit-user-select:text;-moz-user-select:text;user-select:text;color:#4285f4}.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{width:0;height:0}.vditor-outline{width:250px;border-right:1px solid var(--border-color);background-color:var(--panel-background-color);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{list-style:none!important;padding-left:1em;margin:0}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{display:flex;align-items:center;padding:5px 10px;cursor:pointer;color:var(--textarea-text-color)}.vditor-outline li>span>svg{height:10px;width:10px;flex-shrink:0}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vditor-outline__title{border-bottom:1px dashed var(--border-color);padding:5px 10px;color:var(--toolbar-icon-color);font-size:12px}.vditor-outline__action{transition:all .15s ease-in-out;fill:currentColor;margin-right:5px;flex-shrink:0}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1;position:relative;width:100%;min-width:1px}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.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{outline:none;background-color:var(--textarea-background-color)}.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);height:auto;text-align:left}.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;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.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:initial}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{display:none;color:var(--second-color)}.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);padding-top:24px;margin-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;min-width:1px;position:relative;width:100%}.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;overflow:hidden;display:inline-block;height:0;transition:all .15s ease-in-out}.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]: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);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.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{outline:none;background-color:var(--textarea-background-color)}.vditor-ir pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.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 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;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.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);padding-top:24px;margin-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;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{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;margin:0 1px 0 0;overflow:auto;width:100%;flex:1;min-width:1px;border:0;resize:none;padding:10px 9px 10px 10px;box-sizing:border-box;background-color:var(--panel-background-color);outline:0 none;font-size:16px;line-height:22px;color:var(--textarea-text-color);border-radius:0 0 3px 3px;font-variant-ligatures:no-common-ligatures;white-space:pre-wrap;word-break:break-word;word-wrap:break-word}.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{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}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box}:root{--admin-blue-600:#1677ff;--admin-blue-700:#4096ff;--admin-blue-200:#b2ddff;--admin-blue-50:#e6f4ff;--admin-blue-25:#f6faff;--admin-gray-25:#fdfefe;--admin-gray-50:#fbfcfe;--admin-gray-75:#f5f9ff;--admin-gray-100:#f8fafc;--admin-gray-200:#eef1f5;--admin-gray-300:#e4e9f0;--admin-gray-500:#a0a9b8;--admin-gray-600:#6b778c;--admin-gray-700:#526077;--admin-gray-800:#263247;--admin-gray-900:#172033;--admin-white:#fff;--admin-green-600:#12b76a;--admin-green-700:#079455;--admin-green-200:#abefc6;--admin-green-50:#ecfdf3;--admin-red-700:#d92d20;--admin-red-200:#fecdca;--admin-red-50:#fef3f2;--admin-orange-700:#dc6803;--admin-orange-200:#fedf89;--admin-orange-50:#fffaeb;--admin-violet-600:#7f56d9;--admin-violet-200:#d9d6fe;--admin-violet-50:#f4f3ff;--admin-space-1:4px;--admin-space-2:8px;--admin-space-3:12px;--admin-space-4:16px;--admin-space-5:20px;--admin-space-6:24px;--admin-radius-sm:3px;--admin-radius-md:4px;--admin-radius-lg:6px;--admin-shadow-nav:0 2px 8px rgba(16,24,40,.055);--admin-shadow-sider:2px 0 8px rgba(16,24,40,.045);--admin-shadow-surface:0 2px 8px rgba(16,24,40,.055);--admin-shadow-content:0 2px 10px rgba(16,24,40,.05);--admin-shadow-float:0 4px 12px rgba(16,24,40,.07);--admin-color-primary:var(--admin-blue-600);--admin-color-primary-hover:var(--admin-blue-700);--admin-color-primary-subtle:var(--admin-blue-50);--admin-bg-page:var(--admin-gray-100);--admin-bg-surface:var(--admin-white);--admin-bg-drawer:var(--admin-gray-50);--admin-bg-subtle:var(--admin-gray-50);--admin-bg-hover:var(--admin-gray-75);--admin-bg-selected:var(--admin-blue-50);--admin-text-heading:var(--admin-gray-900);--admin-text-body:var(--admin-gray-800);--admin-text-label:var(--admin-gray-600);--admin-text-muted:var(--admin-gray-500);--admin-border:var(--admin-gray-300);--admin-border-subtle:var(--admin-gray-200);--admin-icon:var(--admin-gray-600);--admin-icon-accent:var(--admin-blue-600);--login-brand-bg:var(--admin-blue-25);--login-divider:var(--admin-border-subtle);--login-card-bg:var(--admin-bg-surface);--login-card-border:var(--admin-border-subtle);--login-capability-bg:rgba(255,255,255,.62);--login-capability-border:rgba(178,221,255,.58);--login-brand-glow:rgba(22,119,255,.1);--login-brand-mark-shadow:0 8px 18px rgba(22,119,255,.16);--login-button-shadow:0 4px 10px rgba(22,119,255,.16);--login-card-radius:14px;--login-control-radius:8px;--login-control-height:44px;--login-focus-ring:0 0 0 3px rgba(22,119,255,.09);--login-card-shadow:0 12px 32px rgba(16,24,40,.06),0 2px 8px rgba(16,24,40,.04);--detail-drawer-compact:640px;--detail-drawer-standard:720px;--detail-drawer-business:780px;--detail-drawer-rich:840px;--detail-body-padding:16px;--detail-mobile-padding:12px;--detail-section-gap:12px;--detail-section-padding-x:16px;--detail-section-padding-y:14px;--detail-label-width:96px;--detail-label-color:var(--admin-text-label);--detail-value-color:var(--admin-text-body);--detail-muted-color:var(--admin-text-muted);--detail-page-bg:var(--admin-bg-drawer);--detail-card-bg:var(--admin-bg-surface);--detail-subtle-bg:var(--admin-bg-subtle);--detail-border-color:var(--admin-border-subtle);--detail-summary-bg:var(--admin-blue-25);--detail-summary-border:var(--admin-blue-200);--detail-summary-shadow:0 2px 10px rgba(22,119,255,.08);--detail-radius:var(--admin-radius-lg);--detail-font-size:14px;--detail-label-size:13px;--detail-line-height:1.7}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:var(--admin-text-body);background:var(--admin-bg-page)}.ant-typography,.ant-table,.ant-form{color:var(--admin-text-body)}h1.ant-typography,h2.ant-typography,h3.ant-typography,h4.ant-typography,h5.ant-typography{color:var(--admin-text-heading)}.ant-form-item-label>label,.ant-descriptions-item-label{color:var(--admin-text-label)}.ant-typography-secondary,.ant-empty-description{color:var(--admin-text-muted)!important}.content{min-height:calc(100vh - 112px);padding:var(--admin-space-6);background:var(--admin-bg-surface);border:1px solid var(--admin-border-subtle);border-radius:var(--admin-radius-lg);box-shadow:var(--admin-shadow-content)}.layout-logo{display:block;width:38px;height:38px;object-fit:contain}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr);background:var(--admin-bg-surface)}.login-brand{position:relative;display:flex;align-items:center;overflow:hidden;padding:clamp(64px,9vw,136px);background:var(--login-brand-bg);color:var(--admin-text-body);border-right:1px solid var(--login-divider)}.login-brand-content{position:relative;z-index:1;width:min(560px,100%)}.login-brand h1.ant-typography{margin:10px 0;color:var(--admin-text-heading);font-size:clamp(38px,4vw,48px);font-weight:650;letter-spacing:-1.2px;line-height:1.18}.login-brand .login-brand-subtitle.ant-typography{max-width:480px;margin:0;color:var(--admin-text-label);font-size:17px;line-height:1.75}.brand-mark{display:block;width:104px;height:104px;object-fit:contain}.login-capabilities{display:grid;gap:14px;margin-top:46px}.login-capability{display:flex;align-items:center;gap:14px;width:min(430px,100%);padding:13px 15px;border:1px solid var(--login-capability-border);border-radius:10px;background:var(--login-capability-bg)}.login-capability-icon{display:grid;width:36px;height:36px;flex:none;place-items:center;border-radius:8px;background:var(--admin-color-primary-subtle);color:var(--admin-icon-accent);font-size:17px}.login-capability-title.ant-typography{display:block;color:var(--admin-text-heading);font-size:14px;font-weight:600;line-height:1.5}.login-capability-description.ant-typography{display:block;margin-top:2px;color:var(--admin-text-label);font-size:13px;line-height:1.5}.orb{position:absolute;display:block;border-radius:50%;pointer-events:none;background:radial-gradient(circle,var(--login-brand-glow) 0%,rgba(22,119,255,0) 70%)}.orb-one{width:440px;height:440px;right:-120px;bottom:-120px}.orb-two{width:260px;height:260px;left:20%;top:-110px;opacity:.68}.login-panel{position:relative;display:flex;align-items:center;justify-content:center;padding:64px 48px;background:var(--admin-bg-surface)}.lang-switch.ant-btn{position:absolute;right:28px;top:24px;height:30px;padding-inline:8px;color:var(--admin-text-muted);font-size:13px;font-weight:400}.lang-switch.ant-btn:hover{color:var(--admin-text-label);background:var(--admin-bg-hover)}.login-card.ant-card{width:min(438px,100%);border:1px solid var(--login-card-border)!important;border-radius:var(--login-card-radius)!important;background:var(--login-card-bg);box-shadow:var(--login-card-shadow)!important}.login-card>.ant-card-body{padding:40px 42px 36px}.login-card.ant-card .ant-pro-form-login-container{height:auto;padding:0;overflow:visible}.login-card.ant-card .ant-pro-form-login-top{text-align:left}.login-card.ant-card .ant-pro-form-login-header{height:auto;justify-content:flex-start;line-height:1.3}.login-card.ant-card .ant-pro-form-login-title{inset-block-start:0;color:var(--admin-text-heading);font-size:28px;font-weight:650;letter-spacing:-.4px}.login-card.ant-card .ant-pro-form-login-desc{margin-block:9px 32px;color:var(--admin-text-label);font-size:14px;text-align:left}.login-card.ant-card .ant-pro-form-login-main{width:100%!important;min-width:0;max-width:none;margin:0}.login-card .ant-form-item{margin-bottom:18px}.login-card .ant-input-affix-wrapper{height:var(--login-control-height);padding-inline:13px;border-color:var(--admin-border);border-radius:var(--login-control-radius);background:var(--admin-bg-surface);box-shadow:none}.login-card .ant-input-affix-wrapper:hover{border-color:var(--admin-blue-200)}.login-card .ant-input-affix-wrapper-focused{border-color:var(--admin-color-primary);box-shadow:var(--login-focus-ring)}.login-card .ant-input-affix-wrapper .anticon{color:var(--admin-text-muted)}.login-card .ant-input-affix-wrapper-focused .anticon{color:var(--admin-icon-accent)}.login-card .ant-input{font-size:14px}.login-card .ant-form-item-control-input{min-height:var(--login-control-height)}.login-card .ant-form-item:last-child{margin:8px 0 0}.login-card .ant-btn-primary{height:var(--login-control-height);border-radius:var(--login-control-radius);background:var(--admin-color-primary);font-size:15px;font-weight:600;box-shadow:var(--login-button-shadow)}.login-card .ant-btn-primary:hover{background:var(--admin-color-primary-hover)}.demo-tip{text-align:center;color:var(--admin-text-muted);font-size:13px;position:absolute;margin-top:440px}.page-heading{display:flex;align-items:baseline;gap:14px;margin:0 0 14px}.page-heading h2{margin:0;font-size:22px;line-height:1.35}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:0 0 20px}.admin-page-header-copy{min-width:0}.admin-page-header-copy h2.ant-typography{margin:0;color:var(--admin-text-heading);font-size:22px;font-weight:600;line-height:1.35}.admin-page-header-copy>.ant-typography{display:block;margin-top:5px;font-size:13px;line-height:1.5}.admin-page-header-actions{flex:none;justify-content:flex-end}.applied-filters{display:flex;align-items:flex-start;gap:10px;margin:-4px 0 14px;padding:9px 12px;border:1px solid var(--admin-border-subtle);border-radius:var(--admin-radius-md);background:var(--admin-bg-subtle)}.applied-filters>.ant-typography{flex:none;line-height:24px}.applied-filters .ant-tag{margin-inline-end:0;background:var(--admin-bg-surface)}.applied-filters .ant-btn-link{height:24px;padding-inline:4px}.stat-icon{padding:10px;border-radius:var(--admin-radius-lg)}.blue{color:var(--admin-color-primary);background:var(--admin-color-primary-subtle)}.violet{color:var(--admin-violet-600);background:var(--admin-violet-50)}.green{color:var(--admin-green-600);background:var(--admin-green-50)}.dashboard-row{margin-top:14px}.markdown-preview{font-size:14px;line-height:1.75;color:var(--admin-text-body)}.markdown-preview>:first-child{margin-top:0}.markdown-preview>:last-child{margin-bottom:0}.update-record-preview{margin-top:18px}.health-line{display:grid;grid-template-columns:112px 1fr;align-items:center;margin:12px 0}.user-menu{cursor:pointer;padding:0 8px;color:var(--admin-text-label)}.ant-pro-layout{background:var(--admin-bg-page)!important}.ant-pro-layout .ant-pro-layout-bg-list{display:none}.ant-pro-layout .ant-layout-header{height:64px!important;border-bottom:1px solid var(--admin-border-subtle);box-shadow:var(--admin-shadow-nav)!important;z-index:20}.ant-pro-layout .ant-pro-global-header{height:63px!important;padding-inline:18px!important;background:var(--admin-bg-surface)!important;box-shadow:none!important}.ant-pro-layout .ant-pro-global-header-logo{gap:10px}.ant-pro-layout .ant-pro-global-header-logo h1{font-size:20px!important;font-weight:600!important;color:var(--admin-text-heading)!important}.ant-pro-layout .ant-pro-global-header-header-actions-item{border-radius:var(--admin-radius-md)}.ant-pro-layout .ant-pro-global-header-header-actions-item:hover{background:var(--admin-bg-hover)}.ant-pro-layout .ant-pro-sider{border-right:1px solid var(--admin-border-subtle);box-shadow:var(--admin-shadow-sider)!important;background:var(--admin-bg-surface)!important;z-index:10}.ant-pro-layout .ant-pro-sider-logo{border-bottom:1px solid var(--admin-border-subtle)}.ant-pro-layout .ant-menu{padding:14px 7px 8px}.ant-pro-layout .ant-pro-sider .ant-menu-item,.ant-pro-layout .ant-pro-sider .ant-menu-submenu-title{margin-block:2px!important;margin-inline:0!important;width:100%!important}.ant-pro-layout .ant-layout-sider-collapsed .ant-menu-title-content{display:flex!important;justify-content:center;overflow:visible!important}.ant-pro-layout .ant-layout-sider-collapsed .ant-menu-title-content>div{display:flex;justify-content:center;width:100%}.ant-pro-layout .ant-menu-item .ant-menu-title-content{font-size:14px}.ant-pro-layout .ant-menu-item .anticon,.ant-pro-layout .ant-menu-submenu-title .anticon{color:var(--admin-icon)}.ant-pro-layout .ant-menu-item-selected .anticon{color:var(--admin-icon-accent)}.ant-pro-layout .ant-layout-content{padding:20px!important;background:var(--admin-bg-page)}.ant-pro-card,.ant-card{border:1px solid var(--admin-border-subtle)!important;border-radius:var(--admin-radius-lg)!important;box-shadow:var(--admin-shadow-surface)!important}.ant-pro-table .ant-pro-card{border:0!important}.ant-pro-table .ant-pro-table-search{margin-bottom:16px;border:0!important;border-bottom:1px solid var(--admin-border-subtle)!important;border-radius:0!important;background:var(--admin-bg-surface)}.ant-pro-table .ant-pro-table-list-toolbar-container{padding-block:0 12px!important}.ant-pro-table .ant-pro-table-list-toolbar-title{font-size:16px;font-weight:600;color:var(--admin-text-heading)}.ant-pro-table .ant-table-wrapper{border:0}.ant-pro-table .ant-table-container{border:1px solid var(--admin-border-subtle);border-radius:var(--admin-radius-md)!important}.ant-pro-table .ant-table-thead>tr>th{background:var(--admin-bg-subtle)!important;color:var(--admin-text-body);font-weight:600;border-radius:0!important}.ant-pro-table .ant-table-tbody>tr>td{color:var(--admin-text-body);border-bottom-color:var(--admin-border-subtle)}.ant-pro-table .ant-table-tbody>tr:hover>td{background:var(--admin-bg-hover)!important}.ant-pro-table .ant-table-content{overflow-x:auto!important}.ant-pro-table .ant-pagination{margin-bottom:0}.common-filter-popover{width:min(520px,calc(100vw - 48px))}.common-filter-search{width:min(300px,60vw)}.common-filter-list{max-height:360px;overflow-y:auto}.common-filter-row{display:flex;align-items:center;gap:10px;padding:0 0 10px;margin-bottom:10px;border-bottom:1px solid var(--admin-border-subtle)}.common-filter-field{width:150px;flex:none}.common-filter-value{min-width:0;flex:1}.common-filter-empty{padding:20px;text-align:center;color:var(--admin-text-muted)}.common-filter-actions{display:flex;justify-content:flex-end;margin-top:15px}.ant-tag{border-radius:var(--admin-radius-sm);font-weight:500}.ant-tag:not([class*=ant-tag-]){color:var(--admin-text-label);background:var(--admin-bg-subtle);border-color:var(--admin-border)}.ant-tag.ant-tag-success,.ant-tag.ant-tag-green{color:var(--admin-green-700)!important;background:var(--admin-green-50)!important;border-color:var(--admin-green-200)!important}.ant-tag.ant-tag-processing,.ant-tag.ant-tag-blue,.ant-tag.ant-tag-cyan{color:var(--admin-color-primary)!important;background:var(--admin-color-primary-subtle)!important;border-color:var(--admin-blue-200)!important}.ant-tag.ant-tag-warning,.ant-tag.ant-tag-orange,.ant-tag.ant-tag-gold{color:var(--admin-orange-700)!important;background:var(--admin-orange-50)!important;border-color:var(--admin-orange-200)!important}.ant-tag.ant-tag-error,.ant-tag.ant-tag-red,.ant-tag.ant-tag-volcano{color:var(--admin-red-700)!important;background:var(--admin-red-50)!important;border-color:var(--admin-red-200)!important}.ant-tag.ant-tag-purple,.ant-tag.ant-tag-magenta{color:var(--admin-violet-600)!important;background:var(--admin-violet-50)!important;border-color:var(--admin-violet-200)!important}.ant-btn-primary{box-shadow:none}.ant-btn .anticon{color:inherit}.ant-btn-text:not(.ant-btn-dangerous){color:var(--admin-text-label)}.ant-btn-text:not(.ant-btn-dangerous):hover{color:var(--admin-text-heading);background:var(--admin-bg-hover)}.ant-btn-link{font-weight:500}.ant-card .ant-card-head{min-height:48px;border-bottom-color:var(--admin-border-subtle)}.ant-card .ant-card-head-title{color:var(--admin-text-heading);font-size:16px;font-weight:600}.ant-card .ant-card-head-title .anticon{color:var(--admin-icon)}.ant-statistic-card{border-radius:var(--admin-radius-lg)!important}.ant-drawer .ant-drawer-header{border-bottom:1px solid var(--admin-border-subtle);background:var(--admin-bg-surface)}.ant-drawer .ant-drawer-title{color:var(--admin-text-heading);font-weight:600}.ant-drawer .ant-drawer-footer{border-top:1px solid var(--admin-border-subtle);background:var(--admin-bg-surface)}.ant-drawer .ant-drawer-close{color:var(--admin-icon)}.admin-form-drawer .ant-drawer-body{padding:16px;background:var(--admin-bg-drawer)}.admin-form-drawer .ant-drawer-footer{position:sticky;bottom:0;z-index:2;padding:12px 20px;background:var(--admin-bg-surface);box-shadow:0 -1px 0 var(--admin-border-subtle)}.admin-form-drawer .ant-form-item{margin-bottom:16px}.admin-form-drawer .ant-form-vertical .ant-form-item-label{padding-bottom:6px}.admin-form-drawer .ant-form-item-label>label{color:var(--admin-text-label);font-weight:500}.admin-form-drawer-footer{text-align:right}.admin-form-section{container-name:admin-form-section;container-type:inline-size;padding:18px 20px;border:1px solid var(--admin-border-subtle);border-radius:var(--admin-radius-lg);background:var(--admin-bg-surface)}.admin-form-section+.admin-form-section{margin-top:12px}.admin-form-section-heading{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--admin-border-subtle)}.admin-form-section-heading h5.ant-typography{margin:0;color:var(--admin-text-heading);font-size:14px;font-weight:600;line-height:1.5}.admin-form-section-heading>.ant-typography{display:block;margin-top:3px;color:var(--admin-text-label);font-size:12px;line-height:1.5}.admin-form-section-content>.ant-form-item:last-child{margin-bottom:0}.admin-form-grid{margin-bottom:-16px}.admin-form-grid-col{min-width:0}.admin-form-grid-col>.ant-form-item{width:100%}.update-editor-drawer .admin-form-section-content{min-width:0}@container admin-form-section (max-width:520px){.admin-form-grid>.admin-form-grid-col{flex:0 0 100%;max-width:100%}}.update-editor-drawer .vditor{max-width:100%}.detail-drawer .ant-drawer-body{padding:var(--detail-body-padding);background:var(--detail-page-bg)}.detail-drawer-content{display:grid;gap:var(--detail-section-gap)}.detail-drawer-summary,.entity-summary-card,.enterprise-summary-card{border-color:var(--detail-summary-border)!important;background:var(--detail-summary-bg);box-shadow:var(--detail-summary-shadow)!important}.detail-drawer-summary .ant-card-body{padding:18px 20px}.detail-drawer-summary-content{display:flex;align-items:flex-start;gap:12px;min-width:0}.detail-drawer-summary-icon{display:grid;width:42px;height:42px;flex:none;place-items:center;border-radius:var(--admin-radius-lg);background:var(--admin-color-primary-subtle);color:var(--admin-icon-accent);font-size:19px}.detail-drawer-summary-copy{min-width:0;flex:1}.detail-drawer-summary-copy h3.ant-typography{min-width:0;margin:0;color:var(--admin-text-heading);font-size:19px;font-weight:600;line-height:1.4;overflow-wrap:anywhere}.detail-drawer-summary-subtitle{min-width:0;margin-top:5px;color:var(--detail-label-color);overflow-wrap:anywhere}.admin-detail-drawer .ant-drawer-body{padding:20px 24px}.admin-detail-drawer .ant-drawer-body{background:var(--admin-bg-drawer)}.admin-detail-drawer .detail-section-card+.detail-section-card{margin-top:12px}.detail-section-card .ant-card-head{min-height:42px;padding-inline:16px}.detail-section-card .ant-card-head-title{color:var(--admin-text-heading);font-size:14px;font-weight:600}.detail-section-card .ant-card-body{padding:var(--detail-section-padding-y) var(--detail-section-padding-x)}.detail-section-heading{display:flex;min-width:0;flex-direction:column;gap:2px}.detail-section-heading>.ant-typography{font-size:12px;font-weight:400}.detail-descriptions .ant-descriptions-view table{width:100%;table-layout:fixed}.detail-descriptions .ant-descriptions-item{vertical-align:top}.detail-descriptions .ant-descriptions-item{padding-bottom:10px}.detail-descriptions .ant-descriptions-item-label{width:var(--detail-label-width);padding-inline-end:12px;color:var(--detail-label-color);font-size:var(--detail-label-size);white-space:nowrap}.detail-descriptions .ant-descriptions-item-content{min-width:0;color:var(--detail-value-color);font-size:var(--detail-font-size);overflow-wrap:anywhere;word-break:normal}.detail-descriptions .ant-descriptions-row:last-child>.ant-descriptions-item{padding-bottom:0}.detail-field-identifier{display:inline-block;width:100%;max-width:100%;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;vertical-align:top;white-space:nowrap}.detail-field-identifier .ant-typography-copy,.detail-summary-identifier .ant-typography-copy{margin-inline-start:6px}.detail-summary-identifier{display:inline-block;width:100%;max-width:100%;vertical-align:top;white-space:nowrap}.detail-field-tabular{font-variant-numeric:tabular-nums;white-space:nowrap}.detail-field-breakable{overflow-wrap:anywhere;word-break:break-word}.detail-field-tags{max-width:100%}.detail-field-long-text.ant-typography{margin:0;line-height:var(--detail-line-height);white-space:pre-wrap;overflow-wrap:anywhere}.detail-subheading.ant-typography{margin:26px 0 12px;padding-top:22px;border-top:1px solid var(--admin-border-subtle)}.entity-summary-card{margin-bottom:12px}.entity-summary-card .ant-card-body{padding:18px 20px}.entity-summary-content{display:flex;align-items:flex-start;gap:12px;min-width:0}.entity-summary-icon{display:grid;width:42px;height:42px;flex:none;place-items:center;border-radius:var(--admin-radius-lg);background:var(--admin-color-primary-subtle);color:var(--admin-icon-accent);font-size:19px}.entity-summary-content h3.ant-typography,.entity-summary-card h3.ant-typography{margin:0;color:var(--admin-text-heading);font-size:19px;font-weight:600;line-height:1.4}.entity-summary-copy{min-width:0}.park-lead-summary-meta .ant-tag{margin-inline-end:0}.detail-long-text-card{margin-top:12px}.detail-long-text-card .ant-card-head{min-height:42px;padding-inline:16px}.detail-long-text-card .ant-card-head-title{color:var(--admin-text-heading);font-size:14px}.detail-long-text-card .ant-card-body{padding:14px 16px}.detail-long-text-card .ant-typography{margin:0;color:var(--admin-text-body);line-height:1.8;white-space:pre-wrap}.platform-binding-card{margin-bottom:10px}.platform-binding-card .ant-card-head{min-height:42px;padding-inline:14px}.platform-binding-card .ant-card-head-title{font-size:14px}.platform-binding-card .ant-card-body{padding:12px 14px}.platform-binding-card .ant-tag{margin-inline-end:0}.park-lead-detail-drawer .ant-drawer-body,.update-preview-drawer .ant-drawer-body{padding:16px;background:var(--admin-bg-drawer)}.park-lead-detail-layout{display:grid;gap:14px}.park-lead-detail-tabs>.ant-tabs-nav{margin-bottom:14px;padding:0 4px;border-radius:var(--admin-radius-md);background:var(--admin-bg-container)}.park-lead-detail-tabs>.ant-tabs-content-holder{min-width:0}.structured-detail-content,.update-preview-content{display:grid;gap:12px}.structured-detail-content>.entity-summary-card,.update-preview-content>.entity-summary-card{margin-bottom:0}.structured-detail-card .ant-card-head{min-height:42px;padding-inline:16px}.structured-detail-card .ant-card-head-title{font-size:14px}.structured-detail-card .ant-card-body{padding:14px 16px}.structured-detail-card .ant-descriptions-item-label{color:var(--admin-text-label)}.detail-json-descriptions .ant-descriptions-item-label{width:138px}.operator-summary-descriptions .ant-descriptions-view table,.business-license-descriptions .ant-descriptions-view table{width:100%;table-layout:fixed}.operator-summary-descriptions .ant-descriptions-item-content,.business-license-descriptions .ant-descriptions-item-content{min-width:0;overflow-wrap:anywhere;word-break:break-word}.business-license-section{margin-top:14px;padding-top:14px;border-top:1px solid var(--admin-border-subtle)}.business-license-title{display:block;margin-bottom:12px;color:var(--admin-text-heading);font-size:14px;font-weight:600}.detail-record-list{display:grid;gap:10px}.detail-record-card{padding:12px 14px;border:1px solid var(--admin-border-subtle);border-radius:var(--admin-radius-md);background:var(--admin-bg-subtle)}.detail-record-card .detail-json-descriptions .ant-descriptions-view{background:transparent}.detail-long-text-stack{display:grid;gap:12px}.detail-long-text-stack-bordered{margin-top:10px;padding-top:12px;border-top:1px solid var(--admin-border-subtle)}.detail-long-text-block{padding:13px 15px;border-radius:var(--admin-radius-md);background:var(--admin-bg-subtle)}.detail-long-text-label{display:block;margin-bottom:7px;color:var(--admin-text-label);font-size:13px;font-weight:600}.detail-long-text-block .ant-typography{margin:0;color:var(--admin-text-body);line-height:1.8;white-space:pre-wrap}.detail-system-card{border-style:dashed!important;background:var(--admin-gray-25)}.detail-system-card .ant-card-head{min-height:40px;padding-inline:16px}.detail-system-card .ant-card-head-title{color:var(--admin-text-label);font-size:13px;font-weight:500}.industry-miniapp-code-preview{display:flex;min-height:330px;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:18px;text-align:center}.detail-system-card .ant-card-body{padding:12px 16px}.update-preview-card .ant-card-head{min-height:42px;padding-inline:16px}.update-preview-card .ant-card-head-title{font-size:14px}.update-preview-card .ant-card-body{padding:18px 20px}.enterprise-detail-drawer .ant-drawer-body{padding:16px;background:var(--admin-bg-drawer)}.enterprise-compact-upload .ant-upload-drag{height:220px}.national-industry-stats{margin-bottom:12px}.national-industry-table-card{overflow:hidden}.national-industry-toolbar{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;border-bottom:1px solid var(--admin-border);color:var(--admin-text-secondary)}.enterprise-compact-upload .ant-upload-btn{padding:24px 16px!important}.enterprise-detail-layout{display:grid;gap:12px}.enterprise-detail-tabs>.ant-tabs-nav{margin-bottom:12px}.enterprise-detail-content{display:grid;gap:12px}.enterprise-detail-content>.ant-card{overflow:hidden}.enterprise-tyc-summary{padding:18px 20px;border:1px solid var(--admin-border);border-radius:var(--admin-radius-md);background:#fff}.enterprise-tyc-summary-copy{display:grid;gap:7px;min-width:0}.enterprise-tyc-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px;padding:12px 10px;border:1px solid #e2edf5;background:#f5f9fd}.enterprise-tyc-summary-grid>div{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:8px;min-width:0;padding:6px 10px;color:var(--admin-text-body)}.enterprise-tyc-summary-grid>div>span:first-child{color:var(--admin-text-label);white-space:nowrap}.enterprise-tyc-summary-grid strong{min-width:0;font-weight:400;overflow-wrap:anywhere}.enterprise-tyc-summary-grid .enterprise-value-list,.enterprise-tyc-summary-grid .enterprise-website-list{display:grid;min-width:0;gap:2px}.enterprise-tyc-summary-grid .enterprise-value-list>.ant-typography,.enterprise-tyc-summary-grid .enterprise-website-list>.ant-typography{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-tyc-descriptions .ant-descriptions-view{border-color:#dbe8f1;border-radius:0}.enterprise-tyc-descriptions .ant-descriptions-row{border-color:#dbe8f1}.enterprise-tyc-descriptions .ant-descriptions-item-label{width:126px;padding:10px 12px!important;border-color:#dbe8f1!important;background:#eef6fb!important;color:#536273;font-weight:400;white-space:nowrap}.enterprise-tyc-descriptions .ant-descriptions-item-content{min-width:0;padding:10px 12px!important;border-color:#dbe8f1!important;background:#fff;color:var(--admin-text-body);line-height:1.65;overflow-wrap:anywhere}.enterprise-tyc-descriptions .ant-descriptions-item-content .ant-typography{margin:0;line-height:1.75;white-space:pre-wrap}.enterprise-industry-current{display:inline-flex;max-width:100%;align-items:center;gap:5px;cursor:default}.enterprise-industry-current>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-industry-current>.ant-typography{flex:none;color:var(--admin-text-muted);font-size:12px;white-space:nowrap}.enterprise-industry-current>.anticon{flex:none;color:var(--admin-text-muted);font-size:10px;transition:transform .16s ease}.enterprise-industry-current:hover>.anticon{transform:rotate(180deg)}.enterprise-industry-path{display:flex;max-width:640px;align-items:center;flex-wrap:wrap;gap:4px;color:var(--admin-text-secondary);font-size:13px;line-height:1.8}.enterprise-industry-path>span{display:inline-flex;align-items:center;gap:4px}.enterprise-industry-path i{color:#9aa8b8;font-style:normal}.enterprise-email-popover{max-height:260px;min-width:220px;overflow-y:auto;padding:2px 0}.enterprise-summary-card .ant-card-body{padding:18px 20px}.enterprise-summary-title{display:flex;align-items:flex-start;gap:12px;min-width:0}.enterprise-avatar{display:grid;width:42px;height:42px;flex:none;place-items:center;border-radius:var(--admin-radius-lg);background:var(--admin-color-primary-subtle);color:var(--admin-icon-accent);font-size:19px}.enterprise-summary-title h3.ant-typography{max-width:560px;margin:0;color:var(--admin-text-heading);font-size:19px;font-weight:600;line-height:1.4}.enterprise-credit-code{display:flex;align-items:center;gap:10px;margin-top:5px}.enterprise-credit-code>.ant-typography:last-child{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.enterprise-highlight-descriptions{margin-top:18px;padding-top:16px;border-top:1px solid var(--admin-border-subtle)}.enterprise-highlight-descriptions .ant-descriptions-view table{width:100%;table-layout:fixed}.enterprise-highlight-descriptions .ant-descriptions-item{vertical-align:top}.enterprise-highlight-descriptions .ant-descriptions-item-container{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center}.enterprise-highlight-descriptions .ant-descriptions-item-label{color:var(--admin-text-label);font-size:12px;white-space:nowrap}.enterprise-highlight-descriptions .ant-descriptions-item-content{min-width:0;padding-bottom:0;color:var(--admin-text-heading);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enterprise-detail-card .ant-card-head{min-height:42px;padding-inline:16px;background:var(--admin-bg-surface)}.enterprise-detail-card .ant-card-head-title{font-size:14px}.enterprise-detail-card .ant-card-body{padding:14px 16px 16px}.enterprise-detail-card .ant-descriptions-item-label{width:92px;color:var(--admin-text-label)}.enterprise-detail-card .ant-descriptions-item-content{color:var(--admin-text-body)}.enterprise-communication-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;padding-top:12px;border-top:1px solid var(--admin-border-subtle)}.enterprise-communication-block{min-width:0;padding:12px;border-radius:var(--admin-radius-md);background:var(--admin-bg-subtle)}.enterprise-communication-label{display:block;margin-bottom:8px;color:var(--admin-text-label);font-size:12px;font-weight:500}.enterprise-contact-list,.enterprise-value-list{display:grid;gap:8px}.enterprise-contact{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-width:0}.enterprise-contact>.ant-typography:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-value-list>.ant-typography{overflow-wrap:anywhere}.enterprise-website-row{display:grid;grid-template-columns:92px 1fr;gap:8px;margin-top:12px;padding:0 4px}.enterprise-website-row .enterprise-communication-label{margin:0}.enterprise-long-text{margin-top:8px;padding:14px 16px;border-radius:var(--admin-radius-md);background:var(--admin-bg-subtle)}.enterprise-long-text-label{display:block;margin-bottom:8px;color:var(--admin-text-label);font-size:13px;font-weight:600}.enterprise-long-text .ant-typography{margin:0;color:var(--admin-text-body);line-height:1.8;white-space:pre-wrap}.enterprise-system-card{border-style:dashed!important;background:var(--admin-gray-25)}.enterprise-system-card .ant-card-head{min-height:40px;padding-inline:16px}.enterprise-system-card .ant-card-head-title{color:var(--admin-text-label);font-size:13px;font-weight:500}.enterprise-system-card .ant-card-body{padding:12px 16px}.enterprise-system-card .ant-descriptions-item-label{color:var(--admin-text-muted)}.ant-tabs .ant-tabs-nav:before{border-bottom-color:var(--admin-border-subtle)}.menu-permission-tree{padding:12px 14px;border:1px solid var(--admin-border);border-radius:var(--admin-radius-md);background:var(--admin-bg-subtle)}.menu-permission-tree .ant-tree-treenode{padding-block:3px}.interface-config-page{max-width:1180px;margin-inline:auto}.system-config-page{max-width:960px;margin-inline:auto}.config-alert,.config-card{margin-bottom:14px}.interface-config-tabs>.ant-tabs-nav{min-width:190px;margin:0 24px 0 0;padding:8px;border:1px solid var(--admin-border-subtle);border-radius:var(--admin-radius-lg);background:var(--admin-bg-subtle)}.interface-config-tabs>.ant-tabs-nav .ant-tabs-tab{margin:0!important;padding:10px 12px;border-radius:var(--admin-radius-md)}.interface-config-tabs>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-top:2px!important}.interface-config-tabs>.ant-tabs-nav .ant-tabs-tab-active{background:var(--admin-bg-selected)}.interface-config-tabs>.ant-tabs-content-holder{min-width:0}.system-config-tabs>.ant-tabs-nav{margin-bottom:14px}.config-content-section{padding:20px;border:1px solid var(--admin-border-subtle);border-radius:var(--admin-radius-lg);background:var(--admin-bg-surface)}.config-section-title{margin:0 0 16px;color:var(--admin-text-heading);font-size:16px;font-weight:600}.interface-config-page .ant-pro-form-group-container{gap:0 18px}.interface-config-page .ant-form-item{max-width:100%}.ai-assistant-page{height:calc(100vh - 146px);min-height:600px;display:flex;flex-direction:column}.assistant-config-alert{margin-bottom:12px}.ai-assistant-shell{min-height:0;flex:1;display:grid;grid-template-columns:260px 1fr;background:var(--admin-bg-surface);border:1px solid var(--admin-border-subtle);border-radius:var(--admin-radius-lg);overflow:hidden;box-shadow:none}.assistant-sidebar{padding:12px;border-right:1px solid var(--admin-border-subtle);overflow:auto}.assistant-sidebar>.ant-btn{height:40px;background:var(--admin-color-primary-subtle);border-color:var(--admin-border)}.assistant-history{margin-top:18px}.assistant-history section+section{margin-top:18px}.assistant-history-label{padding:0 8px 7px;color:var(--admin-text-muted);font-size:13px}.assistant-history-row{position:relative;display:flex;align-items:center}.assistant-history-item{min-width:0;flex:1;height:40px;padding:0 38px 0 9px;border:0;border-radius:var(--admin-radius-md);background:transparent;display:flex;align-items:center;gap:7px;color:var(--admin-text-body);cursor:pointer;text-align:left;font:inherit}.assistant-history-item span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistant-history-item:hover{background:var(--admin-bg-hover)}.assistant-history-item.active{background:var(--admin-bg-selected);color:var(--admin-text-heading);font-weight:500}.assistant-history-delete{position:absolute;right:4px;opacity:0;transition:opacity .2s}.assistant-history-row:hover .assistant-history-delete,.assistant-history-delete:focus{opacity:1}.assistant-chat-main{min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--admin-bg-surface)}.assistant-empty-stage{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 5% 10vh}.assistant-welcome{display:flex;align-items:center;gap:14px;margin-bottom:32px;color:var(--admin-text-heading);font-size:30px}.assistant-welcome>.anticon{color:var(--admin-icon-accent);font-size:34px}.assistant-messages{flex:1;overflow:auto;padding:28px max(32px,8%)}.assistant-message{display:flex;gap:11px;margin-bottom:22px;align-items:flex-start}.assistant-message.user{flex-direction:row-reverse}.assistant-message .ant-avatar{flex:none;background:var(--admin-color-primary-subtle);color:var(--admin-icon-accent)}.assistant-message.user .ant-avatar{background:var(--admin-bg-hover);color:var(--admin-icon)}.assistant-message-content{max-width:78%;padding:11px 14px;border-radius:var(--admin-radius-md);background:var(--admin-bg-subtle);line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.assistant-message-content .markdown-preview{white-space:normal}.assistant-message.user .assistant-message-content{background:var(--admin-color-primary-subtle)}.assistant-reasoning{margin:0 0 10px;padding:9px 11px;border-left:3px solid var(--admin-border);border-radius:var(--admin-radius-md);background:var(--admin-bg-subtle);color:var(--admin-text-label);font-size:13px}.assistant-reasoning-title{display:flex;align-items:center;gap:6px;margin-bottom:5px;color:var(--admin-text-body);font-weight:600}.assistant-reasoning-content{color:inherit;font-size:13px}.assistant-answer{color:var(--admin-text-body)}.assistant-composer{position:relative;width:min(840px,calc(100% - 48px));margin:0 auto 24px;padding:3px;border:1px solid var(--admin-border);border-radius:var(--admin-radius-lg);background:var(--admin-bg-surface);box-shadow:var(--admin-shadow-nav)}.assistant-empty-stage .assistant-composer{margin:0}.assistant-composer textarea.ant-input{padding:11px 48px 11px 11px;border:0!important;box-shadow:none!important;resize:none}.assistant-send{position:absolute;right:10px;bottom:10px}#nprogress{pointer-events:none}#nprogress .bar{background:var(--admin-color-primary);height:2px;position:fixed;z-index:2000;top:0;left:0;width:100%}#nprogress .peg{box-shadow:none}.route-transition{position:relative;min-height:calc(100vh - 104px);background:transparent;border:0}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .16s ease}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .12s ease}@media(max-width:1100px){.login-page{grid-template-columns:1fr 1fr}.login-brand{padding:64px 56px}.login-capability{padding-inline:13px}.login-panel{padding-inline:36px}}@media(max-width:1000px){.admin-page-header{align-items:stretch;flex-direction:column}.admin-page-header-actions{justify-content:flex-start}.interface-config-tabs>.ant-tabs-nav{min-width:0;margin:0 0 16px;padding:0;border:0;border-radius:0;background:transparent}.interface-config-tabs>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-top:0!important}.interface-config-tabs>.ant-tabs-nav .ant-tabs-tab-active{background:transparent}}@media(max-width:800px){.login-page{grid-template-columns:1fr}.login-brand{display:none}.login-panel{padding:28px}.login-panel>form{width:100%;max-width:390px}.page-heading{display:block}.page-heading h2{margin-bottom:2px}.ant-pro-layout .ant-layout-content{padding:12px!important}.content{padding:16px 14px;border-radius:6px}.admin-page-header{gap:12px;margin-bottom:16px}.admin-page-header-copy h2.ant-typography{font-size:20px}.admin-page-header-actions{width:100%}.applied-filters{align-items:flex-start;flex-direction:column}.common-filter-popover{width:min(340px,calc(100vw - 32px))}.common-filter-search{width:min(300px,calc(100vw - 80px))}.common-filter-row{align-items:stretch;flex-wrap:wrap}.common-filter-field{width:100%}.common-filter-value{width:calc(100% - 42px)}.ant-pro-table .ant-pro-table-list-toolbar-container{align-items:flex-start;gap:8px;flex-direction:column}.ant-pro-table .ant-pro-table-list-toolbar-right{width:100%;justify-content:flex-start}.admin-form-drawer .ant-drawer-body{padding:10px}.admin-form-drawer .ant-drawer-footer{padding:10px 14px}.admin-form-section{padding:14px}.admin-form-section-heading{margin-bottom:14px;padding-bottom:10px}.detail-drawer .ant-drawer-body{padding:var(--detail-mobile-padding)}.detail-drawer-summary .ant-card-body{padding:16px}.detail-drawer-summary-content{gap:10px}.detail-drawer-summary-copy h3.ant-typography{font-size:17px}.detail-descriptions .ant-descriptions-item-label{width:86px}.admin-detail-drawer .ant-drawer-body{padding:10px}.entity-summary-card .ant-card-body{padding:16px}.entity-summary-content{gap:10px}.entity-summary-content h3.ant-typography,.entity-summary-card h3.ant-typography{font-size:17px}.park-lead-detail-drawer .ant-drawer-body,.update-preview-drawer .ant-drawer-body,.enterprise-detail-drawer .ant-drawer-body{padding:10px}.enterprise-summary-card .ant-card-body{padding:16px}.enterprise-summary-title{gap:10px}.enterprise-summary-title h3.ant-typography{font-size:17px}.enterprise-credit-code{align-items:flex-start;flex-direction:column;gap:2px}.enterprise-highlight-descriptions{margin-top:14px;padding-top:12px}.enterprise-detail-card .ant-descriptions-item-label{width:82px}.enterprise-communication-grid{grid-template-columns:1fr}.enterprise-contact{align-items:flex-start;flex-direction:column;gap:2px}.enterprise-website-row{grid-template-columns:82px 1fr}.ai-assistant-page{height:calc(100vh - 74px);min-height:520px}.ai-assistant-shell{grid-template-columns:1fr}.assistant-sidebar{display:none}.assistant-welcome{font-size:23px}.assistant-messages{padding:20px 14px}.assistant-message-content{max-width:86%}.assistant-composer{width:calc(100% - 28px);margin-bottom:14px}}@media(max-width:800px){.login-panel{padding:72px 18px 24px}.lang-switch.ant-btn{right:18px;top:20px}.login-card>.ant-card-body{padding:32px 24px 28px}.login-card.ant-card .ant-pro-form-login-title{font-size:25px}.login-card.ant-card .ant-pro-form-login-desc{margin-bottom:28px}}@media(max-width:800px){.enterprise-tyc-summary{padding:15px}.enterprise-tyc-summary-grid{grid-template-columns:1fr}.enterprise-tyc-descriptions .ant-descriptions-item-label{width:104px}}@media(prefers-reduced-motion:reduce){.fade-enter-active,.fade-exit-active,.assistant-history-delete{transition:none}}
