@keyframes pulse-border{0%,to{box-shadow:0 0 0 0 hsl(var(--state-focus) / 0)}50%{box-shadow:0 0 0 2px hsl(var(--state-focus) / .18)}}@keyframes loading-dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.animate-pulse-border{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse-border}.loading-dots{color:hsl(var(--muted-foreground))}.loading-dots:after{content:".";animation:1.5s step-end infinite loading-dots}
