.styles_dialog__cL2K6{background:var(--background);box-shadow:0 0 0 1px rgba(32,32,32,.1),0 1px 0 0 rgba(32,32,32,.1),inset 0 0 1px 0 rgba(255,255,255,.07),inset 0 1px 0 0 rgba(255,255,255,.07),0 17px 7px 0 rgba(0,0,0,.01),0 10px 6px 0 rgba(0,0,0,.05),0 4px 4px 0 rgba(0,0,0,.08),0 1px 2px 0 rgba(0,0,0,.1);border-radius:var(--radius);position:relative;width:auto;max-width:800px;margin:auto;transition:margin-top .2s ease}.styles_dialog__cL2K6.styles_open__8__j6{margin-top:5vh}.styles_dialog__cL2K6.styles_closed__m1Knn{margin-top:-100%}.styles_dialogContainer__rhg__{position:fixed;align-items:center;display:flex;width:100vw;height:100vh;justify-content:center;left:0;top:0;z-index:1000;background:var(--backdrop-color);transition:opacity .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease,visibility 0s linear 0s;overflow:auto}.styles_dialogHeader___nbVg{align-items:center;display:flex;justify-content:space-between;padding:1rem}.styles_closeIcon__u5v8G{width:1.5rem;height:1.5rem;cursor:pointer}.styles_dialogHeaderNoTitle__JOrm6{position:absolute;right:0;top:0;z-index:1;padding:1rem}@media (max-width:768px){.styles_dialog__cL2K6{position:fixed;top:0;left:0;width:100%;max-width:100%;height:100vh;margin:0;border-radius:0;display:flex;flex-direction:column;box-shadow:none}.styles_dialog__cL2K6.styles_open__8__j6{margin-top:0}.styles_dialog__cL2K6.styles_closed__m1Knn{margin-top:100vh}.styles_dialogHeader___nbVg{position:sticky;top:0;z-index:1;margin-bottom:0;border-bottom:none;background:var(--background)}.styles_dialogContentContainer__cValE{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.styles_dialogContent__8vBrw{margin-bottom:0;min-height:fit-content;padding:1.75rem}}.styles_formItem__N9bun{display:flex;flex-direction:column;gap:.5rem;width:100%}.styles_label__1nYhP{font-size:.875rem;font-weight:500;color:var(--foreground);user-select:none}.styles_errorMessage__18K6o{font-size:.75rem;color:var(--destructive);margin-top:.25rem}.styles_triggerButton__0x6qE{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:200px;height:2.5rem;padding:0 .75rem;background:var(--secondary-background);border:1px solid var(--muted-border);border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:all .2s ease;font-size:16px}.styles_triggerButton__0x6qE.styles_active__QmDA7,.styles_triggerButton__0x6qE:focus,.styles_triggerButton__0x6qE:hover{border-color:var(--ring)}.styles_triggerText__uBWCI{flex:1;text-align:left;margin-right:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--foreground)}.styles_triggerText__uBWCI:empty:before{content:attr(data-placeholder);color:var(--muted-foreground)}.styles_icon__288_F{width:16px;height:16px;color:var(--muted-foreground);transition:transform .2s ease}.styles_icon__288_F.styles_iconOpen__6elky{transform:rotate(180deg)}.styles_dropdownContent__6J8pz{min-width:200px;max-height:300px;display:flex;flex-direction:column}.styles_searchContainer__SNSB3{padding:.75rem;border-bottom:1px solid var(--muted-border)}.styles_searchInput__KNKBX{width:100%;height:2.5rem;padding:0 .75rem;font-size:16px;background:var(--secondary-background);border:1px solid var(--muted-border);border-radius:calc(var(--radius) - 2px);color:var(--foreground);transition:all .2s ease}.styles_searchInput__KNKBX:focus{outline:none;border-color:var(--ring)}.styles_searchInput__KNKBX::placeholder{color:var(--muted-foreground)}.styles_optionsList__j3Bq2{list-style:none;margin:0;padding:.25rem 0;overflow-y:auto}.styles_optionItem__3lfF2{padding:.5rem .75rem;cursor:pointer;transition:background-color .2s ease;font-size:16px}.styles_optionItem__3lfF2.styles_selected__pswy2,.styles_optionItem__3lfF2:hover{background-color:var(--secondary-background)}.styles_optionItem__3lfF2.styles_selected__pswy2 span{color:var(--primary);font-weight:500}.styles_optionLabel__HLLuf{display:flex;align-items:center;gap:.5rem;cursor:pointer}.styles_optionLabel__HLLuf span{color:var(--foreground)}.styles_actions__7D2gK{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem;border-top:1px solid var(--muted-border);background:var(--background);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.styles_noResults__FYVi9{padding:.75rem;text-align:center;color:var(--muted-foreground);font-style:italic;font-size:16px}.style_dropdownContainer__Ijlqd{display:inline-block}.style_dropdownTrigger__VW9Rb{cursor:pointer;display:inline-block}.style_dropdownContent__hhw3M{background:var(--popover);border-radius:var(--radius);border:1px solid var(--muted-border);z-index:1000;min-width:200px;animation:style_slideDown__s06W7 .1s ease-out;box-shadow:0 2px 10px rgba(0,0,0,.1)}.style_dropdownContent__hhw3M.style_top__moNKm{animation:style_slideUp__uhwzT .1s ease-out}.style_dropdownContent__hhw3M.style_right__MZTTm{left:auto;right:0}@keyframes style_slideDown__s06W7{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes style_slideUp__uhwzT{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.styles_row__shJ8P{border-bottom:1px solid var(--muted-border);background-color:var(--background);transition:background-color .2s ease}.styles_row__shJ8P:hover{background-color:var(--muted)}.styles_row__shJ8P.styles_stripped___o_X1:nth-child(odd){background-color:var(--accent)}.styles_row__shJ8P.styles_stripped___o_X1:nth-child(2n){background-color:var(--background)}.styles_tableWrapper__YDcgl{position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;scrollbar-width:thin}.styles_table__rQr2C{border-collapse:separate;border-spacing:0;width:100%;min-width:600px;table-layout:auto;&.styles_tableFixed__vwONR{table-layout:fixed}}.styles_stickyHeaderWrapper__3lyXb{position:fixed;top:0;transform:translateY(var(--navbar-height,0));left:0;right:0;z-index:50;background-color:var(--background);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);opacity:.98;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;transition:var(--navbar-transition)}.styles_stickyHeaderWrapper__3lyXb .styles_table__rQr2C{position:relative;margin:0;width:100%}.styles_stickyHeaderWrapper__3lyXb::-webkit-scrollbar{display:none}.styles_stickyFirstColumn__NsPGF{position:sticky;left:0;z-index:20;background-color:var(--background);box-shadow:4px 0 6px -2px rgba(0,0,0,.05);box-sizing:border-box}.styles_stickyHeaderWrapper__3lyXb .styles_stickyFirstColumn__NsPGF{position:sticky;left:0;z-index:60;background-color:var(--background);box-sizing:border-box}.styles_row__shJ8P:hover .styles_stickyFirstColumn__NsPGF{background-color:var(--muted)}.styles_row__shJ8P.styles_stripped___o_X1:nth-child(odd) .styles_stickyFirstColumn__NsPGF{background-color:var(--accent)}.styles_row__shJ8P.styles_stripped___o_X1:nth-child(2n) .styles_stickyFirstColumn__NsPGF{background-color:var(--background)}.styles_header__zwSG2{border-bottom:2px solid var(--muted-border);color:var(--muted-foreground);font-weight:600;text-transform:uppercase;letter-spacing:.05em;height:3rem;text-align:left;background-color:var(--background);white-space:nowrap}.styles_cell__WN3eZ,.styles_header__zwSG2{padding:.75rem 1rem;vertical-align:middle;box-sizing:border-box}.styles_cell__WN3eZ{color:var(--foreground);border-bottom:1px solid var(--muted-border)}.styles_cell__WN3eZ:first-child,.styles_header__zwSG2:first-child{padding-left:1.5rem}.styles_cell__WN3eZ:last-child,.styles_header__zwSG2:last-child{padding-right:1.5rem}@media (max-width:640px){.styles_cell__WN3eZ,.styles_header__zwSG2{padding:.5rem .75rem}.styles_cell__WN3eZ:first-child,.styles_header__zwSG2:first-child{padding-left:1rem}.styles_cell__WN3eZ:last-child,.styles_header__zwSG2:last-child{padding-right:1rem}}.styles_section___aVPh{display:flex;flex-direction:column;height:100%;max-height:100vh}@supports (height:100svh){.styles_section___aVPh{max-height:100svh}}.styles_sectionHeader__guUfI{padding:1rem}.styles_sectionContentContainer__HF2xk{flex:1 1 auto;overflow:auto}.styles_sectionContent__cneME{padding:1rem}.styles_sectionFooter__o2McY{padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.styles_badge__WHJQU{justify-content:center;font-weight:500;white-space:nowrap;transition:all .2s ease-in-out}.styles_badge__WHJQU.styles_sm__KmDft{padding:.1rem .4rem;font-size:10px}.styles_badge__WHJQU.styles_md__0QSWi{padding:.15rem .6rem;font-size:.8rem}.styles_badge__WHJQU.styles_lg__yCht4{padding:.2rem .8rem;font-size:.9rem}.styles_badge__WHJQU{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid transparent;padding:.5rem 1rem;font-size:.75rem;font-weight:600;background-color:var(--primary);color:var(--primary-foreground);transition:background-color .3s ease,box-shadow .3s ease}.styles_badge__WHJQU.styles_secondary__qzxbB{background-color:var(--secondary);color:var(--secondary-foreground)}.styles_drawerContainer__LRsoz{position:fixed;background:var(--backdrop-color);top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:flex-end;z-index:1000;overflow:hidden;pointer-events:none;transition:opacity .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease,visibility 0s linear 0s}.styles_drawer__xUA_i{background:var(--background);min-width:400px;max-width:800px;width:fit-content;height:100%;transform:translateX(100%);transition:transform .3s ease,opacity .3s ease;border:1px solid var(--muted-border);display:flex;flex-direction:column;box-shadow:0 0 0 1px rgba(32,32,32,.1),0 1px 0 0 rgba(32,32,32,.1),inset 0 0 1px 0 rgba(255,255,255,.07),inset 0 1px 0 0 rgba(255,255,255,.07),0 17px 7px 0 rgba(0,0,0,.01),0 10px 6px 0 rgba(0,0,0,.05),0 4px 4px 0 rgba(0,0,0,.08),0 1px 2px 0 rgba(0,0,0,.1)}.styles_drawer__xUA_i.styles_open__rzRKq{transform:translateX(0);opacity:1}.styles_drawer__xUA_i.styles_closed__mgkAd{transform:translateX(100%);opacity:0}.styles_drawerHeaderTopRow__28K2E{align-items:center;display:flex;justify-content:space-between;flex-shrink:0}.styles_drawerHeader__U0C_G{padding:.75rem;border-bottom:1px solid var(--muted-border)}.styles_drawerContent__B9mKf{padding:.75rem;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.styles_drawerContainer__LRsoz.styles_open__rzRKq{opacity:1;pointer-events:all}.styles_title__X2eaT{font-size:110%;font-weight:500;margin:0}.styles_description__R6x_W{font-size:80%;color:var(--muted-foreground);margin-top:8px}.styles_closeIcon__PF4_N{width:1.5rem;height:1.5rem;cursor:pointer}@media (max-width:768px){.styles_drawer__xUA_i{position:fixed;top:0;left:0;width:100%;min-width:100%;max-width:100%;height:100%;transform:none;border-radius:0;border:none}.styles_drawer__xUA_i.styles_closed__mgkAd,.styles_drawer__xUA_i.styles_open__rzRKq{transform:none}.styles_drawerHeader__U0C_G{position:sticky;top:0;z-index:1;border-bottom:none;background:linear-gradient(to bottom,var(--background) 0,var(--background) 85%,transparent 100%)}.styles_drawerContent__B9mKf{margin-top:-8px}.styles_drawerContainer__LRsoz{background:var(--backdrop-color);backdrop-filter:none;padding:0}}.styles_formItem___CqOn{display:flex;flex-direction:column;gap:.5rem}.styles_toggleWrapper__yIUBX{display:inline-flex;align-items:center;width:100%;gap:.75rem;cursor:pointer;user-select:none;justify-content:space-between}.styles_label__FfOqn{font-size:.875rem;font-weight:500;color:var(--foreground)}.styles_input__X4jw6{height:0;width:0;opacity:0;position:absolute}.styles_slider__1j3_t{position:relative;display:inline-block;width:36px;height:20px;background:var(--secondary);border:1px solid var(--muted-border);border-radius:34px;transition:all .2s ease}.styles_slider__1j3_t:before{position:absolute;content:"";height:14px;width:14px;left:2px;bottom:2px;background:var(--muted-foreground);border-radius:50%;transition:all .2s ease}.styles_input__X4jw6:checked+.styles_slider__1j3_t{background:var(--primary);border-color:var(--primary)}.styles_input__X4jw6:checked+.styles_slider__1j3_t:before{transform:translateX(16px);background:var(--primary-foreground)}.styles_input__X4jw6:focus+.styles_slider__1j3_t{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary)}.styles_error__6iLfQ{border-color:var(--destructive)}.styles_errorMessage__vyy0_{font-size:.75rem;color:var(--destructive);margin-top:.25rem}.ChartTooltip_tooltip__Pt5y6{position:absolute;background:rgba(0,0,0,.9);color:white;padding:8px 12px;border-radius:4px;font-size:14px;pointer-events:none;z-index:1000;transform:translate(4px,4px);box-shadow:0 2px 8px rgba(0,0,0,.15);white-space:nowrap}.ChartTooltip_seriesLabel___lPKH{font-weight:600;margin-bottom:4px;font-size:12px;opacity:.9}.ChartTooltip_label__Vr_XZ{font-size:12px;opacity:.8;margin-bottom:6px}.ChartTooltip_value__7jgcF{font-weight:600;font-size:14px}.ChartTooltip_seriesValues__4R9vA{display:flex;flex-direction:column;gap:4px}.ChartTooltip_seriesValue__Aa8Qc{display:flex;align-items:center;gap:6px;font-size:13px}.ChartTooltip_seriesColor__0cM9R{width:10px;height:10px;border-radius:2px;flex-shrink:0}.ChartTooltip_seriesValue__Aa8Qc .ChartTooltip_seriesLabel___lPKH{margin-bottom:0;font-size:13px;font-weight:500}.ChartTooltip_seriesValue__Aa8Qc .ChartTooltip_value__7jgcF{font-size:13px;margin-left:auto}.style_navbar__HDlLo{background:var(--background);border-bottom:1px solid var(--muted-border);height:64px;position:fixed;top:0;width:100%;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.style_navbarContainer__n6JyB{display:flex;max-width:1400px;width:100%;padding:0 1rem;align-items:center;justify-content:space-between}.style_navbarGroup__D9kdt{display:flex;align-items:center;justify-content:space-between;width:fit-content;&.style_fill__lHxEG{width:100%}}.style_hidden__FKoqV{top:-80px}.style_navLink__m9QNE{text-decoration:none;color:var(--muted-foreground);font-size:14px;transition:all .2s ease;cursor:pointer}.style_navLink__m9QNE:hover{color:var(--foreground)}.style_navbarHidden__GkZqM{margin-left:0}.ChartRangeSlider_container__K5lpJ{display:flex;flex-direction:column;gap:8px;padding:12px 0;margin-top:16px}.ChartRangeSlider_label__CByNR{font-size:12px;font-weight:500;color:hsl(var(--muted-foreground))}.styles_tabsContainer__zBhhn{display:flex;align-items:center;position:relative;gap:.5rem;background:var(--background);color:var(--secondary-foreground);padding:.25rem;border:1px solid var(--muted-border);border-radius:calc(var(--radius) * 2);width:100%}.styles_tab___t8mT{flex:1;padding:.75rem 1.25rem;background:none;border:none;font-size:.875rem;font-weight:500;color:var(--foreground);cursor:pointer;position:relative;border-radius:.75rem;transition:all .2s ease;z-index:1}.styles_activeIndicator__UlT1t{position:absolute;height:calc(100% - .5rem);border-radius:calc(var(--radius) + .25rem);background:var(--popover);border:1px solid var(--foreground);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:0;top:.25rem}@media (max-width:768px){.styles_tabsContainer__zBhhn{gap:.25rem;padding:.2rem}.styles_tab___t8mT{padding:.5rem 1rem;font-size:.65rem!important;border-radius:.5rem}.styles_activeIndicator__UlT1t{height:calc(100% - .3rem);width:inherit;top:.15rem;border-radius:calc(var(--radius) + .125rem)}}@media (max-width:480px){.styles_tabsContainer__zBhhn{gap:.15rem;padding:.15rem}.styles_tab___t8mT{padding:.4rem .5rem;font-size:.55rem!important;border-radius:.4rem}.styles_activeIndicator__UlT1t{height:calc(100% - .2rem);width:inherit;top:.1rem;border-radius:calc(var(--radius) + .1rem)}}.styles_container__yNhQC{position:relative;display:inline-block}.styles_svg__sN2_4{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.styles_grid__ML581{opacity:.1}.styles_gridLine__oLUib{stroke:currentColor;stroke-width:1}.styles_axis__CIbLV{color:#666}.styles_axisLine__h0pDo{fill:none}.styles_axisLine__h0pDo,.styles_tick__0_Edj{stroke:currentColor;stroke-width:1}.styles_tickLabel__8Dw5j{fill:currentColor;font-size:12px}.styles_axisLabel__Zh9Ul{fill:currentColor;font-size:14px;font-weight:500;text-anchor:middle}.styles_line__tlaMM{stroke-linejoin:round;stroke-linecap:round}.styles_point__3TVdj{cursor:pointer;transition:r .2s ease}.styles_point__3TVdj:hover{r:6}.styles_area__YwpR8{opacity:1}.styles_hoverIndicator__exeue{pointer-events:none}.styles_hoverLine__8DkwR{stroke:#666;stroke-width:1;stroke-dasharray:4 4;opacity:.5}.styles_hoverPoint__mab_J{stroke:white;stroke-width:2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.styles_container__rGPr7{position:relative;display:inline-block}.styles_svg__ecNcA{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.styles_grid__cCnB9{opacity:.1}.styles_gridLine__bIYDD{stroke:currentColor;stroke-width:1}.styles_axis__CpZNQ{color:#666}.styles_axisLine__f1C_O{fill:none}.styles_axisLine__f1C_O,.styles_tick__LyX3L{stroke:currentColor;stroke-width:1}.styles_tickLabel__V932_{fill:currentColor;font-size:12px}.styles_axisLabel__IAjEb{fill:currentColor;font-size:14px;font-weight:500;text-anchor:middle}.styles_bar__TCxe_{transition:opacity .2s ease}.styles_hoverBackground__vRwch{transition:fill .15s ease}.styles_hoverArea___0dhr{cursor:pointer}.styles_container__pPZbM{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:12px}.styles_svg__Bi7S7{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.styles_segment__M7Xt9{cursor:pointer;stroke:white;stroke-width:2}.styles_label__dZ94S{fill:white;font-size:11px;font-weight:600;text-anchor:middle;dominant-baseline:middle;text-shadow:0 1px 3px rgba(0,0,0,.3)}.styles_centerText__LRAuo{pointer-events:none}.styles_centerTitle__B3NPT{fill:#111827;font-size:20px;font-weight:700;text-anchor:middle;dominant-baseline:middle}.styles_centerSubtitle__SS6Fs{fill:#6b7280;font-size:14px;font-weight:400;text-anchor:middle;dominant-baseline:middle}.styles_legend__TD5xs{display:flex;flex-direction:column;gap:8px;font-size:14px}.styles_legendItem__pWBqN{display:flex;align-items:center;gap:8px}.styles_legendColor__zs_Wx{width:16px;height:16px;border-radius:3px;flex-shrink:0}.styles_legendLabel__t3qo_{flex:1;color:#374151}.styles_legendValue__OVKbU{font-weight:600;color:#111827}.styles_container__uLLyX{position:relative;display:inline-block}.styles_svg__IlLsV{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.styles_grid__l0pRX{opacity:.1}.styles_gridLine__kYXSl{stroke:currentColor;stroke-width:1}.styles_axis__Lgsiv{color:#666}.styles_axisLine__wt7hb{fill:none}.styles_axisLine__wt7hb,.styles_tick__pQA18{stroke:currentColor;stroke-width:1}.styles_tickLabel__9Kb_6{fill:currentColor;font-size:12px}.styles_axisLabel__p6Vo6{fill:currentColor;font-size:14px;font-weight:500;text-anchor:middle}.styles_point__GGdHB{cursor:pointer;opacity:.7;transition:opacity .2s ease,r .2s ease}.styles_point__GGdHB:hover{opacity:1}.styles_backdrop__MARPo{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--backdrop-color);z-index:1000;opacity:0;transition:opacity .3s ease;pointer-events:none}.styles_backdropOpen__HJiJb{opacity:1;pointer-events:all}.styles_sheet__dgvyl{position:absolute;left:0;right:0;bottom:0;background:var(--background);border-top-left-radius:calc(var(--radius) * 2);border-top-right-radius:calc(var(--radius) * 2);transform:translateY(100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94);overflow:hidden;display:flex;flex-direction:column;max-height:100vh}@supports (height:100dvh){.styles_sheet__dgvyl{max-height:100dvh}}.styles_sheetOpen__eFqq3{transform:translateY(0)}.styles_dragging__WdDCp{transition:none}.styles_dragHandle__W1Meq{display:flex;flex-direction:column;justify-content:center;gap:.5rem;align-items:center;padding:.75rem 0;cursor:grab;touch-action:none;user-select:none;border-bottom:1px solid var(--muted-border)}.styles_dragHandle__W1Meq:active{cursor:grabbing}.styles_dragIndicator__ZsF9D{width:2rem;height:.25rem;background:var(--muted-foreground);border-radius:.125rem;transition:background-color .2s ease}.styles_title__HnWer{font-size:1rem;font-weight:600;text-align:center}