.ChatInterface_container__hKSG5{display:flex;flex-direction:column;height:100vh;width:100%;background:var(--bg-primary);position:relative}.ChatInterface_messagesContainer__IRTMO{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:0;display:flex;flex-direction:column;scroll-behavior:smooth}.ChatInterface_messagesContainer__IRTMO::-webkit-scrollbar{width:8px}.ChatInterface_messagesContainer__IRTMO::-webkit-scrollbar-track{background:transparent}.ChatInterface_messagesContainer__IRTMO::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.ChatInterface_messagesContainer__IRTMO::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.ChatInterface_emptyState__jsSRf{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem;gap:1rem}.ChatInterface_emptyIcon__jlKFn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);margin-bottom:.5rem}.ChatInterface_emptyTitle__RrYL_{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.ChatInterface_messageWrapper__u4ZFV{width:100%;padding:1.5rem 0;border-bottom:1px solid var(--border);animation:ChatInterface_fadeIn__btDzw .3s ease-in}.ChatInterface_userWrapper__cL3t3{background:var(--message-user-bg)}.ChatInterface_assistantWrapper__zGsoO{background:var(--message-ai-bg)}@keyframes ChatInterface_fadeIn__btDzw{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatInterface_messageContainer__Zr_Cy{max-width:768px;margin:0 auto;padding:0 1.5rem;display:flex;gap:1.5rem;align-items:flex-start}.ChatInterface_avatar__cZXAO{width:30px;height:30px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-primary);background:var(--accent);margin-top:.25rem}.ChatInterface_userWrapper__cL3t3 .ChatInterface_avatar__cZXAO{background:var(--accent);color:white}.ChatInterface_assistantWrapper__zGsoO .ChatInterface_avatar__cZXAO{background:var(--bg-tertiary);color:var(--accent)}.ChatInterface_messageContent__xFWT_{flex:1 1;min-width:0;padding-top:.25rem}.ChatInterface_attachmentsContainer__FzvJI{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.ChatInterface_attachmentPreview__bCgL1{border-radius:.5rem;overflow:hidden;border:1px solid var(--border);background:var(--bg-tertiary)}.ChatInterface_attachmentImage__3pJ27{max-width:300px;max-height:300px;display:block;object-fit:contain}.ChatInterface_attachmentFile__pAD20{display:flex;align-items:center;gap:.5rem;padding:.75rem;color:var(--text-primary)}.ChatInterface_attachmentFile__pAD20 svg{flex-shrink:0;color:var(--accent)}.ChatInterface_attachmentFile__pAD20 span{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.ChatInterface_typingIndicator__OzZ03{display:flex;gap:.375rem;padding:.5rem 0;align-items:center}.ChatInterface_typingIndicator__OzZ03 span{width:8px;height:8px;border-radius:50%;background:var(--text-secondary);animation:ChatInterface_typing__CJZQR 1.4s ease-in-out infinite}.ChatInterface_typingIndicator__OzZ03 span:first-child{animation-delay:0s}.ChatInterface_typingIndicator__OzZ03 span:nth-child(2){animation-delay:.2s}.ChatInterface_typingIndicator__OzZ03 span:nth-child(3){animation-delay:.4s}@keyframes ChatInterface_typing__CJZQR{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-8px);opacity:1}}.ChatInterface_inputContainer__aNfPK{padding:1rem 0 .5rem;background:var(--bg-primary);border-top:1px solid var(--border);position:-webkit-sticky;position:sticky;bottom:0}.ChatInterface_attachmentsPreview__Xjw6p{max-width:768px;margin:0 auto .75rem;padding:0 1.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.ChatInterface_attachmentChip__xB6Y7{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:1rem;font-size:.875rem;color:var(--text-primary)}.ChatInterface_chipImage__OuRCJ{width:24px;height:24px;object-fit:cover;border-radius:.25rem}.ChatInterface_chipName__hRJ3u{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChatInterface_chipRemove__Al66T{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);border-radius:.25rem;transition:all .2s;margin-left:.25rem}.ChatInterface_chipRemove__Al66T:hover{background:var(--border);color:var(--text-primary)}.ChatInterface_fileInput__zj6Qh{display:none}.ChatInterface_fileButton__r0uSZ{display:flex;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer;color:var(--text-secondary);border-radius:.5rem;transition:all .2s;flex-shrink:0;padding:0;background:transparent;border:none}.ChatInterface_fileButton__r0uSZ:hover{background:var(--bg-secondary);color:var(--text-primary)}.ChatInterface_fileButton__r0uSZ:disabled{opacity:.5;cursor:not-allowed}.ChatInterface_inputForm__aPzpn{max-width:768px;margin:0 auto;padding:0 1.5rem}.ChatInterface_inputWrapper__QDfy6{display:flex;align-items:flex-end;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:1.5rem;padding:.75rem 1rem;gap:.75rem;box-shadow:0 2px 8px var(--shadow);transition:all .2s ease}.ChatInterface_inputWrapper__QDfy6:focus-within{border-color:var(--accent);box-shadow:0 2px 12px var(--shadow)}.ChatInterface_input__iWvlO{flex:1 1;background:transparent;border:none;color:var(--text-primary);font-size:1rem;resize:none;outline:none;font-family:inherit;line-height:1.5;max-height:200px;overflow-y:auto;padding:.25rem 0;min-height:24px}.ChatInterface_input__iWvlO::placeholder{color:var(--text-secondary)}.ChatInterface_input__iWvlO:disabled{opacity:.6;cursor:not-allowed}.ChatInterface_input__iWvlO::-webkit-scrollbar{width:6px}.ChatInterface_input__iWvlO::-webkit-scrollbar-track{background:transparent}.ChatInterface_input__iWvlO::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.ChatInterface_sendButton__zilt6{background:var(--accent);border:none;border-radius:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:white;flex-shrink:0;padding:0}.ChatInterface_sendButton__zilt6:hover:not(:disabled){background:var(--accent-hover);transform:scale(1.05)}.ChatInterface_sendButton__zilt6:active:not(:disabled){transform:scale(.95)}.ChatInterface_sendButton__zilt6:disabled{opacity:.5;cursor:not-allowed;transform:none}.ChatInterface_sendButton__zilt6:disabled:not(:disabled){opacity:1}.ChatInterface_inputFooter__JcPfW{max-width:768px;margin:.5rem auto 0;padding:0 1.5rem;text-align:center}.ChatInterface_footerText__743PK{font-size:.75rem;color:var(--text-secondary);margin:0;padding:.5rem 0}.ChatInterface_header__h3wPL{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border);background:var(--bg-primary);position:-webkit-sticky;position:sticky;top:0;z-index:10}.ChatInterface_headerTitle__Xrw_c{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.ChatInterface_headerActions__4aU9k{display:flex;gap:.5rem;align-items:center}.ChatInterface_headerButton__8OzP3{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--text-secondary);border-radius:.5rem;cursor:pointer;transition:all .2s}.ChatInterface_headerButton__8OzP3:hover{background:var(--bg-secondary);color:var(--text-primary)}.ChatInterface_messageTextWrapper__7nZ5i{position:relative}.ChatInterface_messageTextWrapper__7nZ5i:hover .ChatInterface_messageActions__wa1qU{opacity:1}.ChatInterface_messageActions__wa1qU{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.375rem;opacity:0;transition:all .2s}.ChatInterface_actionButton__wTDW2{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:.375rem;color:var(--text-secondary);cursor:pointer;transition:all .2s;padding:0}.ChatInterface_actionButton__wTDW2:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--accent);transform:translateY(-1px)}.ChatInterface_actionButton__wTDW2:active{transform:translateY(0)}.ChatInterface_messageText__TbCja{line-height:1.75;color:var(--text-primary);white-space:pre-wrap;word-wrap:break-word;font-size:1rem}.ChatInterface_messageText__TbCja p{margin-bottom:1rem}.ChatInterface_messageText__TbCja p:last-child{margin-bottom:0}.ChatInterface_messageText__TbCja ol,.ChatInterface_messageText__TbCja ul{margin:.5rem 0;padding-left:1.5rem}.ChatInterface_messageText__TbCja li{margin:.25rem 0}.ChatInterface_messageText__TbCja h1,.ChatInterface_messageText__TbCja h2,.ChatInterface_messageText__TbCja h3,.ChatInterface_messageText__TbCja h4,.ChatInterface_messageText__TbCja h5,.ChatInterface_messageText__TbCja h6{margin:1rem 0 .5rem;font-weight:600;color:var(--text-primary)}.ChatInterface_messageText__TbCja h1:first-child,.ChatInterface_messageText__TbCja h2:first-child,.ChatInterface_messageText__TbCja h3:first-child{margin-top:0}.ChatInterface_messageText__TbCja a{color:var(--accent);text-decoration:none}.ChatInterface_messageText__TbCja a:hover{text-decoration:underline}.ChatInterface_messageText__TbCja blockquote{border-left:3px solid var(--border);padding-left:1rem;margin:1rem 0;color:var(--text-secondary);font-style:italic}.ChatInterface_messageText__TbCja table{border-collapse:collapse;width:100%;margin:1rem 0}.ChatInterface_messageText__TbCja td,.ChatInterface_messageText__TbCja th{border:1px solid var(--border);padding:.5rem;text-align:left}.ChatInterface_messageText__TbCja th{background:var(--bg-secondary);font-weight:600}.ChatInterface_codeBlock__njd5n{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:.5rem;padding:1rem;margin:1rem 0;overflow-x:auto}.ChatInterface_codeBlock__njd5n code{font-family:Courier New,Courier,monospace;font-size:.875rem;color:var(--text-primary);white-space:pre}.ChatInterface_inlineCode__7OZGf{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:.25rem;padding:.125rem .375rem;font-family:Courier New,Courier,monospace;font-size:.875em;color:var(--accent)}.ChatInterface_processingIndicator__iBFHk{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.ChatInterface_processingText__qDFu1{font-size:.875rem;color:var(--text-secondary)}@media (max-width:768px){.ChatInterface_header__h3wPL{padding:.75rem 1rem}.ChatInterface_headerTitle__Xrw_c{font-size:1.125rem}.ChatInterface_headerButton__8OzP3{width:32px;height:32px}.ChatInterface_messageContainer__Zr_Cy{padding:0 1rem;gap:1rem}.ChatInterface_avatar__cZXAO{width:24px;height:24px}.ChatInterface_avatar__cZXAO svg{width:16px;height:16px}.ChatInterface_messageText__TbCja{font-size:.9375rem}.ChatInterface_inputForm__aPzpn{padding:0 1rem}.ChatInterface_inputWrapper__QDfy6{padding:.625rem .875rem}.ChatInterface_inputFooter__JcPfW{padding:0 1rem}.ChatInterface_emptyState__jsSRf{padding:1.5rem}.ChatInterface_emptyTitle__RrYL_{font-size:1.25rem}.ChatInterface_messageActions__wa1qU{opacity:1}.ChatInterface_actionButton__wTDW2{width:24px;height:24px}}