@layer legacy {
/* AIOS assistant messages should sit directly on the chat surface.
   User messages keep their own bubble styling. */
.aios-chat-app .chat-message.ai,
.aios-chat-app .chat-message.ai .message-body,
.aios-chat-app .chat-message.ai .message-text {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.aios-chat-app .chat-message.ai .message-body {
  padding: 0 0 0 2px !important;
}

.aios-chat-app .chat-message.ai::before,
.aios-chat-app .chat-message.ai::after,
.aios-chat-app .chat-message.ai .message-body::before,
.aios-chat-app .chat-message.ai .message-body::after {
  display: none !important;
  content: none !important;
}
}
