.UI_window{transition:background-color .5s;position:absolute;border-radius:10px;z-index:1000;overflow-y:auto;overflow-x:hidden;min-width:140px;min-height:100px;font-size:12px}.light .UI_window{color:#35353a;color:var(--theme-light-UI_window_fontColor,#35353a)}.dark .UI_window{color:#eee;color:var(--theme-dark-UI_window_fontColor,#eee)}@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.UI_window{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light .UI_window{background-color:hsla(0,0%,93.3%,.85);background-color:var(--theme-light-UI_window_backgroundColor_blurred,hsla(0,0%,93.3%,.85))}.dark .UI_window{background-color:rgba(53,53,58,.85);background-color:var(--theme-dark-UI_window_backgroundColor_blurred,rgba(53,53,58,.85))}}@supports not ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.light .UI_window{background-color:hsla(0,0%,93.3%,.98);background-color:var(--theme-light-UI_window_backgroundColor_notBlurred,hsla(0,0%,93.3%,.98))}.dark .UI_window{background-color:rgba(53,53,58,.95);background-color:var(--theme-dark-UI_window_backgroundColor_notBlurred,rgba(53,53,58,.95))}}.UI_window_header{transition:background-color .5s;padding:10px 10px 10px 20px;cursor:move;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;font-size:10px;text-transform:uppercase}.light .UI_window_header{background-color:#ababab;background-color:var(--theme-light-UI_window_headerColor,#ababab)}.dark .UI_window_header{background-color:#1f2023;background-color:var(--theme-dark-UI_window_headerColor,#1f2023)}.light .UI_window_header{color:#35353a;color:var(--theme-light-UI_window_fontColor,#35353a)}.dark .UI_window_header{color:#eee;color:var(--theme-dark-UI_window_fontColor,#eee)}.UI_window_header .UI_closeIcon{position:absolute;right:0;font-weight:700;cursor:pointer;padding:10px;margin:-18px 0 0 0;font-size:20px}.UI_window_header .UI_closeIcon:hover{opacity:.5}.UI_slider_container{flex:1;margin-top:3px}.UI_slider_component{display:flex}.UI_slider{width:calc(100% - 40px);margin-top:15px;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:2px;outline:none;cursor:pointer}.light .UI_slider{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_slider{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.UI_slider_value{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;padding:5px;font-size:12px;border-radius:5px;width:40px;height:15px;margin:3px 0 0 -1px}.light .UI_slider_value{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_slider_value{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .UI_slider_value{color:#e2e2e2;color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .UI_slider_value{color:#1c1c1c;color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}input[type=range]::-webkit-slider-thumb{width:16px;-webkit-appearance:none;height:16px;border-radius:50%;cursor:pointer}.light input[type=range]::-webkit-slider-thumb{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark input[type=range]::-webkit-slider-thumb{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.UI_slider::-moz-range-thumb{cursor:pointer;display:block;width:1.125rem;height:1.125rem;border:0;border-radius:50%;box-shadow:0 0 0 transparent;-moz-transition:transform .2s cubic-bezier(.23,1,.32,1),box-shadow .15s cubic-bezier(.25,0,.25,1);transition:transform .2s cubic-bezier(.23,1,.32,1),box-shadow .15s cubic-bezier(.25,0,.25,1);transform-origin:center}.light .UI_slider::-moz-range-thumb{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_slider::-moz-range-thumb{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.UI_slider::-moz-range-track{width:100%;height:2px}.light .UI_slider::-moz-range-track{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_slider::-moz-range-track{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.UI_slider_innerContainer{display:flex;width:100%}.UI_accordion{width:100%;font-size:10px;text-transform:uppercase}.UI_accordion_header{padding:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.light .UI_accordion_header{background-color:#dbdbdb;background-color:var(--theme-light-UI_accordion_headerColor,#dbdbdb)}.dark .UI_accordion_header{background-color:#2a2b2f;background-color:var(--theme-dark-UI_accordion_headerColor,#2a2b2f)}.light .UI_accordion_header{color:#35353a;color:var(--theme-light-UI_window_fontColor,#35353a)}.dark .UI_accordion_header{color:#eee;color:var(--theme-dark-UI_window_fontColor,#eee)}.light .UI_accordion_header{border-top:1px solid #575a63;border-top:1px solid var(--theme-light-UI_accordion_headerBorder,#575a63)}.dark .UI_accordion_header{border-top:1px solid #575a63;border-top:1px solid var(--theme-dark-UI_accordion_headerBorder,#575a63)}.light .UI_accordion_header{border-bottom:1px solid #575a63;border-bottom:1px solid var(--theme-light-UI_accordion_headerBorder,#575a63)}.dark .UI_accordion_header{border-bottom:1px solid #575a63;border-bottom:1px solid var(--theme-dark-UI_accordion_headerBorder,#575a63)}.UI_accordion_header_icon{width:20px;height:20px;margin-right:10px;margin-left:10px;float:left}.UI_accordion_header_icon:after{content:"▶"}.UI_accordion_header_icon.open:after{content:"▼"}.UI_accordion_content{height:0;overflow:hidden}.UI_accordion_slot{padding:20px}.select-dropdown select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 35px 10px 10px;font-size:12px;background:transparent;color:#1f2023;border:1px solid #1f2023;background-repeat:no-repeat;background-position:right 13px top 14px;background-size:.9375em .5625em;background-image:url("data:image/svg+xml;charset=uft8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 13'%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='3' points='1,1 11,11 21,1'/%3E%3C/svg%3E");width:100%;outline:none;cursor:pointer}.light .select-dropdown select{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark .select-dropdown select{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}.UI_input{width:auto!important;padding:10px;background:transparent;font-size:12px;line-height:1;width:100%!important}.light .UI_input{border:1px solid #1f2023;border:1px solid var(--theme-light-textColor,#1f2023)}.dark .UI_input{border:1px solid #eee;border:1px solid var(--theme-dark-textColor,#eee)}.light .UI_input{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .UI_input{color:#eee;color:var(--theme-dark-textColor,#eee)}.UI_input:focus{outline:none}.toggle_label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.toggle_container{font-size:18px;flex:1}.toggle input{clip:rect(0,0,0,0);height:0;width:0;border:0;display:none;overflow:hidden}.toggle input+label{width:33%}.toggle input:checked+label{width:50%}.light .toggle input:checked+label{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .toggle input:checked+label{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .toggle input:checked+label{color:#e2e2e2;color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .toggle input:checked+label{color:#1c1c1c;color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}.toggle label{display:inline-block;width:25%;background:transparent;text-align:center;font-size:10px;padding:11px 6px 12px 6px;transition:all .1s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.light .toggle label{border:1px solid #1f2023;border:1px solid var(--theme-light-textColor,#1f2023)}.dark .toggle label{border:1px solid #eee;border:1px solid var(--theme-dark-textColor,#eee)}.light .toggle label{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .toggle label{color:#eee;color:var(--theme-dark-textColor,#eee)}.toggle label:hover,.UI_button{cursor:pointer}.UI_button{width:100%;font-size:12px;border:0;padding:11px 30px;transition:.25s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.light .UI_button{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_button{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .UI_button{color:#e2e2e2;color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .UI_button{color:#1c1c1c;color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}.UI_button.recording{opacity:1;background:red;color:#fff;border:#fff;-webkit-animation:blinker 1.5s linear infinite;animation:blinker 1.5s linear infinite}@-webkit-keyframes blinker{50%{opacity:.2}}@keyframes blinker{50%{opacity:.2}}.UI_accordionContent{display:flex}.UI_accordion_highlightSection{margin-top:40px;display:flex;opacity:.3;transition:opacity .4s}.UI_accordion_highlightSection:hover{opacity:1;transition:opacity .4s}#UI_performance{padding:20px}#UI_stats_perfInfo{display:block;font-size:10px}#UI_stats_threeJS{margin-top:20px}#UI_consoleContent{padding:20px}#ui_console_sticky{position:absolute;left:0;bottom:0;width:100%;max-height:30px;padding:10px 20px 10px 20px}.light #ui_console_sticky{border-top:1px solid #35353a;border-top:1px solid var(--theme-light-UI_window_fontColor,#35353a)}.dark #ui_console_sticky{border-top:1px solid #eee;border-top:1px solid var(--theme-dark-UI_window_fontColor,#eee)}#ui_console_content{margin-bottom:45px}#UI_iconContainer{position:absolute;top:30px;left:15px}.UI_windowIconContainer{transition:.5s;width:35px;height:35px;cursor:pointer;border-radius:5px;margin-bottom:5px}.light .UI_windowIconContainer{border:1px solid #d9d9d9;border:1px solid var(--theme-light-UI_toolBar_border,#d9d9d9)}.dark .UI_windowIconContainer{border:1px solid #35353a;border:1px solid var(--theme-dark-UI_toolBar_border,#35353a)}.light .UI_windowIconContainer{background-color:#eee;background-color:var(--theme-light-UI_toolBar_background,#eee)}.dark .UI_windowIconContainer{background-color:#1f2023;background-color:var(--theme-dark-UI_toolBar_background,#1f2023)}.light .UI_windowIconContainer:hover{border:1px solid #acacac;border:1px solid var(--theme-light-UI_toolBar_borderHover,#acacac)}.dark .UI_windowIconContainer:hover{border:1px solid #626363;border:1px solid var(--theme-dark-UI_toolBar_borderHover,#626363)}.light .UI_windowIconContainer:hover .UI_windowIconChar{color:#000;color:var(--theme-light-UI_toolBar_iconColorHover,#000)}.dark .UI_windowIconContainer:hover .UI_windowIconChar{color:#eee;color:var(--theme-dark-UI_toolBar_iconColorHover,#eee)}.light .UI_windowIconContainer img{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark .UI_windowIconContainer img{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}.UI_windowIconContainer .UI_windowIcon{padding:7px;width:22px!important}.UI_windowIconContainer .UI_windowIconChar{font-size:18px;font-weight:700;text-align:center;margin-top:8px}.light .UI_windowIconContainer .UI_windowIconChar{color:#000;color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_windowIconContainer .UI_windowIconChar{color:#eee;color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .UI_windowIcon_active{background-color:#35353a;background-color:var(--theme-light-UI_toolBar_iconActiveBackgroundColor,#35353a)}.dark .UI_windowIcon_active{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconActiveBackgroundColor,#eee)}.light .UI_windowIcon_active img{filter:invert(100%);filter:var(--theme-light-UI_toolBar_svgActiveIconColor,invert(100%))}.dark .UI_windowIcon_active img{filter:invert(0);filter:var(--theme-dark-UI_toolBar_svgActiveIconColor,invert(0))}#UI_themeSwitcher{padding:5px;border-radius:50%;position:absolute;color:#fff;bottom:15px;right:15px;cursor:pointer;width:35px}.light #UI_themeSwitcher{background-color:#fff;background-color:var(--theme-light-backgroundColor,#fff)}.dark #UI_themeSwitcher{background-color:#1f2023;background-color:var(--theme-dark-backgroundColor,#1f2023)}#UI_themeSwitcher img{padding:5px;transition:.5s}.light #UI_themeSwitcher img{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark #UI_themeSwitcher img{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}#UI_themeSwitcher img:hover{transition:.5s;transform:rotate(180deg)}.UI_label{font-size:10px;margin-bottom:10px}#ASCII_animationCanvas{position:absolute}.ASCII_col{display:flex;overflow:none;white-space:nowrap}.ASCII_row{display:inline-block}#version{padding:5px;border-radius:10px;transition:color .5s;position:absolute;bottom:1.5vh;left:5vw;z-index:10;font-size:10px}.light #version{background-color:#fff;background-color:var(--theme-light-backgroundColor,#fff)}.dark #version{background-color:#1f2023;background-color:var(--theme-dark-backgroundColor,#1f2023)}.light #version{color:#cecece;color:var(--theme-light-secondaryTextColor,#cecece)}.dark #version{color:#626363;color:var(--theme-dark-secondaryTextColor,#626363)}@font-face{font-family:HelveticaNow_Regular;font-style:normal;font-weight:400;src:local(""),url(../fonts/font.woff2) format("woff2"),url(../fonts/font.woff) format("woff")}html{--theme-light-backgroundColor:#fff;--theme-dark-backgroundColor:#1f2023;--theme-light-textColor:#1f2023;--theme-dark-textColor:#eee;--theme-light-secondaryTextColor:#cecece;--theme-dark-secondaryTextColor:#626363;--theme-light-linkColor:#1f2023;--theme-dark-linkColor:#eee;--theme-light-accentColor:#45d11a;--theme-dark-accentColor:#45d11a;--theme-light-grayColor:#dfdfdf;--theme-dark-grayColor:#484a50;--theme-light-UI_window_backgroundColor_notBlurred:hsla(0,0%,93.3%,0.98);--theme-dark-UI_window_backgroundColor_notBlurred:rgba(53,53,58,0.95);--theme-light-UI_window_backgroundColor_blurred:hsla(0,0%,93.3%,0.85);--theme-dark-UI_window_backgroundColor_blurred:rgba(53,53,58,0.85);--theme-light-UI_window_fontColor:#35353a;--theme-dark-UI_window_fontColor:#eee;--theme-light-UI_window_headerColor:#ababab;--theme-dark-UI_window_headerColor:#1f2023;--theme-light-UI_window_lightBackground:#e2e2e2;--theme-dark-UI_window_lightBackground:#1c1c1c;--theme-light-UI_toolBar_border:#d9d9d9;--theme-dark-UI_toolBar_border:#35353a;--theme-light-UI_toolBar_borderHover:#acacac;--theme-dark-UI_toolBar_borderHover:#626363;--theme-light-UI_toolBar_background:#eee;--theme-dark-UI_toolBar_background:#1f2023;--theme-light-UI_toolBar_iconActiveBackgroundColor:#35353a;--theme-dark-UI_toolBar_iconActiveBackgroundColor:#eee;--theme-light-UI_toolBar_iconColor:#000;--theme-dark-UI_toolBar_iconColor:#eee;--theme-light-UI_toolBar_iconColorHover:#000;--theme-dark-UI_toolBar_iconColorHover:#eee;--theme-light-UI_toolBar_svgIconColor:invert(0%);--theme-dark-UI_toolBar_svgIconColor:invert(100%);--theme-light-UI_toolBar_svgActiveIconColor:invert(100%);--theme-dark-UI_toolBar_svgActiveIconColor:invert(0%);--theme-light-UI_accordion_headerColor:#dbdbdb;--theme-dark-UI_accordion_headerColor:#2a2b2f;--theme-light-UI_accordion_headerBorder:#575a63;--theme-dark-UI_accordion_headerBorder:#575a63}body,html{margin:0;padding:0;outline:none}body{font-family:HelveticaNow_Regular,Helvetica,Arial;font-weight:400;transition:background-color .2s}