﻿.infinite-scroll-loader{display:flex;justify-content:center;align-items:center;padding:2rem;min-height:80px;}.scroll-loader-spinner{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#888;}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#e63946;border-radius:50%;animation:spin .8s linear infinite;}@keyframes spin{to{transform:rotate(360deg);}}.infinite-scroll-loader.hidden{display:none;}.skeleton-container{padding:1rem 0;}.skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;}.skeleton-title{width:200px;height:24px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;}.skeleton-show-all{width:80px;height:20px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;}@media(max-width:768px){.skeleton-games-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;}}.skeleton-game-tile{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;}@media(min-width:810px) and (max-width:1023px){.skeleton-game-tile:nth-of-type(-n+2){display:none;}}@media(min-width:1024px) and (max-width:1281px){.skeleton-game-tile:last-of-type{display:none;}}@keyframes shimmer{0%{background-position:200% 0;}100%{background-position:-200% 0;}}.container-wrapper{animation:fadeIn .3s ease-out;}@keyframes fadeIn{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}