.KsGlobalAskAi{--base-zindex:1500;--base-width:min(560px,45vw);--base-height:20px;--font-color-light:#202020;--disabled-font-color-light:#202020;--bg-color-light:#fff;--tab-bg-color-light:#fff;--layer-bg-color-light:#fff;--border-color-light:#e5e5e5;--secondary-border-color-light:#ededed;--hover-bg-light:var(--secondary-white);--icon-hover-bg-light:rgba(var(--primary-gray-rgb),0.08);--at-button-color-light:rgba(32,32,32,.6);--input-hover-bg-light:#f6f6f6;--font-color-dark:#fff;--disabled-font-color-dark:#fff;--bg-color-dark:var(--primary-gray);--tab-bg-color-dark:#303030;--layer-bg-color-dark:#404040;--border-color-dark:hsla(0,0%,100%,.08);--secondary-border-color-dark:hsla(0,0%,100%,.08);--hover-bg-dark:var(--secondary-gray);--icon-hover-bg-dark:rgba(var(--primary-white-rgb),0.08);--at-button-color-dark:hsla(0,0%,100%,.8);--input-hover-bg-dark:#404040;--tw-scale-x:1;--tw-scale-y:1;pointer-events:auto;position:fixed;left:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes clipRevealLoading{0%{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 0 100%)}}.KsGlobalAskAi{bottom:8px;z-index:var(--base-zindex);font-weight:400;transition:transform .3s;transform-origin:bottom center}@media (max-width:768px){.KsGlobalAskAi{--base-width:calc(100vw - 32px)}}@media (min-width:768px){.KsGlobalAskAi{bottom:calc(4px + max(4px, env(safe-area-inset-bottom)))}}.KsGlobalAskAi__zoomIn{--tw-scale-x:1.2;--tw-scale-y:1.2}.KsGlobalAskAi__bar{position:relative;display:flex;z-index:calc(var(--base-zindex) + 10);padding:12px;width:var(--base-width);border-width:1px;border-style:solid;border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__bar{background:var(--bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__bar{background:var(--bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__bar{background:var(--bg-color-light)}}:where(html.is-light) .KsGlobalAskAi__bar{background:var(--bg-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__bar{border-color:var(--border-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__bar{border-color:var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__bar{border-color:var(--border-color-light)}}:where(html.is-light) .KsGlobalAskAi__bar{border-color:var(--border-color-light)}@media (max-width:768px){.KsGlobalAskAi__bar:not(.not-focus){--font-color-light:#fff;--disabled-font-color-light:#fff;--bg-color-light:var(--primary-gray);--tab-bg-color-light:#303030;--layer-bg-color-light:#404040;--border-color-light:hsla(0,0%,100%,.08);--secondary-border-color-light:hsla(0,0%,100%,.08);--hover-bg-light:var(--secondary-gray);--icon-hover-bg-light:rgba(var(--primary-white-rgb),0.08);--at-button-color-light:hsla(0,0%,100%,.8);--input-hover-bg-light:#404040}}.KsGlobalAskAi__bar .KsGlobalAskAi_mini_enter_tips{visibility:hidden;position:absolute;bottom:0;right:12px;display:flex;height:100%;align-items:center;justify-content:center}.KsGlobalAskAi__bar.not-focus{width:280px}@media (max-width:768px){.KsGlobalAskAi__bar.not-focus{width:calc(100vw - 32px)}}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__bar.not-focus:hover{background:var(--input-hover-bg-dark)}}:where(html.is-dark) .KsGlobalAskAi__bar.not-focus:hover{background:var(--input-hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__bar.not-focus:hover{background:var(--input-hover-bg-light)}}:where(html.is-light) .KsGlobalAskAi__bar.not-focus:hover{background:var(--input-hover-bg-light)}.KsGlobalAskAi__bar.not-focus .KsGlobalAskAi__toolsWrapper{display:none;opacity:0;visibility:hidden;transition:opacity .25s ease-in}.KsGlobalAskAi__bar.not-focus .KsGlobalAskAi__inputWrapper{padding-bottom:0;transition:padding .25s cubic-bezier(.4,0,.2,1)}.KsGlobalAskAi__bar.not-focus .KsGlobalAskAi_mini_enter_tips{visibility:visible!important}.KsGlobalAskAi__enter,.KsGlobalAskAi__mode{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;width:var(--base-height);height:var(--base-height);border-radius:8px;transition:background .3s,color .3s}.KsGlobalAskAi__enter>img,.KsGlobalAskAi__enter>svg,.KsGlobalAskAi__mode>img,.KsGlobalAskAi__mode>svg{display:block;width:20px;height:20px}.KsGlobalAskAi__mode{position:relative;flex-shrink:0;flex-grow:0;width:var(--base-height);height:var(--base-height);transition:background .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mode{color:var(--at-button-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mode{color:var(--at-button-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mode{color:var(--at-button-color-light)}}:where(html.is-light) .KsGlobalAskAi__mode{color:var(--at-button-color-light)}.KsGlobalAskAi__mode__icon{position:absolute;width:var(--base-height);height:var(--base-height)}.KsGlobalAskAi__mode:after{position:absolute;top:-2px;left:-2px;width:24px;height:24px;border-radius:4px;content:"";opacity:0;transition:opacity .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mode:after{background:var(--icon-hover-bg-dark)}}:where(html.is-dark) .KsGlobalAskAi__mode:after{background:var(--icon-hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mode:after{background:var(--icon-hover-bg-light)}}:where(html.is-light) .KsGlobalAskAi__mode:after{background:var(--icon-hover-bg-light)}.KsGlobalAskAi__mode.active,.KsGlobalAskAi__mode.active:hover,.KsGlobalAskAi__mode:hover,.KsGlobalAskAi__mode:hover:after{opacity:1}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mode.active,:where(html:not(.is-light)) .KsGlobalAskAi__mode.active:hover{color:#fff263}}:where(html.is-dark) .KsGlobalAskAi__mode.active,:where(html.is-dark) .KsGlobalAskAi__mode.active:hover{color:#fff263}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mode.active,:where(html:not(.is-dark)) .KsGlobalAskAi__mode.active:hover{color:#fff263}}:where(html.is-light) .KsGlobalAskAi__mode.active,:where(html.is-light) .KsGlobalAskAi__mode.active:hover{color:#fff263}.KsGlobalAskAi__mode.disabled{cursor:not-allowed}.KsGlobalAskAi__mode>img,.KsGlobalAskAi__mode>svg{width:20px;height:20px}.KsGlobalAskAi__mode__guide{position:absolute;bottom:80px;left:-184px;padding:4px;width:368px;height:278px;border-radius:12px;background:#202020}.KsGlobalAskAi__mode__guide img{border-radius:8px}.KsGlobalAskAi__mode__guide.show{display:block}.KsGlobalAskAi__mode__guide.hide{display:none}.KsGlobalAskAi__toolsWrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper{color:var(--font-color-light)}.KsGlobalAskAi__toolsWrapper__left{gap:8px}.KsGlobalAskAi__toolsWrapper__left,.KsGlobalAskAi__toolsWrapper__right{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.KsGlobalAskAi__toolsWrapper__right{gap:12px}.KsGlobalAskAi__toolsWrapper__enterTips{width:23px;height:20px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__enterTips{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__enterTips{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__enterTips{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__enterTips{color:var(--font-color-light)}.KsGlobalAskAi__toolsWrapper__ButtonWrapper{position:relative;width:var(--base-height);height:var(--base-height)}.KsGlobalAskAi__toolsWrapper__atButton,.KsGlobalAskAi__toolsWrapper__suggestionButton{position:absolute}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__atButton,:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__suggestionButton{color:var(--at-button-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__atButton,:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__suggestionButton{color:var(--at-button-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__atButton,:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__suggestionButton{color:var(--at-button-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__atButton,:where(html.is-light) .KsGlobalAskAi__toolsWrapper__suggestionButton{color:var(--at-button-color-light)}.KsGlobalAskAi__toolsWrapper__atButton:after,.KsGlobalAskAi__toolsWrapper__suggestionButton:after{position:absolute;top:-2px;left:-2px;width:24px;height:24px;border-radius:4px;content:"";opacity:0;transition:opacity .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__atButton:after,:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__suggestionButton:after{background:var(--icon-hover-bg-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__atButton:after,:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__suggestionButton:after{background:var(--icon-hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__atButton:after,:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__suggestionButton:after{background:var(--icon-hover-bg-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__atButton:after,:where(html.is-light) .KsGlobalAskAi__toolsWrapper__suggestionButton:after{background:var(--icon-hover-bg-light)}.KsGlobalAskAi__toolsWrapper__atButton:hover:after,.KsGlobalAskAi__toolsWrapper__suggestionButton:hover:after{opacity:1}.KsGlobalAskAi__toolsWrapper__atButton.active,.KsGlobalAskAi__toolsWrapper__suggestionButton.active{color:#fff263;opacity:1}.KsGlobalAskAi__toolsWrapper__suggestionButton{width:var(--base-height);height:var(--base-height);cursor:pointer;transition:background .3s,color .3s}.KsGlobalAskAi__toolsWrapper__suggestionButton:hover{opacity:1}.KsGlobalAskAi__toolsWrapper__atButton{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center;width:var(--base-height);height:var(--base-height);border-radius:8px}.KsGlobalAskAi__toolsWrapper__atButton:hover{opacity:1}.KsGlobalAskAi__toolsWrapper__enter{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center;position:relative;width:var(--base-height);height:var(--base-height);border-radius:8px;transition:background .3s,color .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__enter{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__enter{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__enter{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__enter{color:var(--font-color-light)}.KsGlobalAskAi__toolsWrapper__enter.disabled{cursor:not-allowed;opacity:.3}.KsGlobalAskAi__toolsWrapper__enter.cancel{--cancel-color:#ff4d00;align-items:center;color:var(--cancel-color)}.KsGlobalAskAi__toolsWrapper__enter.cancel:after{position:absolute;width:6px;height:6px;border-radius:1px;background:var(--cancel-color);content:""}.KsGlobalAskAi__toolsWrapper__basedLibrary{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}.KsGlobalAskAi__toolsWrapper__basedLibrary__label{font-weight:400;font-size:12px;line-height:1.2;opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary__label{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary__label{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary__label{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary__label{color:var(--font-color-light)}.KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{position:relative;display:flex;padding:2px;width:32px;height:18px;border-radius:9px;cursor:pointer;transition:background-color .3s ease}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{background-color:hsla(0,0%,100%,.12)}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{background-color:hsla(0,0%,100%,.12)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{background-color:rgba(32,32,32,.12)}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch{background-color:rgba(32,32,32,.12)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch.active{background-color:#fff}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch.active{background-color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch.active{background-color:#ffcc5d}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch.active{background-color:#ffcc5d}.KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{position:absolute;left:2px;width:14px;height:14px;border-radius:50%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{box-shadow:2px}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{box-shadow:2px}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{box-shadow:0}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{box-shadow:0}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{background-color:#000}}:where(html.is-dark) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{background-color:#000}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{background-color:#fff}}:where(html.is-light) .KsGlobalAskAi__toolsWrapper__basedLibrary .motion-switch-handle{background-color:#fff}.KsGlobalAskAi__suggestionSwitch{display:flex;flex-shrink:0;flex-grow:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;margin-right:4px;padding:4px 4px 4px 6px;border-radius:4px;transition:background .3s;gap:.5em}.KsGlobalAskAi__suggestionSwitch:hover{background:hsla(0,0%,100%,.12)}.KsGlobalAskAi__suggestionSwitch span{color:#7c7c7c;font-weight:700;font-size:12px;line-height:1.2}.KsGlobalAskAi__suggestionSwitch img{width:12px;height:12px;transition:transform .3s;transform-origin:center center}.KsGlobalAskAi__suggestionSwitch.active img{transform:rotate(180deg)}.KsGlobalAskAi__mentions-list{position:absolute;bottom:100%;left:12px;z-index:calc(var(--base-zindex) + 11);overflow-y:auto;margin-bottom:8px;padding:8px;max-height:320px;border:.5px solid var(--black-20,rgba(32,32,32,.2));border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 0 12px 0 rgba(32,32,32,.08);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mentions-list{background:var(--layer-bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mentions-list{background:var(--layer-bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mentions-list{background:var(--layer-bg-color-light)}}:where(html.is-light) .KsGlobalAskAi__mentions-list{background:var(--layer-bg-color-light)}.KsGlobalAskAi__mentions-list::-webkit-scrollbar{width:6px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mentions-list::-webkit-scrollbar-track{background-color:var(--layer-bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mentions-list::-webkit-scrollbar-track{background-color:var(--layer-bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mentions-list::-webkit-scrollbar-track{background-color:var(--layer-bg-color-light)}}:where(html.is-light) .KsGlobalAskAi__mentions-list::-webkit-scrollbar-track{background-color:var(--layer-bg-color-light)}.KsGlobalAskAi__mentions-list::-webkit-scrollbar-thumb{margin-top:0;margin-bottom:0;border-radius:3px;background-color:hsla(220,4%,58%,.5)}.KsGlobalAskAi__mentions-list::-webkit-scrollbar-thumb:hover{background-color:hsla(220,4%,58%,.3)}.KsGlobalAskAi__mention-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px;min-height:48px;width:198px;border-radius:4px;font-family:Poppins;cursor:pointer;transition:background .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item:hover{background:hsla(0,0%,100%,.08)}}:where(html.is-dark) .KsGlobalAskAi__mention-item:hover{background:hsla(0,0%,100%,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item:hover{background:rgba(32,32,32,.04)}}:where(html.is-light) .KsGlobalAskAi__mention-item:hover{background:rgba(32,32,32,.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item.selected{background:hsla(0,0%,100%,.08)}}:where(html.is-dark) .KsGlobalAskAi__mention-item.selected{background:hsla(0,0%,100%,.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item.selected{background:rgba(32,32,32,.08)}}:where(html.is-light) .KsGlobalAskAi__mention-item.selected{background:rgba(32,32,32,.08)}.KsGlobalAskAi__mention-item__icon{margin-right:8px;width:32px;height:32px;border-radius:50%}.KsGlobalAskAi__mention-item__info{display:flex;flex:1 1 0%;align-items:center;justify-content:flex-start}.KsGlobalAskAi__mention-item__info__name{display:flex;align-items:center;font-weight:500;font-style:normal;font-size:12px;font-family:Poppins;line-height:150%;gap:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__info__name{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__info__name{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__info__name{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__mention-item__info__name{color:var(--font-color-light)}.KsGlobalAskAi__mention-item__info__name__tag{width:30px;height:14px;border-radius:2px;background:var(--White-8,hsla(0,0%,100%,.08));color:var(--Yellow,#fff263);font-weight:400;font-style:normal;line-height:150%;gap:4px}.KsGlobalAskAi__mention-item__info__beta,.KsGlobalAskAi__mention-item__info__name__tag{display:flex;align-items:center;justify-content:center;font-size:10px;font-family:Poppins}.KsGlobalAskAi__mention-item__info__beta{margin-left:4px;width:40px;height:18px;font-weight:500;line-height:15px;border-radius:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__info__beta{color:var(--Yellow,#fff263)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__info__beta{color:var(--Yellow,#fff263)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__info__beta{color:var(--Highlight-Dark,#d9ac48)}}:where(html.is-light) .KsGlobalAskAi__mention-item__info__beta{color:var(--Highlight-Dark,#d9ac48)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__info__beta{background:#fff26333}}:where(html.is-dark) .KsGlobalAskAi__mention-item__info__beta{background:#fff26333}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__info__beta{background:#ffcc5d33}}:where(html.is-light) .KsGlobalAskAi__mention-item__info__beta{background:#ffcc5d33}.KsGlobalAskAi__mention-item__info__desc{text-align:center;font-weight:400;font-style:normal;font-size:10px;font-family:Poppins;line-height:150%;opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__info__desc{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__info__desc{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__info__desc{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__mention-item__info__desc{color:var(--font-color-light)}.KsGlobalAskAi__mention-item__help{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:14px;height:14px;cursor:pointer;transition:color .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__help{color:hsla(0,0%,100%,.5)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__help{color:hsla(0,0%,100%,.5)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__help{color:rgba(32,32,32,.5)}}:where(html.is-light) .KsGlobalAskAi__mention-item__help{color:rgba(32,32,32,.5)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__mention-item__help:hover{color:hsla(0,0%,100%,.8)}}:where(html.is-dark) .KsGlobalAskAi__mention-item__help:hover{color:hsla(0,0%,100%,.8)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__mention-item__help:hover{color:rgba(32,32,32,.8)}}:where(html.is-light) .KsGlobalAskAi__mention-item__help:hover{color:rgba(32,32,32,.8)}.KsGlobalAskAi__mention-item__help svg{width:14px;height:14px}.KsGlobalAskAi__barMain{display:flex;flex:1 1 0%;flex-direction:column;min-height:var(--base-height)}.KsGlobalAskAi__inputWrapper{display:flex;width:100%;flex:1 1 0%;align-items:center;position:relative;padding-bottom:16px;min-height:var(--base-height)}.KsGlobalAskAi__input{position:relative;overflow-y:auto;padding:0 4px;min-height:21px;max-height:600px;width:100%;outline:none;background:transparent;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.2;opacity:.8}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__input{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__input{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__input{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAi__input{color:var(--font-color-light)}.KsGlobalAskAi__input:empty:before{position:absolute;top:2px;content:attr(data-placeholder);opacity:.4;pointer-events:none}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__input:empty:before{color:var(--disabled-font-color-dark)}}:where(html.is-dark) .KsGlobalAskAi__input:empty:before{color:var(--disabled-font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__input:empty:before{color:var(--disabled-font-color-light)}}:where(html.is-light) .KsGlobalAskAi__input:empty:before{color:var(--disabled-font-color-light)}.KsGlobalAskAi__input .mention-text{display:inline;margin-right:4px;font-weight:500;font-size:14px;font-family:Poppins;line-height:150%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__input .mention-text{color:#fff263}}:where(html.is-dark) .KsGlobalAskAi__input .mention-text{color:#fff263}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__input .mention-text{color:#ffcc5d}}:where(html.is-light) .KsGlobalAskAi__input .mention-text{color:#ffcc5d}.KsGlobalAskAi__input[contenteditable=false]{cursor:not-allowed}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAi__input[contenteditable=false]{color:color-mix(in srgb,var(--disabled-font-color-dark) 20%,transparent)}}:where(html.is-dark) .KsGlobalAskAi__input[contenteditable=false]{color:color-mix(in srgb,var(--disabled-font-color-dark) 20%,transparent)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAi__input[contenteditable=false]{color:var(--disabled-font-color-light)}}:where(html.is-light) .KsGlobalAskAi__input[contenteditable=false]{color:var(--disabled-font-color-light)}.KsGlobalAskAi__inputLoading{position:absolute;top:0;left:0;z-index:calc(var(--base-zindex) + 15);width:100%;height:100%;border-radius:12px;background:hsla(0,0%,78%,.7);animation:clipRevealLoading 2s cubic-bezier(.4,0,1,.6) forwards;pointer-events:auto}.KsGlobalAskAiDetails{position:absolute;overflow:hidden;bottom:100%;left:50%;z-index:calc(var(--base-zindex) + 5);width:var(--base-width);border-width:1px;border-style:solid;border-radius:12px;transition:background .3s,border-color .3s;transform:translateX(-50%);transform-origin:bottom center}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails{background:var(--layer-bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails{background:var(--layer-bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails{background:var(--layer-bg-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails{background:var(--layer-bg-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails{border-color:var(--border-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails{border-color:var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails{border-color:var(--border-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails{border-color:var(--border-color-light)}.KsGlobalAskAiDetails__tabWrapper{position:relative;width:100%;overflow:hidden;padding-right:40px;min-height:40px}.KsGlobalAskAiDetails__tabTitle{padding:8px 0 1px 8px;font-weight:400;font-style:normal;font-size:12px;font-family:Poppins;line-height:150%;opacity:.4}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabTitle{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabTitle{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabTitle{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabTitle{color:var(--font-color-light)}.KsGlobalAskAiDetails__tabDelete{position:absolute;display:flex;cursor:pointer;align-items:center;justify-content:center;top:8px;right:8px;width:18px;height:18px;border-radius:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabDelete{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabDelete{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabDelete{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabDelete{color:var(--font-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabDelete:hover{background:var(--icon-hover-bg-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabDelete:hover{background:var(--icon-hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabDelete:hover{background:var(--icon-hover-bg-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabDelete:hover{background:var(--icon-hover-bg-light)}.KsGlobalAskAiDetails__tabDelete svg{width:12px;height:12px;opacity:.4}.KsGlobalAskAiDetails__tabList{display:flex;flex-wrap:wrap;align-items:center;padding:5px 4px}.KsGlobalAskAiDetails__tabList li{margin:3px}.KsGlobalAskAiDetails__tabItem{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;overflow:hidden;padding-left:4px;max-width:200px;height:24px;border:1px solid transparent;border-radius:4px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabItem{background:var(--tab-bg-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabItem{background:var(--tab-bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabItem{background:#f6f6f6}}:where(html.is-light) .KsGlobalAskAiDetails__tabItem{background:#f6f6f6}.KsGlobalAskAiDetails__tabItem:hover{border-color:#0085ff}.KsGlobalAskAiDetails__tabItem.pending{background-position:100% 50%;background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabItem.pending{background-image:linear-gradient(90deg,#666 25%,#888 37%,#777 63%)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabItem.pending{background-image:linear-gradient(90deg,#666 25%,#888 37%,#777 63%)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabItem.pending{background-image:linear-gradient(90deg,#efefef 25%,#f8f8f8 37%,#f1f1f1 63%)}}:where(html.is-light) .KsGlobalAskAiDetails__tabItem.pending{background-image:linear-gradient(90deg,#efefef 25%,#f8f8f8 37%,#f1f1f1 63%)}.KsGlobalAskAiDetails__tabItem svg{flex-shrink:0;flex-grow:0;width:16px;height:16px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabItem svg{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabItem svg{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabItem svg{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabItem svg{color:var(--font-color-light)}.KsGlobalAskAiDetails__tabItem span{flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 4px;font-size:12px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__tabItem span{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__tabItem span{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__tabItem span{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__tabItem span{color:var(--font-color-light)}.KsGlobalAskAiDetails__tabItem i{display:flex;flex-shrink:0;flex-grow:0;cursor:pointer;align-items:center;justify-content:center;width:24px;height:24px}.KsGlobalAskAiDetails__suggestionList{--item-height:44px;--list-height:calc(var(--item-height) * 3);display:flex;flex-direction:column;overflow:hidden}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList.hasBorder{border-top:1px solid var(--secondary-border-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList.hasBorder{border-top:1px solid var(--secondary-border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList.hasBorder{border-top:1px solid var(--secondary-border-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList.hasBorder{border-top:1px solid var(--secondary-border-color-light)}.KsGlobalAskAiDetails__suggestionList li{display:flex;width:100%;cursor:pointer;align-items:center;overflow:hidden;padding:12px;height:var(--item-height);gap:8px}.KsGlobalAskAiDetails__suggestionList li .children-opacity{opacity:.4;transition:opacity .3s}.KsGlobalAskAiDetails__suggestionList li:hover .children-opacity{opacity:1}.KsGlobalAskAiDetails__suggestionList li img{width:18px;height:28px}.KsGlobalAskAiDetails__suggestionList li section.children-opacity{position:relative;overflow:hidden;flex:1 1 100%;height:20px;font-size:12px;line-height:20px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList li section.children-opacity{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList li section.children-opacity{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList li section.children-opacity{color:var(--primary-gray)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList li section.children-opacity{color:var(--primary-gray)}.KsGlobalAskAiDetails__suggestionList li section.children-opacity span{position:absolute;left:0;top:0;display:block;height:100%;white-space:nowrap;transition:none;transform-origin:center left}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList li+li{border-top:1px solid var(--secondary-border-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList li+li{border-top:1px solid var(--secondary-border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList li+li{border-top:1px solid var(--secondary-border-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList li+li{border-top:1px solid var(--secondary-border-color-light)}.KsGlobalAskAiDetails__suggestionList li.transition:hover span{transition:transform var(--duration) linear!important;transition-delay:1s!important;transform:translateX(var(--offset))!important}.KsGlobalAskAiDetails__suggestionList .sugLoading{cursor:wait}.KsGlobalAskAiDetails__suggestionList .sugLoading img{opacity:.4}.KsGlobalAskAiDetails__suggestionList .sugLoading section{overflow:hidden;flex:1 1 100%;height:8px}.KsGlobalAskAiDetails__suggestionList .sugLoading__bar{height:8px;border-radius:2px;background-position:100% 50%;background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugLoading__bar{background-image:linear-gradient(90deg,#666 25%,#888 37%,#777 63%)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugLoading__bar{background-image:linear-gradient(90deg,#666 25%,#888 37%,#777 63%)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugLoading__bar{background-image:linear-gradient(90deg,#efefef 25%,#f8f8f8 37%,#f1f1f1 63%)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugLoading__bar{background-image:linear-gradient(90deg,#efefef 25%,#f8f8f8 37%,#f1f1f1 63%)}.KsGlobalAskAiDetails__suggestionList .sugError{display:flex;cursor:default;align-items:center;justify-content:center;padding:0;height:var(--list-height)}.KsGlobalAskAiDetails__suggestionList .sugError button{display:flex;align-items:center;padding:0 12px;height:36px;border-width:1px;border-style:solid;border-radius:8px;font-weight:700;font-size:13px;gap:8px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugError button{color:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugError button{color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugError button{color:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugError button{color:var(--font-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugError button{border-color:var(--secondary-border-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugError button{border-color:var(--secondary-border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugError button{border-color:var(--secondary-border-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugError button{border-color:var(--secondary-border-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{color:var(--font-color-light)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{color:var(--font-color-light)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{color:var(--font-color-dark)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{color:var(--font-color-dark)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{background:var(--font-color-dark)}}:where(html.is-dark) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{background:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{background:var(--font-color-light)}}:where(html.is-light) .KsGlobalAskAiDetails__suggestionList .sugError button:hover{background:var(--font-color-light)}.KsGlobalAskAiDetails__suggestionList .sugError svg{width:16px;height:16px}.motion-switch{position:relative;display:flex;padding:2px;width:32px;height:18px;border-radius:9px;background-color:rgba(0,0,0,.25);cursor:pointer;transition:background-color .3s ease}.motion-switch.active{background-color:var(--primary-color,#1890ff)}.motion-switch-handle{position:absolute;left:2px;width:14px;height:14px;border-radius:50%;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,35,11,.2)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .motion-switch{background-color:hsla(0,0%,100%,.25)}:where(html:not(.is-light)) .motion-switch.active{background-color:var(--primary-color,#1890ff)}:where(html:not(.is-light)) .motion-switch-handle{background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}}:where(html.is-dark) .motion-switch{background-color:hsla(0,0%,100%,.25)}:where(html.is-dark) .motion-switch.active{background-color:var(--primary-color,#1890ff)}:where(html.is-dark) .motion-switch-handle{background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.SharedBoardToolbar{position:fixed;bottom:8px;left:50%;z-index:calc(var(--layer-panels) + 1);padding:8px;border-radius:12px;background:#202020;color:#fff;transform:translateX(-50%);pointer-events:all}@media (min-width:768px){.SharedBoardToolbar{bottom:calc(4px + max(4px, env(safe-area-inset-bottom)))}}@media (max-width:768px){.SharedBoardToolbar{left:8px;padding:8px;transform:none}.SharedBoardToolbar .RenderRow{padding-left:0;gap:8px}.SharedBoardToolbar .InfoTips{padding-left:4px;font-size:12px}.SharedBoardToolbar .InfoTips.DuplicateTips{display:none}.SharedBoardToolbar .RenderButton{padding:4px 8px;font-size:12px;gap:4px}.SharedBoardToolbar .ImgIcon{width:16px;height:16px}}.SharedBoardToolbar .RenderRow{display:flex;align-items:center;padding-left:8px;gap:20px}.SharedBoardToolbar .InfoTips{font-weight:500;font-size:14px;line-height:150%}.SharedBoardToolbar .ImgIcon{width:20px;height:20px;background-position:50%;background-size:contain;background-repeat:no-repeat}.SharedBoardToolbar .ImgIcon.IconLogin{background-image:url(/images/svg/login.svg)}.SharedBoardToolbar .ImgIcon.IconPro{background-image:url(/images/svg/pro.svg)}.SharedBoardToolbar .ImgIcon.IconDuplicate{background-image:url(/images/svg/node_icon_copy.svg)}.SharedBoardToolbar .RenderButton{display:flex;flex-direction:row;align-items:center;padding:8px 12px;border-radius:8px;font-weight:500;font-size:13px;line-height:150%;cursor:pointer;transition:318ms;gap:8px}.SharedBoardToolbar .RenderButton.TypeGray{background:#404040}.SharedBoardToolbar .RenderButton.TypeGray:hover{background:#303030}.SharedBoardToolbar .RenderButton.TypeYellow{background:#ffcc5d;color:#202020}.SharedBoardToolbar .RenderButton.TypeYellow:hover{background:#ffdf6d}.KsShapePreviewer{position:fixed;display:flex;flex-direction:column;top:8px;left:8px;z-index:calc(var(--layer-panels) + 10);width:var(--previewer-width);height:calc(100% - 24px);border:.5px solid var(--border-color);border-radius:8px;background:var(--bg-color);box-shadow:0 0 18px 0 var(--shadow-color);color:var(--text-color)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--scrollbar-thumb:rgba(var(--primary-white-rgb),0.2)}}:where(html.is-dark) .KsShapePreviewer{--scrollbar-thumb:rgba(var(--primary-white-rgb),0.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--scrollbar-thumb:rgba(var(--primary-gray-rgb),0.2)}}:where(html.is-light) .KsShapePreviewer{--scrollbar-thumb:rgba(var(--primary-gray-rgb),0.2)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--shadow-color:rgba(var(--primary-gray-rgb),0.18)}}:where(html.is-dark) .KsShapePreviewer{--shadow-color:rgba(var(--primary-gray-rgb),0.18)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--shadow-color:rgba(var(--primary-gray-rgb),0.18)}}:where(html.is-light) .KsShapePreviewer{--shadow-color:rgba(var(--primary-gray-rgb),0.18)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--border-color:#505050}}:where(html.is-dark) .KsShapePreviewer{--border-color:#505050}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--border-color:rgba(var(--primary-gray-rgb),0.08)}}:where(html.is-light) .KsShapePreviewer{--border-color:rgba(var(--primary-gray-rgb),0.08)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--hover-bg-color:rgba(var(--primary-white-rgb),0.04)}}:where(html.is-dark) .KsShapePreviewer{--hover-bg-color:rgba(var(--primary-white-rgb),0.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--hover-bg-color:rgba(var(--primary-gray-rgb),0.04)}}:where(html.is-light) .KsShapePreviewer{--hover-bg-color:rgba(var(--primary-gray-rgb),0.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--bg-color:#404040}}:where(html.is-dark) .KsShapePreviewer{--bg-color:#404040}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--bg-color:rgb(var(--primary-white-rgb))}}:where(html.is-light) .KsShapePreviewer{--bg-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer{--text-color:rgb(var(--primary-white-rgb))}}:where(html.is-dark) .KsShapePreviewer{--text-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer{--text-color:rgb(var(--primary-gray-rgb))}}:where(html.is-light) .KsShapePreviewer{--text-color:rgb(var(--primary-gray-rgb))}.KsShapePreviewer__action{display:flex;cursor:pointer;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;transition:background-color .3s}.KsShapePreviewer__action:hover{background-color:var(--hover-bg-color)}.KsShapePreviewer__action svg{width:20px;height:20px}.KsShapePreviewer__header{display:flex;width:100%;flex-shrink:0;flex-grow:0;align-items:center;justify-content:space-between;padding:0 12px;height:60px;border-bottom:.5px solid var(--border-color)}.KsShapePreviewer__main{position:relative;flex:1 1 0%;-webkit-user-select:text;-moz-user-select:text;user-select:text;overflow-y:auto;overflow-x:hidden;padding:8px}.KsShapePreviewer__main,.KsShapePreviewer__main .txt-content{color:var(--text-color)}.KsShapePreviewer__main .tiptap *{-webkit-user-select:text;-moz-user-select:text;user-select:text}.KsShapePreviewer__main .pdf-preview-block .rpv-core__inner-pages{overflow:auto}.KsShapePreviewer__main .ksUsingToolsBlockVisualization__tabs-wrapper{z-index:1}.KsShapePreviewer__main .ksUsingToolsBlockVisualization__iframe{pointer-events:auto!important}.KsShapePreviewer__divider{margin:0 8px;width:1px;height:18px;background:var(--text-color);opacity:.2}.KsShapePreviewer__pages{display:flex;align-items:center;color:var(--text-color);gap:4px}.KsShapePreviewer__pages>button{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;transition:background-color .3s,opacity .3s}.KsShapePreviewer__pages>button svg{width:20px;height:20px}.KsShapePreviewer__pages>button:not([disabled]):hover{cursor:pointer;background-color:var(--hover-bg-color)}.KsShapePreviewer__pages>button[disabled]{cursor:not-allowed;opacity:.4}.KsShapePreviewer__pages-number{padding:0 4px;min-width:22px}.KsShapePreviewer__pages-input,.KsShapePreviewer__pages-number{display:flex;align-items:center;justify-content:center;height:22px;font-size:13px;line-height:1.5}.KsShapePreviewer__pages-input{--input-bg-color:var(--hover-bg-color);--hover-input-bg-color:var(--border-color);--focus-input-border-color:#0085ff;width:22px;border:1px solid transparent;border-radius:4px;background-color:var(--input-bg-color);text-align:center;transition:background-color .3s}.KsShapePreviewer__pages-input::-webkit-inner-spin-button,.KsShapePreviewer__pages-input::-webkit-outer-spin-button{display:none;margin:0;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.KsShapePreviewer__pages-input:hover{background-color:var(--hover-input-bg-color)}.KsShapePreviewer__pages-input:focus{border-color:var(--focus-input-border-color);background-color:var(--input-bg-color)}.KsShapePreviewer__file{height:100%;width:100%}.KsShapePreviewer__file section[class^=word-preview-]{padding:16px!important;max-width:100%!important}.KsShapePreviewer__switch{--bar-width:32px;--bar-height:18px;--dot-size:14px;--dot-offset:calc((var(--bar-height) - var(--dot-size)) / 2);--dot-offset-checked:calc(var(--bar-width) - var(--dot-size) - var(--dot-offset));display:flex;cursor:pointer;align-items:center;width:var(--bar-width);height:var(--bar-height);border-radius:40px;transition:background-color .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer__switch{background-color:rgba(var(--primary-white-rgb),.12)}}:where(html.is-dark) .KsShapePreviewer__switch{background-color:rgba(var(--primary-white-rgb),.12)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer__switch{background-color:rgba(var(--primary-gray-rgb),.12)}}:where(html.is-light) .KsShapePreviewer__switch{background-color:rgba(var(--primary-gray-rgb),.12)}.KsShapePreviewer__switch:hover{background-color:var(--scrollbar-thumb)}.KsShapePreviewer__switch-dot{width:var(--dot-size);height:var(--dot-size);border-radius:50%;transition:transform .3s,background-color .3s;transform:translateX(var(--dot-offset))}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer__switch-dot{background-color:rgb(var(--primary-gray-rgb))}}:where(html.is-dark) .KsShapePreviewer__switch-dot{background-color:rgb(var(--primary-gray-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer__switch-dot{background-color:rgb(var(--primary-white-rgb))}}:where(html.is-light) .KsShapePreviewer__switch-dot{background-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsShapePreviewer__switch.isChecked{background-color:rgb(var(--primary-white-rgb))}}:where(html.is-dark) .KsShapePreviewer__switch.isChecked{background-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsShapePreviewer__switch.isChecked{background-color:#ffcc5d}}:where(html.is-light) .KsShapePreviewer__switch.isChecked{background-color:#ffcc5d}.KsShapePreviewer__switch.isChecked .KsShapePreviewer__switch-dot{transform:translateX(var(--dot-offset-checked))}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsPinShapesBar,:where(html:not(.is-light)) .KsPinShapesSelector,:where(html:not(.is-light)) .KsPinShapesSelector__item{--scrollbar-thumb:rgba(var(--primary-white-rgb),0.2)}}:where(html.is-dark) .KsPinShapesBar,:where(html.is-dark) .KsPinShapesSelector,:where(html.is-dark) .KsPinShapesSelector__item{--scrollbar-thumb:rgba(var(--primary-white-rgb),0.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsPinShapesBar,:where(html:not(.is-dark)) .KsPinShapesSelector,:where(html:not(.is-dark)) .KsPinShapesSelector__item{--scrollbar-thumb:rgba(var(--primary-gray-rgb),0.2)}}:where(html.is-light) .KsPinShapesBar,:where(html.is-light) .KsPinShapesSelector,:where(html.is-light) .KsPinShapesSelector__item{--scrollbar-thumb:rgba(var(--primary-gray-rgb),0.2)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsPinShapesBar,:where(html:not(.is-light)) .KsPinShapesSelector,:where(html:not(.is-light)) .KsPinShapesSelector__item{--shadow-color:rgba(var(--primary-dark-rgb),0.12)}}:where(html.is-dark) .KsPinShapesBar,:where(html.is-dark) .KsPinShapesSelector,:where(html.is-dark) .KsPinShapesSelector__item{--shadow-color:rgba(var(--primary-dark-rgb),0.12)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsPinShapesBar,:where(html:not(.is-dark)) .KsPinShapesSelector,:where(html:not(.is-dark)) .KsPinShapesSelector__item{--shadow-color:rgba(var(--primary-gray-rgb),0.08)}}:where(html.is-light) .KsPinShapesBar,:where(html.is-light) .KsPinShapesSelector,:where(html.is-light) .KsPinShapesSelector__item{--shadow-color:rgba(var(--primary-gray-rgb),0.08)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsPinShapesBar,:where(html:not(.is-light)) .KsPinShapesSelector,:where(html:not(.is-light)) .KsPinShapesSelector__item{--border-color:rgba(var(--primary-white-rgb),0.08)}}:where(html.is-dark) .KsPinShapesBar,:where(html.is-dark) .KsPinShapesSelector,:where(html.is-dark) .KsPinShapesSelector__item{--border-color:rgba(var(--primary-white-rgb),0.08)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsPinShapesBar,:where(html:not(.is-dark)) .KsPinShapesSelector,:where(html:not(.is-dark)) .KsPinShapesSelector__item{--border-color:rgba(var(--primary-gray-rgb),0.08)}}:where(html.is-light) .KsPinShapesBar,:where(html.is-light) .KsPinShapesSelector,:where(html.is-light) .KsPinShapesSelector__item{--border-color:rgba(var(--primary-gray-rgb),0.08)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsPinShapesBar,:where(html:not(.is-light)) .KsPinShapesSelector,:where(html:not(.is-light)) .KsPinShapesSelector__item{--hover-bg-color:rgba(var(--primary-white-rgb),0.04)}}:where(html.is-dark) .KsPinShapesBar,:where(html.is-dark) .KsPinShapesSelector,:where(html.is-dark) .KsPinShapesSelector__item{--hover-bg-color:rgba(var(--primary-white-rgb),0.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsPinShapesBar,:where(html:not(.is-dark)) .KsPinShapesSelector,:where(html:not(.is-dark)) .KsPinShapesSelector__item{--hover-bg-color:rgba(var(--primary-gray-rgb),0.04)}}:where(html.is-light) .KsPinShapesBar,:where(html.is-light) .KsPinShapesSelector,:where(html.is-light) .KsPinShapesSelector__item{--hover-bg-color:rgba(var(--primary-gray-rgb),0.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsPinShapesBar,:where(html:not(.is-light)) .KsPinShapesSelector,:where(html:not(.is-light)) .KsPinShapesSelector__item{--bg-color:rgb(var(--primary-gray-rgb))}}:where(html.is-dark) .KsPinShapesBar,:where(html.is-dark) .KsPinShapesSelector,:where(html.is-dark) .KsPinShapesSelector__item{--bg-color:rgb(var(--primary-gray-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsPinShapesBar,:where(html:not(.is-dark)) .KsPinShapesSelector,:where(html:not(.is-dark)) .KsPinShapesSelector__item{--bg-color:rgb(var(--primary-white-rgb))}}:where(html.is-light) .KsPinShapesBar,:where(html.is-light) .KsPinShapesSelector,:where(html.is-light) .KsPinShapesSelector__item{--bg-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsPinShapesBar,:where(html:not(.is-light)) .KsPinShapesSelector,:where(html:not(.is-light)) .KsPinShapesSelector__item{--icon-color:rgba(var(--primary-white-rgb),0.6)}}:where(html.is-dark) .KsPinShapesBar,:where(html.is-dark) .KsPinShapesSelector,:where(html.is-dark) .KsPinShapesSelector__item{--icon-color:rgba(var(--primary-white-rgb),0.6)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsPinShapesBar,:where(html:not(.is-dark)) .KsPinShapesSelector,:where(html:not(.is-dark)) .KsPinShapesSelector__item{--icon-color:rgba(var(--primary-gray-rgb),0.6)}}:where(html.is-light) .KsPinShapesBar,:where(html.is-light) .KsPinShapesSelector,:where(html.is-light) .KsPinShapesSelector__item{--icon-color:rgba(var(--primary-gray-rgb),0.6)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .KsPinShapesBar,:where(html:not(.is-light)) .KsPinShapesSelector,:where(html:not(.is-light)) .KsPinShapesSelector__item{--text-color:rgb(var(--primary-white-rgb))}}:where(html.is-dark) .KsPinShapesBar,:where(html.is-dark) .KsPinShapesSelector,:where(html.is-dark) .KsPinShapesSelector__item{--text-color:rgb(var(--primary-white-rgb))}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .KsPinShapesBar,:where(html:not(.is-dark)) .KsPinShapesSelector,:where(html:not(.is-dark)) .KsPinShapesSelector__item{--text-color:rgb(var(--primary-gray-rgb))}}:where(html.is-light) .KsPinShapesBar,:where(html.is-light) .KsPinShapesSelector,:where(html.is-light) .KsPinShapesSelector__item{--text-color:rgb(var(--primary-gray-rgb))}.KsPinShapesBar{position:fixed;display:flex;align-items:center;top:8px;left:8px;z-index:calc(var(--layer-panels) + 5);padding:0 4px 0 8px;max-width:calc(100vw - 32px);height:48px;border:.5px solid var(--border-color);border-radius:8px;background:var(--bg-color);box-shadow:0 0 12px 0 var(--shadow-color);color:var(--text-color)}.KsPinShapesBar__divider{margin:0 8px;width:1px;height:18px;background:var(--text-color);opacity:.2}.KsPinShapesBar__list{display:flex;height:100%;flex:1 1 0%;align-items:center;overflow-x:auto;overflow-y:hidden;padding:0 4px;gap:4px}.KsPinShapesBar__list::-webkit-scrollbar{height:2px}.KsPinShapesBar__list::-webkit-scrollbar,.KsPinShapesBar__list::-webkit-scrollbar-track{background:transparent}.KsPinShapesBar__list::-webkit-scrollbar-thumb{border-radius:2px;background:var(--scrollbar-thumb)}.KsPinShapesBar__list::-webkit-scrollbar-button,.KsPinShapesBar__list::-webkit-scrollbar-corner,.KsPinShapesBar__list::-webkit-scrollbar-resizer{display:none}.KsPinShapesBar__item{position:relative;display:flex;flex-shrink:0;flex-grow:0;cursor:pointer;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;transition:background-color .3s}.KsPinShapesBar__item.isSelected{background-color:var(--hover-bg-color)}.KsPinShapesBar__item>svg{width:20px;height:20px;color:var(--icon-color)}.KsPinShapesBar__item-close{position:absolute;display:none;cursor:pointer;align-items:center;justify-content:center;top:-2px;right:-2px;width:12px;height:12px;border-radius:50%;background-color:var(--border-color);color:var(--icon-color);transition:background-color .3s,color .3s}.KsPinShapesBar__item-close:hover{background-color:#ff4d00;color:#fff}.KsPinShapesBar__item-close svg{width:8px;height:8px}.KsPinShapesBar__item:hover{background-color:var(--hover-bg-color)}.KsPinShapesBar__item:hover .KsPinShapesBar__item-close{display:flex}.KsPinShapesBar__guide{position:absolute;overflow:hidden;top:-8px;left:48px;width:368px;height:278px;border:4px solid var(--primary-gray);border-radius:12px}.KsPinShapesSelector{display:flex;cursor:pointer;align-items:center;justify-content:space-between;padding:0 8px;width:200px;height:36px;border:1px solid var(--border-color);border-radius:8px;transition:border-color .3s,background-color .3s}.KsPinShapesSelector:hover{border-color:var(--scrollbar-thumb)}.KsPinShapesSelector:active{background-color:var(--hover-bg-color)}.KsPinShapesSelector__item{display:flex;flex:1 1 0%;align-items:center;overflow:hidden;gap:8px}.KsPinShapesSelector__item>svg{flex-shrink:0;flex-grow:0;width:16px;height:16px;color:var(--icon-color)}.KsPinShapesSelector__item>div{flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;font-style:normal;font-size:12px}.KsPinShapesSelector__item-wrapper{display:flex;flex-shrink:0;flex-grow:0;cursor:pointer;align-items:center;overflow:hidden;padding:0 8px;height:32px;border-radius:8px;transition:background-color .3s;gap:16px}.KsPinShapesSelector__item-wrapper:hover{background-color:var(--hover-bg-color)}.KsPinShapesSelector__list{position:absolute;left:0;top:100%;z-index:10;display:flex;width:100%;flex-direction:column;overflow-y:auto;overflow-x:hidden;margin-top:8px;padding:8px;max-height:360px;border:1px solid var(--border-color);border-radius:8px;background-color:var(--bg-color);box-shadow:0 0 60px 0 var(--shadow-color);gap:4px}.KsPinShapesSelector__list::-webkit-scrollbar{width:4px}.KsPinShapesSelector__list::-webkit-scrollbar,.KsPinShapesSelector__list::-webkit-scrollbar-track{background:transparent}.KsPinShapesSelector__list::-webkit-scrollbar-thumb{border-radius:4px;background:var(--scrollbar-thumb)}.KsPinShapesSelector__list::-webkit-scrollbar-button,.KsPinShapesSelector__list::-webkit-scrollbar-corner,.KsPinShapesSelector__list::-webkit-scrollbar-resizer{display:none}.TlToolbarWrapper{--font-color-light:rgba(var(--primary-gray-rgb),0.6);--bg-color-light:var(--primary-white);--border-color-light:rgba(var(--primary-gray-rgb),0.08);--hover-bg-light:var(--secondary-white);--font-color-dark:rgba(var(--primary-white-rgb),0.6);--border-color-dark:rgba(var(--primary-white-rgb),0.04);--bg-color-dark:var(--primary-gray);--hover-bg-dark:var(--secondary-gray);--selected-border-color:#0085ff;position:fixed;top:0;left:0;z-index:calc(var(--layer-panels) + 1);display:flex;flex-direction:column;justify-content:center;padding:0 8px;height:calc(100vh - 40px);transition:transform .4s ease-in-out;transform:translateX(0);transform-origin:left center}.TlToolbarWrapper.closed{transform:translateX(-105%)}.TlToolbarWrapper .tlui-toolbar{flex-shrink:0;flex-grow:0;padding:6px 0;width:48px;border-width:1px;border-style:solid;border-radius:8px;transition:background .3s,border-color .3s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .TlToolbarWrapper .tlui-toolbar{background:var(--bg-color-dark)}}:where(html.is-dark) .TlToolbarWrapper .tlui-toolbar{background:var(--bg-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .TlToolbarWrapper .tlui-toolbar{background:var(--bg-color-light)}}:where(html.is-light) .TlToolbarWrapper .tlui-toolbar{background:var(--bg-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .TlToolbarWrapper .tlui-toolbar{border-color:var(--border-color-dark)}}:where(html.is-dark) .TlToolbarWrapper .tlui-toolbar{border-color:var(--border-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .TlToolbarWrapper .tlui-toolbar{border-color:var(--border-color-light)}}:where(html.is-light) .TlToolbarWrapper .tlui-toolbar{border-color:var(--border-color-light)}.TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools{border-radius:0;background:transparent;box-shadow:none}.TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button{min-width:36px!important}.TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool{width:36px;height:36px}.TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool:after{border-radius:4px!important;inset:2px!important}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool:hover:after{background-color:var(--hover-bg-dark)}}:where(html.is-dark) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool:hover:after{background-color:var(--hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool:hover:after{background-color:var(--hover-bg-light)}}:where(html.is-light) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool:hover:after{background-color:var(--hover-bg-light)}.TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-icon{width:20px;height:20px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-icon{background-color:var(--font-color-dark)}}:where(html.is-dark) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-icon{background-color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-icon{background-color:var(--font-color-light)}}:where(html.is-light) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-icon{background-color:var(--font-color-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool[aria-checked=true]:not(:disabled) .tlui-icon{background-color:var(--font-color-dark)}}:where(html.is-dark) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool[aria-checked=true]:not(:disabled) .tlui-icon{background-color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool[aria-checked=true]:not(:disabled) .tlui-icon{background-color:var(--font-color-light)}}:where(html.is-light) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool[aria-checked=true]:not(:disabled) .tlui-icon{background-color:var(--font-color-light)}.TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool[aria-checked=true]:not(:disabled):after{border:1px solid var(--selected-border-color)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool[aria-checked=true]:not(:disabled):after{background-color:var(--hover-bg-dark)}}:where(html.is-dark) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool[aria-checked=true]:not(:disabled):after{background-color:var(--hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool[aria-checked=true]:not(:disabled):after{background-color:var(--hover-bg-light)}}:where(html.is-light) .TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools .tlui-button__tool[aria-checked=true]:not(:disabled):after{background-color:var(--hover-bg-light)}.TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools [data-testid="tools.magic"] .tlui-icon{background:url(/images/svg/node_create_prompt.svg);background-size:cover;transform:scale(1.5) translateX(-1px);-webkit-mask:none!important;mask:none!important}.TlToolbarWrapper .tlui-toolbar .tlui-toolbar__tools__list{flex-direction:column}.TlToolbarWrapper .tlui-toolbar .tlui-toolbar__extras{display:none}.TlToolbarWrapper__panel{display:flex;flex-direction:column;align-items:center;background:transparent}.TlToolbarWrapper__panel.need-divider:before{display:block;margin:8px 0;width:16px;height:1px;content:"";opacity:.3}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .TlToolbarWrapper__panel.need-divider:before{background:var(--font-color-dark)}}:where(html.is-dark) .TlToolbarWrapper__panel.need-divider:before{background:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .TlToolbarWrapper__panel.need-divider:before{background:var(--font-color-light)}}:where(html.is-light) .TlToolbarWrapper__panel.need-divider:before{background:var(--font-color-light)}.TlToolbarWrapper__panel .tlui-button{min-width:36px!important;width:36px;height:36px}.TlToolbarWrapper__panel .tlui-button:after{border-radius:4px!important;inset:2px!important}.TlToolbarWrapper__panel .tlui-button .tlui-icon{width:20px;height:20px}.TlToolbarWrapper__panel .tlui-button:disabled{opacity:.4}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .TlToolbarWrapper__panel .tlui-button:hover:not(:disabled):after,:where(html:not(.is-light)) .TlToolbarWrapper__panel .tlui-button:not(:disabled):after{background-color:var(--hover-bg-dark)}}:where(html.is-dark) .TlToolbarWrapper__panel .tlui-button:hover:not(:disabled):after,:where(html.is-dark) .TlToolbarWrapper__panel .tlui-button:not(:disabled):after{background-color:var(--hover-bg-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .TlToolbarWrapper__panel .tlui-button:hover:not(:disabled):after,:where(html:not(.is-dark)) .TlToolbarWrapper__panel .tlui-button:not(:disabled):after{background-color:var(--hover-bg-light)}}:where(html.is-light) .TlToolbarWrapper__panel .tlui-button:hover:not(:disabled):after,:where(html.is-light) .TlToolbarWrapper__panel .tlui-button:not(:disabled):after{background-color:var(--hover-bg-light)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .TlToolbarWrapper__panel .tlui-button:hover:not(:disabled) .tlui-icon,:where(html:not(.is-light)) .TlToolbarWrapper__panel .tlui-button:not(:disabled) .tlui-icon{background-color:var(--font-color-dark)}}:where(html.is-dark) .TlToolbarWrapper__panel .tlui-button:hover:not(:disabled) .tlui-icon,:where(html.is-dark) .TlToolbarWrapper__panel .tlui-button:not(:disabled) .tlui-icon{background-color:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .TlToolbarWrapper__panel .tlui-button:hover:not(:disabled) .tlui-icon,:where(html:not(.is-dark)) .TlToolbarWrapper__panel .tlui-button:not(:disabled) .tlui-icon{background-color:var(--font-color-light)}}:where(html.is-light) .TlToolbarWrapper__panel .tlui-button:hover:not(:disabled) .tlui-icon,:where(html.is-light) .TlToolbarWrapper__panel .tlui-button:not(:disabled) .tlui-icon{background-color:var(--font-color-light)}.kuse-need-divider:before{display:block;margin:8px auto;width:16px;height:1px;content:"";opacity:.3}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .kuse-need-divider:before{background:var(--font-color-dark)}}:where(html.is-dark) .kuse-need-divider:before{background:var(--font-color-dark)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .kuse-need-divider:before{background:var(--font-color-light)}}:where(html.is-light) .kuse-need-divider:before{background:var(--font-color-light)}.control-guide-container{position:fixed;right:16px;bottom:56px;border-radius:8px;padding:0;width:400px;height:300px;box-shadow:0 0 60px 0 rgba(32,32,32,.12);z-index:10}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-container{border:1px solid hsla(0,0%,100%,.2)}}:where(html.is-dark) .control-guide-container{border:1px solid hsla(0,0%,100%,.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-container{border:1px solid hsla(0,0%,100%,.04)}}:where(html.is-light) .control-guide-container{border:1px solid hsla(0,0%,100%,.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-container{background-color:#2a2a2a}}:where(html.is-dark) .control-guide-container{background-color:#2a2a2a}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-container{background-color:#fff}}:where(html.is-light) .control-guide-container{background-color:#fff}.control-guide-close-button{position:absolute;top:8px;right:8px;background:none;border:none;width:24px;height:24px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s;z-index:10}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-close-button{color:#fff}}:where(html.is-dark) .control-guide-close-button{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-close-button{color:#202020}}:where(html.is-light) .control-guide-close-button{color:#202020}.control-guide-close-button:hover{opacity:1}.control-guide-step-container{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:flex-start;padding:28px;height:100%}.control-guide-content-container{display:flex;flex-direction:column;gap:12px;align-items:flex-start;justify-content:flex-start;width:100%;flex:1}.control-guide-title{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:1.5;margin:0;width:100%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-title{color:#fff}}:where(html.is-dark) .control-guide-title{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-title{color:#202020}}:where(html.is-light) .control-guide-title{color:#202020}.control-guide-description{font-family:Poppins,sans-serif;font-weight:400;font-size:13px;line-height:1.5;opacity:.6;margin:0;width:100%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-description{color:#fff}}:where(html.is-dark) .control-guide-description{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-description{color:#202020}}:where(html.is-light) .control-guide-description{color:#202020}.control-guide-options-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%;gap:20px}.control-guide-option-card{border-radius:8px;width:165px;height:127px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:8px 0;cursor:pointer;transition:all .2s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-option-card{border:1px solid hsla(0,0%,100%,.2)}}:where(html.is-dark) .control-guide-option-card{border:1px solid hsla(0,0%,100%,.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-option-card{border:1px solid rgba(32,32,32,.08)}}:where(html.is-light) .control-guide-option-card{border:1px solid rgba(32,32,32,.08)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-option-card{background-color:hsla(0,0%,100%,.04)}}:where(html.is-dark) .control-guide-option-card{background-color:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-option-card{background-color:rgba(32,32,32,.04)}}:where(html.is-light) .control-guide-option-card{background-color:rgba(32,32,32,.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-option-card:hover{border-color:#0c9aff}}:where(html.is-dark) .control-guide-option-card:hover{border-color:#0c9aff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-option-card:hover{border-color:#0c9aff}}:where(html.is-light) .control-guide-option-card:hover{border-color:#0c9aff}.control-guide-option-card.selected{border-color:#0c9aff;border-width:2px}.control-guide-icon-container{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.control-guide-icon{width:48px;height:48px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-icon{color:#fff}}:where(html.is-dark) .control-guide-icon{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-icon{color:#202020}}:where(html.is-light) .control-guide-icon{color:#202020}.control-guide-option-label{font-family:Poppins,sans-serif;font-weight:400;font-size:13px;line-height:1.5;opacity:.6;text-align:center}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-option-label{color:#fff}}:where(html.is-dark) .control-guide-option-label{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-option-label{color:#202020}}:where(html.is-light) .control-guide-option-label{color:#202020}.control-guide-move-options-container{display:flex;flex-direction:row;gap:12px;width:100%}.control-guide-move-option{border-radius:8px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px;flex:1;height:158px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-move-option{background-color:hsla(0,0%,100%,.04)}}:where(html.is-dark) .control-guide-move-option{background-color:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-move-option{background-color:rgba(0,0,0,.04)}}:where(html.is-light) .control-guide-move-option{background-color:rgba(0,0,0,.04)}.control-guide-move-option:first-child{width:144px;flex:none}.control-guide-move-option-description{font-family:Poppins,sans-serif;font-weight:400;font-size:13px;line-height:1.5;opacity:.6;text-align:center;margin:0;width:100%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-move-option-description{color:#fff}}:where(html.is-dark) .control-guide-move-option-description{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-move-option-description{color:#202020}}:where(html.is-light) .control-guide-move-option-description{color:#202020}.control-guide-move-icon-container{width:70px;height:70px;display:flex;align-items:center;justify-content:center}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-mouse-move-icon{color:#fff}}:where(html.is-dark) .control-guide-mouse-move-icon{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-mouse-move-icon{color:#202020}}:where(html.is-light) .control-guide-mouse-move-icon{color:#202020}.control-guide-move-shortcut-container{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center;width:143px}.control-guide-space-key{border-radius:4px;padding:8px 16px;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:1.5;white-space:nowrap}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-space-key{color:#202020}}:where(html.is-dark) .control-guide-space-key{color:#202020}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-space-key{color:#fff}}:where(html.is-light) .control-guide-space-key{color:#fff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-space-key{background-color:#fff}}:where(html.is-dark) .control-guide-space-key{background-color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-space-key{background-color:#202020}}:where(html.is-light) .control-guide-space-key{background-color:#202020}.control-guide-plus{font-family:Poppins,sans-serif;font-weight:400;font-size:18px;line-height:1.5;opacity:.6}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-plus{color:#fff}}:where(html.is-dark) .control-guide-plus{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-plus{color:#202020}}:where(html.is-light) .control-guide-plus{color:#202020}.control-guide-mouse-click-icon{width:36.25px;height:53.75px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-mouse-click-icon{color:#fff}}:where(html.is-dark) .control-guide-mouse-click-icon{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-mouse-click-icon{color:#202020}}:where(html.is-light) .control-guide-mouse-click-icon{color:#202020}.control-guide-trackpad-demo-container{border-radius:8px;flex:107px 1;width:100%;display:flex;align-items:center;justify-content:center}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-trackpad-demo-container{background-color:hsla(0,0%,100%,.04)}}:where(html.is-dark) .control-guide-trackpad-demo-container{background-color:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-trackpad-demo-container{background-color:rgba(0,0,0,.04)}}:where(html.is-light) .control-guide-trackpad-demo-container{background-color:rgba(0,0,0,.04)}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-trackpad-icon{color:#fff}}:where(html.is-dark) .control-guide-trackpad-icon{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-trackpad-icon{color:#202020}}:where(html.is-light) .control-guide-trackpad-icon{color:#202020}.control-guide-zoom-demo-container{border-radius:8px;flex:107px 1;width:100%;display:flex;align-items:center;justify-content:center}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-zoom-demo-container{background-color:hsla(0,0%,100%,.04)}}:where(html.is-dark) .control-guide-zoom-demo-container{background-color:hsla(0,0%,100%,.04)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-zoom-demo-container{background-color:rgba(0,0,0,.04)}}:where(html.is-light) .control-guide-zoom-demo-container{background-color:rgba(0,0,0,.04)}.control-guide-mouse-zoom-container{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center}.control-guide-zoom-key{border-radius:4px;padding:8px 32px;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:1.5;white-space:nowrap}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-zoom-key{color:#202020}}:where(html.is-dark) .control-guide-zoom-key{color:#202020}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-zoom-key{color:#fff}}:where(html.is-light) .control-guide-zoom-key{color:#fff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-zoom-key{background-color:#fff}}:where(html.is-dark) .control-guide-zoom-key{background-color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-zoom-key{background-color:#202020}}:where(html.is-light) .control-guide-zoom-key{background-color:#202020}.control-guide-mouse-zoom-icon{width:60px;height:60px}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-mouse-zoom-icon{color:#fff}}:where(html.is-dark) .control-guide-mouse-zoom-icon{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-mouse-zoom-icon{color:#202020}}:where(html.is-light) .control-guide-mouse-zoom-icon{color:#202020}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-trackpad-zoom-container{color:#fff}}:where(html.is-dark) .control-guide-trackpad-zoom-container{color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-trackpad-zoom-container{color:#202020}}:where(html.is-light) .control-guide-trackpad-zoom-container{color:#202020}.control-guide-button-container{display:flex;flex-direction:row;height:32px;align-items:flex-start;justify-content:space-between;width:100%}.control-guide-step-indicator{display:flex;align-items:center;gap:8px;height:32px}.control-guide-step-dot-button{width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:default;transition:all .2s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-step-dot-button{background-color:#fff}}:where(html.is-dark) .control-guide-step-dot-button{background-color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-step-dot-button{background-color:#202020}}:where(html.is-light) .control-guide-step-dot-button{background-color:#202020}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-step-dot-button.control-guide-step-dot{background-color:#fff}}:where(html.is-dark) .control-guide-step-dot-button.control-guide-step-dot{background-color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-step-dot-button.control-guide-step-dot{background-color:#202020}}:where(html.is-light) .control-guide-step-dot-button.control-guide-step-dot{background-color:#202020}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-step-dot-button.control-guide-step-dot-inactive{background-color:hsla(0,0%,100%,.2)}}:where(html.is-dark) .control-guide-step-dot-button.control-guide-step-dot-inactive{background-color:hsla(0,0%,100%,.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-step-dot-button.control-guide-step-dot-inactive{background-color:rgba(32,32,32,.2)}}:where(html.is-light) .control-guide-step-dot-button.control-guide-step-dot-inactive{background-color:rgba(32,32,32,.2)}.control-guide-step-dot-button.clickable{cursor:pointer}.control-guide-step-dot-button.clickable:hover{transform:scale(1.2)}.control-guide-step-dot-inactive{width:8px;height:8px;border-radius:50%}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-step-dot-inactive{background-color:hsla(0,0%,100%,.2)}}:where(html.is-dark) .control-guide-step-dot-inactive{background-color:hsla(0,0%,100%,.2)}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-step-dot-inactive{background-color:rgba(32,32,32,.2)}}:where(html.is-light) .control-guide-step-dot-inactive{background-color:rgba(32,32,32,.2)}.control-guide-apply-button,.control-guide-done-button,.control-guide-next-button{border:none;border-radius:8px;padding:8px 12px;font-family:Poppins,sans-serif;font-weight:500;font-size:12px;line-height:1.5;white-space:nowrap;cursor:pointer;width:100px;height:32px;transition:opacity .2s}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-apply-button,:where(html:not(.is-light)) .control-guide-done-button,:where(html:not(.is-light)) .control-guide-next-button{color:#202020}}:where(html.is-dark) .control-guide-apply-button,:where(html.is-dark) .control-guide-done-button,:where(html.is-dark) .control-guide-next-button{color:#202020}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-apply-button,:where(html:not(.is-dark)) .control-guide-done-button,:where(html:not(.is-dark)) .control-guide-next-button{color:#fff}}:where(html.is-light) .control-guide-apply-button,:where(html.is-light) .control-guide-done-button,:where(html.is-light) .control-guide-next-button{color:#fff}@media (prefers-color-scheme:dark){:where(html:not(.is-light)) .control-guide-apply-button,:where(html:not(.is-light)) .control-guide-done-button,:where(html:not(.is-light)) .control-guide-next-button{background-color:#fff}}:where(html.is-dark) .control-guide-apply-button,:where(html.is-dark) .control-guide-done-button,:where(html.is-dark) .control-guide-next-button{background-color:#fff}@media (prefers-color-scheme:light){:where(html:not(.is-dark)) .control-guide-apply-button,:where(html:not(.is-dark)) .control-guide-done-button,:where(html:not(.is-dark)) .control-guide-next-button{background-color:#202020}}:where(html.is-light) .control-guide-apply-button,:where(html.is-light) .control-guide-done-button,:where(html.is-light) .control-guide-next-button{background-color:#202020}.control-guide-apply-button.disabled{opacity:.5;cursor:not-allowed}.control-guide-apply-button:hover:not(.disabled),.control-guide-done-button:hover,.control-guide-next-button:hover{opacity:.9}