.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%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-header,.skeleton-filter,.skeleton-league-title,.skeleton-team,.skeleton-time{background:#2c2c2c;position:relative;overflow:hidden}.skeleton-header:after,.skeleton-filter:after,.skeleton-league-title:after,.skeleton-team:after,.skeleton-time:after{content:"";background:linear-gradient(90deg,#0000 0%,#3a3a3a 50%,#0000 100%);animation:1.5s linear infinite shimmer;position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
