:root{--ease-out-back: cubic-bezier(.34, 1.56, .64, 1);--ease-out-expo: cubic-bezier(.19, 1, .22, 1)}html,body{height:100%;overflow:hidden}body{font-family:var(--theme-font-family);background:var(--theme-surface);color:var(--theme-text);-webkit-text-fill-color:var(--theme-text);padding:0;margin:0}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:var(--theme-surface)}body::-webkit-scrollbar-thumb{background:var(--theme-text-disabled);border:1px solid var(--theme-surface);border-radius:10px}body::-webkit-scrollbar-thumb:hover{background:var(--theme-text-medium)}@keyframes preload-bar{0%{transform-origin:0 0;transform:scaleX(0)}40%{transform-origin:0 0;transform:scale(1)}40.1%,60%{transform-origin:100% 0;transform:scale(1)}99.9%{transform-origin:100% 0;transform:scaleX(0)}to{transform-origin:0 0;transform:scaleX(0)}}#preload{background:var(--theme-primary);box-sizing:border-box;height:100vh;justify-content:center;left:0;position:fixed;top:0;text-align:center;transition:opacity .8s .3s ease;width:100vw;z-index:2000}#preload .preload-content{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;box-sizing:border-box}#preload svg{height:100px;width:100px}@media only screen and (min-width: 60em){#preload svg{height:160px;width:160px}}#preload .load-bar{animation:preload-bar 1.2s ease infinite;background:#fff;height:2px;margin:24px 0;width:160px}#preload.hide{opacity:0}
