/*!
 * 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}:root{--gw-primary:#2563EB;--gw-primary-2:#3B82F6;--gw-primary-dark:#1D4ED8;--gw-purple:#7C3AED;--gw-purple-2:#8B5CF6;--gw-cyan:#06B6D4;--gw-accent:#06B6D4;--gw-gradient:linear-gradient(135deg,#2563EB,#7C3AED);--gw-gradient-soft:linear-gradient(135deg,#3B82F6,#8B5CF6);--gw-gradient-cyan:linear-gradient(135deg,#22D3EE,#06B6D4);--gw-dark-1:#0A1628;--gw-dark-2:#0A2540;--gw-dark-3:#1A365D;--gw-dark-grad:linear-gradient(120deg,#0A2540,#1A365D);--gw-ink:#0F172A;--gw-muted:#64748B;--gw-bg:#ffffff;--gw-bg-soft:#F8FAFC;--gw-bg-tint:#EEF2FF;--gw-border:#E2E8F0;--gw-radius:16px;--gw-shadow:0 10px 30px rgba(15,23,42,.08);--gw-shadow-lg:0 20px 50px rgba(15,23,42,.14);--gw-max:1180px}html{scroll-behavior:smooth}.gw-site{font-family:PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;color:var(--gw-ink);background:var(--gw-bg);line-height:1.7;-webkit-font-smoothing:antialiased}.gw-site a{color:inherit;text-decoration:none}.gw-site img{max-width:100%;display:block}.gw-site .wrap{max-width:var(--gw-max);margin:0 auto;padding:0 22px}.gw-site .section{padding:84px 0}.gw-site .section.soft{background:var(--gw-bg-soft)}.gw-site .section.tint{background:var(--gw-bg-tint)}.gw-site .eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.12em;color:var(--gw-primary);text-transform:uppercase;margin-bottom:14px;background:#2563eb1a;padding:5px 14px;border-radius:999px}.gw-site h1{font-size:46px;line-height:1.2;font-weight:800;letter-spacing:-.01em}.gw-site h2{font-size:34px;line-height:1.25;font-weight:800;margin-bottom:14px;letter-spacing:-.01em}.gw-site h3{font-size:20px;font-weight:700}.gw-site .lead{font-size:18px;color:var(--gw-muted);max-width:680px}.gw-site .center{text-align:center}.gw-site .center .lead{margin:0 auto}.gw-site header{position:sticky;top:0;z-index:50;background:var(--gw-dark-grad);-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:2px solid transparent;border-image:linear-gradient(90deg,transparent,#3B82F6,#8B5CF6,#06B6D4,#8B5CF6,#3B82F6,transparent) 1;box-shadow:0 0 20px #3b82f626,0 0 60px #8b5cf614,0 8px 28px #0a254059;overflow:hidden}.gw-site header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(59,130,246,.03) 2px,rgba(59,130,246,.03) 4px);animation:cyberScan 8s linear infinite}@keyframes cyberScan{0%{transform:translateY(0)}to{transform:translateY(4px)}}.gw-site header:before{content:"";position:absolute;top:0;left:-100%;width:300%;height:2px;z-index:1;background:linear-gradient(90deg,transparent,#3B82F6,#fff,#8B5CF6,#06B6D4,transparent);animation:neonFlow 5s linear infinite;opacity:.7}@keyframes neonFlow{0%{left:-100%}to{left:100%}}.gw-site .nav{display:flex;align-items:center;justify-content:space-between;height:68px}.gw-site .brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;position:relative;z-index:2}.gw-site .brand-logo{height:34px;width:auto;object-fit:contain;filter:drop-shadow(0 0 8px rgba(59,130,246,.3))}.gw-site .brand-badge{font-size:11px;font-weight:800;color:#fff;background:var(--gw-gradient);padding:2px 8px;border-radius:6px;letter-spacing:.06em;box-shadow:0 4px 12px #7c3aed59,0 0 12px #3b82f64d;white-space:nowrap;animation:badgePulse 3s ease-in-out infinite}@keyframes badgePulse{0%,to{box-shadow:0 4px 12px #7c3aed59,0 0 12px #3b82f64d}50%{box-shadow:0 4px 16px #7c3aed80,0 0 20px #3b82f680,0 0 32px #06b6d440}}.gw-site footer .brand-logo{height:28px}.gw-site .nav-links{display:flex;gap:26px;align-items:center;position:relative;z-index:2}.gw-site .nav-links a{font-size:15px;color:#94a3b8;font-weight:600;transition:.25s;position:relative;padding:4px 0;text-shadow:0 0 0 transparent}.gw-site .nav-links a:hover{color:#fff;text-shadow:0 0 8px rgba(59,130,246,.7),0 0 20px rgba(139,92,246,.5),0 0 40px rgba(6,182,212,.3);animation:cyberGlitch .3s ease}.gw-site .nav-links a.active{color:#fff;font-weight:800;text-shadow:0 0 10px rgba(59,130,246,.8),0 0 24px rgba(139,92,246,.5)}.gw-site .nav-links a.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4);border-radius:1px;box-shadow:0 0 8px #3b82f699}@keyframes cyberGlitch{0%{transform:translate(0)}20%{transform:translate(-2px,1px);text-shadow:.5px 0 #f33,-.5px 0 #3bf}40%{transform:translate(2px,-1px);text-shadow:-.5px 0 #f33,.5px 0 #3bf}60%{transform:translate(-1px,2px)}80%{transform:translate(1px,-2px)}to{transform:translate(0);text-shadow:none}}.gw-site .btn{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:15px;padding:11px 22px;border-radius:999px;cursor:pointer;border:none;transition:.2s}.gw-site .btn-primary{background:var(--gw-primary);color:#fff;box-shadow:0 8px 20px #2563eb61}.gw-site .btn-primary:hover{background:var(--gw-primary-dark);transform:translateY(-2px)}.gw-site .btn-gradient{background:var(--gw-gradient);color:#fff;box-shadow:0 10px 26px #7c3aed57}.gw-site .btn-gradient:hover{filter:brightness(1.07);transform:translateY(-2px);box-shadow:0 16px 36px #7c3aed75}.gw-site .btn-ghost{background:transparent;color:var(--gw-primary);border:1.5px solid var(--gw-border)}.gw-site .btn-ghost:hover{border-color:var(--gw-primary);background:#2563eb0f}.gw-site .menu-btn{display:none;background:none;border:none;font-size:26px;color:#fff;cursor:pointer}.gw-site .hero{position:relative;overflow:hidden;background:radial-gradient(900px 520px at 88% -10%,rgba(59,130,246,.16),transparent 60%),radial-gradient(820px 520px at 0% 8%,rgba(139,92,246,.14),transparent 55%),linear-gradient(180deg,#f7faff,#fff);padding:96px 0 84px}.gw-site .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.gw-site .hero-bg .grid-lines{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background-image:linear-gradient(rgba(37,99,235,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 1px);background-size:46px 46px;animation:gwGridMove 20s linear infinite;-webkit-mask-image:radial-gradient(120% 120% at 82% 0%,#000 28%,transparent 76%);mask-image:radial-gradient(120% 120% at 82% 0%,#000 28%,transparent 76%)}@keyframes gwGridMove{0%{background-position:0 0}to{background-position:46px 46px}}.gw-site .hero-bg .glow{position:absolute;border-radius:50%;filter:blur(64px);opacity:.55;animation:gwFloat 15s ease-in-out infinite}.gw-site .hero-bg .glow.b1{width:440px;height:440px;right:-70px;top:-130px;background:radial-gradient(circle,#3B82F6,transparent 70%)}.gw-site .hero-bg .glow.b2{width:380px;height:380px;left:-90px;top:70px;background:radial-gradient(circle,#8B5CF6,transparent 70%);animation-delay:-6s}.gw-site .hero-bg .glow.b3{width:300px;height:300px;right:28%;bottom:-130px;background:radial-gradient(circle,#06B6D4,transparent 70%);animation-delay:-3s}@keyframes gwFloat{0%,to{transform:translate(0)}50%{transform:translate(24px,-20px)}}.gw-site .hero .wrap{position:relative;z-index:1}.gw-site .hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.gw-site .hero h1{margin-bottom:20px;position:relative}.gw-site .hero h1 .hl{background:var(--gw-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative}.gw-site .hero h1 .hl:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:5px;border-radius:5px;background:var(--gw-gradient)}.gw-site .hero .lead{margin-bottom:30px}.gw-site .hero-cta{display:flex;gap:14px;flex-wrap:wrap}.gw-site .hero-card{background:#fff;border:1px solid var(--gw-border);border-radius:22px;padding:26px;box-shadow:var(--gw-shadow-lg)}.gw-site .hero-right{display:flex;flex-direction:column}.gw-site .ai-compact .ai-body{height:200px}.gw-site .ai-compact .ai-suggest{display:flex;padding:10px 14px;gap:6px}.gw-site .ai-compact .ai-suggest button{font-size:12px;padding:5px 10px}.gw-site .ai-fallback{border-left:3px solid var(--gw-primary);background:#f3f7ff}.gw-site .ai-call{display:inline-block;margin-top:8px;font-weight:700;color:var(--gw-primary);text-decoration:none}.gw-site .ai-call:hover{text-decoration:underline}.gw-site .ai-compact{max-width:100%;margin:0;border-radius:20px;box-shadow:var(--gw-shadow-lg)}.gw-site .hero-card .row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed var(--gw-border)}.gw-site .hero-card .row:last-child{border-bottom:none}.gw-site .hero-card .k{color:var(--gw-muted);font-size:14px}.gw-site .hero-card .v{font-weight:800;font-size:16px}.gw-site .pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.gw-site .pill{font-size:12.5px;font-weight:600;color:var(--gw-primary);background:#2563eb1a;padding:5px 11px;border-radius:999px}.gw-site .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:8px}.gw-site .stat{text-align:center;padding:28px 14px;background:#fff;border:1px solid var(--gw-border);border-radius:var(--gw-radius);display:flex;flex-direction:column;align-items:center;gap:8px;transition:.25s;box-shadow:var(--gw-shadow)}.gw-site .stat:hover{transform:translateY(-4px);box-shadow:var(--gw-shadow-lg)}.gw-site .stat .s-ico{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;color:#fff;font-size:23px;background:var(--gw-gradient-soft);box-shadow:0 8px 18px #2563eb40;margin-bottom:4px}.gw-site .stat .num{font-size:40px;font-weight:900;background:var(--gw-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.gw-site .stat .lbl{color:var(--gw-muted);font-size:14px;margin-top:2px;font-weight:600}.gw-site .grid{display:grid;gap:22px}.gw-site .cols-3{grid-template-columns:repeat(3,1fr)}.gw-site .cols-2{grid-template-columns:repeat(2,1fr)}.gw-site .cols-4{grid-template-columns:repeat(4,1fr)}.gw-site .card{background:#fff;border:1px solid var(--gw-border);border-top:4px solid var(--gw-primary);border-radius:var(--gw-radius);padding:26px;transition:.25s;box-shadow:var(--gw-shadow)}.gw-site .card.accent-blue{border-top-color:var(--gw-primary)}.gw-site .card.accent-purple{border-top-color:var(--gw-purple)}.gw-site .card.accent-cyan{border-top-color:var(--gw-cyan)}.gw-site .card.accent-green{border-top-color:#10b981}.gw-site .card:hover{transform:translateY(-6px);box-shadow:var(--gw-shadow-lg)}.gw-site .card.accent-blue:hover{box-shadow:0 22px 50px #2563eb2e}.gw-site .card.accent-purple:hover{box-shadow:0 22px 50px #7c3aed2e}.gw-site .card.accent-cyan:hover{box-shadow:0 22px 50px #06b6d42e}.gw-site .card.accent-green:hover{box-shadow:0 22px 50px #10b9812e}.gw-site .card .ico{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:var(--gw-gradient-soft);color:#fff;font-size:22px;margin-bottom:16px;box-shadow:0 8px 18px #2563eb40}.gw-site .card.accent-purple .ico{background:var(--gw-gradient);box-shadow:0 8px 18px #7c3aed40}.gw-site .card.accent-cyan .ico{background:var(--gw-gradient-cyan);box-shadow:0 8px 18px #06b6d440}.gw-site .card.accent-green .ico{background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 8px 18px #10b98140}.gw-site .card h3{margin-bottom:8px}.gw-site .card p{color:var(--gw-muted);font-size:14.5px}.gw-site .system-block{margin-bottom:40px}.gw-site .system-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.gw-site .system-head .tag{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#fff;font-size:22px;background:var(--gw-gradient)}.gw-site .system-head h3{font-size:22px}.gw-site .system-head .desc{color:var(--gw-muted);font-size:14px;margin-top:2px}.gw-site .mods{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gw-site .mod{background:#fff;border:1px solid var(--gw-border);border-radius:12px;padding:14px 16px;font-weight:600;font-size:14.5px;display:flex;align-items:center;gap:9px;transition:.2s}.gw-site .mod:hover{border-color:var(--gw-primary);background:var(--gw-bg-soft)}.gw-site .mod .dot{width:8px;height:8px;border-radius:50%;background:var(--gw-cyan);flex:none}.gw-site .case{background:#fff;border:1px solid var(--gw-border);border-radius:14px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:.2s}.gw-site .case:hover{transform:translateY(-3px);box-shadow:var(--gw-shadow);border-color:#2563eb59}.gw-site .case .name{font-weight:700;font-size:16px}.gw-site .case .cat{font-size:12px;color:#fff;background:var(--gw-primary);padding:3px 10px;border-radius:999px;font-weight:600}.gw-site .faq-item{background:#fff;border:1px solid var(--gw-border);border-radius:14px;margin-bottom:14px;overflow:hidden}.gw-site .faq-item summary{cursor:pointer;padding:18px 22px;font-weight:700;font-size:16.5px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}.gw-site .faq-item summary::-webkit-details-marker{display:none}.gw-site .faq-item summary .plus{color:var(--gw-primary);font-size:22px;transition:.2s;flex:none}.gw-site .faq-item[open] summary .plus{transform:rotate(45deg)}.gw-site .faq-item .ans{padding:0 22px 20px;color:var(--gw-muted);font-size:15px}.gw-site .contact-centered{max-width:560px;margin:0 auto}.gw-site .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.gw-site .contact-info .item{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px dashed var(--gw-border)}.gw-site .contact-info .item:last-child{border-bottom:none}.gw-site .contact-info .ic{width:40px;height:40px;border-radius:10px;background:#2563eb1f;color:var(--gw-primary);display:grid;place-items:center;font-size:20px;flex:none}.gw-site .contact-info .item .t{font-weight:700}.gw-site .contact-info .item .s{color:var(--gw-muted);font-size:14px}.gw-site .phone-big{font-size:26px;font-weight:900;color:var(--gw-primary)}.gw-site form.contact-form{background:#fff;border:1px solid var(--gw-border);border-radius:var(--gw-radius);padding:26px;box-shadow:var(--gw-shadow)}.gw-site form.contact-form label{display:block;font-size:13px;font-weight:700;margin:14px 0 6px;color:var(--gw-ink)}.gw-site form.contact-form label:first-child{margin-top:0}.gw-site form.contact-form input,.gw-site form.contact-form textarea{width:100%;padding:12px 14px;border:1px solid var(--gw-border);border-radius:10px;font-size:15px;font-family:inherit;color:var(--gw-ink);background:#fbfdff}.gw-site form.contact-form input:focus,.gw-site form.contact-form textarea:focus{outline:none;border-color:var(--gw-primary);background:#fff}.gw-site form.contact-form textarea{resize:vertical;min-height:110px}.gw-site .note{font-size:12.5px;color:var(--gw-muted);margin-top:12px}.gw-site .page-hero{position:relative;overflow:hidden;background:radial-gradient(700px 420px at 90% -20%,rgba(59,130,246,.16),transparent 60%),radial-gradient(700px 420px at 0% 0%,rgba(139,92,246,.13),transparent 55%),linear-gradient(180deg,#f7faff,#fff);padding:64px 0 54px;border-bottom:1px solid var(--gw-border)}.gw-site .page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(37,99,235,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.05) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(120% 120% at 90% 0%,#000 18%,transparent 70%);mask-image:radial-gradient(120% 120% at 90% 0%,#000 18%,transparent 70%)}.gw-site .page-hero .wrap{position:relative;z-index:1}.gw-site .page-hero h1{margin-bottom:14px}.gw-site .breadcrumb{font-size:14px;color:var(--gw-muted);margin-bottom:16px}.gw-site .breadcrumb a:hover{color:var(--gw-primary)}.gw-site .breadcrumb .sep{margin:0 8px;opacity:.5}.gw-site .sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:42px;flex-wrap:wrap}.gw-site .sec-head .lead{margin:0}.gw-site .news-cats{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.gw-site .nc-tab{padding:8px 20px;border-radius:999px;font-size:14px;font-weight:600;background:var(--gw-bg-soft);color:var(--gw-muted);border:1px solid var(--gw-border);cursor:pointer;transition:.2s}.gw-site .nc-tab:hover{border-color:var(--gw-primary);color:var(--gw-primary)}.gw-site .nc-tab.active{background:var(--gw-gradient);color:#fff;border-color:transparent;box-shadow:0 4px 14px #7c3aed4d}.gw-site .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gw-site .news-card{background:#fff;border:1px solid var(--gw-border);border-radius:var(--gw-radius);overflow:hidden;transition:.25s;box-shadow:var(--gw-shadow);display:flex;flex-direction:column}.gw-site .news-card:hover{transform:translateY(-4px);box-shadow:var(--gw-shadow-lg);border-color:#2563eb59}.gw-site .news-card .cover{height:160px;background:var(--gw-gradient);display:grid;place-items:center;color:#fff;font-size:34px}.gw-site .news-card .body{padding:20px 22px;display:flex;flex-direction:column;gap:8px;flex:1}.gw-site .news-card .cat{font-size:12px;color:#fff;background:var(--gw-primary);padding:3px 10px;border-radius:999px;font-weight:600;align-self:flex-start}.gw-site .news-card h3{font-size:17px;line-height:1.4}.gw-site .news-card .summary{color:var(--gw-muted);font-size:14px;flex:1}.gw-site .news-card .meta{font-size:12.5px;color:var(--gw-muted)}.gw-site .news-detail{max-width:820px;margin:0 auto}.gw-site .news-detail .cover{height:280px;background:var(--gw-gradient);display:grid;place-items:center;color:#fff;font-size:56px;border-radius:var(--gw-radius);margin-bottom:26px}.gw-site .news-detail h1{font-size:34px;margin-bottom:10px}.gw-site .news-detail .meta{color:var(--gw-muted);font-size:14px;margin-bottom:24px}.gw-site .news-detail .content{font-size:16px;color:#1f2937;line-height:1.9}.gw-site .news-detail .content p{margin-bottom:16px}.gw-site .back-link{display:inline-flex;align-items:center;gap:6px;color:var(--gw-primary);font-weight:700;margin-bottom:20px}.gw-site .news-detail .kw-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 4px}.gw-site .news-detail .kw-tag{background:#eef2ff;color:var(--gw-primary);border:1px solid #dfe6ff;font-size:13px;padding:3px 12px;border-radius:999px;font-weight:600}.gw-site .news-detail .geo-faq{background:#f8fafc;border:1px solid #eef2f7;border-radius:var(--gw-radius);padding:22px 26px}.gw-site .news-detail .geo-title{font-size:20px;margin:0 0 14px;color:var(--gw-primary)}.gw-site .md-body{font-size:16px;color:#1f2937;line-height:1.9;word-break:break-word}.gw-site .md-body h1,.gw-site .md-body h2,.gw-site .md-body h3,.gw-site .md-body h4{line-height:1.35;margin:1.4em 0 .6em;font-weight:700;color:#0f172a}.gw-site .md-body h2{font-size:24px;border-left:4px solid var(--gw-primary);padding-left:12px}.gw-site .md-body h3{font-size:20px}.gw-site .md-body p{margin:0 0 16px}.gw-site .md-body ul,.gw-site .md-body ol{margin:0 0 16px;padding-left:1.5em}.gw-site .md-body li{margin-bottom:8px}.gw-site .md-body blockquote{margin:0 0 16px;padding:10px 16px;background:#f1f5f9;border-left:4px solid var(--gw-cyan);color:#475569;border-radius:6px}.gw-site .md-body a{color:var(--gw-primary);text-decoration:underline}.gw-site .md-body img{max-width:100%;border-radius:10px;margin:8px 0;box-shadow:0 4px 16px #0f172a14}.gw-site .md-body code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:14px;color:#be123c;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.gw-site .md-body pre{background:#0f172a;color:#e2e8f0;padding:16px;border-radius:10px;overflow:auto;margin:0 0 16px}.gw-site .md-body pre code{background:transparent;color:inherit;padding:0;box-shadow:none}.gw-site .md-body table{border-collapse:collapse;width:100%;margin:0 0 16px}.gw-site .md-body th,.gw-site .md-body td{border:1px solid #e2e8f0;padding:8px 12px;text-align:left}.gw-site .md-body th{background:#f8fafc}.gw-site .ai-chat{margin-top:38px;max-width:860px;margin-left:auto;margin-right:auto;background:#fff;border:1px solid var(--gw-border);border-radius:20px;overflow:hidden;box-shadow:var(--gw-shadow-lg);display:flex;flex-direction:column}.gw-site .ai-head{display:flex;align-items:center;gap:10px;padding:16px 20px;background:var(--gw-gradient);color:#fff;font-weight:700}.gw-site .ai-head .ai-dot{width:9px;height:9px;border-radius:50%;background:#7cffb2;box-shadow:0 0 0 4px #7cffb24d}.gw-site .ai-head .ai-status{margin-left:auto;font-size:12.5px;font-weight:600;opacity:.92}.gw-site .ai-head .ai-badge{font-size:11px;background:#ffffff38;padding:2px 9px;border-radius:999px;font-weight:700}.gw-site .ai-body{padding:18px 20px;height:300px;overflow-y:auto;background:var(--gw-bg-soft);display:flex;flex-direction:column;gap:12px}.gw-site .ai-msg{max-width:82%;padding:11px 15px;border-radius:14px;font-size:14.5px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.gw-site .ai-msg.ai{align-self:flex-start;background:#fff;border:1px solid var(--gw-border);border-bottom-left-radius:4px}.gw-site .ai-msg.user{align-self:flex-end;background:var(--gw-primary);color:#fff;border-bottom-right-radius:4px}.gw-site .ai-suggest{display:flex;flex-wrap:wrap;gap:8px;padding:12px 20px;border-top:1px solid var(--gw-border);background:#fff}.gw-site .ai-suggest button{font-size:13px;font-weight:600;color:var(--gw-primary);background:#2563eb1a;border:1px solid var(--gw-border);border-radius:999px;padding:6px 13px;cursor:pointer;transition:.2s}.gw-site .ai-suggest button:hover{background:#2563eb2e;border-color:var(--gw-primary)}.gw-site .ai-input{display:flex;gap:10px;padding:14px 20px;border-top:1px solid var(--gw-border);background:#fff}.gw-site .ai-input input{flex:1;padding:11px 14px;border:1px solid var(--gw-border);border-radius:10px;font-size:15px;font-family:inherit;background:#fbfdff}.gw-site .ai-input input:focus{outline:none;border-color:var(--gw-primary);background:#fff}.gw-site .ai-input button{background:var(--gw-primary);color:#fff;border:none;border-radius:10px;padding:0 22px;font-weight:700;cursor:pointer;transition:.2s}.gw-site .ai-input button:hover{background:var(--gw-primary-dark)}.gw-site footer{background:var(--gw-dark-1);color:#c7d2e8;padding:54px 0 28px;margin-top:0}.gw-site footer .f-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}.gw-site footer .brand{color:#fff;margin-bottom:12px;display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px}.gw-site footer h4{color:#fff;font-size:15px;margin-bottom:14px}.gw-site footer a{color:#c7d2e8;font-size:14px;display:block;padding:5px 0;transition:.2s}.gw-site footer a:hover{color:#fff}.gw-site footer .copy{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:20px;font-size:13px;color:#8a98bd;text-align:center}.gw-site .kw{font-size:12.5px;color:#8a98bd;line-height:1.9}.gw-site .page-status{text-align:center;padding:40px 0;color:var(--gw-muted)}.gw-site .loading{opacity:.5}.gw-site .reveal{opacity:0;transform:translateY(20px);transition:.6s ease}.gw-site .reveal.show{opacity:1;transform:none}.gw-site .phone-frame{position:relative;height:100%;max-height:100%;aspect-ratio:375 / 812;width:auto;max-width:100%;background:#1a1a1a;border-radius:42px;padding:11px;box-shadow:0 20px 60px #00000040,0 4px 16px #0000001f}.gw-site .phone-notch{position:absolute;top:16px;left:50%;transform:translate(-50%);width:130px;height:26px;background:#1a1a1a;border-radius:18px;z-index:2}.gw-site .phone-screen{width:100%;height:100%;border-radius:34px;overflow:hidden;background:#fff}.gw-site.is-mobile-demo{height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden}.gw-site.is-mobile-demo>header{flex:0 0 auto}.gw-site .mobile-demo-page{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#f7faff,#eef2f7)}.gw-site .mdp-hero{flex:0 0 auto;text-align:center;padding:16px 16px 8px}.gw-site .mdp-hero .breadcrumb{display:flex;justify-content:center;margin-bottom:8px}.gw-site .mdp-hero h1{font-size:24px;margin:2px 0 4px}.gw-site .mdp-hero .lead{font-size:13px;color:var(--gw-muted);margin:0 auto;max-width:560px}.gw-site .mdp-stage{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;padding:6px 16px 20px}.gw-site .tech-section{background:linear-gradient(180deg,#fff,var(--gw-bg-soft))}.gw-site .arch{display:flex;flex-direction:column;max-width:1000px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:var(--gw-shadow-lg);background:#fff;border:1px solid var(--gw-border)}.gw-site .arch-layer{display:flex;align-items:stretch}.gw-site .arch-label{width:160px;flex:none;color:#fff;padding:22px 18px;display:flex;flex-direction:column;justify-content:center}.gw-site .arch-label .al-name{font-size:19px;font-weight:800;letter-spacing:.04em}.gw-site .arch-label .al-desc{font-size:12.5px;opacity:.92;margin-top:5px}.gw-site .arch-flow{flex:1;display:flex;flex-wrap:wrap;gap:10px;padding:18px;background:#fff}.gw-site .arch-node{display:flex;align-items:center;gap:8px;background:var(--gw-bg-soft);border:1px solid var(--gw-border);border-radius:11px;padding:9px 14px;font-size:13.5px;font-weight:600;color:var(--gw-ink);transition:.2s}.gw-site .arch-node:hover{border-color:var(--gw-primary);transform:translateY(-2px);box-shadow:var(--gw-shadow)}.gw-site .arch-node .an-ico{color:var(--gw-primary);display:inline-flex;font-size:17px}.gw-site .arch-arrow{text-align:center;color:var(--gw-muted);font-size:18px;line-height:1;padding:3px 0;background:#fff}.gw-site .tech-cloud{display:flex;flex-wrap:wrap;gap:11px;justify-content:center;margin-top:38px}.gw-site .tech-tag{font-size:13.5px;font-weight:700;padding:8px 16px;border-radius:999px;color:#fff;box-shadow:0 6px 16px #0f172a1a;transition:.2s}.gw-site .tech-tag:hover{transform:translateY(-3px);box-shadow:0 10px 22px #0f172a2e}.gw-site .ip-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}.gw-site .ip-stat{background:#fff;border:1px solid var(--gw-border);border-radius:16px;padding:24px;text-align:center;box-shadow:var(--gw-shadow);transition:.25s}.gw-site .ip-stat:hover{transform:translateY(-5px);box-shadow:var(--gw-shadow-lg)}.gw-site .ip-stat .n{font-size:36px;font-weight:900;background:var(--gw-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.gw-site .ip-stat .l{color:var(--gw-muted);font-size:14px;margin-top:6px;font-weight:600}@media (max-width:920px){.gw-site h1{font-size:36px}.gw-site h2{font-size:28px}.gw-site .hero-grid{grid-template-columns:1fr}.gw-site .hero-right{margin-top:28px}.gw-site .ai-compact .ai-body{height:170px}.gw-site .stats{grid-template-columns:repeat(2,1fr)}.gw-site .cols-3,.gw-site .cols-2,.gw-site .cols-4{grid-template-columns:1fr}.gw-site .mods{grid-template-columns:repeat(2,1fr)}.gw-site .news-grid,.gw-site .contact-grid{grid-template-columns:1fr}.gw-site .ip-stats{grid-template-columns:repeat(2,1fr)}.gw-site footer .f-grid{grid-template-columns:1fr}.gw-site .nav-links{position:absolute;top:68px;left:0;right:0;background:var(--gw-dark-3);flex-direction:column;gap:0;padding:8px 22px 18px;border-bottom:1px solid rgba(255,255,255,.12);display:none}.gw-site .nav-links.open{display:flex}.gw-site .nav-links a{padding:12px 0;width:100%;border-bottom:1px solid rgba(255,255,255,.1);color:#e2e8f0}.gw-site .menu-btn{display:block}.gw-site .arch-layer{flex-direction:column}.gw-site .arch-label{width:100%;flex-direction:row;gap:10px;align-items:center;padding:14px 18px}}.gw-site .floating-widget{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:90;cursor:pointer}.gw-site .floating-widget.cgi-float{animation:cgiFloat 4s ease-in-out infinite}@keyframes cgiFloat{0%,to{transform:translateY(-50%) translateY(0)}50%{transform:translateY(-50%) translateY(-6px)}}.gw-site .floating-icon-svg{width:60px;height:60px;display:block;filter:drop-shadow(0 0 12px rgba(59,130,246,.45)) drop-shadow(0 0 24px rgba(139,92,246,.25));transition:transform .3s ease,filter .3s ease}.gw-site .floating-widget:hover .floating-icon-svg{transform:scale(1.1) rotate(3deg);filter:drop-shadow(0 0 20px rgba(59,130,246,.6)) drop-shadow(0 0 36px rgba(139,92,246,.4))}.gw-site .floating-icon{width:56px;height:56px;border-radius:16px;box-shadow:0 4px 20px #00000026;transition:transform .25s ease,box-shadow .25s ease;display:block}.gw-site .floating-icon:hover{transform:scale(1.08);box-shadow:0 8px 28px #00000038}.gw-site .floating-ai-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:200;display:flex;align-items:center;justify-content:center}.gw-site .floating-ai-box{width:420px;max-width:92vw;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 24px 80px #0000004d}.gw-site .floating-ai-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #eee;font-weight:700;font-size:15px}:root{--rail-w: 92px;--sub-w: 208px;--brand: #1677ff;--ink-900: #0b1220;--ink-800: #111a2c;--line: #eaedf2;--bg: #f4f6fa}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;background:var(--bg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#cfd6e0;border-radius:3px}::-webkit-scrollbar-track{background:transparent}.shell{display:flex;height:100vh;overflow:hidden}.rail{width:var(--rail-w);flex-shrink:0;background:linear-gradient(180deg,#0b1220,#111d36);display:flex;flex-direction:column;align-items:center;padding:0 0 10px;position:relative;z-index:20}.rail-brand{height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:8px}.rail-logo{width:32px;height:32px;border-radius:7px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #1677ff73;overflow:hidden}.rail-logo img{width:100%;height:100%;object-fit:contain;display:block;border-radius:7px}.rail-name{font-size:10px;color:#ffffff80;letter-spacing:.5px}.rail-nav{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;padding:0 8px}.rail-nav::-webkit-scrollbar{width:0}.rail-item{position:relative;width:100%;padding:9px 2px 8px;margin-bottom:4px;border-radius:10px;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;color:#ffffff8c;transition:all .18s ease;-webkit-user-select:none;user-select:none}.rail-item .ri-icon{font-size:18px;line-height:1;transition:transform .18s}.rail-item .ri-text{font-size:11px;letter-spacing:.3px;white-space:nowrap}.rail-item:hover{background:#ffffff12;color:#ffffffe6}.rail-item:hover .ri-icon{transform:translateY(-1px)}.rail-item.on{background:linear-gradient(135deg,#1677ffe6,#1677ff99);color:#fff;box-shadow:0 4px 14px #1677ff59}.rail-item.on:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#69b1ff;border-radius:0 3px 3px 0}.rail-item .ri-dot{position:absolute;top:6px;right:14px;min-width:15px;height:15px;padding:0 4px;background:#ff4d4f;color:#fff;border-radius:8px;font-size:9px;line-height:15px;text-align:center;box-shadow:0 0 0 2px #0d1526}.rail-foot{width:100%;padding:8px 8px 0;border-top:1px solid rgba(255,255,255,.07)}.subnav{width:var(--sub-w);flex-shrink:0;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:15}.subnav-head{padding:14px 16px 10px;border-bottom:1px solid #f2f4f7}.subnav-title{font-size:15px;font-weight:650;color:#17233d;letter-spacing:.3px}.subnav-desc{font-size:11px;color:#98a2b3;margin-top:3px;line-height:1.4}.subnav-search{padding:10px 12px 4px}.subnav-list{flex:1;overflow-y:auto;padding:4px 10px 10px}.subnav-group{font-size:10px;color:#b0b7c3;padding:10px 8px 5px;letter-spacing:1px;font-weight:600}.sub-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:8px;cursor:pointer;color:#4a5568;font-size:13px;margin-bottom:2px;transition:all .15s;position:relative}.sub-item .si-icon{font-size:14px;color:#98a2b3;transition:color .15s}.sub-item:hover{background:#f4f7fc;color:#1677ff}.sub-item:hover .si-icon{color:#1677ff}.sub-item.on{background:#e9f2ff;color:#1677ff;font-weight:600}.sub-item.on .si-icon{color:#1677ff}.sub-item.on:after{content:"";position:absolute;right:8px;width:4px;height:4px;border-radius:50%;background:#1677ff}.sub-badge{margin-left:auto;background:#fff1f0;color:#ff4d4f;border-radius:8px;font-size:10px;padding:0 6px;height:16px;line-height:16px;font-weight:600}.subnav-foot{padding:10px 12px;border-top:1px solid #f2f4f7;background:#fafbfc}.role-card{display:flex;align-items:center;gap:8px}.role-card .rc-name{font-size:12px;font-weight:600;color:#17233d;line-height:1.3}.role-card .rc-role{font-size:10px;color:#98a2b3}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:52px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px;flex-shrink:0}.crumb{font-size:13px;color:#667085;display:flex;align-items:center;gap:6px}.crumb b{color:#17233d;font-weight:600}.crumb .sep{color:#d0d5dd}.scope-tag{background:#f0f5ff;color:#1677ff;border-radius:6px;font-size:11px;padding:2px 8px}.top-admin{display:flex;align-items:center;gap:8px;padding:3px 6px 3px 3px;border-radius:22px;background:#f7f9fc;border:1px solid var(--line)}.ta-meta{display:flex;flex-direction:column;line-height:1.15}.ta-name{font-size:12.5px;font-weight:600;color:#17233d}.ta-role{font-size:10.5px;color:#98a2b3}.ta-logout{display:inline-flex;align-items:center;gap:4px}.content{flex:1;overflow-y:auto;padding:16px 18px 24px}.pg-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px;flex-wrap:wrap;gap:10px}.pg-title{margin:0!important;font-size:18px!important;color:#17233d!important}.pg-desc{font-size:12px;display:block;margin-top:3px}.stat-grid{display:grid;gap:12px;margin-bottom:14px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;position:relative;overflow:hidden;transition:all .2s}.stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--sc)}.stat-card:after{content:"";position:absolute;right:-20px;top:-20px;width:76px;height:76px;border-radius:50%;background:var(--sc);opacity:.07}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-2px);box-shadow:0 8px 22px #10182817;border-color:var(--sc)}.stat-top{display:flex;align-items:center;justify-content:space-between}.stat-label{font-size:12px;color:#667085}.stat-icon{font-size:15px;color:var(--sc);position:relative;z-index:1}.stat-value{font-size:24px;font-weight:680;color:#17233d;margin:6px 0 4px;letter-spacing:-.5px}.stat-sub{font-size:11px;color:#98a2b3;display:flex;gap:6px;align-items:center}.stat-sub .up{color:#cf1322;font-weight:600}.stat-sub .down{color:#389e0d;font-weight:600}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.panel-head{height:44px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f2f4f7}.panel-title{font-size:13px;font-weight:650;color:#17233d;display:flex;align-items:center;gap:7px}.panel-icon{color:#1677ff;font-size:14px}.panel-body{padding:14px}.grid{display:grid;gap:12px}.barchart{display:flex;align-items:flex-end;gap:14px;padding:8px 0 0}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;gap:5px}.bar{width:100%;max-width:46px;border-radius:5px 5px 0 0;transition:height .6s cubic-bezier(.4,0,.2,1)}.bar-val{font-size:12px;font-weight:650;color:#17233d}.bar-label{font-size:10px;color:#98a2b3;text-align:center;line-height:1.2}.donut-wrap{display:flex;align-items:center;gap:18px}.donut{border-radius:50%;position:relative;flex-shrink:0}.donut-hole{position:absolute;top:26%;right:26%;bottom:26%;left:26%;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-hole b{font-size:18px;color:#17233d}.donut-hole span{font-size:10px;color:#98a2b3}.donut-legend{flex:1;display:flex;flex-direction:column;gap:7px}.lg-item{display:flex;align-items:center;gap:7px;font-size:12px}.lg-item i{width:8px;height:8px;border-radius:2px;flex-shrink:0}.lg-name{color:#4a5568;flex:1}.lg-val{color:#98a2b3;font-size:11px}.unit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:8px}.unit-cell{aspect-ratio:1.05;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#fff;gap:2px;transition:all .18s;position:relative;overflow:hidden}.unit-cell:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 18px #10182833;z-index:2}.unit-cell .u-no{font-size:12px;font-weight:680}.unit-cell .u-park{position:absolute;top:3px;left:4px;right:4px;font-size:8px;line-height:1.15;opacity:.82;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unit-cell .u-area{font-size:9px;opacity:.85}.unit-cell .u-st{font-size:9px;opacity:.95;background:#00000029;padding:0 5px;border-radius:6px}.legend{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.legend-i{display:flex;align-items:center;gap:5px;font-size:12px;color:#667085}.legend-i i{width:10px;height:10px;border-radius:3px}.funnel-row{display:flex;align-items:center;gap:12px;margin-bottom:9px;cursor:pointer}.funnel-row:hover .funnel-bar{filter:brightness(1.08);transform:translate(2px)}.funnel-label{min-width:74px;text-align:right;font-size:12px;color:#4a5568}.funnel-bar{height:34px;border-radius:0 17px 17px 0;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:#fff;font-size:12px;font-weight:600;transition:all .25s}.flow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:18px;background:#fafbfd;border-radius:10px}.flow-node{background:#fff;border:1.5px solid #d6e4ff;border-radius:10px;padding:10px 14px;min-width:118px;text-align:center;box-shadow:0 2px 8px #1018280d}.flow-node.start{border-color:#b7eb8f;background:#f6ffed}.flow-node.end{border-color:#ffccc7;background:#fff2f0}.flow-node.cond{border-color:#ffe58f;background:#fffbe6;border-radius:8px;transform:rotate(0)}.flow-node .fn-t{font-size:12px;font-weight:650;color:#17233d}.flow-node .fn-s{font-size:10px;color:#98a2b3;margin-top:2px}.flow-arrow{color:#b7c2d0;font-size:15px}.wf-canvas{background:#fafbfd;border:1px dashed #e3e8ef;border-radius:12px;padding:22px 18px;min-height:220px}.wf-node{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e6ebf2;border-left:4px solid #1677ff;border-radius:10px;padding:10px 12px;margin:0 auto;max-width:460px;box-shadow:0 1px 3px #1018280a}.wf-node .wf-ic{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;flex:none}.wf-node .wf-body{flex:1;text-align:left;min-width:0}.wf-node .wf-t{font-weight:650;font-size:13px;color:#17233d;display:flex;align-items:center}.wf-node .wf-s{font-size:11px;color:#8a94a6;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-arrow{text-align:center;color:#b7c2d0;font-size:15px;margin:2px 0;line-height:1}.wf-branch{display:flex;gap:16px;justify-content:center;margin:4px 0 10px}.wf-lane{flex:1;min-width:0;border:1px dashed #e3e8ef;border-radius:10px;padding:10px;background:#fff}.wf-lane .wf-lane-h{font-size:11px;color:#8a94a6;margin-bottom:8px;text-align:center;font-weight:600}.login{min-height:100vh;display:flex;background:#0b1220}.login-left{flex:1;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:40px;background:radial-gradient(900px 500px at 20% 20%,rgba(22,119,255,.35),transparent 60%),radial-gradient(700px 500px at 80% 80%,rgba(114,46,209,.3),transparent 60%),#0b1220}.login-left:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:44px 44px}.login-hero{position:relative;z-index:1;text-align:center;max-width:520px}.login-logo{width:96px;height:96px;border-radius:22px;margin:0 auto 22px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px #1677ff73;overflow:hidden}.login-logo img{width:100%;height:100%;object-fit:contain;display:block;border-radius:22px}.login-feat{display:flex;gap:12px;margin-top:30px;justify-content:center;flex-wrap:wrap}.login-feat div{display:inline-flex;align-items:center;gap:6px}.login-feat div .anticon{font-size:14px;opacity:.85}.login-feat div{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:9px 14px;font-size:12px;color:#fffc;transition:transform .16s,border-color .16s,box-shadow .16s}.login-feat div:hover{transform:translateY(-2px);border-color:#fff6;box-shadow:0 8px 20px #00000040}.login-feat .lf-ai{background:linear-gradient(135deg,#1677ff47,#722ed142);border-color:#69b1ff73;color:#fff;font-weight:600;box-shadow:0 0 18px #1677ff40}.login-feat .lf-ai .anticon{opacity:1;color:#8cc2ff}.login-by{position:absolute;right:24px;bottom:22px;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:10px;font-size:11px;color:#ffffff8c}.login-by .by-item{display:flex;align-items:center;gap:8px}.login-by .by-label{width:6em;text-align:justify;text-align-last:justify;opacity:.8}.login-by img{height:22px;width:auto;display:block;opacity:.92}.cb-float{position:fixed;right:16px;z-index:900;width:58px;height:58px;border-radius:18px;background:linear-gradient(160deg,#0b1220,#150a2e 55%,#0b1220);border:1px solid rgba(34,211,238,.55);box-shadow:0 0 18px #22d3ee59,0 0 40px #7c3aed47,inset 0 0 12px #22d3ee2e;display:flex;align-items:center;justify-content:center;color:#22d3ee;cursor:grab;-webkit-user-select:none;user-select:none;overflow:hidden;transform-origin:center;animation:cbPulse 2.4s ease-in-out infinite}.cb-float:before{content:"";position:absolute;left:8%;right:8%;top:0;height:2px;background:linear-gradient(90deg,transparent,#22d3ee,#ec4899,transparent);animation:cbScan 3s linear infinite;opacity:.9}.cb-float:after{content:"";position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:26px;height:3px;border-radius:2px;background:repeating-linear-gradient(90deg,#22d3ee 0 6px,#7c3aed 6px 12px,#ec4899 12px 18px,transparent 18px 26px);opacity:.8}.cb-float-icon{font-size:28px;filter:drop-shadow(0 0 6px rgba(34,211,238,.9));animation:cbIcon 3.2s ease-in-out infinite}.cb-float-badge{position:absolute;top:-5px;right:-5px;width:17px;height:17px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#22d3ee 60%);border:2px solid #0b1220;box-shadow:0 0 10px #22d3eecc}@keyframes cbPulse{0%,to{box-shadow:0 0 14px #22d3ee4d,0 0 34px #7c3aed38,inset 0 0 10px #22d3ee24}50%{box-shadow:0 0 22px #22d3ee80,0 0 50px #7c3aed66,inset 0 0 16px #22d3ee42}}@keyframes cbScan{0%{top:0;opacity:.2}12%{opacity:1}30%{top:94%;opacity:.15}to{top:94%;opacity:0}}@keyframes cbIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.login-right{width:460px;background:#fff;display:flex;align-items:center;justify-content:center;padding:30px}.role-pick{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:8px}.role-btn{border:1px solid var(--line);border-radius:9px;padding:8px 10px;cursor:pointer;transition:all .16s;background:#fff;text-align:left}.role-btn:hover{border-color:#91caff;background:#f5faff}.role-btn.on{border-color:#1677ff;background:#e9f2ff;box-shadow:0 0 0 2px #1677ff1a}.role-btn .rb-n{font-size:12px;font-weight:650;color:#17233d;display:block}.role-btn .rb-d{font-size:10px;color:#98a2b3}.ant-table-thead>tr>th{background:#fafbfc!important;font-weight:600!important;font-size:12px!important;color:#667085!important}.ant-table-tbody>tr>td{font-size:12.5px}.ant-table-tbody>tr:hover>td{background:#f6f9ff!important}.ant-tag{font-size:11px}
