.button-ai { background-color: #3498db; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
.button-ai:hover { background-color: #2980b9; }
.button-ai:active { transform: translateY(1px); }