@tailwind base;@tailwind components;@tailwind utilities;[data-panel-resize-handle]{width:11px;margin:0 -5px;border-left:5px solid transparent;border-right:5px solid transparent;background-color:#374151;opacity:.2;transition:all .2s ease;z-index:10;cursor:col-resize;background-clip:padding-box}[data-panel-resize-handle][data-is-hidden=true]{display:none}[data-panel-resize-handle]:hover,[data-panel-resize-handle][data-dragging=true]{background-color:#3b82f6;opacity:1}[data-panel]{height:100%;overflow:auto}[data-panel-group]{height:100%!important}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af66;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#6b728099}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#4b556380}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#6b7280b3}
