.loading_screen__UrqF0{position:fixed;inset:0;background:var(--black);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:9999}.loading_logo__gR5FX{font-family:var(--font-display);font-size:32px;letter-spacing:.1em;color:var(--white);animation:loading_fadeIn__kJDXe .4s ease}.loading_gold__y_6MZ{color:var(--gold)}.loading_bar__K1lXB{width:120px;height:2px;background:hsla(0,0%,100%,.1);border-radius:1px;overflow:hidden}.loading_fill__5EsNO{height:100%;background:var(--gold);border-radius:1px;animation:loading_loadBar__4T9TW 1.2s var(--ease-out-expo) infinite}@keyframes loading_loadBar__4T9TW{0%{width:0;margin-left:0}50%{width:60%;margin-left:20%}to{width:0;margin-left:100%}}