.ChatWindow_chatWindow__lfdxm{position:fixed;bottom:20px;right:20px;width:90vw;max-width:400px;height:80vh;max-height:500px;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 12px rgb(0,0,0,.15);background:white;display:flex;flex-direction:column;overflow:hidden;z-index:1000}@media (max-width:480px){.ChatWindow_chatWindow__lfdxm{width:calc(100vw - 40px);height:calc(100vh - 120px);bottom:10px;right:10px;left:10px}}.ChatWindow_minimizedChat__AebUx{position:fixed;bottom:20px;right:20px;z-index:1000;box-shadow:0 4px 12px rgb(0,0,0,.15);transition:transform .2s ease;animation:ChatWindow_pulse__18iJx 2s infinite}.ChatWindow_minimizedChat__AebUx:hover{transform:scale(1.1);animation:none}@media (max-width:480px){.ChatWindow_minimizedChat__AebUx{bottom:10px;right:10px}}@keyframes ChatWindow_pulse__18iJx{0%{box-shadow:0 4px 12px rgb(0,0,0,.15)}50%{box-shadow:0 4px 20px rgb(0,123,255,.4)}to{box-shadow:0 4px 12px rgb(0,0,0,.15)}}.ChatWindow_header__jEHdH{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0;background:#f8f9fa;flex-shrink:0}@media (max-width:480px){.ChatWindow_header__jEHdH{padding:12px 16px}}.ChatWindow_messagesArea__7Hd4P{flex:1;padding:16px 20px;overflow-y:auto}@media (max-width:480px){.ChatWindow_messagesArea__7Hd4P{padding:12px 16px}}.ChatWindow_messagesContainer__diHvF{display:flex;flex-direction:column;gap:12px}.ChatWindow_message__LnhiX{display:flex;flex-direction:column;gap:4px;padding:8px 12px;border-radius:8px;max-width:80%}.ChatWindow_message__LnhiX.ChatWindow_user__qGJme{align-self:flex-end;background:#007bff;color:white}.ChatWindow_message__LnhiX.ChatWindow_assistant__1VrKk{align-self:flex-start;background:#f1f3f4;color:#333}.ChatWindow_roleLabel__ZaDMN{font-size:11px;opacity:.8;text-transform:capitalize}.ChatWindow_messageText__Qzp70{word-wrap:break-word}.ChatWindow_errorMessage___bwS4{text-align:center;padding:8px;background:#fee;border-radius:4px;margin:8px 0}.ChatWindow_inputArea__qE6Ts{padding:16px 20px;border-top:1px solid #e0e0e0;background:#f8f9fa;flex-shrink:0}@media (max-width:480px){.ChatWindow_inputArea__qE6Ts{padding:12px 16px}}.ChatWindow_messageInput__p46YP{flex:1}.ChatWindow_messageInput__p46YP textarea{border:1px solid #ddd;resize:none;font-family:inherit;line-height:1.4}.ChatWindow_messageInput__p46YP textarea:focus{border-color:#007bff}