.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}.ask-dialog{min-height:140px;padding:12px}.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{margin:4px 4px 0}.ask-dialog .ask-dialog-left{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)}.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:12px}.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%}.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;overflow:hidden;padding:6px 0;z-index:5;display:flex;flex-direction:column}.chat-input-reference-dropdown-header{flex:0 0 auto;background:#fff}.chat-input-reference-dropdown-banner{padding-left:0;padding-right:0;margin:0 12px}.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:12px;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;padding:6px 0;font-size:13px;color:rgba(15,22,30,.8);line-height:1.5;outline:none;white-space:pre-wrap;word-break:break-word}.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:hover .chat-input-inline-chip-icon{opacity:0}.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;max-width:160px}.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:160px;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}.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}.dashboard-section{position:relative;width:100%;--list-layout-right-width:40%;--list-layout-right-gap:10px}.dashboard-section-header{padding-bottom:12px;display:flex;align-items:center;gap:8px}.dashboard-section-header-title{color:rgba(15,22,30,.92);font-size:15px;font-weight:600}.dashboard-section.row .dashboard-section-header-title{color:rgba(15,22,30,.4);font-size:15px;font-weight:400;line-height:16px;font-family:var(--font-aleo)}.dashboard-section.row .dashboard-section-header-all{margin-left:auto;margin-top:auto;cursor:pointer;color:rgba(15,22,30,.7);font-size:13px;font-weight:500;line-height:22px}.dashboard-section.row .dashboard-section-header-new{border-radius:6px;background:rgba(32,39,79,.06);color:#797d81;display:flex;align-items:center;gap:3px;font-size:12px;font-weight:400;line-height:18px;padding:3px 8px;cursor:pointer;transition:all .2s ease-in-out}.dashboard-section.row .dashboard-section-header-new:hover{background:rgba(32,39,79,.06);color:#31373e}.dashboard-section.row .dashboard-section-header-new:hover .dashboard-section-header-new-icon{color:#31373e}.dashboard-section.row .dashboard-section-header-new:active{background:rgba(32,39,79,.08);color:#31373e}.dashboard-section.row .dashboard-section-header-new:active .dashboard-section-header-new-icon{color:#31373e}.dashboard-section.row .dashboard-section-header-new-icon{color:#797d81;transition:all .2s ease-in-out}.dashboard-row-layout{position:relative;margin:0 -12px}.dashboard-row-layout:hover .dashboard-row-arrow{opacity:1}.dashboard-row-layout .dashboard-row-items{width:100%;display:flex;gap:20px;overflow-x:auto}.dashboard-row-layout .dashboard-row-items::-webkit-scrollbar{height:.1px}.dashboard-row-layout .dashboard-row-arrow{cursor:pointer;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.06);outline:1px solid rgba(15,22,30,.04);padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;color:rgba(15,22,30,.4);opacity:0;transition:all .2s ease-in-out;border-radius:40px;pointer-events:all}.dashboard-row-layout .dashboard-row-arrow:hover{color:#0f161e}.dashboard-row-layout .dashboard-row-arrow:active{color:rgba(15,22,30,.7)}.dashboard-row-layout .dashboard-row-arrow:after{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid rgba(49,52,56,.02);pointer-events:none}.dashboard-row-layout .dashboard-row-mask{z-index:5;pointer-events:none;position:absolute;top:0;right:0;bottom:0;width:137px;background:linear-gradient(271deg,#fdfdfd 31.66%,hsla(0,0%,97%,0) 99.73%)}.dashboard-row-layout .dashboard-row-mask.left{transform:rotate(180deg);left:0;right:auto}.dashboard-row-layout .dashboard-row-mask.left .dashboard-row-arrow{left:80px;right:auto}.dashboard-column-layout{position:relative}.dashboard-column-layout-loading{width:100%}.dashboard-column-layout-empty{width:100%;background:#afeeee}.dashboard-column-layout-list{display:grid;gap:20px;justify-content:start;grid-template-columns:repeat(auto-fill,minmax(236px,1fr));padding:2px 12px 12px;margin:0 -12px}.dashboard-column-layout-list.single-row{grid-template-columns:repeat(auto-fill,minmax(0,236px))}.dashboard-column-layout-list.list{display:flex;flex-direction:column;margin:0 -8px;gap:0;padding:0 0 12px}.dashboard-column-layout-list-header{width:100%;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.dashboard-column-layout-list-header-title{color:rgba(15,22,30,.392);font-size:12px;font-weight:500;line-height:16px}.column-list-item-right{flex-shrink:0;width:var(--list-layout-right-width);display:flex;justify-content:space-between;align-items:center;gap:var(--list-layout-right-gap);padding-right:54px}@media screen and (max-width:1000px){.column-list-item-right{width:300px}}.column-list-item-item{flex:1;flex-shrink:0;color:rgba(15,22,30,.92);font-size:13px;font-weight:500}.column-list-item-item.header{color:rgba(15,22,30,.392);font-size:12px;font-weight:500;line-height:16px}@keyframes gradient{to{background-position:var(--bg-size,300%) 0}}.ui-gradient-text{--tw-gradient-stops:var() display:inline;animation:gradient 8s linear infinite;-webkit-background-clip:text;background-clip:text;background-size:var(--bg-size) 100%;background-image:linear-gradient(to right in oklab,var(--color-from) 0,var(--color-to) 50%,var(--color-from) 100%);color:transparent}.card-spotlight{position:relative;overflow:hidden;--mouse-x:50%;--mouse-y:50%;--spotlight-color:hsla(0,0%,100%,.05);--spotlight-opacity:0.6;--spotlight-size:100px}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle var(--spotlight-size) at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 68%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:var(--spotlight-opacity)}.ask-dialog{width:100%;height:140px;padding:16px 16px 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-input{width:100%;color:#0f161e;font-size:14px;font-weight:500}.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,.ask-dialog .ask-dialog-right{height:100%;display:flex;align-items:center}.ask-dialog .ask-dialog-right{margin-left:auto}.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}.ask-modal-dialog{margin-top:16px}.dashboard-entries{transition:opacity .3s ease;opacity:0;display:block}.dashboard-entries.landing{opacity:1}.dashboard-entries.second-screen{opacity:0;pointer-events:none}.dashboard-entries.show{opacity:1;pointer-events:all}.dashboard-entries-header{padding:0 0 10px;width:100%}.dashboard-entries-title{font-family:var(--font-aleo);margin-right:6px;color:#0f161e;font-size:23px;font-weight:400;line-height:16px}.dashboard-entries-items{padding:2px 12px 12px 10px}.dashboard-entries-desc{color:rgba(15,22,30,.4);font-size:16px;font-weight:400;line-height:16px}.dashboard-entries-item{cursor:pointer;flex:1;padding:20px;outline:1px solid rgba(49,52,56,.04);box-shadow:0 1px 5px 0 rgba(0,0,0,.02);border-radius:8px;transition:all .2s ease-in-out;background:#fff}.dashboard-entries-item:hover{box-shadow:0 4px 12px 0 rgba(0,0,0,.04)}.dashboard-entries-item:hover .dashboard-entries-item-arrow{color:var(--spotlight-color)}.dashboard-entries-item:active{box-shadow:0 2px 8px 0 rgba(0,0,0,.05)}.dashboard-entries-item-top{display:flex;align-items:center;gap:6px}.dashboard-entries-item-icon{width:46px;height:46px;flex-shrink:0}.dashboard-entries-item-info{flex:1;flex-shrink:0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.dashboard-entries-item-title{font-family:var(--font-aleo);color:#0f161e;font-size:17px;font-weight:400;line-height:16px;white-space:normal;word-break:break-word}.dashboard-entries-item-tag{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;height:20px;padding:0 8px;font-family:var(--font-inter);border-radius:34px;white-space:nowrap;border:1px solid transparent;background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#e3dbfa,#e2f6f8)}.dashboard-entries-item-arrow{flex-shrink:0;margin-left:auto;width:14px;height:14px;color:rgba(3,9,17,.2)}.dashboard-entries-item-desc{margin-top:8px;color:rgba(15,22,30,.56);font-size:13px;font-weight:400;line-height:19px}.new-dashboard-container.ponder .dashboard-landing{height:68vh;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:40px;position:relative;z-index:3;transition:opacity .4s ease;opacity:1}.new-dashboard-container.ponder .dashboard-landing.hidden{opacity:0;pointer-events:none}.new-dashboard-container.ponder .dashboard-landing.ipad{height:unset;padding:140px 0 100px}.new-dashboard-container.ponder .dashboard-landing.ipad .dashboard-landing-content{width:100%}.new-dashboard-container.ponder .dashboard-landing.ipad .dashboard-landing-entries{margin-top:24px}.new-dashboard-container.ponder .dashboard-landing.ipad .dashboard-entries-item-info{row-gap:2px}.new-dashboard-container.ponder .dashboard-landing.ipad .dashboard-entries-item-tag{height:16px;font-size:11px}.new-dashboard-container.ponder .dashboard-landing-title{color:#0f161e;font-family:var(--font-aleo);font-size:26px;font-weight:400;line-height:40px}.new-dashboard-container.ponder .dashboard-landing-content{max-width:832px;width:calc(100% - 40px)}.new-dashboard-container.ponder .dashboard-landing-dialog{height:160px;border-radius:16px;outline:1px solid rgba(49,52,56,.04);background:#fff;box-shadow:0 6px 16px 0 rgba(0,0,0,.03)}.new-dashboard-container.ponder .dashboard-landing-dialog.focus{outline-color:rgba(15,22,30,.08)}.new-dashboard-container.ponder .dashboard-landing-entries{margin-top:36px;width:100%}.new-dashboard-container.ponder .dashboard-landing .card-spotlight.dashboard-entries-item{padding:20px 20px 16px}@media screen and (min-height:1000px){.new-dashboard-container.ponder .dashboard-landing{height:85vh;justify-content:center}}@media (pointer:coarse){.new-dashboard-container.ponder .dashboard-landing .card-spotlight.dashboard-entries-item{padding:10px 10px 8px}.new-dashboard-container.ponder .dashboard-entries-item-icon{width:32px;height:32px}.new-dashboard-container.ponder .dashboard-entries-item-title{font-size:14px}.new-dashboard-container.ponder .dashboard-entries-item-desc{font-size:11px}.new-dashboard-container.ponder .dashboard-landing-title{font-size:22px}}.ponders-item{overflow:hidden;display:flex;flex-direction:column;position:relative}.ponders-item.grid{flex-shrink:0;width:236px}.ponders-item.list{width:100%;min-height:72px;background:#fdfdfd}.ponders-item.list:hover .ponders-item-img{border:1px solid rgba(49,52,56,.08)}.ponders-item.list .ponders-item-img{width:98px;height:56px;border-radius:6px;border:.5px solid rgba(49,52,56,.04);flex-shrink:0}.ponders-item.list .ponders-item-bottom{position:absolute;left:0;padding:0;flex:none;width:100%;display:flex;flex-shrink:0;align-items:center;justify-content:space-between;background:transparent;flex-direction:row}.ponders-item.list .ponders-item-title{overflow:hidden;flex:1;flex-shrink:0;padding:0 30px 0 122px}.ponders-item-img{width:100%;height:auto;background:#f6f6f6}.ponders-item-space{top:10px;left:10px;padding:1px 6px;position:absolute;border-radius:4px;background:hsla(0,0%,45%,.5);color:#fff;font-size:12px;font-weight:500;line-height:18px}.ponders-item-bottom{flex:1;flex-shrink:0;width:100%;background:#fff;padding:12px 16px 16px;display:flex;flex-direction:column;justify-content:space-between}.ponders-item-title{color:#0f161e;font-size:14px;font-weight:600;line-height:22px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:inherit;-webkit-line-clamp:1;-webkit-box-orient:vertical}.ponders-item-time{margin-top:4px;color:rgba(49,52,56,.5);font-size:12px;font-weight:400;line-height:18px}.ponders.hidden{display:none}.ponders-title{color:rgba(15,22,30,.92);font-weight:500}.ponders-dashboard-items{padding:2px 12px 12px}.ponders-list-header{width:100%;color:rgba(15,22,30,.56);font-size:12px;font-weight:500;line-height:16px;display:flex;align-items:center;padding:0 50px 0 8px}.ponders-list-header-right{width:500px;margin-left:auto;display:flex;align-items:center;gap:10px}@media screen and (max-width:1000px){.ponders-list-header-right{width:300px}}.ponders-content{height:calc(100vh - 50px);overflow:auto;width:100%}.ponders-content-grid{display:flex;flex-wrap:wrap;gap:20px;padding:1px 12px}.ponders-content-loading{width:100%;text-align:center;height:25px;line-height:25px}.ponders-content-container{display:flex;flex-direction:row;gap:16px}.ponders .ponders-list-header-right-item{width:30%}.ponders .ponders-list-header-right-item:first-child{width:40%}.ponders-item-new{height:190px}.ponders .ponders-item-right{width:60%}.spaces-item{padding:16px;display:flex;flex-direction:column;position:relative}.spaces-item:hover .spaces-item-img-item.left{transform:rotate(-22deg) scale(1.1) translateX(-3px)}.spaces-item:hover .spaces-item-img-item.center{transform:scale(1.1) translateY(-3px)}.spaces-item:hover .spaces-item-img-item.right{transform:rotate(22deg) scale(1.1) translateX(3px)}.spaces-item.grid{width:236px;flex-shrink:0}.spaces-item.list:hover .spaces-item-tag{background:#fff}.spaces-item.list .spaces-item-top{display:flex;align-items:center;gap:16px;flex:1;flex-shrink:0;padding:0;overflow:hidden}.spaces-item.list .spaces-item-tag{background:hsla(240,9%,96%,.7);border-radius:6px;width:98px;height:56px;flex-shrink:0;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out}.spaces-item.list .spaces-item-name{margin-top:0;flex:1;flex-shrink:0;padding-right:30px;min-height:22px}.spaces-item-tag,.spaces-item-tag-icon{width:30px;height:30px}.spaces-item-name{margin-top:8px;color:#0f161e;font-size:14px;font-weight:600;line-height:22px;min-height:44px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:inherit;-webkit-line-clamp:2;-webkit-box-orient:vertical}.spaces-item-img{margin-top:10px;width:100%;height:122px;padding:23px 0;display:flex;align-items:center;position:relative;z-index:1;justify-content:center}.spaces-item-img.count-1{padding:17px 0}.spaces-item-img.count-1 .spaces-item-img-item{width:134px;height:88px;border-color:#fff}.spaces-item-img.count-2 .spaces-item-img-item{width:68px}.spaces-item-img.count-2 .spaces-item-img-item-text{padding-bottom:10px}.spaces-item-img-item{position:relative;width:62px;flex-shrink:0;border-radius:5px;border:1px solid rgba(49,52,56,.08);background:#fff;display:flex;flex-direction:column;gap:2px;transition:transform .3s ease-in-out}.spaces-item-img-item.left{transform:rotate(-22deg)}.spaces-item-img-item.right{transform:rotate(22deg)}.spaces-item-img-item-icon{width:100%;height:auto}.spaces-item-img-item-text{width:100%;padding:2px 6px 6px;color:rgba(49,52,56,.5);font-size:4px;font-weight:400;line-height:1.25;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:inherit;-webkit-line-clamp:2;-webkit-box-orient:vertical}.base-menu-popover-menu-group.common-card-menu-group .spaces-item-menu-group-name{padding:4px 0 6px 8px;color:rgba(15,22,30,.7);text-align:center;font-size:12px;font-weight:500;line-height:1.25}.base-menu-popover-menu-group.common-card-menu-group .spaces-item-menu-group-name.last{padding-top:14px}.base-menu-popover-menu-group:after{top:10px!important}.spaces-list.hidden{display:none}.spaces-list .spaces-items-list{gap:0;margin:0 -8px}.spaces-dashboard-list{padding:2px 12px 12px}.infinite-scroll-component__outerdiv{width:100%}.spaces-item-new{height:248px}.anchor-page{height:100vh;background:#f3f3f4;position:fixed;left:0;top:0;width:100%;z-index:1000;padding-top:75px;padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px))}.anchor-page-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.anchor-page .login-base-header{position:relative;z-index:2}.anchor-page-title{margin-top:12px;font-size:22px;font-weight:600}.anchor-page-desc,.anchor-page-title{color:#0f161e;line-height:24px;text-align:center}.anchor-page-desc{margin-top:30px;font-size:15px;font-weight:500;padding:0 12px}.anchor-page-logo-container{display:flex;justify-content:center}.anchor-page-logo{width:40px;height:40px}.anchor-page-ai{border-radius:46px;background:#fff;padding:1px 10px;margin:0 5px}.anchor-page-ai-text{text-align:center;font-size:16px;font-weight:500;line-height:24px;background:linear-gradient(135deg,#7fc9fe,#8c63ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.anchor-page-image{margin:20px auto 0 calc((100% - 322px) / 2)}.anchor-page-button{position:fixed;bottom:24px;cursor:pointer;margin:70px auto 0 20px;border-radius:12px;background:#0f161e;width:calc(100% - 40px);height:48px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:14px;font-weight:600;line-height:20px}.anchor-page-button:active,.anchor-page-button:hover{color:#fff}.anchor-page-tag{border-radius:6px;background:hsla(0,0%,100%,.23);height:20px;padding:0 6px;color:#fff;font-size:12px;font-weight:400;line-height:20px}.new-dashboard .new-dashboard-content{height:100vh;height:100dvh;overflow:auto;display:flex;flex-direction:column}.new-dashboard .new-dashboard-container{max-width:1136px;position:relative;flex:1;display:flex;flex-direction:column;min-height:0}.new-dashboard .new-dashboard-container.ponder{min-height:auto}.new-dashboard .new-dashboard-container.ipad{width:calc(100% - 80px);max-width:800px}