.games-module__bbXEOW__gamesPage{background:var(--background);min-height:100vh;padding:140px 0 80px}.games-module__bbXEOW__header{text-align:center;margin-bottom:80px}.games-module__bbXEOW__title{background:linear-gradient(90deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:3rem}.games-module__bbXEOW__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.2rem}.games-module__bbXEOW__gamesList{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px;display:grid}.games-module__bbXEOW__gameCard{aspect-ratio:16/10;background:#09090b;border:1px solid #ffffff0d;border-radius:0;flex-direction:column;padding:0;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.games-module__bbXEOW__gameCard:after{content:"";background:var(--game-color);transform-origin:0;z-index:3;width:100%;height:3px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.games-module__bbXEOW__gameCard:hover{border-color:var(--game-color-border);box-shadow:0 16px 36px var(--game-color-glow);transform:translateY(-4px)}.games-module__bbXEOW__gameCard:hover:after{transform:scaleX(1)}.games-module__bbXEOW__gameThumb{z-index:1;background:#09090b;width:100%;height:100%;position:absolute;top:0;left:0}.games-module__bbXEOW__gameImage{object-fit:cover;filter:brightness(.85)contrast(1.02);width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1)}.games-module__bbXEOW__gameThumb:before{content:"";z-index:2;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:20px 20px;width:100%;height:100%;position:absolute;top:0;left:0}.games-module__bbXEOW__gameInfo{z-index:2;pointer-events:none;flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:40px 24px 20px;display:flex;position:absolute;bottom:0;left:0}.games-module__bbXEOW__gameInfo:before{content:"";z-index:-1;opacity:0;background:linear-gradient(#0000 0%,#050506cc 40%,#050506fa 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.games-module__bbXEOW__gameCard:hover .games-module__bbXEOW__gameInfo:before,.games-module__bbXEOW__gameCard.games-module__bbXEOW__activeCard .games-module__bbXEOW__gameInfo:before{opacity:1}.games-module__bbXEOW__category{color:var(--game-color);background:var(--game-color-glow);border:1px solid var(--game-color-border);text-transform:uppercase;letter-spacing:1px;opacity:0;border-radius:20px;width:fit-content;margin-bottom:8px;padding:3px 8px;font-size:.62rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;transform:translateY(15px)}.games-module__bbXEOW__gameCard:hover .games-module__bbXEOW__category,.games-module__bbXEOW__gameCard.games-module__bbXEOW__activeCard .games-module__bbXEOW__category{opacity:1;transform:translateY(0)}.games-module__bbXEOW__gameInfo h3{color:#fff;letter-spacing:-.2px;opacity:0;margin-bottom:4px;font-size:1.35rem;font-weight:800;transition:color .4s cubic-bezier(.16,1,.3,1),opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(15px)}.games-module__bbXEOW__gameCard:hover h3,.games-module__bbXEOW__gameCard.games-module__bbXEOW__activeCard h3{color:var(--game-color);opacity:1;transform:translateY(0)}.games-module__bbXEOW__description{color:#ffffffb3;opacity:0;margin-bottom:16px;font-size:.88rem;line-height:1.4;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(15px)}.games-module__bbXEOW__gameCard:hover .games-module__bbXEOW__description,.games-module__bbXEOW__gameCard.games-module__bbXEOW__activeCard .games-module__bbXEOW__description{opacity:1;transform:translateY(0)}.games-module__bbXEOW__detailsRow{justify-content:space-between;align-items:center;display:flex}.games-module__bbXEOW__releaseDate{color:#ffffff80;opacity:0;font-size:.78rem;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(15px)}.games-module__bbXEOW__gameCard:hover .games-module__bbXEOW__releaseDate,.games-module__bbXEOW__gameCard.games-module__bbXEOW__activeCard .games-module__bbXEOW__releaseDate{opacity:1;transform:translateY(0)}.games-module__bbXEOW__releaseDate span{color:#fff;font-weight:600}.games-module__bbXEOW__platformList{z-index:3;pointer-events:auto;gap:6px;display:flex;position:absolute;bottom:20px;right:24px}.games-module__bbXEOW__platformBadge{color:var(--platform-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--platform-color-border);background:#09090bd9;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #00000080}@media (max-width:768px){.games-module__bbXEOW__gamesList{grid-template-columns:1fr;gap:24px}.games-module__bbXEOW__gameCard{aspect-ratio:16/10}.games-module__bbXEOW__gameInfo{pointer-events:auto!important}}.games-module__bbXEOW__loadingContainer,.games-module__bbXEOW__errorContainer{color:#fff;text-align:center;background:#050506;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;font-family:inherit;display:flex}.games-module__bbXEOW__errorContainer h3{color:var(--primary);font-size:1.8rem}.games-module__bbXEOW__errorContainer p{color:var(--text-muted)}.games-module__bbXEOW__spinner{border:3px solid #ff6b001a;border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s ease-in-out infinite games-module__bbXEOW__spin}@keyframes games-module__bbXEOW__spin{to{transform:rotate(360deg)}}.games-module__bbXEOW__gameImage{object-fit:cover;border-radius:inherit;filter:brightness(.85)contrast(1.02);width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1)}.games-module__bbXEOW__gameCard:hover .games-module__bbXEOW__gameImage,.games-module__bbXEOW__gameCard.games-module__bbXEOW__activeCard .games-module__bbXEOW__gameImage{filter:brightness(1.05)contrast(1.02);transform:scale(1.06)}.games-module__bbXEOW__clickableBadge{cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1)}.games-module__bbXEOW__clickableBadge:hover{box-shadow:0 0 12px var(--platform-color-border);background:var(--platform-color)!important;color:#000!important;border-color:var(--platform-color)!important}
