/* DevisVox — IA Chat — Desktop */
@media (min-width: 1025px) {

#ia-chat-mobile-page {
  --ia-accent: #FF6B00; --ia-bot: #7C3AED;
  --ia-text: #0F172A; --ia-text2: #475569; --ia-text3: #94A3B8;
  --ia-border: #E2E8F0; --ia-bg: #F9FAFB;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  display: flex; flex-direction: column; height: 100%;
  background: var(--ia-bg);
}
#ia-chat-mobile-page .ia-header   { padding: 20px 32px; }
#ia-chat-mobile-page .ia-title    { font-size: 22px; }
#ia-chat-mobile-page .ia-messages { padding: 24px 32px; gap: 16px; }
#ia-chat-mobile-page .ia-bubble   { max-width: 60%; font-size: 15px; }
#ia-chat-mobile-page .ia-input-bar { padding: 14px 28px 24px; }
#ia-chat-mobile-page .ia-input    { height: 50px; font-size: 15px; }

}
