:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;--ui-scale: clamp(.55, 1.3vw, 1);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{height:100%;width:100%;margin:0;padding:0;overflow:hidden}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){:root{--bg: #212121;--text: #ffffff;--fg-color:#FBA04D;--fg-hover: #6e76ac;--fg-selected: #FBA04D;--window-border: 1px solid #212121;--window-background: #212121;--window-legend:#212121;--plot-bg: #212121;--plot-fg: #ffffff;--plot-grid: rgba(171, 171, 171, .359);--plot-axis: rgba(255,255,255,.75);--plot-legend-bg: rgba(0,0,0,.5);--plot-legend-border: rgba(255,255,255,.2);--btn-bg: rgba(224, 224, 224, .06);--btn-border: rgba(255,255,255,.06);--btn-color: #fff;--btn-apply-bg: #FBA04D;--btn-apply-border: #FBA04D;--btn-hover-border: #f9b83fb3;--btn-hover-shadow:#f9b83fb6;--input-border: rgba(255,255,255,.2);--input-bg: rgba(255,255,255,.06);--input-color: #eee;--auto-btn-bg: #FBA04D;--auto-btn-border: #FBA04D;--auto-btn-color: #212121 ;--tab-background: #212121;--tab-border: rgba(255,255,255,.12);--tab-text: #eee;--tab-hover-bg: rgba(255,255,255,.08);--tab-hover-border: #6e76ac;--tab-active-border: #FBA04D;--tune-group-bg: rgba(255, 255, 255, .03);--tune-group-border: rgba(255, 255, 255, .08);--tune-group-hover-bg: rgba(103, 115, 134, .18);--tune-group-hover-border: rgba(103, 115, 134, .25);--tune-group-hover-shadow:0 4px 10px -5px #f9b83fcb;--slider-track-bg: rgba(255, 255, 255, .15);--slider-track-fill: #FBA04D;--slider-thumb-bg: #FBA04D;--slider-thumb-border: #FBA04D}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.loading-overlay{position:fixed;inset:0;z-index:9999;background:radial-gradient(circle at center,#1e1e1e99,#000000d9);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;cursor:wait;animation:fadeIn 1s ease forwards}.loading-spinner{width:60px;height:60px;border:5px solid rgba(255,255,255,.2);border-top:5px solid rgba(110,118,172,1);border-radius:50%;animation:spin 1.5s linear infinite,pulse 3s ease-in-out infinite;box-shadow:0 0 20px #6e76ac99}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{box-shadow:0 0 10px #6e76ac66}50%{box-shadow:0 0 25px #6e76accc}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:0}to{opacity:1}}.window{background:var(--window-background, pink);color:var(--text, black);border:var(--window-border)}body{background:var(--bg, red);color:var(--text, blue)}.btn{padding:6px 12px;border-radius:40px;background:var(--btn-bg);border:1px solid var(--btn-border);color:var(--btn-color);cursor:pointer;font-weight:600}.btn:hover{background:var(--tune-group-hover-bg);border:1px solid var(--tune-group-border);box-shadow:0 4px 10px -5px #f9b83fb6;transition:all .3s ease}.btn:focus{outline:none}.btn:active{box-shadow:none;transition:all .3s ease}.btn-apply{padding:6px 12px;border-radius:40px;background:var(--btn-apply-bg);border:1px solid var(--btn-apply-border);color:var(--btn-color);cursor:pointer;font-weight:600}.auto-btn{padding:6px 12px;border-radius:40px;background:var(--auto-btn-bg);border:1px solid var(--auto-btn-border);color:var(--auto-btn-color);font-weight:600;cursor:pointer}.input{padding:8px 10px;border-radius:40px;border:1px solid var(--input-border);background-color:var(--input-bg);color:var(--input-color);outline:none;width:150px;transition:background .2s,border-color .2s,color .2s}.input::placeholder{color:"--fg-color"}.tab{height:100%;display:flex;flex-direction:column;border-radius:20px;box-shadow:1px 0 8px #00000096;border:1px solid var(--btn-border, #04092C);-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);width:99.5%;background:var(--tab-background)}.tab-header{display:flex}.tab-button{padding:8px 16px;border:none;border-bottom:3px solid transparent;font-weight:500;cursor:pointer;background:transparent;color:var(--tab-text);transition:all .2s ease;margin-right:0;border-radius:6px 6px 0 0}.tab-button:hover{background:var(--tab-hover-bg);border-bottom-color:var(--tab-hover-border)}.tab-button:focus{outline:none}.tab-button.active{font-weight:500;border-bottom-color:var(--tab-active-border);outline:none}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:var(--slider-track-bg);border-radius:3px;outline:none;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{height:6px;background:var(--slider-track-bg);border-radius:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--slider-thumb-bg);border:2px solid var(--slider-thumb-border);margin-top:-4px;transition:all .2s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 3px 1px #f9b83fa8}input[type=range]::-moz-range-track{height:6px;background:var(--slider-track-bg);border-radius:3px}input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--slider-thumb-bg);border:2px solid var(--slider-thumb-border);transition:all .2s}input[type=range]::-moz-range-thumb:hover{transform:scale(1.1)}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,var(--slider-track-fill, #3b82f6) 0%,var(--slider-track-fill, #3b82f6) var(--value-percent, 50%),var(--slider-track-bg, rgba(255,255,255,.15)) var(--value-percent, 50%),var(--slider-track-bg, rgba(255,255,255,.15)) 100%);outline:none;cursor:pointer}._container_1cja0_1{position:absolute;top:8%;right:21.4%;display:flex;flex-direction:column;gap:8px;padding:8px 12px;border-radius:10px;background:var(--btn-bg, #04092C);border:1.5px solid var(--btn-border, #04092C);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;font-size:14px;font-weight:500;z-index:10;box-shadow:1px 0 3px #0f0f0f7d}._item_1cja0_20{display:flex;align-items:center;gap:6px}._colorBox_1cja0_26{display:inline-block;width:14px;height:14px;border-radius:4px}._componentBrowser_1b3np_3{position:relative;inset:0;width:100%;height:100%;display:flex;flex-direction:column;outline:none;border-radius:clamp(10px,2vw,24px)}._browserHeader_1b3np_15{padding:3%;height:12%;width:90%;display:flex;flex-direction:column;gap:.2%;border-radius:clamp(10px,2vw,24px)}._headerTitle_1b3np_27{font-weight:700;font-size:clamp(16px,1.8vw,22px);height:60%;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerSubtitle_1b3np_38{font-size:clamp(12px,1vw,16px);opacity:.75;margin-top:.3%;height:40%;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._browserSearch_1b3np_50{display:flex;gap:1%;width:90%;flex-wrap:wrap;box-sizing:border-box;padding:2%}._input_1b3np_62{flex:1;min-width:0;padding:.5% 1%;border-radius:.5%;border:.1% solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;font-size:1rem}._clearBtn_1b3np_76{padding:.5% 1%;border-radius:1%;background:#ffffff0f;border:.1% solid rgba(255,255,255,.18);color:#fff;cursor:pointer;font-size:1rem}._browserList_1b3np_90{padding:1%;width:95%;overflow-y:auto;display:flex;flex-direction:column;gap:2%;min-height:0;flex:1;border-radius:clamp(10px,2vw,24px)}._noSuggestions_1b3np_104{opacity:.8;font-size:.8vw;padding:1%}._container_ldu9d_2{display:flex;flex-direction:column;gap:.5%}._label_ldu9d_9{font-weight:500;color:#e5e7eb;font-size:clamp(.7rem,1vw,.8rem)}._input_ldu9d_16{padding:.6em 1em;border-radius:2em;border:1.5px solid var(--input-border, rgb(233, 234, 235));background-color:#212121;color:var(--input-color, #fff);outline:none;width:50%;max-width:250px;min-width:100px;font-size:clamp(.7rem,1vw,.8rem);transition:background .2s,border-color .2s,color .2s}._inputSmall_ldu9d_34{padding:.2em .6em;border-radius:2em;border:1.5px solid var(--input-border, rgb(233, 234, 235));background-color:#212121;color:var(--input-color, #fff);outline:none;width:auto;min-width:30px;max-width:50px;height:20px;font-size:clamp(.6rem,1vw,.8rem);transition:background .2s,border-color .2s,color .2s}._inputSmall_ldu9d_34::placeholder{color:#fff}._inputSmall_ldu9d_34:focus{border:1.5px solid #f9b83fb3;box-shadow:0 .5% 1.5% -.3% #f9b83fb6}._inputSmall_ldu9d_34:disabled{opacity:.5;cursor:not-allowed}._input_ldu9d_16::placeholder{color:#fff}._input_ldu9d_16:focus{border:1.5px solid #f9b83fb3;box-shadow:0 .5% 1.5% -.3% #f9b83fb6}._input_ldu9d_16:disabled{opacity:.5;cursor:not-allowed}._btn_134ny_1,._btnApply_134ny_2,._autoBtn_134ny_3{padding:clamp(.25rem,1vw,.375rem) clamp(.5rem,2vw,.75rem);border-radius:clamp(1.5rem,8vw,2.5rem);font-weight:600;font-size:clamp(.85rem,1.2vw,1rem);cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:1;flex-grow:0;flex-basis:auto}._btn_134ny_1{background:var(--btn-bg, #04092C);border:.094rem solid var(--btn-border, #04092C);color:var(--btn-color, #fff);box-shadow:.063rem 0 .188rem #0f0f0f7d}._btn_134ny_1:hover{border:.094rem solid var(--btn-hover-border);box-shadow:0 .25rem .5rem -.313rem var(--btn-hover-shadow)}._btnApply_134ny_2{background:var(--btn-apply-bg, #FBA04D);border:.063rem solid var(--btn-apply-border, #FBA04D)}._autoBtn_134ny_3{background:var(--auto-btn-bg, #FBA04D);border:.063rem solid var(--auto-btn-border, #FBA04D);color:var(--auto-btn-color, #111)}._autoBtn_134ny_3:hover{border:.063rem solid #f9b83f;box-shadow:0 .188rem .5rem -.313rem #f9b83fb6}button:disabled{opacity:.5;cursor:not-allowed}._btn_134ny_1:focus{outline:none}._btn_134ny_1:active{box-shadow:none}._browserRow_6kbh4_1{width:90%;display:flex;align-items:center;gap:3%;cursor:pointer;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:3%;background:#ffffff08;transition:background .12s ease,border-color .12s ease;flex:0 0 auto}._rowThumbnail_6kbh4_17{flex:0 0 20%;aspect-ratio:4 / 3;height:auto;max-width:72px;max-height:54px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}._rowThumbnail_6kbh4_17 img{width:100%;height:100%;object-fit:contain}._noImage_6kbh4_44{font-size:11px;opacity:.6}._rowTitle_6kbh4_49{font-size:15px;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._container_gqmxz_1{position:relative;inset:0;width:98%;height:100%;display:flex;flex-direction:column;outline:none;border-radius:clamp(10px,2vw,24px)}._header_gqmxz_13{padding:2% 4%;display:flex;align-items:center;justify-content:space-between}._headerTitle_gqmxz_20{font-weight:700;font-size:clamp(16px,1.8vw,22px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerSubtitle_gqmxz_28{font-size:clamp(12px,1vw,16px);opacity:.75;margin-top:2px;margin-bottom:8px;font-weight:700}._btnGroup_gqmxz_37{display:flex;gap:8px}._body_gqmxz_42{padding:6% 3%;overflow-y:auto;display:flex;flex-direction:column;gap:2%;height:100%;border-radius:clamp(10px,2vw,24px);top:1%}._tuneGroup_gqmxz_53{padding:3%;border-radius:clamp(10px,2vw,24px);transition:all .3s ease}._btn_gqmxz_37{padding:6px 10px;border-radius:8px;cursor:pointer}._btn-apply_gqmxz_69{color:#fff;font-weight:600}._loadingPlaceholder_gqmxz_74{flex:1;display:flex;align-items:center;justify-content:center;font-style:italic;color:var(--text);z-index:30}._container_p045x_2{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;width:100%}._labelRow_p045x_11{display:flex;justify-content:space-between;font-size:clamp(10px,1.3vw,13px);width:100%;align-items:center}._valueGroup_p045x_20{display:flex;align-items:center;gap:4px}._baselineLabel_p045x_27{opacity:.6;font-size:12px}._currentValue_p045x_33{font-weight:600;font-size:12px}._sliderContainer_p045x_39{position:relative;width:100%;height:28px}._track_p045x_47{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:6px;background:var(--slider-bg, #444);border-radius:6px;pointer-events:none;z-index:1}._sliderGhost_p045x_60{position:relative;width:10px;height:10px;border-radius:50%;border:2px solid rgba(251,161,77,.5);background:transparent;pointer-events:none;z-index:2;transform:translate(-50%,-50%);top:50%}._slider_p045x_39{-webkit-appearance:none;width:100%;height:6px;border-radius:6px;background:transparent;outline:none;transition:background .2s;position:relative;z-index:10}._slider_p045x_39::-webkit-slider-runnable-track{height:6px;background:var(--slider-bg, #444);border-radius:6px}._slider_p045x_39::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--slider-thumb, #fba14d);cursor:pointer;position:relative;z-index:10;margin-top:-4px}._slider_p045x_39::-moz-range-track{height:6px;background:var(--slider-bg, #444);border-radius:6px}._slider_p045x_39::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--slider-thumb, #fba14d);cursor:pointer}._slider_p045x_39::-moz-focus-outer{border:0}._noImage_p045x_133{font-size:11px;opacity:.6;text-align:center}._container_p90jl_1{padding:14px;border-radius:12px;background:var(--tune-group-bg);border:1px solid var(--tune-group-border);box-shadow:none}._container_p90jl_1[data-hovered=true]{background:var(--tune-group-hover-bg);border:1px solid var(--tune-group-hover-border);box-shadow:var(--tune-group-hover-shadow)}._title_p90jl_16{font-weight:700;font-size:clamp(14px,1.3vw,18px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:5%}._window_1gz5t_4{position:fixed;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:1%;padding:.5% 1%;border-radius:clamp(.5rem,4vw,2.5rem);border:1px solid var(--btn-border, #04092C);background:var(--window-background, rgba(175, 175, 175, .24));-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);box-shadow:2px 0 10px #0f0f0f7d;height:auto;overflow:visible;z-index:30}._left_1gz5t_26{position:fixed;left:.5%;top:1%;width:40%;display:flex;align-items:center;gap:1%;padding:.3% .5%}._right_1gz5t_41{position:fixed;top:1%;left:42.5%;width:35.5%;display:flex;overflow:visible;align-items:center;gap:1%;padding:.3% .5%}._buttonGroup_1gz5t_57{display:flex;flex-wrap:nowrap;gap:1%;align-items:center;overflow-x:auto;white-space:nowrap;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin}._buttonGroup_1gz5t_57::-webkit-scrollbar{height:.8%}._buttonGroup_1gz5t_57::-webkit-scrollbar-thumb{background:#6464644d;border-radius:.5%}._buttonGroup_1gz5t_57::-webkit-scrollbar-track{background:#0000000d;border-radius:.5%}._buttonGroup_1gz5t_57:after{content:"";flex:0 0 2%}._logoContainer_1gz5t_95{display:flex;align-items:center;justify-content:center;width:30px;height:30px;cursor:pointer;border-radius:20%;overflow:hidden;margin:0 .5%;flex-shrink:0}._window_1rgrf_3{width:20%;height:98%;top:1%;right:.5%;position:relative;display:flex;flex-direction:column;border-radius:clamp(10px,2vw,24px);border:1px solid var(--btn-border, #04092C);box-shadow:1px 0 clamp(4px,.8vw,10px) #00000096;-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);background:var(--window-background, rgba(175, 175, 175, .24));z-index:31;transition:all .2s ease}._placeholder_1rgrf_27{padding:clamp(4px,.7vw,10px) clamp(6px,1vw,14px);opacity:.85;font-size:clamp(12px,1.2vw,16px);color:var(--text)}._placeholderTitle_1rgrf_34{padding:clamp(4px,.7vw,10px) clamp(6px,1vw,14px);font-weight:700;font-size:clamp(16px,1.8vw,22px);margin-bottom:clamp(4px,.6vw,10px)}._overlay_977eu_1{position:fixed;inset:0;z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#212121;display:flex;align-items:center;justify-content:center;pointer-events:auto}._window_977eu_13{width:82vw;max-width:1400px;height:78vh;background:#212121b3;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;overflow:hidden}._header_977eu_26{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(255,255,255,.12)}._title_977eu_34{font-weight:700;color:#fff}._closeButton_977eu_39{padding:6px 10px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;transition:background .15s ease}._closeButton_977eu_39:hover{background:#ffffff26}._canvasContainer_977eu_53{position:relative;flex:1}._overlay_18cii_1{position:fixed;inset:0;z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#2121213d;display:flex;align-items:center;justify-content:center;pointer-events:auto}._window_18cii_13{width:min(90vw,420px);height:auto;max-height:90vh;background:#212121cc;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;overflow:hidden}._header_18cii_33{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(255,255,255,.12)}._title_18cii_41{font-weight:700;color:#fff}._closeButton_18cii_46{padding:6px 10px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;transition:background .15s ease}._closeButton_18cii_46:hover{background:#ffffff26}._canvasContainer_18cii_61{position:relative;flex:1;overflow-y:auto;padding:20px 28px;max-width:520px;margin:0 auto;font-weight:500;color:#fff;text-align:center;line-height:2;-webkit-font-smoothing:antialiased}._footer_18cii_80{display:flex;justify-content:flex-end;align-items:center;gap:1.2vw;padding:1.5vh 2vw;border-top:1px solid rgba(255,255,255,.12);background:#00000080}._footerButton_18cii_91{padding:.8vh 1.8vw;border-radius:8px;font-weight:600;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;cursor:pointer;transition:all .2s ease-in-out;flex-shrink:0}._footerButton_18cii_91:hover{background:#ffffff26;transform:translateY(-1px)}._footerButton_18cii_91:active{transform:scale(.97)}._footerButton_18cii_91._primary_18cii_112{background:#f9b83f;color:#111;border-color:#f9b83f}._footerButton_18cii_91._primary_18cii_112:hover{background:#ffcb5b}._overlay_1gkke_1{position:fixed;inset:0;z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#2121213d;display:flex;align-items:center;justify-content:center;pointer-events:auto}._window_1gkke_13{width:min(90vw,420px);height:auto;max-height:90vh;background:#212121cc;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;overflow:hidden}._header_1gkke_33{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(255,255,255,.12)}._title_1gkke_41{font-weight:700;color:#fff}._closeButton_1gkke_46{padding:6px 10px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;transition:background .15s ease}._closeButton_1gkke_46:hover{background:#ffffff26}._canvasContainer_1gkke_61{position:relative;flex:1;overflow-y:auto;padding:20px 28px;max-width:520px;margin:0 auto;font-weight:500;color:#fff;text-align:center;line-height:2;-webkit-font-smoothing:antialiased}._footer_1gkke_79{display:flex;justify-content:flex-end;align-items:center;gap:1.2vw;padding:1.5vh 2vw;border-top:1px solid rgba(255,255,255,.12);background:#00000080}._footerButton_1gkke_90{padding:.8vh 1.8vw;border-radius:8px;font-weight:600;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;cursor:pointer;transition:all .2s ease-in-out;flex-shrink:0}._footerButton_1gkke_90:hover{background:#ffffff26;transform:translateY(-1px)}._footerButton_1gkke_90:active{transform:scale(.97)}._footerButton_1gkke_90._primary_1gkke_111{background:#f9b83f;color:#111;border-color:#f9b83f}._footerButton_1gkke_90._primary_1gkke_111:hover{background:#ffcb5b}._overlay_pmc9i_1{position:fixed;inset:0;z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#2121213d;display:flex;align-items:center;justify-content:center;pointer-events:auto}._window_pmc9i_13{width:25vw;max-width:1400px;height:25vh;background:#212121cc;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;overflow:hidden}._header_pmc9i_26{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(255,255,255,.12)}._title_pmc9i_34{font-weight:700;color:#fff}._closeButton_pmc9i_39{padding:6px 10px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;transition:background .15s ease}._closeButton_pmc9i_39:hover{background:#ffffff26}._canvasContainer_pmc9i_54{position:relative;flex:1}._footer_pmc9i_59{display:flex;justify-content:flex-end;align-items:center;gap:1.2vw;padding:1.5vh 2vw;border-top:1px solid rgba(255,255,255,.12);background:#00000080}._footerButton_pmc9i_70{padding:.8vh 1.8vw;border-radius:8px;font-weight:600;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;cursor:pointer;transition:all .2s ease-in-out;flex-shrink:0}._footerButton_pmc9i_70:hover{background:#ffffff26;transform:translateY(-1px)}._footerButton_pmc9i_70:active{transform:scale(.97)}._footerButton_pmc9i_70._primary_pmc9i_91{background:#f9b83f;color:#111;border-color:#f9b83f}._footerButton_pmc9i_70._primary_pmc9i_91:hover{background:#ffcb5b}.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:#ffffffbf;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:#ffffffbf}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:#000000bf}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:#000000bf}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-cancel-icon{background:transparent;border:none;color:#808080bf;cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:#000000bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:#808080bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:#000000bf}.shepherd-title{color:#000000bf;display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}.shepherd-text{color:#000000bf;font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:#fff;border:none;border-radius:5px;box-shadow:0 1px 4px #0003;margin:0;max-width:400px;opacity:0;outline:none;padding:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0s .3s,opacity .3s 0s;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}.custom-shepherd-theme .shepherd-content{background-color:#fff;color:#000;font-family:Arial,sans-serif;font-size:16px;font-weight:700;border-radius:12px;padding:16px;box-shadow:0 4px 12px #0000004d}.custom-shepherd-theme .shepherd-arrow:before{border-color:#fba04d!important}.custom-shepherd-theme .shepherd-button{background-color:#fba04d;color:#fff;border:none;border-radius:6px;padding:6px 14px;cursor:pointer;font-weight:600;margin-left:4px}.custom-shepherd-theme .shepherd-button:hover{background-color:#f78b4a}.shepherd-modal-overlay-container{background-color:#ffffff49}.shepherd-modal-is-visible .shepherd-target{box-shadow:0 0 0 4px #fba04d;border-radius:8px;position:relative;z-index:9999}._overlay_lg1he_1{position:fixed;inset:0;z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#2121213d;display:flex;align-items:center;justify-content:center;pointer-events:auto}._window_lg1he_13{width:min(90vw,420px);height:auto;max-height:90vh;background:#212121cc;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;overflow:hidden}._header_lg1he_33{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(255,255,255,.12)}._title_lg1he_41{font-weight:700;color:#fff}._closeButton_lg1he_46{padding:6px 10px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;transition:background .15s ease}._closeButton_lg1he_46:hover{background:#ffffff26}._canvasContainer_lg1he_61{position:relative;flex:1;overflow-y:auto;padding:20px 28px;max-width:520px;margin:0 auto;font-weight:500;color:#fff;text-align:center;line-height:2;-webkit-font-smoothing:antialiased}._footer_lg1he_80{display:flex;justify-content:flex-end;align-items:center;gap:1.2vw;padding:1.5vh 2vw;border-top:1px solid rgba(255,255,255,.12);background:#00000080}._footerButton_lg1he_91{padding:.8vh 1.8vw;border-radius:8px;font-weight:600;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;cursor:pointer;transition:all .2s ease-in-out;flex-shrink:0}._footerButton_lg1he_91:hover{background:#ffffff26;transform:translateY(-1px)}._footerButton_lg1he_91:active{transform:scale(.97)}._footerButton_lg1he_91._primary_lg1he_112{background:#f9b83f;color:#111;border-color:#f9b83f}._footerButton_lg1he_91._primary_lg1he_112:hover{background:#ffcb5b}
