.Chat_container__k3XdF{padding:0 2rem;max-width:1200px;margin:0 auto}.Chat_main__9_yLr{min-height:100vh;padding:2rem 0;flex:1;display:flex;flex-direction:column;align-items:center}.Chat_title__4B6w2{margin:0 0 2rem;line-height:1.15;font-size:2.5rem;color:#0070f3}.Chat_chatContainer__EAxQ0{width:100%;max-width:800px;height:70vh;display:flex;flex-direction:column;border:1px solid #eaeaea;border-radius:10px;overflow:hidden}.Chat_messages__UPqkQ{flex:1;overflow-y:auto;padding:1rem}.Chat_message__6KkQc{margin-bottom:1rem;padding:.8rem 1rem;border-radius:10px;max-width:80%}.Chat_user__tEGUe{align-self:flex-end;background-color:#0070f3;color:white;margin-left:auto}.Chat_bot__A4umr{align-self:flex-start;background-color:#f0f0f0;color:#333}.Chat_welcome__LHzLz{text-align:center;padding:2rem;color:#666}.Chat_inputForm__kSIJY{display:flex;padding:1rem;border-top:1px solid #eaeaea}.Chat_input__kkMMP{flex:1;padding:.8rem;border:1px solid #ddd;border-radius:5px 0 0 5px;font-size:1rem}.Chat_sendButton__tZ_K8{padding:.8rem 1.5rem;background-color:#0070f3;color:white;border:none;border-radius:0 5px 5px 0;cursor:pointer}.Chat_sendButton__tZ_K8:disabled{background-color:#ccc;cursor:not-allowed}.Chat_typing__5WyRv{display:inline-block;position:relative;height:20px}.Chat_typing__5WyRv:after{content:"...";animation:Chat_dots__KI6cz 1s steps(5) infinite}@keyframes Chat_dots__KI6cz{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.Chat_navigation__nakU3{margin-top:2rem}.Chat_backButton__ayA2c{padding:.8rem 1.5rem;background-color:#f0f0f0;color:#333;border:none;border-radius:5px;cursor:pointer;font-size:1rem}.Chat_backButton__ayA2c:hover{background-color:#e0e0e0}