.loading-spinner-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.loading-spinner{justify-content:center;align-items:center;display:flex;position:relative}.spinner-ring{border:3px solid #0000;border-top-color:#a78bfa;border-radius:50%;width:100%;height:100%;animation:1s linear infinite spin;position:absolute}.spinner-ring:nth-child(2){border-top-color:#8b5cf6;width:80%;height:80%;animation-duration:.8s}.spinner-ring:nth-child(3){border-top-color:#7c3aed;width:60%;height:60%;animation-duration:.6s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#a78bfa;letter-spacing:1px;text-transform:uppercase;font-family:Rajdhani,sans-serif;font-size:14px;font-weight:600;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.page-loading-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070b12f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.btn-loading{pointer-events:none;opacity:.7;position:relative}.btn-loading .btn-text{opacity:0}.btn-loading:after{content:"";border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:16px;margin-bottom:8px}.skeleton-avatar{border-radius:50%;width:48px;height:48px}.skeleton-card{width:100%;height:120px}
