@keyframes skeleton-shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.profile-skeleton__about,.profile-skeleton__action,.profile-skeleton__avatar,.profile-skeleton__mini-card,.profile-skeleton__name,.profile-skeleton__pill,.profile-skeleton__section-heading,.profile-skeleton__stat-label,.profile-skeleton__stat-value,.profile-skeleton__tab,.profile-skeleton__wall{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);background:var(--bg-surface);border-radius:var(--radius-lg);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__actions{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);margin-top:var(--spacing-lg)}.profile-skeleton__action{height:36px;width:96px;border-radius:var(--radius-md)}.profile-skeleton__action--wide{width:120px}.profile-skeleton__tabs{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);margin-bottom:var(--spacing-lg)}.profile-skeleton__tab{height:32px;width:88px;border-radius:var(--radius-full)}.profile-skeleton__tab--active{width:100px}.profile-skeleton__overview{display:flex;flex-direction:column;gap:var(--spacing-xl)}.profile-skeleton__section{display:flex;flex-direction:column;gap:var(--spacing-md)}.profile-skeleton__section-heading{width:140px;height:18px}.profile-skeleton__card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}@media(max-width:767px){.profile-skeleton__card-grid{grid-template-columns:1fr}}.profile-skeleton__mini-card{height:120px;border-radius:var(--radius-md)}.profile-skeleton__wall{height:96px;border-radius:var(--radius-md)}.profile-skeleton__pills{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.profile-skeleton__pill{width:72px;height:24px;border-radius:var(--radius-full)}