.MessageBubble_aiGroup__gUzRz{display:flex;flex-direction:column;align-items:flex-start;gap:6px;max-width:75%}.MessageBubble_aiLabel__H4JQk{font-size:12px;font-weight:600;color:#6b7280;margin-left:4px}.MessageBubble_userGroup__b\+XKn{display:flex;justify-content:flex-end;width:100%}.MessageBubble_bubble__qNsG2{padding:13px 16px;font-size:15px;line-height:1.5;word-break:break-word}.MessageBubble_aiBubble__1RFwF{background:#f0f0f0;color:#1a1a1a;border-radius:18px;border-bottom-left-radius:4px}.MessageBubble_errorBubble__1g7gA{background:#fee2e2;color:#dc2626}.MessageBubble_userBubble__7y2jN{background:#144dff;color:#fff;border-radius:18px;border-bottom-right-radius:4px;max-width:75%}
.ChatPage_container__bj\+Qq{display:flex;height:100vh;width:100vw;background-color:#f5f5f5}.ChatPage_chatWrapper__8ppTJ{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;overflow:hidden}.ChatPage_messages__C5vAh{flex:1;overflow-y:auto;padding:24px 16px 16px;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth}.ChatPage_messages__C5vAh::-webkit-scrollbar{width:4px}.ChatPage_messages__C5vAh::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ChatPage_messages__C5vAh::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:4px}.ChatPage_aiGroup__F2wr7{display:flex;flex-direction:column;align-items:flex-start;gap:6px;max-width:75%}.ChatPage_aiLabel__jQEgf{font-size:12px;font-weight:600;color:#6b7280;margin-left:4px}.ChatPage_typingBubble__KubCg{background:#f0f0f0;border-radius:18px;border-bottom-left-radius:4px;padding:14px 18px;display:flex;align-items:center;gap:5px}.ChatPage_typingBubble__KubCg span{display:block;width:7px;height:7px;background:#6b7280;border-radius:50%;animation:ChatPage_bounce__HFBA1 1.2s infinite ease-in-out}.ChatPage_typingBubble__KubCg span:nth-child(1){animation-delay:0s}.ChatPage_typingBubble__KubCg span:nth-child(2){animation-delay:.2s}.ChatPage_typingBubble__KubCg span:nth-child(3){animation-delay:.4s}@keyframes ChatPage_bounce__HFBA1{0%,80%,100%{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}.ChatPage_inputArea__1PN-r{display:flex;align-items:center;gap:10px;padding:12px 16px 20px;background:#fff;border-top:1px solid rgba(0,0,0,.06)}.ChatPage_input__LEpv3{flex:1;border:none;background:#f4f4f4;border-radius:24px;padding:12px 18px;font-size:15px;color:#1a1a1a;resize:none;outline:none;line-height:1.4;font-family:inherit;max-height:120px;overflow-y:auto}.ChatPage_input__LEpv3::placeholder{color:#b0b0b0}.ChatPage_input__LEpv3::-webkit-scrollbar{width:0}.ChatPage_sendButton__mxzoU{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#144dff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s}.ChatPage_sendButton__mxzoU:hover:not(:disabled){background:#0f3fd4;transform:scale(1.05)}.ChatPage_sendButton__mxzoU:active:not(:disabled){transform:scale(0.96)}.ChatPage_sendButton__mxzoU:disabled{opacity:.5;cursor:not-allowed}
.LoadingScreen_container__BqJuX{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;background:#fff;gap:28px}.LoadingScreen_logoWrap__u8OOg{animation:LoadingScreen_pulse__0usrZ 1.8s ease-in-out infinite}.LoadingScreen_dots__9Vsl4{display:flex;gap:8px}.LoadingScreen_dots__9Vsl4 span{display:block;width:8px;height:8px;border-radius:50%;background:#144dff;animation:LoadingScreen_bounce__QAo9V 1.2s infinite ease-in-out}.LoadingScreen_dots__9Vsl4 span:nth-child(1){animation-delay:0s}.LoadingScreen_dots__9Vsl4 span:nth-child(2){animation-delay:.2s}.LoadingScreen_dots__9Vsl4 span:nth-child(3){animation-delay:.4s}@keyframes LoadingScreen_bounce__QAo9V{0%,80%,100%{transform:translateY(0);opacity:.3}40%{transform:translateY(-8px);opacity:1}}@keyframes LoadingScreen_pulse__0usrZ{0%,100%{opacity:1}50%{opacity:.5}}
.AuthFailScreen_container__181yb{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;background:#fff;gap:16px;padding:24px;text-align:center}.AuthFailScreen_iconWrap__EZMOe{width:64px;height:64px;border-radius:50%;background:rgba(229,53,53,.1);display:flex;align-items:center;justify-content:center}.AuthFailScreen_title__nSTDU{font-size:18px;font-weight:700;color:#1a1a2e;margin:0}.AuthFailScreen_message__d6g58{font-size:14px;color:#6b7280;margin:0;max-width:280px;line-height:1.5}
*{box-sizing:border-box}html,body{padding:0;margin:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;background-color:#f5f5f5}#root{height:100%}

/*# sourceMappingURL=main.css.map*/