.GamesList-module__cG2WXG__gamesContainer{width:100%;max-width:var(--main-max-width);margin:0 auto}.GamesList-module__cG2WXG__gamesHeader{justify-content:center;align-items:center;gap:1rem;margin:0 auto;display:flex}.GamesList-module__cG2WXG__logoContainer{justify-content:center;align-items:center;width:150px;height:130px;display:flex;position:relative;top:-12px}.GamesList-module__cG2WXG__gamesTitle{font-size:40px}.GamesList-module__cG2WXG__filtersContainer{align-items:center;gap:8px;margin:2rem auto;display:flex}.GamesList-module__cG2WXG__searchContainer{flex:1;min-width:0}.GamesList-module__cG2WXG__gameTypeContainer{flex-shrink:0;min-width:150px}.GamesList-module__cG2WXG__tagsContainer{flex:1;min-width:0;max-width:280px}.GamesList-module__cG2WXG__filtersContainer button{background:var(--background);border-radius:.5rem;height:50px;font-size:16px}.GamesList-module__cG2WXG__searchInput{border:1px solid var(--button-secondary-border);background:var(--background);width:100%;color:var(--text-primary);border-radius:8px;padding:12px 16px;font-size:16px;transition:border-color .2s,box-shadow .2s}.GamesList-module__cG2WXG__searchInput:focus{border-color:var(--button-primary-bg);outline:none;box-shadow:0 0 0 3px #3b82f61a}.GamesList-module__cG2WXG__searchInput::placeholder{color:var(--text-secondary)}.GamesList-module__cG2WXG__gamesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.GamesList-module__cG2WXG__gameCard{background:var(--background);border:1px solid var(--button-secondary-border);border-radius:16px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #0000001a}.GamesList-module__cG2WXG__gameCard:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.GamesList-module__cG2WXG__gameHeader{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.GamesList-module__cG2WXG__gameName{color:var(--text-primary);margin:0;font-size:20px;font-weight:600}.GamesList-module__cG2WXG__gameDescription{color:var(--text-secondary);margin:0 0 16px;font-size:.9375rem;line-height:1.5}.GamesList-module__cG2WXG__loading{text-align:center;color:var(--text-secondary);padding:40px;font-size:18px}.GamesList-module__cG2WXG__error{text-align:center;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:40px;font-size:18px}.GamesList-module__cG2WXG__gameListFooter{text-align:center;color:var(--text-secondary);background:var(--background);border:1px solid var(--button-secondary-border);border-radius:8px;padding:20px;font-size:18px}@media (max-width:768px){.GamesList-module__cG2WXG__logoContainer{width:82px;height:82px}.GamesList-module__cG2WXG__gamesTitle{font-size:32px}.GamesList-module__cG2WXG__filtersContainer{flex-wrap:wrap;max-width:100%;margin:1rem 0}.GamesList-module__cG2WXG__searchContainer{flex-basis:100%;width:100%;margin-bottom:0}.GamesList-module__cG2WXG__gameTypeContainer,.GamesList-module__cG2WXG__tagsContainer{flex-basis:calc(50% - 8px);width:calc(50% - 8px);min-width:0}.GamesList-module__cG2WXG__gamesGrid{grid-template-columns:1fr;gap:.5rem}.GamesList-module__cG2WXG__gameCard{padding:20px}.GamesList-module__cG2WXG__gameHeader{flex-direction:column;align-items:flex-start;gap:8px}.GamesList-module__cG2WXG__gameName{font-size:18px}}
.GameCard-module-scss-module__fs2g5a__cardWrapper{flex-direction:column;height:100%;display:flex;position:relative}.GameCard-module-scss-module__fs2g5a__gameCard{background-color:var(--background);cursor:pointer;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;flex:1;height:100%;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.GameCard-module-scss-module__fs2g5a__gameCard:before{content:"";opacity:0;background:linear-gradient(90deg,#667eea 0%,#764ba2 25%,#f093fb 50%,#4facfe 75%,#667eea 100%) 0 0/200% 100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.GameCard-module-scss-module__fs2g5a__gameCard:hover{border-color:#667eea;transform:translateY(-4px)scale(1.02);box-shadow:0 12px 24px #00000026}.GameCard-module-scss-module__fs2g5a__gameCard:hover:before{opacity:1;animation:2s infinite GameCard-module-scss-module__fs2g5a__shimmer}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardOutdoor{background-color:#dcfce7;border-color:#86efac}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardOutdoor:before{background:linear-gradient(90deg,#16a34a 0%,#22c55e 25%,#4ade80 50%,#86efac 75%,#16a34a 100%) 0 0/200% 100%}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardOutdoor:hover{border-color:#16a34a}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardOutdoor:hover:before{opacity:1;animation:2s infinite GameCard-module-scss-module__fs2g5a__shimmerGreen}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardGeoMatch{background-color:#dbeafe;border-color:#93c5fd}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardGeoMatch:before{background:linear-gradient(90deg,#3b82f6 0%,#60a5fa 25%,#93c5fd 50%,#bfdbfe 75%,#3b82f6 100%) 0 0/200% 100%}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardGeoMatch:hover{border-color:#3b82f6}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardGeoMatch:hover:before{opacity:1;animation:2s infinite GameCard-module-scss-module__fs2g5a__shimmerBlue}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardQuiz{background-color:#ede9fe;border-color:#c4b5fd}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardQuiz:before{background:linear-gradient(90deg,#8b5cf6 0%,#a78bfa 25%,#c4b5fd 50%,#ddd6fe 75%,#8b5cf6 100%) 0 0/200% 100%}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardQuiz:hover{border-color:#8b5cf6}.GameCard-module-scss-module__fs2g5a__gameCard.GameCard-module-scss-module__fs2g5a__gameCardQuiz:hover:before{opacity:1;animation:2s infinite GameCard-module-scss-module__fs2g5a__shimmerPurple}.GameCard-module-scss-module__fs2g5a__gameCard:active{transform:translateY(-2px)scale(1.01)}.GameCard-module-scss-module__fs2g5a__link{color:inherit;text-decoration:none;display:block}.GameCard-module-scss-module__fs2g5a__link:visited{color:inherit}.GameCard-module-scss-module__fs2g5a__link:focus{outline-offset:2px;outline:2px solid #667eea}.GameCard-module-scss-module__fs2g5a__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.GameCard-module-scss-module__fs2g5a__gameName{color:#1e293b;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;flex:1;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}.GameCard-module-scss-module__fs2g5a__editButton{color:#64748b;z-index:10;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.GameCard-module-scss-module__fs2g5a__editButton:hover{color:#475569;background-color:#e2e8f0;transform:scale(1.05)}.GameCard-module-scss-module__fs2g5a__editButton:active{transform:scale(.95)}.GameCard-module-scss-module__fs2g5a__badgesRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.GameCard-module-scss-module__fs2g5a__tagsRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;margin-bottom:.75rem;display:flex}.GameCard-module-scss-module__fs2g5a__description{color:#64748b;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.GameCard-module-scss-module__fs2g5a__creator{color:#94a3b8;margin:auto 0 0;font-size:.875rem;font-style:italic;line-height:1.5}@keyframes GameCard-module-scss-module__fs2g5a__shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes GameCard-module-scss-module__fs2g5a__shimmerGreen{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes GameCard-module-scss-module__fs2g5a__shimmerBlue{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes GameCard-module-scss-module__fs2g5a__shimmerPurple{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:768px){.GameCard-module-scss-module__fs2g5a__gameCard{border-radius:12px;padding:.75rem}.GameCard-module-scss-module__fs2g5a__gameName{font-size:1.25rem}.GameCard-module-scss-module__fs2g5a__description{-webkit-line-clamp:2;font-size:.875rem}}
