.loading-screen-container{display:flex;align-items:center;justify-content:center;background-color:#0c0e14;text-align:center}.loading-screen-fullscreen{position:fixed;inset:0;z-index:50}.loading-screen-inline{min-height:400px;border-radius:.75rem}.loading-brand,.loading-screen-content{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.loading-brand{user-select:none}.loading-bump{display:flex;align-items:flex-end;gap:7px;height:36px}.loading-bump>span{display:block;width:7px;height:9px;border-radius:3px;background:rgba(255,255,255,.85);will-change:height,opacity;animation:bump-up 1.15s cubic-bezier(.4,0,.2,1) infinite;transform-origin:bottom}.loading-bump>span:first-child{animation-delay:0s}.loading-bump>span:nth-child(2){animation-delay:.16s;background:#5865F2;box-shadow:0 0 14px rgba(88,101,242,.55)}.loading-bump>span:nth-child(3){animation-delay:.32s}@keyframes bump-up{0%,to{height:9px;opacity:.45}50%{height:36px;opacity:1}}.loading-wordmark{font-family:inherit;font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.55);margin:0;animation:wordmark-pulse 2.4s ease-in-out infinite}.loading-wordmark b{color:#ffffff;font-weight:700}@keyframes wordmark-pulse{0%,to{opacity:.45}50%{opacity:.95}}.loading-spinner{width:28px;height:28px;border:1.5px solid rgba(255,255,255,.12);border-top-color:rgba(255,255,255,.85);border-radius:50%;will-change:transform;animation:spinner-rotate .9s cubic-bezier(.55,.15,.45,.85) infinite}@keyframes spinner-rotate{to{transform:rotate(1turn)}}.loading-dots{display:inline-flex;gap:6px;align-items:center;height:8px}.loading-dots:after,.loading-dots:before,.loading-dots>i{content:"";display:block;width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.55);animation:dots-pulse 1.2s ease-in-out infinite}.loading-dots:before{animation-delay:-.24s}.loading-dots>i{animation-delay:-.12s}@keyframes dots-pulse{0%,80%,to{transform:scale(.65);opacity:.45}40%{transform:scale(1);opacity:1}}.loading-text{font-size:.95rem;font-weight:500;color:rgba(255,255,255,.55);letter-spacing:.01em;margin:0}@media (prefers-reduced-motion:reduce){.loading-bump>span,.loading-dots:after,.loading-dots:before,.loading-dots>i,.loading-spinner,.loading-wordmark{animation:none!important}}@media (max-width:640px){.loading-screen-content{gap:1rem}.loading-spinner{width:24px;height:24px}.loading-text{font-size:.875rem}.loading-bump{height:32px}.loading-bump>span{width:6px}@keyframes bump-up{0%,to{height:8px;opacity:.45}50%{height:32px;opacity:1}}}