.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top;border-radius:5px;padding:0}.react-grid-item img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform}.react-grid-item.resizing{z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}@media (prefers-color-scheme:dark){.react-grid-item>.react-resizable-handle:after{border-right:2px solid hsla(0,0%,100%,.6);border-bottom:2px solid hsla(0,0%,100%,.6)}}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}:root{--bgcolor:#000;--fgcolor:#000;--sticky-bgcolor:#000}div.card-wrapper{display:flex;flex-direction:column;width:100%;height:100%;padding:5px;font-size:.9em;background-color:var(--bgcolor);border-radius:5px;& div.title{display:flex;align-items:center;justify-content:space-between;column-gap:5px;padding:4px 5px 12px}& div.title div:first-child{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}& .react-grid-dragHandle{width:16px;height:16px;cursor:pointer}& .react-grid-dragHandle svg path{stroke:rgba(0,0,0,.8)}& div.body{overflow:auto;flex:1 1;max-width:100%}& div.body::-webkit-scrollbar{width:10px;height:10px}& div.body::-webkit-scrollbar-track{background:var(--bgcolor)}& div.body::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:20px;border:3px solid var(--bgcolor)}& .rechartsLegend,& .xAxisLabel text{fill:#000}& .cartesianGrid{stroke:rgba(0,0,0,.2)}@media (prefers-color-scheme:dark){background-color:var(--bgcolor);& div.title{color:#fff}& div.body::-webkit-scrollbar-track{background:transparent}& div.body::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:20px;border:0}& .react-grid-dragHandle svg path{stroke:hsla(0,0%,100%,.8)}& .rechartsLegend,& .xAxisLabel text{fill:#fff}& .cartesianGrid{stroke:hsla(0,0%,100%,.2)}}}div.card-inner-wrapper{overflow:auto;flex:1 1;max-width:100%;color:var(--fgcolor);&::-webkit-scrollbar{width:10px;height:10px}&::-webkit-scrollbar-track{background:#fff}&::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:20px;border:3px solid #fff}& svg text{font-weight:700;fill:var(--fgcolor)}& svg g.pointer{fill:#666!important}@media (prefers-color-scheme:dark){&::-webkit-scrollbar-track{background:transparent}&::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:20px;border:0}& svg text{font-weight:700}& svg g.pointer{fill:#fff!important}}}table.lista-wrapper{width:100%;height:-moz-fit-content;height:fit-content;pointer-events:all;& thead tr th{position:-webkit-sticky;position:sticky;top:0;background-color:hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:5px}& tbody tr td{background-color:hsla(0,0%,100%,.2);padding:5px;max-height:-moz-fit-content;max-height:fit-content;white-space:nowrap}& tbody tr:nth-child(odd) td{background-color:hsla(0,0%,100%,.1)}th.sticky{position:-webkit-sticky;position:sticky;left:0;z-index:1;background-color:#fff}& tbody tr td.sticky,& tbody tr:nth-child(odd) td.sticky{position:-webkit-sticky;position:sticky;left:0;background-color:var(--sticky-bgcolor)}@media (prefers-color-scheme:dark){& thead tr th{background-color:rgba(0,0,0,.4)}& tbody tr td{background-color:rgba(0,0,0,.2)}& tbody tr:nth-child(odd) td{background-color:rgba(0,0,0,.1)}th.sticky{background-color:#000}}}