.pa-loading{flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:40px;display:flex}.pa-loading--full{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;min-height:100dvh;position:fixed;inset:0}.pa-loading-anim{aspect-ratio:16/11;justify-content:center;align-items:center;width:280px;max-width:78vw;display:flex;position:relative}.pa-loading-lottie{position:absolute;inset:0}.pa-loading-lottie--coral{animation:4.6s ease-in-out infinite paTintCoral}.pa-loading-lottie--steel{animation:4.6s ease-in-out infinite paTintSteel}@keyframes paTintCoral{0%,to{opacity:1}50%{opacity:0}}@keyframes paTintSteel{0%,to{opacity:0}50%{opacity:1}}.pa-loading-mark{z-index:2;pointer-events:none;width:auto;height:52px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (prefers-reduced-motion:reduce){.pa-loading-lottie--coral,.pa-loading-lottie--steel{animation:none}.pa-loading-lottie--steel{opacity:0}}.pa-loading-anim svg{width:100%;height:auto;display:block}.pa-loading-label{color:var(--muted);font-size:14px;font-weight:600}.pa-spinner{border:4px solid #ee5e5338;border-top-color:var(--coral);border-radius:50%;width:46px;height:46px;animation:.8s linear infinite paSpin;display:block}@keyframes paSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.pa-spinner{animation:none}}.pa-loading .sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
