Copying text from Brelly produces inconsistent results depending on theme (dark vs light) and whether the selection is full or partial. For comparison, copying from ChatGPT (in both dark and light mode) does not introduce wrapper or container styling and preserves clean formatting, which reflects the expected behavior. An attached document is included that demonstrates each condition and its resulting paste behavior for verification. Observed behavior: Dark mode (full or partial selection, highlight -> copy -> paste) * Formatting is preserved * Wrapper or container styling is present * Text appears light gray Light mode (partial selection, highlight -> copy -> paste) * Formatting is preserved * Wrapper or container styling is present * Text appears black Light mode (full selection, highlight -> copy -> paste) * Formatting is preserved * No wrapper or container styling * Text appears black Copy action at bottom of response (any mode) * No formatting * No wrapper or container styling * Text appears black Core issue: There is no consistent way to copy formatted text without also including unwanted UI wrapper styling, except in the specific case of full selection in light mode. Expected behavior: * Copying text (full or partial) should always: * Preserve formatting (lists, spacing, structure) * Exclude UI-specific wrapper or container styling * Normalize text color for readability on light backgrounds Suggested fix: * Ensure that all copy operations strip UI or container-level HTML and only retain semantic formatting * Make copy behavior consistent regardless of: * Theme (dark or light) * Selection scope (partial or full) Secondary suggestion: * Update the copy action at the bottom of responses to default to formatted text without UI styling instead of plain text, so users can copy clean, structured content without losing formatting Impact: Users cannot reliably copy formatted content into emails, documents, or other tools without manual cleanup, especially when copying partial sections or working in dark mode.