.rpc-chat{--nuit:#0a1628;--encre:#16273b;--brume:#f3f6fa;--ligne:#dfe7f0;--ligne-nuit:#263b54;--piment:#c21b26;--piment-fonce:#9a141e;--vert:#1e7a46;--acier:#54677d;--ombre:0 14px 38px rgba(10,22,40,.15);position:fixed;right:22px;bottom:22px;z-index:99990;font-family:'Inter',sans-serif;color:var(--encre)}
.rpc-chat .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.rpc-chat-bulle{position:relative;width:68px;height:68px;padding:4px;border:2px solid #fff;border-radius:50%;background:var(--nuit);box-shadow:0 16px 42px rgba(10,22,40,.28);cursor:pointer;transition:transform .2s,box-shadow .2s}
.rpc-chat-bulle:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(10,22,40,.34)}
.rpc-chat-bulle:focus-visible,.rpc-chat button:focus-visible,.rpc-chat input:focus-visible{outline:3px solid var(--piment);outline-offset:3px}
.rpc-chat-bulle img{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:50% 20%;background:var(--brume)}
.rpc-chat-pulse{position:absolute;right:3px;bottom:5px;width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:var(--vert)}
.rpc-chat-invite{position:absolute;right:76px;top:13px;width:max-content;padding:9px 13px;border:1px solid var(--ligne);border-radius:10px;background:#fff;color:var(--nuit);font-size:13px;font-weight:700;box-shadow:var(--ombre)}
.rpc-chat-panneau{position:absolute;right:0;bottom:82px;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 120px));overflow:hidden;border:1px solid var(--ligne-nuit);border-radius:18px;background:#fff;box-shadow:0 24px 64px rgba(10,22,40,.34);flex-direction:column}
.rpc-chat-panneau:not([hidden]){display:flex;animation:rpc-chat-entree .24s ease-out}
@keyframes rpc-chat-entree{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
.rpc-chat-entete{position:static!important;display:flex;align-items:center;gap:12px;padding:15px 16px;background:var(--nuit);color:#fff;border:0;box-shadow:none}
.rpc-chat-entete img{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:50% 20%;background:var(--brume)}
.rpc-chat-entete div{display:flex;flex:1;flex-direction:column;line-height:1.25}.rpc-chat-entete strong{font:800 17px/1.2 'Libre Franklin',sans-serif}.rpc-chat-entete span{margin-top:3px;color:#b7c7da;font-size:11.5px}
.rpc-chat-fermer{width:36px;height:36px;border:0;border-radius:9px;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer}.rpc-chat-fermer:hover{background:rgba(255,255,255,.1)}
.rpc-chat-messages{flex:1;overflow-y:auto;padding:18px 16px 8px;background:var(--brume);scroll-behavior:smooth}
.rpc-chat-message{display:flex;margin:0 0 12px}.rpc-chat-message span{max-width:88%;padding:11px 13px;border-radius:13px;font-size:13.5px;line-height:1.48;white-space:pre-line}
.rpc-chat-message.lionel span{border:1px solid var(--ligne);border-bottom-left-radius:4px;background:#fff;color:var(--encre)}
.rpc-chat-message.visiteur{justify-content:flex-end}.rpc-chat-message.visiteur span{border-bottom-right-radius:4px;background:var(--nuit);color:#fff}
.rpc-chat-message a{color:var(--piment);font-weight:700;text-underline-offset:2px}
.rpc-chat-suggestions{display:flex;gap:7px;overflow-x:auto;padding:10px 12px;background:var(--brume);scrollbar-width:none}.rpc-chat-suggestions::-webkit-scrollbar{display:none}
.rpc-chat-suggestion{flex:0 0 auto;padding:7px 10px;border:1px solid #bfcadb;border-radius:99px;background:#fff;color:var(--nuit);font:600 11.5px/1.2 'Inter',sans-serif;cursor:pointer}.rpc-chat-suggestion:hover{border-color:var(--piment);color:var(--piment)}
.rpc-chat-form{display:flex;gap:8px;padding:11px 12px;background:#fff;border-top:1px solid var(--ligne)}
.rpc-chat-form input{min-width:0;flex:1;padding:11px 12px;border:1px solid #bfcadb;border-radius:10px;background:#fff;color:var(--encre);font:14px/1.3 'Inter',sans-serif}.rpc-chat-form input:focus{border-color:var(--piment)}
.rpc-chat-form button{width:42px;flex:0 0 42px;border:0;border-radius:10px;background:var(--piment);color:#fff;font-size:20px;cursor:pointer}.rpc-chat-form button:hover{background:var(--piment-fonce)}
.rpc-chat-note{margin:0;padding:0 13px 10px;background:#fff;color:var(--acier);font-size:9.5px;line-height:1.35}
@media(max-width:720px){.rpc-chat{right:12px;bottom:12px}.rpc-chat-panneau{position:fixed;inset:10px 10px 84px;width:auto;height:auto}.rpc-chat-invite{display:none}.rpc-chat-bulle{width:62px;height:62px}.rpc-chat-bulle img{width:50px;height:50px}}
@media(prefers-reduced-motion:reduce){.rpc-chat-panneau:not([hidden]){animation:none}.rpc-chat-bulle{transition:none}.rpc-chat-messages{scroll-behavior:auto}}
