.ChatInterface_chatContainer__Djesz{display:flex;flex-direction:column;height:100%;max-height:600px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.ChatInterface_chatHeader__uB9au{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e0e0e0;background:#f5f5f5}.ChatInterface_chatHeader__uB9au h3{margin:0;font-size:16px;font-weight:600}.ChatInterface_closeBtn__v1s8n{background:none;border:none;font-size:20px;cursor:pointer;color:#666;padding:4px 8px}.ChatInterface_closeBtn__v1s8n:hover{color:#000}.ChatInterface_messagesContainer__fM59O{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.ChatInterface_emptyState__wtKvz,.ChatInterface_loadingState__hIujI{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:14px}.ChatInterface_message__GRSfS{display:flex;margin-bottom:8px}.ChatInterface_message__GRSfS.ChatInterface_user__10svW{justify-content:flex-end}.ChatInterface_message__GRSfS.ChatInterface_assistant__vniHg{justify-content:flex-start}.ChatInterface_messageBubble__ID9yn{max-width:70%;padding:12px 16px;border-radius:8px}.ChatInterface_message__GRSfS.ChatInterface_user__10svW .ChatInterface_messageBubble__ID9yn{background:#007bff;color:white}.ChatInterface_message__GRSfS.ChatInterface_assistant__vniHg .ChatInterface_messageBubble__ID9yn{background:#f0f0f0;color:#333}.ChatInterface_messageContent__WRs9_{word-wrap:break-word;white-space:pre-wrap;line-height:1.4}.ChatInterface_messageTime__L2Wk9{font-size:12px;opacity:.7;margin-top:4px}.ChatInterface_message__GRSfS.ChatInterface_user__10svW .ChatInterface_messageTime__L2Wk9{color:rgba(255,255,255,.8)}.ChatInterface_loadingIndicator__QyHBD{display:flex;gap:4px;align-items:center}.ChatInterface_loadingIndicator__QyHBD span{width:8px;height:8px;border-radius:50%;background:#999;animation:ChatInterface_bounce__zG6MM 1.4s infinite}.ChatInterface_loadingIndicator__QyHBD span:nth-child(2){animation-delay:.2s}.ChatInterface_loadingIndicator__QyHBD span:nth-child(3){animation-delay:.4s}@keyframes ChatInterface_bounce__zG6MM{0%,80%,to{opacity:.6}40%{opacity:1}}.ChatInterface_inputContainer__QvnAq{display:flex;gap:8px;padding:12px;border-top:1px solid #e0e0e0;background:#f9f9f9}.ChatInterface_input__0OEfJ{flex:1 1;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;resize:none}.ChatInterface_input__0OEfJ:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1)}.ChatInterface_input__0OEfJ:disabled{background:#f0f0f0;color:#999}.ChatInterface_sendBtn__VpWWK{padding:10px 20px;background:#007bff;color:white;border:none;border-radius:4px;cursor:pointer;font-weight:500}.ChatInterface_sendBtn__VpWWK:hover:not(:disabled){background:#0056b3}.ChatInterface_sendBtn__VpWWK:disabled{background:#ccc;cursor:not-allowed}.ChatInterface_errorBanner__W37WX{padding:12px 16px;background:#fee;border-bottom:1px solid #fcc;display:flex;justify-content:space-between;align-items:center;color:#c33;font-size:14px}.ChatInterface_errorBanner__W37WX button{background:none;border:none;color:#c33;cursor:pointer;text-decoration:underline}