.chat-launcher{position:fixed;right:25px;bottom:25px;height:46px;border:0;border-radius:23px;padding:0 18px;background:#3559d9;color:#fff;font:700 11px Manrope;box-shadow:0 10px 30px #3559d955;cursor:pointer;z-index:9}.chat-launcher span{margin-left:7px}.chat-panel{display:none;position:fixed;right:25px;bottom:82px;width:350px;background:#fff;border:1px solid #e7eaf0;border-radius:14px;box-shadow:0 22px 60px #15264a33;z-index:10;overflow:hidden}.chat-panel.open{display:block}.chat-head{padding:16px 18px;background:#122342;color:#fff;display:flex;justify-content:space-between}.chat-head strong,.chat-head small{display:block}.chat-head strong{font-size:12px}.chat-head small{font-size:9px;color:#aeb9cd;margin-top:4px}.chat-head button{border:0;background:none;color:#fff;font-size:20px;cursor:pointer}.chat-messages{height:220px;overflow:auto;padding:16px;background:#f8f9fc}.bot-message,.user-message{max-width:86%;padding:10px 12px;border-radius:10px;font-size:10px;line-height:1.5;margin-bottom:9px}.bot-message{background:#fff;border:1px solid #e7eaf0}.user-message{background:#3559d9;color:#fff;margin-left:auto}.chat-suggestions{padding:0 14px 10px;display:flex;gap:6px;background:#f8f9fc}.chat-suggestions button{border:1px solid #dfe4ed;background:#fff;border-radius:15px;padding:6px 9px;font:600 8px Manrope;color:#536078;cursor:pointer}.chat-form{display:flex;padding:11px;border-top:1px solid #e7eaf0}.chat-form input{flex:1;border:0;outline:0;font:500 10px Manrope;padding:0 7px}.chat-form button{width:32px;height:32px;border:0;border-radius:50%;background:#3559d9;color:#fff;cursor:pointer}@media(max-width:600px){.chat-panel{right:10px;bottom:72px;width:calc(100% - 20px)}}
