@keyframes skeleton-shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.profile-skeleton__about,.profile-skeleton__avatar,.profile-skeleton__card-item,.profile-skeleton__name,.profile-skeleton__stat-label,.profile-skeleton__stat-value,.profile-skeleton__tabs{background:var(--bg-2);border-radius:var(--radius-sm);animation:skeleton-shimmer 1.6s ease-in-out infinite}.profile-skeleton__card{padding:var(--spacing-xl);border-radius:var(--radius-lg);background:var(--bg-surface);border:1px solid var(--border-subtle);margin-bottom:var(--spacing-lg)}.profile-skeleton__hero{display:flex;gap:var(--spacing-lg);align-items:flex-start}.profile-skeleton__avatar{width:80px;height:80px;border-radius:50%;flex-shrink:0}.profile-skeleton__info{flex:1;display:flex;flex-direction:column;gap:var(--spacing-sm)}.profile-skeleton__name{height:28px;width:200px}.profile-skeleton__about{height:12px;width:70%}.profile-skeleton__stats{display:flex;gap:var(--spacing-xl);margin-top:var(--spacing-sm)}.profile-skeleton__stat{display:flex;flex-direction:column;gap:var(--spacing-xs)}.profile-skeleton__stat-value{height:18px;width:40px}.profile-skeleton__stat-label{height:10px;width:50px}.profile-skeleton__tabs{height:40px;width:100%;border-radius:var(--radius-md);margin-bottom:var(--spacing-lg)}.profile-skeleton__card-item{height:100px;width:100%;border-radius:var(--radius-md)}