body.loading #root{visibility:hidden}body #fuse-splash-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#050505,#111111 45%,#090909);color:#E0E0E0;z-index:999999;pointer-events:none;opacity:1;visibility:visible;transition:opacity .4s cubic-bezier(.4,0,.2,1)}body #fuse-splash-screen img{width:72px;max-width:72px;height:auto;object-fit:contain}#spinner{display:flex;align-items:center;justify-content:space-between;margin-top:40px;width:56px}#spinner>div{width:12px;height:12px;background-color:#000;border-radius:100%;display:inline-block;-webkit-animation:fuse-bouncedelay 1s ease-in-out infinite both;animation:fuse-bouncedelay 1s ease-in-out infinite both}#spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}#spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes fuse-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes fuse-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.c-loading-path{animation:c-loading-dash 1.2s ease-in-out infinite}@keyframes c-loading-dash{0%{stroke-dashoffset:38}50%{stroke-dashoffset:0}to{stroke-dashoffset:38}}@keyframes spin{to{transform:rotate(1turn)}}