body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.robot-controller{align-items:center;background:linear-gradient(135deg,#1a2a6c,#2a3c7a);color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:20px}header{margin-bottom:30px;text-align:center;width:100%}h1{font-size:2.5rem;margin-bottom:10px;text-shadow:0 2px 4px #0000004d}.subtitle{font-size:1.2rem;opacity:.8}.container{display:flex;gap:30px;max-width:1200px;width:100%}.control-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0003;flex:1 1;padding:25px}.panel-title{color:#6ab1ff;font-size:1.5rem;margin-bottom:20px;text-align:center}.joystick-container{align-items:center;display:flex;flex-direction:column;margin-bottom:30px}.joystick{background:#0000004d;border-radius:50%;box-shadow:inset 0 0 20px #00000080;height:200px;margin-bottom:20px;position:relative;touch-action:none;width:200px}.joystick-handle{background:linear-gradient(145deg,#6ab1ff,#3a7bd5);border-radius:50%;box-shadow:0 5px 15px #0000004d;cursor:pointer;height:60px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .1s;-webkit-user-select:none;user-select:none;width:60px}.joystick-axis{background:#fff3;height:100%;left:50%;position:absolute;top:0;width:2px}.joystick-axis.horizontal{height:2px;left:0;top:50%;width:100%}.joystick-label{display:flex;justify-content:space-between;margin-top:10px;width:200px}.turn-control{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0003;display:flex;flex:1 1;flex-direction:column;padding:25px}.controls-info{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-top:20px}.control-item{background:#ffffff1a;border-radius:10px;padding:15px;text-align:center}.control-key{background:#0000004d;border-radius:5px;display:inline-block;font-weight:700;margin:0 5px;padding:5px 10px}.data-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0003;margin-top:30px;max-width:1500px;padding:25px;width:100%}.data-title{color:#6ab1ff;font-size:1.5rem;margin-bottom:20px;text-align:center}.data-content{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.data-item{background:#0003;border-radius:10px;padding:10px}.data-label{font-size:1rem;margin-bottom:5px;opacity:.8}.data-value{font-size:1rem;font-weight:700}.status-indicator{border-radius:50%;display:inline-block;height:12px;margin-right:8px;width:12px}.status-connected{background:#4caf50}.status-disconnected{background:#f44336}.buttons{display:flex;gap:20px;justify-content:center;margin-top:20px}.danger{background:linear-gradient(145deg,#ff5252,#d32f2f)}.warning{background:linear-gradient(145deg,#ff9800,#f57c00)}.success{background:linear-gradient(145deg,#4caf50,#388e3c)}.log{background:#0003;border-radius:10px;font-family:monospace;font-size:.9rem;height:120px;margin-top:20px;overflow-y:auto;padding:15px}.log-entry{border-bottom:1px solid #ffffff1a;margin-bottom:5px;padding-bottom:5px}.log-time{color:#6ab1ff}@media (max-width:768px){.container{flex-direction:column}.controls-info{grid-template-columns:1fr}.buttons{align-items:center;flex-direction:column}button{width:200px}}.topic-input-container{align-items:center;z-index:100}.topic-input-container label{color:#333;font-size:14px;font-weight:700}.topic-input-container input{border:2px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px;transition:border-color .3s;width:200px}.topic-input-container input:focus{border-color:#4caf50;box-shadow:0 0 5px #4caf504d;outline:none}.robot-info-container{background:linear-gradient(135deg,#667eea,#764ba2);box-sizing:border-box;color:#fff;height:100vh;overflow-y:auto;padding:20px;width:100%}.loading-spinner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.spinner{animation:spin 1s ease-in-out infinite;border:5px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin-bottom:20px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.error-message{align-items:center;background-color:#ff00001a;border-radius:10px;display:flex;height:100%;justify-content:center;padding:20px}.error-text{color:#ff6b6b;font-size:18px;text-align:center}.no-data{align-items:center;display:flex;height:100%;justify-content:center}.robot-info-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;margin-bottom:40px;padding:20px;text-align:center}.robot-name{color:#fff;font-size:2.5rem;margin:0;text-shadow:2px 2px 4px #0000004d}.robot-sn{font-size:1.1rem;margin-top:10px;opacity:.9}.robot-stats-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:30px}.stat-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:20px;display:flex;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.stat-icon{color:#ffffffe6;margin-right:25px}.stat-content{flex:1 1}.stat-title{color:#ffffffe6;font-size:1.3rem;font-weight:500;margin:0 0 10px}.stat-value{color:#fff;font-size:2.2rem;font-weight:700;margin:0 0 8px;text-shadow:1px 1px 3px #0003}.stat-raw{color:#fffc;font-size:.9rem;margin:0;opacity:.7}.additional-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:15px;grid-column:1/-1;padding:25px}.info-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:15px 0}.info-item:last-child{border-bottom:none}.info-label{color:#ffffffe6;font-size:1.1rem}.info-value{color:#fff;font-size:1.2rem;font-weight:500}.status-0{background:#4ade8033;color:#4ade80}.status-0,.status-1{border-radius:20px;padding:5px 15px}.status-1{background:#f8717133;color:#f87171}.battery-bar{background:#fff3;border-radius:10px;display:inline-block;height:20px;margin-left:15px;margin-top:8px;overflow:hidden;vertical-align:middle;width:100px}.battery-fill{background:linear-gradient(90deg,#4ade80,#22d3ee);border-radius:10px;height:100%;transition:width .5s ease}@media (max-width:768px){.robot-info-container{padding:15px}.robot-stats-container{gap:20px;grid-template-columns:1fr}.stat-card{padding:20px}.stat-value{font-size:1.8rem}.robot-name{font-size:2rem}}@media (max-width:480px){.stat-card{flex-direction:column;text-align:center}.stat-icon{margin-bottom:15px;margin-right:0}.info-item{align-items:flex-start;flex-direction:column}.battery-bar{margin-left:0;margin-top:10px}}.hover-container{min-height:100vh;padding:20px;position:relative;width:100%}.hover-trigger{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 20px #00000026;color:#fff;cursor:pointer;margin:20px auto;padding:20px;transition:all .3s ease;width:400px}.hover-trigger:hover{box-shadow:0 8px 30px #0003;transform:translateY(-3px)}.trigger-content{align-items:center;display:flex;font-size:18px;font-weight:500;gap:12px}.trigger-content .icon{font-size:24px}.trigger-content .hint{font-size:14px;font-style:italic;opacity:.8}.robot-info-overlay{align-items:center;animation:fadeIn .3s ease;background:#000;bottom:0;display:flex;justify-content:center;left:0;right:0;top:0;z-index:9999}.robot-info-wrapper{animation:slideUp .3s ease;max-height:90vh;max-width:800px;overflow:auto;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hover-css-container{padding:40px;position:relative;width:100%;z-index:10000}.hover-trigger-css{background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:12px;color:#fff;cursor:pointer;margin:20px auto;padding:20px;position:relative;transition:all .3s ease;width:400px;z-index:10001}.hover-trigger-css:hover{transform:translateY(-3px)}.robot-info-hover{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;left:50%;max-height:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:50%;transform:translate(-50%,-50%);transition:all .4s ease;width:600px;z-index:99999}.hover-trigger-css:hover .robot-info-hover{max-height:80vh;opacity:1;overflow:visible;pointer-events:auto}.hover-advanced-container{min-height:100vh;padding:40px;position:relative;width:100%}.hover-trigger-advanced{background:linear-gradient(135deg,#6a11cb,#2575fc);border-radius:16px;box-shadow:0 6px 25px #0003;color:#fff;cursor:pointer;margin:40px auto;padding:30px;transition:all .3s ease;width:500px}.hover-trigger-advanced:hover{box-shadow:0 12px 35px #00000040;transform:translateY(-5px)}.trigger-content-advanced{align-items:center;display:flex;gap:20px}.trigger-icon{align-items:center;background:#fff3;border-radius:12px;display:flex;justify-content:center;padding:15px}.trigger-text h3{font-size:22px;margin:0 0 8px}.trigger-text p{font-size:16px;margin:0;opacity:.9}.robot-info-popup{animation:popupFadeIn .3s ease;background:#fff;border:1px solid #0000001a;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:80vh;overflow:auto;width:700px;z-index:9999}@keyframes popupFadeIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup-content{padding:0}.popup-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 0 0;color:#fff;display:flex;justify-content:space-between;padding:20px}.popup-header h4{font-size:18px;margin:0}.close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;line-height:1;transition:background .3s ease;width:32px}.close-btn:hover{background:#ffffff4d}.popup-body{padding:20px}@media (max-width:768px){.hover-trigger,.hover-trigger-advanced,.hover-trigger-css{margin:20px auto;width:90%}.robot-info-hover{left:5vw;width:90vw}.robot-info-popup{left:5vw!important;top:20px!important;width:90vw}}@media (max-width:480px){.trigger-content,.trigger-content-advanced{flex-direction:column;text-align:center}}.developer-tools-container{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tool-card{cursor:pointer;overflow:hidden;position:relative}.tool-card:before{background:linear-gradient(90deg,#1890ff,#52c41a);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.tool-card:hover:before{transform:scaleX(1)}.tool-card:hover{border-color:#1890ff!important;box-shadow:0 8px 24px #1890ff33!important;transform:translateY(-4px)}.tool-card:hover h3{color:#1890ff}.tool-card:active{transform:translateY(-2px)}@media (max-width:768px){.developer-tools-container .ant-card-body{padding:16px}.tool-card{margin-bottom:16px}}.ant-modal-body iframe{animation:iframeLoad .3s ease-in}@keyframes iframeLoad{0%{opacity:0}to{opacity:1}}




/*!
 * Vditor v3.11.2 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */
/*!
 * Vditor v3.11.2 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */.vditor{--border-color:#d1d5da;--second-color:#5860695c;--panel-background-color:#fff;--panel-shadow:0 1px 2px #0003;--toolbar-background-color:#f6f8fa;--toolbar-icon-color:#586069;--toolbar-icon-hover-color:#4285f4;--toolbar-height:35px;--toolbar-divider-margin-top:8px;--textarea-background-color:#fafbfc;--textarea-text-color:#24292e;--resize-icon-color:var(--toolbar-icon-color);--resize-background-color:var(--toolbar-background-color);--resize-hover-icon-color:var(--panel-background-color);--resize-hover-background-color:var(--toolbar-icon-hover-color);--count-background-color:#1b1f230d;--heading-border-color:#eaecef;--blockquote-color:#6a737d;--ir-heading-color:#660e7a;--ir-title-color:grey;--ir-bi-color:#0033b3;--ir-link-color:green;--ir-bracket-color:#00f;--ir-paren-color:green}.vditor--dark{--border-color:#141414;--second-color:#b9b9b95c;--panel-background-color:#24292e;--panel-shadow:0 1px 2px #fff3;--toolbar-background-color:#1d2125;--toolbar-icon-color:#b9b9b9;--toolbar-icon-hover-color:#fff;--textarea-background-color:#2f363d;--textarea-text-color:#d1d5da;--resize-icon-color:var(--border-color);--resize-background-color:var(--second-color);--resize-hover-icon-color:var(--toolbar-icon-hover-color);--resize-hover-background-color:#b9b9b9db;--count-background-color:#4285f45c;--heading-border-color:var(--textarea-text-color);--blockquote-color:var(--toolbar-icon-color);--ir-heading-color:#9876aa;--ir-title-color:grey;--ir-bi-color:#cc7832;--ir-link-color:#ffc66d;--ir-bracket-color:#287bde;--ir-paren-color:#6a8759}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.vditor-tooltipped{cursor:pointer;position:relative}.vditor-tooltipped:after{-webkit-font-smoothing:subpixel-antialiased;word-wrap:break-word;background:#3b3e43;border-radius:3px;color:#fff;content:attr(aria-label);font-size:11px;font-weight:400;letter-spacing:normal;line-height:16px;padding:5px 8px;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:pre;z-index:1000000}.vditor-tooltipped:after,.vditor-tooltipped:before{display:none;opacity:0;pointer-events:none;position:absolute}.vditor-tooltipped:before{border:5px solid #0000;color:#3b3e43;content:"";height:0;width:0;z-index:1000001}.vditor-tooltipped--hover:after,.vditor-tooltipped--hover:before,.vditor-tooltipped:active:after,.vditor-tooltipped:active:before,.vditor-tooltipped:focus:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:hover:before{animation-duration:.15s;animation-fill-mode:forwards;animation-name:tooltip-appear;animation-timing-function:ease-in;display:inline-block;text-decoration:none}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{margin-top:5px;right:50%;top:100%}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{border-bottom-color:#3b3e43;bottom:-5px;margin-right:-5px;right:50%;top:auto}.vditor-tooltipped__se:after{left:50%;margin-left:-15px;right:auto}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{bottom:100%;margin-bottom:5px;right:50%}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{border-top-color:#3b3e43;bottom:auto;margin-right:-5px;right:50%;top:-5px}.vditor-tooltipped__ne:after{left:50%;margin-left:-15px;right:auto}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__s:after{transform:translateX(50%)}.vditor-tooltipped__w:after{bottom:50%;margin-right:5px;right:100%;transform:translateY(50%)}.vditor-tooltipped__w:before{border-left-color:#3b3e43;bottom:50%;left:-5px;margin-top:-5px;top:50%}.vditor-tooltipped__e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.vditor-tooltipped__e:before{border-right-color:#3b3e43;bottom:50%;margin-top:-5px;right:-5px;top:50%}@media screen and (max-width:520px){.vditor-tooltipped:after,.vditor-tooltipped:before{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);background-color:var(--panel-background-color);border-radius:3px;box-shadow:var(--panel-shadow);color:var(--toolbar-icon-color);display:none;font-size:14px;max-width:320px;min-width:80px;padding:5px;position:absolute;-webkit-user-select:none;user-select:none;z-index:3}.vditor-panel--none{animation:none;max-width:none;min-width:auto;opacity:.86;padding:0;white-space:nowrap}.vditor-panel--arrow:before{border:7px solid #0000;border-bottom:7px solid var(--panel-background-color);content:" ";height:0;left:5px;pointer-events:none;position:absolute;top:-14px;width:0}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{left:auto;right:5px}.vditor-input{background-color:var(--panel-background-color);border:0;color:var(--textarea-text-color);font-size:12px;padding:3px 5px}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{background-color:initial;border:0;box-sizing:border-box;color:var(--toolbar-icon-color);cursor:pointer;float:left;height:21px;padding:4px 5px;width:23px}.vditor-icon--current,.vditor-icon:hover{background-color:initial;color:var(--toolbar-icon-hover-color)}.vditor-icon:focus{outline:none}.vditor-icon svg{fill:currentColor;float:left;height:13px!important;pointer-events:none;width:13px!important}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);line-height:1;padding:0 5px}.vditor-toolbar--pin{position:-webkit-sticky;position:sticky;top:0;z-index:1}.vditor-toolbar--hide{height:5px;overflow:hidden;transition:all .15s ease-in-out}.vditor-toolbar--hide:hover{background-color:var(--toolbar-background-color);height:auto;overflow:visible}.vditor-toolbar__item{float:left;position:relative}.vditor-toolbar__item .vditor-tooltipped{background-color:initial;border:0;box-sizing:border-box;color:var(--toolbar-icon-color);font-size:0;height:var(--toolbar-height);padding:10px 5px;width:25px}.vditor-toolbar__item .vditor-tooltipped:focus{color:var(--toolbar-icon-hover-color);cursor:pointer;outline:none}.vditor-toolbar__item svg{fill:currentColor;stroke-width:0;stroke:currentColor;display:inline-block;height:15px;width:15px}.vditor-toolbar__item input{cursor:pointer;height:var(--toolbar-height);left:0;opacity:.001;overflow:hidden;position:absolute;top:0;width:25px}.vditor-toolbar__divider{border-left:1px solid var(--second-color);float:left;height:calc(var(--toolbar-height) - var(--toolbar-divider-margin-top)*2);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{height:0!important;padding:0!important;width:100%}.vditor-menu--current{color:var(--toolbar-icon-hover-color)!important}.vditor-menu--disabled{color:var(--second-color)!important;cursor:not-allowed!important}.vditor-emojis{display:inline-block;overflow:auto}.vditor-emojis::-webkit-scrollbar{display:none}.vditor-emojis__tip{color:var(--toolbar-icon-color);flex:1 1;margin-right:10px;min-width:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:200px}.vditor-emojis__tail{color:var(--toolbar-icon-color);display:flex;font-size:12px;margin-top:5px}.vditor-emojis__tail a{color:var(--toolbar-icon-color);text-decoration:none}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{background-color:initial;border:0;border-radius:3px;box-sizing:border-box;cursor:pointer;float:left;font-size:16px;height:30px;line-height:26px;margin:0;overflow:hidden;padding:3px;text-align:center;transition:all .15s ease-in-out;width:30px}.vditor-emojis button:focus{outline:none}.vditor-emojis button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{float:left;height:20px;margin:3px 0 0 3px;width:20px}@media screen and (max-width:520px){.vditor-toolbar__item{padding:0 12px}.vditor-panel--left.vditor-panel--arrow:before{right:17px}}@media (hover:hover) and (pointer:fine){.vditor-toolbar__item .vditor-tooltipped:hover{color:var(--toolbar-icon-hover-color)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.vditor{border:1px solid var(--border-color);border-radius:3px;box-sizing:border-box;display:flex;flex-direction:column;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols}.vditor--fullscreen{border-radius:0;height:100vh!important;left:0;position:fixed;top:0;width:100%!important;z-index:90}.vditor-content{display:flex;flex:1 1;min-height:60px;min-width:1px;position:relative}.vditor-preview{background-color:var(--textarea-background-color);border-left:1px solid var(--border-color);border-radius:0 0 3px 0;box-sizing:border-box;flex:1 1;margin-left:-1px;min-width:1px;overflow:auto}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{background-color:var(--toolbar-background-color);padding:10px;text-align:center}.vditor-preview__action button{background-color:var(--toolbar-background-color);border:0;color:var(--toolbar-icon-color);cursor:pointer;font-size:12px;line-height:20px;margin:0 10px;padding:0 7px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-hover-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;height:15px;vertical-align:middle;width:15px}.vditor-preview>.vditor-reset{margin:0 auto;padding:10px}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{background-color:var(--textarea-background-color);border-radius:0 0 3px 0;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;display:none;flex:1 1;min-width:1px;overflow:auto;padding:10px}.vditor-counter{background-color:var(--count-background-color);border-radius:3px;color:var(--toolbar-icon-color);float:right;font-size:12px;margin:8px 3px 0 0;padding:3px;-webkit-user-select:none;user-select:none}.vditor-counter--error{background-color:#d23f311a;color:#d23f31}.vditor-resize{cursor:row-resize;padding:3px 0;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{background-color:var(--resize-background-color);height:3px;transition:all .15s ease-in-out}.vditor-resize--selected>div,.vditor-resize:hover>div{background-color:var(--resize-hover-background-color)}.vditor-resize--selected svg,.vditor-resize:hover svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;color:var(--resize-icon-color);display:block;height:3px;margin:0 auto;width:13px}.vditor-upload{background-color:#4285f4;height:3px;left:0;position:absolute;top:-2px;transition:all .15s ease-in-out}.vditor-tip{animation-duration:.15s;animation-fill-mode:both;font-size:12px;left:50%;position:absolute;top:10px;z-index:5}.vditor-tip--show{animation-name:slideInDown;display:block}.vditor-tip__content{background:var(--toolbar-background-color);border-radius:3px;box-shadow:var(--panel-shadow);color:var(--toolbar-icon-color);display:inline-block;line-height:16px;margin-left:-50%;max-width:100%;padding:3px 10px;position:relative;text-align:left}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{color:var(--toolbar-icon-color);cursor:pointer;font-weight:700;position:absolute;right:-15px;top:-7px}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{bottom:0;display:flex;flex-direction:column;left:0;position:fixed;right:0;top:0;z-index:100}.vditor-img__bar{align-items:center;background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);box-sizing:border-box;display:flex;height:36px;justify-content:center;text-align:center}.vditor-img__btn{align-items:center;color:var(--toolbar-icon-color);cursor:pointer;display:flex;margin-left:24px;-webkit-user-select:none;user-select:none}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{fill:currentColor;height:14px;margin-right:8px;width:14px}.vditor-img__img{background-color:var(--textarea-background-color);cursor:zoom-out;flex:1 1;overflow:auto}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);border-radius:3px;box-shadow:var(--panel-shadow);display:none;font-size:12px;line-height:20px;list-style:none;margin:0;max-width:250px;min-width:80px;padding:5px 0;position:absolute;z-index:4}.vditor-hint .vditor-hint{left:100%;margin-top:-31px;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{left:auto;right:100%}.vditor-hint button{background-color:initial;border:0;border-radius:0;box-sizing:border-box;color:var(--toolbar-icon-color);cursor:pointer;display:block;line-height:20px;margin:0;overflow:hidden;padding:3px 10px;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.vditor-hint button:focus{outline:none}.vditor-hint button:not(.vditor-menu--disabled):hover,.vditor-hint--current{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{float:left;font-size:16px;margin-right:3px}.vditor-hint img{float:left;height:20px;margin-right:3px;width:20px}.vditor-reset{font-feature-settings:"liga","clig off";word-wrap:break-word;color:#24292e;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:16px;font-variant-ligatures:no-common-ligatures;line-height:1.5;overflow:auto;word-break:break-word}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;display:block;font-size:12px;line-height:16px}.vditor-reset ul ul ul{list-style-type:square}.vditor-reset ul ul{list-style-type:circle}.vditor-reset ul{list-style-type:disc}.vditor-reset ol,.vditor-reset ul{margin-bottom:16px;margin-top:0;padding-left:2em}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset audio{max-width:100%}.vditor-reset audio:focus{outline:none}.vditor-reset video{max-height:90vh;max-width:100%}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;max-width:20px;vertical-align:sub}.vditor-reset h1,.vditor-reset h2,.vditor-reset h3,.vditor-reset h4,.vditor-reset h5,.vditor-reset h6{font-weight:600;line-height:1.25;margin-bottom:16px;margin-top:24px}.vditor-reset h1:hover .vditor-anchor svg,.vditor-reset h2:hover .vditor-anchor svg,.vditor-reset h3:hover .vditor-anchor svg,.vditor-reset h4:hover .vditor-anchor svg,.vditor-reset h5:hover .vditor-anchor svg,.vditor-reset h6:hover .vditor-anchor svg{visibility:visible}.vditor-reset h1{font-size:1.75em}.vditor-reset h2{font-size:1.55em}.vditor-reset h3{font-size:1.38em}.vditor-reset h4{font-size:1.25em}.vditor-reset h5{font-size:1.13em}.vditor-reset h6{font-size:1em}.vditor-reset hr{background-color:#eaecef;border:0;height:2px;margin:24px 0;padding:0}.vditor-reset p{margin-bottom:16px;margin-top:0}.vditor-reset blockquote{border-left:.25em solid #eaecef;color:#6a737d;margin:0 0 16px;padding:0 1em}.vditor-reset blockquote>:first-child{margin-top:0}.vditor-reset blockquote>:last-child{margin-bottom:0}.vditor-reset ins>iframe{border:0}.vditor-reset iframe{border:1px solid #d1d5da;box-sizing:border-box;max-width:100%}.vditor-reset iframe.iframe__video{min-height:36vh;min-width:80%}.vditor-reset table{border-collapse:collapse;border-spacing:0;display:block;empty-cells:show;margin-bottom:16px;overflow:auto;width:100%;word-break:keep-all}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{border:1px solid #dfe2e5;padding:6px 13px;white-space:nowrap;word-break:normal}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";display:inline-block;min-height:24px;vertical-align:top}.vditor-reset table th{font-weight:600}.vditor-reset table tbody tr:nth-child(2n){background-color:#fff}.vditor-reset code:not(.hljs):not(.highlight-chroma){background-size:20px 20px;border-radius:3px;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:85%;margin:0;padding:.2em .4em;white-space:pre-wrap;word-break:break-word}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{word-wrap:normal;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);background-size:20px 20px;border-radius:5px;display:block;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:85%;margin:0;overflow:auto;padding:.5em;white-space:pre;word-break:normal}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-abc,.vditor-reset .language-echarts,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.vditor-reset .language-markmap,.vditor-reset .language-math,.vditor-reset .language-mermaid,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-smiles{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{cursor:context-menu;outline:none}.vditor-reset .language-math .katex-display>.katex>.katex-html>.tag{display:inline-block;font-size:1.21rem;right:2px}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{height:420px;overflow:hidden}.vditor-reset .language-flowchart,.vditor-reset .language-graphviz,.vditor-reset .language-markmap,.vditor-reset .language-mermaid{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{background-color:#fafbfc;border:1px solid #d1d5da;border-radius:3px;box-shadow:inset 0 -1px 0 #d1d5da;color:#24292e;display:inline-block;font:11px Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:10px;padding:3px 5px;vertical-align:middle}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{stroke-width:initial;height:auto;width:auto}.vditor-reset blockquote:last-child,.vditor-reset hr:last-child,.vditor-reset ol:last-child,.vditor-reset p:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child{margin-bottom:0}.vditor-comment{border-bottom:2px solid #f8e6ab}.vditor-comment--focus,.vditor-comment--hover{background-color:#faf1d1;border-bottom:2px solid #ffc60a}.vditor-comment--focus .vditor-comment,.vditor-comment--hover .vditor-comment{border-bottom:2px solid #ffc60a}.vditor-task{list-style:none!important;word-break:break-all}.vditor-task input{font-size:12px;margin:0 .2em .25em -1.6em;vertical-align:middle}.vditor-copy{display:none;position:relative;z-index:1}.vditor-copy textarea{height:10px;left:-100000px;position:absolute}.vditor-copy span{cursor:pointer;position:absolute;right:15px;top:.5em}.vditor-copy svg{fill:currentColor;color:#586069;display:block;height:14px;width:14px!important}.vditor-linenumber{padding-left:4em!important;position:relative}.vditor-linenumber__rows{counter-reset:linenumber;left:0;pointer-events:none;position:absolute;top:1em;-webkit-user-select:none;user-select:none;width:3em}.vditor-linenumber__rows>span{display:block;pointer-events:none}.vditor-linenumber__rows>span:before{color:#9e969661;content:counter(linenumber);counter-increment:linenumber;display:block;padding-right:1em;text-align:right}.vditor-speech{background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;color:#586069;cursor:pointer;display:none;padding:3px;position:absolute}.vditor-speech--current,.vditor-speech:hover{color:#4285f4}.vditor-speech svg{fill:currentColor;stroke-width:0;stroke:currentColor;display:block;height:14px;width:14px}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;margin-left:-20px;padding-right:4px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{cursor:pointer;margin:31px auto 16px;max-width:768px;padding:0 10px;transition:all .15s ease-in-out}.vditor-linkcard a{background-color:#f6f8fa;border-radius:3px;box-shadow:0 1px 2px #0003;display:flex;flex-wrap:wrap-reverse;max-height:250px;overflow:hidden;text-decoration:none}.vditor-linkcard a:hover{box-shadow:0 0 3px #00000021,0 3px 6px #00000042;text-decoration:none}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:#5860695c}.vditor-linkcard__info{box-sizing:border-box;flex:1 1;min-width:200px;padding:10px}.vditor-linkcard__title{align-items:center;color:#24292e;display:flex;font-size:14px;font-weight:400}.vditor-linkcard__title img{border-radius:3px;cursor:pointer;flex-shrink:0;height:20px;margin-right:5px;width:20px}.vditor-linkcard__abstract{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#586069;display:-webkit-box;font-size:13px;margin:5px 0;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.vditor-linkcard__site{color:#4285f4;font-size:12px}.vditor-linkcard__image{background-color:#5860695c;background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;max-width:250px;min-width:126px}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{color:#4285f4;margin-bottom:16px;-webkit-user-select:text;user-select:text}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{list-style:none!important;padding-left:1em}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{height:0;width:0}.vditor-outline{background-color:var(--panel-background-color);border-right:1px solid var(--border-color);display:none;overflow:auto;width:250px}.vditor-outline--right{border-left:1px solid var(--border-color);border-right:0}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{list-style:none!important;margin:0;padding-left:1em}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{align-items:center;color:var(--textarea-text-color);cursor:pointer;display:flex;padding:5px 10px}.vditor-outline li>span>svg{flex-shrink:0;height:10px;width:10px}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vditor-outline__title{border-bottom:1px dashed var(--border-color);color:var(--toolbar-icon-color);font-size:12px;padding:5px 10px}.vditor-outline__action{fill:currentColor;flex-shrink:0;margin-right:5px;transition:all .15s ease-in-out}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1 1;min-width:1px;position:relative;width:100%}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);box-sizing:border-box;height:100%;margin:0;white-space:pre-wrap}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{cursor:not-allowed;opacity:.3}.vditor-wysiwyg pre.vditor-reset:empty:before{color:var(--second-color);content:attr(placeholder)}.vditor-wysiwyg pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-wysiwyg pre.vditor-reset:after{content:"";display:block;height:var(--editor-bottom)}.vditor-wysiwyg blockquote:empty:before,.vditor-wysiwyg h1:empty:after,.vditor-wysiwyg h2:empty:after,.vditor-wysiwyg h3:empty:after,.vditor-wysiwyg h4:empty:after,.vditor-wysiwyg h5:empty:after,.vditor-wysiwyg h6:empty:after,.vditor-wysiwyg p:empty:before,.vditor-wysiwyg pre>code:empty:before{content:" "}.vditor-wysiwyg code[data-marker="`"]{padding-left:0!important;padding-right:0!important}.vditor-wysiwyg__block pre:first-child{margin-bottom:-1em}.vditor-wysiwyg__block pre:first-child code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-wysiwyg__block pre:last-child{margin-bottom:1em}.vditor-wysiwyg__preview{cursor:pointer;min-height:27px;white-space:normal}.vditor-wysiwyg .vditor-toc:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg>.vditor-reset>h1:before,.vditor-wysiwyg>.vditor-reset>h2:before,.vditor-wysiwyg>.vditor-reset>h3:before,.vditor-wysiwyg>.vditor-reset>h4:before,.vditor-wysiwyg>.vditor-reset>h5:before,.vditor-wysiwyg>.vditor-reset>h6:before{color:var(--second-color);content:"H1";float:left;font-size:.85rem;font-weight:400;margin-left:-29px;padding-right:4px}.vditor-wysiwyg>.vditor-reset>h2:before{content:"H2"}.vditor-wysiwyg>.vditor-reset>h3:before{content:"H3"}.vditor-wysiwyg>.vditor-reset>h4:before{content:"H4"}.vditor-wysiwyg>.vditor-reset>h5:before{content:"H5"}.vditor-wysiwyg>.vditor-reset>h6:before{content:"H6"}.vditor-wysiwyg div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-wysiwyg div[data-type=footnotes-block]:before{content:"^F"}.vditor-wysiwyg div.vditor-wysiwyg__block:before{content:"</>"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=yaml-front-matter]:before{content:"F"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=math-block]:before{content:"$$"}.vditor-wysiwyg .vditor-toc:before{content:"ToC"}.vditor-wysiwyg hr{display:inline-block;margin:12px 0;width:100%}.vditor-wysiwyg details{white-space:normal}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{color:var(--second-color);display:none}.vditor-wysiwyg span[data-type=link-ref],.vditor-wysiwyg sup[data-type=footnotes-ref]{color:#4285f4}.vditor-wysiwyg span[data-type=toc-h]{color:#4285f4;text-decoration:underline}.vditor-wysiwyg div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (max-width:520px){.vditor-wysiwyg .vditor-toc:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1 1;min-width:1px;position:relative;width:100%}.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=math-block]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=yaml-front-matter]:before{color:var(--second-color);content:" "}.vditor-ir__node:not(.vditor-ir__node--expand) .vditor-ir__marker{padding:0!important}.vditor-ir__node:not(.vditor-ir__node--expand)[data-type=a]{cursor:pointer}.vditor-ir__node[data-type=footnotes-ref],.vditor-ir__node[data-type=link-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{display:inline-block;height:0;overflow:hidden;transition:all .15s ease-in-out;width:0}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);display:inline;height:auto;width:auto}.vditor-ir__node--expand .vditor-ir__marker--hide{display:none}.vditor-ir__node--expand .vditor-ir__marker--heading{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--bi{color:var(--ir-bi-color)}.vditor-ir__node--expand .vditor-ir__marker--link{color:var(--ir-link-color)}.vditor-ir__node--expand .vditor-ir__marker--title{color:var(--ir-title-color)}.vditor-ir__node--expand .vditor-ir__marker--bracket{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir__node--expand .vditor-ir__marker--paren{color:var(--ir-paren-color)}.vditor-ir__node--expand .vditor-ir__marker--info{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--pre code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-ir__node--expand[data-type=code-block]:after,.vditor-ir__node--expand[data-type=code-block]:before{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:after,.vditor-ir__node--expand[data-type=yaml-front-matter]:before{content:"---"}.vditor-ir__node--expand[data-type=math-block]:after,.vditor-ir__node--expand[data-type=math-block]:before{content:"$$"}.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker]{display:none}.vditor-ir__preview{cursor:pointer;min-height:27px;white-space:normal}.vditor-ir__link{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);box-sizing:border-box;height:100%;margin:0;white-space:pre-wrap}.vditor-ir pre.vditor-reset[contenteditable=false]{cursor:not-allowed;opacity:.3}.vditor-ir pre.vditor-reset:empty:before{color:var(--second-color);content:attr(placeholder)}.vditor-ir pre.vditor-reset:focus{background-color:var(--textarea-background-color);outline:none}.vditor-ir pre.vditor-reset:after{content:"";display:block;height:var(--editor-bottom)}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{display:inline-block;margin:12px 0;width:100%}.vditor-ir blockquote:empty:before,.vditor-ir h1:empty:after,.vditor-ir h2:empty:after,.vditor-ir h3:empty:after,.vditor-ir h4:empty:after,.vditor-ir h5:empty:after,.vditor-ir h6:empty:after,.vditor-ir p:empty:before,.vditor-ir pre>code:empty:before{content:" "}.vditor-ir .vditor-reset>h1:before,.vditor-ir .vditor-reset>h2:before,.vditor-ir .vditor-reset>h3:before,.vditor-ir .vditor-reset>h4:before,.vditor-ir .vditor-reset>h5:before,.vditor-ir .vditor-reset>h6:before,.vditor-ir .vditor-toc:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir div[data-type=link-ref-defs-block]:before{color:var(--second-color);content:"H1";float:left;font-size:.85rem;font-weight:400;margin-left:-29px;padding-right:4px}.vditor-ir .vditor-reset>h2:before{content:"H2"}.vditor-ir .vditor-reset>h3:before{content:"H3"}.vditor-ir .vditor-reset>h4:before{content:"H4"}.vditor-ir .vditor-reset>h5:before{content:"H5"}.vditor-ir .vditor-reset>h6:before{content:"H6"}.vditor-ir div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}.vditor-ir div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-ir div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);margin-top:24px;padding-top:24px}.vditor-ir div[data-type=footnotes-block]:before{content:"^F"}.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>blockquote,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>hr,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ol,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>p,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>pre,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>table,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ul{margin-left:8px}.vditor-ir .vditor-toc:before{content:"ToC"}.vditor-ir .vditor-toc span[data-type=toc-h]{color:#4285f4;text-decoration:underline}@media screen and (max-width:520px){.vditor-ir .vditor-toc:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before{content:none}}.vditor-sv{font-feature-settings:"liga","clig off";word-wrap:break-word;background-color:var(--panel-background-color);border:0;border-radius:0 0 3px 3px;box-sizing:border-box;color:var(--textarea-text-color);flex:1 1;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;font-size:16px;font-variant-ligatures:no-common-ligatures;line-height:22px;margin:0 1px 0 0;min-width:1px;outline:0 none;overflow:auto;padding:10px 9px 10px 10px;resize:none;white-space:pre-wrap;width:100%;word-break:break-word}.vditor-sv[contenteditable=false]{cursor:not-allowed;opacity:.3}.vditor-sv:empty:before{color:var(--second-color);content:attr(placeholder)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";display:block;height:var(--editor-bottom)}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{font-size:smaller;vertical-align:super}.vditor-sv .strong{font-weight:700}.vditor-sv .em{font-style:italic}.vditor-sv .s{text-decoration:line-through}.vditor-sv .mark:not(.vditor-sv__marker){background-color:#ff0;color:#000}.vditor-sv .h1{font-size:1.75em;line-height:44px}.vditor-sv .h2{font-size:1.55em;line-height:38px}.vditor-sv .h3{font-size:1.38em;line-height:27px}.vditor-sv .h4{font-size:1.25em;line-height:25px}.vditor-sv .h5{font-size:1.13em}.vditor-sv .h6{font-size:1em}.vditor-sv__marker{color:var(--second-color)}.vditor-sv__marker--heading{color:var(--ir-heading-color)}.vditor-sv__marker--bi{color:var(--ir-bi-color)}.vditor-sv__marker--link{color:var(--ir-link-color)}.vditor-sv__marker--title{color:var(--ir-title-color)}.vditor-sv__marker--bracket{color:var(--ir-bracket-color)}.vditor-sv__marker--paren{color:var(--ir-paren-color)}.vditor-sv__marker--info{color:var(--ir-heading-color)}.vditor-sv__marker--strong{font-weight:700}.vp-container{border-radius:12px;overflow:hidden}.vp-container,.vp-video-wrapper{background:#000;position:relative;width:100%}.vp-video-wrapper{aspect-ratio:16/9}.vp-video{cursor:pointer;display:block;height:100%;object-fit:contain;width:100%}.vp-overlay{align-items:center;background:#0000004d;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease}.vp-container:hover .vp-overlay{opacity:1}.vp-play-btn{box-shadow:0 4px 16px #0000004d;font-size:32px;height:64px;pointer-events:all;width:64px}.vp-controls{background:linear-gradient(0deg,#000c,#0000);bottom:0;display:flex;flex-direction:column;gap:8px;left:0;opacity:0;padding:16px 20px;position:absolute;right:0;transition:opacity .3s ease}.vp-container:hover .vp-controls{opacity:1}.vp-time-info{align-items:center;color:#fff;display:flex;font-family:SF Mono,Monaco,Consolas,monospace;font-size:14px;font-weight:500;gap:8px}.vp-separator{color:#ffffff80}.vp-timeline{background:#ffffff4d;border-radius:2px;cursor:pointer;height:4px;position:relative;transition:height .2s ease}.vp-timeline:hover{background:#fff6;height:6px}.vp-progress{background:red;border-radius:2px;height:100%;left:0;position:absolute;top:0;transition:width .1s linear}.vp-actions{display:flex;gap:8px;justify-content:flex-end}.vp-actions .ant-btn{border-color:#ffffff4d;color:#fff}.vp-actions .ant-btn:hover{background:#ffffff1a;border-color:#fff9;color:#fff}.vp-title{color:#fff;font-size:16px;font-weight:600;left:16px;opacity:0;position:absolute;text-shadow:0 2px 4px #00000080;top:16px;transition:opacity .3s ease}.vp-container:hover .vp-title{opacity:1}.upload-progress-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;max-width:320px;min-width:280px;padding:16px;transition:all .3s ease}.upload-progress-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000026}.upload-progress-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.upload-progress-card-title{align-items:center;display:flex;flex:1 1;min-width:0}.upload-progress-card-filename{color:#1f2937;font-size:14px;font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-progress-card-actions{display:flex;flex-shrink:0;gap:4px}.upload-progress-card-body{margin-top:12px}.upload-progress-card-progress-wrapper{align-items:center;display:flex;gap:8px;margin-bottom:12px}.upload-progress-card-progress-wrapper .ant-progress{flex:1 1;margin:0}.upload-progress-card-percentage{color:#6b7280;flex-shrink:0;font-size:12px;font-weight:600;min-width:40px;text-align:right}.upload-progress-card-info{display:flex;flex-direction:column;gap:6px}.upload-progress-card-info-row{align-items:center;display:flex;font-size:12px;justify-content:space-between}.upload-progress-card-label{color:#6b7280;font-weight:400}.upload-progress-card-value{color:#1f2937;font-weight:500}.upload-progress-card-error{border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:4px;margin-top:4px;padding-top:8px}.upload-progress-card-error .upload-progress-card-value{font-size:11px;word-break:break-word}.mc-platform{padding:20px}.mc-page-header{align-items:center;display:flex;justify-content:space-between}.mc-page-header h2{font-size:22px;margin:0}.mc-page-header p{color:#64748b;margin:4px 0 0}.mc-stat-grid{margin-bottom:16px}.mc-thumb{align-items:center;background:#f0f5ff;border-radius:4px;display:flex;font-size:18px;height:36px;justify-content:center;width:64px}.mc-score-high{color:#22c55e;font-weight:600}.mc-page-header button:active,.mc-page-header button:focus,.mc-page-header button:focus-visible{box-shadow:none!important;outline:none!important}.mc-page-header .ant-btn-primary:active:not(:disabled),.mc-page-header .ant-btn-primary:focus,.mc-page-header .ant-btn-primary:focus-visible{background:#1890ff!important;border-color:#1890ff!important;color:#fff!important}.mc-page-header .ant-btn-default:active:not(:disabled),.mc-page-header .ant-btn-default:focus,.mc-page-header .ant-btn-default:focus-visible{background:#fff!important;border-color:#d9d9d9!important;color:#000000d9!important}.mc-page-header button[tabindex="-1"]:focus,.mc-page-header button[tabindex="-1"]:focus-visible{background:inherit!important;border-color:inherit!important;box-shadow:none!important;color:inherit!important;outline:none!important}body,html{height:100%;overflow:hidden}.va-container{background:#f5f7fa;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;height:100vh;overflow:hidden;padding:20px}.va-header{margin-bottom:20px}.va-header-content{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-between;padding:16px 24px}.va-title{color:#111827;font-size:24px;font-weight:600;margin:0}.va-header-stats{display:flex;gap:12px}.va-main{grid-gap:20px;align-content:stretch;display:grid;flex:1 1;gap:20px;grid-template-columns:1fr 360px;grid-template-rows:minmax(0,1fr) minmax(220px,auto);justify-items:stretch;min-height:0;overflow:hidden}.va-video-panel{grid-column:1;grid-row:1;max-height:100%;min-height:0;min-width:0}.va-video-panel,.va-video-panel .va-card{display:flex;flex-direction:column;overflow:hidden}.va-video-panel .va-card{height:100%}.va-video-panel .va-card .ant-card-body{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.va-controls-panel{display:flex;flex-direction:column;gap:16px;grid-column:2;grid-row:1/3;justify-self:end;max-height:100%;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;padding-right:8px;width:350px}.va-controls-panel .va-card{display:flex;flex-direction:column;flex-shrink:0;height:auto;overflow:hidden;padding-bottom:2%}.va-controls-panel .va-card .ant-card-body{flex:0 1 auto;max-height:none;min-height:0;overflow:visible}.va-clips-panel{grid-column:1;grid-row:2;min-height:220px;min-width:0;padding-bottom:0}.va-clips-panel,.va-clips-panel .va-card{display:flex;flex-direction:column;height:100%;overflow:hidden}.va-clips-panel .va-card{border-radius:12px 12px 12px 12px;min-height:0;padding-bottom:2%}.va-clips-panel .va-card .ant-card-body{display:flex;flex:1 1;flex-direction:column;margin-bottom:0;min-height:0;overflow:hidden;padding:6px 10px 0}.va-clips-panel .va-card .ant-card-head{margin-bottom:0;padding-bottom:0}.va-clips-panel .va-card .ant-card-head-title{padding-bottom:0}.va-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;height:auto;transition:box-shadow .2s ease,border-color .2s ease}.va-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.va-card .ant-card-head{background:#f9fafb;border-bottom:1px solid #e5e7eb}.va-card .ant-card-head-title{color:#111827;font-size:15px;font-weight:600}.va-card .ant-card-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:16px 18px}.va-upload-area{padding:60px 40px;text-align:center}.va-upload-content{cursor:pointer;transition:all .3s ease}.va-upload-content:hover{transform:translateY(-4px)}.va-upload-icon{color:#667eea;display:block;font-size:64px;margin-bottom:16px}.va-upload-text{color:#2d3748;font-size:18px;font-weight:600;margin-bottom:8px}.va-upload-hint{color:#718096;font-size:14px}.va-video-wrapper{aspect-ratio:16/9;background:#000;border-radius:10px 10px 0 0;overflow:hidden;position:relative}.va-video{display:block;height:100%;object-fit:contain;width:100%}.va-video-overlay{align-items:center;background:#0000004d;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.va-video-wrapper:hover .va-video-overlay{opacity:1}.va-play-btn{box-shadow:0 4px 16px #0000004d;font-size:32px;height:64px;width:64px}.va-timeline-container{background:#f9fafb;border-radius:0 0 10px 10px;border-top:1px solid #e5e7eb;padding:7px 10px}.va-timeline{background:#0003;border-radius:2px;cursor:pointer;height:4px;margin-bottom:12px;overflow:visible;position:relative;transition:height .2s ease}.va-timeline:hover{background:#0000004d;height:6px}.va-timeline-progress{background:red;border-radius:2px;height:100%;left:0;position:absolute;top:0;transition:width .1s linear}.va-timeline-marker{background:red;border-radius:50%;box-shadow:0 0 4px #ff000080;height:12px;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:left .1s linear;width:12px;z-index:2}.va-timeline:hover .va-timeline-marker{opacity:1}.va-timeline-clip{border:none;border-radius:2px;cursor:pointer;height:100%;opacity:.6;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;z-index:1}.va-timeline-clip:hover{box-shadow:0 2px 8px #0003;transform:scaleY(1.1)}.va-timeline-info{align-items:center;color:#4a5568;display:flex;font-family:SF Mono,Monaco,Consolas,monospace;font-size:14px;font-weight:500;gap:8px;justify-content:center}.va-time-separator{color:#cbd5e0}.va-time-display{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.va-time-item{align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex:1 1;flex-direction:column;padding:8px;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.va-time-label{color:#718096;font-size:12px;letter-spacing:.2px;margin-bottom:4px}.va-time-value{color:#2d3748;font-family:SF Mono,Monaco,Consolas,monospace;font-size:16px;font-weight:600;word-break:break-all}.va-label{color:#374151;display:block;font-size:13px;font-weight:600;letter-spacing:.2px;margin-bottom:8px}.va-label+.ant-input,.va-label+.ant-select{margin-top:4px}.va-clips-list{align-items:flex-start;display:flex;flex:1 1;flex-direction:row;gap:12px;margin-top:0;min-height:0;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:0;position:relative;scrollbar-color:#94a3b8 #f1f5f9;scrollbar-width:thin;width:100%}.va-clips-list::-webkit-scrollbar{display:block;height:14px}.va-clips-list::-webkit-scrollbar-track{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px}.va-clips-list::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #f1f5f9;border-radius:6px;min-width:40px}.va-clips-list::-webkit-scrollbar-thumb:hover{background:#64748b}.va-clips-list{scrollbar-gutter:stable}.va-clips-panel .va-card .ant-card-body{box-sizing:border-box}.va-clip-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:8px;height:-webkit-fit-content;height:fit-content;max-width:500px;min-height:120px;min-width:320px;padding:10px 12px;transition:all .2s ease;width:-webkit-min-content;width:min-content}.va-clip-item:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.va-clip-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between;margin-bottom:0;padding-bottom:6px}.va-clip-header .va-clip-time{flex:1 1;min-width:0}.va-clip-header .ant-space{flex-shrink:0}.va-clip-time{align-items:center;display:flex;gap:8px}.va-clip-duration{color:#718096;font-size:12px}.va-clip-body{display:flex;flex:1 1;flex-direction:column;gap:6px;min-height:0}.va-clip-main-info{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr 1fr;margin:0;padding:0}.va-clip-main-info,.va-clip-meta{align-items:center;line-height:1.2;overflow:visible}.va-clip-meta{flex-wrap:nowrap;justify-content:flex-start}.va-clip-meta,.va-clip-scores{display:inline-flex;gap:4px;max-width:100%;min-width:-webkit-fit-content;min-width:fit-content}.va-clip-scores{align-items:center;font-size:11px;justify-content:flex-end;line-height:1.2;overflow:visible;white-space:nowrap}.va-score-compact{background:#eff6ff;border-radius:3px;color:#3b82f6;font-size:11px;font-weight:600;line-height:1.3;padding:1px 5px;white-space:nowrap}.va-clip-extra-info{align-items:center;display:flex;flex-wrap:nowrap;gap:4px;line-height:1.2;margin:0;overflow:hidden;padding:0}.va-clip-camera,.va-clip-quality,.va-clip-tags{align-items:center;display:inline-flex;flex-wrap:nowrap;gap:4px;white-space:nowrap}.va-clip-camera .ant-tag,.va-clip-quality .ant-tag,.va-clip-tags .ant-tag{font-size:10px;height:auto;line-height:1.2;margin:0;padding:1px 5px}.va-clip-text-info{display:flex;flex-direction:column;gap:4px;margin-top:2px}.va-clip-description{-webkit-line-clamp:2;line-clamp:2;color:#4a5568;font-size:12px;margin:0}.va-clip-description,.va-clip-notes{-webkit-box-orient:vertical;display:-webkit-box;line-height:1.4;overflow:hidden;text-overflow:ellipsis}.va-clip-notes{-webkit-line-clamp:1;line-clamp:1;color:#718096;font-size:11px}.va-score-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;padding:8px}.va-score-label{color:#718096;font-size:11px;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.va-score-value{color:#3b82f6;font-size:18px;font-weight:700}@media (max-width:1600px){.va-main{grid-template-columns:1fr 340px}}@media (max-width:1400px){.va-main{grid-template-columns:1fr 320px}.va-controls-panel{width:320px}}@media (max-width:1200px){.va-main{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto;min-height:auto}.va-video-panel{grid-column:1;grid-row:1}.va-controls-panel{grid-column:1;grid-row:2;max-height:500px}.va-clips-panel{grid-column:1;grid-row:3;max-height:350px;min-height:220px}}@media (max-width:768px){.va-container{padding:16px}.va-header-content{align-items:flex-start;flex-direction:column;gap:12px}.va-title{font-size:24px}.va-clip-scores{grid-template-columns:repeat(2,1fr)}}.va-card .ant-btn{border-radius:8px;font-weight:500;height:32px}.va-card .ant-btn-primary{background:#3b82f6;border:none;box-shadow:0 2px 4px #3b82f633}.va-card .ant-btn-primary:hover{background:#2563eb;box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.va-card .ant-input,.va-card .ant-select-selector{border-color:#e2e8f0;border-radius:8px}.va-card .ant-input:focus,.va-card .ant-select-focused .ant-select-selector{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.va-card .ant-slider{margin:4px 0 25px}.va-card .ant-slider-track{background:linear-gradient(90deg,#667eea,#764ba2)}.va-card .ant-slider-handle{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.va-card .ant-slider-handle:focus,.va-card .ant-slider-handle:hover{border-color:#764ba2;box-shadow:0 0 0 6px #667eea26}.va-controls-panel .ant-slider-mark-text{font-size:10px;margin-top:2px;white-space:nowrap}.va-controls-panel .ant-slider+div[style*="textAlign: 'center'"]{line-height:1.5;margin-bottom:4px!important;margin-top:8px!important;padding:0 4px}.va-controls-panel .ant-btn{font-size:12px;height:34px;padding:0 8px}.va-time-item:hover{background:#edf2ff;border-color:#667eea;box-shadow:0 1px 4px #667eea33}.mr-container{background:#f5f7fa;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;height:100vh;overflow:hidden;padding:20px}.mr-header{margin-bottom:20px}.mr-header-content{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-between;padding:16px 24px}.mr-title{color:#111827;font-size:24px;font-weight:600;margin:0}.mr-header-stats{display:flex;gap:12px}.mr-main{grid-gap:20px;align-content:stretch;display:grid;flex:1 1;gap:20px;grid-template-columns:1fr 1fr;justify-items:stretch;min-height:0;overflow:hidden}.mr-left-panel{gap:20px;grid-column:1;grid-row:1}.mr-left-panel,.mr-video-panel{display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden}.mr-video-panel{flex:1 1}.mr-recommendations-panel{display:flex;flex:1 1;flex-direction:column;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto}.mr-video-panel .mr-card{display:flex;flex-direction:column;height:100%;overflow:hidden}.mr-video-panel .mr-card .ant-card-body{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.mr-controls-panel{display:flex;flex-direction:column;gap:16px;grid-column:2;grid-row:1;max-height:100%;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;padding-right:8px;width:100%}.mr-controls-panel .mr-card{display:flex;flex-direction:column;flex-shrink:0;height:auto;overflow:hidden}.mr-controls-panel .mr-card .ant-card-body{flex:0 1 auto;max-height:none;min-height:0;overflow:visible}.mr-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;height:auto;transition:box-shadow .2s ease,border-color .2s ease}.mr-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.mr-card .ant-card-head{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:14px 20px}.mr-card .ant-card-head-title{color:#111827;font-size:15px;font-weight:600}.mr-card .ant-card-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:16px 18px}.mr-upload-area{padding:60px 40px;text-align:center}.mr-upload-content{cursor:pointer;transition:all .3s ease}.mr-upload-content:hover{transform:translateY(-4px)}.mr-upload-text{color:#2d3748;font-size:18px;font-weight:600;margin-bottom:8px}.mr-video-wrapper{aspect-ratio:16/9;background:#000;border-radius:10px 10px 0 0;overflow:hidden;position:relative}.mr-video{display:block;height:100%;object-fit:contain;width:100%}.mr-video-overlay{align-items:center;background:#0000004d;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.mr-video-wrapper:hover .mr-video-overlay{opacity:1}.mr-play-btn{box-shadow:0 4px 16px #0000004d;font-size:32px;height:64px;width:64px}.mr-timeline-container{background:#f9fafb;border-radius:0 0 10px 10px;border-top:1px solid #e5e7eb;padding:7px 10px}.mr-timeline-info{align-items:center;color:#4a5568;display:flex;font-family:SF Mono,Monaco,Consolas,monospace;font-size:14px;font-weight:500;gap:8px;justify-content:center}.mr-time-separator{color:#cbd5e0}@media (max-width:1600px){.mr-main{grid-template-columns:1fr 1fr}}@media (max-width:1400px){.mr-main{grid-template-columns:1fr 1fr}}@media (max-width:1200px){.mr-main{grid-template-columns:1fr;grid-template-rows:auto auto}.mr-left-panel{grid-column:1;grid-row:1}.mr-controls-panel{grid-column:1;grid-row:2;max-height:500px;width:100%}}@media (max-width:768px){.mr-container{padding:16px}.mr-header-content{align-items:flex-start;flex-direction:column;gap:12px}.mr-title{font-size:20px}}.mr-card .ant-btn{border-radius:8px;font-weight:500;height:32px}.mr-card .ant-btn-primary{background:#3b82f6;border:none;box-shadow:0 2px 4px #3b82f633}.mr-card .ant-btn-primary:hover{background:#2563eb;box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.mr-card .ant-input,.mr-card .ant-select-selector{border-color:#e2e8f0;border-radius:8px}.mr-card .ant-input:focus,.mr-card .ant-select-focused .ant-select-selector{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.mr-card .ant-card-extra{align-items:center;display:flex;gap:8px}.mr-card .ant-card-extra .ant-input{transition:all .3s ease}.mr-card .ant-card-extra .ant-input:hover{border-color:#667eea}.mr-card .ant-card-extra .ant-input-affix-wrapper{border-color:#e2e8f0;border-radius:8px;transition:all .3s ease}.mr-card .ant-card-extra .ant-input-affix-wrapper:hover{border-color:#667eea}.mr-card .ant-card-extra .ant-input-affix-wrapper-focused{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.mr-card .ant-pagination{margin-top:16px}.mr-card .ant-pagination-item{border-color:#e2e8f0;border-radius:6px}.mr-card .ant-pagination-item:hover{border-color:#667eea}.mr-card .ant-pagination-item-active{background:#667eea;border-color:#667eea}.mr-card .ant-pagination-item-active a{color:#fff}.mr-card .ant-pagination-next,.mr-card .ant-pagination-prev{border-color:#e2e8f0;border-radius:6px}.mr-card .ant-pagination-next:hover,.mr-card .ant-pagination-prev:hover{border-color:#667eea}.mr-card .ant-pagination-options{border-radius:6px}.mr-card .ant-slider{margin:8px 0}.mr-card .ant-slider-track{background:linear-gradient(90deg,#667eea,#764ba2)}.mr-card .ant-slider-handle{border-color:#667eea;box-shadow:0 2px 4px #667eea4d}.mr-card .ant-slider-handle:focus,.mr-card .ant-slider-handle:hover{border-color:#764ba2;box-shadow:0 2px 8px #667eea80}.mr-card .ant-slider-handle:active{border-color:#764ba2;box-shadow:0 2px 12px #667eea99}.mr-timeline-container .ant-slider{margin:8px 0}.mr-timeline-container .ant-slider-track{background:linear-gradient(90deg,#667eea,#764ba2)}.mr-timeline-container .ant-slider-handle{border-color:#667eea;box-shadow:0 2px 4px #667eea4d}.mr-timeline-container .ant-slider-handle:focus,.mr-timeline-container .ant-slider-handle:hover{border-color:#764ba2;box-shadow:0 2px 8px #667eea80}.task-detail-page{background:#f0f2f5;min-height:calc(100vh - 64px);padding:24px}.task-detail-header{align-items:center;display:flex;gap:16px;padding:16px 0}.stage-header{align-items:center;display:flex;font-size:16px;font-weight:500}.stage-content{min-height:80px;padding:16px 0}.stage-content .ant-btn{margin-bottom:8px;margin-right:8px}.task-detail-page .ant-steps-vertical .ant-steps-item{padding-bottom:24px}.task-detail-page .ant-steps-item-title{font-size:16px;font-weight:500;line-height:24px}.task-detail-page .ant-steps-item-description{margin-bottom:12px;margin-top:8px}.task-detail-page .ant-steps-item-process .ant-steps-item-icon{background-color:#1890ff;border-color:#1890ff}.task-detail-page .ant-steps-item-finish .ant-steps-item-icon{background-color:#52c41a;border-color:#52c41a}.task-detail-page .ant-steps-item-error .ant-steps-item-icon{background-color:#ff4d4f;border-color:#ff4d4f}.stage-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:16px;padding:16px;transition:all .3s}.stage-card:hover{border-color:#1890ff;box-shadow:0 2px 8px #0000001a}.stage-card.running{background:#e6f7ff;border-color:#1890ff}.stage-card.completed{background:#f6ffed;border-color:#52c41a}.stage-card.failed{background:#fff1f0;border-color:#ff4d4f}@media (max-width:768px){.task-detail-page{padding:16px}.task-detail-header{align-items:flex-start;flex-direction:column}.stage-content{padding:12px 0}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ant-table{font-size:15px}.ant-table-thead>tr>th{background-color:#fafafa;color:#262626;font-size:15px;font-weight:600;padding:14px 8px!important}.ant-table-tbody>tr>td{padding:12px 8px!important}.ant-table-tbody>tr:hover>td{background-color:#f0f7ff!important;box-shadow:0 2px 8px #1890ff1a}.ant-table-tbody>tr{transition:all .3s ease}.ant-table-cell{border-bottom:1px solid #f0f0f0!important}
/*# sourceMappingURL=main.c335ae63.css.map*/