@keyframes chat_fadeInLeft__Ok1Xo{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes chat_fadeInRight__UWsQn{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}@keyframes chat_pulse__eBs88{0%{opacity:.6;transform:scale(.98)}50%{opacity:1;transform:scale(1)}to{opacity:.6;transform:scale(.98)}}@keyframes chat_shimmer__ikdsM{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes chat_bounce__kHaPk{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes chat_spin__W9uAf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat_spinner__YcAPr{display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:white;animation:chat_spin__W9uAf .8s ease-in-out infinite}.chat_chatContainer__wBRk0{display:flex;flex-direction:column-reverse;width:100%;text-align:left;padding:0 30px 30px;max-width:1200px;margin:0 auto}.chat_messages__7z_u7{flex-grow:1;overflow-y:auto;padding:10px 0 20px;display:flex;flex-direction:column;order:2;line-height:1.5em;font-size:.95em;gap:16px}.chat_messages__7z_u7 p{margin:10px 0 5px}.chat_messages__7z_u7 a{color:#fc8526;text-decoration:none;transition:color .2s ease,-webkit-text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease,-webkit-text-decoration .2s ease}.chat_messages__7z_u7 a:hover{text-decoration:underline}.chat_messages__7z_u7 a:before{content:"↗ ";margin-left:5px;font-weight:400;color:#fc8526}.chat_messages__7z_u7>ol,.chat_messages__7z_u7>ul{margin-top:20px;margin-bottom:20px}.chat_messages__7z_u7 ol>li{margin-bottom:16px!important;margin-top:16px!important}.chat_messages__7z_u7 h1,.chat_messages__7z_u7 h2,.chat_messages__7z_u7 h3,.chat_messages__7z_u7 h4,.chat_messages__7z_u7 h5,.chat_messages__7z_u7 h6{margin-top:20px}.chat_userMessage__SzUZE{align-self:flex-start;color:#fff;background-color:#0066a1;padding:12px 16px 20px 12px;border-radius:5px;max-width:100%;overflow-wrap:break-word;animation:chat_fadeInLeft__Ok1Xo .3s ease-out;transition:all .2s ease;position:relative}.chat_userMessage__SzUZE:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.chat_userMessage__SzUZE svg{opacity:.9;animation:chat_bounce__kHaPk 2s ease infinite;animation-delay:1s}.chat_userMessage__SzUZE .chat_actionButton__2Y1Ff,.chat_userMessage__SzUZE .chat_messageActions__uJnYZ{color:rgba(255,255,255,.7)}.chat_userMessage__SzUZE .chat_actionButton__2Y1Ff:hover{color:white}.chat_userMessage__SzUZE .chat_timestamp__VzdZn{color:rgba(255,255,255,.7)}.chat_assistantMessage__sVXlQ{background:rgb(249 250 251);border:1px solid rgb(229,231,235);padding:12px 16px 20px 12px;border-radius:5px;max-width:100%;overflow-wrap:break-word;animation:chat_fadeInRight__UWsQn .3s ease-out;transition:all .2s ease;position:relative;width:100%}.chat_assistantMessage__sVXlQ:hover{box-shadow:0 4px 8px rgba(0,0,0,.05)}.chat_assistantMessage__sVXlQ img{max-width:100%;margin:8px 0;border-radius:8px}.chat_codeMessage__CdRGx{padding:12px 16px;background-color:#e9e9e9;font-family:monospace;counter-reset:line;border-radius:5px;max-width:100%;overflow-wrap:break-word;animation:chat_fadeIn__Hy9v2 .4s ease-out;transition:all .2s ease;position:relative;width:100%}.chat_codeMessage__CdRGx:hover{box-shadow:0 3px 6px rgba(0,0,0,.07)}.chat_codeMessage__CdRGx>div{margin-top:4px}.chat_codeMessage__CdRGx span{color:#b8b8b8;margin-right:8px}.chat_errorBanner__IH_iX{background-color:#fff3f3;border:1px solid #ffcdd2;color:#d32f2f;padding:12px 16px;margin-bottom:16px;border-radius:8px;font-size:.9em;display:flex;display:hidden;align-items:center;animation:chat_fadeIn__Hy9v2 .3s ease,chat_pulse__eBs88 2s ease-in-out infinite;box-shadow:0 2px 8px rgba(211,47,47,.1)}.chat_loadingIndicator__SGrgW{display:flex;align-items:center;gap:8px;padding:12px;border-radius:8px;background-color:#f9fafb;box-shadow:0 1px 3px rgba(0,0,0,.05);animation:chat_fadeIn__Hy9v2 .3s ease,chat_pulse__eBs88 1.5s ease-in-out infinite;position:relative;overflow:hidden}.chat_loadingIndicator__SGrgW:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.4) 50%,rgba(255,255,255,0));background-size:200% 100%;animation:chat_shimmer__ikdsM 2s infinite}@keyframes chat_fadeIn__Hy9v2{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:576px){#chat_chatbot__xpR4w{padding-bottom:240px}}@media (max-width:768px){.chat_assistantMessage__sVXlQ,.chat_codeMessage__CdRGx,.chat_userMessage__SzUZE{padding:8px 10px}.chat_chatContainer__wBRk0{padding:0 10px}}@media (min-width:1920px){#chat_chatbot__xpR4w{min-height:80vh}}.chat_chatContainer__wBRk0 button{transition:all .3s ease;position:relative;overflow:hidden}.chat_chatContainer__wBRk0 button:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.05)}.chat_chatContainer__wBRk0 button:active{transform:translateY(0);box-shadow:0 2px 3px rgba(0,0,0,.05)}.chat_chatContainer__wBRk0 button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.1);transform:translateX(-100%);transition:transform .3s ease}.chat_chatContainer__wBRk0 button:hover:after{transform:translateX(0)}.chat_chatContainer__wBRk0 button,.chat_chatContainer__wBRk0 input{font-family:inherit}.chat_chatContainer__wBRk0 button[type=submit]{transition:all .3s ease;position:relative;overflow:hidden}.chat_chatContainer__wBRk0 button[type=submit]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.1);transform:translateX(-100%);transition:transform .3s ease}.chat_chatContainer__wBRk0 button[type=submit]:hover:after{transform:translateX(0)}.chat_chatContainer__wBRk0 button[type=submit]:disabled{opacity:.7;transform:none}.chat_chatContainer__wBRk0 input{transition:all .3s ease}.chat_chatContainer__wBRk0 input:focus{transform:translateY(-1px)}.chat_copyButton__69cOL{position:absolute;bottom:-10px;right:-10px;opacity:0;transition:opacity .2s ease,transform .2s ease,background-color .2s ease;z-index:10;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:white;border:1px solid #e0e0e0;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.1)}.chat_assistantMessage__sVXlQ:hover .chat_copyButton__69cOL,.chat_codeMessage__CdRGx:hover .chat_copyButton__69cOL,.chat_group__3tF9g:hover .chat_copyButton__69cOL,.chat_userMessage__SzUZE:hover .chat_copyButton__69cOL{opacity:1}.chat_copyButton__69cOL:hover{transform:scale(1.1);box-shadow:0 3px 8px rgba(0,0,0,.15)}.chat_userMessage__SzUZE .chat_copyButton__69cOL{background-color:white;color:#0066a1}.chat_assistantMessage__sVXlQ .chat_copyButton__69cOL,.chat_codeMessage__CdRGx .chat_copyButton__69cOL{background-color:white;color:#333}.chat_copyButton__69cOL:active{transform:scale(.95)}.chat_assistantMessage__sVXlQ,.chat_codeMessage__CdRGx,.chat_userMessage__SzUZE{position:relative;margin-bottom:10px;padding-bottom:6px}.chat_feedbackButton__zsdkj{transition:all .2s ease;opacity:.6}.chat_feedbackButton__zsdkj:hover{opacity:1;transform:scale(1.1)}.chat_assistantMessage__sVXlQ:hover .chat_feedbackContainer__lsxz8,.chat_feedbackButton__zsdkj.chat_active__AsPVj{opacity:1}.chat_feedbackContainer__lsxz8{opacity:0;transition:opacity .3s ease;display:flex;align-items:center;gap:8px;margin-top:8px}.chat_activeButton__OIqeQ{background-color:rgba(0,0,0,.1);transform:scale(1.05);transition:all .2s ease-in-out}.chat_activeIcon__jsDkF{color:#0070f3!important;transition:color .2s ease-in-out}.chat_negativeIcon__r6p5v{color:#f30000!important;transition:color .2s ease-in-out}.chat_actionButton__2Y1Ff{transition:all .2s ease-in-out}.chat_actionButtonIcon__uVuRj{transition:color .2s ease-in-out}.chat_messageActions__uJnYZ{display:flex;align-items:center;gap:4px;margin-top:6px;opacity:.7;transition:opacity .2s ease;font-size:.85rem}.chat_timestamp__VzdZn{font-size:.75rem;color:#666;margin-right:4px}.chat_actionButton__2Y1Ff{background:none;border:none;padding:3px;color:#666;cursor:pointer;transition:color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;min-width:24px;min-height:24px}.chat_actionButtonIcon__uVuRj{transform:scale(.85)}.chat_actionButton__2Y1Ff:hover{color:#333;transform:scale(1.05)}.chat_actionButton__2Y1Ff:disabled{opacity:.5;cursor:not-allowed}.chat_activeButton__OIqeQ{color:#0066a1}.chat_assistantMessage__sVXlQ .chat_copyButton__69cOL,.chat_codeMessage__CdRGx .chat_copyButton__69cOL,.chat_userMessage__SzUZE .chat_copyButton__69cOL{display:none}.chat_userMessage__SzUZE{padding:10px 14px 10px 10px}.chat_assistantMessage__sVXlQ{padding:10px 14px 10px 18px;background-size:20px 18px;background-position:10px 30px}.chat_codeMessage__CdRGx{padding:10px 14px}@media (max-width:768px){.chat_messageActions__uJnYZ{gap:6px}.chat_actionButton__2Y1Ff{min-width:28px;min-height:28px}}.chat_infoMessage__ZMGUl{background-color:#e8f4fd;border:1px solid #b3e0ff;color:#0066a1;padding:12px 16px;margin-bottom:16px;border-radius:8px;font-size:.9em;display:flex;align-items:center;animation:chat_fadeIn__Hy9v2 .3s ease;box-shadow:0 2px 8px rgba(0,102,161,.1)}.chat_infoMessage__ZMGUl:before{content:"ℹ️";margin-right:8px;font-size:1.2em}.chat_chatInputWrapper__nUKxM{position:relative;width:100%}.chat_chatInputContainer__iyWrb{position:relative;display:flex;align-items:center;background-color:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:8px 16px;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:border-color .2s,box-shadow .2s}.chat_chatInputContainer__iyWrb:focus-within{border-color:#0066a1;box-shadow:0 0 0 2px rgba(0,102,161,.2)}.chat_chatTextarea___Gsc5{flex:1;background:transparent;border:none;font-size:16px;line-height:1.5;min-height:40px;max-height:200px;outline:none;overflow-y:auto;padding:8px 0;resize:none;width:100%;font-family:inherit}.chat_chatTextarea___Gsc5:disabled{opacity:.7;cursor:not-allowed}.chat_inputActions__fEHCm{display:flex;align-items:center;gap:8px;margin-left:8px}.chat_sendButton__Jhucz{display:flex;align-items:center;justify-content:center;background-color:#0066a1;border:none;border-radius:50%;color:white;cursor:pointer;height:32px;width:32px;transition:background-color .2s,transform .2s;padding:0}.chat_sendButton__Jhucz:hover:not(:disabled){background-color:#005080;transform:scale(1.05)}.chat_sendButton__Jhucz:active:not(:disabled){transform:scale(.95)}.chat_sendButton__Jhucz:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.chat_sendIcon__mDs3P{height:18px;width:18px}.chat_resetButton__XFN9F{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border:none;border-radius:50%;color:#6b7280;cursor:pointer;height:32px;width:32px;transition:background-color .2s,transform .2s;padding:0}.chat_resetButton__XFN9F:hover:not(:disabled){background-color:#e5e7eb;transform:scale(1.05)}.chat_resetButton__XFN9F:active:not(:disabled){transform:scale(.95)}.chat_resetButton__XFN9F:disabled{opacity:.5;cursor:not-allowed}.chat_inputHelp__FapC3{margin-top:8px;text-align:center;font-size:.75rem;color:#ffffff;font-weight:400}.chat_inputHelp__FapC3 kbd{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:3px;box-shadow:0 1px 0 rgba(0,0,0,.2);color:#111827;display:inline-block;font-family:monospace;font-size:.75rem;font-weight:700;line-height:1;padding:2px 4px;white-space:nowrap}@media (max-width:768px){.chat_chatInputContainer__iyWrb{padding:6px 12px}.chat_resetButton__XFN9F,.chat_sendButton__Jhucz{height:48px;width:48px}.chat_sendIcon__mDs3P{height:24px;width:24px}.chat_inputHelp__FapC3{display:inline}}