/* assets/assistant-guide.css — Y&R Multiservice, widget "Assistant guidé" (Phase A, sans backend IA).
   Réintégration V13 (22/08/2026). Sous-ensemble isolé et remappé depuis l'ancien assets/style.css
   (V4/V5) : variables --orange/--navy/--border/--grey remplacées par --yr-orange/--yr-black/
   --yr-line/--yr-muted pour coller à la charte V12 (aucun bleu, cf. RAPPORT_IMPLEMENTATION_
   MAQUETTE_CEO_V6). Règles .mobile-cta-bar et .yr-assist-ai-* volontairement exclues : pas de
   barre mobile en double, pas de trace CSS du formulaire Phase B. */
.yr-assist-launcher{
  position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:9300;
  width:58px;height:58px;border-radius:50%;background:var(--yr-black);color:#fff;
  border:none;cursor:pointer;font-size:1.5rem;box-shadow:0 6px 20px rgba(16,24,38,.35);
  display:flex;align-items:center;justify-content:center;
}
.yr-assist-launcher:hover{background:#1a1a1a}
@media (max-width:640px){.yr-assist-launcher{bottom:calc(76px + env(safe-area-inset-bottom));right:14px;width:52px;height:52px}}
.yr-assist-panel{
  position:fixed;right:20px;bottom:calc(90px + env(safe-area-inset-bottom));z-index:9300;width:340px;max-width:calc(100vw - 32px);
  max-height:min(70vh,560px);background:#fff;border-radius:14px;box-shadow:0 16px 44px rgba(16,24,38,.28);
  display:none;flex-direction:column;overflow:hidden;border:1px solid var(--yr-line);
}
.yr-assist-panel.open{display:flex}
@media (max-width:640px){.yr-assist-panel{bottom:calc(132px + env(safe-area-inset-bottom));right:14px}}
.yr-assist-head{background:var(--yr-black);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}
.yr-assist-head strong{font-size:.95rem}
.yr-assist-head span{display:block;font-size:.72rem;color:#aeb6c4;margin-top:2px}
.yr-assist-close{background:transparent;border:none;color:#fff;font-size:1.2rem;cursor:pointer;line-height:1}
.yr-assist-body{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;background:#fafbfc}
.yr-assist-msg{max-width:88%;padding:10px 13px;border-radius:12px;font-size:.87rem;line-height:1.4}
.yr-assist-msg.bot{background:#fff;border:1px solid var(--yr-line);align-self:flex-start;border-bottom-left-radius:2px}
.yr-assist-msg.user{background:var(--yr-orange);color:#fff;align-self:flex-end;border-bottom-right-radius:2px}
.yr-assist-options{display:flex;flex-direction:column;gap:6px}
.yr-assist-opt{text-align:left;border:1.5px solid var(--yr-line);background:#fff;border-radius:8px;padding:9px 12px;font-size:.85rem;cursor:pointer;font-family:inherit}
.yr-assist-opt:hover{border-color:var(--yr-orange);color:var(--yr-orange-dark)}
.yr-assist-foot{padding:10px 16px;border-top:1px solid var(--yr-line);font-size:.72rem;color:var(--yr-muted);text-align:center;background:#fff}
.yr-assist-foot a{color:var(--yr-orange-dark)}
