
/* v194 ANGEL FAST FIX
   Botón flotante con icono personalizado, optimizado y sin observadores pesados.
*/

#angel-iperc-root-v142,
#angel-toggle-v142,
#angel-panel-v142 {
  z-index: 2147483647 !important;
}

#angel-toggle-v142 {
  position: relative !important;
  width: 96px !important;
  min-width: 96px !important;
  height: 108px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
  isolation: isolate !important;
}

#angel-toggle-v142 > i,
#angel-toggle-v142 > span:not(.angel-toggle-wrap-v194) {
  display: none !important;
}

#angel-toggle-v142::after {
  content: '';
  position: absolute;
  top: 6px !important;
  right: 10px !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(34,197,94,.18), 0 0 14px rgba(34,197,94,.55);
  z-index: 5;
}

.angel-toggle-wrap-v194 {
  width: 96px;
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}

.angel-toggle-card-v194 {
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: linear-gradient(180deg,#ffffff 0%,#f5fbff 58%,#eefcf7 100%);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow:
    0 16px 34px rgba(2,6,23,.22),
    0 8px 18px rgba(14,165,233,.14),
    inset 0 -8px 15px rgba(14,165,233,.06);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.angel-chatbot-image-v194 {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 6px 10px rgba(15,23,42,.14));
}

.angel-toggle-text-v194 {
  margin-top: -3px;
  min-width: 70px;
  padding: 6px 11px 7px;
  border-radius: 999px;
  background: linear-gradient(135deg,#0f172a 0%, #1e293b 100%);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 1000;
  letter-spacing: .12em;
  line-height: 1;
  text-align: center;
  box-shadow: 0 9px 16px rgba(15,23,42,.26);
}

#angel-toggle-v142:hover .angel-toggle-card-v194 {
  transform: translateY(-2px) scale(1.02);
}

#angel-toggle-v142:hover .angel-toggle-text-v194 {
  transform: translateY(-1px);
}

#angel-toggle-v142 .angel-toggle-card-v194,
#angel-toggle-v142 .angel-toggle-text-v194 {
  transition: transform .16s ease, box-shadow .16s ease;
}

.angel-header-avatar-v194 {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(180deg,#ffffff 0%,#eef8ff 58%,#edfdf8 100%);
  border: 2px solid rgba(255,255,255,.95);
  box-shadow: 0 10px 22px rgba(15,23,42,.15);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.angel-header-avatar-v194 img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.angel-brand-v142 {
  align-items: center;
  gap: 12px;
}

.angel-title-v142 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.angel-title-badge-v194 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
}

.angel-title-badge-v194 i {
  font-size: 11px;
  color: #facc15;
}

#angel-send-v142 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#angel-send-v142 i {
  display: none !important;
}

#angel-send-v142 .angel-send-icon-v194 {
  width: 21px;
  height: 21px;
  display: block;
  fill: currentColor;
  transform: translateX(1px) rotate(-7deg);
}

@media (max-width: 640px) {
  #angel-toggle-v142 {
    width: 88px !important;
    min-width: 88px !important;
    height: 102px !important;
  }

  .angel-toggle-wrap-v194 {
    width: 88px;
    height: 102px;
  }

  .angel-toggle-card-v194 {
    width: 76px;
    height: 76px;
    border-radius: 22px;
  }

  .angel-chatbot-image-v194 {
    width: 68px;
    height: 68px;
  }

  .angel-toggle-text-v194 {
    min-width: 66px;
    font-size: 10px;
  }
}

@media print {
  #angel-iperc-root-v142 {
    display: none !important;
    visibility: hidden !important;
  }
}
