*{box-sizing:border-box;touch-action:none}body::-webkit-scrollbar{display:none}body{--base-font-size:11;--quick-ref-font-size:11;color:#110263;font-family:Verdana,sans-serif;font-size:calc(var(--base-font-size)*1px);margin:0;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.mobile{overflow:hidden}input,select{color:#110263;font-size:inherit}button:focus,select:focus{outline:none}select{height:1.75em;vertical-align:middle}#tool-tip{background:#fdf;border-radius:3px;color:#000;font-size:1em;opacity:0;padding:2px 6px;pointer-events:none;position:fixed;right:1em;top:1em;transition:opacity .1s ease-in;z-index:99}#tool-tip.visible{opacity:1;transition:opacity .4s ease-out}#interface,#ui-timeline{position:relative}#interface #resize,#ui-timeline #resize{color:#110263;cursor:grab;position:absolute;right:0;top:0;z-index:9}#interface #resize:active,#ui-timeline #resize:active{cursor:grabbing}#container{grid-gap:1em;display:grid;grid-template-areas:"ui main" "timeline timeline";margin:1rem}#container #main{text-align:right}#container.RL{grid-template-areas:"main ui" "timeline timeline"}#container.RL #main{text-align:left}#container.UP{grid-template-areas:"timeline timeline" "ui main"}#container.UP.RL{grid-template-areas:"timeline timeline" "main ui"}#container #ui{grid-area:ui}#container #main{grid-area:main}#container #ui-timeline{grid-area:timeline}#container .ui-section{--max-width:500;min-width:120px}#container .ui-section.max-width{min-width:calc(var(--max-width)*1px)}.ui-section .section-header{align-items:center;background:#d3d3ff;border-top-left-radius:.5em;border-top-right-radius:.5em;display:flex;gap:1em;overflow-x:scroll;overflow-y:hidden;padding:.25em .5em}.ui-section .section-header::-webkit-scrollbar{display:none}.ui-section .section-header .ui-collection{align-items:end;display:flex;margin-left:3px}.ui-section .section-header .scale-collection,.ui-section .section-header .width-collection{align-items:center;display:flex}.ui-section .section-header .scale-collection .ui-collection,.ui-section .section-header .width-collection .ui-collection{display:flex}.ui-section .section-header .scale-collection .ui-collection input.toggle-check,.ui-section .section-header .width-collection .ui-collection input.toggle-check{width:auto}.ui-section.hidden{display:none}.panels{--ui-scale:12;align-items:baseline;display:flex;flex-wrap:wrap;font-size:calc(var(--ui-scale)*1px);gap:0 .5rem}#quick-panel .row{font-size:calc(var(--quick-ref-font-size)*1px)}#quick-panel .header,.btn{font-size:inherit}.btn{--progress-percent:0;background-color:#d3d3d3;border:unset;border-radius:3px;display:inline-block;font-family:inherit;line-height:1.75;margin:inherit;padding:0 .5em;transition:background-color .15s ease-in;vertical-align:middle;white-space:nowrap}.btn:hover{background:gray;cursor:pointer}.btn:active{background-color:#ff79ff}.btn.press{background-color:#fdf}.btn.progress{background:linear-gradient(90deg,gray 0,gray calc(var(--progress-percent)*1%),#d3d3d3 calc(var(--progress-percent)*1%))}.btn.left-end,.panel .btn.left-end{border-bottom-right-radius:0;border-right:1px solid gray;border-top-right-radius:0;margin-right:0!important}.btn.middle,.panel .btn.middle{border-radius:0;border-right:1px solid gray;margin-left:0;margin-right:0}.btn.right-end,.panel .btn.right-end{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0}.panel .row .value-bg{--value-percent:0;align-items:baseline;background:linear-gradient(90deg,gray 0,gray calc(var(--value-percent)*1%),#d3d3d3 calc(var(--value-percent)*1%));border-radius:3px;-webkit-column-gap:2px;-moz-column-gap:2px;column-gap:2px;display:flex;margin-right:.25em;margin-top:.25em;padding:2px}.panel .row .value-bg input.drag,.panel .row .value-bg label{border:0;color:#110263;margin:0;padding:0}.panel .row .value-bg input.drag{background-color:transparent;width:2em}.panel .row .value-bg input.drag::-webkit-input-placeholder{color:#110263}.panel .row .value-bg input.drag::-moz-placeholder{color:#110263}.panel .row .value-bg input.drag::-ms-input-placeholder{color:#110263}.panel .row .value-bg input.drag::placeholder{color:#110263}.modal input,.modal label,.modal select,.modal span,.panel .row input,.panel .row label,.panel .row select,.panel .row span,.section-header input,.section-header label,.section-header select,.section-header span{margin-right:.25em;margin-top:.25em;white-space:nowrap}.modal input.block,.modal label.block,.modal select.block,.modal span.block,.panel .row input.block,.panel .row label.block,.panel .row select.block,.panel .row span.block,.section-header input.block,.section-header label.block,.section-header select.block,.section-header span.block{flex:auto;text-align:left}.modal input,.panel .row input,.section-header input{flex:0 1 28px;text-align:right;width:calc(var(--base-font-size)*3*1px)}.modal input[type=color],.modal input[type=range],.panel .row input[type=color],.panel .row input[type=range],.section-header input[type=color],.section-header input[type=range]{flex:1 1 auto}.modal input[type=range],.panel .row input[type=range],.section-header input[type=range]{-webkit-appearance:none;background-color:#fff;border:1px solid #d3d3d3;border-radius:3px;margin:.25em 0;width:100%}.modal input[type=range]:active,.panel .row input[type=range]:active,.section-header input[type=range]:active{border:1px solid #bee4ff}.modal input[type=range]:focus,.panel .row input[type=range]:focus,.section-header input[type=range]:focus{border:1px solid #bee4ff;outline:none}.modal input[type=range]:focus::-webkit-slider-thumb,.panel .row input[type=range]:focus::-webkit-slider-thumb,.section-header input[type=range]:focus::-webkit-slider-thumb{background-color:#bee4ff}.modal input[type=range]::-webkit-slider-thumb,.panel .row input[type=range]::-webkit-slider-thumb,.section-header input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#d3d3d3;cursor:grab;height:1.25em;outline:none;width:.75em}.modal input[type=range]::-webkit-slider-thumb:active,.panel .row input[type=range]::-webkit-slider-thumb:active,.section-header input[type=range]::-webkit-slider-thumb:active{background-color:#bee4ff;cursor:grabbing}.modal input[type=range]::-ms-track,.panel .row input[type=range]::-ms-track,.section-header input[type=range]::-ms-track{cursor:pointer;width:100%}.modal input[type=text],.panel .row input[type=text],.section-header input[type=text]{background-color:#d3d3d3;border:none;line-height:1.6;text-align:left;vertical-align:bottom}.modal input[type=text]:focus,.panel .row input[type=text]:focus,.section-header input[type=text]:focus{border:1px solid blue}.modal input[type=text]:focus-visible,.panel .row input[type=text]:focus-visible,.section-header input[type=text]:focus-visible{background:#fff;border:unset;outline:unset}.modal input[type=text].left-end,.modal input[type=text].middle,.modal input[type=text].right-end,.panel .row input[type=text].left-end,.panel .row input[type=text].middle,.panel .row input[type=text].right-end,.section-header input[type=text].left-end,.section-header input[type=text].middle,.section-header input[type=text].right-end{text-align:center;width:calc(var(--base-font-size)*3*1px)}.modal input[type=text].left-end,.panel .row input[type=text].left-end,.section-header input[type=text].left-end{border-bottom-right-radius:0;border-right:1px solid gray;border-top-right-radius:0;margin-right:0!important}.modal input[type=text].middle,.panel .row input[type=text].middle,.section-header input[type=text].middle{border-radius:0;border-right:1px solid gray;margin-left:0;margin-right:0}.modal input[type=text].right-end,.panel .row input[type=text].right-end,.section-header input[type=text].right-end{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0}.modal input.drag,.modal input.number,.panel .row input.drag,.panel .row input.number,.section-header input.drag,.section-header input.number{line-height:1.6;text-align:right;vertical-align:bottom}.modal input[type=checkbox].toggle-check,.panel .row input[type=checkbox].toggle-check,.section-header input[type=checkbox].toggle-check{zoom:1.5;margin:0;vertical-align:text-bottom;width:auto}.modal input[type=file],.panel .row input[type=file],.section-header input[type=file]{flex:100%}.tree .row .btn{margin-bottom:0}.on{background-color:gray}.modal{background:#fff;border:2px solid #bee4ff;border-radius:1em;box-shadow:1px 1px 4px #ff79ff;display:flex;flex-wrap:wrap;max-height:90vh;max-width:400px;overflow-y:scroll;padding:.5em;position:fixed;z-index:9}.modal .break{flex-basis:100%}.modal input{max-width:40px}.modal input.search{max-width:inherit}.modal label:first-child{flex:100%}.modal .right-end{margin-left:0}.modal.key-command-list{grid-gap:.25em 2em;display:grid;grid-template-columns:1fr 1fr 1fr;max-width:700px}.modal input[type=text].left-end{border-bottom-right-radius:0;border-right:1px solid gray;border-top-right-radius:0;margin-right:0!important}.modal input[type=text].middle{border-radius:0;border-right:1px solid gray;margin-left:0;margin-right:0}.modal input[type=text].right-end{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0}#title{background-color:#fff;border:none;border-bottom:1px solid transparent;flex-basis:100%;padding:3px;text-align:left}#title:focus{border-bottom:1px solid #000;outline:none}.panel .row input.search,input.search{height:1.75em;margin-top:-3px}.break{flex-basis:100%}.panel{background-color:#eae1ff;border-radius:3px;flex-basis:12em;flex-grow:1;height:auto;margin-bottom:.5rem;order:0;overflow:hidden;padding:.25rem;position:relative}.panel .break-line,.panel .break-line-up{flex-basis:100%}.panel .break-line{border-bottom:1px solid #110263}.panel .break-line-up{border-top:1px solid #110263}.panel.undocked{display:none!important}.panel.closed{height:25px;order:-1!important}.panel.block{display:flex;flex-wrap:wrap;min-width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content}.panel.block.headless .row{flex-wrap:nowrap}.panel.block .row .btn{align-self:flex-end;margin-bottom:0}.panel.block.closed{order:-2!important}.panel.block .row label{margin-right:3px}.panel .row .break+label,.panel .row .break-line+label,.panel .row label:first-child{margin-bottom:0;margin-right:auto}.panel .row{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:.25em}.panel .btn{margin-right:3px;padding:0 .25em;transition:background-color .1s ease-in-out}.panel .btn.triggered{background-color:gray}.panel select{margin-top:.25em}.panel .header{flex-basis:100%;flex-wrap:nowrap}.panel .header label{font-size:1.0625em}.panel .header label,.panel .header span{margin-right:.06125em;margin-top:0}.panel .header .undock-btn{align-self:flex-start;margin-left:auto}.panel .header .order-btn{align-self:flex-start}.panel .header .block-btn,.panel .header .headless-btn,.panel .header .order-btn,.panel .header .toggle,.panel .header .undock-btn{background-color:transparent;border-radius:0;border-top:2px solid transparent;cursor:pointer;display:inline-block;font-size:1.0625em;padding:1px}.panel .header .block-btn.on,.panel .header .headless-btn.on,.panel .header .order-btn.on,.panel .header .toggle.on,.panel .header .undock-btn.on{background-color:inherit}.panel .header .block-btn:hover,.panel .header .headless-btn:hover,.panel .header .order-btn:hover,.panel .header .toggle:hover,.panel .header .undock-btn:hover{background:gray}.panel .header .block-btn:hover,.panel .header .headless-btn:hover,.panel .header .order-btn:hover,.panel .header .undock-btn:hover{background-color:#d3d3d3;border-top:2px solid gray}.panel .header .block-btn{align-self:flex-start;font-size:1em}.panel .header .headless-btn.btn{align-self:unset;margin-right:0}.panel.headless{border-radius:0;margin:0;padding:0 3px}.panel.headless .header{height:0;margin-bottom:0}.panel.headless .header .block-btn,.panel.headless .header .order-btn,.panel.headless .header .toggle,.panel.headless .header .undock-btn{display:none}.panel.headless .header label{font-size:10px;margin-left:auto}.panel.block .row{overflow-x:scroll;overflow-y:hidden}.panel.block .row::-webkit-scrollbar{display:none}.panel.block .row .ui-collection{align-items:end;display:flex;margin-left:3px}.panel.block .row.header{margin-top:.5em;overflow:initial}.mobile .menu-panel{flex-basis:180px;max-width:220px}.mobile .menu-panel .row input{flex-basis:50px}#lines{border:1px solid #d3d3d3;cursor:crosshair}#lines.no-cursor{cursor:none}#fio-panel #title{background-color:#fff;border:none;border-bottom:1px solid transparent;flex-basis:100%;padding:3px;text-align:left}#fio-panel #title:focus{border-bottom:1px solid #000;outline:none}#big-frame-display{font-family:monaco,monospace;font-size:19px;line-height:1em}#timeline{--num-frames:1;--num-layers:1;--num-tweens:0;--frame-width:120;--layer-height:1.5;--state-height:0;align-items:unset;display:grid;flex-basis:100%;grid-template-columns:repeat(var(--num-frames),2px calc(var(--frame-width)*1px));grid-template-rows:calc((1.5 + var(--state-height))*1em) repeat(calc(var(--num-layers) + var(--num-tweens)),calc(var(--layer-height)*1em) 1px) 3px;overflow:scroll hidden}#timeline *{font-family:monaco,monospace}#timeline .frame{align-items:flex-start;background-color:#d3d3d3;border:none;border-left:1px dashed #eae1ff;display:inline-flex;grid-row:1/span calc(var(--num-layers)*2 + var(--num-tweens)*2 + 2);margin:0;overflow:hidden;padding:0 0 0 3px;width:100%}#timeline .frame.current{background-color:#ff79ff!important}#timeline .group,#timeline .layer,#timeline .tween{background-color:#bee4ff;display:flex;margin:0;z-index:3}#timeline .group .timeline-btn,#timeline .layer .timeline-btn,#timeline .tween .timeline-btn{background-color:transparent;border:none;cursor:pointer;display:inline-block;height:100%;margin:0 1px 0 0;padding:1px}#timeline .group .timeline-btn.toggle,#timeline .layer .timeline-btn.toggle,#timeline .tween .timeline-btn.toggle{color:inherit}#timeline .group .timeline-btn.toggle:hover,#timeline .layer .timeline-btn.toggle:hover,#timeline .tween .timeline-btn.toggle:hover{background-color:gray}#timeline .group .timeline-btn.toggle.on,#timeline .layer .timeline-btn.toggle.on,#timeline .tween .timeline-btn.toggle.on{background-color:blue;color:#fff}#timeline .group .timeline-btn:hover,#timeline .layer .timeline-btn:hover,#timeline .tween .timeline-btn:hover{background-color:gray}#timeline .group .timeline-btn.ui-collection,#timeline .layer .timeline-btn.ui-collection,#timeline .tween .timeline-btn.ui-collection{display:flex}#timeline .group .timeline-btn.ui-collection:hover,#timeline .layer .timeline-btn.ui-collection:hover,#timeline .tween .timeline-btn.ui-collection:hover{background:none}#timeline .group .timeline-btn.ui-collection .btn,#timeline .group .timeline-btn.ui-collection .drag,#timeline .group .timeline-btn.ui-collection .number,#timeline .layer .timeline-btn.ui-collection .btn,#timeline .layer .timeline-btn.ui-collection .drag,#timeline .layer .timeline-btn.ui-collection .number,#timeline .tween .timeline-btn.ui-collection .btn,#timeline .tween .timeline-btn.ui-collection .drag,#timeline .tween .timeline-btn.ui-collection .number{background:none;border:none;height:100%;line-height:1;margin:0;padding:0;width:.75rem}#timeline .group .timeline-btn.ui-collection .btn:hover,#timeline .group .timeline-btn.ui-collection .drag:hover,#timeline .group .timeline-btn.ui-collection .number:hover,#timeline .layer .timeline-btn.ui-collection .btn:hover,#timeline .layer .timeline-btn.ui-collection .drag:hover,#timeline .layer .timeline-btn.ui-collection .number:hover,#timeline .tween .timeline-btn.ui-collection .btn:hover,#timeline .tween .timeline-btn.ui-collection .drag:hover,#timeline .tween .timeline-btn.ui-collection .number:hover{background:gray}#timeline .group .right-margin,#timeline .layer .right-margin,#timeline .tween .right-margin{margin-left:auto}#timeline .group,#timeline .tween{background-color:#9de0b1}#timeline .state{background-color:blue;grid-row:1/span 1;margin-top:1.5em}#timeline::-webkit-scrollbar{height:.5em;width:.5em}#timeline::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #d3d3d3}#timeline::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid #708090}#container.UP.full-size,#container.full-sizes{grid-template-areas:"main main" "ui ui" "timeline timeline"}
/*# sourceMappingURL=src_maps/animate.css.map */
