@keyframes skeleton-shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.profile-skeleton__avatar,.profile-skeleton__name,.profile-skeleton__about,.profile-skeleton__stat-value,.profile-skeleton__stat-label,.profile-skeleton__action,.profile-skeleton__tab,.profile-skeleton__section-heading,.profile-skeleton__mini-card,.profile-skeleton__wall,.profile-skeleton__pill{background:var(--bg-2);border-radius:var(--radius-sm);animation:1.6s ease-in-out infinite skeleton-shimmer}.profile-skeleton__card{padding:var(--spacing-xl);background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);margin-bottom:var(--spacing-lg)}.profile-skeleton__hero{gap:var(--spacing-lg);align-items:flex-start;display:flex}.profile-skeleton__avatar{border-radius:50%;flex-shrink:0;width:80px;height:80px}.profile-skeleton__info{gap:var(--spacing-sm);flex-direction:column;flex:1;display:flex}.profile-skeleton__name{width:200px;height:28px}.profile-skeleton__about{width:70%;height:12px}.profile-skeleton__stats{gap:var(--spacing-xl);margin-top:var(--spacing-sm);display:flex}.profile-skeleton__stat{gap:var(--spacing-xs);flex-direction:column;display:flex}.profile-skeleton__stat-value{width:40px;height:18px}.profile-skeleton__stat-label{width:50px;height:10px}.profile-skeleton__actions{gap:var(--spacing-sm);margin-top:var(--spacing-lg);flex-wrap:wrap;display:flex}.profile-skeleton__action{border-radius:var(--radius-md);width:96px;height:36px}.profile-skeleton__action--wide{width:120px}.profile-skeleton__tabs{gap:var(--spacing-xs);margin-bottom:var(--spacing-lg);flex-wrap:wrap;display:flex}.profile-skeleton__tab{border-radius:var(--radius-full);width:88px;height:32px}.profile-skeleton__tab--active{width:100px}.profile-skeleton__overview{gap:var(--spacing-xl);flex-direction:column;display:flex}.profile-skeleton__section{gap:var(--spacing-md);flex-direction:column;display:flex}.profile-skeleton__section-heading{width:140px;height:18px}.profile-skeleton__card-grid{gap:var(--spacing-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (max-width:767px){.profile-skeleton__card-grid{grid-template-columns:1fr}}.profile-skeleton__mini-card{border-radius:var(--radius-md);height:120px}.profile-skeleton__wall{border-radius:var(--radius-md);height:96px}.profile-skeleton__pills{gap:var(--spacing-xs);flex-wrap:wrap;display:flex}.profile-skeleton__pill{border-radius:var(--radius-full);width:72px;height:24px}
