.chart-split{gap:0;display:flex}.chart-split[data-orientation=horizontal]{flex-direction:row}.chart-split[data-orientation=vertical]{flex-direction:column}.chart-split-pane{width:100%;min-width:0;height:100%;min-height:0}.chart-split[data-orientation=horizontal] .chart-split-pane-left{flex:0 0 var(--primary-chart-size);min-width:260px}.chart-split[data-orientation=horizontal] .chart-split-pane-right{flex:1 1 0;min-width:260px}.chart-split[data-orientation=vertical] .chart-split-pane-left{flex:0 0 var(--primary-chart-size);min-height:220px}.chart-split[data-orientation=vertical] .chart-split-pane-right{flex:1 1 0;min-height:220px}.chart-split-divider{z-index:20;background:rgb(var(--color-canvas));outline:none;flex:0 0 10px;justify-content:center;align-items:center;display:flex;position:relative}.chart-split[data-orientation=horizontal] .chart-split-divider{cursor:col-resize;width:10px}.chart-split[data-orientation=vertical] .chart-split-divider{cursor:row-resize;height:10px}.chart-split-divider:before{content:"";background:rgb(var(--color-line));position:absolute}.chart-split[data-orientation=horizontal] .chart-split-divider:before{inset-block:0;width:1px;left:50%;transform:translate(-50%)}.chart-split[data-orientation=vertical] .chart-split-divider:before{inset-inline:0;height:1px;top:50%;transform:translateY(-50%)}.chart-split-divider span{background:rgb(var(--color-muted) / .35);border-radius:999px;transition:background-color .16s,transform .16s;position:relative}.chart-split[data-orientation=horizontal] .chart-split-divider span{width:4px;height:44px}.chart-split[data-orientation=vertical] .chart-split-divider span{width:44px;height:4px}.chart-split-divider:hover span,.chart-split-divider:focus-visible span{background:rgb(var(--color-amber))}.chart-split[data-orientation=horizontal] .chart-split-divider:hover span,.chart-split[data-orientation=horizontal] .chart-split-divider:focus-visible span{transform:scaleX(1.25)}.chart-split[data-orientation=vertical] .chart-split-divider:hover span,.chart-split[data-orientation=vertical] .chart-split-divider:focus-visible span{transform:scaleY(1.25)}.chart-layout-grid{grid-template-columns:var(--chart-grid-columns,minmax(0, 1fr));grid-template-rows:var(--chart-grid-rows,minmax(0, 1fr));gap:0;display:grid}.chart-layout-grid[data-layout=single]{grid-template-areas:"a"}.chart-layout-grid[data-layout=three-columns]{grid-template-areas:"a b c"}.chart-layout-grid[data-layout=three-rows]{grid-template-areas:"a""b""c"}.chart-layout-grid[data-layout=three-left-stack]{grid-template-areas:"a b""a c"}.chart-layout-grid[data-layout=three-right-stack]{grid-template-areas:"a c""b c"}.chart-layout-grid[data-layout=three-top-row]{grid-template-areas:"a a""b c"}.chart-layout-grid[data-layout=three-bottom-row]{grid-template-areas:"a b""c c"}.chart-layout-grid[data-layout=four-grid]{grid-template-areas:"a b""c d"}.chart-layout-grid[data-layout=four-rows]{grid-template-areas:"a""b""c""d"}.chart-layout-grid[data-layout=four-columns]{grid-template-areas:"a b c d"}.chart-layout-grid[data-layout=four-left-stack]{grid-template-areas:"a b""a c""a d"}.chart-layout-grid[data-layout=four-right-stack]{grid-template-areas:"a d""b d""c d"}.chart-layout-grid[data-layout=four-top-row]{grid-template-areas:"a a a""b c d"}.chart-layout-grid[data-layout=four-bottom-row]{grid-template-areas:"a b c""d d d"}.chart-layout-grid[data-layout=four-left-mixed]{grid-template-areas:"a b b""a c d"}.chart-layout-grid[data-layout=four-right-mixed]{grid-template-areas:"a a d""b c d"}.chart-layout-grid[data-layout=four-top-bottom]{grid-template-areas:"a a""b c""d d"}.chart-layout-grid[data-layout=five-grid]{grid-template-areas:"a a b b c c""d d d e e e"}.chart-layout-grid[data-layout=five-rows]{grid-template-areas:"a""b""c""d""e"}.chart-layout-grid[data-layout=five-columns]{grid-template-areas:"a b c d e"}.chart-layout-grid[data-layout=five-left-stack]{grid-template-areas:"a b c""a d e"}.chart-layout-grid[data-layout=five-right-stack]{grid-template-areas:"a b e""c d e"}.chart-layout-grid[data-layout=five-top-row]{grid-template-areas:"a a a a""b c d e"}.chart-layout-grid[data-layout=five-bottom-row]{grid-template-areas:"a b c d""e e e e"}.chart-layout-grid[data-layout=six-grid]{grid-template-areas:"a b c""d e f"}.chart-layout-grid[data-layout=six-rows]{grid-template-areas:"a""b""c""d""e""f"}.chart-layout-grid[data-layout=six-columns]{grid-template-areas:"a b c d e f"}.chart-layout-grid[data-layout=six-left-stack]{grid-template-areas:"a b c""a d e""a f f"}.chart-layout-grid[data-layout=six-right-stack]{grid-template-areas:"a b f""c d f""e e f"}.chart-layout-cell-1{grid-area:a}.chart-layout-cell-2{grid-area:b}.chart-layout-cell-3{grid-area:c}.chart-layout-cell-4{grid-area:d}.chart-layout-cell-5{grid-area:e}.chart-layout-cell-6{grid-area:f}.chart-grid-resize-handle{z-index:30;touch-action:none;-webkit-tap-highlight-color:transparent;outline:none;position:relative}.chart-grid-resize-handle[data-axis=column]{cursor:col-resize;justify-self:start;width:10px;transform:translate(-50%)}.chart-grid-resize-handle[data-axis=row]{cursor:row-resize;align-self:start;height:10px;transform:translateY(-50%)}.chart-grid-resize-handle:before{content:"";background:0 0;border-radius:999px;transition:background-color .16s;position:absolute}.chart-grid-resize-handle[data-axis=column]:before{inset-block:0;width:2px;left:50%;transform:translate(-50%)}.chart-grid-resize-handle[data-axis=row]:before{inset-inline:0;height:2px;top:50%;transform:translateY(-50%)}.chart-grid-resize-handle:hover:before,.chart-grid-resize-handle:focus-visible:before,.chart-grid-resize-handle[data-active=true]:before{background:rgb(var(--color-amber))}@media (max-width:767px){.chart-grid-resize-handle{display:none}}.layout-option-icon{gap:1px;width:18px;height:14px;display:grid}.layout-option-icon span{border:1.5px solid;border-radius:2px;min-width:0;min-height:0}.layout-option-icon[data-layout=single]{grid-template-areas:"a";width:16px}.layout-option-icon[data-layout=two-horizontal]{grid-template-columns:repeat(2,1fr);grid-template-areas:"a b"}.layout-option-icon[data-layout=two-vertical]{grid-template-rows:repeat(2,1fr);grid-template-areas:"a""b"}.layout-option-icon[data-layout=three-columns]{grid-template-columns:repeat(3,1fr);grid-template-areas:"a b c"}.layout-option-icon[data-layout=three-rows]{grid-template-rows:repeat(3,1fr);grid-template-areas:"a""b""c"}.layout-option-icon[data-layout=three-left-stack]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"a b""a c"}.layout-option-icon[data-layout=three-right-stack]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"a c""b c"}.layout-option-icon[data-layout=three-top-row]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"a a""b c"}.layout-option-icon[data-layout=three-bottom-row]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"a b""c c"}.layout-option-icon span:first-child{grid-area:a}.layout-option-icon span:nth-child(2){grid-area:b}.layout-option-icon span:nth-child(3){grid-area:c}.layout-option-icon span:nth-child(4){grid-area:d}.layout-option-icon span:nth-child(5){grid-area:e}.layout-option-icon span:nth-child(6){grid-area:f}.layout-option-icon[data-layout=single] span:nth-child(n+2),.layout-option-icon[data-layout=two-horizontal] span:nth-child(n+3),.layout-option-icon[data-layout=two-vertical] span:nth-child(n+3),.layout-option-icon[data-layout=three-columns] span:nth-child(n+4),.layout-option-icon[data-layout=three-rows] span:nth-child(n+4),.layout-option-icon[data-layout=three-left-stack] span:nth-child(n+4),.layout-option-icon[data-layout=three-right-stack] span:nth-child(n+4),.layout-option-icon[data-layout=three-top-row] span:nth-child(n+4),.layout-option-icon[data-layout=three-bottom-row] span:nth-child(n+4),.layout-option-icon[data-layout^=four-] span:nth-child(n+5),.layout-option-icon[data-layout^=five-] span:nth-child(n+6){display:none}.layout-option-icon[data-layout^=four-]{width:20px;height:16px}.layout-option-icon[data-layout=four-grid]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"a b""c d"}.layout-option-icon[data-layout=four-rows]{grid-template-rows:repeat(4,1fr);grid-template-areas:"a""b""c""d"}.layout-option-icon[data-layout=four-columns]{grid-template-columns:repeat(4,1fr);grid-template-areas:"a b c d"}.layout-option-icon[data-layout=four-left-stack]{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"a b""a c""a d"}.layout-option-icon[data-layout=four-right-stack]{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"a d""b d""c d"}.layout-option-icon[data-layout=four-top-row]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a a a""b c d"}.layout-option-icon[data-layout=four-bottom-row]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a b c""d d d"}.layout-option-icon[data-layout=four-left-mixed]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a b b""a c d"}.layout-option-icon[data-layout=four-right-mixed]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a a d""b c d"}.layout-option-icon[data-layout=four-top-bottom]{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"a a""b c""d d"}.layout-option-icon[data-layout^=five-],.layout-option-icon[data-layout^=six-]{width:22px;height:16px}.layout-option-icon[data-layout=five-grid]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(6,1fr);grid-template-areas:"a a b b c c""d d d e e e"}.layout-option-icon[data-layout=five-rows]{grid-template-rows:repeat(5,1fr);grid-template-areas:"a""b""c""d""e"}.layout-option-icon[data-layout=five-columns]{grid-template-columns:repeat(5,1fr);grid-template-areas:"a b c d e"}.layout-option-icon[data-layout=five-left-stack]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a b c""a d e"}.layout-option-icon[data-layout=five-right-stack]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a b e""c d e"}.layout-option-icon[data-layout=five-top-row]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr);grid-template-areas:"a a a a""b c d e"}.layout-option-icon[data-layout=five-bottom-row]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr);grid-template-areas:"a b c d""e e e e"}.layout-option-icon[data-layout=six-grid]{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a b c""d e f"}.layout-option-icon[data-layout=six-rows]{grid-template-rows:repeat(6,1fr);grid-template-areas:"a""b""c""d""e""f"}.layout-option-icon[data-layout=six-columns]{grid-template-columns:repeat(6,1fr);grid-template-areas:"a b c d e f"}.layout-option-icon[data-layout=six-left-stack]{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a b c""a d e""a f f"}.layout-option-icon[data-layout=six-right-stack]{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a b f""c d f""e e f"}@media (max-width:767px){.chart-split,.chart-layout-grid{overscroll-behavior:contain;overflow-y:auto}.chart-layout-grid[data-layout=three-columns],.chart-layout-grid[data-layout=three-left-stack],.chart-layout-grid[data-layout=three-right-stack],.chart-layout-grid[data-layout=three-top-row],.chart-layout-grid[data-layout=three-bottom-row]{grid-template-rows:repeat(3,minmax(260px,1fr));grid-template-columns:minmax(0,1fr);grid-template-areas:"a""b""c"}.chart-layout-grid[data-layout=four-grid],.chart-layout-grid[data-layout=four-rows],.chart-layout-grid[data-layout=four-columns],.chart-layout-grid[data-layout=four-left-stack],.chart-layout-grid[data-layout=four-right-stack],.chart-layout-grid[data-layout=four-top-row],.chart-layout-grid[data-layout=four-bottom-row],.chart-layout-grid[data-layout=four-left-mixed],.chart-layout-grid[data-layout=four-right-mixed],.chart-layout-grid[data-layout=four-top-bottom]{grid-template-rows:repeat(4,minmax(260px,1fr));grid-template-columns:minmax(0,1fr);grid-template-areas:"a""b""c""d"}.chart-layout-grid[data-layout=five-grid],.chart-layout-grid[data-layout=five-rows],.chart-layout-grid[data-layout=five-columns],.chart-layout-grid[data-layout=five-left-stack],.chart-layout-grid[data-layout=five-right-stack],.chart-layout-grid[data-layout=five-top-row],.chart-layout-grid[data-layout=five-bottom-row]{grid-template-rows:repeat(5,minmax(260px,1fr));grid-template-columns:minmax(0,1fr);grid-template-areas:"a""b""c""d""e"}.chart-layout-grid[data-layout=six-grid],.chart-layout-grid[data-layout=six-rows],.chart-layout-grid[data-layout=six-columns],.chart-layout-grid[data-layout=six-left-stack],.chart-layout-grid[data-layout=six-right-stack]{grid-template-rows:repeat(6,minmax(260px,1fr));grid-template-columns:minmax(0,1fr);grid-template-areas:"a""b""c""d""e""f"}}
