.loading-logo{flex:0 0 64px;width:clamp(96px,10vw,128px);animation:1.2s ease-in-out infinite loadingPulse;display:block}.loading-bar{background:#ff790124;border-radius:999px;width:min(220px,60vw);height:6px;position:relative;overflow:hidden}.loading-bar__fill{border-radius:inherit;background:linear-gradient(90deg,#ff7901 0%,#ff9d47 100%);width:35%;animation:1.15s ease-in-out infinite loading-bar-slide;position:absolute;inset:0 auto 0 -35%}@keyframes loadingPulse{0%,to{opacity:.7;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}
