#version{transition:color .5s;position:absolute;bottom:20px;left:30px;z-index:10;font-size:10px}.light #version{color:#cecece;color:var(--theme-light-secondaryTextColor,#cecece)}.dark #version{color:#626363;color:var(--theme-dark-secondaryTextColor,#626363)}#UI_themeSwitcher{bottom:20px}.light a{color:#cecece;color:var(--theme-light-secondaryTextColor,#cecece)}.dark a{color:#626363;color:var(--theme-dark-secondaryTextColor,#626363)}.light a:visited{color:#cecece;color:var(--theme-light-secondaryTextColor,#cecece)}.dark a:visited{color:#626363;color:var(--theme-dark-secondaryTextColor,#626363)}.dropTargetArea{position:fixed;inset:0;pointer-events:none;display:grid;place-items:center;opacity:0;transition:opacity .15s ease;z-index:9999}.dropTarget_visible{pointer-events:auto;opacity:1;background:rgba(0,0,0,.08)}.dropTarget_target{border:2px dashed rgba(0,0,0,.25);background:hsla(0,0%,100%,.7);border-radius:16px;padding:24px 32px}.dropTarget_contentInner{display:grid;place-items:center;gap:8px;font-family:system-ui,sans-serif;font-size:14px;color:#444}.dropTarget_contentInner img{max-width:64px;opacity:.7}.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%,.85);background-color:var(--theme-light-UI_window_backgroundColor_blurred,hsla(0,0%,93%,.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%,.98);background-color:var(--theme-light-UI_window_backgroundColor_notBlurred,hsla(0,0%,93%,.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;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_accordion{width:100%;font-size:10px;text-transform:uppercase}.UI_accordion_header{padding:10px;cursor:pointer;-webkit-user-select:none;-moz-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}.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{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;padding:5px 0 5px 15px;font-size:11px;border-radius:10px;width:40px;height:15px;margin:4px 0 0 10px;border:0}.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%}.toggle .toggleKeyContainer{display:flex}.toggle .toggleKeyContainer input{clip:rect(0,0,0,0);height:0;width:0;border:0;display:none;overflow:hidden}.toggle .toggleKeyContainer input+label,.toggle .toggleKeyContainer input:checked+label{width:50%}.light .toggle .toggleKeyContainer input:checked+label{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .toggle .toggleKeyContainer input:checked+label{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .toggle .toggleKeyContainer input:checked+label{color:#e2e2e2;color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .toggle .toggleKeyContainer input:checked+label{color:#1c1c1c;color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}.toggle .toggleKeyContainer label{display:inline-block;width:25%;background:transparent;text-align:center;font-size:12px;padding:10px 6px;transition:all .1s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.light .toggle .toggleKeyContainer label{border:1px solid #1f2023;border:1px solid var(--theme-light-textColor,#1f2023)}.dark .toggle .toggleKeyContainer label{border:1px solid #eee;border:1px solid var(--theme-dark-textColor,#eee)}.light .toggle .toggleKeyContainer label{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .toggle .toggleKeyContainer label{color:#eee;color:var(--theme-dark-textColor,#eee)}.toggle .toggleKeyContainer label:hover,.toggle_label{cursor:pointer}.toggle_label{-webkit-user-select:none;-moz-user-select:none;user-select:none}.toggle_container{font-size:18px;flex:1}.select-dropdown select{-webkit-user-select:none;-moz-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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 22 13%27%3E%3Cpolyline fill=%27none%27 stroke=%27currentColor%27 stroke-width=%273%27 points=%271,1 11,11 21,1%27/%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_button{width:100%;font-size:12px;border:0;padding:11px 30px;cursor:pointer;transition:.25s;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:10px}.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;animation:blinker 1.5s linear infinite}@keyframes blinker{50%{opacity:.2}}.checkbox_container{width:100%;display:block}.checkbox_container .checkbox_label{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;display:none}.light .checkbox_container .checkbox_label{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .checkbox_container .checkbox_label{color:#eee;color:var(--theme-dark-textColor,#eee)}.checkbox_container .checkbox{position:relative;display:block}.checkbox_container .checkbox input[type=checkbox]{opacity:0;width:0;height:0;display:none}.checkbox_container .checkbox .checkboxKeyContainer{width:100%;height:auto;border:1px solid #000}.checkbox_container .checkbox .checkboxKeyContainer label{cursor:pointer;padding:10px;text-align:center;font-size:14px;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block}.light .checkbox_container .checkbox .checkboxKeyContainer label.active{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .checkbox_container .checkbox .checkboxKeyContainer label.active{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .checkbox_container .checkbox .checkboxKeyContainer label.active{color:#e2e2e2;color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .checkbox_container .checkbox .checkboxKeyContainer label.active{color:#1c1c1c;color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}.checkbox_container .checkbox .checkboxKeyContainer label:not(.active){background:transparent}.light .checkbox_container .checkbox .checkboxKeyContainer label:not(.active){color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .checkbox_container .checkbox .checkboxKeyContainer label:not(.active){color:#eee;color:var(--theme-dark-textColor,#eee)}.UI_design_row{display:flex;font-size:12px;width:100%}.UI_design_row_column{flex-basis:100%}.UI_sizeSelector[data-v-63ad223e]{padding:10px;background:transparent;width:40px;margin-bottom:10px}.light .UI_sizeSelector[data-v-63ad223e]{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .UI_sizeSelector[data-v-63ad223e]{color:#eee;color:var(--theme-dark-textColor,#eee)}.light .UI_sizeSelector[data-v-63ad223e]{border:1px solid #1f2023;border:1px solid var(--theme-light-textColor,#1f2023)}.dark .UI_sizeSelector[data-v-63ad223e]{border:1px solid #eee;border:1px solid var(--theme-dark-textColor,#eee)}.UI_sizeSelector[data-v-63ad223e]:focus{outline:none}.UI_sizeSelector_label[data-v-63ad223e]{display:inline-block}.UI_sizeSelector_labelLeft[data-v-63ad223e]{margin-right:5px}.UI_sizeSelector_labelRight[data-v-63ad223e]{margin-left:5px}.UI_sizeSelector_chainIcon[data-v-63ad223e]{height:49px;position:absolute;margin-top:-28px;margin-left:10px}.light .UI_sizeSelector_chainIcon[data-v-63ad223e]{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark .UI_sizeSelector_chainIcon[data-v-63ad223e]{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}input[data-v-63ad223e]::-webkit-inner-spin-button,input[data-v-63ad223e]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number][data-v-63ad223e]{-moz-appearance:textfield}#UI_export{padding:20px 0 0 0;font-size:12px}.light #UI_export a{color:#1f2023;color:var(--theme-light-linkColor,#1f2023)}.dark #UI_export a{color:#eee;color:var(--theme-dark-linkColor,#eee)}.light #UI_export a:visited{color:#1f2023;color:var(--theme-light-linkColor,#1f2023)}.dark #UI_export a:visited{color:#eee;color:var(--theme-dark-linkColor,#eee)}#UI_export_options{display:flex;justify-content:center;margin-top:-15px}#UI_export_heading{text-align:center;width:100%}#UI_export_heading h3{margin:0 0 15px 0;padding:0;font-size:24px;font-weight:400}#UI_export_heading h5{margin:0 0 20px 0;padding:0;font-weight:400;font-size:12px}.UI_export_heading{font-size:16px;display:block}.UI_exportOption{width:100%;flex-wrap:wrap;margin-top:20px}.light .UI_exportOption{background-color:#e2e2e2;background-color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .UI_exportOption{background-color:#1c1c1c;background-color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}.UI_export_illustrationContainer{width:100%;height:220px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.light .UI_export_illustrationContainer{background-color:#35353a;background-color:var(--theme-light-UI_toolBar_iconActiveBackgroundColor,#35353a)}.dark .UI_export_illustrationContainer{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconActiveBackgroundColor,#eee)}.UI_export_illustrationContainer_icon{border-radius:50%;position:absolute;width:70px;height:70px;margin:10px 0 0 20px}.light .UI_export_illustrationContainer_icon{background-color:#eee;background-color:var(--theme-light-UI_toolBar_background,#eee)}.dark .UI_export_illustrationContainer_icon{background-color:#1f2023;background-color:var(--theme-dark-UI_toolBar_background,#1f2023)}.UI_export_illustrationContainer_icon img{padding:11px;width:70%}.light .UI_export_illustrationContainer_icon img{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark .UI_export_illustrationContainer_icon img{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}.UI_export_illustrationContainer_illustration{position:absolute;height:195px;width:380px;margin:25px 0 0 40px;background:#a6a6a6}.UI_export_illustrationContainer_illustration img{height:160px;margin:35px 0 0 100px}.UI_export_row{display:flex;margin:0 0 30px 40px}.UI_export_row_column{width:170px;margin-right:20px}.UI_export_heading{font-size:18px;margin-top:30px}.UI_export_label{font-size:12px;margin-bottom:7px}.UI_export_paragraphText{line-height:1.8}.UI_export_paragraphTextSmall{line-height:1.6;font-size:10px}#UI_performance{padding:20px}#UI_stats_perfInfo{display:block;font-size:10px}#UI_stats_threeJS{margin-top:20px}.clr-picker{display:none;flex-wrap:wrap;position:absolute;width:200px;z-index:1000;border-radius:10px;background-color:#fff;justify-content:space-between;box-shadow:0 0 5px rgba(0,0,0,.05),0 5px 20px rgba(0,0,0,.1);-webkit-user-select:none;user-select:none}.clr-picker.clr-open{display:flex}.clr-gradient{position:relative;width:100%;height:100px;margin-bottom:15px;border-radius:3px 3px 0 0;background-image:linear-gradient(transparent,#000),linear-gradient(90deg,#fff,currentColor);cursor:pointer}.clr-marker{position:absolute;width:12px;height:12px;margin:-6px 0 0 -6px;border:1px solid #fff;border-radius:50%;background-color:currentColor;cursor:pointer}.clr-picker input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px}.clr-picker input[type=range]::-webkit-slider-thumb{width:8px;height:8px;-webkit-appearance:none}.clr-picker input[type=range]::-moz-range-track{width:100%;height:8px;border:0}.clr-picker input[type=range]::-moz-range-thumb{width:8px;height:8px;border:0}.clr-hue{background-image:linear-gradient(90deg,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)}.clr-alpha,.clr-hue{position:relative;width:calc(100% - 40px);height:8px;margin:5px 20px;border-radius:4px}.clr-alpha span{display:block;height:100%;width:100%;border-radius:inherit;background-image:linear-gradient(90deg,transparent,currentColor)}.clr-alpha input,.clr-hue input{position:absolute;width:calc(100% + 16px);height:16px;left:-8px;top:-4px;margin:0;background-color:transparent;opacity:0;cursor:pointer;appearance:none;-webkit-appearance:none}.clr-alpha div,.clr-hue div{width:16px;height:16px;top:50%;margin-left:-8px;transform:translateY(-50%);border:2px solid #fff;box-shadow:0 0 1px #888;pointer-events:none}.clr-alpha div,.clr-alpha div:before,.clr-hue div{position:absolute;left:0;border-radius:50%;background-color:currentColor}.clr-alpha div:before{content:"";height:100%;width:100%;top:0}.clr-format{display:none;order:1;width:calc(100% - 40px);margin:0 20px 20px}.clr-segmented{display:flex;position:relative;width:100%;margin:0;padding:0;border:1px solid #ddd;border-radius:15px;box-sizing:border-box;color:#999;font-size:12px}.clr-segmented input,.clr-segmented legend{position:absolute;width:100%;height:100%;margin:0;padding:0;border:0;left:0;top:0;opacity:0;pointer-events:none}.clr-segmented label{flex-grow:1;padding:4px 0;text-align:center;cursor:pointer}.clr-segmented label:first-of-type{border-radius:10px 0 0 10px}.clr-segmented label:last-of-type{border-radius:0 10px 10px 0}.clr-segmented input:checked+label{color:#fff;background-color:#666}.clr-swatches{order:2;width:calc(100% - 32px);margin:0 16px}.clr-swatches div{display:flex;flex-wrap:wrap;padding-bottom:12px;justify-content:center}.clr-swatches button{position:relative;width:20px;height:20px;margin:0 4px 6px 4px;border:0;border-radius:50%;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;cursor:pointer}.clr-swatches button:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}input.clr-color{order:1;width:calc(100% - 80px);height:32px;margin:15px 20px 20px 0;padding:0 10px;border:1px solid #ddd;border-radius:16px;color:#444;background-color:#fff;font-family:sans-serif;font-size:14px;text-align:center;box-shadow:none}input.clr-color:focus{outline:none;border:1px solid #1e90ff}.clr-clear{display:none;order:2;height:24px;margin:0 20px 20px auto;padding:0 20px;border:0;border-radius:12px;color:#fff;background-color:#666;font-family:inherit;font-size:12px;font-weight:400;cursor:pointer}.clr-preview{position:relative;width:32px;height:32px;margin:15px 0 20px 20px;border:0;border-radius:50%;overflow:hidden;cursor:pointer}.clr-preview:after,.clr-preview:before{content:"";position:absolute;height:100%;width:100%;left:0;top:0;border:1px solid #fff;border-radius:50%}.clr-preview:after{border:0;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.clr-alpha div,.clr-color,.clr-hue div,.clr-marker{box-sizing:border-box}.clr-field{display:inline-block;position:relative;color:transparent}.clr-field button{position:absolute;width:30px;height:100%;right:0;top:50%;transform:translateY(-50%);border:0;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;pointer-events:none}.clr-field button:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 1px rgba(0,0,0,.5)}.clr-alpha,.clr-alpha div,.clr-field button,.clr-preview:before,.clr-swatches button{background-image:repeating-linear-gradient(45deg,#aaa 25%,transparent 0,transparent 75%,#aaa 0,#aaa),repeating-linear-gradient(45deg,#aaa 25%,#fff 0,#fff 75%,#aaa 0,#aaa);background-position:0 0,4px 4px;background-size:8px 8px}.clr-marker:focus{outline:none}.clr-keyboard-nav .clr-alpha input:focus+div,.clr-keyboard-nav .clr-hue input:focus+div,.clr-keyboard-nav .clr-marker:focus,.clr-keyboard-nav .clr-segmented input:focus+label{outline:none;box-shadow:0 0 0 2px #1e90ff,0 0 2px 2px #fff}.clr-picker[data-alpha=false] .clr-alpha{display:none}.clr-picker[data-minimal=true]{padding-top:16px}.clr-picker[data-minimal=true] .clr-alpha,.clr-picker[data-minimal=true] .clr-color,.clr-picker[data-minimal=true] .clr-gradient,.clr-picker[data-minimal=true] .clr-hue,.clr-picker[data-minimal=true] .clr-preview{display:none}.clr-dark{background-color:#444}.clr-dark .clr-segmented{border-color:#777}.clr-dark .clr-swatches button:after{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3)}.clr-dark input.clr-color{color:#fff;border-color:#777;background-color:#555}.clr-dark input.clr-color:focus{border-color:#1e90ff}.clr-dark .clr-preview:after{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.5)}.clr-dark .clr-alpha,.clr-dark .clr-alpha div,.clr-dark .clr-preview:before,.clr-dark .clr-swatches button{background-image:repeating-linear-gradient(45deg,#666 25%,transparent 0,transparent 75%,#888 0,#888),repeating-linear-gradient(45deg,#888 25%,#444 0,#444 75%,#888 0,#888)}.clr-picker.clr-polaroid{border-radius:6px;box-shadow:0 0 5px rgba(0,0,0,.1),0 5px 30px rgba(0,0,0,.2)}.clr-picker.clr-polaroid:before{content:"";display:block;position:absolute;width:16px;height:10px;left:20px;top:-10px;border:solid transparent;border-width:0 8px 10px 8px;border-bottom-color:currentColor;box-sizing:border-box;color:#fff;filter:drop-shadow(0 -4px 3px rgba(0,0,0,.1));pointer-events:none}.clr-picker.clr-polaroid.clr-dark:before{color:#444}.clr-picker.clr-polaroid.clr-left:before{left:auto;right:20px}.clr-picker.clr-polaroid.clr-top:before{top:auto;bottom:-10px;transform:rotate(180deg)}.clr-polaroid .clr-gradient{width:calc(100% - 20px);height:120px;margin:10px;border-radius:3px}.clr-polaroid .clr-alpha,.clr-polaroid .clr-hue{width:calc(100% - 30px);height:10px;margin:6px 15px;border-radius:5px}.clr-polaroid .clr-alpha div,.clr-polaroid .clr-hue div{box-shadow:0 0 5px rgba(0,0,0,.2)}.clr-polaroid .clr-format{width:calc(100% - 20px);margin:0 10px 15px}.clr-polaroid .clr-swatches{width:calc(100% - 12px);margin:0 6px}.clr-polaroid .clr-swatches div{padding-bottom:10px}.clr-polaroid .clr-swatches button{width:22px;height:22px}.clr-polaroid input.clr-color{width:calc(100% - 60px);margin:10px 10px 15px 0}.clr-polaroid .clr-clear{margin:0 10px 15px auto}.clr-polaroid .clr-preview{margin:10px 0 15px 10px}.clr-picker.clr-large{width:275px}.clr-large .clr-gradient{height:150px}.clr-large .clr-swatches button{width:22px;height:22px}#UI_iconContainer{position:absolute;top:30px;left:20px}.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{position:absolute;color:#fff;bottom:15px;right:20px;cursor:pointer;width:40px}#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:11px;margin-bottom:10px}.UI_row{display:flex}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(../fonts/roboto-v30-latin-regular.eot);src:local(""),url(../fonts/roboto-v30-latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-v30-latin-regular.woff2) format("woff2"),url(../fonts/roboto-v30-latin-regular.woff) format("woff"),url(../fonts/roboto-v30-latin-regular.ttf) format("truetype"),url(../img/roboto-v30-latin-regular.svg#Roboto) format("svg")}html{--theme-light-backgroundColor:#f9f9f9;--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-UI_window_backgroundColor_notBlurred:hsla(0,0%,93%,.98);--theme-dark-UI_window_backgroundColor_notBlurred:rgba(53,53,58,.95);--theme-light-UI_window_backgroundColor_blurred:hsla(0,0%,93%,.85);--theme-dark-UI_window_backgroundColor_blurred:rgba(53,53,58,.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:Roboto,Helvetica,Arial;font-weight:400;transition:background-color .2s}.light body{background-color:#f9f9f9;background-color:var(--theme-light-backgroundColor,#f9f9f9)}.dark body{background-color:#1f2023;background-color:var(--theme-dark-backgroundColor,#1f2023)}.light body{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark body{color:#eee;color:var(--theme-dark-textColor,#eee)}