.loader-wrapper{justify-content:center;align-items:center;padding:30px;display:flex}.loader{border:4px solid #333;border-top-color:#f0f0f0;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.skeleton-wrapper{flex-direction:column;gap:12px;padding:12px;display:flex}.skeleton-line{background:linear-gradient(90deg,#f0f0f0,#e6e6e6,#f0f0f0) 0 0/200% 100%;border-radius:6px;height:16px;animation:1.2s linear infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
