.btn-generate { width: 100%; background: #e94560; color: #fff; border: none; padding: 13px; border-radius: 6px; font-size: 1rem; font-weight: 600; cursor: pointer; margin-top: 8px; transition: background 0.2s ease; } .btn-generate:hover { background: #f05a73; }