.cursor-select{cursor:default}.cursor-pan{cursor:grab}.cursor-pan:active{cursor:grabbing}.cursor-area,.cursor-circle,.cursor-draw,.cursor-polygon{cursor:crosshair}.cursor-facility,.cursor-storage{cursor:copy}.cursor-aisle,.cursor-wall{cursor:crosshair}.cursor-measure{cursor:help}.cursor-dragging{cursor:move!important}.cursor-resize-ns{cursor:ns-resize}.cursor-resize-ew{cursor:ew-resize}.cursor-resize-nwse{cursor:nwse-resize}.cursor-resize-nesw{cursor:nesw-resize}.cursor-not-allowed{cursor:not-allowed}.cursor-vertex{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}[data-panel-resize-handle-enabled]{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .15s ease-in-out}[data-panel-group-direction=horizontal]>[data-panel-resize-handle-enabled]{width:8px;cursor:col-resize}[data-panel-group-direction=vertical]>[data-panel-resize-handle-enabled]{height:8px;cursor:row-resize}[data-panel-resize-handle-enabled]:hover{background-color:hsl(var(--primary)/.1)}[data-panel-resize-handle-enabled][data-resize-handle-active]{background-color:hsl(var(--primary)/.2)}[data-panel]{overflow:hidden}[data-panel][data-panel-size="0"]{min-width:0!important;min-height:0!important}[data-panel-collapsible][data-panel-size="0"]{opacity:0;pointer-events:none}[data-panel-resize-handle-enabled]:before{content:"";position:absolute;background-color:hsl(var(--muted-foreground)/.2);border-radius:9999px;transition:background-color .15s ease-in-out}[data-panel-group-direction=horizontal]>[data-panel-resize-handle-enabled]:before{width:2px;height:64px;left:50%;top:50%;transform:translate(-50%,-50%)}[data-panel-group-direction=vertical]>[data-panel-resize-handle-enabled]:before{width:64px;height:2px;left:50%;top:50%;transform:translate(-50%,-50%)}[data-panel-resize-handle-enabled]:hover:before{background-color:hsl(var(--primary)/.4)}[data-panel-resize-handle-enabled][data-resize-handle-active]:before{background-color:hsl(var(--primary)/.6)}.dark [data-panel-resize-handle-enabled]:hover{background-color:hsl(var(--primary)/.15)}.dark [data-panel-resize-handle-enabled][data-resize-handle-active]{background-color:hsl(var(--primary)/.25)}[data-panel-resize-handle-enabled]:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}[data-panel-resize-handle-enabled]:focus{outline:none}@media print{[data-panel-resize-handle-enabled]{display:none!important}}