.skeleton{animation:pulse 1.5s infinite;background:#e0e0e0;border-radius:4px;margin-bottom:10px}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:gray}to{background-color:#e0e0e0}}