:root{--accent-color: #8473ee;--accent-color-transparent: #8473ee22}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e9e7f1;border-radius:35px}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:35px}.fade-enter-active,.fade-leave-active{opacity:1}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transform:translate(0)}.slide-enter-from,.slide-leave-to{transform:translate(-100%)}.show-enter-active,.show-leave-active{transition:opacity .2s}.show-enter-from,.show-leave-to{opacity:0}body{font-family:Graphik,sans-serif}#app{height:100vh;overflow:hidden}@supports (height: 100svh){#app{height:100svh}}.cursor-pointer{cursor:pointer}.loader-line{position:absolute;bottom:-2px;left:8px;height:2px;width:calc(100% - 16px);overflow:hidden;background-color:#ddd}.loader-line:before{content:"";position:absolute;bottom:0;left:-100%;height:100%;width:70%;border-radius:20px;background-color:var(--accent-color);animation:loadingLine 2s linear infinite}@keyframes loadingLine{0%{left:-100%}50%{left:0}to{left:100%}}.loader-dots{width:40px;aspect-ratio:4;background:radial-gradient(circle closest-side,var(--accent-color) 90%,transparent) 0 / calc(100%/3) 100% space;clip-path:inset(0 100% 0 0);animation:loadingDots 1s steps(4) infinite}@keyframes loadingDots{to{clip-path:inset(0 -34% 0 0)}}
