.gestione-chatbot{position:fixed;right:20px;bottom:20px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;display:flex;flex-direction:column;align-items:flex-end}.gestione-chatbot [hidden]{display:none!important}.gestione-chatbot__teaser{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#2271b1;border:none;border-radius:50%;box-shadow:0 6px 20px rgb(0 0 0 / .25);cursor:pointer;animation:gestione-chatbot-pop 0.25s ease-out}.gestione-chatbot__teaser:hover{background:#195d94}.gestione-chatbot__teaser-icon{font-size:24px;line-height:1}.gestione-chatbot__window{width:340px;max-width:calc(100vw - 32px);height:460px;max-height:calc(100vh - 100px);background:#fff;border-radius:14px;box-shadow:0 12px 32px rgb(0 0 0 / .22);display:flex;flex-direction:column;overflow:hidden;animation:gestione-chatbot-pop 0.2s ease-out}.gestione-chatbot__header{background:#1c2b3a;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600}.gestione-chatbot__close{background:none;border:none;color:#fff;font-size:20px;line-height:1;cursor:pointer;padding:0 4px;opacity:.8}.gestione-chatbot__close:hover{opacity:1}.gestione-chatbot__messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f6f7f9}.gestione-chatbot__msg{max-width:80%;padding:9px 13px;border-radius:14px;font-size:13.5px;line-height:1.4;word-wrap:break-word}.gestione-chatbot__msg--bot{align-self:flex-start;background:#fff;border:1px solid #e6e6e6;color:#1c2b3a;border-bottom-left-radius:4px}.gestione-chatbot__msg--utente{align-self:flex-end;background:#2271b1;color:#fff;border-bottom-right-radius:4px}.gestione-chatbot__msg--typing{display:flex;gap:4px;align-items:center;padding:12px 14px}.gestione-chatbot__msg--typing span{width:6px;height:6px;border-radius:50%;background:#b7bfc8;animation:gestione-chatbot-typing 1s infinite ease-in-out}.gestione-chatbot__msg--typing span:nth-child(2){animation-delay:0.15s}.gestione-chatbot__msg--typing span:nth-child(3){animation-delay:0.3s}.gestione-chatbot__spinner{display:flex;justify-content:center;padding:10px 0}.gestione-chatbot__spinner-cerchio{width:22px;height:22px;border:3px solid #e0e4e8;border-top-color:#2271b1;border-radius:50%;animation:gestione-chatbot-spin 0.8s linear infinite}.gestione-chatbot__input{border-top:1px solid #e6e6e6;padding:10px;background:#fff}.gestione-chatbot__form{display:flex;gap:8px}.gestione-chatbot__form input{flex:1;border:1px solid #d8d8d8;border-radius:20px;padding:9px 14px;font-size:13.5px;outline:none}.gestione-chatbot__form input:focus{border-color:#2271b1}.gestione-chatbot__form button{background:#2271b1;color:#fff;border:none;border-radius:50%;width:36px;height:36px;flex-shrink:0;cursor:pointer;font-size:15px}.gestione-chatbot__scelte{display:flex;gap:8px}.gestione-chatbot__scelte button{flex:1;background:#fff;border:1.5px solid #2271b1;color:#2271b1;border-radius:20px;padding:9px 12px;font-size:13.5px;font-weight:600;cursor:pointer}.gestione-chatbot__scelte button:hover{background:#2271b1;color:#fff}@keyframes gestione-chatbot-pop{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes gestione-chatbot-typing{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes gestione-chatbot-spin{to{transform:rotate(360deg)}}@media (max-width:480px){.gestione-chatbot{right:12px;bottom:12px;left:12px}.gestione-chatbot__window{position:fixed;inset:0;width:auto;max-width:none;height:auto;max-height:none;border-radius:0}}