.button-ai { background-color: white; border: 2px solid #aaf; border-radius: 8px; color: #aaf; padding: 10px 20px; font-size: 16px; cursor: pointer; transition: background-color 0.3s ease; }
.button-ai:hover { background-color: #aaf; color: white; }