.language-panel-menu{width:130px}:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.adm-action-sheet-popup>.adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.adm-action-sheet-extra{display:flex;justify-content:center;color:var(--adm-color-weak);font-size:var(--adm-font-size-7);padding:18px 12px}.adm-action-sheet-button-item-wrapper,.adm-action-sheet-button-list,.adm-action-sheet-extra{border-bottom:1px solid var(--adm-color-border)}.adm-action-sheet-button-item-wrapper:last-child{border-bottom:none}.adm-action-sheet-button-item{text-align:center;display:block;background-color:var(--adm-color-background);padding:16px}.adm-action-sheet-button-item:active{background-color:var(--adm-color-border)}.adm-action-sheet-button-item-disabled{cursor:not-allowed;pointer-events:none;opacity:.4}.adm-action-sheet-button-item-name{color:var(--adm-color-text);font-size:var(--adm-font-size-10)}.adm-action-sheet-button-item-description{font-size:var(--adm-font-size-6);color:var(--adm-color-weak);padding-top:4px}.adm-action-sheet-button-item-danger .adm-action-sheet-button-item-name{color:var(--adm-color-danger)}.adm-action-sheet-button-item-bold .adm-action-sheet-button-item-name{font-weight:700}.adm-action-sheet-cancel{background-color:var(--adm-color-fill-content);padding-top:8px}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.adm-dot-loading{display:inline-block}.adm-infinite-scroll{color:var(--adm-color-weak);padding:18px;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:8px}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.flow-select.ant-select-disabled{opacity:.3}.flow-select.ant-select-disabled .ant-select-selector{color:rgba(0,0,0,.88)!important}.flow-select .ant-select-selector{box-shadow:none!important}.flow-select.ant-select.ant-select-outlined .ant-select-selector{border:0;background:#f5f5f5;padding:0 8px;box-shadow:none}.flow-select .ant-select-selection-item{padding-right:8px!important;color:rgba(15,22,30,.92)!important;font-size:12px!important;font-weight:500!important}.flow-select .ant-select-arrow{right:4px!important}.flow-select-arrow{color:#0f161e;pointer-events:none}.flow-select-popup{padding:6px}.flow-select-popup .ant-select-item{font-size:12px;padding:7px 10px!important;font-weight:400!important;border-radius:8px!important}.flow-select-popup .ant-select-item:hover{background:rgba(15,22,30,.04)}.flow-select-popup .ant-select-item:active{background:rgba(15,22,30,.06)}.flow-select-popup .ant-select-item-option-selected{color:#805ce5!important;background:rgba(128,92,229,.08)!important}.flow-select-popup .flow-select-item{display:flex;align-items:center;justify-content:space-between;gap:4px}.flow-select-popup .flow-select-item-text{overflow:hidden;text-overflow:ellipsis;flex:1}.source-filter-modal .ant-modal-content{padding:0!important}.source-filter-modal .ant-switch.ant-switch-checked,.source-filter-modal .ant-switch.ant-switch-checked:hover{background:#805ce5}.source-filter-modal-select .ant-select-selector{border-radius:8px!important;border:1px solid var(--color_border-base,rgba(15,22,30,.12))!important;background:var(--color_background-base2,#fff)!important;min-height:36px}.source-filter-modal-select .ant-select-clear{inset-inline-end:20px!important}.source-filter-modal-title{padding:10px 28px;color:rgba(15,22,30,.86);font-size:14px;font-weight:700;border-bottom:1px solid #e9e9ec}.source-filter-modal-form{padding:20px 28px 16px}.source-filter-modal-form-item .ant-form-item-no-colon{font-size:13px!important;font-weight:500}.source-filter-modal-date-container{display:flex;align-items:center;gap:10px}.source-filter-modal-date{display:flex;align-items:center;gap:4px}.source-filter-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.source-filter-modal-footer-right{display:flex;gap:10px}.source-filter-modal-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;gap:4px;align-items:center;justify-content:center;padding:0 8px;height:32px;color:rgba(15,22,30,.7);font-size:14px;font-weight:400;cursor:pointer;border-radius:8px;background:#f3f4f8;border:0}.source-filter-modal-btn.ghost{background:none}.source-filter-modal-btn.ghost:hover{background:#f3f4f8}.source-filter-modal-btn.primary{background:#805ce5;color:#fff;font-weight:700}.source-filter-modal-btn.cancel,.source-filter-modal-btn.ok{width:126px}.source-filter-btn{display:flex;gap:4px;align-items:center;padding:0 8px;height:36px;cursor:pointer;font-size:12px;border-radius:8px;background:rgba(15,22,30,.04);color:rgba(15,22,30,.92);white-space:nowrap}.source-filter-btn-count{height:16px;padding:0 3px;border-radius:4px;background:rgba(128,92,229,.12);color:#805ce5}@media screen and (max-width:640px){.source-filter-modal-input input{font-size:16px}}.source-filter{border-radius:4px;background:rgba(15,22,30,.04);display:inline-flex;padding:0 5px;align-items:center;gap:4px;height:25px}.source-filter:hover{background:rgba(15,22,30,.06)}.source-filter.active .source-filter-icon{color:rgba(15,22,30,.92)}.source-filter.active .source-filter-text{color:rgba(15,22,30,.86)}.source-filter-icon{color:rgba(15,22,30,.44)}.source-filter-text{color:rgba(15,22,30,.56);font-size:12px;font-weight:500}.source-toggle{flex-shrink:0;align-items:center;gap:6px;display:flex;height:32px}.source-toggle .source-toggle-content{min-height:32px;height:100%;display:flex;justify-content:center;align-items:center;gap:2px}.source-toggle .source-toggle-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;height:100%;padding:0 8px;border-radius:6px;color:rgba(15,22,30,.7);font-size:12px;font-weight:500}.source-toggle .source-toggle-item:hover{background:rgba(32,39,79,.06)}.source-toggle .source-toggle-item.narrow{padding:0 4px;color:rgba(15,22,30,.3)}.source-toggle .source-toggle-item.narrow:hover{color:rgba(15,22,30,.86)}.source-toggle .source-toggle-item.active{background:rgba(128,92,229,.08);color:#805ce5}.source-toggle .source-toggle-item.active:hover{background:rgba(128,92,229,.12)}.base-menu-popover-menu.items.source-toggle-menu{width:240px;gap:10px}.base-menu-popover-menu.items.source-toggle-menu .source-toggle-menu-item{padding:0 4px 0 8px;gap:0}.base-menu-popover-menu.items.source-toggle-menu .source-toggle-menu-item:hover{background:rgba(12,12,85,.04)}.base-menu-popover-menu.items.source-toggle-menu .source-toggle-menu-item.selected .source-toggle-menu-item-icon,.base-menu-popover-menu.items.source-toggle-menu .source-toggle-menu-item.selected .source-toggle-menu-item-txt{color:rgba(15,22,30,.86)}.base-menu-popover-menu.items.source-toggle-menu .source-toggle-menu-item-icon{color:rgba(15,22,30,.44);margin-left:8px}.base-menu-popover-menu.items.source-toggle-menu .source-toggle-menu-item-txt{color:rgba(15,22,30,.7);font-size:14px;font-weight:500;margin:0 auto 0 4px}.base-menu-popover-menu.items.source-toggle-menu .source-toggle-menu-right{margin-left:auto;border-radius:4px;background:rgba(15,22,30,.04);padding:5px;color:rgba(15,22,30,.56);font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px}.base-menu-popover-menu.items.source-toggle-menu .source-toggle-radio{width:14px;height:14px;border:2px solid #d9dadb;border-radius:50%}.base-menu-popover-menu.items.source-toggle-menu .source-toggle-radio.selected{border-color:#0f161e;border-width:4px}.ask-dialog{width:100%;min-height:140px;padding:12px;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:12px;border:1px solid rgba(49,52,56,.08);background:#fff}.ask-dialog .ask-dialog-file-upload{width:100%;margin-bottom:8px;max-height:none!important;overflow:visible!important}.ask-dialog .ask-dialog-file-upload.ask-dialog-file-upload-hidden{display:none}.ask-dialog .ask-dialog-input{width:100%;color:#0f161e;font-size:14px;font-weight:500;margin:4px 4px 0}.ask-dialog .ask-dialog-input::-moz-placeholder{color:rgba(15,22,30,.3)}.ask-dialog .ask-dialog-input::placeholder{color:rgba(15,22,30,.3)}.ask-dialog .ask-dialog-footer{margin-top:auto;height:32px;width:100%;display:flex;align-items:center}.ask-dialog .ask-dialog-left{height:100%;display:flex;align-items:center;gap:8px}.ask-dialog .ask-dialog-answer-option{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:500;line-height:1}.ask-dialog .ask-dialog-answer-option-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.ask-dialog .ask-dialog-answer-option span{display:inline-block}.ask-dialog .ask-dialog-upload-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:6px;background:transparent;cursor:pointer;color:rgba(15,22,30,.5);transition:all .15s ease}.ask-dialog .ask-dialog-upload-btn:hover:not(:disabled){background:rgba(15,22,30,.06);color:rgba(15,22,30,.8)}.ask-dialog .ask-dialog-upload-btn:disabled{cursor:not-allowed;opacity:.5}.ask-dialog .ask-dialog-active-pattern{margin-right:10px;display:inline-flex;align-items:center;gap:6px;max-width:320px;border:1px solid rgba(49,52,56,.12);background:rgba(15,22,30,.03);border-radius:999px;padding:4px 8px}.ask-dialog .ask-dialog-active-pattern-text{font-size:12px;font-weight:500;color:rgba(15,22,30,.8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ask-dialog .ask-dialog-active-pattern-close{flex-shrink:0;width:18px;height:18px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:0;background:transparent;color:rgba(15,22,30,.65)}.ask-dialog .ask-dialog-active-pattern-close:hover{background:rgba(15,22,30,.06)}.ask-dialog .ask-dialog-right{margin-left:auto;height:100%;display:flex;align-items:center}.ask-dialog .ask-dialog-enter{flex-shrink:0;margin-left:12px;border-radius:6px;display:flex;width:32px;height:32px;justify-content:center;align-items:center;cursor:pointer;background:#0f161e;color:hsla(0,0%,100%,.92);font-size:18px}.ask-dialog .ask-dialog-loading{width:20px;height:20px;animation:loading-rotate 1s linear infinite}.ask-dialog .ask-dialog-enter.disabled{background:rgba(15,22,30,.08);cursor:not-allowed}.loading-balls{position:relative;width:80px;display:flex;justify-content:center;gap:6px}@keyframes bounce-1{50%{transform:translateY(-6px)}}@keyframes bounce-3{50%{transform:translateY(-6px)}}.loading-balls .ball{width:10px;height:10px;border-radius:50%;background-image:linear-gradient(90deg,#85ccff 0,#a88aff);background-size:80px 10px;background-repeat:no-repeat}.loading-balls .ball:first-child{animation:bounce-1 1s ease-in-out infinite;background-position-x:-55.5px}.loading-balls .ball:nth-child(2){animation:bounce-3 1s ease-in-out .3s infinite;background-position-x:-26.9px}.loading-balls .ball:nth-child(3){animation:bounce-3 1s ease-in-out .6s infinite;background-position-x:-41.2px}.common-base-root-modal .common-base-modal-content.analysis-modal{padding:20px 28px 28px;gap:20px}.analysis-modal .analysis-modal-content{width:100%;display:flex;align-items:flex-start;gap:20px;align-self:stretch;height:510px}.analysis-modal .analysis-modal-content.active .analysis-modal-files{background:rgba(246,246,248,.6);backdrop-filter:blur(22px)}.analysis-modal .analysis-modal-content.active .analysis-modal-files-content,.analysis-modal .analysis-modal-content.active .analysis-modal-files-footer{display:none}.analysis-modal .analysis-modal-files{position:relative;width:285px;height:100%;flex-shrink:0;border-radius:12px;border:1px dashed rgba(15,22,30,.08);background:rgba(32,39,79,.04);display:flex;flex-direction:column;gap:20px;padding:0 4px;overflow:hidden}.analysis-modal .analysis-modal-files-upload-area{background:rgba(246,246,248,.6);backdrop-filter:blur(22px);position:absolute;left:0;right:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:rgba(15,22,30,.86)}.analysis-modal .analysis-modal-files-upload-area-title{margin-top:16px;color:rgba(15,22,30,.92);font-size:15px;font-weight:600;line-height:24px}.analysis-modal .analysis-modal-files-upload-area-desc{margin-top:8px;max-width:200px;color:rgba(15,22,30,.56);font-size:12px;font-weight:400;text-align:center}.analysis-modal .analysis-modal-files-content{margin-top:12px;position:relative;flex:1;flex-shrink:0;width:100%;overflow-y:auto}.analysis-modal .analysis-modal-files-content::-webkit-scrollbar-thumb{width:4px;border-radius:10px;background:rgba(15,22,30,.08)}.analysis-modal .analysis-modal-files-content:after{content:"";position:absolute;display:block;bottom:0;width:100%;left:0;height:80px;margin-top:-80px;background:linear-gradient(180deg,rgba(246,246,248,0),#f6f6f8);pointer-events:none}.analysis-modal .analysis-modal-files-content-inner{display:flex;flex-direction:column;gap:8px;height:100%;overflow-y:auto;padding:4px 0 60px}.analysis-modal .analysis-modal-files-item{margin-left:12px;width:calc(100% - 24px);cursor:pointer;padding:10px 8px;display:flex;align-items:center;gap:4px;border-radius:8px;background:#fff;transition:all .2s ease-in-out;position:relative}.analysis-modal .analysis-modal-files-item:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.04)}.analysis-modal .analysis-modal-files-item:hover .analysis-modal-files-item-close{opacity:1}.analysis-modal .analysis-modal-files-item-close{position:absolute;right:-4px;top:-4px;width:16px;height:16px;background:rgba(15,22,30,.7);z-index:2;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease-in-out}.analysis-modal .analysis-modal-files-item-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;-o-object-fit:cover;object-fit:cover}.analysis-modal .analysis-modal-files-item-icon.web{padding:3px}.analysis-modal .analysis-modal-files-item-content{flex:1;flex-shrink:0;display:flex;flex-direction:column;gap:2px;overflow:hidden}.analysis-modal .analysis-modal-files-item-name{width:100%;color:rgba(15,22,30,.92);font-size:13px;font-weight:500;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-modal .analysis-modal-files-item-size{color:rgba(15,22,30,.3);font-size:11px;font-weight:400;line-height:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-modal .analysis-modal-files-footer{width:100%;flex-shrink:0;color:rgba(15,22,30,.3);text-align:center;font-size:11px;font-weight:500;display:flex;flex-direction:column;gap:12px;position:relative}.analysis-modal .analysis-modal-files-footer-items{padding:0 11px 16px;width:100%;flex-shrink:0;display:flex;gap:8px}.analysis-modal .analysis-modal-files-footer-item{cursor:pointer;flex:1;flex-shrink:0;border-radius:6px;background:#fff;display:flex;justify-content:center;align-items:center;height:36px;color:rgba(15,22,30,.44);font-size:16px;transition:all .2s ease-in-out}.analysis-modal .analysis-modal-files-footer-item:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.04);color:#0f161e}.analysis-modal .analysis-modal-files-footer-item:active{box-shadow:0 2px 6px 0 rgba(0,0,0,.04);color:rgba(15,22,30,.7)}.analysis-modal .analysis-modal-questions{flex:1;flex-shrink:0;height:100%;display:flex;flex-direction:column;gap:20px;overflow:hidden}.analysis-modal .analysis-modal-questions-list{flex:1;flex-shrink:0;width:100%;display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-bottom:80px}.analysis-modal .analysis-modal-questions-list::-webkit-scrollbar{width:.1px}.analysis-modal .analysis-modal-questions-list.empty{padding:0;justify-content:center;align-items:center}.analysis-modal .analysis-modal-question-item{cursor:pointer;width:100%;border-radius:15px;background:rgba(15,22,30,.03);display:flex;padding:8px 12px;align-items:flex-start;gap:4px;align-self:stretch;color:rgba(15,22,30,.92);font-size:13px;font-weight:500;line-height:26px}.analysis-modal .analysis-modal-question-item:hover{background:rgba(15,22,30,.06)}.analysis-modal .analysis-modal-question-item:active{background:rgba(15,22,30,.08)}.analysis-modal .analysis-modal-ask{position:relative;flex-shrink:0}.analysis-modal .analysis-modal-quick-actions{display:flex;gap:8px}.analysis-modal .analysis-modal-quick-action{flex:1;display:flex;gap:4px;border-radius:12px;padding:8px 12px;background:rgba(15,22,30,.03);align-items:center;cursor:pointer}.analysis-modal .analysis-modal-quick-action:hover{background:rgba(15,22,30,.06)}.analysis-modal .analysis-modal-quick-action:active{background:rgba(15,22,30,.08)}.analysis-modal .analysis-modal-quick-action-name{color:rgba(15,22,30,.92);font-size:13px;font-weight:500;line-height:24px}.analysis-modal .analysis-modal-quick-action-icon{color:#805ce5}.analysis-root-modal .ant-modal-wrap{overflow:hidden!important}.common-base-root-modal .common-base-modal-content.analysis-uploader-modal{padding:20px 28px 28px;gap:20px}.analysis-uploader-modal .analysis-uploader-content{height:200px;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;border-radius:12px;border:1px dashed rgba(15,22,30,.08);background:rgba(32,39,79,.04);cursor:pointer;transition:all .2s ease-in-out}.analysis-uploader-modal .analysis-uploader-content.active,.analysis-uploader-modal .analysis-uploader-content:hover{border-color:rgba(15,22,30,.44)}.analysis-uploader-modal .analysis-uploader-content.active .analysis-uploader-upload-icon,.analysis-uploader-modal .analysis-uploader-content:hover .analysis-uploader-upload-icon{background:rgba(32,39,79,.06);color:rgba(15,22,30,.92)}.analysis-uploader-modal .analysis-uploader-upload-icon{border-radius:100px;background:rgba(32,39,79,.04);width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;font-size:28px;color:rgba(15,22,30,.86);transition:all .2s ease-in-out}.analysis-uploader-modal .analysis-uploader-title{margin-top:12px;color:rgba(15,22,30,.92);text-align:center;font-size:15px;font-weight:600;line-height:24px}.analysis-uploader-modal .analysis-uploader-desc{margin-top:4px;color:rgba(15,22,30,.56);text-align:center;font-size:12px;font-weight:400}.analysis-uploader-modal .analysis-uploader-items{width:100%;display:flex;align-items:center;gap:12px;padding-bottom:12px}.analysis-uploader-modal .analysis-uploader-item{flex:1;cursor:pointer;display:flex;height:36px;min-width:118px;padding:0 16px;justify-content:center;align-items:center;gap:6px;border-radius:8px;background:rgba(32,39,79,.06);color:rgba(15,22,30,.7);font-size:14px;font-weight:500;transition:all .2s ease-in-out}.analysis-uploader-modal .analysis-uploader-item:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.04);color:#0f161e}.analysis-uploader-modal .analysis-uploader-item:hover .analysis-uploader-item-icon{color:#0f161e}.analysis-uploader-modal .analysis-uploader-item:active{box-shadow:0 2px 6px 0 rgba(0,0,0,.04);color:rgba(15,22,30,.7)}.analysis-uploader-modal .analysis-uploader-item:active .analysis-uploader-item-icon{color:rgba(15,22,30,.7)}.analysis-uploader-modal .analysis-uploader-item-icon{transition:all .2s ease-in-out;color:rgba(15,22,30,.44)}.base-menu-popover-menu.items.tag-select-menu,.tag-select-menu{padding:6px;gap:4px}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item:hover .ask-dialog-answer-option,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item:hover .chat-input-answer-option,.tag-select-menu .base-menu-popover-menu-item:hover .ask-dialog-answer-option,.tag-select-menu .base-menu-popover-menu-item:hover .chat-input-answer-option{color:rgba(15,22,30,.86)}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item:hover .ask-dialog-answer-option-icon,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item:hover .chat-input-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item:hover .ask-dialog-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item:hover .chat-input-answer-option-icon{color:rgba(15,22,30,.56)}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item.active .ask-dialog-answer-option,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item.active .ask-dialog-answer-option-icon,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item.active .chat-input-answer-option,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item.active .chat-input-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item.active .ask-dialog-answer-option,.tag-select-menu .base-menu-popover-menu-item.active .ask-dialog-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item.active .chat-input-answer-option,.tag-select-menu .base-menu-popover-menu-item.active .chat-input-answer-option-icon{color:rgba(15,22,30,.86)}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item .ask-dialog-answer-option,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item .chat-input-answer-option,.tag-select-menu .base-menu-popover-menu-item .ask-dialog-answer-option,.tag-select-menu .base-menu-popover-menu-item .chat-input-answer-option{display:inline-flex;align-items:center;gap:6px;color:rgba(15,22,30,.7)}.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item .ask-dialog-answer-option-icon,.base-menu-popover-menu.items.tag-select-menu .base-menu-popover-menu-item .chat-input-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item .ask-dialog-answer-option-icon,.tag-select-menu .base-menu-popover-menu-item .chat-input-answer-option-icon{color:rgba(15,22,30,.56)}.tag-select-menu-current-item{border-radius:6px;background:rgba(32,39,79,.04);display:inline-flex;height:32px;padding:0 8px;justify-content:center;align-items:center;gap:4px;flex-shrink:0;transition:all .3s ease-in-out;cursor:pointer}.tag-select-menu-current-item:hover{background:rgba(32,39,79,.06)}.tag-select-menu-current-item.active,.tag-select-menu-current-item:active{background:rgba(32,39,79,.08)}.tag-select-menu-current-item.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.tag-select-menu-current-item.disabled.active,.tag-select-menu-current-item.disabled:active,.tag-select-menu-current-item.disabled:hover{background:rgba(32,39,79,.04)}.tag-select-menu-current-item.disabled .ask-dialog-answer-option,.tag-select-menu-current-item.disabled .chat-input-answer-option{color:rgba(15,22,30,.43)}.tag-select-menu-current-item.disabled .ask-dialog-answer-option-icon,.tag-select-menu-current-item.disabled .chat-input-answer-option-icon{color:rgba(15,22,30,.35)}.tag-select-menu-current-item .ask-dialog-answer-option,.tag-select-menu-current-item .chat-input-answer-option{display:inline-flex;align-items:center;gap:6px;color:rgba(15,22,30,.86);font-size:14px;font-weight:500}.tag-select-menu-current-item .ask-dialog-answer-option-icon,.tag-select-menu-current-item .chat-input-answer-option-icon{color:rgba(15,22,30,.7)}.chat-input{width:100%;max-width:800px;min-width:320px;margin:0 auto;padding:12px;border-radius:12px;border:1px solid rgba(49,52,56,.08);background:#fff;position:sticky;bottom:0;position:relative}.chat-input:before{content:"";position:absolute;left:-5%;top:-81px;height:80px;pointer-events:none;width:110%;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.chat-input-input{max-height:180px!important;min-height:40px!important}.chat-input-tools{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:8px}.chat-input-tools-right{display:flex;align-items:center;gap:8px}.chat-input-tools-right-actions{display:flex;align-items:center;gap:2px}.chat-input-tools-right-actions:empty{display:none}.chat-input-ponder,.chat-input-tools-right-send{display:flex;align-items:center}.chat-input-ponder{border-radius:12px;background:rgba(15,22,30,.03);padding:20px 0 32px;flex-direction:column;justify-content:center;gap:8px;max-width:800px;width:100%;min-width:600px;margin:0 auto;position:relative}.chat-input-ponder:before{content:"";position:absolute;left:0;top:-80px;height:80px;pointer-events:none;width:100%;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.chat-input-ponder-title{color:rgba(15,22,30,.56);font-size:14px;font-weight:500;line-height:24px}.chat-input-ponder-select{display:flex;align-items:center;gap:6px;cursor:pointer}.chat-input-ponder-btn{width:200px;gap:6px}.chat-input-model-toggle{height:32px}.chat-input-answer-option{display:flex;align-items:center;gap:2px}.chat-input-answer-option:hover .chat-input-answer-option-icon{color:rgba(15,22,30,.7)}.chat-input .ui-button.medium.default.chat-input-enter{display:flex;align-items:center;justify-content:center;padding:0;width:28px;height:28px}.chat-input .ui-button.medium.default.disabled.chat-input-enter{border-radius:8px;background:rgba(15,22,30,.08)}.chat-input-upload-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:none;background:transparent;color:rgba(15,22,30,.56);cursor:pointer;transition:all .2s}.chat-input-upload-btn:hover:not(:disabled){background:rgba(15,22,30,.04);color:rgba(15,22,30,.88)}.chat-input-upload-btn:active:not(:disabled){background:rgba(15,22,30,.08)}.chat-input-upload-btn:disabled{cursor:not-allowed;opacity:.5}.chat-input-reference-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:none;background:transparent;color:rgba(15,22,30,.56);cursor:pointer;font-weight:600;transition:all .2s}.chat-input-reference-btn:hover:not(:disabled){background:rgba(15,22,30,.04);color:rgba(15,22,30,.88)}.chat-input-reference-btn:active:not(:disabled){background:rgba(15,22,30,.08)}.chat-input-reference-btn:disabled{cursor:not-allowed;opacity:.5}.chat-input-reference-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.chat-input-reference-dropdown{position:absolute;left:12px;right:12px;bottom:calc(100% + 8px);background:#fff;border-radius:10px;border:1px solid rgba(15,22,30,.12);box-shadow:0 8px 24px rgba(15,22,30,.12);max-height:280px;max-width:360px;overflow:hidden;padding:6px 0;z-index:5;display:flex;flex-direction:column}.mobile-dashboard .chat-input-reference-dropdown,html.project-workspace-mobile .chat-input-reference-dropdown{max-height:208px}.chat-input-reference-dropdown-header{flex:0 0 auto;background:#fff}.chat-input-reference-dropdown-banner{padding-left:0;padding-right:0}.chat-input-reference-dropdown-scroll{flex:1 1 auto;overflow:auto;min-height:0}.chat-input-reference-section{padding:6px 12px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:rgba(15,22,30,.5)}.chat-input-reference-item{width:100%;border:none;background:transparent;text-align:left;padding:6px 12px;font-size:13px;color:rgba(15,22,30,.8);cursor:pointer;display:flex;align-items:center;gap:8px}.chat-input-reference-item:hover{background:rgba(15,22,30,.06)}.chat-input-reference-icon{display:inline-flex;align-items:center;justify-content:center}.chat-input-reference-icon svg{width:14px;height:14px}.chat-input-reference-item-active{background:rgba(15,22,30,.08)}.chat-input-reference-divider{height:1px;margin:6px 0;background:rgba(15,22,30,.08)}.chat-input-reference-empty{padding:8px 12px;font-size:12px;color:rgba(15,22,30,.5)}.chat-input-inline-editor-wrapper{position:relative}.chat-input-inline-editor{min-height:40px;max-height:180px;overflow-y:auto;font-size:14px;color:rgba(15,22,30,.8);line-height:1.5;outline:none;white-space:pre-wrap;word-break:break-word;font-weight:500}.mobile-dashboard .chat-input-inline-editor,html.project-workspace-mobile .chat-input-inline-editor{font-size:16px;min-height:28px}.chat-input-inline-editor:empty:before{content:attr(data-placeholder);color:rgba(15,22,30,.4)}.chat-input-selectable-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;margin:0 2px;border-radius:6px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.3);color:#6366f1;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease;vertical-align:middle}.chat-input-selectable-chip:hover{background:rgba(99,102,241,.15);border-color:rgba(99,102,241,.5)}.chat-input-selectable-chip-label{white-space:nowrap}.chat-input-selectable-chip-chevron{display:inline-flex;align-items:center;opacity:.7}.chat-input-selectable-dropdown{z-index:10;background:#fff;border-radius:8px;border:1px solid rgba(15,22,30,.12);box-shadow:0 4px 12px rgba(15,22,30,.12);padding:4px;min-width:100px}.chat-input-selectable-dropdown-item{display:block;width:100%;padding:8px 12px;border:none;background:transparent;text-align:left;font-size:13px;color:rgba(15,22,30,.8);border-radius:6px;cursor:pointer}.chat-input-selectable-dropdown-item:hover{background:rgba(15,22,30,.06)}.chat-input-selectable-dropdown-item-active{background:rgba(99,102,241,.1);color:#6366f1;font-weight:500}.chat-input-inline-chip{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;margin:0 4px 2px 0;border-radius:6px;background:rgba(15,22,30,.06);color:rgba(15,22,30,.75);font-size:12px;vertical-align:middle;border:1px solid rgba(15,22,30,.08)}.chat-input-inline-chip:hover{background:rgba(15,22,30,.08)}.chat-input-inline-chip:hover .chat-input-inline-chip-remove{opacity:1;pointer-events:auto}.chat-input-inline-chip-type{font-size:10px;font-weight:600;position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:rgba(15,22,30,.55)}.chat-input-inline-chip-type .chat-input-inline-chip-icon{display:inline-flex;align-items:center;justify-content:center;transition:opacity .15s ease}.chat-input-inline-chip-type svg{width:14px;height:14px}.chat-input-inline-chip-label{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-inline-chip-remove{border:none;background:transparent;color:rgba(15,22,30,.5);cursor:pointer;padding:0;line-height:1;opacity:0;pointer-events:none;position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.chat-input-reference-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:rgba(15,22,30,.06);font-size:12px;color:rgba(15,22,30,.7);max-width:220px}.chat-input-reference-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-reference-remove{border:none;background:transparent;color:rgba(15,22,30,.5);cursor:pointer;padding:0}.chat-input-file-upload{margin-bottom:8px}.chat-input-file-upload-hidden{display:none}.ask-modal-dialog{margin-top:12px}.ask-modal-dialog-wrapper{width:100%}.ask-modal-dialog-action-patterns{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.ask-modal-dialog-action-pattern{border:1px solid rgba(49,52,56,.12);background:rgba(15,22,30,.03);color:rgba(15,22,30,.7);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer}.ask-modal-dialog-action-pattern:hover{background:rgba(15,22,30,.06)}.ask-modal-dialog-example-prompts{margin-top:10px;display:flex;flex-direction:column;gap:8px}.ask-modal-dialog-example-prompt{text-align:left;width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(49,52,56,.08);background:#fff;color:rgba(15,22,30,.8);font-size:13px;font-weight:500;cursor:pointer}.ask-modal-dialog-example-prompt:hover{background:rgba(15,22,30,.03)}.dashboard-new-chat-input.chat-input{min-height:124px;width:100%;display:flex;flex-direction:column}.dashboard-new-chat-input.chat-input:before{display:none}.dashboard-new-chat-input.chat-input .chat-input-reference-dropdown{left:0;right:0}.dashboard-new-chat-input.chat-input .chat-input-inline-editor-wrapper{flex-grow:1}.common-base-root-modal .common-base-modal-content.ask-modal{gap:0;padding:20px 28px 28px}.common-base-root-modal .common-base-modal-content.ask-modal .common-base-modal-header-title{display:flex;align-items:center;justify-content:space-between;flex:1}.common-base-root-modal .common-base-modal-content.ask-modal .ask-modal-chat-history{color:#797d81;display:flex;gap:6px;align-items:center;padding-right:30px;cursor:pointer;font-size:12px;font-style:normal;font-weight:500;line-height:22px}.batch-file-item{padding:8px;width:100%;display:flex}.batch-file-item .batch-file-item-icon{width:14px;height:18px;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.batch-file-item .batch-file-item-icon.warning{color:#ff3b3b}.batch-file-item .batch-file-item-icon.complete{color:#00e1a8}.batch-file-item .batch-file-item-loading{width:14px;height:14px;animation:loading-rotate 1s linear infinite}.batch-file-item .batch-file-item-content{padding:0 12px 0 8px;flex:1 1 0;display:flex;flex-direction:column;gap:5px}.batch-file-item .batch-file-item-title{max-width:220px;overflow-wrap:anywhere;color:rgba(15,22,30,.92);font-size:13px;font-weight:500;line-height:18px}.batch-file-item .batch-file-item-status{color:rgba(15,22,30,.44);font-size:12px;font-weight:400;line-height:16px}.batch-file-item .batch-file-item-right{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:8px;height:18px}.batch-file-item .batch-file-item-right-item{cursor:pointer;width:14px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#95989c}.batch-file-item .batch-file-item-upgrade{cursor:pointer;margin-top:4px;display:flex;height:28px;padding:0 8px;justify-content:center;align-items:center;gap:4px;border-radius:4px;background:rgba(128,92,229,.12);color:#805ce5;font-size:12px;font-weight:700;width:-moz-fit-content;width:fit-content}.batch-file-board{z-index:1450;position:fixed;bottom:12px;right:12px;max-height:calc(100vh - 120px);width:230px;height:-moz-fit-content;height:fit-content;border-radius:12px;background:#fff;box-shadow:0 4px 20px 0 rgba(0,0,0,.12);transition:height .3s ease-in,width .3s ease-in;display:flex;flex-direction:column;align-items:flex-start}.project-workspace-mobile .batch-file-board{z-index:30;bottom:calc(12px + var(--safe-area-inset-bottom, 0px));left:12px;right:12px;width:calc(100% - 24px);max-width:none}.project-workspace-mobile .batch-file-board.expand{width:calc(100% - 24px)}.project-workspace-mobile.project-workspace-mobile-file-detail-open .batch-file-board{bottom:calc(12px + var(--safe-area-inset-bottom, 0px) + 72px)}.batch-file-board.navbar{position:relative;bottom:auto;right:auto;width:320px;max-height:min(60vh,calc(100vh - 120px))}.batch-file-board.expand{width:312px;height:-moz-fit-content;height:fit-content}.batch-file-board.expand .batch-file-board-files{display:block}.batch-file-board-header{width:100%;padding:12px;color:rgba(15,22,30,.92);font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;justify-content:space-between}.batch-file-board-header .batch-file-board-header-right{display:flex;align-items:center;gap:8px;color:rgba(15,22,30,.7);font-size:12px;font-weight:400;line-height:16px}.batch-file-board-header .batch-file-board-header-clear{cursor:pointer;display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px}.batch-file-board-header .batch-file-board-header-clear:hover{background:rgba(15,22,30,.06)}.batch-file-board-header .batch-file-board-header-expand{cursor:pointer;width:24px;height:24px;display:inline-flex;justify-content:center;align-items:center;border-radius:4px}.batch-file-board-header .batch-file-board-header-expand:hover{background:rgba(15,22,30,.06)}.batch-file-board-header .batch-file-board-header-close{width:24px;height:24px;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;color:#575c62}.batch-file-board-files{width:100%;padding:4px 8px 20px;overflow-y:auto;display:none}.batch-file-board-footer{width:100%;height:72px;padding:16px;position:absolute;left:0;bottom:0;background:#fff}.batch-file-board-footer-btn{cursor:pointer;width:100%;height:100%;border-radius:12px;background:#805ce5;color:#fff;font-size:16px;font-weight:700;line-height:20px;display:flex;align-items:center;justify-content:center}.batch-file-board-footer-btn.disabled{cursor:not-allowed;background:rgba(128,92,229,.3)}.common-base-modal-content.import-text-modal{gap:0;width:720px;padding-top:20px}.common-base-modal-content.import-text-modal .import-text-content{margin-top:20px;width:100%;padding:12px 12px 0;border-radius:12px;border:1px solid #e9e9ec;display:flex;gap:8px}.common-base-modal-content.import-text-modal .import-text-content.error{border-color:#ff3b3b}.common-base-modal-content.import-text-modal .import-text-content.processing .import-text-input{opacity:.3}.common-base-modal-content.import-text-modal .import-text-icon{width:16px;color:rgba(15,22,30,.3);flex-shrink:0}.common-base-modal-content.import-text-modal .import-text-container{flex:1;flex-shrink:0;height:284px;padding:0 5px 56px 0}.common-base-modal-content.import-text-modal .import-text-container.text{padding-bottom:12px}.common-base-modal-content.import-text-modal .import-text-input{min-height:24px;max-height:100%;color:#0f161e;font-size:16px;font-weight:500;line-height:24px;resize:none!important}.common-base-modal-content.import-text-modal .import-textarea-footer{width:100%;display:flex;align-items:flex-end;height:44px}.common-base-modal-content.import-text-modal .import-textarea-footer.placeholder{align-items:center;height:24px;color:rgba(15,22,30,.3);font-size:16px;font-weight:500;line-height:24px;letter-spacing:.08px}.common-base-modal-content.import-text-modal .import-textarea-footer-wrapper{display:flex;justify-content:center;align-items:center;height:32px;padding:0 12px;gap:8px;border-radius:6px;background:rgba(32,39,79,.04)}.common-base-modal-content.import-text-modal .import-textarea-footer-wrapper.processing{opacity:.3}.common-base-modal-content.import-text-modal .import-textarea-footer-wrapper:hover{opacity:.9}.common-base-modal-content.import-text-modal .import-textarea-footer-link{display:flex;align-items:center;gap:2px;color:rgba(15,22,30,.86);font-size:14px;font-weight:500;cursor:pointer}.common-base-modal-content.import-text-modal .import-textarea-footer-keyboard{display:flex;align-items:center}.common-base-modal-content.import-text-modal .import-textarea-footer-item{cursor:default;height:20px;display:flex;padding:0 4px;justify-content:center;align-items:center;border-radius:2px;background:rgba(15,22,30,.04);color:rgba(15,22,30,.7);font-size:12px;font-weight:400;line-height:20px;font-family:var(--font-inter)}.common-base-modal-content.import-text-modal .import-textarea-footer-item.placeholder{color:rgba(15,22,30,.3);font-size:14px;margin:0 4px}.common-base-modal-content.import-text-modal .import-textarea-footer-plus{color:rgba(15,22,30,.3);font-size:16px;font-weight:500;line-height:20px;letter-spacing:.08px;width:11px}.common-base-modal-content.import-text-modal .import-text-input::-moz-placeholder{color:rgba(15,22,30,.3)}.common-base-modal-content.import-text-modal .import-text-input::placeholder{color:rgba(15,22,30,.3)}.common-base-modal-content.import-text-modal .import-text-footer{margin-top:20px;display:flex;align-items:center;width:100%}.common-base-modal-content.import-text-modal .import-text-footer-add{margin-left:auto}.common-base-modal-content.import-text-modal .import-text-footer-add-loading{width:18px;height:18px;animation:loading-rotate 1s linear infinite}.common-base-modal-content.import-text-modal .import-text-footer-tips{display:flex;align-items:center;justify-content:center;gap:4px;color:#ff3b3b;font-size:14px;font-weight:400}