.studio-route{--studio-background:#05050c;--studio-sidebar-background:rgba(255,255,255,0.05);overflow:hidden;overscroll-behavior:none;background:var(--studio-background);color:#f4f4f4;font-family:var(--font-inter),"Inter",sans-serif;font-size:16px;line-height:1.5}.studio-route ::-webkit-scrollbar{width:6px;height:6px}.studio-route ::-webkit-scrollbar-thumb{border-radius:6px;background-color:rgb(59 54 87/50%);background-clip:content-box}.studio-route ::-webkit-scrollbar-thumb:hover{background-color:rgb(97 95 108/50%)}.studio-route ::-webkit-scrollbar-track{border-radius:6px}.studio-route ::-webkit-scrollbar-button{display:none}.studio-route .scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.studio-route .scrollbar-hide::-webkit-scrollbar{display:none}@keyframes studio-bg-breath{0%,to{background-color:transparent}50%{background-color:rgb(240 248 255/10%)}}.studio-route .bg-breath{animation:studio-bg-breath 2s ease-in-out 3 forwards}