._modalOverlay_1vlw5_1{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalContent_1vlw5_29{background:#1a1a1a;border-radius:12px;width:90vw;max-width:800px;height:80vh;max-height:600px;display:flex;flex-direction:column;border:1px solid #333;box-shadow:0 20px 40px #0000004d;overflow:hidden}._modalHeader_1vlw5_57{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #333;background:#222}._modalHeader_1vlw5_57 h2{margin:0;color:#fff;font-size:1.25rem}._closeButton_1vlw5_87{background:none;border:none;color:#999;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:all .2s}._closeButton_1vlw5_87:hover{color:#fff;background:#333}._bucketInfo_1vlw5_121{padding:.75rem 1.5rem;background:#111;color:#888;font-size:.875rem;border-bottom:1px solid #333}._navigationBar_1vlw5_137{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #333;background:#1a1a1a}._breadcrumb_1vlw5_155{display:flex;align-items:center;flex:1;overflow-x:auto}._breadcrumbButton_1vlw5_169{background:none;border:none;color:#4a90e2;cursor:pointer;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;white-space:nowrap;transition:background .2s}._breadcrumbButton_1vlw5_169:hover{background:#333}._breadcrumbSeparator_1vlw5_201{color:#666;margin:0 .5rem;-webkit-user-select:none;user-select:none}._backButton_1vlw5_213{background:#333;border:1px solid #444;color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s;margin-left:1rem}._backButton_1vlw5_213:hover{background:#444;border-color:#555}._searchContainer_1vlw5_247{padding:1rem 1.5rem;border-bottom:1px solid #333}._searchInput_1vlw5_257{width:100%;padding:.75rem 1rem;background:#111;border:1px solid #333;border-radius:6px;color:#fff;font-size:.875rem;transition:border-color .2s}._searchInput_1vlw5_257:focus{outline:none;border-color:#4a90e2}._searchInput_1vlw5_257::placeholder{color:#666}._fileList_1vlw5_297{flex:1;overflow-y:auto;padding:.5rem}._fileItems_1vlw5_309{display:flex;flex-direction:column;gap:.25rem}._folderItem_1vlw5_321,._fileItem_1vlw5_309{display:flex;align-items:center;padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid transparent}._folderItem_1vlw5_321:hover,._fileItem_1vlw5_309:hover{background:#2a2a2a;border-color:#4a90e2}._selectedFile_1vlw5_361{background:rgba(74,144,226,.1)!important;border-color:#4a90e2!important}._folderIcon_1vlw5_371,._fileIcon_1vlw5_371{font-size:1.2rem;margin-right:.75rem;flex-shrink:0}._folderName_1vlw5_383{color:#fff;font-weight:500}._fileDetails_1vlw5_393{flex:1;min-width:0}._filename_1vlw5_403{color:#fff;font-weight:500;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileMeta_1vlw5_421{color:#888;font-size:.8rem}._loadingState_1vlw5_431,._errorState_1vlw5_431,._emptyState_1vlw5_431{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:#888}._spinner_1vlw5_451{width:2rem;height:2rem;border:2px solid #333;border-top:2px solid #4a90e2;border-radius:50%;animation:_spin_1vlw5_451 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1vlw5_451{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._retryButton_1vlw5_481{background:#4a90e2;border:none;color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;margin-top:1rem;transition:background .2s}._retryButton_1vlw5_481:hover{background:#357abd}._footer_1vlw5_511{padding:1rem 1.5rem;border-top:1px solid #333;background:#111;color:#888;font-size:.875rem}._fileList_1vlw5_297::-webkit-scrollbar{width:8px}._fileList_1vlw5_297::-webkit-scrollbar-track{background:#111}._fileList_1vlw5_297::-webkit-scrollbar-thumb{background:#333;border-radius:4px}._fileList_1vlw5_297::-webkit-scrollbar-thumb:hover{background:#444}._selectorSection_1st9t_1{margin-bottom:1rem}._selectorBox_1st9t_9{border:2px dashed #444;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#1a1a1a;color:#ccc}._selectorBox_1st9t_9:hover{border-color:#4a90e2;background:#222;color:#4a90e2}._selectorBox_1st9t_9._loading_1st9t_43{cursor:not-allowed;opacity:.6;border-color:#666}._selectorBox_1st9t_9._loading_1st9t_43:hover{border-color:#666;background:#1a1a1a;color:#ccc}._selectorLabel_1st9t_67{font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}._selectorLabel_1st9t_67:before{content:"📁";font-size:1.2em}._uploadSection_13qgs_1{margin-bottom:2rem}._uploadBox_13qgs_9{background:#222;border:1px solid #444;border-radius:4px;padding:1.5rem;transition:all .2s ease;text-align:center;cursor:pointer;position:relative}._uploadBox_13qgs_9:hover{background:#333;border-color:#555}._uploadBox_13qgs_9._dragOver_13qgs_41{background:#2a2a4a;border:2px dashed #4a90e2;border-color:#4a90e2;transform:scale(1.02)}._hiddenInput_13qgs_55{display:none}._uploadLabel_13qgs_63{color:#fff;font-weight:500;transition:color .2s ease}._uploadBox_13qgs_9._dragOver_13qgs_41 ._uploadLabel_13qgs_63{color:#4a90e2}._popover_1kush_1{position:fixed;z-index:1000;background:#2a2a2a;border:1px solid #555;border-radius:6px;padding:8px;box-shadow:0 4px 12px #0006;width:160px}._swatchGrid_1kush_23{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-bottom:8px}._swatch_1kush_23{width:24px;height:24px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .1s}._swatch_1kush_23:hover{transform:scale(1.2)}._swatch_1kush_23._active_1kush_63{border-color:#fff}._controls_1kush_71{display:flex;gap:4px}._controlBtn_1kush_81{flex:1;padding:4px 6px;border:1px solid #555;border-radius:4px;background:#333;color:#ccc;font-size:.75rem;cursor:pointer;text-align:center}._controlBtn_1kush_81:hover{background:#444}._controlBtn_1kush_81._active_1kush_63{background:#2196F3;border-color:#2196f3;color:#fff}._selectorRoot_6iwp5_1{display:flex;flex-direction:column;gap:1.25rem}._controlGroup_6iwp5_7{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}._label_6iwp5_14{font-weight:600;color:#ccc;font-size:.9rem}._plotModeToggle_6iwp5_21{display:flex;flex-direction:column;gap:.5rem}._toggleButton_6iwp5_27{padding:.75rem 1rem;border:1px solid #444;border-radius:4px;background:#222;color:#ccc;cursor:pointer;font-size:.85rem;transition:all .2s ease;text-align:left}._toggleButton_6iwp5_27:hover{background:#333;border-color:#666}._toggleButton_6iwp5_27._active_6iwp5_44{background:#2196F3;border-color:#2196f3;color:#fff}._scatterPlotConfig_6iwp5_51{margin-bottom:1.5rem}._sectionTitle_6iwp5_55{font-size:1rem;font-weight:600;color:#ccc;margin-bottom:1rem;border-bottom:1px solid #333;padding-bottom:.5rem}._variableSelectionGroup_6iwp5_64{margin-bottom:1rem}._variableSelectRow_6iwp5_68{margin-bottom:1rem;padding:.75rem;background:#222;border:1px solid #444;border-radius:4px}._variableLabel_6iwp5_76{display:block;font-weight:600;color:#ccc;font-size:.9rem;margin-bottom:.25rem}._selectLabel_6iwp5_84{display:block;font-size:.8rem;color:#999;margin-bottom:.5rem}._variableSelect_6iwp5_64{width:100%;padding:.5rem;border:1px solid #444;border-radius:4px;background:#333;color:#fff;font-size:.85rem}._variableSelect_6iwp5_64:focus{outline:none;border-color:#2196f3}._filterOption_6iwp5_106{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#222;border:1px solid #444;border-radius:4px}._filterOption_6iwp5_106 input[type=checkbox]{width:14px;height:14px;accent-color:#2196F3}._variableCategory_6iwp5_122{margin-bottom:1rem}._categoryTitle_6iwp5_126{font-size:.9rem;font-weight:600;color:#2196f3;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #333}._checkboxContainer_6iwp5_135{max-height:250px;overflow-y:auto;border:1px solid #444;border-radius:4px;padding:.75rem;background:#222}._variableItem_6iwp5_144{display:flex;align-items:center;margin-bottom:.5rem;padding:.25rem;border-radius:2px}._variableItem_6iwp5_144:hover{background:#333}._checkboxWrapper_6iwp5_156{display:flex;align-items:center;gap:.5rem;flex:1}._checkboxWrapper_6iwp5_156 input[type=checkbox]{margin:0;width:14px;height:14px;accent-color:#666}._checkboxWrapper_6iwp5_156 input[type=radio]{margin:0;width:14px;height:14px;accent-color:#2196F3!important}._checkboxLabel_6iwp5_177{font-weight:400;color:#ccc;cursor:pointer;margin:0;font-size:.85rem}._settingsGroup_6iwp5_186{margin-bottom:1.5rem;border-top:1px solid #333;padding-top:1rem}._settingsHeading_6iwp5_192{font-size:1rem;font-weight:600;color:#ccc;margin-bottom:1rem}._settingsContainer_6iwp5_199{display:flex;flex-direction:column;gap:.75rem;background:#222;border:1px solid #444;border-radius:4px;padding:.75rem}._settingItem_6iwp5_209{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;border-radius:2px}._settingItem_6iwp5_209:hover{background:#333}._settingLabel_6iwp5_221{font-size:.85rem;color:#ccc}._settingControls_6iwp5_226{display:flex;flex-direction:column;gap:.5rem;width:100%}._settingInput_6iwp5_233{width:60px;padding:2px 4px;border:1px solid #444;border-radius:3px;background:#333;color:#fff;font-size:.85rem;text-align:center;align-self:flex-end}._settingInput_6iwp5_233:focus{outline:none;border-color:#666}._settingInput_6iwp5_233::-webkit-inner-spin-button,._settingInput_6iwp5_233::-webkit-outer-spin-button{opacity:1;height:20px}._settingSlider_6iwp5_257{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:#333;outline:none}._settingSlider_6iwp5_257::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#ff4444;cursor:pointer;transition:all .15s ease}._settingSlider_6iwp5_257::-moz-range-thumb{width:12px;height:12px;border:none;border-radius:50%;background:#ff4444;cursor:pointer;transition:all .15s ease}._settingSlider_6iwp5_257::-webkit-slider-thumb:hover,._settingSlider_6iwp5_257::-webkit-slider-thumb:active{transform:scale(1.2);background:#ff6666}._settingSlider_6iwp5_257::-moz-range-thumb:hover,._settingSlider_6iwp5_257::-moz-range-thumb:active{transform:scale(1.2);background:#ff6666}._settingSlider_6iwp5_257::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:linear-gradient(to right,#ff4444 var(--value-percent, 0%),#333 var(--value-percent, 0%))}._settingSlider_6iwp5_257::-moz-range-track{height:4px;border-radius:2px;background:linear-gradient(to right,#ff4444 var(--value-percent, 0%),#333 var(--value-percent, 0%))}._dataFilteringSection_6iwp5_313{margin-top:1rem;padding:.75rem;background:#1a1a1a;border:1px solid #444;border-radius:4px}._filterSectionTitle_6iwp5_321{font-size:.9rem;font-weight:600;color:#ccc;margin-bottom:1rem;border-bottom:1px solid #333;padding-bottom:.5rem}._quantileControl_6iwp5_330{display:flex;flex-direction:column;gap:1rem}._quantileRow_6iwp5_336{display:flex;flex-direction:column;gap:.5rem}._quantileLabel_6iwp5_342{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:#ccc;margin:0}._quantileInfo_6iwp5_352{font-size:.75rem;color:#888;cursor:help;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;border:1px solid #666;background:#333}._quantileInputGroup_6iwp5_366{display:flex;align-items:center;gap:.75rem}._quantileSlider_6iwp5_372{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;height:6px;border-radius:3px;background:#333;outline:none;transition:all .2s ease}._quantileSlider_6iwp5_372::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#2196F3;cursor:pointer;transition:all .15s ease;border:2px solid #fff;box-shadow:0 1px 3px #0000004d}._quantileSlider_6iwp5_372::-moz-range-thumb{width:16px;height:16px;border:2px solid #fff;border-radius:50%;background:#2196F3;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px #0000004d}._quantileSlider_6iwp5_372::-webkit-slider-thumb:hover,._quantileSlider_6iwp5_372::-webkit-slider-thumb:active{transform:scale(1.1);background:#42A5F5}._quantileSlider_6iwp5_372::-moz-range-thumb:hover,._quantileSlider_6iwp5_372::-moz-range-thumb:active{transform:scale(1.1);background:#42A5F5}._quantileSlider_6iwp5_372::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(to right,#2196F3 0%,#2196F3 100%)}._quantileSlider_6iwp5_372::-moz-range-track{height:6px;border-radius:3px;background:linear-gradient(to right,#2196F3 0%,#2196F3 100%)}._quantileValue_6iwp5_431{font-size:.85rem;font-weight:600;color:#2196f3;min-width:30px;text-align:center;background:#333;padding:.25rem .5rem;border-radius:3px;border:1px solid #444}._sidebar_newi9_1{width:300px;background:#111;border-right:1px solid #333;padding:1.5rem;overflow-y:auto;flex-shrink:0}._header_newi9_10{text-align:center;margin-bottom:2rem;padding-top:1rem;padding-bottom:1rem;border-bottom:1px solid #333;position:relative}._header_newi9_10 h1{font-size:1.5rem;margin-bottom:.5rem;color:#fff}._header_newi9_10 p{font-size:.9rem;color:#ccc}._authStatus_newi9_30{font-size:.8rem;margin-top:.5rem;color:#999}._currentFile_newi9_37{margin:1rem 0;padding:.5rem;background:rgba(255,255,255,.05);border-radius:4px;font-size:.9rem}._currentFile_newi9_37 span{display:block;color:#999}._currentFile_newi9_37 ._filename_newi9_50{color:#fff;margin-top:.25rem;word-break:break-all}._plotHeaderButton_newi9_56{background:none;border:none;color:#fff;font-size:1.1rem;cursor:pointer;padding:0 .3rem;transition:color .15s;line-height:1}._plotHeaderButton_newi9_56:hover{color:#2196f3}._addChartButton_newi9_70{cursor:pointer}._plotModeLabel_newi9_74{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.75rem;font-family:Industry,Industry-Book,Arial,sans-serif}._plotModeToggle_newi9_82{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;font-family:inherit}._toggleButton_newi9_90{padding:.75rem 1rem;border:1px solid #444;border-radius:4px;background:#222;color:#ccc;cursor:pointer;font-size:1rem;font-family:inherit;transition:all .2s ease;text-align:left;margin-bottom:.25rem}._toggleButton_newi9_90:last-child{margin-bottom:0}._toggleButton_newi9_90:hover{background:#333;border-color:#666}._toggleButton_newi9_90._active_newi9_113{background:#2196F3;border-color:#2196f3;color:#fff}._sidebar_newi9_1,._checkboxContainer_newi9_120{scrollbar-width:thin;scrollbar-color:#222 #111}._sidebar_newi9_1::-webkit-scrollbar,._checkboxContainer_newi9_120::-webkit-scrollbar{width:10px;background:#111}._sidebar_newi9_1::-webkit-scrollbar-thumb,._checkboxContainer_newi9_120::-webkit-scrollbar-thumb{background:#222;border-radius:8px;border:2px solid #111}._sidebar_newi9_1::-webkit-scrollbar-track,._checkboxContainer_newi9_120::-webkit-scrollbar-track{background:#111;border-radius:8px}@media (max-width: 768px){._sidebar_newi9_1{width:100%;height:auto;max-height:40vh;border-right:none;border-bottom:1px solid #333}}.uplot,.uplot *,.uplot *:before,.uplot *:after{box-sizing:border-box}.uplot{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;width:min-content}.u-title{text-align:center;font-size:18px;font-weight:700}.u-wrap{position:relative;-webkit-user-select:none;user-select:none}.u-over,.u-under{position:absolute}.u-under{overflow:hidden}.uplot canvas{display:block;position:relative;width:100%;height:100%}.u-axis{position:absolute}.u-legend{font-size:14px;margin:auto;text-align:center}.u-inline{display:block}.u-inline *{display:inline-block}.u-inline tr{margin-right:16px}.u-legend th{font-weight:600}.u-legend th>*{vertical-align:middle;display:inline-block}.u-legend .u-marker{width:1em;height:1em;margin-right:4px;background-clip:padding-box!important}.u-inline.u-live th:after{content:":";vertical-align:middle}.u-inline:not(.u-live) .u-value{display:none}.u-series>*{padding:4px}.u-series th{cursor:pointer}.u-legend .u-off>*{opacity:.3}.u-select{background:rgba(0,0,0,.07);position:absolute;pointer-events:none}.u-cursor-x,.u-cursor-y{position:absolute;left:0;top:0;pointer-events:none;will-change:transform}.u-hz .u-cursor-x,.u-vt .u-cursor-y{height:100%;border-right:1px dashed #607D8B}.u-hz .u-cursor-y,.u-vt .u-cursor-x{width:100%;border-bottom:1px dashed #607D8B}.u-cursor-pt{position:absolute;top:0;left:0;border-radius:50%;border:0 solid;pointer-events:none;will-change:transform;background-clip:padding-box!important}.u-axis.u-off,.u-select.u-off,.u-cursor-x.u-off,.u-cursor-y.u-off,.u-cursor-pt.u-off{display:none}.u-select{background:rgba(33,150,243,.15)!important;border:1px solid rgba(33,150,243,.5)!important}.u-legend{background:transparent;font-size:12px;padding:4px 8px}.u-legend th,.u-legend td{color:#ccc;padding:2px 8px}.u-series:first-child th:after{content:none}._overlay_18d9s_3{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._modal_18d9s_33{background:#2a2a2a;border-radius:8px;box-shadow:0 20px 40px #0009;border:1px solid #444;min-width:400px;max-width:500px;font-family:Industry,sans-serif;color:#fff;animation:_modalSlideIn_18d9s_1 .2s ease-out}@keyframes _modalSlideIn_18d9s_1{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}._header_18d9s_81{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #444}._header_18d9s_81 h3{margin:0;font-size:1.1rem;font-weight:600;color:#fff}._closeButton_18d9s_111{background:none;border:none;color:#ccc;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}._closeButton_18d9s_111:hover{background-color:#444;color:#fff}._content_18d9s_155{padding:1.25rem}._variableInfo_18d9s_163{background:#1a1a1a;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem;border-left:3px solid #4a90e2}._rangeInfo_18d9s_181{margin-bottom:1rem}._autoRange_18d9s_189{font-size:.85rem;color:#999;background:#333;padding:.5rem;border-radius:4px;font-family:Courier New,monospace}._inputSection_18d9s_207{display:flex;gap:1rem;margin-bottom:1rem}._inputGroup_18d9s_219{flex:1;display:flex;flex-direction:column;gap:.5rem}._inputGroup_18d9s_219 label{font-size:.9rem;font-weight:500;color:#ccc}._numberInput_18d9s_245{background:#1a1a1a;border:1px solid #555;border-radius:4px;padding:.75rem;color:#fff;font-size:.9rem;font-family:Courier New,monospace;transition:border-color .2s ease,box-shadow .2s ease}._numberInput_18d9s_245:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}._numberInput_18d9s_245:hover{border-color:#666}._error_18d9s_289{background:#4a1a1a;border:1px solid #d32f2f;color:#ff6b6b;padding:.75rem;border-radius:4px;font-size:.85rem;margin-top:.5rem}._footer_18d9s_311{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-top:1px solid #444;background:#242424;border-radius:0 0 8px 8px}._resetButton_18d9s_331{background:none;border:1px solid #666;color:#ccc;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .2s ease}._resetButton_18d9s_331:hover{border-color:#888;color:#fff;background:#333}._buttonGroup_18d9s_365{display:flex;gap:.75rem}._cancelButton_18d9s_375{background:none;border:1px solid #666;color:#ccc;padding:.5rem 1.25rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s ease}._cancelButton_18d9s_375:hover{border-color:#888;color:#fff;background:#333}._applyButton_18d9s_409{background:#4a90e2;border:1px solid #4a90e2;color:#fff;padding:.5rem 1.25rem;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}._applyButton_18d9s_409:hover{background:#357abd;border-color:#357abd;box-shadow:0 2px 8px #4a90e24d}._applyButton_18d9s_409:active{transform:translateY(1px)}._mainContent_17o28_1{flex:1 1 0%;display:flex;flex-direction:column;height:100%;min-width:0}._suspended_17o28_9{visibility:hidden}._chartScrollWrapper_17o28_13{overflow-x:auto;width:100%;height:100%;flex:1 1 0%;scrollbar-width:thin;scrollbar-color:#222 #111}._chartScrollWrapper_17o28_13::-webkit-scrollbar{height:12px;background:#111}._chartScrollWrapper_17o28_13::-webkit-scrollbar-thumb{background:#222;border-radius:8px;border:2px solid #111}._chartScrollWrapper_17o28_13::-webkit-scrollbar-track{background:#111;border-radius:8px}._chartContainer_17o28_36{flex:1 1 0%;width:100%;height:100%;background:#000;display:flex;justify-content:center;align-items:center;padding:0;position:relative;min-width:0;min-height:0;overflow:visible;box-sizing:border-box}._chartContainer_17o28_36._revealActive_17o28_52{pointer-events:none}._chartContainerSingle_17o28_56{padding:0;background:#000}._chartContainer_17o28_36 svg{width:100%;height:100%;max-width:100%;max-height:100%;position:relative;z-index:1;min-width:0;min-height:0;display:block}._annotationWrapper_17o28_73{position:absolute;top:20px;right:20px;z-index:100}._highlightedLine_17o28_81{stroke-width:2px!important;opacity:1!important;transition:all .25s ease!important}._fadedLine_17o28_87{stroke-width:2px!important;opacity:.3!important;transition:all .25s ease!important}._normalLine_17o28_93{stroke-width:2px!important;opacity:1!important;transition:all .25s ease!important}._chartContainer_17o28_36 svg path[class*=line-]{transition:all .25s ease;cursor:pointer}._chartContainer_17o28_36 svg path[class*=line-]:hover{opacity:.8}@media (max-width: 768px){._mainContent_17o28_1{flex:1;min-height:60vh}._chartContainer_17o28_36{min-width:0;padding:0}._chartContainerSingle_17o28_56{padding:0}}@media (max-width: 600px){._chartContainer_17o28_36{min-width:0;padding:0}}._appContainer_wndit_1{display:flex;height:100vh;overflow:hidden}._sidebar_wndit_7{width:300px;min-width:300px;background:#111;padding:1.5rem;overflow-y:auto;overflow-x:visible;overflow:visible;max-height:100vh;box-sizing:border-box;position:relative}._sidebarDivider_wndit_21{position:absolute;top:0;right:0;width:1px;height:100%;background:#333;z-index:2;pointer-events:none}._sidebarCollapsed_wndit_32{width:0!important;min-width:0!important;padding:0!important;border:none!important;overflow:hidden;position:relative;box-shadow:none!important}._sidebarExpandButton_wndit_42{position:absolute;top:44px;left:15px;width:26px;height:26px;background:#181818;border:1.5px solid #333;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;color:#fff;font-size:1.3rem;box-shadow:0 2px 8px #0000002e;transition:background .2s,color .2s,left .2s}._sidebarExpandButton_wndit_42:hover{background:#232323;color:#4a90e2}._chartArea_wndit_68{flex:1 1 0%;width:100%;max-width:100vw;height:100vh;overflow-y:auto;padding:0;background:#000;display:flex;flex-direction:column;align-items:stretch;position:relative}._chartContent_wndit_83{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;min-height:0;transition:opacity .2s ease;gap:.75rem}._fileBrowserContainer_wndit_93{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px;min-height:500px}._chartAreaWithMultiple_wndit_102{padding:0}._chartInstance_wndit_106{flex:1 1 0%;min-height:400px;max-height:800px;width:100%;max-width:100vw;margin-bottom:1rem;background:#111;border-radius:4px;padding:.25rem 0;border:1px solid #333;display:flex;flex-direction:column;box-sizing:border-box}._chartInstance_wndit_106:last-child{margin-bottom:0}._singleChart_wndit_126{height:100vh;margin:0;padding:0;border:none;border-radius:0;background:transparent;width:100vw;max-width:100vw}@media (max-width: 768px){._appContainer_wndit_1{flex-direction:column}._chartAreaWithMultiple_wndit_102{padding:0}._chartInstance_wndit_106{margin-bottom:.5rem;padding:.125rem 0;height:400px}}._floatingButton_1v4ba_2{position:fixed;bottom:24px;right:24px;z-index:1000;width:52px;height:52px;border-radius:50%;background:#2196f3;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0006;transition:background .15s,transform .15s}._floatingButton_1v4ba_2:hover{background:#1976d2;transform:scale(1.05)}._widget_1v4ba_27{position:fixed;bottom:24px;right:24px;z-index:1000;width:420px;max-height:560px;display:flex;flex-direction:column;background:#1a1a2e;border:1px solid #333;border-radius:12px;box-shadow:0 8px 32px #00000080;overflow:hidden}._header_1v4ba_44{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#252540;border-bottom:1px solid #333;flex-shrink:0}._headerTitle_1v4ba_54{font-size:13px;font-weight:600;color:#fff}._headerButtons_1v4ba_60{display:flex;gap:4px}._headerButton_1v4ba_60{background:none;border:none;color:#888;cursor:pointer;padding:4px 6px;border-radius:4px;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center}._headerButton_1v4ba_60:hover{color:#fff;background:rgba(255,255,255,.1)}._messageList_1v4ba_85{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px;min-height:200px;max-height:400px}._messageBubble_1v4ba_97{max-width:85%;padding:8px 12px;border-radius:12px;font-size:13px;line-height:1.5;word-wrap:break-word}._userBubble_1v4ba_106{align-self:flex-end;background:#2196f3;color:#fff;border-bottom-right-radius:4px}._assistantBubble_1v4ba_113{align-self:flex-start;background:#252540;color:#ddd;border-bottom-left-radius:4px}._markdownContent_1v4ba_121{font-size:13px;line-height:1.6}._markdownContent_1v4ba_121 h1,._markdownContent_1v4ba_121 h2,._markdownContent_1v4ba_121 h3{margin:8px 0 4px;color:#fff}._markdownContent_1v4ba_121 h1{font-size:15px}._markdownContent_1v4ba_121 h2{font-size:14px}._markdownContent_1v4ba_121 h3{font-size:13px}._markdownContent_1v4ba_121 p{margin:4px 0}._markdownContent_1v4ba_121 ul,._markdownContent_1v4ba_121 ol{margin:4px 0;padding-left:20px}._markdownContent_1v4ba_121 li{margin:2px 0}._markdownContent_1v4ba_121 strong{color:#fff}._markdownContent_1v4ba_121 code{background:rgba(255,255,255,.1);padding:1px 4px;border-radius:3px;font-size:12px}._markdownContent_1v4ba_121 pre{background:rgba(0,0,0,.3);padding:8px;border-radius:6px;overflow-x:auto;font-size:12px}._markdownContent_1v4ba_121 hr{border:none;border-top:1px solid #444;margin:8px 0}._streamingCursor_1v4ba_176{animation:_blink_1v4ba_1 .8s infinite;opacity:.6;font-size:14px}@keyframes _blink_1v4ba_1{0%,to{opacity:.6}50%{opacity:0}}._toolMessage_1v4ba_188{align-self:flex-start;font-size:11px;color:#888;padding:2px 8px;display:flex;align-items:center;gap:4px}._toolIcon_1v4ba_198{font-size:12px}._errorMessage_1v4ba_203{align-self:flex-start;max-width:85%;padding:8px 12px;border-radius:8px;font-size:13px;background:rgba(244,67,54,.15);color:#f44336;border:1px solid rgba(244,67,54,.3)}._retryButton_1v4ba_214{display:inline-block;margin-left:8px;padding:2px 8px;font-size:12px;border-radius:4px;border:1px solid rgba(244,67,54,.4);background:transparent;color:#f44336;cursor:pointer}._retryButton_1v4ba_214:hover{background:rgba(244,67,54,.15)}._emptyState_1v4ba_231{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;flex:1;text-align:center}._emptyIcon_1v4ba_241{font-size:36px;margin-bottom:8px}._emptyTitle_1v4ba_246{font-size:15px;font-weight:600;color:#fff;margin:0 0 4px}._emptySubtitle_1v4ba_253{font-size:12px;color:#888;margin:0 0 16px}._exampleQueries_1v4ba_259{display:flex;flex-direction:column;gap:6px;width:100%}._exampleQuery_1v4ba_266{background:rgba(255,255,255,.05);border:1px solid #333;border-radius:8px;color:#aaa;padding:8px 12px;font-size:12px;cursor:pointer;text-align:left;transition:background .15s,color .15s}._exampleQuery_1v4ba_266:hover{background:rgba(255,255,255,.1);color:#fff}._imagePreview_1v4ba_284{position:relative;padding:6px 12px 0;border-top:1px solid #333;background:#1a1a2e}._previewThumbnail_1v4ba_291{display:block;max-width:100%;max-height:80px;border-radius:6px;border:1px solid #444;object-fit:contain;background:#000;cursor:pointer}._previewThumbnail_1v4ba_291:hover{border-color:#2196f3}._removeImageButton_1v4ba_306{position:absolute;top:2px;right:8px;width:20px;height:20px;border-radius:50%;border:none;background:rgba(0,0,0,.7);color:#fff;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}._removeImageButton_1v4ba_306:hover{background:rgba(244,67,54,.8)}._imageOverlay_1v4ba_329{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;cursor:pointer}._fullImage_1v4ba_340{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;border:1px solid #555;cursor:default}._inputContainer_1v4ba_350{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #333;background:#1a1a2e;flex-shrink:0}._captureButton_1v4ba_359{background:none;border:1px solid #444;border-radius:8px;color:#888;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s}._captureButton_1v4ba_359:hover:not(:disabled){color:#2196f3;border-color:#2196f3}._captureButton_1v4ba_359:disabled{opacity:.4;cursor:not-allowed}._input_1v4ba_350{flex:1;background:#111;border:1px solid #444;border-radius:8px;color:#fff;padding:8px 12px;font-size:13px;outline:none;transition:border-color .15s}._input_1v4ba_350:focus{border-color:#2196f3}._input_1v4ba_350::placeholder{color:#666}._input_1v4ba_350:disabled{opacity:.5}._sendButton_1v4ba_406{background:#2196f3;border:none;border-radius:8px;color:#fff;padding:8px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}._sendButton_1v4ba_406:hover:not(:disabled){background:#1976d2}._sendButton_1v4ba_406:disabled{opacity:.4;cursor:not-allowed}._infoOverlay_1v4ba_429{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center}._infoDialog_1v4ba_439{background:#1a1a2e;border:1px solid #333;border-radius:12px;width:440px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000080}._infoHeader_1v4ba_450{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #333;font-size:14px;font-weight:600;color:#fff}._infoBody_1v4ba_461{padding:16px;overflow-y:auto;font-size:13px;line-height:1.6;color:#ccc}._infoBody_1v4ba_461 h2{font-size:15px;color:#fff;margin:0 0 8px}._infoBody_1v4ba_461 h3{font-size:13px;color:#2196f3;margin:12px 0 4px}._infoBody_1v4ba_461 p{margin:3px 0}._infoBody_1v4ba_461 strong{color:#fff}@media (max-width: 480px){._widget_1v4ba_27{width:calc(100vw - 16px);right:8px;bottom:8px;max-height:calc(100vh - 80px)}._infoDialog_1v4ba_439{width:calc(100vw - 32px)}}@font-face{font-family:Industry;src:url(/fonts/Industry-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-ThinItalic.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-Book.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-BookItalic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-Demi.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-DemiItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-Ultra.ttf) format("truetype");font-weight:950;font-style:normal;font-display:swap}@font-face{font-family:Industry;src:url(/fonts/Industry-UltraItalic.ttf) format("truetype");font-weight:950;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Industry,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;background:#000;height:100vh;color:#fff;overflow:hidden}#root{height:100vh}.axis text{font-family:Industry,sans-serif;font-size:11px;font-weight:400;fill:inherit}.axis path,.axis line{fill:none;stroke:#666;shape-rendering:crispEdges}.line{fill:none;stroke-width:2px}.dot{stroke-width:1px;cursor:pointer;transition:r .2s ease,stroke-width .2s ease}.dot:hover{r:6}.grid line{stroke:#666;opacity:.1}.grid path{stroke-width:0}.chart-tooltip{position:absolute;background:rgba(0,0,0,.9);color:#fff;padding:8px 12px;border-radius:4px;font-family:Industry,sans-serif;font-size:12px;font-weight:400;pointer-events:none;z-index:1000;border:1px solid #333;box-shadow:0 2px 8px #0000004d;max-width:200px;word-wrap:break-word}.tooltip-indicator{pointer-events:none}@keyframes pulse{0%{stroke-opacity:.8;stroke-width:2px}50%{stroke-opacity:.4;stroke-width:3px}to{stroke-opacity:.8;stroke-width:2px}}.brush .overlay{cursor:crosshair}.brush .selection{fill:#4682b44d;stroke:#4682b4;stroke-width:1px;stroke-dasharray:3,3}.brush .handle{display:none}
