.skeleton-base{background:var(--bg-hover-color,#f0f0f0);border-radius:4px;position:relative;overflow:hidden}.skeleton-text{width:100%;height:14px;margin-bottom:8px}.skeleton-title{width:50%;height:24px;margin-bottom:16px}.skeleton-circle{border-radius:50%;width:48px;height:48px}.skeleton-rectangle{width:100%;height:100px}.shimmer:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#ffffff0d 20%,#ffffff1a 60%,#fff0);animation:2s infinite shimmer-anim;position:absolute;inset:0;transform:translate(-100%)}[data-theme=dark] .shimmer:after{background-image:linear-gradient(90deg,#fff0 0,#ffffff08 20%,#ffffff0f 60%,#fff0)}@keyframes shimmer-anim{to{transform:translate(100%)}}.skeleton-card-container{background:var(--card-bg,#fff);border:1px solid var(--border-color,#eee);border-radius:12px;height:100%;padding:0;position:relative;overflow:hidden}.skeleton-card-media{background:var(--bg-hover-color,#f5f5f5);height:200px;position:relative}.skeleton-card-body{padding:20px}.skeleton-group{flex-direction:column;display:flex}
