.chatbot_pageContainer__dKZFN{display:flex;flex-direction:column;height:100vh;width:100%;background-color:#f5f5f5}.chatbot_header__0ci2v{padding:16px 20px;background-color:var(--color-secondary);box-shadow:0 2px 8px rgba(0,0,0,.1);position:sticky;top:0;z-index:10}.chatbot_backButton__hQvkG,.chatbot_header__0ci2v{display:flex;align-items:center;color:var(--color-primary)}.chatbot_backButton__hQvkG{background:none;border:none;cursor:pointer;padding:8px;justify-content:center;margin-right:12px;transition:transform .2s}.chatbot_backButton__hQvkG:hover{transform:scale(1.1)}.chatbot_backButton__hQvkG:active{transform:scale(.95)}.chatbot_backIcon__qvpoh{width:24px;height:24px}.chatbot_title__uiKgD{margin:0;font-size:20px;font-weight:600;flex:1}.chatbot_clearButton__sAu_Q{background:none;border:none;color:var(--color-primary);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;font-size:24px;transition:transform .2s;margin-left:auto}.chatbot_chatContent__hPOeh{display:flex;flex-direction:column;flex:1;overflow:hidden;background-color:var(--color-black)}.chatbot_warningBanner__q2bqk{background:linear-gradient(135deg,rgba(248,156,67,.15),rgba(255,215,0,.1));border-left:4px solid var(--color-secondary);padding:12px 16px;margin:0;font-size:14px;line-height:1.5;color:var(--color-white);display:flex;align-items:center;gap:8px;animation:chatbot_slideDown__mocHa .3s ease-out}.chatbot_warningLink__lMrEi{background:none;border:none;color:var(--color-secondary);font-weight:600;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;transition:opacity .2s}.chatbot_warningLink__lMrEi:hover{opacity:.8}.chatbot_warningLink__lMrEi:active{opacity:.6}@keyframes chatbot_slideDown__mocHa{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chatbot_messagesContainer__nR87Y{flex:1;padding:16px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:12px;min-width:0}.chatbot_message__pOJ4q{padding:12px 16px;border-radius:18px;animation:chatbot_fadeIn__8mQ8M .3s ease-in-out}@keyframes chatbot_fadeIn__8mQ8M{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot_botMessage__4I1pU{background-color:var(--color-black);color:#fff;border-bottom-left-radius:4px;align-self:flex-start;max-width:100%;min-width:0;overflow-wrap:break-word;word-wrap:break-word}.chatbot_botMessage__4I1pU p{margin:0 0 12px;line-height:1.6}.chatbot_botMessage__4I1pU p:last-child{margin-bottom:0}.chatbot_botMessage__4I1pU strong{font-weight:600}.chatbot_botMessage__4I1pU em{font-style:italic;opacity:.9}.chatbot_botMessage__4I1pU h1,.chatbot_botMessage__4I1pU h2,.chatbot_botMessage__4I1pU h3,.chatbot_botMessage__4I1pU h4{margin-top:16px;margin-bottom:8px;font-weight:600;line-height:1.4}.chatbot_botMessage__4I1pU h1{font-size:20px}.chatbot_botMessage__4I1pU h2{font-size:18px}.chatbot_botMessage__4I1pU h3{font-size:16px}.chatbot_botMessage__4I1pU h4{font-size:14px}.chatbot_botMessage__4I1pU ol,.chatbot_botMessage__4I1pU ul{margin:12px 0;padding-left:24px;line-height:1.6}.chatbot_botMessage__4I1pU ul{list-style-type:disc}.chatbot_botMessage__4I1pU ol{list-style-type:decimal}.chatbot_botMessage__4I1pU li{margin:6px 0;padding-left:4px}.chatbot_botMessage__4I1pU ol ol,.chatbot_botMessage__4I1pU ol ul,.chatbot_botMessage__4I1pU ul ol,.chatbot_botMessage__4I1pU ul ul{margin:6px 0;padding-left:20px}.chatbot_botMessage__4I1pU code{background-color:hsla(0,0%,100%,.1);padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.chatbot_botMessage__4I1pU pre{background-color:hsla(0,0%,100%,.05);padding:12px;border-radius:8px;overflow-x:auto;margin:12px 0}.chatbot_botMessage__4I1pU pre code{background-color:transparent;padding:0}.chatbot_botMessage__4I1pU a{color:#fff;text-decoration:underline;transition:opacity .2s}.chatbot_botMessage__4I1pU a:hover{opacity:.8}.chatbot_botMessage__4I1pU blockquote{border-left:3px solid hsla(0,0%,100%,.3);padding-left:16px;margin:12px 0;opacity:.9;font-style:italic}.chatbot_userMessage__pYFCf{background-color:var(--color-primary);color:var(--color-white);border-bottom-right-radius:4px;align-self:flex-end;text-align:right}.chatbot_artifactsContainer__U3B2K{margin-top:12px;margin-bottom:12px;display:flex;flex-direction:column;gap:8px;width:100%;min-width:0}.chatbot_errorMessage__ScFLB{background-color:#ff6b6b}.chatbot_typingIndicator__xls50{display:flex;align-items:center;padding:8px 16px;min-width:60px}.chatbot_typingIndicator__xls50 span{width:8px;height:8px;background-color:#aaa;border-radius:50%;display:inline-block;margin:0 2px;animation:chatbot_bounce__DWcqw 1.4s ease-in-out infinite}.chatbot_typingIndicator__xls50 span:first-child{animation-delay:0s}.chatbot_typingIndicator__xls50 span:nth-child(2){animation-delay:.2s}.chatbot_typingIndicator__xls50 span:nth-child(3){animation-delay:.4s}@keyframes chatbot_bounce__DWcqw{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.chatbot_inputContainer__wRVb_{display:flex;align-items:flex-end;padding:12px 16px 24px}.chatbot_chatInput__3UWTG{flex:1;padding:12px 16px;border-radius:var(--border-radius-md);border:1px solid #e0e0e0;outline:none;font-size:14px;background-color:var(--color-black);color:var(--color-white);resize:none;overflow-y:auto;min-height:44px;max-height:200px;line-height:1.5;font-family:inherit;scrollbar-width:none;-ms-overflow-style:none}.chatbot_chatInput__3UWTG::-webkit-scrollbar{display:none}.chatbot_chatInput__3UWTG:focus{border-color:var(--color-secondary)}.chatbot_sendButton__JVKhJ{background-color:var(--color-secondary);color:var(--color-primary);border:none;border-radius:var(--border-radius-md);padding:13px;margin-left:8px;cursor:pointer;font-weight:500;transition:opacity .2s;flex-shrink:0;align-self:flex-end}.chatbot_sendButton__JVKhJ:hover:not(.chatbot_disabled__GHIW2){opacity:.9}.chatbot_sendButton__JVKhJ:active:not(.chatbot_disabled__GHIW2){transform:scale(.98)}.chatbot_disabled__GHIW2{opacity:.6;cursor:not-allowed}.chatbot_welcomeMessageContainer__ziiph{flex:1;display:flex;align-items:center;justify-content:center;padding:32px}.chatbot_welcomeMessage__keaRT{background-color:transparent;border:none;padding:0;align-self:center;text-align:center;max-width:500px;animation:chatbot_welcomeFadeIn__o9mVr .6s ease-out}.chatbot_welcomeMessage__keaRT .iconWrapper{position:relative;width:80px;height:80px;margin:0 auto 24px}.chatbot_welcomeMessage__keaRT .welcomeIcon{width:100%;height:100%;display:block;animation:chatbot_float__95Fgd 3s ease-in-out infinite}.chatbot_welcomeMessage__keaRT .aiStars{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.chatbot_welcomeMessage__keaRT .star{position:absolute;width:10px;height:10px;background:linear-gradient(45deg,#f89c43,gold);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:0;filter:blur(.5px)}.chatbot_welcomeMessage__keaRT .star:first-child{top:-8px;right:-5px;animation:chatbot_sparkle1__mDSk5 3s ease-in-out infinite}.chatbot_welcomeMessage__keaRT .star:nth-child(2){top:-5px;left:-8px;animation:chatbot_sparkle2__orkaV 3s ease-in-out .75s infinite;width:8px;height:8px}.chatbot_welcomeMessage__keaRT .star:nth-child(3){bottom:-5px;right:-8px;animation:chatbot_sparkle3__TSZSf 3s ease-in-out 1.5s infinite}.chatbot_welcomeMessage__keaRT .star:nth-child(4){bottom:-8px;left:-5px;animation:chatbot_sparkle4__ShFD1 3s ease-in-out 2.25s infinite;width:8px;height:8px}@keyframes chatbot_sparkle1__mDSk5{0%,to{opacity:0;transform:scale(0) rotate(0deg)}50%{opacity:1;transform:scale(1) rotate(180deg)}}@keyframes chatbot_sparkle2__orkaV{0%,to{opacity:0;transform:scale(0) rotate(0deg)}50%{opacity:.8;transform:scale(1.2) rotate(180deg)}}@keyframes chatbot_sparkle3__TSZSf{0%,to{opacity:0;transform:scale(0) rotate(0deg)}50%{opacity:1;transform:scale(1) rotate(180deg)}}@keyframes chatbot_sparkle4__ShFD1{0%,to{opacity:0;transform:scale(0) rotate(0deg)}50%{opacity:.8;transform:scale(1.2) rotate(180deg)}}@keyframes chatbot_float__95Fgd{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chatbot_welcomeMessage__keaRT p{margin:16px 0;font-size:18px;line-height:1.6;color:var(--color-white)}.chatbot_welcomeMessage__keaRT p:first-of-type{font-size:24px;margin-bottom:20px}.chatbot_welcomeMessage__keaRT p:nth-of-type(2){font-size:22px;font-weight:600;margin-bottom:16px}.chatbot_welcomeMessage__keaRT p:nth-of-type(3){font-size:16px;color:hsla(0,0%,100%,.8);font-style:italic}.chatbot_welcomeMessage__keaRT strong{color:var(--color-secondary);font-weight:700}@keyframes chatbot_welcomeFadeIn__o9mVr{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}