.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#050a0e}.loading-text{font-size:1.25rem;font-weight:500;letter-spacing:.025em;color:hsla(0,0%,71%,.6);background:linear-gradient(120deg,hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,0) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:shine 3s linear infinite;transition:opacity .15s ease-out}.loading-text.fade-out{opacity:0}.loading-text.fade-in{opacity:1}.dots{display:inline-block;animation:pulse 1.5s ease-in-out infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}