.cursor-col-resize{cursor:col-resize;transition:all .2s ease;position:relative;z-index:10}.cursor-col-resize:hover{background-color:rgb(59 130 246);transform:scaleX(1.5);box-shadow:0 0 8px rgba(59,130,246,.3)}.cursor-col-resize.dragging,.cursor-col-resize:active{background-color:rgb(37 99 235);transform:scaleX(2);box-shadow:0 0 12px rgba(37,99,235,.4)}.resizing{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.resizable-panel{transition:width .1s ease-out}.resizable-panel.resizing{transition:none}.resizable-panel::-webkit-scrollbar{width:6px}.resizable-panel::-webkit-scrollbar-track{background:transparent}.resizable-panel::-webkit-scrollbar-thumb{background:rgba(156,163,175,.5);border-radius:3px}.resizable-panel::-webkit-scrollbar-thumb:hover{background:rgba(156,163,175,.8)}