.loading-screen{background:#212121;background:var(--bg-color);z-index:1001;width:100vw;height:100vh;z-index:var(--z-loading);position:fixed;top:0;left:0}.loading-bar{background:#ebedec;background:var(--text-primary);width:0;height:2px;animation:1.2s cubic-bezier(.76,0,.24,1) infinite loading-bar-grow;position:absolute;top:0;left:0}@keyframes loading-bar-grow{0%{width:0;left:0}50%{width:60%}to{width:0;left:100%}}@media (prefers-reduced-motion:reduce){.loading-bar{opacity:.4;width:30%;animation:none}}
