.Chat_container__kAqg3{display:flex;flex-direction:column;height:100vh}.Chat_header__aCAg_{padding:1rem;text-align:center;flex-shrink:0}.Chat_header__aCAg_ h1{margin:0;color:#ececf1;font-size:1.25rem;font-weight:600}.Chat_chatContainer___XeCq{flex:1 1;overflow-y:auto;overflow-x:hidden;position:relative}.Chat_messagesWrapper__b_tQ8{min-height:100%;display:flex;flex-direction:column;padding-bottom:100vh}.Chat_messageRow__o3NUW{padding:1.5rem 1rem;flex-shrink:0}.Chat_messageContent__rvD2g{max-width:800px;margin:0 auto;display:flex;gap:1.5rem;width:100%}.Chat_avatar__5_RaN{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.Chat_messageText__9WMpo{flex:1 1;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.Chat_messageTextUser__LRYsP{text-align:right}.Chat_inputContainer__TdCa3{padding:1rem;flex-shrink:0}.Chat_inputForm__HMPqT{max-width:800px;margin:0 auto;display:flex;gap:.5rem}.Chat_input___tdmN{flex:1 1;padding:.75rem 1rem;border:1px solid #4d4d4f;border-radius:.5rem;font-size:1rem;outline:none}.Chat_input___tdmN:focus{border-color:#565869}.Chat_input___tdmN:disabled{opacity:.5;cursor:not-allowed}.Chat_sendButton__WWe0T{padding:.75rem 1.5rem;background-color:#10a37f;color:#fff;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background-color .2s;flex-shrink:0}.Chat_sendButton__WWe0T:hover:not(:disabled){background-color:#0d8c6d}.Chat_sendButton__WWe0T:disabled{opacity:.5;cursor:not-allowed}.Chat_loadingDots__Vd7bm{display:flex;gap:.25rem}.Chat_loadingDots__Vd7bm span{width:8px;height:8px;background-color:#52525a;border-radius:50%;animation:Chat_bounce__AV9nn 1.4s ease-in-out infinite both}.Chat_loadingDots__Vd7bm span:first-child{animation-delay:-.32s}.Chat_loadingDots__Vd7bm span:nth-child(2){animation-delay:-.16s}@keyframes Chat_bounce__AV9nn{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.Chat_circle__YKD0n{margin-top:30px;margin-left:30px;width:50px;height:50px;background-color:#87ceeb;border-radius:50%}.Chat_circleState1__uStyS{background-color:#ff6d6d}.Chat_circleState1__uStyS,.Chat_circleState2__StRgP{animation:Chat_floatSize__xcw7W 1s ease-in-out infinite}.Chat_circleState2__StRgP{background-color:#6dff8d}@keyframes Chat_floatSize__xcw7W{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}