.skeleton-loader{-webkit-backdrop-filter:blur(var(--space-2));backdrop-filter:blur(var(--space-2));border-radius:var(--space-1);background:#ffffff0d;display:block;position:relative;overflow:hidden}.skeleton-loader:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%);width:150%;height:100%;animation:1.8s infinite skeleton-sweep;position:absolute;top:0;left:-150%}@keyframes skeleton-sweep{0%{left:-150%}to{left:100%}}.skeleton-card{border-radius:var(--space-5);border:var(--space-px)solid #ffffff1a;width:100%;height:380px}.skeleton-list{width:100%;height:var(--space-16);margin-bottom:var(--space-2);border-radius:var(--space-3)}.skeleton-text{width:100%;height:var(--space-4);margin:var(--space-2)0}.skeleton-circle{border-radius:var(--radius-full);width:var(--space-12);height:var(--space-12)}.skeleton-loader.glass{border:var(--space-px)solid #ffffff0d;background:#ffffff08}.skeleton-loader.light{background:var(--gray-200)}.skeleton-loader.light:after{background:linear-gradient(90deg,#0000 0%,#fff9 50%,#0000 100%)}
