.chat-copy { display: grid; gap: 10px; margin-top: 12px; }
.turn { display: grid; gap: 5px; }
.chat-copy pre { white-space: pre-wrap; overflow-wrap: anywhere; margin: 0; background: #121d31; border: 1px solid #263652; border-radius: 10px; padding: 11px; color: #edf3ff; font: 13px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; }
.turn-assistant pre { background: #101a30; border-color: #314a79; }
.chat-role { font-size: 10px; color: #8ef0c0; font-weight: 700; text-transform: uppercase; }
.turn-assistant .chat-role { color: #7c9cff; }
