: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-family:var(--adm-font-family);font-size:var(--adm-font-size-main)}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);left:-100vw;pointer-events:none;position:fixed;top:-100vh;width:0}.adm-button,div.adm-px-tester{-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));background-color:var(--background-color);border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);box-sizing:border-box;color:var(--text-color);cursor:pointer;display:inline-block;font-size:var(--adm-font-size-9);height:auto;line-height:1.4;margin:0;padding:7px 12px;position:relative;text-align:center;transition:opacity .15s ease}.adm-button:focus{outline:none}.adm-button:before{background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);box-sizing:content-box;content:" ";height:100%;left:0;opacity:0;position:absolute;top:0;transform:translate(calc(var(--border-width)*-1),calc(var(--border-width)*-1));width:100%}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{font-size:var(--adm-font-size-main);padding-bottom:3px;padding-top:3px}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{font-size:var(--adm-font-size-7);padding-bottom:3px;padding-top:3px}.adm-button.adm-button-large{font-size:var(--adm-font-size-10);padding-bottom:11px;padding-top:11px}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{align-items:center;display:flex;height:1.4em;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-form{--border-inner:solid 1px var(--adm-border-color);--border-top:solid 1px var(--adm-border-color);--border-bottom:solid 1px var(--adm-border-color);--prefix-width:6.8em;---border-inner:var(--border-inner);---border-top:var(--border-top);---border-bottom:var(--border-bottom);---prefix-width:var(--prefix-width)}.adm-form .adm-list.adm-list{--padding-left:16px;--padding-right:12px;--border-inner:var(---border-inner);--border-top:var(---border-top);--border-bottom:var(---border-bottom)}.adm-form .adm-form-footer{padding:20px 12px}.adm-form .adm-form-item-horizontal.adm-list-item{--prefix-width:var(---prefix-width)}.adm-form-list-operation{color:var(--adm-color-primary);text-align:center}.adm-form-item+.adm-form-item{border-top:none}.adm-form-item-label{box-sizing:border-box;color:var(--adm-color-text-secondary);display:block;height:100%;line-height:1.5;position:relative}.adm-form-item-label .adm-form-item-required-asterisk{color:var(--adm-color-danger);font-family:SimSun,sans-serif;left:-.6em;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-form-item-label .adm-form-item-required-text{color:var(--adm-color-weak);margin-left:4px}.adm-form-item-label-help{cursor:pointer;margin-left:4px}.adm-form-item-child{display:flex}.adm-form-item-child-position-normal{justify-content:normal}.adm-form-item-child-position-normal>*{flex:auto}.adm-form-item-child-position-right{justify-content:flex-end}.adm-form-item-child-position-right>*{flex:none}.adm-form-item-feedback-error{color:var(--adm-color-danger);margin-top:4px}.adm-form-item-feedback-warning{color:var(--adm-color-warning);margin-top:4px}.adm-form-item.adm-form-item-hidden{display:none}.adm-form-item.adm-form-item-horizontal.adm-list-item{--align-items:stretch}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix{padding-bottom:12px;padding-top:12px}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra{align-self:center}.adm-form-item.adm-form-item-vertical .adm-form-item-label{font-size:var(--adm-font-size-7);margin-bottom:4px}.adm-list{--header-font-size:var(--adm-font-size-7);--prefix-width:"auto";--prefix-padding-right:12px;--align-items:center;--active-background-color:var(--adm-color-border);--border-inner:solid 1px var(--adm-color-border);--border-top:solid 1px var(--adm-color-border);--border-bottom:solid 1px var(--adm-color-border);--padding-left:12px;--padding-right:12px;--font-size:var(--adm-font-size-9);--extra-max-width:70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:8px var(--padding-right) 8px var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);font-size:var(--font-size);overflow:hidden}.adm-list-body-inner{margin-top:-1px}.adm-list-default .adm-list-body{border-bottom:var(--border-bottom);border-top:var(--border-top)}.adm-list-card{margin:12px}.adm-list-card .adm-list-body{border-radius:8px}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{background-color:var(--adm-color-background);display:block;line-height:1.5;padding-left:var(--padding-left);position:relative}.adm-list-item-description,.adm-list-item-title{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{align-items:var(--align-items);border-top:var(--border-inner);display:flex;justify-content:flex-start;padding-right:var(--padding-right)}.adm-list-item-content-prefix{flex:none;padding-right:var(--prefix-padding-right);width:var(--prefix-width)}.adm-list-item-content-main{flex:auto;padding:12px 0}.adm-list-item-content-extra{color:var(--adm-color-weak);flex:none;font-size:var(--adm-font-size-7);max-width:var(--extra-max-width);padding-left:12px}.adm-list-item-content-arrow{align-items:center;color:var(--adm-color-light);display:flex;flex:none;font-size:19px;margin-left:4px}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{border-bottom:var(--border-inner);bottom:-1px;content:" ";display:block;left:0;position:absolute;width:100%}.adm-popover{--z-index:var(--adm-popover-z-index,1030);--background:#fff;--arrow-size:8px;--content-padding:8px 12px;animation:none;color:var(--adm-color-text);cursor:auto;left:0;position:absolute;text-align:left;top:0;-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:normal;z-index:var(--z-index)}.adm-popover.adm-popover-dark{--background:rgba(0,0,0,.75);--adm-color-text:#fff;color:#fff}.adm-popover.adm-popover-dark .adm-popover-inner{box-shadow:none}.adm-popover:after{background:hsla(0,0%,100%,.01);content:"";position:absolute}.adm-popover-hidden{display:none}.adm-popover-inner{background-clip:padding-box;background-color:var(--background);border-radius:8px;box-shadow:0 0 30px 0 rgba(51,51,51,.2);font-size:var(--adm-font-size-7);max-width:calc(100vw - 24px);min-width:32px;overflow-y:hidden;width:-moz-max-content;width:max-content}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{background:transparent;overflow:visible;width:var(--arrow-size)}.adm-popover-arrow,.adm-popover-arrow-icon{display:block;height:var(--arrow-size);position:absolute}.adm-popover-arrow-icon{left:50%;top:50%;transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate));width:calc(var(--arrow-size)/8*15)}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color:var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding:0}.adm-popover-menu-list{min-width:120px;overflow:hidden}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{-webkit-overflow-scrolling:auto;overflow-y:scroll;padding-right:2px}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:4px}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.adm-popover-menu-item{align-items:center;display:flex;justify-content:flex-start;padding-left:20px;position:relative}.adm-popover-menu-item-icon{flex:none;font-size:20px;padding-right:8px}.adm-popover-menu-item-text{border-top:1px solid var(--border-color);flex:auto;padding:14px 20px 14px 0}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{border-bottom:1px solid var(--border-color);bottom:-1px;content:" ";display:block;left:0;position:absolute;width:100%}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color:var(--adm-color-text);--background:rgba(0,0,0,.9)}.container-UODLqcx7 .metaCard-BlbNRDSK{color:rgba(84,93,109,.8);padding:0 12px}.container-UODLqcx7 .rulesContainer-VWaOeLbS{margin-top:8px}.container-UODLqcx7 .rulesContainer-VWaOeLbS .rulesTitle-J1C0Qn0R{font-size:15px;line-height:24px;margin-bottom:12px}.container-UODLqcx7 .rulesContainer-VWaOeLbS .ruleCard-TAt4Lgun{background:#fff;border-radius:8px;box-shadow:0 0 1px 0 rgba(0,19,41,.2),0 1.5px 4px -1px rgba(0,19,41,.04);margin-bottom:8px;overflow:hidden}.container-UODLqcx7 .rulesContainer-VWaOeLbS .ruleCard-TAt4Lgun:last-child{margin-bottom:0}.container-UODLqcx7 .rulesContainer-VWaOeLbS .ruleCard-TAt4Lgun .ruleCardHeader-Gi61YW8d{align-items:flex-start;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:12px;transition:background-color .3s ease}.container-UODLqcx7 .rulesContainer-VWaOeLbS .ruleCard-TAt4Lgun .ruleCardHeader-Gi61YW8d:hover{background-color:rgba(20,22,28,.04)}.container-UODLqcx7 .rulesContainer-VWaOeLbS .ruleCard-TAt4Lgun .ruleCardHeader-Gi61YW8d .ruleNumber-IMFnp_Zu{color:#343a45;flex-shrink:0;font-weight:500;line-height:22px;min-width:20px}.container-UODLqcx7 .rulesContainer-VWaOeLbS .ruleCard-TAt4Lgun .ruleCardHeader-Gi61YW8d .rulePreview-tf4F9T6e{color:rgba(84,93,109,.8);flex:1;line-height:22px;word-break:break-word}.container-UODLqcx7 .rulesContainer-VWaOeLbS .ruleCard-TAt4Lgun .ruleCardHeader-Gi61YW8d .ruleToggleIcon-o3alq5Ej{align-items:center;border-radius:4px;color:rgba(84,93,109,.8);display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:1px;transition:background-color .2s;width:20px}.container-UODLqcx7 .rulesContainer-VWaOeLbS .ruleCard-TAt4Lgun .ruleCardHeader-Gi61YW8d .ruleToggleIcon-o3alq5Ej:hover{background-color:rgba(20,22,28,.08)}.container-UODLqcx7 .collapsedText-UucxtHSj{background:#fff;border-radius:8px;margin-top:8px;overflow:hidden}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedHeader-QrcG6606{align-items:center;cursor:pointer;display:flex;font-size:15px;gap:8px;padding:12px;transition:background-color .3s ease}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedHeader-QrcG6606:hover{background-color:rgba(20,22,28,.04)}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedHeader-QrcG6606 .titleText-A5PLXVHD{color:#343a45;flex-shrink:0;font-weight:600}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedHeader-QrcG6606 .previewText-F5L3j8oJ{color:rgba(84,93,109,.8);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedHeader-QrcG6606 .toggleIcon-NiPhOGDw{align-items:center;border-radius:4px;color:rgba(84,93,109,.8);display:flex;flex-shrink:0;height:24px;justify-content:center;transition:background-color .2s;width:24px}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedHeader-QrcG6606 .toggleIcon-NiPhOGDw:hover{background-color:rgba(20,22,28,.08)}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedContent-zgnVQYnL{padding:0 12px 12px}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedContent-zgnVQYnL .ruleItem-miKUeieI{color:rgba(84,93,109,.8);display:flex;font-size:14px;line-height:24px;margin-bottom:8px}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedContent-zgnVQYnL .ruleItem-miKUeieI:last-child{margin-bottom:0}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedContent-zgnVQYnL .ruleItem-miKUeieI .ruleNumber-IMFnp_Zu{color:#343a45;flex-shrink:0;font-weight:500;margin-right:8px;min-width:20px}.container-UODLqcx7 .collapsedText-UucxtHSj .collapsedContent-zgnVQYnL .ruleItem-miKUeieI .ruleContent-F9WYNEeF{flex:1;word-break:break-word}.container-UODLqcx7 .editCard-c09gFAgi{background:#fff;border-radius:12px;box-shadow:0 0 1px 0 rgba(0,19,41,.2),0 1.5px 4px -1px rgba(0,19,41,.04);margin-top:16px;padding:12px}.container-UODLqcx7 .editCardTitle-FHnLbpBj{align-items:center;color:#343a45;display:flex;font-size:15px;font-weight:600;gap:8px;line-height:24px}.container-UODLqcx7 .editCardContent-RjfgHyaH{color:#343a45;font-size:15px;font-weight:400;line-height:24px;margin-top:12px}.container-UODLqcx7 .editCardAction-oSLN_OTc{display:flex;flex-wrap:wrap;gap:12px;justify-content:start;margin-top:16px}.container-UODLqcx7 .editCardAction-oSLN_OTc .ant-btn{border:none;border-radius:8px;flex-shrink:0;font-size:14px;font-weight:500;height:36px;padding:6px 16px;transition:all .25s cubic-bezier(.25,.46,.45,.94);white-space:nowrap;width:auto}.container-UODLqcx7 .editCardAction-oSLN_OTc .ant-btn:hover:not(:disabled){box-shadow:0 4px 12px rgba(29,122,252,.3);transform:translateY(-1px)}.container-UODLqcx7 .editCardAction-oSLN_OTc .ant-btn:active:not(:disabled){transform:translateY(0)}.container-UODLqcx7 .editCardAction-oSLN_OTc .clarify-confirm-btn{background:linear-gradient(135deg,#1d7afc,#0d5fd3);box-shadow:0 2px 8px rgba(29,122,252,.25)}.container-UODLqcx7 .editCardAction-oSLN_OTc .clarify-confirm-btn:hover:not(:disabled){background:linear-gradient(135deg,#2f8aff,#1a6ee0)!important}.container-UODLqcx7 .editCardAction-oSLN_OTc .clarify-confirm-btn:disabled{background:linear-gradient(135deg,rgba(29,122,252,.3),rgba(13,95,211,.25))!important;box-shadow:none;color:hsla(0,0%,100%,.7)!important}.container-UODLqcx7 .editCardAction-oSLN_OTc .ai-assist-btn{background:linear-gradient(135deg,#7c3aed,#6366f1);box-shadow:0 2px 8px rgba(124,58,237,.3);overflow:hidden;position:relative}.container-UODLqcx7 .editCardAction-oSLN_OTc .ai-assist-btn:before{background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));border-radius:8px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s}.container-UODLqcx7 .editCardAction-oSLN_OTc .ai-assist-btn:hover:not(:disabled):before{opacity:1}.container-UODLqcx7 .editCardAction-oSLN_OTc .ai-assist-btn:hover:not(:disabled){background:linear-gradient(135deg,#8b5cf6,#7c85f3)!important;box-shadow:0 4px 16px rgba(124,58,237,.4)}.container-UODLqcx7 .editCardAction-oSLN_OTc .ai-assist-btn:active:not(:disabled){transform:translateY(0)}.container-UODLqcx7 .editCardAction-oSLN_OTc .ai-assist-btn:disabled{background:linear-gradient(135deg,rgba(124,58,237,.3),rgba(99,102,241,.25))!important;box-shadow:none;color:hsla(0,0%,100%,.7)!important}.container-UODLqcx7 .editCardAction-oSLN_OTc .ai-assist-btn:after{animation:sparkle 1.5s ease-in-out infinite;content:"✨";font-size:16px;left:16px;margin-right:6px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.container-UODLqcx7 .editCardAction-oSLN_OTc .ai-assist-btn span{padding-left:20px}@keyframes sparkle-lTPzk3tU{0%,to{transform:translateY(-50%) scale(1) rotate(0deg)}50%{transform:translateY(-50%) scale(1.15) rotate(10deg)}}.container-gkA7fS_3{align-items:center;display:flex;flex-direction:column;width:100%}.chartPlaceholder-qJ71gf2Y{align-items:center;display:flex;justify-content:center;margin-bottom:81px;margin-top:57px}.chartIcon-Otdvw0o2{animation:chart-breathe-uHPgulpO 3s ease-in-out infinite;height:114px;width:139px}@keyframes chart-breathe-uHPgulpO{0%,to{filter:blur(3px);opacity:.2;transform:scale(.96)}50%{filter:blur(0);opacity:.85;transform:scale(1)}}.skeletonWrapper-vWT2d2ob{display:flex;flex-direction:column;padding:0 16px 16px;width:100%}.skeletonCard-XHFlVq3A{background:linear-gradient(180deg,rgba(0,102,255,.03),hsla(0,0%,100%,0));border:1px solid rgba(0,102,255,.06);display:flex;flex-direction:column;gap:10px;padding:16px}.skeletonCard-XHFlVq3A:first-child{border-bottom:none;border-radius:8px 8px 0 0}.skeletonCard-XHFlVq3A:last-child{border-radius:0 0 8px 8px}.skeletonRow-JjD8dgUM{align-items:center;display:flex}.skeletonBlockGap-OBl3iLMr{flex-shrink:0;width:12px}.skeletonBlock-htzQrupV{animation:skeleton-shimmer-YFNXSULS 1.5s ease-in-out infinite;background:linear-gradient(90deg,rgba(0,102,255,.08),rgba(0,102,255,.04) 50%,rgba(0,102,255,.08));background-size:200% 100%;border-radius:4px;height:12px}.skeletonShort-s4GwjKra{width:20%}.skeletonMedium-HI0WvxmR{width:40%}.skeletonMediumLong-q6LDyUzI{width:60%}.skeletonFull-i71sNrTH{width:100%}@keyframes skeleton-shimmer-YFNXSULS{0%{background-position:200% 0}to{background-position:-200% 0}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/73ea273a72f4aca30ca5.woff2) format("woff2"),url(/proxy/assets/contentcube/d562e886c52f12660a41.woff) format("woff"),url(/proxy/assets/contentcube/853be92419a6c3766b9a.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/proxy/assets/contentcube/a1abf90dfd72792a577a.woff2) format("woff2"),url(/proxy/assets/contentcube/d757c535a2e5902f1325.woff) format("woff"),url(/proxy/assets/contentcube/7489a2fbfb9bfe704420.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/d6484fce1ef428d5bd94.woff2) format("woff2"),url(/proxy/assets/contentcube/db074fa22cf224af93d7.woff) format("woff"),url(/proxy/assets/contentcube/7e873d3833eb108a0758.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/proxy/assets/contentcube/931d67ea207ab37ee693.woff2) format("woff2"),url(/proxy/assets/contentcube/354501bac435c3264834.woff) format("woff"),url(/proxy/assets/contentcube/4c761b3711973ab04edf.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/172d3529b26f8cedef6b.woff2) format("woff2"),url(/proxy/assets/contentcube/6fdf0ac577be0ba82a4c.woff) format("woff"),url(/proxy/assets/contentcube/ed305b5434865e06ffde.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/proxy/assets/contentcube/39890742bc957b368704.woff2) format("woff2"),url(/proxy/assets/contentcube/0c3b8929d377c0e9b2f3.woff) format("woff"),url(/proxy/assets/contentcube/8169508bf58f8bd92ad8.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/proxy/assets/contentcube/20f389c4120be058d80a.woff2) format("woff2"),url(/proxy/assets/contentcube/428978dc7837d46de091.woff) format("woff"),url(/proxy/assets/contentcube/828abcb200061cffbaae.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/proxy/assets/contentcube/fe2176f79edaa716e621.woff2) format("woff2"),url(/proxy/assets/contentcube/fd947498bc16392e76c2.woff) format("woff"),url(/proxy/assets/contentcube/fa675e5e4bec9eb250b6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/f650f111a3b890d116f1.woff2) format("woff2"),url(/proxy/assets/contentcube/4f35fbcc9ee8614c2bcc.woff) format("woff"),url(/proxy/assets/contentcube/9eba1d77abcf2aa6e94e.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/proxy/assets/contentcube/dcbcbd93bac0470b462d.woff2) format("woff2"),url(/proxy/assets/contentcube/3f07ed67f06c720120ce.woff) format("woff"),url(/proxy/assets/contentcube/bf2d440b3a42ea78a998.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/proxy/assets/contentcube/6d3d25f4820d0da8f01f.woff2) format("woff2"),url(/proxy/assets/contentcube/96759856b4e70f3a8338.woff) format("woff"),url(/proxy/assets/contentcube/8a5f936332e8028c7278.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(/proxy/assets/contentcube/95591a929f0d32aa282a.woff2) format("woff2"),url(/proxy/assets/contentcube/b9cd458ac6d5889ff9c3.woff) format("woff"),url(/proxy/assets/contentcube/5b49f4993ae22d7975b4.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(/proxy/assets/contentcube/7d393d382f3e7fb1c637.woff2) format("woff2"),url(/proxy/assets/contentcube/8d593cfaa96238d5e2f8.woff) format("woff"),url(/proxy/assets/contentcube/b257a18c016f37ee4543.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/cd5e231e0cc53b2cb2c0.woff2) format("woff2"),url(/proxy/assets/contentcube/02271ec5cb9f5b4588ac.woff) format("woff"),url(/proxy/assets/contentcube/2f7bc363fc5424ebda59.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/c81d1b2a4b75d3eded60.woff2) format("woff2"),url(/proxy/assets/contentcube/073b3402d036714b4370.woff) format("woff"),url(/proxy/assets/contentcube/fc9ba5249878cd8f8d88.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/6eec866c69313624be60.woff2) format("woff2"),url(/proxy/assets/contentcube/0108e89c9003e8c14ea3.woff) format("woff"),url(/proxy/assets/contentcube/6de7d4b539221a49e9e2.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/2960900c4f271311eb36.woff2) format("woff2"),url(/proxy/assets/contentcube/3a99e70aee4076660d38.woff) format("woff"),url(/proxy/assets/contentcube/57f5c1837853986ea1db.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/e1951519f6f0596f7356.woff2) format("woff2"),url(/proxy/assets/contentcube/7947224e8a9914fa332b.woff) format("woff"),url(/proxy/assets/contentcube/8d6b6822586eea3d3b20.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/e418bf257af1052628d8.woff2) format("woff2"),url(/proxy/assets/contentcube/aeffd8025cba3647f1a6.woff) format("woff"),url(/proxy/assets/contentcube/4ad7c7e8bb8d10a34bb7.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/proxy/assets/contentcube/c295e7f71970f03c0549.woff2) format("woff2"),url(/proxy/assets/contentcube/4c6b94fd1d07f8beff7c.woff) format("woff"),url(/proxy/assets/contentcube/c5c02d763c89380dcb4e.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.9"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-moz-max-content;width:max-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.ace-container{margin-top:8px;min-width:min(320px,100%);position:relative}.ace-container[data-frontmatter]:before{color:var(--color-gray-text-secondary);content:"Front Matter";font-size:var(--font-size-sm);height:22px;left:0;line-height:21px;padding-left:10px;position:absolute;top:3px;width:100%;z-index:10}.ace-container[data-frontmatter]:is(.dark *):before{color:var(--color-gray-text-secondary)}.ace_hidden-cursors{display:none!important}.ace_gutter{background:transparent;color:hsla(0,0%,100%,.45);font:var(--font-text-code-base);letter-spacing:var(--letter-spacing-code-base,normal)}.ace_gutter-cell{padding-left:12px}.ace-container .ace_gutter,.code-editor-content .ace-chaos{background:transparent}.analysis-process-panel-gwdpmxDS{animation:slide-in-from-right-F8TSJL8f .3s cubic-bezier(.645,.045,.355,1) forwards;background:#fff;border-radius:16px;box-shadow:0 -3px 3px 0 rgba(9,66,43,.02),0 0 1px 0 rgba(9,66,43,.14);display:flex;flex-direction:column;flex-shrink:0;height:calc(100% - 16px);margin:8px;overflow:hidden;position:relative;z-index:1}.analysis-process-panel-gwdpmxDS.closing-Qsu2aSxF{animation:slide-out-to-right-jQtlOGAK .3s cubic-bezier(.645,.045,.355,1) forwards}@keyframes slide-in-from-right-F8TSJL8f{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slide-out-to-right-jQtlOGAK{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.analysis-process-panel-gwdpmxDS .analysis-process-panel-header-wzXPRiO0{align-items:center;border-bottom:1px solid rgba(0,16,32,.063);display:flex;flex-direction:row;flex-shrink:0;height:36px;justify-content:space-between;line-height:36px;padding:8px 16px}.analysis-process-panel-gwdpmxDS .analysis-process-panel-header-wzXPRiO0 .analysis-process-panel-title-m0xIxivS{align-items:center;display:flex}.analysis-process-panel-gwdpmxDS .analysis-process-panel-header-wzXPRiO0 .analysis-process-panel-title-m0xIxivS .analysis-process-panel-icon-yWDkRDkM{height:20px;margin-right:8px;width:20px}.analysis-process-panel-gwdpmxDS .analysis-process-panel-header-wzXPRiO0 .analysis-process-panel-title-m0xIxivS .analysis-process-panel-title-img-uDU8M3L1{height:12px;width:65px}.analysis-process-panel-gwdpmxDS .analysis-process-panel-header-wzXPRiO0 .analysis-process-panel-close-Yfg1cjrd{color:rgba(0,0,0,.45);cursor:pointer;font-size:12px;transition:color .2s}.analysis-process-panel-gwdpmxDS .analysis-process-panel-header-wzXPRiO0 .analysis-process-panel-close-Yfg1cjrd:hover{color:rgba(0,0,0,.75)}.analysis-process-panel-gwdpmxDS .analysis-process-panel-loading-cZtfnakf{align-items:center;display:flex;flex-direction:column;padding-top:169px}.analysis-process-panel-gwdpmxDS .analysis-process-panel-loading-cZtfnakf .analysis-process-panel-loading-icon-vWHmH5rx{animation:analysis-panel-rotate-IlU0MhNQ 2s linear infinite;height:64px;width:64px}.analysis-process-panel-gwdpmxDS .analysis-process-panel-loading-cZtfnakf .analysis-process-panel-loading-text-hFSItcUU{color:#3d3d3d;font-size:13px;font-weight:400;line-height:20px;margin-top:12px;text-align:center}@keyframes analysis-panel-rotate-IlU0MhNQ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.analysis-process-panel-gwdpmxDS .analysis-process-panel-content-sniOl0kO{flex:1;overflow-y:auto;padding:4px 16px 16px}.analysis-process-panel-gwdpmxDS .analysis-process-panel-content-sniOl0kO .chatbi-white-box-NogMaCNO{padding:0;width:100%}.analysis-process-panel-gwdpmxDS .analysis-process-panel-content-sniOl0kO .chatbi-white-box-NogMaCNO .chatbi-white-box-container-X_0j7TZE{border:none;padding:0}.analysis-process-panel-gwdpmxDS .analysis-process-panel-content-sniOl0kO .chatbi-white-box-NogMaCNO .chatbi-white-box-content-z_mU3voM{height:auto!important;margin-top:12px!important}@media (max-width:768px){.analysis-process-panel-gwdpmxDS .analysis-process-panel-content-sniOl0kO{padding-bottom:1px}}.card-opt-actions-sq5zEIL_{align-items:center;display:flex;gap:16px}.card-opt-actions-sq5zEIL_ .card-opt-action-btn-s5gqXgHh{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;height:24px;justify-content:center;transition:background-color .2s;width:24px}.card-opt-actions-sq5zEIL_ .card-opt-action-btn-s5gqXgHh:hover{background-color:rgba(0,0,0,.06)}.card-opt-actions-sq5zEIL_ .card-opt-action-btn-s5gqXgHh.ant-btn-rGhBwNAz{height:24px;min-width:24px;padding:0;width:24px}.card-opt-actions-sq5zEIL_ .card-opt-action-btn-s5gqXgHh.ant-btn-rGhBwNAz:hover{background-color:rgba(0,0,0,.06)!important}.card-opt-actions-sq5zEIL_ .card-opt-action-btn-s5gqXgHh img{display:block}.card-opt-actions-sq5zEIL_ .card-opt-divider-Kc0Z6XBM.ant-divider-vertical-JTfcUOb5{border-inline-start:1px solid rgba(0,0,0,.1);height:12px;margin:0 -8px}.card-opt-actions-mobile-CFBFDcpH{align-items:center;display:flex;justify-content:space-between;padding:8px 0;width:100%}.card-opt-actions-mobile-CFBFDcpH .card-opt-actions-mobile-left-dnisWy0R{align-items:center;display:flex}.card-opt-actions-mobile-CFBFDcpH .card-opt-actions-mobile-left-dnisWy0R .card-opt-follow-up-btn-hpZCvan0{align-items:center;background-color:#0f1c33;border-color:#0f1c33;border-radius:8px;display:flex;font-size:12px;gap:4px;height:28px;padding:0 16px}.card-opt-actions-mobile-CFBFDcpH .card-opt-actions-mobile-left-dnisWy0R .card-opt-follow-up-btn-hpZCvan0:hover{background-color:rgba(15,28,51,.8);border-color:rgba(15,28,51,.8)}.card-opt-actions-mobile-CFBFDcpH .card-opt-actions-mobile-left-dnisWy0R .card-opt-follow-up-btn-hpZCvan0 img{height:14px;width:14px}.card-opt-actions-mobile-CFBFDcpH .card-opt-actions-mobile-right-ZafwFPrE{align-items:center;display:flex;gap:6px}.card-opt-actions-mobile-CFBFDcpH .card-opt-actions-mobile-right-ZafwFPrE .card-opt-action-btn-s5gqXgHh{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;height:24px;justify-content:center;transition:background-color .2s;width:24px}.card-opt-actions-mobile-CFBFDcpH .card-opt-actions-mobile-right-ZafwFPrE .card-opt-action-btn-s5gqXgHh:hover{background-color:rgba(0,0,0,.06)}.card-opt-actions-mobile-CFBFDcpH .card-opt-actions-mobile-right-ZafwFPrE .card-opt-divider-Kc0Z6XBM.ant-divider-vertical-JTfcUOb5{border-inline-start:1px solid rgba(0,0,0,.1);height:12px;margin:0 -3px}.clarify-card-container-DKG5dlkT{display:flex;flex-direction:column;margin:16px;width:440px}.clarify-entity-card-ikYrjy7w{background:#fff;border-radius:12px;margin-bottom:8px}.clarify-entity-card-ikYrjy7w:last-child{margin-bottom:0}.clarify-entity-card-disabled-waowk6wJ{opacity:.6;pointer-events:none}.clarify-entity-header-G7ayWqLZ{align-items:center;display:flex;gap:10px;margin-bottom:8px}.clarify-icon-wrap-sysB0c7P{align-items:center;background:rgba(0,71,255,.071);border-radius:8px;display:flex;height:28px;justify-content:center;min-width:28px;width:28px}.clarify-entity-title-wrap-JtRxEUO9{flex:1;min-width:0}.clarify-entity-title-rDL8rwXv{color:#343a45;font-size:15px;font-weight:600;letter-spacing:normal;line-height:24px;word-break:break-word}.clarify-entity-options-WQugB8B1{margin-bottom:0;margin-left:40px}.clarify-option-item-PCmYuMIf{align-items:flex-start;background:#fff;border:1px solid #e8ecf0;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:8px;padding:8px;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.clarify-option-item-PCmYuMIf:hover:not(.disabled-lN3Vk2yl){background:#f8fbff;border-color:#c0d4f5}.clarify-option-item-PCmYuMIf.selected-K4_vCi4k{background:#fff;border-color:#1d7afc}.clarify-option-item-PCmYuMIf.disabled-lN3Vk2yl{cursor:not-allowed;opacity:.7}.clarify-option-item-PCmYuMIf .ant-checkbox-wrapper-TkXWj8fh,.clarify-option-item-PCmYuMIf .ant-radio-wrapper-C7oXGKwg{pointer-events:none}.clarify-option-item-PCmYuMIf .ant-checkbox-O7CoVo2z+span,.clarify-option-item-PCmYuMIf .ant-radio-bFdEGdqF+span{display:none}.clarify-option-label-cLkoLXVq{color:rgba(9,30,66,.86);flex:1;font-size:13px;font-weight:500;line-height:20px;margin-right:12px;min-width:0;word-break:break-word}.clarify-option-label-wrap-qbqvxrUR{word-wrap:break-word;white-space:normal}.clarify-other-label-okt64dhG{color:#1d7afc;font-weight:500}.clarify-option-other-sHEIMbh5{display:block;padding:8px}.clarify-option-other-sHEIMbh5.selected-K4_vCi4k{background:#fff;border-color:#1d7afc}.clarify-option-other-content-NPMuc9OP{width:100%}.clarify-option-other-header-gs8LIjBE{align-items:center;display:flex;justify-content:space-between}.clarify-other-input-wrap-VLh4flDx{background:rgba(9,30,66,.03);border-radius:6px;margin-top:8px;padding:8px 12px}.clarify-other-textarea-QQfSZho1{background:transparent;border:none;color:rgba(9,30,66,.86);font-family:PingFang SC,sans-serif;font-size:13px;line-height:20px;outline:none;padding:0;resize:none;width:100%}.clarify-other-textarea-QQfSZho1::-moz-placeholder{color:rgba(9,30,66,.3)}.clarify-other-textarea-QQfSZho1::placeholder{color:rgba(9,30,66,.3)}.clarify-other-textarea-QQfSZho1:disabled{color:rgba(9,30,66,.5);cursor:not-allowed}.clarify-other-count-qR080dBh{color:rgba(9,30,66,.3);display:block;font-size:12px;line-height:16px;margin-top:2px;text-align:right}.clarify-dropdown-section-E9U51r3S{margin-bottom:12px}.clarify-dropdown-label-ShY9zLq0{color:rgba(9,30,66,.495);font-size:13px;margin-bottom:6px}.clarify-save-habit-row-nExPtbxh{align-items:center;align-self:stretch;background:linear-gradient(92deg,#e6eeff,rgba(250,247,255,.461) 51%,rgba(231,225,255,.39) 94%);border-radius:4px;display:flex;height:28px;margin-bottom:8px;margin-left:40px;margin-top:8px;padding:4px}.clarify-save-habit-row-nExPtbxh .ant-checkbox-wrapper-TkXWj8fh{color:rgba(9,30,66,.495);font-size:13px;font-weight:400;letter-spacing:normal;line-height:20px}.clarify-save-habit-row-nExPtbxh .ant-checkbox-label-RV1dmomD{padding-inline-end:4px!important}.clarify-save-habit-question-_AQQbU5U{color:rgba(9,30,66,.35);cursor:pointer;flex-shrink:0;font-size:14px}.clarify-save-habit-question-_AQQbU5U:hover{color:rgba(9,30,66,.65)}.clarify-time-supplement-QdKs0MDK{margin-bottom:8px}.clarify-time-supplement-title-ZuFN5Vd9{color:#343a45;font-size:13px;font-weight:600;line-height:20px;margin-bottom:6px}.clarify-time-supplement-input-wrap-eE9nK7Wm{background:#fff;border:1px solid #e8ecf0;border-radius:8px;padding:8px 12px;transition:all .2s}.clarify-time-supplement-input-wrap-eE9nK7Wm:hover{background:#f8fbff;border-color:#c0d4f5}.clarify-time-supplement-input-wrap-eE9nK7Wm:focus-within{background:#fff;border-color:#1d7afc}.clarify-time-supplement-input-Xix1mJNU{background:transparent;border:none;color:rgba(9,30,66,.86);font-family:PingFang SC,sans-serif;font-size:13px;font-weight:500;line-height:20px;outline:none;padding:0;width:100%}.clarify-time-supplement-input-Xix1mJNU::-moz-placeholder{color:rgba(9,30,66,.3)}.clarify-time-supplement-input-Xix1mJNU::placeholder{color:rgba(9,30,66,.3)}.clarify-time-supplement-input-Xix1mJNU:disabled{color:rgba(9,30,66,.5);cursor:not-allowed}.clarify-confirm-btn-wrap-VJWWdKiv{display:block;width:100%}.clarify-confirm-btn-ajTy4VQM{align-items:center;background:#1d7afc;border:none;border-radius:6px;color:#fdfeff;display:flex;font-size:13px;font-weight:500;height:32px;justify-content:center;padding:6px 12px;width:100%}.clarify-confirm-btn-ajTy4VQM:hover:not(:disabled){background:#4a94fd!important}.clarify-confirm-btn-ajTy4VQM:disabled{background:rgba(29,122,252,.4)!important;border:none!important;color:hsla(0,0%,100%,.8)!important}.container-Z4Ud9Vzw{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-eMfACiNr{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.header-eMfACiNr h3{color:#1d2129;font-size:16px;font-weight:800}.header-eMfACiNr .collapseBtn-QW7ssJRS{align-items:center;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:4px}.header-eMfACiNr .collapseBtn-QW7ssJRS:hover{background-color:rgba(22,64,255,.08)}.header-eMfACiNr .collapseBtn-QW7ssJRS .arrow-kXjchOOb{font-size:14px;transform:rotate(0deg);transition:transform .2s ease}.header-eMfACiNr .collapseBtn-QW7ssJRS .arrow-kXjchOOb.expanded-mC97M7k4{transform:rotate(180deg)}.artifactList-pX0KXhUo{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));max-height:300px;transition:max-height .3s ease}.artifactList-pX0KXhUo.showOverflow-_zbvDEvG{max-height:-moz-max-content;max-height:max-content}.artifactList-pX0KXhUo .artifactItem-hoyOy6Is{max-width:unset}.artifactListColumn-r76ADOfW{display:flex;flex-direction:column;gap:8px}.artifactListColumn-r76ADOfW .artifactItem-hoyOy6Is{width:100%}.artifactItem-hoyOy6Is{align-items:center;background:#fff;border:1px solid rgba(90,96,127,.17);border-radius:12px;box-shadow:0 0 1px 0 rgba(0,19,41,.2),0 1.5px 4px -1px rgba(0,19,41,.04);box-sizing:border-box;color:#4e5969;cursor:pointer;display:flex;font-size:12px;gap:8px;max-width:220px;padding:8px;position:relative}.artifactItem-hoyOy6Is.active-LxKsLmXV{border:1px solid #1677ff}.artifactItem-hoyOy6Is *{pointer-events:none}.artifactItem-hoyOy6Is>img{flex-shrink:0;height:40px;width:40px}.artifactItem-hoyOy6Is .artifactContent-RBNGMGsJ{display:flex;flex:1;flex-direction:column;justify-content:space-between;min-width:0}.artifactItem-hoyOy6Is .artifactContent-RBNGMGsJ .artifactTitle-iRCqM81Y{color:#343a45;font-size:13px;font-weight:600;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artifactItem-hoyOy6Is .artifactDesc-r1ju0nQQ{color:rgba(80,92,113,.42);font-size:12px;font-weight:400;letter-spacing:normal;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gradientMask-IlA3KlHs{background-image:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,99%,.64) 44%,rgba(253,253,255,.8));border-radius:0 0 8px 8px;bottom:0;height:50px;left:0;pointer-events:none;position:absolute;right:0;z-index:1}.container-WiF83FTu .thinkDesc-sSlc3evK{color:#1d2129;font-size:14px;font-weight:400;line-height:26px;margin-bottom:24px}.container-WiF83FTu .thinkDesc-sSlc3evK:empty{display:none}.container-WiF83FTu .thinkResult-uiQ1zILn{background:rgba(22,64,255,.04);border-radius:8px;color:rgba(29,33,41,.8);font-size:14px;line-height:22px;padding:8px 12px}.container-WiF83FTu .taskPlanList-_YxsexRo{display:flex;flex-direction:column;gap:12px}.container-WiF83FTu .taskPlanList-_YxsexRo .taskTag-UVXuKGG6{color:#1d2129;font-size:16px;font-weight:800;margin-bottom:12px}.container-WiF83FTu .taskPlanList-_YxsexRo .taskPlanItem-NVhaNOGy{color:rgba(84,93,109,.8);display:flex;flex-direction:column;font-size:13px;gap:12px;line-height:20px}.container-WiF83FTu .taskPlanList-_YxsexRo .taskPlanItem-NVhaNOGy .taskPlanTitle-uRZhSKaj{font-weight:600}.container-WiF83FTu .taskPlanList-_YxsexRo .taskPlanItem-NVhaNOGy .taskPlanContent-umtAojyK{align-items:center;display:flex;gap:8px}.container-WiF83FTu .taskPlanList-_YxsexRo .taskPlanItem-NVhaNOGy .taskPlanContent-umtAojyK>img{height:16px;width:16px}.container-WiF83FTu .redressWrapper-W2zzynyf{display:flex;justify-content:flex-end}.container-WiF83FTu .redressButton-pg16Mo5E{align-items:center;backdrop-filter:blur(40px);background:rgba(0,28,57,.035);border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:8px 12px;position:relative;top:-16px}@media (max-width:768px){.container-WiF83FTu .redressButton-pg16Mo5E{top:0}}.container-WiF83FTu .thinkDesc-sSlc3evK p,.container-WiF83FTu .thinkResult-uiQ1zILn p{margin-bottom:0;word-break:break-all}.container-WiF83FTu .thinkDesc-sSlc3evK p:not(:last-child),.container-WiF83FTu .thinkResult-uiQ1zILn p:not(:last-child){margin-bottom:4px}.container-WiF83FTu .thinkDesc-sSlc3evK ol,.container-WiF83FTu .thinkDesc-sSlc3evK ul,.container-WiF83FTu .thinkResult-uiQ1zILn ol,.container-WiF83FTu .thinkResult-uiQ1zILn ul{padding-left:14px}.container-WiF83FTu .thinkDesc-sSlc3evK ol li,.container-WiF83FTu .thinkDesc-sSlc3evK ul li,.container-WiF83FTu .thinkResult-uiQ1zILn ol li,.container-WiF83FTu .thinkResult-uiQ1zILn ul li{list-style:disc}.workspace-zizUmTm4{background:hsla(0,0%,100%,.75);box-shadow:0 2px 2px -1px rgba(0,19,41,.07)}.workspace-zizUmTm4 .ant-workspace-content{background:#fff;box-shadow:0 2px 2px -1px rgba(0,19,41,.07);padding:0}.deepUserContent-hdNt1ZLL{align-items:end;background-color:#f0f4f5;display:flex;flex-direction:column;gap:8px;margin:-2px;max-width:616px;padding-top:8px}.deepUserContent-hdNt1ZLL .agent-chat-item-default-content{background:linear-gradient(0deg,#1677ff,#1677ff),linear-gradient(0deg,#00315d,#00315d),#fff;border-radius:12px 6px 12px 12px;color:#fff;margin-top:8px}.deepUserContent-hdNt1ZLL .agent-item-default-content{background:#0079ff37;border-radius:16px 16px 2px;color:#fff;margin-top:8px}.deepUserContent-hdNt1ZLL .agent-item-default-content>div{color:#fff}.deepUserContent-hdNt1ZLL .analysisTemplate-rLNLF_dA{align-items:center;color:rgba(0,25,61,.326);display:flex;gap:4px}@media screen and (max-width:767px){.deepUserContent-hdNt1ZLL,.deepUserContent-hdNt1ZLL .analysisTemplate-rLNLF_dA{background-color:transparent}}.mobile-input-wrapper-Sai_35UK{width:100%}@keyframes rotate-YfDTROTs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.upload-loading-icon-HyUgH5zb{animation:rotate-YfDTROTs 1s linear infinite}.mobile-input-actions-hJ1IPUMz{align-items:center;background-color:#fff;border:1px solid transparent;border-radius:24px;box-sizing:border-box;display:flex;gap:8px;height:50px;padding:0 12px;position:relative;width:100%}.mobile-input-actions-hJ1IPUMz .reco-questions-icon-wrapper-sTgbLxkG{margin-right:0!important}.mobile-input-actions-hJ1IPUMz .reco-questions-icon-wrapper-sTgbLxkG .reco-questions-icon-J20kiBug,.mobile-input-actions-hJ1IPUMz .reco-questions-icon-wrapper-sTgbLxkG .reco-questions-icon-J20kiBug:active,.mobile-input-actions-hJ1IPUMz .reco-questions-icon-wrapper-sTgbLxkG .reco-questions-icon-J20kiBug:hover{background:transparent!important}.mobile-input-actions-hJ1IPUMz .reco-questions-icon-wrapper-sTgbLxkG .reco-questions-icon-J20kiBug img{height:20px!important;margin-right:0!important;width:20px!important}.mobile-input-actions-hJ1IPUMz .mobile-input-field-xJGV1BYR{background-color:transparent;border:none;color:#343a45!important;flex:1;font-size:15px!important;font-weight:400;height:36px;letter-spacing:normal;min-width:0;outline:none;padding:0!important;position:relative;z-index:1}.mobile-input-actions-hJ1IPUMz .mobile-input-field-xJGV1BYR:focus{border:none;box-shadow:none}.mobile-input-actions-hJ1IPUMz .mobile-input-field-xJGV1BYR::-moz-placeholder{color:rgba(0,0,0,.35)}.mobile-input-actions-hJ1IPUMz .mobile-input-field-xJGV1BYR::placeholder{color:rgba(0,0,0,.35)}.mobile-input-actions-hJ1IPUMz .mobile-input-field-xJGV1BYR.ant-input-zs4FhKEo{background-color:transparent;border:none;box-shadow:none}.mobile-input-actions-hJ1IPUMz .mobile-input-field-xJGV1BYR.ant-input-zs4FhKEo:focus,.mobile-input-actions-hJ1IPUMz .mobile-input-field-xJGV1BYR.ant-input-zs4FhKEo:hover{border:none;box-shadow:none}.mobile-input-actions-hJ1IPUMz .custom-send-button-dWuhILSu{flex-shrink:0;height:30px!important;position:relative;width:30px!important;z-index:1}.mobile-input-actions-hJ1IPUMz .custom-send-button-dWuhILSu .custom-send-button-icon-PBsexayq{height:30px!important;width:30px!important}@media screen and (max-width:767px){.mobile-input-actions-hJ1IPUMz .recommend-questions-card-UUsgNDr0{bottom:calc(100% + 8px);left:0;max-width:calc(100vw - 32px);right:auto;width:336px}}.chatbi-white-box-control-bar-wrapper-mobile-d9pbOUGs{background:rgba(0,0,85,.024);border-radius:12px;margin-bottom:12px;overflow:hidden;width:calc(100vw - 34px)!important}.chatbi-white-box-control-bar-wrapper-mobile-d9pbOUGs .chatbi-white-box-control-bar-mobile-f2lb3bKZ{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:8px!important;transition:background-color .2s}.chatbi-white-box-control-bar-wrapper-mobile-d9pbOUGs .chatbi-white-box-control-bar-mobile-f2lb3bKZ.processing-RdoZ7vLF{cursor:default}.chatbi-white-box-control-bar-left-mobile-FNs9VXua,.chatbi-white-box-control-bar-right-mobile-dK3oZNXF{align-items:center;display:flex}.chatbi-white-box-mobile-status-MKbHYp9I{align-items:center;color:#343a45;display:flex;font-size:13px;font-weight:500;line-height:18px}.chatbi-white-box-mobile-status-MKbHYp9I.processing-RdoZ7vLF{color:#8590a2}.chatbi-white-box-load-icon-HJcK7PdI{animation:rotate-qBEPhOSt 2s linear infinite}.chatbi-white-box-mobile-arrow-vGkzmXAn{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.chatbi-white-box-mobile-bar-icon-zbZBJ3qG{height:16px;margin-right:4px;width:16px}.chatbi-mobile-inline-panel-rOzEl4e8{color:rgba(84,93,109,.8);font-size:12px;font-weight:400;letter-spacing:normal;line-height:16px;padding:0}.chatbi-mobile-inline-panel-rOzEl4e8 .chatbi-white-box-aTbkuKWk{background:transparent;padding:0 8px 8px}.chatbi-mobile-inline-panel-rOzEl4e8 .chatbi-white-box-aTbkuKWk .chatbi-white-box-container-dhX4PwGy{background:transparent;border:none;padding:0}.chatbi-mobile-inline-panel-rOzEl4e8 .chatbi-white-box-aTbkuKWk .chatbi-white-box-content-sKOe_mGO{margin-top:0!important}.chatbi-mobile-inline-panel-rOzEl4e8 .chatbi-white-box-aTbkuKWk .chatbi-white-box-content-sKOe_mGO .chatbi-white-box-item-body-SpGcWKyG,.chatbi-mobile-inline-panel-rOzEl4e8 .chatbi-white-box-aTbkuKWk .chatbi-white-box-content-sKOe_mGO .chatbi-white-box-item-body-SpGcWKyG div:not(.highlight-card-bcNrCmfH),.chatbi-mobile-inline-panel-rOzEl4e8 .chatbi-white-box-aTbkuKWk .chatbi-white-box-content-sKOe_mGO .chatbi-white-box-item-body-SpGcWKyG p,.chatbi-mobile-inline-panel-rOzEl4e8 .chatbi-white-box-aTbkuKWk .chatbi-white-box-content-sKOe_mGO .chatbi-white-box-item-body-SpGcWKyG span:not(.ant-tag-YmhdOiu0),.chatbi-mobile-inline-panel-rOzEl4e8 .chatbi-white-box-aTbkuKWk .chatbi-white-box-content-sKOe_mGO .chatbi-white-box-item-title-text-o8qQ22Qo{color:rgba(84,93,109,.8);font-size:12px;font-weight:400;letter-spacing:normal;line-height:16px}@keyframes rotate-qBEPhOSt{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:767px){.ant-task-list-content-sOQ3gwVO,.ant-task-list-item-content-LLPSsqXR,.ant-task-list-item-title-uThkAtzI,.ant-task-list-right-oDn51WEG{word-wrap:break-word;box-sizing:border-box;max-width:100%;overflow:hidden;width:100%;word-break:break-word}.ant-task-list-content-sOQ3gwVO{height:auto;min-height:auto}.ant-task-list-content-sOQ3gwVO *{box-sizing:border-box;max-width:100%}.ant-agentic-tool-use-bar-tool-header-iwykmJY0,.ant-agentic-tool-use-bar-tool-item-Lb30JMtr,.ant-agentic-tool-use-bar-tool-name-pyse6506{align-items:center;display:flex;height:auto;min-height:auto}.ant-agentic-tool-use-bar-tool-name-pyse6506{word-wrap:break-word;line-height:1.5;white-space:normal;word-break:break-word}}.task-list-item-title-uhibMwsW{align-items:center;display:flex;gap:8px;padding-right:12px;position:relative}.task-list-item-title-uhibMwsW .task-list-item-title-tag-pQ_lDqIP{background:rgba(84,93,109,.8);border-radius:6px;color:#fff;line-height:28px;padding:0 12px}.task-sub-list-item-title-mtfja0lx{padding-right:12px;position:relative}.task-list-item-title-edit-JcXXVIqA{align-items:center;background:#f5f6f8;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:8px 12px;position:absolute;right:-66px;z-index:1}.ant-agentic-tool-use-bar-tool-time-k7ne4Jye{background:transparent;height:30px;padding-left:12px;position:absolute;right:-88px;width:100px}.task-list-sub-item-title-edit-tIUxrWxs{align-items:center;background:#f5f6f8;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:8px 12px;position:absolute}body,html{margin:0;padding:0}.chat-bi{background-color:#ffebcd;background-color:#f3f4f7;display:flex;height:calc(100vh - 270px);position:relative;width:calc(100vw - 296px)}.chat-bi .data-result-active .step-card-container{border:1px solid #1677ff!important}.chat-bi .ant-select{width:auto}.chat-bi .sidebar{border-right:1px solid rgba(0,16,32,.063);display:flex;flex-direction:column;height:100%;margin-left:16px;margin-right:8px;overflow:hidden;padding:8px 0;position:relative;white-space:nowrap;width:240px}.chat-bi .sidebar .sidebar-header{justify-content:flex-start;margin-bottom:16px;position:relative;width:224px}.chat-bi .sidebar .sidebar-header,.chat-bi .sidebar .sidebar-header .sidebar-header-img{align-items:center;display:flex;height:24px}.chat-bi .sidebar .sidebar-header .sidebar-header-title-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.chat-bi .sidebar .sidebar-header .sidebar-header-title-wrapper .sidebar-header-title{color:#343a45;cursor:pointer;font-size:16px;font-weight:600;height:24px;letter-spacing:normal;line-height:24px;margin-bottom:0;margin-left:4px;max-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-bi .sidebar-session{flex:1;overflow:hidden;width:224px}.chat-bi .sidebar-footer{align-items:center;border-top:1px solid rgba(0,16,32,.063);display:flex;height:62px;margin-right:12px;margin-top:0;overflow:hidden;padding-bottom:8px;padding-top:16px}@keyframes show-sidebar-TSGxqjz6{0%{margin:0 2px;width:0}to{width:240px}}@keyframes hide-sidebar-fTK5EANp{0%{width:240px}to{margin:0 2px;width:0}}.chat-bi .show-sidebar{animation:show-sidebar .5s forwards}.chat-bi .hide-sidebar{animation:hide-sidebar .5s forwards}.chat-bi .guide{height:100px}.chat-main{align-items:flex-start;background-color:#fdfeff;border-radius:12px;box-shadow:0 1px 1px 0 rgba(9,30,66,.02),0 0 1px 0 rgba(9,30,66,.14);display:flex;flex:1;gap:0;height:calc(100% - 16px);justify-content:center;margin:8px 8px 8px 0;min-width:864px;overflow:hidden;position:relative}.chat-main.chat-main-no-hello{background-color:transparent;border:none;box-shadow:none}.chat-main .chat-main-header-wrapper{align-items:center;display:flex;left:16px;pointer-events:none;position:absolute;top:16px;z-index:10}.chat-main .chat-main-header-wrapper .chat-menu-toggle{align-items:center;cursor:pointer;display:flex;justify-content:center;pointer-events:auto;transition:opacity .2s}.chat-main .chat-main-header-wrapper .chat-menu-toggle:hover{opacity:.7}.chat-main .chat-main-header-wrapper .chat-menu-toggle img{display:block}.chat-main .chat-main-header-wrapper .mobile-menu-toggle{justify-content:space-between!important;width:calc(100vw - 32px)}.chat-main .ant-agent-chat-header{padding:0!important;position:relative;z-index:20}.chat-main .ant-agent-chat-header .chat-header-container{align-items:center;display:flex;font-size:12px;font-weight:400;letter-spacing:normal;line-height:20px;padding:4px 8px;position:relative;width:100%}.chat-main .ant-agent-chat-header .chat-header-container .chat-menu-toggle{align-items:center;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin-right:16px;transition:opacity .2s}.chat-main .ant-agent-chat-header .chat-header-container .chat-menu-toggle:hover{opacity:.7}.chat-main .ant-agent-chat-header .chat-header-container .chat-menu-toggle img{display:block}.chat-main .ant-agent-chat-header .chat-header-container .ant-flex{position:relative}.chat-main .ant-agent-chat-header .chat-header-container .ant-flex .ant-spin{bottom:0;height:24px;left:50%;line-height:24px;position:absolute;top:40px;transform:translateX(-50%);z-index:1}.chat-main .chatbi-white-box-control-bar-wrapper{width:851px}.chat-main .chatbi-white-box-control-bar-wrapper .follow-up-question-agent{background-color:rgba(9,30,66,.03);border-radius:12px 12px 0 0;padding:8px 16px}.chat-main .chatbi-white-box-control-bar-wrapper .follow-up-question-agent-q{align-items:center;display:flex}.chat-main .chatbi-white-box-control-bar-wrapper .follow-up-question-agent-content{word-wrap:break-word;color:rgba(84,93,109,.8);font-size:13px;font-weight:400;letter-spacing:normal;line-height:20px;max-width:100%;overflow-wrap:break-word}.chat-main .chatbi-white-box-control-bar{align-items:center;display:flex;justify-content:space-between;padding:24px 16px 0}.chat-main .chatbi-white-box-control-bar .chatbi-white-box-control-bar-left{flex:1;margin-right:16px;min-width:0}.chat-main .chatbi-white-box-control-bar .chatbi-white-box-control-bar-left .chatbi-white-box-user-question{color:#343a45;display:block;font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.chat-main .chatbi-white-box-control-bar .chatbi-white-box-control-bar-right{align-items:center;display:flex;flex-shrink:0}.chat-main .chatbi-white-box-control-bar .chatbi-white-box-control-bar-right .chatbi-white-box-status-text{align-items:center;color:#343a45;cursor:default;display:flex;font-size:13px}.chat-main .chatbi-white-box-control-bar .chatbi-white-box-control-bar-right .chatbi-white-box-load-icon{animation:rotate 2s linear infinite}.chat-main .chatbi-white-box-control-bar .chatbi-white-box-control-button{align-items:center;border-radius:4px;color:#343a45;cursor:pointer;display:flex;font-size:13px;padding:4px 8px;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-main .chatbi-white-box-control-bar .chatbi-white-box-control-button:hover{background-color:rgba(25,140,255,.1)}.chat-main .chat-main-wrapper{display:flex;flex:1;height:100%;justify-content:flex-start;min-width:0;overflow-x:auto;overflow-y:hidden;padding-inline:2px;position:relative;z-index:0}.chat-main .chat-loading-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.chat-main .ant-agent-chat-container{margin-inline:auto;padding:0!important;transition:width .5s cubic-bezier(.645,.045,.355,1)}.chat-main .ant-agent-chat-container.chat-container-width-576{width:576px!important}.chat-main .ant-agent-chat-container.chat-container-width-576 .chatbi-white-box-control-bar-wrapper{width:100%}.chat-main .ant-agent-chat-container.chat-container-width-712{width:712px!important}.chat-main .ant-agent-chat-container.chat-container-width-712 .chatbi-white-box-control-bar-wrapper{width:100%}.chat-main .ant-agent-chat-container.chat-container-width-864{width:864px!important}.chat-main .ant-agentic-bubble-list{padding:0 2px 105px 0!important}.chat-main .ant-agentic-bubble-content-left{max-width:100%;width:-moz-fit-content;width:fit-content}.chat-main .ant-agentic-bubble-content-left:has(.chatbi-white-box-control-bar-wrapper){width:100%}.chat-main .chat-bi-user-msg span{color:#343a45!important;font-family:PingFang SC!important;font-size:15px!important;font-weight:400!important;letter-spacing:normal!important}.chat-main .chat-bi-user-msg .follow-up-question-user-q span{color:rgba(84,93,109,.8)!important;font-size:12px!important}.chat-main .chat-bi-input-area{box-shadow:0 0 1px 0 rgba(0,19,41,.05),0 2px 7px 0 rgba(0,19,41,.05),0 2px 5px -2px rgba(0,19,41,.06);font-size:13px}.chat-main .chat-bi-input-area .ant-agent-chat-input-area-textarea,.chat-main .chat-bi-input-area .ant-agentic-md-input-field-editor-content,.chat-main .chat-bi-input-area .ant-md-editor-content,.chat-main .chat-bi-input-area [contenteditable=true]{font-family:PingFang SC!important;font-size:13px!important;font-weight:400!important;letter-spacing:normal!important}.chat-main .chat-bi-input-area .ant-md-input-field-send-tools>div:not([role=button]):hover{background:#fff!important;box-shadow:none!important}.chat-main .chat-bi-input-area .reco-questions-icon,.chat-main .chat-bi-input-area .reco-questions-icon-deep{align-items:center;background:transparent;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;margin-right:8px;position:relative;transition:background-color .2s;width:28px}.chat-main .chat-bi-input-area .reco-questions-icon-deep:hover,.chat-main .chat-bi-input-area .reco-questions-icon:hover{background-color:rgba(16,19,46,.08)}.chat-main .chat-bi-input-area .reco-questions-icon-deep:active,.chat-main .chat-bi-input-area .reco-questions-icon:active{background-color:rgba(16,19,46,.12)}.chat-main .chat-bi-input-area .reco-questions-icon img,.chat-main .chat-bi-input-area .reco-questions-icon-deep img{height:14px;width:14px}.chat-main .chat-follow-up-input .ant-agent-chat-input-area-container:after{content:none!important}.chat-main .ant-agentic-skill-mode{height:38px!important;min-height:38px!important;padding-block:8px!important}.chat-main .ant-agentic-skill-mode-title{color:#45546e;font-size:14px;font-weight:400;height:22px!important;letter-spacing:normal;line-height:22px!important;min-height:22px!important}.chat-main .ant-agent-chat-input-area{padding:0}.chat-main .ant-agent-chat-input-area .ant-agentic-md-input-field{background-color:#fff}.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-animation:hover .ant-agent-chat-input-area-animation:after{background:linear-gradient(97deg,#00e880,#198cff);border-radius:16px;content:"";height:calc(100% + 2px);left:-1px;position:absolute;top:-1px;width:calc(100% + 2px);z-index:-1}.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container{background:#fff;border-radius:16px;margin:0!important;max-width:100%!important;min-width:100%!important;position:relative;width:100%!important}.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container:focus-within,.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container:hover{box-shadow:0 8px 16px 0 rgba(9,30,66,.04),0 0 1px 0 rgba(9,30,66,.2)}.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container:focus-within:before,.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container:hover:before{background:linear-gradient(90deg,#2d84ff,#4190ff 24%,#46bde8 48%,#64dc6e 82%);border-radius:16px;content:"";inset:-1px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute;z-index:0}.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container:focus-within>*,.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container:hover>*{position:relative;z-index:1}.chat-main .ant-md-input-field-background{height:calc(100% + 2.5px)!important;left:-1px;opacity:0;top:-1.5px;width:calc(100% + 2.5px)!important}.chat-main .ant-agentic-md-editor-file-view-list,.chat-main .ant-chat-item-extra,.chat-main .ant-chat-item-extra-action-box{display:none!important}.chat-main .ant-agentic-ui-messages-content-loading{padding:8px 16px!important}.home-container{display:flex;width:calc(100vw - 264px)}.ant-agent-chat-input-area{background-color:none}.task-box{background:#fff;border-radius:16px;display:block;flex:1;margin:8px 16px;position:relative;z-index:10}@keyframes show-element-hwnQyO84{0%{opacity:0;width:0}to{opacity:1;width:calc(100vw - 1096px)}}@keyframes hide-element-pafculjv{0%{opacity:0;width:calc(100vw - 1096px)}to{display:none;margin:0;opacity:1;width:0}}@keyframes rotate-BkZ2_10z{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.task-box.task-box-show{animation:show-element .5s forwards}.task-box.task-box-hide{animation:hide-element .5s forwards}.chat-bi-chat-list{gap:36px}.chat-bi-chat-list .ant-agent-chat-list-item{margin-bottom:0}.chat-bi-chat-list [id^=insight-separator-]{display:none!important}.chat-bi-user-msg-del{color:rgba(0,0,0,.45);font-size:16px;opacity:0;pointer-events:none;position:absolute;top:-48px;transform:translateY(-50%);transition:opacity .2s ease}.chat-bi-user-msg:hover .chat-bi-user-msg-del{cursor:pointer;opacity:1;pointer-events:auto}.follow-up-input-area .ant-md-input-field-background{border-radius:inherit!important}.follow-up-input-area .follow-up-question{align-items:center;background:#f7faff;border-top-left-radius:12px;border-top-right-radius:12px;color:#45546e;display:flex;font-size:14px;height:38px;justify-content:space-between;left:2px;line-height:22px;padding:0 12px;position:absolute;top:2px;width:calc(100% - 4px);z-index:10}.follow-up-input-area .follow-up-question .follow-up-question-title-wrapper{align-items:center;display:flex}.follow-up-input-area .follow-up-question .follow-up-question-icon{height:16px;margin-right:8px;width:16px}.follow-up-question-user{border-radius:10px 10px 2px;color:#45546e;padding:8px 16px}.follow-up-question-user-q{align-items:center;color:rgba(84,93,109,.8);display:flex;font-size:12px;font-weight:400;letter-spacing:normal;line-height:20px;margin-bottom:8px;text-align:right}@media screen and (max-width:767px){.chat-bi{height:100%}.chat-bi .sidebar{display:none}.chat-main{background:linear-gradient(180deg,rgba(1,1,1,0),#fff 20%,#fff 80%,rgba(1,1,1,0)),linear-gradient(90deg,#e4e7fd,#ddeefb);border-radius:0;height:100%;margin:0;min-width:100%;width:100%}.chat-main .chat-main-wrapper{padding-inline:0}.chat-main .chat-header-container{min-height:20px;padding-inline:16px;padding-top:15px!important}.chat-main .ant-agent-chat-header~*{max-height:100%!important;padding:16px}.chat-main .ant-agent-chat-container{height:100%!important;width:100%!important}.chat-main .ant-agentic-md-editor-content{padding:0 8px}.chat-main .ant-agentic-bubble-content.ant-agentic-bubble-content-right.ant-agentic-bubble-content-user:has([class*=deepUserContent]){background-color:transparent!important;border:none!important;box-shadow:none!important}.chat-main .adm-list-body{border-bottom:none!important;border-top:none!important}.chat-main .adm-list-body:after,.chat-main .adm-list-body:before{display:none!important}.chat-main .ant-agentic-bubble-content-left{background:none!important;border:none!important;box-shadow:none!important}.chat-main .ant-agentic-bubble-content-left .analysis-card-content{padding:0!important}.chat-main .chat-bi-markdown-message{background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.8));border:1px solid rgba(0,16,32,.043);border-radius:12px;box-shadow:0 4px 10px 0 rgba(9,30,66,.02),0 0 1px 0 rgba(9,30,66,.14)}.chat-main .chat-bi-markdown-message-actions{display:none!important}.chat-main .ant-agent-chat-input-area{margin-bottom:34px}.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container{background:transparent!important}.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container:before{display:none!important}.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container:focus-within,.chat-main .ant-agent-chat-input-area .ant-agent-chat-input-area-container:hover{box-shadow:none!important}.chat-main .ant-agent-chat-input-area .ant-agentic-md-input-field{background:#fff!important;border-radius:24px;box-shadow:0 0 1px 0 rgba(0,19,41,.05),0 2px 7px 0 rgba(0,19,41,.05),0 2px 5px -2px rgba(0,19,41,.06);height:auto!important;min-height:50px!important}.chat-main .ant-agent-chat-input-area .ant-agentic-md-input-field:focus-within{box-shadow:0 8px 16px 0 rgba(9,30,66,.04),0 0 1px 0 rgba(9,30,66,.2)}.chat-main .ant-agent-chat-input-area .ant-agentic-md-input-field:focus-within:before{background:linear-gradient(90deg,#2d84ff,#4190ff 24%,#46bde8 48%,#64dc6e 82%);border-radius:16px;content:"";inset:-1px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute;z-index:0}.chat-main .ant-agent-chat-input-area .ant-agentic-md-input-field-editor .ant-agentic-md-input-field-editor-content{display:none!important}.chat-main .ant-agent-chat-input-area .ant-agentic-skill-mode-container .ant-agentic-skill-mode{align-items:center!important;background-color:#fff!important;display:flex!important;height:auto!important;max-height:none!important;min-height:55px!important;padding:8px 12px!important}.chat-main .ant-agent-chat-input-area .ant-agentic-skill-mode-container .ant-agentic-skill-mode-title{color:rgba(80,92,113,.47)!important;font-size:15px!important;height:auto!important;max-height:none!important;white-space:pre-wrap!important}.chat-main .ant-agent-chat-input-area .ant-agentic-md-input-field-send-tools{display:none!important}.chat-main .ant-agent-chat-input-area .ant-agentic-md-input-field-tools-wrapper{height:50px!important;min-height:50px!important;padding:0!important}.chat-main .ant-agent-chat-input-area .ant-agentic-md-input-field-send-actions{flex:1!important;height:50px!important;width:100%!important}}.custom-send-actions{align-items:flex-end;display:flex;gap:8px}.custom-send-actions .reco-questions-icon-wrapper{align-items:flex-end;display:flex;position:relative;z-index:10001}.chat-bi-input-area .ant-agentic-md-input-field-send-actions{align-items:flex-end;display:flex;gap:0}.chat-bi-input-area .ant-agentic-md-input-field-send-actions .ant-agentic-md-send-button{display:none!important}.chat-bi-input-area .ant-agentic-md-input-field-send-actions .ant-agentic-attachment-button{align-items:flex-end;display:flex;margin-right:8px!important}.chat-bi-input-area .ant-agentic-md-input-field-send-actions .ant-agentic-attachment-button .ant-btn{align-items:center;background:transparent!important;border:none!important;border-radius:4px;box-shadow:none!important;display:flex;height:28px!important;justify-content:center;padding:0!important;transition:background-color .2s;width:28px!important}.chat-bi-input-area .ant-agentic-md-input-field-send-actions .ant-agentic-attachment-button .ant-btn:hover:not(:disabled){background-color:rgba(16,19,46,.08)!important}.chat-bi-input-area .ant-agentic-md-input-field-send-actions .ant-agentic-attachment-button .ant-btn:active:not(:disabled){background-color:rgba(16,19,46,.12)!important}.chat-bi-input-area .ant-agentic-md-input-field-send-actions .ant-agentic-attachment-button .ant-btn .anticon{color:#545d6d;font-size:16px}.chat-bi-input-area .ant-agentic-md-input-field-send-actions .ant-agentic-attachment-button .ant-btn:disabled{cursor:not-allowed;opacity:.5}.chat-bi-input-area .ant-agentic-md-input-field-send-actions .ant-agentic-attachment-button .ant-btn:disabled .anticon{color:#ccc}.chat-bi-input-area .ant-agentic-md-input-field-send-actions .reco-questions-icon-wrapper{align-items:flex-end;display:flex;flex-shrink:0;margin-right:8px;width:28px}.chat-bi-input-area .ant-agentic-md-input-field-send-tools .reco-questions-icon,.chat-bi-input-area .ant-agentic-md-input-field-send-tools .reco-questions-icon-wrapper{display:none!important}.custom-chat-scrollbar-hidden-native{-ms-overflow-style:none;scrollbar-width:none}.custom-chat-scrollbar-hidden-native::-webkit-scrollbar{display:none!important;width:0!important}.custom-chat-scrollbar-track{background-color:transparent;bottom:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:6px;z-index:100}.custom-chat-scrollbar-track.custom-chat-scrollbar-visible{opacity:1;pointer-events:auto}.custom-chat-scrollbar-thumb{background-color:rgba(134,144,156,.3);border-radius:4px;cursor:pointer;min-height:30px;position:absolute;right:0;transition:background-color .2s ease;width:6px}.custom-chat-scrollbar-thumb.custom-chat-scrollbar-thumb-active,.custom-chat-scrollbar-thumb:hover{background-color:rgba(134,144,156,.5)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0}*{box-sizing:border-box}
/*# sourceMappingURL=contentcube-9cbb25b6.css.map*/