.dots-loader{display:inline-flex;gap:4px}.dots-loader span{width:6px;height:6px;border-radius:50%;background:var(--brand-300);animation:ds-bounce .9s infinite}.dots-loader span:nth-child(2){animation-delay:.15s}.dots-loader span:nth-child(3){animation-delay:.3s}.skeleton{display:block;width:100%;height:12px;border-radius:6px;background:linear-gradient(90deg,var(--bg-3) 0,var(--bg-2) 50%,var(--bg-3) 100%);background-size:200% 100%;animation:ds-shimmer 1.6s linear infinite}.skel-stack{display:flex;flex-direction:column;gap:8px;width:100%}.skel-w70{width:70%}.skel-w90{width:90%}.skel-w50{width:50%}.skel-pill{height:30px;border-radius:var(--r-pill)}