.feynman-footer{border-top:1px solid #d1d2d6;background:#fff;font-family:Yandex Sans,Arial,Helvetica,sans-serif}.feynman-footer__tabs-header{flex:1;width:calc(100% - 46px)}.feynman-footer__content{position:relative;display:flex;flex-direction:column;max-height:300px;font-size:12px}.feynman-footer__content .scrollable{flex:1 0 0;min-height:300px}.feynman-footer__terminal{position:absolute;top:0;display:flex;box-sizing:border-box;width:100%;height:300px;padding:16px}.feynman-footer__terminal-overlay{height:300px}.feynman-footer__header-container{position:relative;display:flex;flex-direction:row;align-items:center}.feynman-footer__header-container:after{position:absolute;bottom:0;width:100%;height:1px;content:"";background:#d1d2d6}.feynman-footer__expand-button{margin:0 7px}.feynman-footer__expand-button .icon{transition:transform .2s;transform:rotate(-90deg)}.feynman-footer__expand-button_collapsed .icon{transform:rotate(90deg)}.react-slidedown{width:100%;height:0;transition-timing-function:ease-in-out;transition-duration:.3s;transition-property:none}.react-slidedown.transitioning{overflow-y:hidden}.react-slidedown.closed{display:none}.tabs-default__header.tabs__header{position:relative}.tabs-default__header .tabs__content{position:relative;height:100%}.tabs-default__header .tabs__slider{height:100%}.tabs-default__header .tabs__navigation-arrow{display:flex;align-items:center;width:24px;height:100%;background:#fff}.tabs-default__header .tabs__navigation-arrow:hover{background:hsla(0,0%,100%,.9)}.tabs-default__header .tabs__navigation{position:absolute;z-index:100;top:0;left:0;display:flex;width:100%;height:100%;pointer-events:none;justify-content:space-between}.tabs-group-default.tabs-group{position:relative;display:flex}.tabs-group-folder.tabs-group{display:flex;border-bottom:1px solid #d1d2d6;background:transparent}.tabs-group-pane.tabs-group{padding:2px 0;background:#f7f9fc}.tabs-group-default.tabs-group-sliding.tabs-group:after{position:absolute;bottom:-1px;display:block;width:var(--tabs-item-width);height:2px;content:"";transition:.3s;transform:translateX(var(--tabs-item-left));background:var(--tab-active-color,#007aff)}.tabs-group-simple.tabs-group{display:flex;padding:2px 0;background:transparent}.tab-default.tab{position:relative;display:flex;justify-content:space-between;flex:0 1 auto;box-sizing:border-box;margin-right:24px;padding-bottom:8px;cursor:pointer;color:rgba(26,27,34,.4);font-size:21px;line-height:26px}.tab-default.tab_active{cursor:default;color:#1a1b22;border-bottom:2px solid var(--tab-active-color,#007aff)}.tab-default.tab:hover{transition:color .3s;color:#1a1b22}.tab-default .tab__text{display:inline-block;overflow:hidden;min-width:20px;white-space:nowrap;text-overflow:ellipsis}.tab-default.tab:not(.tab_active):after{position:absolute;bottom:0;display:block;width:100%;height:2px;content:"";transition:transform .2s ease-in-out 0s;transform:scaleX(0);background-color:var(--tab-active-color,#007aff)}.tab-default.tab:not(.tab_active):hover:after{transform:scaleX(1)}.tab-pane.tab-folder.tab{position:relative;border:1px solid transparent;border-left:0;border-radius:0;background:#fff;box-shadow:none}.tab-pane.tab-folder.tab_active{top:1px;border-color:#d1d2d6 #d1d2d6 #fff;box-shadow:0 0 15px rgba(0,0,0,.03),0 0 6px rgba(0,0,0,.09);line-height:39px}.tab-pane.tab-folder.tab_active:after{top:-1px;height:calc(100% + 1px)}.tab-pane.tab-folder.tab:not(.tab_active):hover{background:rgba(0,0,0,.03)}.tab-pane.tab-folder.tab:before{background:#d1d2d6}.tab-pane.tab-folder.tab_active+.tab:before{background:none}.tab-pane.tab{position:relative;display:flex;justify-content:space-between;flex:0 1 auto;box-sizing:border-box;min-width:60px;max-width:170px;height:40px;margin:0;padding:0 4px 0 16px;cursor:pointer;transition:background .1s ease-in-out;color:#1a1b22;border-bottom:none;border-radius:2px 2px 0 0;background:#f7f9fc;font-size:14px;font-weight:500;line-height:40px}.tab-pane.tab:hover{z-index:20;transition:color .3s;background:rgba(0,0,0,.03)}.tab-pane.tab_active{z-index:10;cursor:default;opacity:1;border-radius:0 2px 0 0;background:#fff;box-shadow:0 0 15px 2px #fff}.tab-pane.tab_active .tab__text{opacity:1}.tab-pane.tab_active:hover{background:#fff}.tab-pane.tab_active:after{position:absolute;top:0;left:0;width:2px;height:100%;content:"";background:var(--tab-active-color,#007aff)}.tab-pane.tab_active:before{display:none}.tab-pane.tab:before{position:absolute;top:1px;left:0;width:1px;height:36px;content:"";background:rgba(0,0,0,.05)}.tab-pane.tab_collapsed .tab__controls{margin:0 4% 0 0}.tab-pane.tab_collapsed .tab__close{position:relative}.tab-pane.tab_collapsed .tab__close:after{position:absolute;left:55%;display:block;width:20px;height:20px;content:""}.tab-pane.tab_collapsed .tab__warning{position:absolute;left:6px}.tab-pane .tab__text{display:inline-block;overflow:hidden;min-width:20px;white-space:nowrap;opacity:.6}.tab-pane .tab__element-hint{position:absolute;z-index:1;left:0;overflow:hidden;width:100%;height:100%}.tab-pane .tab__controls{display:flex;align-items:center;height:100%;margin:0 0 0 6px}.tab-pane .tab__controls:empty{margin:0 6px}.tab-pane .tab__close{z-index:100;display:flex;cursor:pointer;opacity:.6}.tab-pane .tab__close:hover{opacity:1}.tab-pane .tab__warning{display:block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#ff3b30}.element-hint{display:inline-block}.element-hint__content{display:block;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:400;line-height:17px}.element-hint__wrapper{position:relative;display:inline-block;overflow:inherit;width:inherit;height:inherit}.element-hint [disabled]{pointer-events:none}.tooltip{position:absolute;z-index:var(--tooltip-z-index);top:var(--tooltip-top);left:var(--tooltip-left);box-sizing:border-box;width:max-content;padding:10px;color:#fff;border-radius:4px;background:#1a1b22}.tooltip_with-tail:after{position:absolute;z-index:1;top:var(--tooltip-tail-top);left:var(--tooltip-tail-left);display:block;width:0;height:0;content:"";transform:translate(0) rotate(225deg);transform-origin:50% 50%;border-left:4px solid var(--tooltip-tail-color,#1a1b22);border-bottom:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--tooltip-tail-color,#1a1b22);border-top-left-radius:2px}.tooltip_direction_top-left.tooltip-enter,.tooltip_direction_top-right.tooltip-enter,.tooltip_direction_top.tooltip-enter{transform:translateY(-19px);opacity:.01}.tooltip_direction_top-left.tooltip-enter-active,.tooltip_direction_top-right.tooltip-enter-active,.tooltip_direction_top.tooltip-enter-active{transition:transform .1s ease-out,opacity .1s ease-out;transform:none;opacity:1}.tooltip_direction_top-left.tooltip-enter-done,.tooltip_direction_top-left.tooltip-exit,.tooltip_direction_top-right.tooltip-enter-done,.tooltip_direction_top-right.tooltip-exit,.tooltip_direction_top.tooltip-enter-done,.tooltip_direction_top.tooltip-exit{transform:none;opacity:1}.tooltip_direction_top-left.tooltip-exit-active,.tooltip_direction_top-right.tooltip-exit-active,.tooltip_direction_top.tooltip-exit-active{transition:transform .1s ease-out,opacity .1s ease-out;transition-duration:.125s;transform:translateY(-19px);opacity:.01}.tooltip_direction_top-left:after,.tooltip_direction_top-right:after,.tooltip_direction_top:after{top:calc(100% - var(--tooltip-tail-offset, 0px));transform:translateY(-50%) rotate(225deg)}.tooltip_direction_bottom-left.tooltip-enter,.tooltip_direction_bottom-right.tooltip-enter,.tooltip_direction_bottom.tooltip-enter{transform:translateY(19px);opacity:.01}.tooltip_direction_bottom-left.tooltip-enter-active,.tooltip_direction_bottom-right.tooltip-enter-active,.tooltip_direction_bottom.tooltip-enter-active{transition:transform .1s ease-out,opacity .1s ease-out;transform:none;opacity:1}.tooltip_direction_bottom-left.tooltip-enter-done,.tooltip_direction_bottom-left.tooltip-exit,.tooltip_direction_bottom-right.tooltip-enter-done,.tooltip_direction_bottom-right.tooltip-exit,.tooltip_direction_bottom.tooltip-enter-done,.tooltip_direction_bottom.tooltip-exit{transform:none;opacity:1}.tooltip_direction_bottom-left.tooltip-exit-active,.tooltip_direction_bottom-right.tooltip-exit-active,.tooltip_direction_bottom.tooltip-exit-active{transition:transform .1s ease-out,opacity .1s ease-out;transition-duration:.125s;transform:translateY(19px);opacity:.01}.tooltip_direction_bottom-left:after,.tooltip_direction_bottom-right:after,.tooltip_direction_bottom:after{top:var(--tooltip-tail-offset,0);transform:translateY(-50%) rotate(45deg)}.tooltip_direction_left,.tooltip_direction_left-bottom,.tooltip_direction_left-top,.tooltip_direction_right,.tooltip_direction_right-bottom,.tooltip_direction_right-top{text-align:left}.tooltip_direction_right-bottom.tooltip-enter,.tooltip_direction_right-top.tooltip-enter,.tooltip_direction_right.tooltip-enter{transform:translate(19px);opacity:.01}.tooltip_direction_right-bottom.tooltip-enter-active,.tooltip_direction_right-top.tooltip-enter-active,.tooltip_direction_right.tooltip-enter-active{transition:transform .1s ease-out,opacity .1s ease-out;transform:none;opacity:1}.tooltip_direction_right-bottom.tooltip-enter-done,.tooltip_direction_right-bottom.tooltip-exit,.tooltip_direction_right-top.tooltip-enter-done,.tooltip_direction_right-top.tooltip-exit,.tooltip_direction_right.tooltip-enter-done,.tooltip_direction_right.tooltip-exit{transform:none;opacity:1}.tooltip_direction_right-bottom.tooltip-exit-active,.tooltip_direction_right-top.tooltip-exit-active,.tooltip_direction_right.tooltip-exit-active{transition:transform .1s ease-out,opacity .1s ease-out;transition-duration:.125s;transform:translate(19px);opacity:.01}.tooltip_direction_right-bottom:after,.tooltip_direction_right-top:after,.tooltip_direction_right:after{left:var(--tooltip-tail-offset,0);transform:translate(-50%) rotate(-45deg)}.tooltip_direction_left-bottom.tooltip-enter,.tooltip_direction_left-top.tooltip-enter,.tooltip_direction_left.tooltip-enter{transform:translate(-19px);opacity:.01}.tooltip_direction_left-bottom.tooltip-enter-active,.tooltip_direction_left-top.tooltip-enter-active,.tooltip_direction_left.tooltip-enter-active{transition:transform .1s ease-out,opacity .1s ease-out;transform:none;opacity:1}.tooltip_direction_left-bottom.tooltip-enter-done,.tooltip_direction_left-bottom.tooltip-exit,.tooltip_direction_left-top.tooltip-enter-done,.tooltip_direction_left-top.tooltip-exit,.tooltip_direction_left.tooltip-enter-done,.tooltip_direction_left.tooltip-exit{transform:none;opacity:1}.tooltip_direction_left-bottom.tooltip-exit-active,.tooltip_direction_left-top.tooltip-exit-active,.tooltip_direction_left.tooltip-exit-active{transition:transform .1s ease-out,opacity .1s ease-out;transition-duration:.125s;transform:translate(-19px);opacity:.01}.tooltip_direction_left-bottom:after,.tooltip_direction_left-top:after,.tooltip_direction_left:after{left:calc(100% - var(--tooltip-tail-offset, 0px));transform:translate(-50%) rotate(-225deg)}.tooltip-landing{padding:0}@media screen and (max-width:425px){.tooltip-landing{width:calc(100vw - 16px)}}.tooltip-landing__content{--tooltip-content-padding:24px;box-sizing:border-box;padding:var(--tooltip-content-padding);color:#1a1b22;background:#fff;font-size:20px;line-height:30px}.tooltip-landing:before{position:absolute;z-index:-1;top:6%;right:6%;bottom:0;left:6%;display:block;content:"";background:rgba(8,29,45,.23);filter:blur(50px)}.tooltip-revisor{padding:0}@media screen and (max-width:425px){.tooltip-revisor{width:calc(100vw - 16px)}}.tooltip-revisor__content{box-sizing:border-box;padding:0;color:#1a1b22;background:#fff;font-size:20px;line-height:30px}.tooltip-revisor:before{position:absolute;z-index:-1;top:6%;right:6%;bottom:0;left:6%;display:block;content:"";background:rgba(8,29,45,.23);filter:blur(50px)}.tooltip-default.tooltip-card{--tooltip-tail-color:#fff;--tooltip-tail-left:20px;--tooltip-tail-offset:2px;padding:0;background:none}.tooltip-default.tooltip-card .tooltip__content{box-sizing:border-box;padding:24px;color:#1a1b22;border:1px solid rgba(0,0,0,.07);border-radius:8px;background:#fff}.tooltip-default.tooltip-card .tooltip__content .markdown{font-size:16px;line-height:26px}.tooltip-default.tooltip-card:before{position:absolute;z-index:-1;top:6%;right:6%;bottom:0;left:6%;display:block;content:"";background:rgba(8,29,45,.23);filter:blur(50px)}.icon{display:inline-block;text-align:center;background:50% no-repeat;background-size:contain}.icon:after{content:"\00A0"}.icon_hidden{display:none}.tab-default.tab-sliding.tab_active{border-bottom:none}.tab-simple.tab{background:unset}.tab-simple.tab_active:after{content:unset}.tab-simple.tab:hover{background:unset}.tab-simple .tab__text{opacity:1}.slider-default.slider{display:flex}.slider-default__content.slider__content{overflow:hidden;height:max-content}.slider-default__content .slider__content-scrollable-area{position:relative;display:flex;overflow-x:scroll;overflow-x:overlay;overflow-y:hidden;margin-bottom:calc(-1*var(--default-scrollbar-width, 0));padding-bottom:var(--default-scrollbar-width,0);scrollbar-width:none}.slider-default__content .slider__content-scrollable-area::-webkit-scrollbar,.slider-default__content .slider__content-scrollable-area::-webkit-scrollbar-corner{-webkit-appearance:none}.slider-default__button.slider__button{display:flex;flex-shrink:0;align-self:center;cursor:default;user-select:none;pointer-events:none;opacity:0}.slider-default__button.slider__button_available{cursor:pointer;pointer-events:all;opacity:1}.slider-default__button.slider-card__button.slider__button{display:flex;justify-content:center;align-items:center;width:44px;height:44px;margin:20px;transition:.1s;opacity:0;color:#fff;border-radius:50%;background:#1a1b22;box-shadow:0 2px 4px rgba(0,0,0,.12)}.slider-default__button.slider-card__button.slider__button_available{opacity:1}.slider-default__button.slider-card__button.slider__button:hover{transform:scale(1.15)}.slider-default__button.slider-flendinx__button.slider__button{opacity:.4}.slider-default__button.slider-flendinx__button.slider__button_available{opacity:1}.slider-default__button.slider-skeleton__button.slider__button{display:flex;justify-content:center;align-items:center;width:32px;height:32px;margin:0 4px;opacity:.3}.slider-default__button.slider-skeleton__button.slider__button_available{opacity:1}.icon-next{transform:rotate(180deg)}.slider-flendinx__forward-button .slider__forward-button-icon{width:32px;height:32px;transform:rotate(180deg)}.slider-flendinx__backward-button .slider__backward-button-icon{width:32px;height:32px}.scrollbar-default.scrollbar{position:relative;display:flex;align-items:center;cursor:pointer;user-select:none;transition:opacity .3s,background .3s}.scrollbar-default.scrollbar_hidden{pointer-events:none;opacity:0}.scrollbar-default.scrollbar_hoverable:not(.scrollbar_dragging){opacity:0}.scrollbar-default.scrollbar_compact{--scrollbar-scale:1;transform-origin:0 0}.scrollbar-default.scrollbar_compact.scrollbar_vertical{transform:scaleY(var(--scrollbar-scale,1))}.scrollbar-default.scrollbar_compact.scrollbar_horizontal{transform:scaleX(var(--scrollbar-scale,1))}.scrollbar-default.scrollbar_vertical{height:var(--scrollbar-length,100%)}.scrollbar-default.scrollbar_vertical .scrollbar__control-container{width:16px;height:var(--scrollbar-control-container-size,inherit)}.scrollbar-default.scrollbar_vertical .scrollbar__control{height:var(--scrollbar-control-size,30px);padding:2px 5px;transform:translate3d(0,calc(var(--scrollbar-control-offset)*var(--scrollbar-offset-size)),0)}.scrollbar-default.scrollbar_vertical .scrollbar__control-line{width:6px;height:100%}.scrollbar-default.scrollbar_horizontal{flex-direction:column;width:var(--scrollbar-length,100%)}.scrollbar-default.scrollbar_horizontal .scrollbar__control-container{width:var(--scrollbar-control-container-size,inherit);height:16px}.scrollbar-default.scrollbar_horizontal .scrollbar__control{width:var(--scrollbar-control-size,30px);padding:5px 2px;transform:translate3d(calc(var(--scrollbar-control-offset)*var(--scrollbar-offset-size)),0,0)}.scrollbar-default.scrollbar_horizontal .scrollbar__control-line{width:100%;height:6px}.scrollbar-default.scrollbar:hover .scrollbar__control-line,.scrollbar-default.scrollbar_dragging .scrollbar__control-line{background:rgba(0,0,0,.7)}.scrollbar-default.scrollbar:hover.scrollbar_hoverable:not(.scrollbar_hidden),.scrollbar-default.scrollbar_content-hovered.scrollbar_hoverable:not(.scrollbar_hidden){pointer-events:auto;opacity:1}.scrollbar-default.scrollbar:hover.scrollbar_hidden .scrollbar__control,.scrollbar-default.scrollbar_content-hovered.scrollbar_hidden .scrollbar__control{opacity:1}.scrollbar-default .scrollbar__control-container{border-radius:3px;background:none}.scrollbar-default .scrollbar__control{position:relative;box-sizing:border-box;transition:height .1s,opacity .3s}.scrollbar-default .scrollbar__control_hidden{opacity:0}.scrollbar-default .scrollbar__control-line{transition:background .3s;border-radius:3px;background:rgba(0,0,0,.2)}.scrollbar-skeleton.scrollbar_vertical{width:20px;height:var(--scrollbar-length,100%)}.scrollbar-skeleton.scrollbar_vertical .scrollbar__control-container{left:10px;width:1px}.scrollbar-skeleton.scrollbar_vertical .scrollbar__control{left:-10px;height:var(--scrollbar-control-size,30px);padding:0 10px;transform:translate3d(0,calc(var(--scrollbar-control-offset)*var(--scrollbar-offset-size)),0)}.scrollbar-skeleton.scrollbar_vertical .scrollbar__control-line{width:1px;height:100%}.scrollbar-skeleton.scrollbar_horizontal{width:var(--scrollbar-length,100%);height:20px}.scrollbar-skeleton.scrollbar_horizontal .scrollbar__control-container{top:10px;height:1px}.scrollbar-skeleton.scrollbar_horizontal .scrollbar__control{top:-10px;width:var(--scrollbar-control-size,30px);padding:10px 0;transform:translate3d(calc(var(--scrollbar-control-offset)*var(--scrollbar-offset-size)),0,0)}.scrollbar-skeleton.scrollbar_horizontal .scrollbar__control-line{width:100%;height:1px}.scrollbar-skeleton.scrollbar:hover .scrollbar__control-line,.scrollbar-skeleton.scrollbar_dragging .scrollbar__control-line{background:#1a1b22}.scrollbar-skeleton .scrollbar__control-container{position:relative;border-radius:0;background:rgba(26,27,34,.27)}.scrollbar-skeleton .scrollbar__control-line{background:#1a1b22}.tabs-folder__header.tabs__header:before{position:absolute;bottom:0;display:block;width:100%;height:1px;content:"";background:#d9d9d9}.tabs-pane__header .tabs__navigation-arrow{background:#f7f9fc}.tabs-pane__header .tabs__navigation-arrow:hover{background:#f0f3f9}.tabs-default__content.tabs__content{position:relative;flex:1 0 0}.tabs-default__item-content.tabs__item-content{display:none}.tabs-default__item-content.tabs__item-content_visible{display:flex}.tabs-default__item-content.tabs-pane__item-content.tabs__item-content{position:absolute;top:-10000px;left:-10000px;display:flex}.tabs-default__item-content.tabs-pane__item-content.tabs__item-content_visible{position:static;display:flex}.tabs-default__item-content.tabs-simple__item-content.tabs__item-content{position:absolute;top:-10000px;left:-10000px;display:flex}.tabs-default__item-content.tabs-simple__item-content.tabs__item-content_visible{position:static;display:flex}.button{padding:0;cursor:pointer;transition:transform .1s ease-in-out,background-color .1s ease-in-out,background .1s ease-in-out;color:#fff;border:none;border-radius:6px;outline:none;font-family:Yandex Sans,Arial,Helvetica,sans-serif;font-size:14px;font-weight:500}.button,.button__text{position:relative;box-sizing:border-box}.button__text{display:inline-block;margin:0 20px;resize:none;white-space:nowrap;pointer-events:none;line-height:36px}.button__text .icon{position:relative;top:6px}.button_size_m{height:36px;line-height:36px}.button_size_l{height:50px;line-height:50px}.button_size_xl{height:60px;line-height:60px}.button_has-hover-color:hover{background-color:var(--button-hover-color)}.button_view_normal{background-color:#1a1b22}.button_view_action{background-color:#02b241}.button_view_action:hover{background-color:#11c150}.button_view_transparent{color:#1a1b22;border:1px solid rgba(0,0,0,.15);background-color:transparent}.button_view_transparent:hover{border:1px solid rgba(0,0,0,.3);background-color:transparent}.button_view_transparent .button__process-dot{background:#1a1b22}.button_view_link{color:#1a1b22;border:none}.button_view_link,.button_view_link:hover{background-color:transparent}.button_view_link.button_active,.button_view_link.button_has-hover-color:hover{color:var(--button-hover-color)}.button_view_link.button_disabled{background-color:transparent}.button_view_clear{color:#1a1b22;border:none;background-color:rgba(26,27,34,.06)}.button_view_clear:hover{background-color:rgba(26,27,34,.1)}.button_view_clear.button_disabled{background-color:transparent}.button_disabled,.button_disabled.button_has-hover-color:hover,.button_disabled:hover{cursor:default;color:rgba(26,27,34,.3);border:none;background-color:rgba(26,27,34,.03)}.button_type_default{min-width:130px}.button_type_icon-button{width:36px;height:36px;border-radius:50%}.button_type_icon-button .button__text{margin:0}.button_type_icon-button.button_disabled{background-color:rgba(26,27,34,.03)}.button_type_icon-button .icon{top:6px;width:24px;height:24px}.button_type_icon{width:32px;height:32px}.button_type_icon:active{transform:scale(.95)}.button_type_icon .button__text{margin:0}.button_type_icon .icon{top:4px;width:24px;height:24px}.button_type_icon.button_theme_dark:before{background-color:hsla(0,0%,100%,0)}.button_type_icon.button_theme_dark:hover:before{background-color:hsla(0,0%,100%,.08)}.button_type_icon.button_theme_dark .button__text{color:#fff}.button__process-dot{display:inline-block;width:6px;height:6px;margin-left:4px;animation:processAnimation .9s ease-in-out infinite;animation-delay:.3s;border-radius:3px;background-color:#fff}.button__process-dot:first-of-type{margin-left:0;animation-delay:0s}.button__process-dot:last-of-type{animation-delay:.6s}.button_process,.button_process.button_disabled,.button_process.button_disabled.button_has-hover-color:hover,.button_process.button_disabled:hover{background-color:#006fe6}.button_process.button_disabled.button_has-hover-color,.button_process.button_disabled.button_has-hover-color:hover.button_has-hover-color,.button_process.button_disabled:hover.button_has-hover-color,.button_process.button_has-hover-color{background-color:var(--button-hover-color)}.button:active{transform:scale(.95)}.button_with-scaling-background,.button_with-scaling-background:hover{background-color:transparent}.button_with-scaling-background:before,.button_with-scaling-background:hover:before{transform:scale(1);background-color:rgba(26,27,34,.1)}.button_with-scaling-background:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";transition:transform .1s ease-in-out,background-color .1s ease-in-out;transform:scale(.66);border-radius:6px;background-color:rgba(26,27,34,0)}.button_with-scaling-background.button_disabled:before{transform:scale(1);background-color:rgba(26,27,34,.03)}@keyframes processAnimation{0%{opacity:.3}25%{opacity:.5}50%{opacity:.8}75%{opacity:.5}to{opacity:.3}}.jsconsole .jsconsole-section{display:flex;flex-direction:row}.jsconsole .line{position:relative;flex:1 1 auto;border-bottom:1px solid #eee;line-height:1.4rem}.jsconsole .line .input,.jsconsole .line .output{position:relative;display:flex;max-width:100%;padding:.6rem .6rem .6rem 1.4rem}.jsconsole .line .input{white-space:pre}.jsconsole .line .input.prompt{overflow-x:auto;white-space:pre-wrap}.jsconsole .line .prompt:before{position:absolute;top:.8rem;left:.4rem;width:12px;height:12px;content:"";background:no-repeat 50% 50%;background-size:contain}.jsconsole .line .input:before{top:.9rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3.5 3.25L1 7.5' fill='none' stroke='%23666' stroke-width='1.5'/%3E%3C/svg%3E")}.jsconsole .line .prompt.error{background:#ffefef}.jsconsole .line .output:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M6 4c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1' fill='%23BABABA'/%3E%3Cpath d='M5.25.75L1.75 4l3.5 3.25' stroke='%23BABABA' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E")}.jsconsole .line .output.log:before{background-image:none}.jsconsole .line .error.output:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5 9.64c2.56 0 4.64-2.08 4.64-4.64C9.64 2.44 7.56.36 5 .36 2.44.36.36 2.44.36 5 .36 7.56 2.44 9.64 5 9.64z' fill='%23EB3941'/%3E%3Cpath d='M3 3l4 4m0-4L3 7' stroke='%23FFF' fill='%23000'/%3E%3C/g%3E%3C/svg%3E")}.jsconsole .line.out:before{position:absolute;left:.5rem;display:block;width:2px;height:calc(100% - 2rem);content:"";background:#00f}.jsconsole .line em{padding-right:5px;cursor:pointer;user-select:none;color:#2196f3}.jsconsole .line .error .bareString,.jsconsole .line .error em{color:#f44336}.jsconsole .line .sep{padding-right:1ch}.jsconsole .line .type em:hover{text-decoration:underline}.jsconsole .ArrayType.closed{cursor:pointer}.jsconsole .line .type.closed * em:hover{text-decoration:none}.jsconsole .ArrayType.closed>div{display:inline-block}.jsconsole .group{margin-left:.5rem}.jsconsole .key-value{display:flex;white-space:nowrap;line-height:1.2rem}.jsconsole .closed .key-value{display:inline}.jsconsole .index{user-select:none;vertical-align:text-bottom}.jsconsole .index,.jsconsole .key{margin-right:.5rem;color:#979797;line-height:1.2rem}.jsconsole .arb-info{color:#999}.jsconsole .line>.output>.type{overflow-x:auto}.jsconsole .line>.output>.type.number{color:#00468b}.jsconsole .type{display:inline-block;min-height:1.2rem;line-height:1.2rem}.jsconsole .type+.type{margin-left:.75rem}.jsconsole .type.closed .type,.jsconsole .type.object.closed .group,.jsconsole .type.object.closed .group>div,.jsconsole .type.object.closed .header{display:inline}.jsconsole .string{position:relative;white-space:nowrap;color:#4caf50}.jsconsole .string.quote:after,.jsconsole .string.quote:before{content:'"';color:#111}.jsconsole .bareString.string{color:#111}.jsconsole .string.toggle{white-space:pre-wrap}.jsconsole .number{color:#0000c0}.jsconsole .bool{color:#e91e63}.jsconsole .function.function em{color:#1976d2}.jsconsole .undefined{color:#aaa}.jsconsole .null{color:#9c27b0}.jsconsole .deny-open{opacity:.5}.jsconsole .deny-open em{cursor:default;user-select:auto;text-decoration:none!important}.jsconsole .HTMLTree{background:transparent!important}.jsconsole .HTMLTree .Node__Expander{font-size:9px;line-height:21px}@keyframes menuFadeIn{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0}to{visibility:visible;opacity:1}}@keyframes theoryFragmentAppearance{0%{transform:translateY(20px);opacity:0}to{transform:none;opacity:1}}.fade-enter{opacity:.01}.fade-enter-active{transition:all .3s ease-out;opacity:1}.fade-exit{opacity:1}.fade-exit-active{transition:all .3s ease-out;opacity:.01}@keyframes placeholder-animation{0%{background-position:0 50%}65%{background-position:0 50%}to{background-position:1400px 50%}}.scrollable-default.scrollable{position:relative;min-height:0}.scrollable-default.scrollable_theme_dark{--scrollbar-bg:hsla(0,0%,100%,0.3);--control-bg:hsla(0,0%,100%,0.8);--active-control-bg:#fff}.scrollable-default.scrollable_theme_light{--scrollbar-bg:none;--control-bg:rgba(0,0,0,0.2);--active-control-bg:traansparentize(#000,0.3)}.scrollable-default .scrollable__scrollbar.scrollable__scrollbar{position:absolute}.scrollable-default .scrollable__scrollbar.scrollable__scrollbar_type_horizontal{bottom:0;left:0}.scrollable-default .scrollable__scrollbar.scrollable__scrollbar_type_vertical{top:0;right:0}.scrollable-default .scrollable__content-wrapper{position:relative;overflow:hidden;box-sizing:border-box;width:100%;min-width:100%;max-width:inherit;height:100%;min-height:100%;max-height:inherit}.scrollable-default .scrollable__content-container{--scroll-bar-width:16px;scrollbar-width:none;overflow:scroll;overflow:overlay;box-sizing:content-box;width:100%;min-width:100%;max-width:inherit;height:100%;min-height:100%;max-height:inherit;margin-right:calc(-1*var(--scroll-bar-width, 16px));margin-bottom:calc(-1*var(--scroll-bar-width, 16px));padding-right:var(--scroll-bar-width,16px);padding-bottom:var(--scroll-bar-width,16px)}.scrollable-default .scrollable__content-container_unselectable{user-select:none}.scrollable-default .scrollable__content-container::-webkit-scrollbar,.scrollable-default .scrollable__content-container::-webkit-scrollbar-corner{-webkit-appearance:none}.scrollable-default .scrollable__content{width:100%;height:max-content}.terminal{overflow:hidden;flex:1 0 0;width:100%;height:100%}.xterm{position:relative;font-feature-settings:"liga" 0;cursor:text;-webkit-user-select:none;-ms-user-select:none;user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;z-index:5;top:0}.xterm .xterm-helper-textarea{position:absolute;z-index:-5;top:0;left:-9999em;overflow:hidden;width:0;height:0;resize:none;white-space:nowrap;opacity:0}.xterm .composition-view{position:absolute;z-index:1;display:none;white-space:nowrap}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;cursor:default}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;top:0;left:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{position:absolute;top:0;left:-9999em;display:inline-block;visibility:hidden;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;color:transparent}.xterm .live-region{position:absolute;left:-9999px;overflow:hidden;width:1px;height:1px}.xterm-dim{opacity:.5}.xterm-underline{text-decoration:underline}