@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";#root{min-height:100vh;margin:0 auto;padding:2rem;text-align:center;background-color:#141523;font-family:Roboto,sans-serif}.loader-container{width:100%;min-height:100vh;position:fixed;z-index:999999;display:flex;align-items:center;justify-content:center;background-color:#0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);top:0;left:0}.loader{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px}.loading-text{color:#fff;font-size:14pt;font-weight:600;margin-left:10px}.dot{margin-left:3px;animation:blink 1.5s infinite}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}.loading-bar-background{--height: 30px;display:flex;align-items:center;box-sizing:border-box;padding:5px;width:200px;height:var(--height);background-color:#212121;box-shadow:#0c0c0c -2px 2px 4px inset;border-radius:calc(var(--height) / 2)}.loading-bar{position:relative;display:flex;justify-content:center;flex-direction:column;--height: 20px;width:0%;height:var(--height);overflow:hidden;background:#de4a0f;background:linear-gradient(0deg,#de4a0f,#f9c74f);border-radius:calc(var(--height) / 2);animation:loading 4s ease-out infinite}.white-bars-container{position:absolute;display:flex;align-items:center;gap:18px}.white-bar{background:#fff;background:linear-gradient(-45deg,#fff,#fff0 70%);width:10px;height:45px;opacity:.3;rotate:45deg}@keyframes loading{0%{width:0}80%{width:100%}to{width:100%}}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}
