.skeleton-container{padding:2rem;animation:.5s ease-out fadeIn}.skeleton-header{border-radius:8px;width:60%;height:40px;margin:0 auto 2rem}.skeleton-filters{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.skeleton-filter{border-radius:6px;width:100px;height:30px}.skeleton-game-list{flex-direction:column;gap:2rem;display:flex}.skeleton-league{background-color:#1f1f1f;border-radius:8px;padding:1rem}.skeleton-league-title{border-radius:6px;width:40%;height:20px;margin-bottom:1rem}.skeleton-game-row{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.skeleton-team{border-radius:6px;flex:1;height:20px}.skeleton-time{border-radius:6px;width:80px;height:20px}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.skeleton-header,.skeleton-filter,.skeleton-league-title,.skeleton-team,.skeleton-time{background:#2c2c2c linear-gradient(90deg,#2c2c2c 0%,#3a3a3a 50%,#2c2c2c 100%) 0 0/400px 100% no-repeat;animation:1.5s linear infinite shimmer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
