.MainChatbot_mainChatbot__E0ANP{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.MainChatbot_chatbotContainer__SigmA{width:100%;max-width:900px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-radius:30px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;animation:MainChatbot_fadeInUp__VVSs0 .6s ease;position:relative}.MainChatbot_authButton__9U5Cr{position:absolute;top:20px;right:20px;z-index:10}.MainChatbot_loginButton__nuV_j{background:linear-gradient(135deg,#e91e63,#d81b60);color:white;border:none;padding:10px 20px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(233,30,99,.3)}.MainChatbot_loginButton__nuV_j:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(233,30,99,.4)}.MainChatbot_userButton__gJJXn{background:white;border:2px solid #e0e0e0;color:#666;width:44px;height:44px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.MainChatbot_userButton__gJJXn:hover{background:#f5f5f5;border-color:#ccc;transform:scale(1.05)}.MainChatbot_backgroundImage__zOkrU{position:absolute;bottom:0;left:0;width:200px;height:auto;opacity:.9;pointer-events:none;z-index:0}.MainChatbot_backgroundImage__zOkrU img{width:100%;height:auto;display:block}.MainChatbot_welcomeScreen__TodvS{padding:4rem 2rem;text-align:center;animation:MainChatbot_fadeInUp__VVSs0 .8s ease;position:relative;z-index:1}.MainChatbot_logo__NzGfW{margin-bottom:2rem;animation:MainChatbot_float___ppSF 3s ease-in-out infinite}.MainChatbot_logoIcon__1Fszk{font-size:5rem;display:block;margin-bottom:1rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.MainChatbot_logoText__xoCo4{font-size:3.5rem;background:var(--gradient-main);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-1px;margin:0}.MainChatbot_welcomeText__xg9NF{font-size:1.5rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:500}.MainChatbot_welcomeSubtext__YmEtM{font-size:1.1rem;color:var(--text-light);margin-bottom:3rem}.MainChatbot_suggestions__xqjbF{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:600px;margin:0 auto}.MainChatbot_suggestionButton__lNttc{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.4)}.MainChatbot_suggestionButton__lNttc:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(102,126,234,.6)}.MainChatbot_messagesContainer__smCSe{height:600px;display:flex;flex-direction:column;position:relative;z-index:1}.MainChatbot_messages__qIcih{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1rem}.MainChatbot_messages__qIcih::-webkit-scrollbar{width:8px}.MainChatbot_messages__qIcih::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:10px}.MainChatbot_messages__qIcih::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.MainChatbot_message__H8gdg{display:flex;flex-direction:column;max-width:75%;animation:MainChatbot_fadeInUp__VVSs0 .4s ease}.MainChatbot_botMessage__GSzis{align-self:flex-start}.MainChatbot_userMessage__AGssG{align-self:flex-end}.MainChatbot_messageContent___EAkO{padding:1rem 1.5rem;border-radius:20px;word-wrap:break-word;line-height:1.6;font-size:.95rem}.MainChatbot_botMessage__GSzis .MainChatbot_messageContent___EAkO{background:linear-gradient(135deg,#f5f7fa,#e9ecef);opacity:.85;color:var(--text-dark);border-bottom-left-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.MainChatbot_userMessage__AGssG .MainChatbot_messageContent___EAkO{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-bottom-right-radius:5px;box-shadow:0 2px 10px rgba(102,126,234,.4)}.MainChatbot_timestamp__kPrzz{font-size:.7rem;opacity:.6;margin-top:.25rem;padding:0 .5rem}.MainChatbot_typingIndicator__hpVbG{display:flex;gap:5px;padding:1rem 1.5rem;background:linear-gradient(135deg,#f5f7fa,#e9ecef);border-radius:20px;border-bottom-left-radius:5px;width:-moz-fit-content;width:fit-content}.MainChatbot_typingIndicator__hpVbG span{width:10px;height:10px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;animation:MainChatbot_pulse__RMbMd 1s ease-in-out infinite;box-shadow:0 2px 8px rgba(102,126,234,.3)}.MainChatbot_typingIndicator__hpVbG span:nth-child(2){animation-delay:.2s}.MainChatbot_typingIndicator__hpVbG span:nth-child(3){animation-delay:.4s}.MainChatbot_disclaimer__RiTe7{padding:.75rem 2rem 0;text-align:center;font-size:.75rem;color:var(--text-light);opacity:.7;position:relative;z-index:1}.MainChatbot_inputContainer__X0_1O{display:flex;gap:1rem;padding:1.5rem 2rem;background:rgba(255,255,255,.5);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05);position:relative;z-index:1;align-items:center}.MainChatbot_queryCounter__bmGix{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:8px 14px;border-radius:16px;font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px rgba(102,126,234,.3)}.MainChatbot_input__C7151{flex:1;padding:1rem 1.5rem;border:2px solid transparent;border-radius:25px;font-size:1rem;outline:none;background:white;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.MainChatbot_input__C7151:focus{border-color:#667eea;box-shadow:0 4px 20px rgba(102,126,234,.2)}.MainChatbot_sendButton__gKGtx{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.4)}.MainChatbot_sendButton__gKGtx:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 20px rgba(102,126,234,.6)}.MainChatbot_sendButton__gKGtx:disabled{opacity:.5;cursor:not-allowed}.MainChatbot_sendIcon__M8MCe{display:block}@media (max-width:768px){.MainChatbot_backgroundImage__zOkrU{width:150px;opacity:.1}.MainChatbot_mainChatbot__E0ANP{padding:1rem}.MainChatbot_chatbotContainer__SigmA{border-radius:20px}.MainChatbot_welcomeScreen__TodvS{padding:2rem 1rem}.MainChatbot_logoIcon__1Fszk{font-size:4rem}.MainChatbot_logoText__xoCo4{font-size:2.5rem}.MainChatbot_welcomeText__xg9NF{font-size:1.2rem}.MainChatbot_welcomeSubtext__YmEtM{font-size:1rem}.MainChatbot_suggestions__xqjbF{flex-direction:column}.MainChatbot_suggestionButton__lNttc{width:100%}.MainChatbot_messagesContainer__smCSe{height:calc(100vh - 250px)}.MainChatbot_message__H8gdg{max-width:85%}.MainChatbot_inputContainer__X0_1O{padding:1rem}}.MainChatbot_messageContent___EAkO p{margin:0 0 .75rem}.MainChatbot_messageContent___EAkO p:last-child{margin-bottom:0}.MainChatbot_messageContent___EAkO h1,.MainChatbot_messageContent___EAkO h2,.MainChatbot_messageContent___EAkO h3,.MainChatbot_messageContent___EAkO h4,.MainChatbot_messageContent___EAkO h5,.MainChatbot_messageContent___EAkO h6{margin:1rem 0 .5rem;font-weight:600}.MainChatbot_messageContent___EAkO h1:first-child,.MainChatbot_messageContent___EAkO h2:first-child,.MainChatbot_messageContent___EAkO h3:first-child,.MainChatbot_messageContent___EAkO h4:first-child,.MainChatbot_messageContent___EAkO h5:first-child,.MainChatbot_messageContent___EAkO h6:first-child{margin-top:0}.MainChatbot_messageContent___EAkO ol,.MainChatbot_messageContent___EAkO ul{margin:.5rem 0;padding-left:1.5rem}.MainChatbot_messageContent___EAkO li{margin:.25rem 0}.MainChatbot_messageContent___EAkO code{background:rgba(0,0,0,.1);padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.MainChatbot_messageContent___EAkO pre{background:rgba(0,0,0,.1);padding:1rem;border-radius:8px;overflow-x:auto;margin:.5rem 0}.MainChatbot_messageContent___EAkO pre code{background:none;padding:0}.MainChatbot_messageContent___EAkO blockquote{border-left:3px solid rgba(102,126,234,.5);padding-left:1rem;margin:.5rem 0;font-style:italic;opacity:.9}.MainChatbot_messageContent___EAkO strong{font-weight:700}.MainChatbot_messageContent___EAkO em{font-style:italic}.MainChatbot_messageContent___EAkO a{color:#667eea;text-decoration:underline}.MainChatbot_messageContent___EAkO a:hover{opacity:.8}.MainChatbot_messageContent___EAkO hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:1rem 0}.MainChatbot_messageContent___EAkO table{border-collapse:collapse;width:100%;margin:.5rem 0}.MainChatbot_messageContent___EAkO td,.MainChatbot_messageContent___EAkO th{border:1px solid rgba(0,0,0,.1);padding:.5rem;text-align:left}.MainChatbot_messageContent___EAkO th{background:rgba(0,0,0,.05);font-weight:600}@keyframes MainChatbot_pulse__RMbMd{0%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}to{opacity:.3;transform:scale(.8)}}.MainChatbot_messageSources__IPtLP{margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-wrap:wrap;align-items:center;gap:6px}.MainChatbot_sourcesLabel__DTceb{font-size:.7rem;color:rgba(0,0,0,.45);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.MainChatbot_sourceTag__hLX_w{font-size:.7rem;color:rgba(0,0,0,.5);background:rgba(0,0,0,.06);border-radius:4px;padding:2px 6px}