.chat_container__sg9sb{min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column}.chat_header__uL_37{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 0;position:sticky;top:0;z-index:10}.chat_headerContent__5qiPF{max-width:1000px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:2rem}.chat_backBtn__mUcnU{color:#64748b;text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:8px;transition:all .2s;background-color:#f1f5f9}.chat_backBtn__mUcnU:hover{background-color:#e2e8f0;color:#0f172a}.chat_titleInfo__30NRw h1{margin:0 0 .25rem;font-size:1.5rem;color:#0f172a}.chat_titleInfo__30NRw p{margin:0;font-size:.95rem;color:#64748b}.chat_main__ExTxB{flex:1;padding:2rem;display:flex;justify-content:center}.chat_chatWindow__eaBG_{width:100%;max-width:1000px;background:#fff;border-radius:24px;box-shadow:0 10px 25px -5px rgba(0,0,0,.05),0 8px 10px -6px rgba(0,0,0,.01);border:1px solid #e2e8f0;display:flex;flex-direction:column;height:calc(100vh - 140px);overflow:hidden}.chat_messagesContainer__6WHBG{flex:1;padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;scroll-behavior:smooth}.chat_messageWrapper__bgYeC{display:flex;gap:1rem;max-width:80%;animation:chat_slideIn__uCddD .3s ease-out}@keyframes chat_slideIn__uCddD{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat_userWrapper__JtkV8{align-self:flex-end;flex-direction:row-reverse}.chat_assistantWrapper__u9hJg{align-self:flex-start}.chat_avatar__JEzlS{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:.9rem;box-shadow:0 2px 4px rgba(37,99,235,.2)}.chat_messageBubble__8Dv_r{padding:1rem 1.25rem;font-size:1rem;line-height:1.6}.chat_userBubble__p94_f{background-color:#2563eb;color:#fff;border-radius:20px 20px 4px 20px;box-shadow:0 4px 6px rgba(37,99,235,.1)}.chat_assistantBubble__Eo4He{color:#1e293b}.chat_assistantBubble__Eo4He,.chat_loadingBubble__ZjicO{background-color:#f1f5f9;border-radius:20px 20px 20px 4px;border:1px solid #e2e8f0}.chat_loadingBubble__ZjicO{padding:1rem 1.25rem;display:flex;gap:.4rem;align-items:center}.chat_dot__YjWd9{width:8px;height:8px;background-color:#94a3b8;border-radius:50%;animation:chat_bounce__KdFB2 1.4s ease-in-out infinite both}.chat_dot__YjWd9:first-child{animation-delay:-.32s}.chat_dot__YjWd9:nth-child(2){animation-delay:-.16s}@keyframes chat_bounce__KdFB2{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat_inputArea__1shF9{padding:1.5rem;background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:1rem;align-items:center}.chat_input__dK78a{flex:1;padding:1rem 1.5rem;border:1px solid #cbd5e1;border-radius:100px;font-size:1.05rem;outline:none;transition:all .2s;background-color:#f8fafc}.chat_input__dK78a:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.chat_input__dK78a:disabled{background-color:#f1f5f9;cursor:not-allowed}.chat_sendBtn__2MVnN{width:52px;height:52px;border-radius:50%;border:none;background-color:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.chat_sendBtn__2MVnN:hover:not(:disabled){background-color:#1d4ed8;transform:scale(1.05)}.chat_sendBtn__2MVnN:disabled{background-color:#94a3b8;cursor:not-allowed}