.Games_container__JwxwG{padding:0 1rem;max-width:1200px;margin:0 auto}.Games_main__wvvqt{min-height:100vh;padding:2rem 0;background-color:#f8fafc}.Games_main__wvvqt,.Games_titleContainer___VTSW{display:flex;flex-direction:column;align-items:center}.Games_titleContainer___VTSW{position:relative;width:100%;margin-bottom:2rem}.Games_title___mu_e{font-size:2.5rem;text-align:center;background:linear-gradient(90deg,#1a73e8,#4285f4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:1rem;margin-bottom:.2rem}.Games_authorTag__jJjxp{font-size:.9rem;color:#4285f4;text-decoration:none;background-color:#f0f7ff;padding:.2rem .5rem;border-radius:20px;box-shadow:0 2px 5px rgba(66,133,244,.15);font-weight:500;transform-origin:center;transition:color .2s,background-color .2s;margin-top:5px}.Games_authorTag__jJjxp:hover{color:#fff;background-color:#1a73e8}.Games_controls__8jrTd{width:100%;display:flex;flex-direction:column;margin-bottom:2rem;background-color:#ffffff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.03);border:1px solid #f1f5f9}.Games_searchContainer__Zn70j{width:100%;margin-bottom:1.5rem}.Games_searchInput__6U8Tr{width:100%;padding:.8rem 1.5rem;border-radius:8px;border:1px solid #e2e8f0;font-size:1rem;box-shadow:0 1px 3px rgba(0,0,0,.02);transition:all .2s ease}.Games_searchInput__6U8Tr:focus{outline:none;border-color:#4285f4;box-shadow:0 2px 6px rgba(66,133,244,.15)}.Games_sortButtons__k6k3F{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.Games_sortButtons__k6k3F button{padding:.5rem 1rem;border:none;border-radius:6px;background-color:#f1f5f9;cursor:pointer;font-size:.9rem;transition:all .2s ease;color:#334155}.Games_sortButtons__k6k3F button:hover{background-color:#e2e8f0}.Games_activeSort__LEXyM{background-color:#1a73e8!important;color:white!important;font-weight:700}.Games_gamesGrid__UcASY{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%}.Games_card__LPEMc{background-color:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .2s ease;height:100%;display:flex;flex-direction:column;border:1px solid #f1f5f9}.Games_cardHeader__pbzy1{padding:1.2rem 1.5rem;background:#f8fafc;color:#1e293b;border-bottom:1px solid #f1f5f9}.Games_cardHeader__pbzy1 h2{font-size:1.2rem;margin:0 0 .4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;color:#1e293b}.Games_teamName__JVUho{font-size:.85rem;opacity:.8;color:#64748b;display:flex;justify-content:space-between;align-items:center}.Games_gameId__rhPBS{font-size:.8rem;color:#94a3b8;font-weight:500}.Games_cardContent__p5hqP{padding:1.2rem 1.5rem;flex-grow:1}.Games_shortDescription__nR53x{margin:0;font-size:.95rem;color:#475569;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.Games_cardFooter__3Vcll{padding:1rem 1.5rem;display:flex;justify-content:space-between;gap:10px;background-color:#f8fafc;border-top:1px solid #f1f5f9}.Games_detailsButton__Br7_P,.Games_downloadButton__eN_Dk{padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease;text-decoration:none;text-align:center;font-weight:500}.Games_detailsButton__Br7_P{background-color:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.Games_downloadButton__eN_Dk{background-color:#1a73e8;color:white;border:1px solid #1a73e8}.Games_detailsButton__Br7_P:hover{background-color:#e2e8f0}.Games_downloadButton__eN_Dk:hover{background-color:#4285f4}.Games_loadingContainer__DAsGv{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh}.Games_loader__yPYct{border:4px solid #f1f5f9;border-top-color:#1a73e8;border-radius:50%;width:40px;height:40px;animation:Games_spin__rBJ54 1s linear infinite;margin-bottom:1rem}@keyframes Games_spin__rBJ54{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Games_randomGameContainer__3VVD3{width:100%;text-align:center;margin-bottom:2rem}.Games_randomGame__sJwXj{max-width:600px;margin:0 auto}.Games_backButton__Be6I1{margin-top:1.5rem;padding:.6rem 1.2rem;border:none;border-radius:6px;background-color:#f1f5f9;cursor:pointer;font-size:.9rem;transition:all .2s ease;color:#334155}.Games_backButton__Be6I1:hover{background-color:#e2e8f0}.Games_noResults__lFKef{text-align:center;margin:2rem 0;padding:2rem;background-color:#f8fafc;border-radius:8px;width:100%}.Games_statsContainer__04t5f{margin-top:2rem;text-align:center;font-size:.9rem;color:#64748b}.Games_modalOverlay__fLSxx{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:rgba(15,23,42,.75);display:flex;justify-content:center;align-items:center;z-index:9999;backdrop-filter:blur(3px);animation:Games_fadeIn__cVGmj .25s ease;cursor:pointer}.Games_modalContent__NPonD{background-color:white;border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative;padding:2rem;box-shadow:0 8px 30px rgba(0,0,0,.3);animation:Games_modalSlideIn__eI67e .3s ease;cursor:default;z-index:10000;margin:auto}.Games_closeButton__v1gwp{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.6rem;cursor:pointer;color:#64748b;transition:color .2s;line-height:1;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}.Games_closeButton__v1gwp:hover{color:#1e293b;background-color:#f1f5f9}.Games_gameDetailContainer__0nRR_{padding:.5rem 0}.Games_modalGameTitle__yu9fu{margin-top:0;margin-bottom:.5rem;font-size:1.8rem;color:#0f172a}.Games_modalTeamInfo__bf2_l{margin-bottom:1.5rem;color:#64748b;font-size:.95rem}.Games_modalSection__Bij3y{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.Games_modalSection__Bij3y:last-child{border-bottom:none}.Games_modalSection__Bij3y h3{margin-top:0;margin-bottom:.8rem;color:#1e293b;font-size:1.1rem;font-weight:600}.Games_gameDescription__v8Mhw,.Games_instructions__w4acZ,.Games_teamMembers__x550s{line-height:1.6;color:#475569;white-space:pre-line;font-size:.95rem}.Games_modalActions__ePV2u{display:flex;justify-content:center;margin-top:1.5rem}.Games_modalDownloadButton__VSS5M{padding:.7rem 1.8rem;background-color:#1a73e8;color:white;border:none;border-radius:6px;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .2s ease;font-weight:500}.Games_modalDownloadButton__VSS5M:hover{background-color:#4285f4;transform:translateY(-1px);box-shadow:0 3px 10px rgba(66,133,244,.2)}@keyframes Games_modalSlideIn__eI67e{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.Games_modalContent__NPonD::-webkit-scrollbar{width:8px}.Games_modalContent__NPonD::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.Games_modalContent__NPonD::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.Games_modalContent__NPonD::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.Games_gamesGrid__UcASY{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.Games_controls__8jrTd{padding:1rem}.Games_modalContent__NPonD{width:95%;padding:1.5rem;max-height:80vh}.Games_title___mu_e{font-size:2rem}.Games_filterRow__bA6zc{flex-direction:column;align-items:flex-start;gap:15px}.Games_playedFilter__iM6EU,.Games_sortButtons__k6k3F{width:100%;justify-content:space-between}.Games_playedFilter__iM6EU{margin-top:10px}.Games_authorTag__jJjxp{font-size:.8rem}.Games_modalGameTitle__yu9fu{font-size:1.6rem}.Games_modalSection__Bij3y h3{font-size:1rem}}@media (max-width:480px){.Games_gamesGrid__UcASY{grid-template-columns:1fr;gap:1rem}.Games_cardFooter__3Vcll{flex-direction:column;gap:10px}.Games_detailsButton__Br7_P,.Games_downloadButton__eN_Dk{width:100%;padding:.7rem 0}.Games_sortButtons__k6k3F{flex-direction:column;width:100%}.Games_sortButtons__k6k3F button{width:100%;margin-bottom:8px;padding:.6rem 0}.Games_modalContent__NPonD{padding:1.2rem;width:95%;max-height:85vh;border-radius:8px}.Games_modalGameTitle__yu9fu{font-size:1.4rem}.Games_playedContainer__eAEZn{width:100%;justify-content:flex-start;margin-top:5px}.Games_cardActions__sAFaQ{flex-direction:column;width:100%}.Games_searchInput__6U8Tr{padding:.7rem 1rem}.Games_modalSection__Bij3y{margin-bottom:1.2rem;padding-bottom:1.2rem}.Games_closeButton__v1gwp{top:.8rem;right:.8rem;width:35px;height:35px}.Games_modalDownloadButton__VSS5M{width:100%;padding:.8rem 0}}@media (max-width:360px){.Games_title___mu_e{font-size:1.6rem}.Games_modalContent__NPonD{padding:1rem}.Games_modalGameTitle__yu9fu{font-size:1.2rem}.Games_playedFilter__iM6EU button{padding:.3rem .5rem;font-size:.8rem}}@media (max-width:768px){.Games_gamesGrid__UcASY{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.Games_controls__8jrTd{padding:1rem}.Games_modalContent__NPonD{width:95%;padding:1.5rem}.Games_title___mu_e{font-size:2rem}.Games_filterRow__bA6zc{flex-direction:column;align-items:flex-start}.Games_playedFilter__iM6EU{width:100%;justify-content:flex-start;margin-top:10px}.Games_authorTag__jJjxp{font-size:.8rem}}@media (max-width:480px){.Games_gamesGrid__UcASY{grid-template-columns:1fr}.Games_cardFooter__3Vcll{flex-direction:column;gap:10px}.Games_sortButtons__k6k3F{flex-direction:column}.Games_sortButtons__k6k3F button{width:100%}.Games_modalContent__NPonD{padding:1.5rem;width:95%;max-height:85vh}.Games_modalGameTitle__yu9fu{font-size:1.5rem}.Games_playedContainer__eAEZn{width:100%;justify-content:flex-start}.Games_cardActions__sAFaQ{flex-direction:column;width:100%}.Games_detailsButton__Br7_P,.Games_downloadButton__eN_Dk{width:100%}}.Games_filterRow__bA6zc{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px}.Games_cardActions__sAFaQ{display:flex;gap:10px}.Games_playedContainer__eAEZn{display:flex;align-items:center;margin-top:10px}.Games_playedLabel__KQFP7{display:flex;align-items:center;gap:5px;cursor:pointer;font-size:.85rem;color:#64748b;user-select:none}.Games_playedCheckbox__HM_2B{width:16px;height:16px;cursor:pointer;accent-color:#1a73e8}.Games_playedCard__sRXLc{border-left:3px solid #1a73e8}.Games_playedFilter__iM6EU{display:flex;align-items:center;gap:8px;margin-top:10px}.Games_playedFilter__iM6EU span{font-size:.9rem;color:#64748b}.Games_playedFilter__iM6EU button{padding:.4rem .8rem;border:none;border-radius:6px;font-size:.85rem;background-color:#f1f5f9;color:#334155;cursor:pointer;transition:all .2s ease}.Games_playedFilter__iM6EU button:hover{background-color:#e2e8f0}.Games_activeFilter__pX5rS{background-color:#f1f5f9!important;color:#1a73e8!important;font-weight:500;border:1px solid #e2e8f0}.Games_fadeIn__cVGmj{animation:Games_fadeIn__cVGmj .4s ease forwards}.Games_fadeInDown__QkS37{animation:Games_fadeInDown__QkS37 .4s ease forwards}.Games_fadeInUp__TG6V_{animation:Games_fadeInUp__TG6V_ .4s ease forwards}.Games_bounce__mnmxR{animation:Games_bounce__mnmxR 1.5s ease-in-out infinite alternate}.Games_hoverCard__2AoGv{transition:transform .3s ease,box-shadow .3s ease}.Games_hoverCard__2AoGv:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,.08)}.Games_buttonHover__4W_Iv{transition:transform .2s ease,background-color .2s ease}.Games_buttonHover__4W_Iv:hover{transform:scale(1.02)}.Games_buttonHover__4W_Iv:active{transform:scale(.98)}@keyframes Games_fadeIn__cVGmj{0%{opacity:0}to{opacity:1}}@keyframes Games_fadeInDown__QkS37{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Games_fadeInUp__TG6V_{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Games_bounce__mnmxR{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}