.button-ai { background-color: #808080; color: #ffffff; transition: background-color 0.3s; }
.button-ai:hover { background-color: #a9a9a9; }