.screen-loader-overlay{position:fixed;inset:0;min-height:100vh;background-color:#fff;z-index:100}.screen-loader-inline,.screen-loader-overlay{display:flex;justify-content:center;align-items:center}.screen-loader-inline{position:relative;width:100%;min-height:60vh}.screen-loader-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:380px;padding:24px}.screen-loader-title{margin-top:-12px;font-size:20px;font-weight:700;color:#1e1e1e}.screen-loader-subtitle{margin-top:4px;font-size:14px;color:#667085}.screen-loader-dots{display:flex;gap:6px;margin-top:18px}.screen-loader-dots span{width:8px;height:8px;border-radius:50%;background-color:#3d348b;animation:screen-loader-bounce 1.2s ease-in-out infinite both}.screen-loader-dots span:nth-child(2){animation-delay:.15s}.screen-loader-dots span:nth-child(3){animation-delay:.3s}@keyframes screen-loader-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.screen-loader-tip{margin-top:20px;padding:10px 18px;border-radius:12px;background-color:rgba(61,52,139,.06);color:#3d348b;font-size:13px;font-weight:500;animation:screen-loader-fade .4s ease}@keyframes screen-loader-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}