.ChatInputForm-module__exjNMG__formContainer{background-color:#fff;border:1px solid #e8e8e8;border-radius:16px;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem;display:flex;box-shadow:0 4px 12px #00000014}.ChatInputForm-module__exjNMG__inputContainer{width:100%}.ChatInputForm-module__exjNMG__textArea{resize:none;background-color:#0000;border:none;outline:none;width:100%;min-height:60px;padding-top:.75rem;padding-bottom:.75rem;padding-right:3rem;font-size:1rem;line-height:1.6}.ChatInputForm-module__exjNMG__textArea:focus{outline:none}.ChatInputForm-module__exjNMG__actionsContainer{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.ChatInputForm-module__exjNMG__sendButton{background:0 0;border:none;margin-left:.5rem}.ChatInputForm-module__exjNMG__sendIcon{font-size:1.5rem}.ChatInputForm-module__exjNMG__sendIconEnabled{color:var(--color-primary);cursor:pointer;transition:color .2s}.ChatInputForm-module__exjNMG__sendIconEnabled:hover{color:var(--color-primary-hover,#4096ff)}.ChatInputForm-module__exjNMG__sendIconDisabled{color:var(--color-disabled);cursor:not-allowed}.ChatInputForm-module__exjNMG__sessionsMenu{border-radius:8px;max-height:400px;padding:1rem;overflow:auto}.ChatInputForm-module__exjNMG__sessionCard{border-radius:8px;width:100%;min-width:300px;margin-bottom:.75rem;transition:box-shadow .2s}.ChatInputForm-module__exjNMG__sessionCard:hover{box-shadow:0 2px 8px #0000001a}.ChatInputForm-module__exjNMG__sessionDescription{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:pre-wrap;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:400px;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ChatInputForm-module__exjNMG__inputRow{flex-direction:row;align-items:flex-end;gap:.5rem;display:flex}.ChatInputForm-module__exjNMG__actionsRow{flex-direction:row;align-items:flex-end;gap:.75rem;width:100%;display:flex}.ChatInputForm-module__exjNMG__fullWidthBtn{min-width:160px;height:40px;font-weight:500}.ChatInputForm-module__exjNMG__centeredText{width:100%;color:var(--color-text-secondary,#8c8c8c);justify-content:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;display:flex}.ChatInputForm-module__exjNMG__centeredText:empty{margin-top:0;display:none}.ChatInputForm-module__exjNMG__responsiveButton{width:100%}@media (max-width:1300px){.ChatInputForm-module__exjNMG__actionsContainer{flex-direction:column;gap:.5rem;width:100%;margin-top:.25rem;display:flex}.ChatInputForm-module__exjNMG__centeredText{flex-direction:row;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}}@media (max-width:1199px){.ChatInputForm-module__exjNMG__formContainer{margin-bottom:3.5rem}}@media (max-width:600px){.ChatInputForm-module__exjNMG__formContainer{z-index:10;box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:16px;gap:.75rem;width:100%;margin-bottom:0;padding:1rem;box-shadow:0 4px 12px #00000014}.ChatInputForm-module__exjNMG__inputContainer{box-sizing:border-box;flex-direction:column;gap:.75rem;width:100%;font-size:.5rem;display:flex}.ChatInputForm-module__exjNMG__inputRow{flex-direction:row;align-items:flex-end;gap:.75rem;display:flex}.ChatInputForm-module__exjNMG__textArea{width:100%;font-size:.9rem}.ChatInputForm-module__exjNMG__sendButton{justify-content:center;align-items:flex-end;width:auto;margin-top:0;margin-left:.5rem;display:flex;position:static}.ChatInputForm-module__exjNMG__sendIcon{font-size:1.5rem}.ChatInputForm-module__exjNMG__actionsContainer{flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem}.ChatInputForm-module__exjNMG__actionsRow{flex-flow:wrap;align-items:flex-end;gap:.75rem;display:flex}.ChatInputForm-module__exjNMG__addSessionContainerText,.ChatInputForm-module__exjNMG__uploadContainerText{font-size:.875rem}.ChatInputForm-module__exjNMG__fullWidthBtn{min-width:140px;height:36px}.ChatInputForm-module__exjNMG__centeredText{text-align:center;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;font-size:.8rem;display:flex}.ChatInputForm-module__exjNMG__sessionCard{width:100%;min-width:0}.ChatInputForm-module__exjNMG__sessionsMenu{padding:.75rem}.ChatInputForm-module__exjNMG__ant-upload-wrapper,.ChatInputForm-module__exjNMG__ant-upload,.ChatInputForm-module__exjNMG__ant-btn{width:100%}.ChatInputForm-module__exjNMG__ant-typography{text-align:center;width:100%;display:block}.ChatInputForm-module__exjNMG__responsiveButton{width:auto}}
.ChatMessages-module__Kp1_fa__container{background-color:var(--color-background-light);scroll-behavior:smooth;border-radius:8px;margin-bottom:1rem;padding:1.5rem 1rem;overflow-y:auto}.ChatMessages-module__Kp1_fa__messageWrapper{margin-bottom:1.25rem;animation:.3s ease-out ChatMessages-module__Kp1_fa__slideIn;position:relative}.ChatMessages-module__Kp1_fa__messageWrapper:last-child{margin-bottom:0}@keyframes ChatMessages-module__Kp1_fa__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatMessages-module__Kp1_fa__userMessage{text-align:right;justify-content:flex-end;display:flex}.ChatMessages-module__Kp1_fa__assistantMessage{text-align:left;align-items:flex-start;gap:.75rem;display:flex}.ChatMessages-module__Kp1_fa__messageBubble{word-wrap:break-word;overflow-wrap:break-word;border-radius:16px;max-width:75%;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.5;transition:box-shadow .2s;display:inline-block;box-shadow:0 1px 2px #0000000d}.ChatMessages-module__Kp1_fa__messageBubble:hover{box-shadow:0 2px 4px #00000014}.ChatMessages-module__Kp1_fa__userBubble{background-color:var(--color-user-message-bg);color:var(--color-user-message-text);text-align:left;white-space:pre-wrap;border-bottom-right-radius:4px}.ChatMessages-module__Kp1_fa__assistantBubble{background-color:var(--color-assistant-message-bg);color:var(--color-assistant-message-text);white-space:pre-wrap;border-bottom-left-radius:4px}.ChatMessages-module__Kp1_fa__assistantBubble h1,.ChatMessages-module__Kp1_fa__assistantBubble h2,.ChatMessages-module__Kp1_fa__assistantBubble h3,.ChatMessages-module__Kp1_fa__assistantBubble h4,.ChatMessages-module__Kp1_fa__assistantBubble h5,.ChatMessages-module__Kp1_fa__assistantBubble h6{margin-top:1rem;margin-bottom:.5rem}.ChatMessages-module__Kp1_fa__assistantBubble h1:first-child,.ChatMessages-module__Kp1_fa__assistantBubble h2:first-child,.ChatMessages-module__Kp1_fa__assistantBubble h3:first-child,.ChatMessages-module__Kp1_fa__assistantBubble h4:first-child,.ChatMessages-module__Kp1_fa__assistantBubble h5:first-child,.ChatMessages-module__Kp1_fa__assistantBubble h6:first-child{margin-top:0}.ChatMessages-module__Kp1_fa__assistantBubble p{margin-bottom:.75rem}.ChatMessages-module__Kp1_fa__assistantBubble p:last-child{margin-bottom:0}.ChatMessages-module__Kp1_fa__assistantBubble ul,.ChatMessages-module__Kp1_fa__assistantBubble ol{margin-bottom:.75rem;padding-left:1.5rem}.ChatMessages-module__Kp1_fa__assistantBubble ul:last-child,.ChatMessages-module__Kp1_fa__assistantBubble ol:last-child{margin-bottom:0}.ChatMessages-module__Kp1_fa__markdownList{margin-bottom:.25rem;margin-left:0;padding-left:.25rem}.ChatMessages-module__Kp1_fa__markdownList:last-child{margin-bottom:0}.ChatMessages-module__Kp1_fa__markdownHr{border:none;border-top:1px solid #0000001a;margin:1.25rem 0}.ChatMessages-module__Kp1_fa__markdownPre{background-color:#0000000a;border-radius:6px;max-width:100%;margin:.75rem 0;padding:.75rem;font-size:.875rem;line-height:1.4;overflow-x:auto}.ChatMessages-module__Kp1_fa__markdownPre:first-child{margin-top:0}.ChatMessages-module__Kp1_fa__markdownPre:last-child{margin-bottom:0}.ChatMessages-module__Kp1_fa__assistantBubble code{background-color:#0000000d;border-radius:3px;padding:.125rem .375rem;font-size:.875rem}.ChatMessages-module__Kp1_fa__assistantBubble pre code{background-color:#0000;padding:0}.ChatMessages-module__Kp1_fa__loadingAnimation{justify-content:center;align-items:center;padding:.25rem 0;display:flex}.ChatMessages-module__Kp1_fa__dot{background-color:var(--color-text-secondary);border-radius:50%;width:8px;height:8px;margin:0 3px;animation:1.4s ease-in-out infinite ChatMessages-module__Kp1_fa__pulse;display:inline-block}.ChatMessages-module__Kp1_fa__dot:nth-child(2){animation-delay:.2s}.ChatMessages-module__Kp1_fa__dot:nth-child(3){animation-delay:.4s}@keyframes ChatMessages-module__Kp1_fa__pulse{0%,to{opacity:.6;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.ChatMessages-module__Kp1_fa__copyButton{cursor:pointer;color:var(--color-text-secondary);opacity:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;transition:all .2s;animation:.2s .3s forwards ChatMessages-module__Kp1_fa__fadeIn;display:flex}.ChatMessages-module__Kp1_fa__copyButton:hover{color:var(--color-text-primary);background-color:#0000000a}@keyframes ChatMessages-module__Kp1_fa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:600px){.ChatMessages-module__Kp1_fa__container{border-radius:.5rem;padding:1rem .75rem}.ChatMessages-module__Kp1_fa__messageWrapper{margin-bottom:1rem}.ChatMessages-module__Kp1_fa__messageBubble{border-radius:14px;max-width:85%;padding:.75rem 1rem;font-size:.9375rem}.ChatMessages-module__Kp1_fa__assistantMessage{gap:.5rem}.ChatMessages-module__Kp1_fa__copyButton{width:28px;height:28px;font-size:.75rem}.ChatMessages-module__Kp1_fa__assistantBubble ul,.ChatMessages-module__Kp1_fa__assistantBubble ol{padding-left:1.25rem}}
