.ws-skeleton{background-color:var(--ws-skeleton-bg,var(--color-border));border-radius:var(--ws-skeleton-borderRadius,.375rem);animation:ws-skeleton-pulse 2s cubic-bezier(.4,0,.6,1) infinite;position:relative;overflow:hidden}@keyframes ws-skeleton-pulse{0%,to{opacity:var(--ws-skeleton-opacity-start,.4)}50%{opacity:var(--ws-skeleton-opacity-mid,.6)}}.ws-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,var(--ws-skeleton-shimmer,rgba(255,255,255,.1)),transparent);animation:ws-skeleton-shimmer 2s infinite}@keyframes ws-skeleton-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.ws-skeleton--card{height:var(--ws-skeleton-height-card,8rem);width:var(--ws-skeleton-width-card,100%)}.ws-skeleton--text{height:var(--ws-skeleton-height-text,1rem);width:var(--ws-skeleton-width-text,100%)}.ws-skeleton--avatar{height:var(--ws-skeleton-height-avatar,2.5rem);width:var(--ws-skeleton-width-avatar,2.5rem);border-radius:var(--ws-skeleton-borderRadius-avatar,9999px)}.ws-skeleton--button{height:var(--ws-skeleton-height-button,2.5rem);width:var(--ws-skeleton-width-button,6rem)}