.game_card_body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: radial-gradient(circle at 50% 30%, rgba(0,200,255,0.2), transparent 70%) no-repeat,
              radial-gradient(circle at 80% 70%, rgba(0,100,255,0.2), transparent 60%) no-repeat,
              #000000;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.l-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 50px;
  width: 80%;
  padding: 30px;
  justify-items: center;
  z-index: 1;
}

.b-game-card {
  position: relative;
  width: 250px;         
  height: 350px;       
  opacity: 0.9;  
  perspective: 1000px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.b-game-card:hover {
  opacity: 1;     
  cursor: pointer;	
  z-index: 10;
  filter: brightness(1.15) drop-shadow(0 0 25px rgba(30, 144, 255, 0.4));
  box-shadow: 
      0 0 40px rgba(0, 191, 255, 0.35),      
      0 0 80px rgba(30, 144, 255, 0.25), 
      inset 0 0 25px rgba(0, 191, 255, 0.1);
  transition: all 0.3s ease-in-out;
  border: 2px solid #127dae;
}

.b-game-card.active {
    border: 2px solid #127dae;
    box-shadow: 
      0 0 40px rgba(0, 191, 255, 0.35),      
      0 0 80px rgba(30, 144, 255, 0.25), 
      inset 0 0 25px rgba(0, 191, 255, 0.1);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    z-index: 5;
}

.b-game-card__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transform-origin: top center;
  will-change: transform;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out;
}

.b-game-card__cover::after {
  display: none;
 /* 
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(226deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 60%);
  transform: translateY(-20%);
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.18, 0.9, 0.58, 1);*/
}

.b-game-card:hover .b-game-card__cover {
  transform: rotateX(7deg) translateY(-6px);
}
.b-game-card:hover .b-game-card__cover::after {
  transform: translateY(0%);
}
.b-game-card::before {
  display: block;
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  transform-origin: top center;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
}
.b-game-card:hover::before {
  opacity: 0.6;
  transform: rotateX(7deg) translateY(-6px) scale(1.05);
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.game-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 10px;
    filter: drop-shadow(0 0 15px rgba(0,255,255,0.6));
    transition: all 0.35s ease-in-out;
    z-index: 3;
}

.game-title-overlay {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
    background: rgba(0, 0, 0, 0.45);
    padding: 8px 5px;
    backdrop-filter: blur(3px);
}

.card-title {
    font-size: 17px;
    font-weight: 600;
    color: #00ffff;
    text-shadow: 0 0 10px rgba(0,255,255,0.6);
    margin: 0;
    letter-spacing: 0.5px;
    white-space: nowrap;          
    overflow: hidden;             
    text-overflow: ellipsis;      
    max-width: 96%;               
    display: inline-block;        
    vertical-align: middle;
}

.launch-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s ease;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.launch-overlay.active {
    opacity: 1;
    transform: scale(1.1);
}

.launch-icon-wrap {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.launch-icon {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    z-index: 2;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5));
}

.launch-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 5px solid rgba(200, 200, 200, 0.01);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spinGlow 1.2s linear infinite;
    filter: drop-shadow(0 0 20px #00ffff);
    z-index: 1;
}

@keyframes spinGlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
