/* Live Radar owns the top-left radar control. Keep the shared AYA Chat entry
   nearby without covering it; the complete panel still uses the common chat CSS. */
body[data-aya-page="future-ai"] #ai-chat-fab {
  top: 58px;
  left: 12px;
  width: 42px;
  height: 42px;
  --aya-chat-fab-size: 42px;
}

body[data-aya-page="future-ai"] #ai-chat-fab .ai-fab-icon svg {
  width: 20px;
  height: 20px;
}

body[data-aya-page="future-ai"] #ai-chat-container {
  top: 108px;
}

@media (max-width: 640px) {
  body[data-aya-page="future-ai"] #ai-chat-container {
    top: 62px;
    width: calc(100vw - 18px);
    max-height: calc(100vh - 78px);
  }
}
