.creator-ai-card{
max-width:600px;
margin:30px auto;
padding:25px;
border-radius:10px;
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,.08);
font-family:sans-serif;
}

.creator-ai-form input{
width:100%;
padding:12px;
border:1px solid #ddd;
border-radius:6px;
margin-bottom:10px;
}

.creator-ai-generate{
background:#6c5ce7;
color:#fff;
padding:10px 20px;
border:none;
border-radius:6px;
cursor:pointer;
}

.creator-ai-loading{
display:none;
margin-top:10px;
}

.creator-ai-result{
margin-top:20px;
}

.creator-ai-copy{
background:#222;
color:#fff;
padding:6px 12px;
margin-top:10px;
cursor:pointer;
border-radius:4px;
}