/* Bulle flottante Assistant WP Admin Lab (site-wide) */
.asst-fab{position:fixed;right:18px;bottom:18px;z-index:140;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
.asst-fab-btn{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:0;background:#1d3f6e;color:#fff;cursor:pointer;box-shadow:0 8px 24px rgba(25,26,30,.28);transition:transform .18s ease,background .18s ease;margin-left:auto}
.asst-fab-btn:hover{background:#16304f;transform:translateY(-2px)}
.asst-fab-btn:focus-visible{outline:3px solid #191a1e;outline-offset:2px}
.asst-fab-pill{display:block;margin:0 10px 10px auto;padding:.45rem .9rem;border:1px solid #e3dfd4;border-radius:999px;background:#fbfaf6;color:#1d3f6e;font-size:.86rem;font-weight:600;cursor:pointer;box-shadow:0 4px 14px rgba(25,26,30,.14);white-space:nowrap}
.asst-fab-pill:hover{border-color:#1d3f6e}
.asst-fab-panel{display:none;flex-direction:column;position:fixed;right:18px;bottom:88px;width:384px;max-width:calc(100vw - 24px);height:min(620px,calc(100vh - 116px));background:#fbfaf6;border:1px solid #e3dfd4;border-radius:14px;box-shadow:0 18px 50px rgba(25,26,30,.32);overflow:hidden;z-index:141}
.asst-fab.open .asst-fab-panel{display:flex}
.asst-fab-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;background:#1d3f6e;color:#fff;padding:.75rem 1rem}
.asst-fab-titles{display:flex;flex-direction:column;line-height:1.3}
.asst-fab-titles strong{font-size:.98rem}
.asst-fab-titles span{font-size:.76rem;opacity:.85}
.asst-fab-close{flex:none;width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.asst-fab-close:hover{background:rgba(255,255,255,.28)}
.asst-fab-panel iframe{flex:1;width:100%;border:0;background:#fbfaf6}
/* Le bouton retour en haut laisse la place a la bulle */
body .back-to-top{bottom:calc(var(--s-5, 2rem) + 64px)}
@media (max-width:640px){
  .asst-fab{right:14px;bottom:14px}
  .asst-fab-pill{display:none}
  .asst-fab-panel{right:0;left:0;bottom:0;width:100%;max-width:100%;height:78vh;border-radius:14px 14px 0 0;border-left:0;border-right:0;border-bottom:0}
  .asst-fab.open .asst-fab-btn{display:none}
  body .back-to-top{bottom:calc(var(--s-5, 2rem) + 58px)}
}
