/* Dify chatbot: Cardio-EGG LP integration */
#dify-chatbot-bubble-button {
  position: fixed !important;
  right: 20px !important;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 1000000 !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  box-shadow: 0 14px 34px rgba(2,83,213,.28) !important;
}

#dify-chatbot-bubble-window {
  position: fixed !important;
  width: min(760px, calc(100vw - 48px)) !important;
  height: min(720px, calc(100dvh - 48px)) !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  max-width: calc(100vw - 48px) !important;
  max-height: calc(100dvh - 48px) !important;
  z-index: 999999 !important;
  border: 1px solid rgba(10,24,48,.10) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  opacity: 0.95 !important;
  box-shadow: 0 28px 70px rgba(10,24,48,.22) !important;
}

@media screen and (max-width: 768px) {
  #dify-chatbot-bubble-button {
    right: 14px !important;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
  }

  #dify-chatbot-bubble-window {
    width: auto !important;
    height: min(70dvh, 680px) !important;
    right: 12px !important;
    bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
    left: 12px !important;
    top: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 98px - env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 16px !important;
  }
}

@media screen and (max-width: 380px) {
  #dify-chatbot-bubble-window {
    right: 8px !important;
    left: 8px !important;
    border-radius: 14px !important;
  }
}
