.tools-editor-upload{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.tools-editor-upload__icon-upload{margin-right:4px}.tools-editor-upload__button{width:184px;height:56px}.tools-editor-upload__icon{position:absolute;top:-284px;left:-30px;width:260px;height:260px}.tools-editor-upload__container{position:relative}.tools-editor-instance__editor{min-width:1200px}.tools-editor-tool-bar{display:flex;align-items:center;justify-content:center;padding:4px}.tools-editor-tool-bar__overlay-once{position:absolute;bottom:-46px;left:0}.tools-editor-tool-bar__overlay-title{width:272px}.tools-editor-tool-bar__icon{width:20px;height:20px}.tools-editor-tool-bar__text{margin-top:2px;font:var(--text-p2-regular);color:var(--text-color-secondary)}.tools-editor-tool-bar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:72px;padding:8px 4px;border-radius:var(--border-radius-medium);cursor:pointer}.tools-editor-tool-bar__item:hover{background:var(--background-color-primary-hover)}.tools-editor-tool-bar__item+.tools-editor-tool-bar__item{margin-left:4px}.tools-editor-tool-bar__item.tools-editor-tool-bar__item--other{position:relative;margin-left:8px}.tools-editor-tool-bar__item.tools-editor-tool-bar__item--other:before{position:absolute;top:12px;left:-5px;width:1px;height:32px;background:var(--background-color-divider-regular);content:""}.tools-editor-tool-bar__item--disabled{color:var(--text-color-disabled);pointer-events:none}.tools-editor-tool-bar__item--disabled .tools-editor-tool-bar__text{color:var(--text-color-disabled)}.tools-editor-tool-bar__item--checked{background:var(--background-color-secondary-regular)}.tools-editor-tool-bar__item--checked .tools-editor-tool-bar__text{color:var(--text-color-primary)}.tools-editor-tool-bar__item--checked:hover{background:var(--background-color-secondary-hover)}.tools-editor-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.tools-editor-loading__loading-tip-span{margin-top:20px;font:var(--font-p1-regular);color:var(--text-color-secondary);text-align:center;opacity:.9}.tools-editor-loading__main-loading{position:relative;width:100px;height:100px}.tools-editor-loading__cube-wrapper{transform-style:preserve-3d;transform:rotateX(-28deg) translate(14px,16px)}.tools-editor-loading__cube-box{width:72px;height:72px;transform-style:preserve-3d;transform:rotateY(45deg);animation:cube-ani 1.5s infinite ease-in-out}.tools-editor-loading__cube-box div{position:absolute;box-sizing:border-box;width:72px;height:72px;background:linear-gradient(135deg,#ffffffe6,#f3f3f3e6);border:1px solid rgba(61,68,77,.85)}.tools-editor-loading__front-face{transform:translateZ(18px) scale(.5)}.tools-editor-loading__back-face{transform:rotateY(180deg) translateZ(18px) scale(.5)}.tools-editor-loading__right-face{transform:rotateY(90deg) translateZ(18px) scale(.5)}.tools-editor-loading__left-face{transform:rotateY(-90deg) translateZ(18px) scale(.5)}.tools-editor-loading__top-face{transform:rotateX(90deg) translateZ(18px) scale(.5)}.tools-editor-loading__bottom-face{transform:rotateX(-90deg) translateZ(18px) scale(.5)}.tools-editor-loading__point-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.tools-editor-loading__point{position:absolute;width:2px;height:2px;background:#969696;border-radius:50%;animation:point-ani 1.5s infinite linear}.tools-editor-loading__point:nth-of-type(1){top:0;left:0}.tools-editor-loading__point:nth-of-type(2){top:0;left:32px;animation-delay:30ms}.tools-editor-loading__point:nth-of-type(3){top:0;right:32px;animation-delay:60ms}.tools-editor-loading__point:nth-of-type(4){top:0;right:0;animation-delay:90ms}.tools-editor-loading__point:nth-of-type(5){top:32px;right:0;animation-delay:.12s}.tools-editor-loading__point:nth-of-type(6){right:0;bottom:32px;animation-delay:.15s}.tools-editor-loading__point:nth-of-type(7){right:0;bottom:0;animation-delay:.18s}.tools-editor-loading__point:nth-of-type(8){right:32px;bottom:0;animation-delay:.21s}.tools-editor-loading__point:nth-of-type(9){bottom:0;left:32px;animation-delay:.24s}.tools-editor-loading__point:nth-of-type(10){bottom:0;left:0;animation-delay:.28s}.tools-editor-loading__point:nth-of-type(11){bottom:32px;left:0;animation-delay:.32s}.tools-editor-loading__point:nth-of-type(12){top:32px;left:0;animation-delay:.36s}@keyframes cube-ani{0%{transform:rotateY(45deg)}30%,to{transform:rotateY(-45deg)}}@keyframes point-ani{0%{opacity:1}4%,26%{opacity:.4}30%,to{opacity:1}}@keyframes gda-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.tools-editor{position:fixed;top:0;left:0;z-index:99;display:flex;flex-direction:column;width:100vw;height:100vh;padding:4px;overflow:hidden;background-color:var(--background-color-tertiary-regular)}.tools-editor__editor-container,.tools-editor__image-preview{display:flex;flex:1;align-items:center;justify-content:center;width:100%}.tools-editor__image-preview{height:100%}.tools-editor__image-preview__image{max-width:828px;max-height:592px;object-fit:contain}.tools-editor__header{display:flex;align-items:center;height:64px;padding:0 12px;background:var(--background-color-overlay-regular);border-radius:var(--border-radius-large)}.tools-editor__header-btns{display:flex;align-items:center;justify-content:flex-end;min-width:178px}.tools-editor__header-credits-btn{margin-right:8px}.tools-editor__header-tools{flex:1}.tools-editor__header-home{padding:11px 11px 9px;border-radius:var(--button-border-radius-medium);cursor:pointer}.tools-editor__header-home:hover{background:var(--button-quiet-background-color-hover)}
