@keyframes placeholderShimmer{0%{background-position:-500px 0}to{background-position:500px 0}}@keyframes blink{50%{fill:transparent;transform:translateY(-2px)}}@keyframes search{0%{transform:rotate(0) translate(-5px) rotate(0)}to{transform:rotate(360deg) translate(-5px) rotate(-360deg)}}@keyframes line{0%{transform:scaleX(1)}25%,to{transform:scaleX(0)}}@keyframes move{0%{transform:translate(-150%,-50%)}to{transform:translate(150%,-50%)}}@keyframes beat{0%,to{transform:scale(.8)}50%{transform:scale(1.2)}}@keyframes cursorBlink{0%,to{color:transparent}50%{color:#383634}}@keyframes clockWise{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes antiClockWise{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}*{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#a6a3a3;border-radius:10px}.dark ::-webkit-scrollbar-thumb{background-color:#6d6d6d}::-webkit-scrollbar-track{border-radius:10px}::-webkit-scrollbar-track:hover{background-color:#f1f1f1}.dark ::-webkit-scrollbar-track:hover{background-color:#515151}::-webkit-scrollbar-thumb:hover{background-color:#8d8a8a}body{--resize-bar-handle: #4b9fc2}.Panel{display:flex;flex-direction:column}.PanelContent{height:100%;width:100%;background-color:var(--color-panel-background);display:flex;flex-direction:row;align-items:center;justify-content:center;overflow:hidden;border-radius:.5rem}.ResizeHandleOuter{flex:0 0 6px;position:relative;outline:none;background-color:transparent}.ResizeHandleOuter.dark{background-color:#2c2c2c}.ResizeHandleOuter.gray{background-color:#ededed}.ResizeHandleOuter[data-resize-handle-active]{background-color:var(--resize-bar-handle)}.ResizeHandleInner{position:absolute;inset:.25em;border-radius:.25em;background-color:var(--background-color);transition:background-color .2s linear}.Icon{width:1em;height:1em;position:absolute;left:calc(50% - .5rem);top:calc(50% - .5rem)}.RotateRight{transform:rotate(90deg)}.fs-20{font-size:clamp(20px,1.04167vw,26px);line-height:1.4}.sub-layout .top-bar{border-bottom:1px solid;border-image:repeating-linear-gradient(45deg,rgba(10,10,10,.2),rgba(10,10,10,.2) 4px,transparent 4px,transparent 8px) 1}.sub-layout .top-bar.co-pilot{padding:8px;height:41px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-image:none;border-bottom:1px solid #e5e5e5}.sub-layout .top-bar .upper,.sub-layout .top-bar .lower{padding:8px 0;height:41px;display:flex;gap:10px;align-items:center;justify-content:space-between;background-color:#fafbfc;transition:all .3s ease-in-out}.sub-layout .top-bar .upper{height:46px;padding:3px 0}.sub-layout .top-bar .lower{background-color:#f276010a}.sub-layout .top-bar .lower .compute-details{font-size:clamp(14px,.72916vw,20px);line-height:1.4;font-weight:500;color:#515151;display:flex;align-items:center;flex-wrap:nowrap;overflow:hidden}.sub-layout .top-bar .lower .compute-details.running{color:#54b773}.sub-layout .top-bar .lower .compute-details.success{color:#00bd35}.sub-layout .top-bar .lower .compute-details.initialize{color:#0085ff}.sub-layout .top-bar .lower .compute-details.busy{color:#ff8730}.sub-layout .top-bar .lower .compute-details.disconnected{color:#ff6056}.sub-layout .top-bar .lower .compute-details.info{color:#787888}.sub-layout .top-bar .lower .compute-details>i{font-size:clamp(16px,.83334vw,22px);line-height:1.4;line-height:1;margin-right:8px;color:var(--brandColor)}.sub-layout .top-bar .lower .compute-details>span{min-width:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sub-layout .top-bar .lower.hidden{height:0;padding:0;overflow:hidden}.sub-layout .top-bar.new{min-height:48px;padding:8px 0;display:flex;align-items:center;border-bottom:1px solid;border-image:repeating-linear-gradient(45deg,rgba(10,10,10,.2),rgba(10,10,10,.2) 4px,transparent 4px,transparent 8px) 1}.sub-layout .top-bar.new h1{font-size:clamp(20px,1.04167vw,26px);line-height:1.4;font-weight:600}.sub-layout .top-bar .configs .anticon,.sub-layout .top-bar .configs i[class^=ai-]{cursor:default;font-size:clamp(18px,.9375vw,24px);line-height:1.4;line-height:1}.sub-layout .top-bar .configs.green{color:#03a02f}.sub-layout .top-bar .configs.brown{color:#b87005}.sub-layout .top-bar a.link{font-size:clamp(12px,.625vw,18px);line-height:1.4;font-weight:700;color:#08978e;text-decoration:none}.sub-layout .top-bar .historytext{text-align:right;min-width:290px}.sub-layout .top-bar .export-notebook{cursor:pointer;line-height:24px}.sub-layout .top-bar .export-notebook.disabled{opacity:.5;pointer-events:none}.sub-layout .top-bar .notebook-subheader-functions{display:flex;align-items:center;gap:13px;margin-left:5px}.sub-layout .top-bar .notebook-subheader-functions .runtime-content{display:flex;gap:4px;align-items:center;cursor:pointer}.sub-layout .top-bar .notebook-subheader-functions .runtime-content.disabled{opacity:.5;pointer-events:none}.sub-layout .section-container{padding:5px 0}.er-layout.sub-layout .section-container{padding:0}.sub-layout .section-wrap{display:flex;flex-direction:column;padding:10px 12px;background:#fff;border:1px solid #cbcbcb;position:relative}.sub-layout .section-wrap.magic-box{max-height:36vh;padding:0;background-color:#f9f4f0;border-left:none}.sub-layout .section-wrap.magic-box>.section-config{padding:10px 12px}.sub-layout .section-wrap.magic-box.collapse{max-height:40px}.sub-layout .section-wrap.magic-box.collapse .loader-wrap{display:none}.sub-layout .section-wrap.magic-box.collapse .steps-wrap{padding:0}.sub-layout .section-wrap.editor-wrap{padding:0;height:220px;overflow:auto;background-color:#f0f2fd}.sub-layout .section-wrap.editor-wrap>.ant-tabs .ant-tabs-nav{margin:0;padding:4px 12px 0;background-color:#e2e4f1}.sub-layout .section-wrap.editor-wrap>.ant-tabs .ant-tabs-content-holder{padding:10px 12px}.sub-layout .section-wrap.editor-wrap>.ant-tabs .monaco-editor,.sub-layout .section-wrap.editor-wrap>.ant-tabs .monaco-diff-editor{--vscode-editorGutter-background: $textareaFill;--vscode-editor-background: $textareaFill}.sub-layout .section-wrap.editor-wrap>.ant-tabs .monaco-editor .view-overlays .current-line{background-color:#fff;border:#d1d4e0 1px solid}.sub-layout .section-wrap.editor-wrap>.ant-tabs .monaco-editor .minimap-decorations-layer{background-color:#f0f2fd}.sub-layout .section-wrap.history{padding:10px 0;border-right:none;overflow:auto}.sub-layout .section-wrap.history .section-config{padding:0 12px}.sub-layout .section-wrap.history .section-header{transform-origin:left center}.sub-layout .section-wrap.history .history-list{flex:1;overflow:hidden auto;display:block!important}.sub-layout .section-wrap.history .instr-container{padding:0}.sub-layout .section-wrap.history .instr-container .section-config{padding:0;margin:0!important}.sub-layout .section-wrap.history .instr-container .ant-tabs-extra-content i[class^=ai-]{color:#252526}.sub-layout .section-wrap.history .ant-tabs-nav{padding:0 12px;margin-bottom:5px;align-items:flex-start;transform-origin:left bottom}.sub-layout .section-wrap.history .ant-tabs .ant-tabs-tab{padding:2px 0 8px}.sub-layout .section-wrap.history .pdf-list{margin-bottom:10px;overflow:auto;display:flex;flex-direction:column}.sub-layout .section-wrap.history.collapse{max-width:38px}.sub-layout .section-wrap.history.collapse .section-header{cursor:pointer;white-space:nowrap;transform:rotate(90deg) translate(-10px,-6px)}.sub-layout .section-wrap.history.collapse .section-header .actions{opacity:0}.sub-layout .section-wrap.history.collapse .history-list,.sub-layout .section-wrap.history.collapse .ant-tree,.sub-layout .section-wrap.history.collapse .ant-result,.sub-layout .section-wrap.history.collapse .ant-empty{display:none!important}.sub-layout .section-wrap.history.collapse .loader-wrap{display:none}.sub-layout .section-wrap.history.collapse .instr-container{overflow:hidden}.sub-layout .section-wrap.history.collapse .instr-container .ant-tabs-nav{margin:0;width:300px;transform:rotate(90deg) translate(-40px)}.sub-layout .section-wrap.history.collapse .instr-container .ant-tabs-nav:before{border:none}.sub-layout .section-wrap.history.collapse .instr-container .ant-tabs-nav .ant-tabs-ink-bar{background-color:transparent}.sub-layout .section-wrap.history.collapse .instr-container .ant-tabs-extra-content,.sub-layout .section-wrap.history.collapse .instr-container .ant-tabs-content-holder{display:none}.sub-layout .section-wrap.command{border-left:none}.sub-layout .section-wrap.command.new{padding:0}.sub-layout .section-wrap.command.collapse{max-width:38px}.sub-layout .section-wrap.command.collapse .section-config{cursor:pointer;white-space:nowrap;transform:rotate(-90deg) translate(-48px)}.sub-layout .section-wrap.command.collapse .section-config .actions{opacity:0}.sub-layout .section-wrap.command.collapse .chat-section{display:none!important}.sub-layout .section-wrap.meeting{background-color:#2c2c2c;border:none;transition:width .3s ease-in-out}.sub-layout .section-wrap.meeting .section-header{color:#edf7ff}.sub-layout .section-wrap.meeting .actions{color:#8a8786!important}.sub-layout .section-wrap.meeting.collapse{max-width:42px;align-items:flex-end}.sub-layout .section-wrap.meeting.collapse .section-config{transform:rotate(-90deg) translateY(-100%);gap:20px;width:122px;transform-origin:top right}.sub-layout .section-wrap.meeting.collapse .section-config .actions{transform:rotate(90deg)}.sub-layout .section-wrap.meeting.collapse .drag-container,.sub-layout .section-wrap.meeting.collapse .token-info,.sub-layout .section-wrap.meeting.collapse .transcript-wrap{opacity:0;pointer-events:none}.er-layout.sub-layout .section-wrap{border:none}.sub-layout .section-wrap .section-config{gap:20px;display:flex;align-items:center;justify-content:space-between}.sub-layout .section-wrap .section-config .section-header{margin:0;font-size:clamp(12px,.625vw,18px);line-height:1.4;font-weight:400;display:flex;align-items:center;gap:7px}.sub-layout .section-wrap .section-config .section-header i[class^=ai-]{font-size:clamp(18px,.9375vw,24px);line-height:1.4;line-height:1}.sub-layout .section-wrap .section-config .section-header i.ai-command,.sub-layout .section-wrap .section-config .section-header i.ai-chat{color:var(--brandColor)}.sub-layout .section-wrap .section-config .section-header i.ai-output{color:#d00868}.sub-layout .section-wrap .section-config .section-header i.ai-history{color:#d36363}.sub-layout .section-wrap .section-config .section-header i.ai-bulb,.sub-layout .section-wrap .section-config .section-header i.ai-instruction{color:var(--brandColor)}.sub-layout .section-wrap .section-config .section-header i.ai-steps{color:#2c3ee3}.sub-layout .section-wrap .section-config .section-header i.ai-bot{color:#e97000}.sub-layout .section-wrap .section-config h5{font-size:clamp(14px,.72916vw,20px);line-height:1.4;font-weight:500}.sub-layout .section-wrap .section-config .divider{width:1px;height:18px;background-color:#9d9d9d}.sub-layout .section-wrap .section-config .actions{display:flex;align-items:center;gap:10px;color:#252526}.sub-layout .section-wrap .section-config .actions span.title{font-size:clamp(12px,.625vw,18px);line-height:1.4}.sub-layout .section-wrap .section-config .actions a{color:inherit}.sub-layout .section-wrap .section-config ul.model-menu{border:0;background-color:transparent;line-height:1;color:#383634}.sub-layout .section-wrap .section-config ul.model-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#383634}.sub-layout .section-wrap .section-config ul.model-menu.ant-menu-horizontal>.ant-menu-submenu{width:20px;padding:0 1px}.sub-layout .section-wrap .section-config ul.model-menu.ant-menu-light .ant-menu-item:hover:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected),.sub-layout .section-wrap .section-config ul.model-menu.ant-menu-light>.ant-menu .ant-menu-item:hover:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected),.sub-layout .section-wrap .section-config ul.model-menu.ant-menu-light .ant-menu-submenu-title:hover:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected),.sub-layout .section-wrap .section-config ul.model-menu.ant-menu-light>.ant-menu .ant-menu-submenu-title:hover:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected){color:#383634}.sub-layout .section-wrap .section-config ul.model-menu .ant-menu-submenu-title .ant-menu-item-icon{vertical-align:middle}.sub-layout .section-wrap .section-config ul.model-menu .ant-menu-submenu .ant-menu-submenu-title{line-height:1}.sub-layout .section-wrap .section-config ul.model-menu .ant-menu-submenu:after{display:none}.sub-layout .section-wrap .section-config ul.model-menu li.ant-menu-submenu-selected{background-color:transparent}.sub-layout .section-wrap .error-msg{max-width:380px;padding:8px 10px;display:flex;align-items:center;gap:10px;background-color:#ffecec;border:#c66161 1px solid;border-top:none;border-radius:0 0 6px 6px;font-size:clamp(12px,.625vw,18px);line-height:1.4;color:red;position:absolute;top:0;left:50%;transform:translate(-50%)}.sub-layout .section-wrap .error-msg .anticon,.sub-layout .section-wrap .error-msg i[class^=ai-]{height:18px;width:18px;font-size:clamp(18px,.9375vw,24px);line-height:1.4;line-height:1}.sub-layout .section-wrap .error-msg i.ai-close{font-size:clamp(12px,.625vw,18px);line-height:1.4;width:auto;cursor:pointer;color:#100f0f}.sub-layout .section-wrap .error-msg.warning{color:#a46200;background-color:#fff5ec;border-color:#eaa640}.sub-layout .section-wrap .command-text-area{flex:1;padding:0;border:none;outline:none;border-radius:0;color:#333;background-color:transparent;box-shadow:none}.sub-layout .section-wrap .command-text-area:focus{outline:none}.sub-layout .section-wrap .magicbox-content,.sub-layout .section-wrap .steps-wrap{flex:1;overflow:hidden auto;color:#333}.sub-layout .section-wrap .magicbox-content .details{padding:10px 12px}.sub-layout .section-wrap .magicbox-content .details.domain{background-color:#eee8e4}.sub-layout .section-wrap .ant-checkbox-group{flex:1;display:flex;flex-direction:column;flex-wrap:nowrap;overflow:auto}.sub-layout .section-wrap .ant-checkbox-group .listItem{cursor:pointer;padding:8px 10px;position:relative;overflow:hidden;border-bottom:1px solid rgba(10,10,10,.1)}.sub-layout .section-wrap .ant-checkbox-group .listItem:last-child{border:none}.sub-layout .section-wrap .ant-checkbox-group .listItem label{cursor:pointer;font-size:clamp(14px,.72916vw,20px);line-height:1.4}.sub-layout .section-wrap .ant-checkbox-group .listItem .ant-checkbox{align-self:flex-start}.sub-layout .section-wrap .ant-checkbox-group .listItem .context{margin-bottom:4px;font-size:clamp(12px,.625vw,18px);line-height:1.4;font-weight:300;display:flex;align-items:center;justify-content:flex-start;gap:8px}.sub-layout .section-wrap .ant-checkbox-group .listItem .context i[class^=ai-]{font-size:clamp(16px,.83334vw,22px);line-height:1.4;line-height:1}.sub-layout .section-wrap .ant-checkbox-group .listItem .context>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sub-layout .section-wrap .ant-checkbox-group .listItem .actions{display:flex;align-items:center;gap:10px;position:absolute;top:0;bottom:0;right:10px;transform:translate(120%);opacity:0;padding-left:30px;background:linear-gradient(270deg,#fff,#ffffff80 90%);transition:all .3s ease-in-out}.sub-layout .section-wrap .ant-checkbox-group .listItem .actions .anticon,.sub-layout .section-wrap .ant-checkbox-group .listItem .actions i[class^=ai-]{font-size:clamp(18px,.9375vw,24px);line-height:1.4;line-height:1;cursor:pointer}.sub-layout .section-wrap .ant-checkbox-group .listItem .actions .anticon.disabled,.sub-layout .section-wrap .ant-checkbox-group .listItem .actions i[class^=ai-].disabled{opacity:.5;cursor:not-allowed}.sub-layout .section-wrap .ant-checkbox-group .listItem .actions .anticon.active,.sub-layout .section-wrap .ant-checkbox-group .listItem .actions i[class^=ai-].active{color:var(--brandColor)}.sub-layout .section-wrap .ant-checkbox-group .listItem:hover .actions,.sub-layout .section-wrap .ant-checkbox-group .listItem.active .actions{opacity:1;transform:translate(0)}.sub-layout .section-wrap .ant-checkbox-group .listItem.active{background:#eee}.sub-layout .section-wrap .ant-checkbox-group .listItem.active .actions,.sub-layout .section-wrap .ant-checkbox-group .listItem.active:hover .actions{background:linear-gradient(270deg,#eee,#eeeeee80 90%)}.sub-layout .cmd-submit-btn{position:absolute;right:5px;bottom:5px;width:36px;height:26px;background:#333;border-radius:4px;text-align:center;display:flex;align-items:center;justify-content:center}.sub-layout .cmd-submit-btn i.ai-enter-key{font-size:clamp(16px,.83334vw,22px);line-height:1.4;line-height:26px;color:var(--brandColor)}.sub-layout .cmd-submit-btn.disabled{opacity:.5;pointer-events:none}.sub-layout .main-section{position:relative;flex:1;overflow-x:hidden;display:flex;gap:10px;background-color:#fff}.sub-layout .main-section.new{gap:0;background-color:#f6f6f6}.sub-layout .main-section.new .section-wrap{border:none}.sub-layout .main-section .side-container{display:flex;gap:10px;flex:20%;flex-direction:column-reverse;position:relative}.sub-layout .main-section .side-container .section-wrap.history{height:100%;padding:15px;border:none;width:100%;position:absolute;right:0;bottom:0;z-index:10;transform:translate(0);transition:all .3s ease-in-out;border-radius:15px 0 0 15px;border-left:1px solid rgba(211,211,211,.5);background:#fff}.sub-layout .main-section .side-container .section-wrap.history .section-config{padding:0}.sub-layout .main-section .side-container .section-wrap.history.variable-exp{width:410px;overflow-x:hidden}.sub-layout .main-section .side-container .section-wrap.history.variable-exp table .actions i[class^=ai-]{font-size:16px!important}.sub-layout .main-section .side-container .section-wrap.history.hide{transform:translate(120%)}.sub-layout .main-section .side-container .section-wrap .section-config .section-header{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-layout .main-section .side-container .variable-table-wrap{flex:1;overflow:auto}.sub-layout .main-section .side-container .variable-table-wrap .ant-table-thead{position:sticky;top:0;z-index:9}.sub-layout .main-section .section-config{gap:20px;display:flex;align-items:center;justify-content:space-between}.sub-layout .main-section .section-config .section-header{margin:0;font-size:clamp(14px,.72916vw,20px);line-height:1.4;font-weight:500;display:flex;align-items:center;gap:7px}.sub-layout .main-section .section-config .section-header i[class^=ai-]{font-size:clamp(24px,1.25vw,30px);line-height:1.4;line-height:1}.sub-layout .main-section .section-config .section-header i.ai-output,.sub-layout .main-section .section-config .section-header i.ai-view{color:#d00868}.sub-layout .main-section .section-config h5{font-size:clamp(14px,.72916vw,20px);line-height:1.4;font-weight:500}.sub-layout .main-section .section-config .divider{width:1px;height:18px;background-color:#9d9d9d}.sub-layout .main-section .section-config .actions{display:flex;align-items:center;gap:10px;color:#252526}.sub-layout .main-section .section-config .actions span.title{font-size:clamp(12px,.625vw,18px);line-height:1.4}.sub-layout .main-section .section-config .actions a{color:inherit}.sub-layout .preview-wrap{min-height:200px;overflow:auto;display:flex;flex:1;flex-direction:column}.sub-layout .preview-wrap .table-wrapper{overflow:auto}.sub-layout .side-panel-left{position:absolute;left:0;top:0;z-index:10;width:100%;max-height:100%;flex:1;display:flex;flex-direction:column;border-radius:0;border-right:1px solid #d3d3d3;background:#fff;box-shadow:4px 3px 6px #0a0a0a29;transition:all .3s ease-in-out}.sub-layout .side-panel-left:has(.steps-panel-wrap),.sub-layout .side-panel-left:has(.clarification-section){height:100%}.sub-layout .side-panel-left.hide{transform:translate(-120%)}.sub-layout .side-panel-left .inst-step-section{flex:1;overflow:auto;border-top:1px solid #d3d3d3}.sub-layout .ant-tabs{height:100%;line-height:1;display:flex;flex-direction:column}.sub-layout .ant-tabs .ant-tabs-nav:before{border:none}.sub-layout .ant-tabs .ant-tabs-nav .anticon,.sub-layout .ant-tabs .ant-tabs-nav i[class^=ai-]{font-size:clamp(18px,.9375vw,24px);line-height:1.4;line-height:1;color:#08978e;color:#514d4a}.sub-layout .ant-tabs .ant-tabs-nav i.ai-file{color:#0ba5d6}.sub-layout .ant-tabs .ant-tabs-nav i.ai-history{color:#d36363}.sub-layout .ant-tabs .ant-tabs-nav i.ai-chat-setting{color:#ac7100}.sub-layout .ant-tabs .ant-tabs-nav .ant-tabs-extra-content .anticon,.sub-layout .ant-tabs .ant-tabs-nav .ant-tabs-extra-content i[class^=ai-]{color:var(--brandColor)}.sub-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover,.sub-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#252526}.sub-layout .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar{background:hsl(from var(--brandColor) h s calc(l - 7))}.sub-layout .ant-tabs .ant-tabs-content-holder{flex:1}.sub-layout .ant-tabs .ant-tabs-content-holder .ant-tabs-content,.sub-layout .ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane,.sub-layout .ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane>div{height:100%;overflow:auto}.sub-layout .ant-result .ant-result-icon>.anticon{font-size:clamp(32px,1.66667vw,38px);line-height:1.4}.sub-layout .ant-result .ant-result-title{font-size:clamp(16px,.83334vw,22px);line-height:1.4;color:#515151}.pdf-wrap{height:100%;margin-bottom:10px;overflow:auto;min-width:fit-content;display:flex;flex-direction:column}.pdf-wrap:last-child{margin-bottom:0}.pdf-wrap .react-pdf__Document{flex:1;overflow:auto;border-top:none;padding:0 10px;background-color:#f3f3f3}.pdf-wrap .react-pdf__Document .react-pdf__Page{display:flex;justify-content:center}.pdf-wrap .react-pdf__Document .react-pdf__Page .textLayer{inset:50%;transform:translate(-50%,-50%)}.pdf-wrap .react-pdf__Document .react-pdf__Page .textLayer :is(span)::selection{color:transparent;background-color:#0077ff3a}.pdf-wrap .react-pdf__Document .react-pdf__Page .annotationLayer{left:50%;transform:translate(-50%)}.pdf-wrap.show{flex:1;min-width:auto}.pdf-wrap .file-name{cursor:pointer;padding:8px 12px;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:500;line-height:18px;background-color:#eaeaea;border-top:#e1e2e3 1px solid;border-bottom:#e1e2e3 1px solid}.dark .pdf-wrap .file-name{color:#ffffffe6;background-color:#464a51;border-color:#737a8580}.pdf-wrap .file-name .file-icon{font-size:18px;margin-right:7px}.pdf-wrap .file-name .text-ellipsis{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-wrap .file-name .text-ellipsis .anticon{vertical-align:middle}.pdf-wrap .file-name .page-count{white-space:nowrap}.pdf-wrap .file-name .pdf-actions{display:flex;align-items:center;gap:4px}.pdf-wrap .file-name .divider{width:1px;height:100%;background-color:#9d9d9d}.pdf-wrap .file-name .ant-input-number{max-width:28px;border-radius:4px;border:#e1e2e3 1px solid}.pdf-wrap .file-name .ant-input-number-handler-wrap{display:none}.pdf-wrap .file-name .ant-input-number .ant-input-number-input{padding:0;height:28px;text-align:center}.pdf-wrap .file-name .ant-btn.icon-btn{padding:0;width:18px;height:18px;border:none;color:#252526;text-align:center;line-height:1;background-color:transparent}.pdf-wrap .file-name .ant-btn.icon-btn:hover,.pdf-wrap .file-name .ant-btn.icon-btn:active{color:#252526}.dark .pdf-wrap .file-name .ant-btn.icon-btn,.dark .pdf-wrap .file-name .ant-btn.icon-btn:hover,.dark .pdf-wrap .file-name .ant-btn.icon-btn:active{color:#ffffffe6}a.link{font-size:clamp(12px,.625vw,18px);line-height:1.4;text-transform:uppercase;text-decoration:none;color:#41dbd1;border-bottom:#41dbd1 1px solid}.sort-wrap{display:flex;align-items:center;gap:10px}.sort-wrap .divider{margin:0;width:1px;height:26px;background-color:#515151}.sort-wrap .sorting .ai-arrow-down{margin-left:-5px}.sort-wrap .sorting.ascending .ai-arrow-up,.sort-wrap .sorting.descending .ai-arrow-down{color:#fff}.ant-popover{font-family:Open Sans,sans-serif}.ant-popover.table-sort .ant-popover-inner{padding:8px}.dark.ant-popover h4.title{margin:0 0 8px;font-size:clamp(14px,.72916vw,20px);line-height:1.4;font-weight:400;color:#8ed2ce}.dark.ant-popover h4.title.brand{font-size:clamp(14px,.72916vw,20px);line-height:1.4;color:hsl(from var(--brandColor) h s calc(l - 7))}.dark.ant-popover h4.title.brand i[class^=ai-]{font-size:clamp(16px,.83334vw,22px);line-height:1.4;margin-right:6px}.dark.ant-popover .ant-popover-inner{background-color:#222325;border-color:#ffffff1a;box-shadow:0 4px 20px #ffffff26}.dark.ant-popover .ant-popover-arrow:before{background-color:#2c2e34}.dark.ant-popover .ant-popover-inner-content{color:#c0c2c7}.dark.ant-popover .ant-popover-inner-content .ant-btn-text{font-size:clamp(16px,.83334vw,22px);line-height:1.4;color:#c0c2c7;border:none}.dark.ant-popover .btn-group{gap:15px}.ant-popover.dark.domain-list{z-index:1060;padding-left:8px}.ant-popover.dark.domain-list .ant-popover-inner{border-radius:0;padding:6px 12px;border:1px solid #535b62}.ant-popover.dark.domain-list .ant-popover-inner .ant-popover-inner-content p{margin:0;line-height:34px;color:#d4dde4}.ant-popover.token-info .ant-popover-inner{padding:0;width:300px;border-radius:8px;background-color:#121111;border:#515151 1px solid;overflow:hidden}.ant-popover.token-info .ant-popover-inner .loader-wrap{border-radius:8px}.ant-popover.token-info .ant-popover-inner .dropdown-wrap{padding:2px 10px;background-color:#1d1a1a;border-bottom:1px solid;border-image:repeating-linear-gradient(90deg,#605e5e,#605e5e 6px,transparent 6px,transparent 12px) 1}.ant-popover.token-info .ant-popover-inner .dropdown-wrap .ant-select .ant-select-selector{padding:0;border:none;background-color:transparent}.ant-popover.token-info .ant-popover-inner .dropdown-wrap .ant-select .ant-select-selector .ant-select-selection-item{color:#41dbd1}.ant-popover.token-info .ant-popover-inner .dropdown-wrap .ant-select .ant-select-arrow{inset-inline-end:0}.ant-popover.token-info .ant-popover-inner .time-stamp-wrap{padding:10px;border-bottom:1px solid;border-image:repeating-linear-gradient(90deg,#605e5e,#605e5e 6px,transparent 6px,transparent 12px) 1}.ant-popover.token-info .ant-popover-inner .time-stamp-wrap h5{margin-bottom:4px;font-size:clamp(14px,.72916vw,20px);line-height:1.4;font-weight:500}.ant-popover.token-info .ant-popover-inner .time-stamp-wrap .divider{width:1px;height:30px;background-color:#e1e2e3}.ant-popover.token-info .ant-popover-inner .time-stamp-wrap i{font-size:clamp(16px,.83334vw,22px);line-height:1.4}.ant-popover.token-info .ant-popover-inner .cost-wrap{padding:10px;display:flex;align-items:start;justify-content:space-between}.ant-popover.token-info .ant-popover-inner .cost-wrap .cost-value{color:#c3ffb5}.ant-popover.token-info .ant-popover-inner .cost-wrap .link{font-size:clamp(10px,.52084vw,16px);line-height:1.4;color:#41dbd1}.ant-popover.token-info .ant-popover-inner .usage-wrap{display:flex;align-items:center;font-size:clamp(14px,.72916vw,20px);line-height:1.4;color:#d0e0ec;background-color:#1d1a1a}.ant-popover.token-info .ant-popover-inner .usage-wrap.info.link{justify-content:center}.ant-popover.token-info .ant-popover-inner .usage-wrap.info .spacer{width:180px}.ant-popover.token-info .ant-popover-inner .usage-wrap.info .details{padding:0 10px}.ant-popover.token-info .ant-popover-inner .usage-wrap.info .details i.ai-info{font-size:clamp(16px,.83334vw,22px);line-height:1.4;line-height:1;margin-left:auto}.ant-popover.token-info .ant-popover-inner .usage-wrap.border{min-height:40px;background-color:#121111;border-top:1px solid;border-bottom:1px solid;border-image:repeating-linear-gradient(90deg,#605e5e,#605e5e 6px,transparent 6px,transparent 12px) 1}.ant-popover.token-info .ant-popover-inner .usage-wrap.alert{background-color:#331414}.ant-popover.token-info .ant-popover-inner .usage-wrap.alert label{color:#ff9292}.ant-popover.token-info .ant-popover-inner .usage-wrap.sub-info{font-size:clamp(12px,.625vw,18px);line-height:1.4}.ant-popover.token-info .ant-popover-inner .usage-wrap.sub-info .spacer{font-weight:300}.ant-popover.token-info .ant-popover-inner .usage-wrap label{font-weight:400;color:#c3ffb5}.ant-popover.token-info .ant-popover-inner .usage-wrap .spacer{width:110px;padding:6px 10px}.ant-popover.token-info .ant-popover-inner .usage-wrap .spacer .small{font-size:clamp(11px,.625vw,18px);line-height:1.4}.ant-popover.token-info .ant-popover-inner .usage-wrap .chart-wrap{width:200px;height:76px}.ant-popover.token-info .ant-popover-inner .usage-wrap .details{width:200px;display:flex;align-items:center;gap:5px}.ant-popover.token-info .ant-popover-inner .usage-wrap .details>span{color:#fff}.ant-popover.token-info .ant-popover-inner .usage-wrap .value-divier{width:1px;height:22px;background-color:#595959}.ant-popover.token-info .ant-popover-inner .usage-wrap .value{padding:5px 15px;text-align:center;font-size:clamp(12px,.625vw,18px);line-height:1.4;color:#fff}.ant-popover.token-info .ant-popover-inner .usage-wrap .value>div{font-size:clamp(10px,.52084vw,16px);line-height:1.4;font-weight:300}.ant-popover.token-info .ant-popover-inner .usage-wrap .progress-wrap{flex:1;position:relative;padding-right:10px;font-weight:400}.ant-popover.token-info .ant-popover-inner .usage-wrap .progress-wrap .ant-progress-line{margin:0}.ant-popover.token-info .ant-popover-inner .usage-wrap .progress-wrap .ant-progress-line .ant-progress-outer{margin:0;padding:0;border-radius:5px;overflow:hidden;vertical-align:middle}.ant-popover.token-info .ant-popover-inner .usage-wrap .progress-wrap .ant-progress-line .ant-progress-outer .ant-progress-inner{background-color:#3c3535}.ant-popover.token-info .ant-popover-inner .usage-wrap .progress-wrap .ant-progress-line .ant-progress-text{display:none}.ant-popover.token-info .ant-popover-inner .usage-wrap .progress-wrap .used-value{position:absolute;left:0;right:0;top:0;text-align:center;line-height:28px}.ant-popover.rating .ant-popover-arrow:before{background-color:#ffbeba}.ant-popover.rating .ant-popover-inner{padding:10px;width:200px;background-color:#ffbeba}.ant-popover.rating .ant-popover-inner .ant-popover-title{display:flex;align-items:center;margin-bottom:5px;font-size:clamp(12px,.625vw,18px);line-height:1.4;font-weight:500}.ant-popover.rating .ant-popover-inner .ant-popover-title i{font-size:clamp(14px,.72916vw,20px);line-height:1.4;color:#cf0c00;margin-right:5px}.ant-popover.rating .ant-popover-inner .ant-popover-title i.ai-close{color:#383634;margin-left:auto;margin-right:0;cursor:pointer}.ant-popover.rating .ant-popover-inner .ant-popover-inner-content{font-size:clamp(12px,.625vw,18px);line-height:1.4;color:#100f0f}.ant-popover.share-popover{width:340px;min-height:310px}.switch-wrap{display:flex;align-items:center;gap:12px;font-size:12px;color:#383634}.ant-rate{font-size:clamp(18px,.9375vw,24px);line-height:1.4;color:#d6973a}.ant-rate .ant-rate-star:not(:last-child){margin-inline-end:3px!important}.ant-rate .ant-rate-star .ai-star{color:#383634}.dark .ant-rate .ant-rate-star .ai-star{color:#b0a89f}.ant-rate .ant-rate-star.ant-rate-star-full .ai-star:before{content:"";color:#d6973a}.ant-rate .ant-rate-star>div:hover{transform:scale(1)}.ant-rate .ant-rate-star-first,.ant-rate .ant-rate-star-second{color:#e6e6e6}.actions{display:flex;align-items:center;gap:10px}.actions .divider{height:16px;width:1px;background-color:#9d9d9d}.actions i[class^=ai-]{font-size:clamp(20px,1.04167vw,26px);line-height:1.4;line-height:1;color:inherit}.actions .anticon,.actions i[class^=ai-]{cursor:pointer}.actions .anticon.disabled,.actions i[class^=ai-].disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.actions .anticon.active,.actions i[class^=ai-].active{color:var(--brandColor)}.actions .rated i[class^=ai-]{color:#d6973a}.actions .rated>label{color:#56340f;font-weight:500}.dark .actions .rated i[class^=ai-],.dark .actions .rated>label{color:#ffb268}i.ant-dropdown-trigger.ai-download{font-size:clamp(18px,.9375vw,24px);line-height:1.4;line-height:1;width:28px;height:28px;text-align:center}i.ant-dropdown-trigger.ai-download:hover{background-color:#e6e6e6}.graph-wrap i.ant-dropdown-trigger.ai-download{display:block;position:absolute;right:10px;top:10px;z-index:99;line-height:28px;color:#666}.dark .graph-wrap i.ant-dropdown-trigger.ai-download:hover{background-color:#474747}.platform-list li{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid;border-image:repeating-linear-gradient(90deg,#515151,#515151 3px,transparent 3px,transparent 6px) 1;font-size:clamp(12px,.625vw,18px);line-height:1.4;color:#a7abad;cursor:pointer}.platform-list li:last-child{border-bottom:none}.platform-list li i[class^=ai-]{color:#fff3}.platform-list li .default-tag{display:block;font-size:clamp(10px,.52084vw,16px);line-height:1.4;color:#87aac1;margin-top:4px}.platform-list li .size{margin-left:auto;color:#a7abadcc}.platform-list li .status{width:6px;height:6px;border-radius:6px}.platform-list li .status.ready{background-color:#6bff68}.platform-list li.active{color:var(--brandColor)}.platform-list li.active i[class^=ai-]{color:#41dbd1}.platform-list li.active .size{color:#a7abadcc}.platform-list.disabled li{cursor:not-allowed}.runtime-dropdown-item.disabled{opacity:.5;pointer-events:none}.modal-explorer-wrap{display:flex;max-height:360px;margin-bottom:24px}.modal-explorer-wrap .project-sidebar{height:unset}.modal-explorer-wrap .sub-layout{flex:1;display:flex;flex-direction:column;overflow:auto}.modal-explorer-wrap .we-table{padding:0 10px}.modal-explorer-wrap .we-table .ant-table-thead{position:sticky;top:0;z-index:9;background-color:#fff}.modal-explorer-wrap .ant-breadcrumb ol{flex-wrap:nowrap}
