/* Chat surface */
.vfrc-chat { background: #0f172a; color: #e5e7eb; }

/* User bubble */
.vfrc-message--user { background: #24a88e; color: #fff; border-radius: 16px; }

/* Bot bubble */
.vfrc-message--system,
.vfrc-message--assistant { background: #111827; color: #e5e7eb; border-radius: 16px; }

/* Input */
.vfrc-input-container { border-top: 1px solid #1f2937; }
.vfrc-input-container textarea { background: #0b1220; color: #e5e7eb; }

/* Header */
.vfrc-header { background: #143767; color: #fff; }
