#ghost-chat-root { max-width:720px; border:1px solid #ddd; padding:12px; border-radius:8px; background:#fff; font-family:Arial,Helvetica,sans-serif;}
.gc-controls label { margin-right:10px; display:inline-block; }
.gc-messages { min-height:200px; max-height:400px; overflow:auto; border:1px solid #eee; padding:8px; margin:8px 0; background:#fafafa; }
.gc-message { margin-bottom:8px; padding:6px 8px; border-radius:6px; display:block; width:fit-content; max-width:80%; }
.gc-message.user { margin-left:auto; background:#e0ffe0; text-align:right; }
.gc-message.ghost { margin-right:auto; background:#fff9e6; text-align:left; font-style:italic; color:#111; }
.gc-input { display:flex; gap:8px; }
.gc-input input { flex:1; padding:8px; }
