:root{
  --fdo-primary:#0070cc;
  --fdo-secondary:#27b7eb;
  --fdo-page:#f5f8fb;
  --fdo-bot:#fff;
  --fdo-bot-text:#17212b;
  --fdo-user:#0877c9;
  --fdo-user-text:#fff;
  --fdo-w:390px;
  --fdo-h:590px;
  --fdo-right:24px;
  --fdo-bottom:24px;
  --fdo-radius:22px;
  --fdo-launcher:64px;
  --fdo-shadow:.28;
  --fdo-bubble-radius:17px;
  --fdo-header-radius:0px;
}
#fdoai-root,#fdoai-root *{box-sizing:border-box}
#fdoai-root{font-family:"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,Roboto,sans-serif}

/* ---------- Launcher ---------- */
#fdoai-launcher{
  position:fixed;right:var(--fdo-right);bottom:var(--fdo-bottom);z-index:2147482900;
  width:var(--fdo-launcher);height:var(--fdo-launcher);border:0;border-radius:50%;
  background:linear-gradient(135deg,var(--fdo-primary),var(--fdo-secondary));
  box-shadow:0 14px 32px -6px rgba(4,45,80,.42),0 2px 8px rgba(4,45,80,.18);cursor:pointer;color:#fff;
  display:flex;align-items:center;justify-content:center;
  transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease,opacity .2s ease;
}
#fdoai-launcher:hover{transform:translateY(-3px) scale(1.045);box-shadow:0 18px 38px -6px rgba(4,45,80,.5),0 2px 8px rgba(4,45,80,.2)}
#fdoai-launcher:active{transform:translateY(-1px) scale(.97)}
#fdoai-launcher.fdo-hidden{opacity:0;pointer-events:none;transform:scale(.72) translateY(8px)}
.fdoai-launcher-icon{display:flex;position:relative;z-index:1}
.fdoai-launcher-ping{
  position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;
  background:#2fd66a;border:2px solid #fff;box-shadow:0 0 0 0 rgba(47,214,106,.65);
  animation:fdo-ping 2.4s ease-out infinite;
}
@keyframes fdo-ping{
  0%{box-shadow:0 0 0 0 rgba(47,214,106,.55)}
  70%{box-shadow:0 0 0 8px rgba(47,214,106,0)}
  100%{box-shadow:0 0 0 0 rgba(47,214,106,0)}
}

/* ---------- Window shell ---------- */
#fdoai-window{
  position:fixed;right:var(--fdo-right);bottom:calc(var(--fdo-bottom) + var(--fdo-launcher) + 16px);
  width:min(var(--fdo-w),calc(100vw - 24px));
  height:min(var(--fdo-h),calc(100dvh - 32px));
  max-width:calc(100vw - 24px);max-height:calc(100dvh - 32px);
  z-index:2147483000;background:var(--fdo-page);border-radius:var(--fdo-radius);
  overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 24px 64px -12px rgba(9,28,48,.32),0 4px 18px rgba(9,28,48,.14),0 0 0 1px rgba(15,40,65,.05);
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translateY(18px) scale(.96);transform-origin:bottom right;
  transition:opacity .22s ease,transform .26s cubic-bezier(.22,1,.36,1),
             width .28s cubic-bezier(.22,1,.36,1),height .28s cubic-bezier(.22,1,.36,1),
             border-radius .22s ease,right .28s ease,bottom .28s ease,left .28s ease,top .28s ease;
}
#fdoai-window.fdo-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}

/* ---------- Fullscreen mode ---------- */
#fdoai-window.fdo-fullscreen{
  left:14px;top:14px;right:14px;bottom:14px;width:auto;height:auto;
  max-width:none;max-height:none;border-radius:18px;
}
@media(min-width:900px){
  #fdoai-window.fdo-fullscreen{left:5vw;top:4vh;right:5vw;bottom:4vh}
}

/* ---------- Header ---------- */
.fdoai-header{
  flex:0 0 auto;min-height:78px;padding:13px 12px 13px 15px;display:flex;align-items:center;gap:12px;
  color:#fff;background:linear-gradient(135deg,var(--fdo-primary),var(--fdo-secondary));
  position:relative;
}
.fdoai-avatar-wrap{position:relative;flex:0 0 auto}
.fdoai-avatar{
  display:block;width:52px;height:52px;object-fit:contain;border-radius:15px;padding:3px;background:#fff;
  box-shadow:0 6px 16px rgba(0,0,0,.18)
}
.fdoai-online-dot{
  position:absolute;right:-2px;bottom:-2px;width:12px;height:12px;border-radius:50%;
  background:#2fd66a;border:2px solid var(--fdo-primary);
}
.fdoai-head-copy{min-width:0;flex:1}
.fdoai-head-copy strong{display:block;font-size:15.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.1px}
.fdoai-head-copy span{display:flex;align-items:center;gap:6px;font-size:12px;margin-top:4px;color:rgba(255,255,255,.9);font-weight:500}
.fdoai-status-dot{width:7px;height:7px;border-radius:50%;background:#5be08a;display:inline-block;flex:0 0 auto}
.fdoai-head-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto}
.fdoai-icon-btn{
  width:34px;height:34px;min-width:34px;border:0;border-radius:50%;
  background:rgba(255,255,255,.14);color:#fff;display:flex;align-items:center;justify-content:center;
  padding:0;cursor:pointer;transition:background .18s ease,transform .15s ease;
}
.fdoai-icon-btn:hover{background:rgba(255,255,255,.26)}
.fdoai-icon-btn:active{transform:scale(.9)}
.fdoai-icon-btn--close{background:rgba(255,255,255,.14)}
.fdoai-icon-enter,.fdoai-icon-exit{display:flex}
#fdoai-expand .fdoai-icon-exit{display:none}
#fdoai-window.fdo-fullscreen #fdoai-expand .fdoai-icon-enter{display:none}
#fdoai-window.fdo-fullscreen #fdoai-expand .fdoai-icon-exit{display:flex}

/* ---------- Messages ---------- */
.fdoai-messages{
  flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 12px 18px 16px;overscroll-behavior:contain;
  background:radial-gradient(circle at 88% 0%,rgba(0,112,204,.07),transparent 38%),var(--fdo-page);
  scrollbar-width:thin;scrollbar-color:rgba(15,35,55,.2) transparent;
}
.fdoai-messages::-webkit-scrollbar{width:6px}
.fdoai-messages::-webkit-scrollbar-track{background:transparent;margin:8px 0}
.fdoai-messages::-webkit-scrollbar-thumb{background:rgba(15,35,55,.18);border-radius:999px}
.fdoai-messages::-webkit-scrollbar-thumb:hover{background:rgba(15,35,55,.32)}

.fdoai-hero{
  position:relative;overflow:hidden;margin:0 4px 14px 0;padding:18px 44% 16px 16px;min-height:200px;border-radius:20px;
  background:linear-gradient(135deg,rgba(0,112,204,.10),#fff 64%);border:1px solid rgba(0,112,204,.14);
  box-shadow:0 3px 14px rgba(9,40,70,.06);
}
.fdoai-hero::after{content:"";position:absolute;width:150px;height:150px;right:-42px;top:-50px;border-radius:50%;background:rgba(0,112,204,.08)}
.fdoai-hero h3{position:relative;z-index:2;margin:0 0 7px;color:var(--fdo-primary);font-size:17.5px;line-height:1.25;font-weight:750}
.fdoai-hero p{position:relative;z-index:2;margin:0;color:#4b5d6d;font-size:13px;line-height:1.5}
.fdoai-hero-badges{position:relative;z-index:2;display:flex;flex-direction:column;gap:6px;margin-top:12px;align-items:flex-start}
.fdoai-pill{display:inline-flex;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid #dfe8f0;color:#31475a;font-size:11px;font-weight:700;box-shadow:0 2px 6px rgba(9,40,70,.05)}
.fdoai-hero img{position:absolute;z-index:1;right:0;bottom:0;width:42%;max-height:92%;object-fit:contain;object-position:bottom;filter:drop-shadow(0 10px 14px rgba(0,0,0,.14))}

.fdoai-msg{max-width:85%;margin:9px 0;padding:11px 14px;border-radius:17px;line-height:1.5;font-size:14px;overflow-wrap:anywhere;white-space:pre-wrap;animation:fdo-rise .22s ease both}
.fdoai-msg.bot{background:var(--fdo-bot);color:var(--fdo-bot-text);border:1px solid rgba(25,45,65,.07);border-bottom-left-radius:5px;box-shadow:0 3px 10px rgba(20,38,55,.05)}
.fdoai-msg.user{background:var(--fdo-user);color:var(--fdo-user-text);margin-left:auto;border-bottom-right-radius:5px;box-shadow:0 3px 10px rgba(8,60,110,.16)}
@keyframes fdo-rise{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

.fdoai-msg.thinking{display:flex;align-items:center;gap:5px;padding:14px 16px}
.fdoai-dot{width:7px;height:7px;border-radius:50%;background:rgba(23,33,43,.38);animation:fdo-bounce 1.2s infinite ease-in-out}
.fdoai-dot:nth-child(2){animation-delay:.15s}
.fdoai-dot:nth-child(3){animation-delay:.3s}
@keyframes fdo-bounce{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}

.fdoai-msg.bot p{margin:0 0 9px}
.fdoai-msg.bot p:last-child{margin-bottom:0}
.fdoai-msg.bot strong{font-weight:750}
.fdoai-msg.bot ul,.fdoai-msg.bot ol{margin:7px 0 7px 20px;padding:0}
.fdoai-msg.bot li{margin:4px 0}
.fdoai-msg.bot a{color:var(--fdo-primary);text-decoration:underline}
.fdoai-msg.bot code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em;background:#eef3f7;padding:2px 5px;border-radius:5px}

/* ---------- Quick actions (with edge fade) ---------- */
.fdoai-quickbar-wrap{
  flex:0 0 auto;position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;
  background:#fff;border-top:1px solid rgba(28,48,66,.07);border-bottom:1px solid rgba(28,48,66,.07)
}
.fdoai-quickbar{
  min-width:0;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:10px 4px;
  scrollbar-width:none;scroll-behavior:smooth;overscroll-behavior-x:contain;touch-action:pan-x;
  cursor:grab;-webkit-overflow-scrolling:touch
}
.fdoai-quickbar.is-dragging{cursor:grabbing;scroll-behavior:auto;user-select:none}
.fdoai-quickbar::-webkit-scrollbar{display:none}
.fdoai-quick{
  flex:0 0 auto;border:1px solid rgba(0,112,204,.28);background:#fff;color:#263746;border-radius:999px;
  padding:8px 12px;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .15s ease,transform .12s ease;
}
.fdoai-quick:hover{background:rgba(0,112,204,.08)}
.fdoai-quick:active{transform:scale(.96)}

/* ---------- Composer ---------- */
.fdoai-form{flex:0 0 auto;background:#fff;padding:10px 12px max(11px,env(safe-area-inset-bottom));display:flex;gap:8px}
#fdoai-input{
  flex:1;min-width:0;height:44px;border:1.5px solid #dde7ef;border-radius:999px;padding:0 16px;font-size:14.5px;outline:none;background:#f6f9fb;color:#20303d;
  transition:border-color .15s ease,background .15s ease;
}
#fdoai-input::placeholder{color:#8ea0af}
#fdoai-input:focus{border-color:var(--fdo-primary);background:#fff;box-shadow:0 0 0 3px rgba(0,112,204,.1)}
#fdoai-send{
  width:44px;height:44px;min-width:44px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--fdo-primary),var(--fdo-secondary));
  color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,opacity .15s ease;
  box-shadow:0 4px 12px rgba(0,112,204,.28);
}
#fdoai-send:hover{transform:translateY(-1px)}
#fdoai-send:active{transform:scale(.92)}
#fdoai-send:disabled{opacity:.55;cursor:default;transform:none}

/* ---------- Mobile ---------- */
@media(max-width:640px){
  html.fdoai-lock,body.fdoai-lock{overflow:hidden!important;height:100%!important}
  #fdoai-window{
    left:0!important;right:auto!important;top:0!important;bottom:auto!important;width:100vw!important;height:100dvh!important;
    max-width:none!important;max-height:none!important;border-radius:0!important;transform:none!important;
  }
  #fdoai-window.fdo-open{transform:none}
  .fdoai-header{padding-top:max(12px,env(safe-area-inset-top));min-height:66px}
  .fdoai-avatar{width:44px;height:44px}
  .fdoai-hero{min-height:186px;padding-right:47%}
  .fdoai-hero img{width:45%}
  .fdoai-icon-btn{width:32px;height:32px;min-width:32px}
}

/* ---------- Desktop polish ---------- */
@media(min-width:641px){
  #fdoai-window{min-width:360px;border:1px solid rgba(255,255,255,.6)}
  .fdoai-header{min-height:80px}
  .fdoai-msg{max-width:80%}
}

/* ---------- Reduced motion ---------- */
@media(prefers-reduced-motion:reduce){
  #fdoai-window,#fdoai-launcher,.fdoai-msg,.fdoai-launcher-ping{animation:none!important;transition:none!important}
}


/* ==========================================================
   v1.3.1 — AISLAMIENTO DEL TEMA WORDPRESS
   Evita que el tema añada padding/min-height/márgenes a
   section, header, main, buttons, inputs, imágenes, etc.
   ========================================================== */

#fdoai-root{
  all:initial;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

#fdoai-root,
#fdoai-root *,
#fdoai-root *::before,
#fdoai-root *::after{
  box-sizing:border-box;
}

#fdoai-window{
  margin:0!important;
  padding:0!important;
  min-block-size:0!important;
  block-size:auto;
}

#fdoai-window.fdo-open{
  display:flex!important;
}

#fdoai-window .fdoai-header{
  margin:0!important;
  padding:13px 12px 13px 15px!important;
  min-height:78px!important;
  height:auto!important;
  width:100%!important;
  position:relative!important;
  inset:auto!important;
}

#fdoai-window .fdoai-messages{
  margin:0!important;
  width:100%!important;
  min-height:0!important;
  padding:16px 12px 18px 16px!important;
}

#fdoai-window .fdoai-quickbar-wrap,
#fdoai-window .fdoai-quickbar,
#fdoai-window .fdoai-form{
  margin:0!important;
  width:100%!important;
}

#fdoai-window .fdoai-form{
  min-height:0!important;
}

#fdoai-window button,
#fdoai-window input{
  font:inherit;
  letter-spacing:normal;
  text-transform:none;
}

#fdoai-window button{
  margin:0!important;
}

#fdoai-window input{
  margin:0!important;
  appearance:none;
  -webkit-appearance:none;
}

#fdoai-window img,
#fdoai-window svg{
  margin:0!important;
  max-width:none;
}

#fdoai-window strong,
#fdoai-window span,
#fdoai-window p{
  margin-top:0;
}

@media(min-width:641px){
  #fdoai-window{
    width:min(var(--fdo-w),calc(100vw - 32px))!important;
    height:min(var(--fdo-h),calc(100dvh - 96px))!important;
    min-width:360px!important;
    min-height:500px!important;
  }

  /* En pantallas bajas, el widget se encaja completo en el viewport. */
  @media(max-height:760px){
    #fdoai-window{
      top:16px!important;
      bottom:16px!important;
      height:auto!important;
      max-height:none!important;
    }
  }
}

@media(max-width:640px){
  #fdoai-window{
    margin:0!important;
    padding:0!important;
  }
  #fdoai-window .fdoai-header{
    padding-top:max(12px,env(safe-area-inset-top))!important;
  }
}


/* v1.4 rich cards: images and official links */
.fdoai-rich-card{
  width:min(88%,340px);
  margin:10px 0 14px;
  background:#fff;
  border:1px solid rgba(20,56,85,.10);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(19,43,63,.08);
}
.fdoai-rich-image{
  display:block;
  width:100%!important;
  height:auto!important;
  max-height:360px;
  object-fit:contain;
  object-position:center;
  background:#f5f7f9;
}
.fdoai-rich-copy{
  padding:12px 13px 7px;
}
.fdoai-rich-copy strong{
  display:block;
  color:#17364e;
  font-size:14px;
  line-height:1.35;
}
.fdoai-rich-copy p{
  margin:5px 0 0!important;
  color:#5c6d79;
  font-size:12.5px;
  line-height:1.42;
}
.fdoai-rich-actions{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:9px 12px 13px;
}
#fdoai-window .fdoai-rich-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 11px;
  border:1px solid rgba(0,112,204,.22);
  border-radius:999px;
  text-decoration:none!important;
  font-size:12px;
  font-weight:750;
  line-height:1.2;
  background:#f5f9fc;
  color:#16547d!important;
  transition:.18s ease;
}
#fdoai-window .fdoai-rich-button.primary{
  background:var(--fdo-primary);
  border-color:var(--fdo-primary);
  color:#fff!important;
}
#fdoai-window .fdoai-rich-button:hover{
  transform:translateY(-1px);
  filter:brightness(.98);
}
#fdoai-window.fdo-fullscreen .fdoai-rich-card{
  width:min(760px,78%);
}
@media(max-width:640px){
  .fdoai-rich-card{
    width:92%;
  }
}


/* v1.5: richer cards with full, uncropped official images */
.fdoai-rich-card{
  width:min(92%,370px);
}
.fdoai-rich-image{
  padding:0;
}
#fdoai-window.fdo-fullscreen .fdoai-rich-card{
  width:min(820px,82%);
}
#fdoai-window.fdo-fullscreen .fdoai-rich-image{
  max-height:520px;
}
@media(max-width:640px){
  .fdoai-rich-card{width:94%}
  .fdoai-rich-image{max-height:330px}
}


/* ==========================================================
   v1.6 — launcher mascot hover + fullscreen removed
   ========================================================== */

.fdoai-fullscreen{
  display:none!important;
}

/* Wrapper preserves the exact launcher position */
.fdoai-launcher-wrap{
  position:fixed;
  right:var(--fdo-right);
  bottom:var(--fdo-bottom);
  z-index:2147482900;
  width:var(--fdo-launcher);
  height:var(--fdo-launcher);
  pointer-events:auto;
}

.fdoai-launcher-wrap #fdoai-launcher{
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  pointer-events:auto;
}

/* Mascot appears only while hovering the launcher */
.fdoai-launcher-mascot{
  position:absolute;
  right:calc(var(--fdo-launcher) - 8px);
  bottom:-2px;
  width:112px;
  height:132px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(12px) scale(.9);
  transform-origin:bottom right;
  transition:opacity .18s ease, transform .22s ease, visibility .18s ease;
  z-index:-1;
}

.fdoai-launcher-mascot img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:bottom center;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.18));
}

.fdoai-launcher-wrap:hover .fdoai-launcher-mascot,
.fdoai-launcher-wrap:focus-within .fdoai-launcher-mascot,
.fdoai-launcher-wrap.fdo-mascot-visible .fdoai-launcher-mascot{
  opacity:1;
  visibility:visible;
  transform:translateX(0) scale(1);
}

/* When chat is open, hide hover mascot together with launcher */
.fdoai-launcher-wrap.fdo-chat-open{
  pointer-events:none;
}
.fdoai-launcher-wrap.fdo-chat-open .fdoai-launcher-mascot{
  opacity:0!important;
  visibility:hidden!important;
}

/* Mobile: no hover mascot, avoids accidental overlays */
@media(max-width:640px){
  .fdoai-launcher-mascot{
    display:none!important;
  }
}

/* Header controls after removing fullscreen */
.fdoai-window-actions{
  gap:8px;
}


/* ==========================================================
   v1.6.3 — Hover mascot fixed + animated hero mascot
   ========================================================== */

/* The previous version used a negative z-index, so some themes placed
   the mascot behind the page. Keep it above the page but below the button. */
.fdoai-launcher-wrap{
  overflow:visible!important;
  isolation:isolate;
}
.fdoai-launcher-wrap #fdoai-launcher{
  z-index:3!important;
}
.fdoai-launcher-mascot{
  z-index:2!important;
  right:calc(var(--fdo-launcher) - 4px)!important;
  bottom:-4px!important;
  width:128px!important;
  height:150px!important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(18px) translateY(5px) scale(.86) rotate(2deg);
  transform-origin:bottom right;
  transition:opacity .20s ease,transform .26s cubic-bezier(.2,.8,.2,1),visibility .20s ease;
}
.fdoai-launcher-wrap:hover .fdoai-launcher-mascot,
.fdoai-launcher-wrap:focus-within .fdoai-launcher-mascot,
.fdoai-launcher-wrap.fdo-mascot-visible .fdoai-launcher-mascot{
  opacity:1!important;
  visibility:visible!important;
  transform:translateX(0) translateY(0) scale(1) rotate(0)!important;
}
.fdoai-launcher-mascot img{
  filter:drop-shadow(0 10px 16px rgba(0,0,0,.22));
}

/* Smooth movement for the mascot inside the welcome card */
@keyframes fdoaiMascotFloat{
  0%   { transform:translateY(0) rotate(-1deg); }
  25%  { transform:translateY(-5px) rotate(1.2deg); }
  50%  { transform:translateY(-9px) rotate(0deg); }
  75%  { transform:translateY(-4px) rotate(-1.2deg); }
  100% { transform:translateY(0) rotate(-1deg); }
}
.fdoai-hero img{
  animation:fdoaiMascotFloat 4.2s ease-in-out infinite!important;
  transform-origin:50% 85%;
  will-change:transform;
}
.fdoai-hero:hover img{
  animation-duration:2.6s!important;
}

/* Respect accessibility preferences */
@media (prefers-reduced-motion: reduce){
  .fdoai-hero img{
    animation:none!important;
  }
  .fdoai-launcher-mascot{
    transition:none!important;
  }
}

.fdoai-quick-nav{
  width:28px;height:28px;border:0;border-radius:50%;background:#f2f7fb;color:var(--fdo-primary);
  font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:auto!important;
}
.fdoai-quick-nav:hover{background:#e4f0f8}
.fdoai-quick-nav:disabled{opacity:.28;cursor:default}
.fdoai-launcher-wrap{
  position:fixed;right:var(--fdo-right);bottom:var(--fdo-bottom);z-index:2147482900;
  width:var(--fdo-launcher);height:var(--fdo-launcher);overflow:visible!important
}
.fdoai-launcher-wrap #fdoai-launcher{position:absolute!important;right:0!important;bottom:0!important;z-index:3!important}
.fdoai-launcher-mascot{
  position:absolute;right:calc(var(--fdo-launcher) - 4px);bottom:-4px;width:128px;height:150px;
  opacity:0;visibility:hidden;pointer-events:none;z-index:2;
  transform:translateX(18px) translateY(5px) scale(.86);transform-origin:bottom right;
  transition:opacity .2s ease,transform .25s ease,visibility .2s ease
}
.fdoai-launcher-mascot img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(0,0,0,.22))}
.fdoai-launcher-wrap:hover .fdoai-launcher-mascot,.fdoai-launcher-wrap.fdo-mascot-visible .fdoai-launcher-mascot{
  opacity:1;visibility:visible;transform:translateX(0) translateY(0) scale(1)
}
@media(max-width:640px){
  .fdoai-quickbar-wrap{grid-template-columns:minmax(0,1fr)}
  .fdoai-quick-nav{display:none!important}
  .fdoai-quickbar{padding-left:12px;padding-right:12px}
  .fdoai-launcher-mascot{display:none!important}
}


/* v1.7.2 — quick actions reliability */
.fdoai-quickbar{
  cursor:default!important;
  user-select:none;
}
.fdoai-quick{
  position:relative;
  z-index:2;
  pointer-events:auto!important;
  touch-action:manipulation;
}
.fdoai-quick-nav{
  position:relative;
  z-index:3;
  pointer-events:auto!important;
}

/* v1.8 visual settings */
#fdoai-window .fdoai-header{
  border-radius:var(--fdo-header-radius) var(--fdo-header-radius) 0 0!important;
}
.fdoai-msg{
  border-radius:var(--fdo-bubble-radius)!important;
}
.fdoai-msg.bot{border-bottom-left-radius:5px!important}
.fdoai-msg.user{border-bottom-right-radius:5px!important}
