:root{--foreground-rgb:0,0,0;--background-rgb:248,250,252}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-rgb:15,23,42}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));margin:0;padding:0;font-family:Roboto,Helvetica,Arial,sans-serif;height:100vh;width:100vw;overflow:hidden}#root,body,html{height:100%}@keyframes wave{0%,60%,to{transform:none}30%{transform:translateY(-5px)}}.app-container{display:flex;flex-grow:1;width:100%;overflow:hidden}.left-panel{width:280px;flex-shrink:0;border-right:1px solid rgba(0,0,0,.12);display:flex;flex-direction:column;transition:width .3s ease}.left-panel.collapsed{width:60px;overflow:hidden}.center-panel{flex-grow:1;display:flex;flex-direction:column;overflow:hidden;transition:flex-grow .3s ease}.app-container.left-collapsed .center-panel,.app-container.right-collapsed .center-panel{flex-grow:1.2}.app-container.left-collapsed.right-collapsed .center-panel{flex-grow:1.4}.right-panel{height:100%;width:100%;flex-shrink:0;border-left:1px solid rgba(0,0,0,.12);transition:width .3s ease;background-color:#fff;display:flex;flex-direction:column;overflow:hidden}.right-panel.collapsed{transition:width .3s ease,min-width .3s ease;overflow:hidden}.app-container.right-collapsed .right-panel-resizable-container,.right-panel.collapsed{width:60px!important;min-width:60px!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.custom-resize-handle{position:absolute;width:10px;height:100%;cursor:col-resize;background:#eee;border-left:1px solid #ccc;border-right:1px solid #ccc;top:0;z-index:10;box-sizing:border-box}.custom-resize-handle-w{left:-5px}.custom-resize-handle:hover{background:#ddd}.react-resizable{position:relative;flex-shrink:0}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:none;padding:0}a{color:inherit;text-decoration:none}@layer utilities{.text-balance{text-wrap:balance}}#__next{height:100%}