@charset "UTF-8";:root{--primary-color: #4d6bfe;--primary-color-1: rgba(77,107,254,.4);--primary-color-2: rgba(77,107,254,.2);--primary-color-3: rgba(77,107,254,.9);--hover-bg: #f5f8ff;--border-color: #e5e7eb;--assistant-bg: #f8f9ff;--primary-buttom-color-1:rgb(51, 54, 57);--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-white-1: rgba(255, 255, 255, .1);--vt-c-white-mute-soft: #F3F3F3;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(10, 6, 6, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64);--vt-c-text-dark-3: rgba(235, 235, 235, .48);--vt-c-text-dark-4: rgba(255, 255, 255, .75);--vt-c-text-dark-5: rgba(235, 235, 235, .1);--vt-c-text-color-1: #1a1a1a;--vt-c-text-color-2: rgba(0, 0, 0, .6);--vt-c-text-line-1: rgba(0, 0, 0, .06);--vt-c-text-line-1-light: rgba(255, 255, 255, .1);--vt-c-text-line-8-light: rgba(255, 255, 255, .8);--vt-c-table-th-color: #1a1a1a;--vt-c-table-td-bg-hover-color:#f5f5f5;--vt-c-gradient-color-1:#335bff;--vt-c-gradient-color-2:#ca37ce;--bg-dark: #0D0D15;--text-primary: rgba(255,255,255,.92);--accent: #00F0FF;--accent-dark: #0088FF;--border-glow: rgba(0,240,255,.3)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px;--color-background-right:var(--vt-c-white);--primary-color-dark-1:var(--primary-color-1);--primary-color-dark-text-1:var(--primary-color)}:root[hy-theme-mode=dark]{--color-background: var(--vt-c-black);--color-background-right:var(--vt-c-white-1);--color-text: var(--vt-c-white);--vt-c-white-mute-soft:var(--vt-c-white-1);--border-color: var(--vt-c-text-dark-3);--hover-bg:var(--vt-c-text-dark-5);--vt-c-black-mute: var( --vt-c-white-mute);--assistant-bg: var(--vt-c-white-1);--vt-c-text-color-1: var(--vt-c-white);--vt-c-text-color-2: var(--vt-c-text-dark-4);--primary-buttom-color-1: var(--vt-c-text-dark-4);--vt-c-table-td-bg-hover-color:var(--vt-c-indigo);--vt-c-text-line-1: var(--vt-c-text-line-1-light);--primary-color-dark-1:var(--primary-color);--primary-color-dark-text-1:var(--vt-c-white-mute)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:PingFang SC,Microsoft YaHei,Helvetica,Arial,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:PingFang SC,Microsoft YaHei,Helvetica,Arial,sans-serif}textarea{resize:none;font-family:PingFang SC,Microsoft YaHei,Helvetica,Arial,sans-serif!important}textarea::-webkit-inner-spin-button,textarea::-webkit-textarea-caret{display:none;-webkit-appearance:none}::-webkit-scrollbar{width:8px;height:6px;background-color:transparent;border-radius:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000000d;border-radius:4px}html[hy-theme-mode=dark] ::-webkit-scrollbar-thumb{background:#ffffff4d}input:focus,input:focus-visible,textarea:focus,textarea:focus-visible{outline:none;position:relative}#app,#hcont-bot{font-size:14px;height:100%;-webkit-tap-highlight-color:transparent}#hcont-bot{overflow-y:hidden}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}.cursor-hover{cursor:pointer}.flex-start{display:flex;align-items:center;justify-content:flex-start}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-center{display:flex;align-items:center;justify-content:center}.flex-column{display:flex;align-items:center;flex-direction:column}.text-ovh-1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-ellipsis-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.gradient-border{border-radius:10px;border:1px solid transparent;background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(#fff,#fff),linear-gradient(to right,#a392e8,#ed5a45 80%);cursor:pointer;color:#aa3fd9}.gradient-border.n-button.n-button--disabled,.gradient-border.n-button:not(.n-button--disabled):hover,.gradient-border.n-button:not(.n-button--disabled):active,.gradient-border.n-button:not(.n-button--disabled):focus{color:#aa3fd9;border:none}.gradient-border.n-button{border:none}.input-border.n-input{color:#333}.drak .input-border.n-input{color:#fff}@media (max-width: 768px){.hy-mdCont table{display:block;overflow-x:auto}}.hy-mdCont hr{border-color:#2828282b;margin:4px 0}@media (hover: hover){a:hover{background-color:#00bd7e33}}.n-message-container.n-message-container--top{top:30%;left:50%;transform:translate(-50%,-50%)}.no-header-modal .n-dialog__title,.no-header-modal .n-dialog__close{display:none}@media (max-width: 768px){.n-message-wrapper .n-message__content{font-size:12px}}#hy-self-render{display:block!important}.hy-mdCont ol,.hy-mdCont ul{margin-bottom:16px;margin-top:8px;text-align:left;padding-left:16px}.hy-mdCont table{width:100%;border-collapse:separate;border-spacing:0;margin:1em 0 .5em;overflow:hidden}.hy-table-operate{display:flex;align-items:flex-end;justify-content:end;height:20px}.hy-table-operate .hy-table-copy{width:24px;height:18px;position:relative;display:none}.hy-table-operate .hy-table-copy:after{content:"复制表格";position:absolute;width:60px;height:24px;background:#e1e1e1;left:-80%;top:-124%;z-index:3;text-align:center;border-radius:4px;font-size:12px;display:none;color:#333}.hy-table-operate .hy-table-copy:hover:after{display:block}.hy-message-table{padding-bottom:10px}.hy-message-table:hover .hy-table-copy{display:block}.hy-mdCont th,.hy-mdCont td{border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding:12px;text-align:left;font-size:14px;background:#fff;position:relative;color:var(--vt-c-table-th-color)}.hy-mdCont th:first-child,.hy-mdCont td:first-child{border-left:1px solid #e1e1e1}.table-ul,.business-modules{margin-left:25px}.table-ul td,.consumption-table-container td{padding:0 12px}.table-ul th,.consumption-table-container th{padding:6px 12px}.table-ul tbody tr:not(:last-child) .hy-df-button:last-child{display:none}.table-ul .hy-df-input{border-color:transparent}.hy-mdCont th{background-color:#ededed;font-weight:600;color:var(--vt-c-table-th-color)}.hy-mdCont .katex{display:inline-block;margin-bottom:20px}.hy-mdCont tr:hover{background-color:var(--vt-c-table-td-bg-hover-color)}.hy-mdCont thead th:first-child{border-top-left-radius:8px}.hy-mdCont thead th:last-child{border-top-right-radius:8px}.hy-mdCont tr:last-child td:first-child{border-bottom-left-radius:8px}.hy-mdCont tr:last-child td:last-child{border-bottom-right-radius:8px}.hy-mdCont .hy-code{display:flex;flex-direction:column;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:solid 1px #ffffff33;margin-bottom:16px}.hy-mdCont a{cursor:pointer}.hy-mdCont .hy-code-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#ededed;border-bottom:1px solid #dee2e6}.hy-mdCont .used-knowledge-base{border-radius:4px;background:linear-gradient(90deg,#7a7af340,#18181b0a);font-size:12px;margin-bottom:5px}.hy-mdCont .used-knowledge-base .lit-span{color:#76787a;padding:0 4px}.hy-code .language,.hy-copy-btn{color:#495057;font-size:13px;cursor:pointer}.hy-mermaid-posi{position:relative}.hy-mermaid-posi .class-mermaid-error{position:absolute;color:#ccc;top:50%;left:50%;transform:translate(-50%,-50%)}.hy-mermaid-hd-left{display:flex;gap:1px;border-radius:8px;background:#00000014;color:#0009;font-size:13px;line-height:20px;font-weight:500;padding:2px}.hy-mermaid-hd-left .hy-md-img,.hy-mermaid-hd-left .hy-md-code{border-radius:6px;padding:2px 16px;cursor:pointer}.hy-mermaid-hd-left .hy-md-img.active,.hy-mermaid-hd-left .hy-md-code.active{background:#fff}.hy-mermaid-hd-right .hy-mermaid-narrow,.hy-mermaid-hd-right .hy-mermaid-amplify,.hy-mermaid-hd-right .hy-mermaid-resize,.hy-mermaid-hd-right .hy-mermaid-full{margin-right:14px;cursor:pointer}.hy-mermaid-hd-right .hy-mermaid-narrow span,.hy-mermaid-hd-right .hy-mermaid-amplify span,.hy-mermaid-hd-right .hy-mermaid-resize span,.hy-mermaid-hd-right .hy-mermaid-full span{width:18px;height:18px;border-radius:50%;border:solid 1px #0009;position:relative}.hy-mermaid-hd-right .hy-mermaid-narrow span:after,.hy-mermaid-hd-right .hy-mermaid-amplify span:after,.hy-mermaid-hd-right .hy-mermaid-resize span:after,.hy-mermaid-hd-right .hy-mermaid-full span:after{content:"";display:block;width:1px;height:4px;border-radius:50%;margin:4px auto;position:absolute;background:#0009;transform:rotate(-45deg) translate(1px,11px)}.hy-mermaid-hd-right .hy-mermaid-copy,.hy-mermaid-hd-right .hy-mermaid-resize,.hy-mermaid-hd-right .hy-mermaid-full{width:20px;display:flex}.hy-mermaid{width:760px;border-radius:10px;overflow:hidden;border:solid 1px rgba(0,0,0,.08)}.hy-mermaid .hy-m-hide{display:none}.hy-mermaid .hy-mermaid-hd{background-color:#ededed;padding:10px;box-sizing:border-box;line-height:24px;font-size:14px;color:#0009}.hy-mermaid .hy-mermaid-chart{height:360px;transform:translateZ(0);will-change:contents}.hy-mermaid-chart svg{height:100%;width:100%;max-width:100%!important}.hy-mermaid-chart svg g{transition:.5s}.hy-code-btn{border-radius:4px;color:#495057;font-size:13px;padding:2px 4px}#deleteRow,#deleteRow2,#deleteRowUl{color:#f53636;text-decoration:underline;cursor:pointer}.hy-df-nomd #addRowTableUl{color:#02af1999;text-decoration:underline;cursor:pointer;padding:0}.hy-df-question-box{min-width:500px}.hy-df-mar-bot{margin-bottom:10px}.hu-df-t3{font-weight:600}.hy-df-input,.hy-df-textarea{width:100%;line-height:2;border:solid 1px #dddddd59;border-radius:4px;display:block;box-sizing:border-box;padding:2px 4px;font-size:14px}.hy-df-input.input-line{border:none;border-bottom:solid 1px #e1e1e1;background-color:transparent;display:inline-block;width:50%;border-radius:0}.hy-df-input.input-line.w-70{width:70%}.hy-df-input.input-line.w-100{width:40vw}.hy-df-textarea{display:inline-block;vertical-align:top}.textarea-nobg{background-color:transparent;color:inherit}.hy-df-button{text-align:center;line-height:30px;border-radius:6px;display:inline-block;padding:0 16px;margin-right:5px;font-size:14px}.hy-df-button.primary{border:1px solid transparent;background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(#fff,#fff),linear-gradient(to right,#a392e8,#ed5a45 80%);cursor:pointer;color:#aa3fd9}.hy-df-button.primary:hover{cursor:pointer}.hy-df-button.default{color:var(--primary-buttom-color-1);border:1px solid var(--border-color)}.hy-df-button.default:hover{background:#ccc;cursor:pointer;color:#000}.hy-df-radio-group{display:flex;align-items:center;justify-content:flex-start;margin:10px 0;width:100%}.hy-df-radio-item{margin-right:25px;display:flex;align-items:center;justify-content:center}.hy-df-radio-item input{width:14px;height:14px;margin-right:4px;cursor:pointer}.hy-df-radio-group2 input[type=radio]{position:absolute;opacity:0;width:0;height:0}.hy-df-radio-group2 .radio-label{position:relative;padding-left:30px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;width:90%}.hy-df-radio-group2 .custom-radio{position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid var(--primary-color);border-radius:4px;background:#fff;transition:all .3s ease}.hy-df-radio-group2 input[type=radio]:checked+.radio-label .custom-radio{border-color:var(--primary-color);background-color:var(--primary-color)}.hy-df-radio-group2 input[type=radio]:checked+.radio-label:after{content:"✓";position:absolute;left:5px;color:#fff;font-weight:700;font-size:14px;transition:opacity .3s ease}.hy-df-radio-group2 .radio-label:hover .custom-radio{box-shadow:0 0 5px var(--primary-color-3)}.hy-df-radio-group2 input[type=radio]:disabled+.radio-label{opacity:.6;cursor:not-allowed}.hy-df-radio-group2 input[type=radio]:disabled+.radio-label .custom-radio{border-color:#ccc;background:#f5f5f5}.hy-df-radio-group2 input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.hy-df-radio-group2 .checkbox-label{position:relative;padding-left:30px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;width:90%}.hy-df-radio-group2 .custom-checkbox{position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid var(--primary-color);border-radius:4px;background:#fff;transition:all .3s ease}.hy-df-radio-group2 input[type=checkbox]:checked+.checkbox-label .custom-checkbox{border-color:var(--primary-color);background-color:var(--primary-color)}.hy-df-radio-group2 input[type=checkbox]:checked+.checkbox-label:after{content:"✓";position:absolute;left:5px;color:#fff;font-weight:700;font-size:14px;transition:opacity .3s ease}.hy-df-radio-group2 .checkbox-label:hover .custom-checkbox{box-shadow:0 0 5px var(--primary-color-3)}.hy-df-radio-group2 input[type=checkbox]:disabled+.checkbox-label{opacity:.6;cursor:not-allowed}.hy-df-radio-group2 input[type=checkbox]:disabled+.checkbox-label .custom-checkbox{border-color:#ccc;background:#f5f5f5}.hy-df-radio-column{align-items:flex-start;justify-content:center;flex-wrap:wrap;flex-direction:column}.hy-df-radio-column .hy-df-radio-item input{align-self:self-start;margin-top:9px}.hy-code .hljs.markdown .hljs-strong{color:#ddd}.hy-code pre code.hljs{background:#fff}@media (max-width: 1200px){.hy-df-question-box{min-width:100%}.hy-df-radio-group{flex-direction:column;align-items:flex-start}.hy-mermaid{width:100%}}html[hy-theme-mode=dark] .hy-df-input.input-line{color:#e1e1e1}html[hy-theme-mode=dark] .hy-df-button.primary{background-image:linear-gradient(#181818,#181818),linear-gradient(to right,#a392e8,#ed5a45 80%);color:#fff}html[hy-theme-mode=dark] .hy-code pre code.hljs{background:transparent}.dynamic-icon-wrapper[data-v-0c6bdb25]{display:inline-flex;align-items:center;gap:8px}.icon-loading[data-v-0c6bdb25]{display:flex;align-items:center;justify-content:center}.hy-cont[data-v-19fe4841]{display:flex;height:100vh}.hy-cont-left[data-v-19fe4841]{width:200px;height:100%;border-right:1px solid var(--border-color);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative;z-index:11;background-color:#fff;flex:0 0 200px}.hy-cont-left-app[data-v-19fe4841]{width:64px;height:60px;position:absolute;z-index:23;text-align:center;line-height:70px;box-shadow:0 1px 7px 0 var(--vt-c-text-line-1);left:-64px}.hy-cont-left-app .slide-icon[data-v-19fe4841]{color:#333}.hy-cont-left-app.hide[data-v-19fe4841]{z-index:1}.hy-cont-left.collapsed[data-v-19fe4841]{width:64px;flex:0 0 64px}.sidebar-header[data-v-19fe4841]{padding:0 20px;display:flex;align-items:center;gap:12px;position:relative;z-index:2;height:60px;line-height:60px}.logo[data-v-19fe4841]{display:flex;align-items:center;gap:8px;cursor:pointer;width:100%}.logo-img[data-v-19fe4841]{width:32px;height:32px;object-fit:contain}.logo-text[data-v-19fe4841]{font-weight:600;font-size:16px;white-space:nowrap;opacity:1;transition:opacity .3s;background:linear-gradient(90deg,#335bff,#ca37ce);-webkit-background-clip:text;background-clip:text;color:transparent}.collapsed .logo-text[data-v-19fe4841]{width:32px}.toggle-icon[data-v-19fe4841]{width:24px;height:24px;cursor:pointer;transition:transform .3s}.collapsed .toggle-icon[data-v-19fe4841]{transform:rotate(180deg)}.expand-icon[data-v-19fe4841],.collapse-icon[data-v-19fe4841]{transition:all .3s}.tool-list[data-v-19fe4841]{padding:8px;overflow-y:auto;transition:margin-left .3s;flex:1;overflow:auto}.tool-item[data-v-19fe4841]{padding:12px 8px;font-size:14px;line-height:22px;position:relative;border-radius:4px;margin-bottom:2px;cursor:pointer;transition:.3s}.tool-item.active[data-v-19fe4841]{background-color:var(--vt-c-white-mute-soft)}.tool-item .new-tag[data-v-19fe4841]{width:30px;height:12px;font-size:8px;line-height:13px;font-style:italic;color:#fff;text-align:center;background-color:#d33934;border-radius:13px 13px 13px 2px;margin-left:6px}@media (hover: hover){.tool-item[data-v-19fe4841]:hover{background-color:var(--vt-c-white-mute-soft)}}.tool-info[data-v-19fe4841]{width:100%;display:flex;align-items:center}.hy-introduce[data-v-19fe4841]{width:100%;position:absolute;bottom:75px;left:0;padding:8px}.hy-introduce .introduce-tit[data-v-19fe4841]{justify-content:flex-start;padding:9px 8px}.hy-introduce .introduce-tit[data-v-19fe4841]:hover{background-color:var(--vt-c-white-mute-soft)}.user-profile[data-v-19fe4841]{padding:0 16px;height:60px;display:flex;align-items:center;position:absolute;bottom:0;left:0;width:100%;background-color:var(--vt-c-white-mute-soft)}.user-profile .default-avatar[data-v-19fe4841]{width:30px;height:30px;border-radius:50%;background:var(--primary-color);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;margin-right:4px}.user-profile .user-info[data-v-19fe4841]{width:70%}.user-profile .setting[data-v-19fe4841]{color:#252525;padding:5px;border-radius:4px}.user-profile .setting.active[data-v-19fe4841]{background-color:var(--primary-color-2)}.beat-bg[data-v-19fe4841]{padding:4px;border-radius:10px;background-color:#edf0f3}.beat[data-v-19fe4841]{color:#0f7bef;font-size:12px}.hy-cont-right[data-v-19fe4841]{flex:1;transition:padding-left .3s;min-width:0}@media (max-width: 768px){.hy-cont-left[data-v-19fe4841]{position:fixed;left:-200px}.hy-cont-left .slide-icon1[data-v-19fe4841]{display:none}.hy-cont-left-app[data-v-19fe4841]{left:0}.hy-cont-left.show[data-v-19fe4841]{left:0;width:140px}}html[hy-theme-mode=dark] .hy-cont-left[data-v-19fe4841],html[hy-theme-mode=dark] .hy-cont-left-app[data-v-19fe4841]{border-right-color:transparent;background:#252525}html[hy-theme-mode=dark] .hy-cont-left .slide-icon[data-v-19fe4841],html[hy-theme-mode=dark] .hy-cont-left-app .slide-icon[data-v-19fe4841]{color:#fff}html[hy-theme-mode=dark] .slide-icon1 .n-icon[data-v-19fe4841]{color:#f0f8ff!important}html[hy-theme-mode=dark] .setting[data-v-19fe4841]{color:#fff}html[hy-theme-mode=dark] .hy-cont-left[data-v-19fe4841]{color:var(--vt-c-text-line-8-light)}html[hy-theme-mode=dark] .beat-bg[data-v-19fe4841]{background-color:#24333e}html[hy-theme-mode=dark] .beat[data-v-19fe4841]{color:#99fff9}.tool-list .n-icon svg,.hy-introduce .n-icon svg,.user-profile .n-icon svg{width:20px}
