.chart-split{display:flex;gap:0}.chart-split[data-orientation=horizontal]{flex-direction:row}.chart-split[data-orientation=vertical]{flex-direction:column}.chart-split-pane{width:100%;height:100%;min-height:0;min-width: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{position:relative;z-index:20;display:flex;flex:0 0 10px;align-items:center;justify-content:center;background:rgb(var(--color-canvas));outline:none}.chart-split[data-orientation=horizontal] .chart-split-divider{width:10px;cursor:col-resize}.chart-split[data-orientation=vertical] .chart-split-divider{height:10px;cursor:row-resize}.chart-split-divider:before{content:"";position:absolute;background:rgb(var(--color-line))}.chart-split[data-orientation=horizontal] .chart-split-divider:before{inset-block:0;left:50%;width:1px;transform:translateX(-50%)}.chart-split[data-orientation=vertical] .chart-split-divider:before{inset-inline:0;top:50%;height:1px;transform:translateY(-50%)}.chart-split-divider span{position:relative;border-radius:999px;background:rgb(var(--color-muted)/.35);transition:background-color .16s ease,transform .16s ease}.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:focus-visible span,.chart-split-divider:hover span{background:rgb(var(--color-amber))}.chart-split[data-orientation=horizontal] .chart-split-divider:focus-visible span,.chart-split[data-orientation=horizontal] .chart-split-divider:hover span{transform:scaleX(1.25)}.chart-split[data-orientation=vertical] .chart-split-divider:focus-visible span,.chart-split[data-orientation=vertical] .chart-split-divider:hover span{transform:scaleY(1.25)}.chart-layout-grid{display:grid;gap:0}.chart-layout-grid[data-layout=single]{grid-template-areas:"a"}.chart-layout-grid[data-layout=three-columns]{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"a b c"}.chart-layout-grid[data-layout=three-rows]{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-areas:"a" "b" "c"}.chart-layout-grid[data-layout=three-left-stack]{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a b" "a c"}.chart-layout-grid[data-layout=three-right-stack]{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a c" "b c"}.chart-layout-grid[data-layout=three-top-row]{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a a" "b c"}.chart-layout-grid[data-layout=three-bottom-row]{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a b" "c c"}.chart-layout-grid[data-layout=four-grid]{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a b" "c d"}.chart-layout-grid[data-layout=four-rows]{grid-template-rows:repeat(4,minmax(0,1fr));grid-template-areas:"a" "b" "c" "d"}.chart-layout-grid[data-layout=four-columns]{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-areas:"a b c d"}.chart-layout-grid[data-layout=four-left-stack]{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);grid-template-rows:repeat(3,minmax(0,1fr));grid-template-areas:"a b" "a c" "a d"}.chart-layout-grid[data-layout=four-right-stack]{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);grid-template-rows:repeat(3,minmax(0,1fr));grid-template-areas:"a d" "b d" "c d"}.chart-layout-grid[data-layout=four-top-row]{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(0,1.25fr) minmax(0,1fr);grid-template-areas:"a a a" "b c d"}.chart-layout-grid[data-layout=four-bottom-row]{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(0,1fr) minmax(0,1.25fr);grid-template-areas:"a b c" "d d d"}.chart-layout-grid[data-layout=four-left-mixed]{grid-template-columns:minmax(0,1fr) repeat(2,minmax(0,1.1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a b b" "a c d"}.chart-layout-grid[data-layout=four-right-mixed]{grid-template-columns:repeat(2,minmax(0,1.1fr)) minmax(0,1fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a a d" "b c d"}.chart-layout-grid[data-layout=four-top-bottom]{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,1.1fr) minmax(0,1fr) minmax(0,1.1fr);grid-template-areas:"a a" "b c" "d d"}.chart-layout-grid[data-layout=five-grid]{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a a b b c c" "d d d e e e"}.chart-layout-grid[data-layout=five-rows]{grid-template-rows:repeat(5,minmax(0,1fr));grid-template-areas:"a" "b" "c" "d" "e"}.chart-layout-grid[data-layout=five-columns]{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-areas:"a b c d e"}.chart-layout-grid[data-layout=five-left-stack]{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a b c" "a d e"}.chart-layout-grid[data-layout=five-right-stack]{grid-template-columns:repeat(2,minmax(0,1fr)) minmax(0,1.2fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a b e" "c d e"}.chart-layout-grid[data-layout=five-top-row]{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:minmax(0,1.2fr) minmax(0,1fr);grid-template-areas:"a a a a" "b c d e"}.chart-layout-grid[data-layout=five-bottom-row]{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:minmax(0,1fr) minmax(0,1.2fr);grid-template-areas:"a b c d" "e e e e"}.chart-layout-grid[data-layout=six-grid]{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"a b c" "d e f"}.chart-layout-grid[data-layout=six-rows]{grid-template-rows:repeat(6,minmax(0,1fr));grid-template-areas:"a" "b" "c" "d" "e" "f"}.chart-layout-grid[data-layout=six-columns]{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-areas:"a b c d e f"}.chart-layout-grid[data-layout=six-left-stack]{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));grid-template-areas:"a b c" "a d e" "a f f"}.chart-layout-grid[data-layout=six-right-stack]{grid-template-columns:repeat(2,minmax(0,1fr)) minmax(0,1.2fr);grid-template-rows:repeat(3,minmax(0,1fr));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}.layout-option-icon{display:grid;width:18px;height:14px;gap:1px}.layout-option-icon span{min-width:0;min-height:0;border:1.5px solid;border-radius:2px}.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-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a b" "a c"}.layout-option-icon[data-layout=three-right-stack]{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a c" "b c"}.layout-option-icon[data-layout=three-top-row]{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a a" "b c"}.layout-option-icon[data-layout=three-bottom-row]{grid-template-columns:repeat(2,1fr);grid-template-rows: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=three-bottom-row] span:nth-child(n+4),.layout-option-icon[data-layout=three-columns] 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-rows] span:nth-child(n+4),.layout-option-icon[data-layout=three-top-row] span:nth-child(n+4),.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^=five-] span:nth-child(n+6),.layout-option-icon[data-layout^=four-] span:nth-child(n+5){display:none}.layout-option-icon[data-layout^=four-]{width:20px;height:16px}.layout-option-icon[data-layout=four-grid]{grid-template-columns:repeat(2,1fr);grid-template-rows: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-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-template-areas:"a b" "a c" "a d"}.layout-option-icon[data-layout=four-right-stack]{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-template-areas:"a d" "b d" "c d"}.layout-option-icon[data-layout=four-top-row]{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a a a" "b c d"}.layout-option-icon[data-layout=four-bottom-row]{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a b c" "d d d"}.layout-option-icon[data-layout=four-left-mixed]{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a b b" "a c d"}.layout-option-icon[data-layout=four-right-mixed]{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a a d" "b c d"}.layout-option-icon[data-layout=four-top-bottom]{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,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-columns:repeat(6,1fr);grid-template-rows:repeat(2,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-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a b c" "a d e"}.layout-option-icon[data-layout=five-right-stack]{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a b e" "c d e"}.layout-option-icon[data-layout=five-top-row]{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a a a a" "b c d e"}.layout-option-icon[data-layout=five-bottom-row]{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a b c d" "e e e e"}.layout-option-icon[data-layout=six-grid]{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,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-columns:repeat(3,1fr);grid-template-rows: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-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-template-areas:"a b f" "c d f" "e e f"}@media (max-width:767px){.chart-layout-grid,.chart-split{overflow-y:auto;overscroll-behavior:contain}.chart-layout-grid[data-layout=three-bottom-row],.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]{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(3,minmax(260px,1fr));grid-template-areas:"a" "b" "c"}.chart-layout-grid[data-layout=four-bottom-row],.chart-layout-grid[data-layout=four-columns],.chart-layout-grid[data-layout=four-grid],.chart-layout-grid[data-layout=four-left-mixed],.chart-layout-grid[data-layout=four-left-stack],.chart-layout-grid[data-layout=four-right-mixed],.chart-layout-grid[data-layout=four-right-stack],.chart-layout-grid[data-layout=four-rows],.chart-layout-grid[data-layout=four-top-bottom],.chart-layout-grid[data-layout=four-top-row]{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(4,minmax(260px,1fr));grid-template-areas:"a" "b" "c" "d"}.chart-layout-grid[data-layout=five-bottom-row],.chart-layout-grid[data-layout=five-columns],.chart-layout-grid[data-layout=five-grid],.chart-layout-grid[data-layout=five-left-stack],.chart-layout-grid[data-layout=five-right-stack],.chart-layout-grid[data-layout=five-rows],.chart-layout-grid[data-layout=five-top-row]{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(5,minmax(260px,1fr));grid-template-areas:"a" "b" "c" "d" "e"}.chart-layout-grid[data-layout=six-columns],.chart-layout-grid[data-layout=six-grid],.chart-layout-grid[data-layout=six-left-stack],.chart-layout-grid[data-layout=six-right-stack],.chart-layout-grid[data-layout=six-rows]{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(6,minmax(260px,1fr));grid-template-areas:"a" "b" "c" "d" "e" "f"}}