.skeleton-container{flex-direction:column;gap:16px;margin-top:20px;display:flex}.skeleton-card{background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;padding:16px;animation:.5s ease-in-out fadeIn;display:flex;box-shadow:0 2px 4px #0000001a}.skeleton{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite loading}.avatar{border-radius:50%;width:64px;height:64px}.skeleton-content{flex:1;margin-left:16px}.title{width:150px;height:16px;margin-bottom:8px}.subtitle{width:120px;height:12px;margin-bottom:6px}.text{width:180px;height:10px}.player{border-radius:6px;width:64px;height:32px}.skeleton-info{flex-direction:column;gap:4px;margin-left:16px;display:flex}.small{width:80px;height:10px}.skeleton-buttons{flex-direction:column;gap:8px;margin-left:16px;display:flex}.button{border-radius:6px;width:100px;height:32px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
