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