@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";:root{color-scheme:dark}body,html{height:100%;width:100%;background:#181818;color:#f7f7f7;font-family:Inter,sans-serif;scroll-behavior:smooth}button,input{font-family:Inter,sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}.noScrollbar{-ms-overflow-style:none;scrollbar-width:none}.noScrollbar::-webkit-scrollbar{display:none}.page-loader{position:fixed;top:0;left:0;z-index:10;height:100%;width:100%;background:rgba(24,24,24,.1);background:rgba(34,34,34,.7);-webkit-backdrop-filter:saturate(120%) blur(1px);backdrop-filter:saturate(120%) blur(1px)}.page-loader .progress{position:absolute;top:0;left:0;width:100%;height:5px;background:#3c3c3c}.page-loader .progress:after{content:"";display:block;height:100%;width:95%;background:#5a69f1;animation:progress 3s cubic-bezier(.075,.82,.165,1)}@keyframes progress{0%{width:0%}50%{width:40%}70%{width:80%}80%{width:90%}to{width:95%}}.tooltip{background:#222222;border:1px solid #3c3c3c;border-radius:5px;padding:5px 10px;font-size:.8rem;white-space:nowrap;z-index:999}hr{border:none;border-bottom:1px solid rgba(60,60,60,.5)}code,pre,.code{font-family:Roboto Mono,monospace}a{color:#5a69f1;text-decoration:none;display:inline}a:hover,a:focus{text-decoration:underline}
