.game-card{cursor:pointer;text-align:center;width:100px}.game-card__image{border-radius:8px;width:100px;height:133px;margin-bottom:8px;position:relative;overflow:hidden}.game-card__image img{object-fit:cover;width:100%;height:100%}.game-card__placeholder{background:linear-gradient(135deg,#252527,#1a1a1b);width:100%;height:100%}.game-card__live{color:#fff;background:#0009;border-radius:3px;align-items:center;gap:4px;padding:2px 6px;font-size:9px;font-weight:500;display:flex;position:absolute;top:6px;left:6px}.game-card__live-dot{background:#a3f5ae;border-radius:50%;width:5px;height:5px}.game-card__title{color:#f0f0f0;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}
