.Chat-module__K-daAW__container{background-color:#f8fafc;flex-direction:column;height:100vh;display:flex;overflow:hidden}.Chat-module__K-daAW__mainWrapper{flex:1;height:calc(100vh - 64px);display:flex;overflow:hidden}.Chat-module__K-daAW__sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:320px;display:flex}.Chat-module__K-daAW__sidebarHeader{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem}.Chat-module__K-daAW__sidebarTitle{color:#1e293b;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1.125rem;font-weight:600;display:flex}.Chat-module__K-daAW__sidebarSubtitle{color:#64748b;font-size:.875rem}.Chat-module__K-daAW__documentList{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.Chat-module__K-daAW__emptyState{color:#94a3b8;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.Chat-module__K-daAW__emptyIcon{opacity:.5;width:48px;height:48px;margin-bottom:.75rem}.Chat-module__K-daAW__documentCard{cursor:default;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem;transition:all .2s}.Chat-module__K-daAW__documentCard:hover{background:#f1f5f9;border-color:#cbd5e1}.Chat-module__K-daAW__docHeader{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.Chat-module__K-daAW__docIcon{color:#3b82f6;flex-shrink:0;margin-top:.25rem}.Chat-module__K-daAW__docInfo{flex:1;min-width:0}.Chat-module__K-daAW__docName{color:#334155;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.125rem;font-size:.875rem;font-weight:500;overflow:hidden}.Chat-module__K-daAW__docMeta{color:#94a3b8;font-size:.75rem}.Chat-module__K-daAW__uploadSection{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1.5rem}.Chat-module__K-daAW__uploadButton{color:#64748b;cursor:pointer;background:#fff;border:2px dashed #cbd5e1;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Chat-module__K-daAW__uploadButton:hover:not(:disabled){color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.Chat-module__K-daAW__uploadButton:disabled{opacity:.6;cursor:not-allowed}.Chat-module__K-daAW__chatArea{background:#fff;flex-direction:column;flex:1;display:flex;position:relative}.Chat-module__K-daAW__chatHeader{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Chat-module__K-daAW__botIdentity{align-items:center;gap:.75rem;display:flex}.Chat-module__K-daAW__botAvatar{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Chat-module__K-daAW__botInfo h1{color:#1e293b;margin:0;font-size:1rem;font-weight:600}.Chat-module__K-daAW__botStatus{color:#64748b;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.Chat-module__K-daAW__statusDot{background:#22c55e;border-radius:50%;width:6px;height:6px}.Chat-module__K-daAW__clearButton{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.Chat-module__K-daAW__clearButton:hover{color:#475569;background:#f1f5f9}.Chat-module__K-daAW__messagesContainer{background:#f8fafc;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.Chat-module__K-daAW__messageRow{gap:1rem;max-width:80%;display:flex}.Chat-module__K-daAW__userRow{flex-direction:row-reverse;margin-left:auto}.Chat-module__K-daAW__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;display:flex}.Chat-module__K-daAW__botMsgAvatar{color:#fff;background:#00b14f}.Chat-module__K-daAW__userMsgAvatar{color:#fff;background:#b9d7c7}.Chat-module__K-daAW__bubble{border-radius:1rem;padding:1rem 1.25rem;font-size:.9375rem;line-height:1.6;box-shadow:0 1px 2px #0000000d}.Chat-module__K-daAW__botBubble{color:#334155;background:#fff;border:1px solid #e2e8f0;border-top-left-radius:.25rem}.Chat-module__K-daAW__userBubble{color:#fff;background:linear-gradient(135deg,#00b14f,#00873d);border-top-right-radius:.25rem}.Chat-module__K-daAW__loadingBubble{background:#fff;border:1px solid #e2e8f0;border-radius:.25rem 1rem 1rem;align-items:center;gap:.5rem;width:fit-content;padding:1rem;display:flex}.Chat-module__K-daAW__dot{background:#cbd5e1;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both Chat-module__K-daAW__bounce}.Chat-module__K-daAW__dot:first-child{animation-delay:-.32s}.Chat-module__K-daAW__dot:nth-child(2){animation-delay:-.16s}@keyframes Chat-module__K-daAW__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.Chat-module__K-daAW__inputArea{background:#fff;border-top:1px solid #e2e8f0;padding:1.5rem}.Chat-module__K-daAW__inputWrapper{max-width:56rem;margin:0 auto;position:relative}.Chat-module__K-daAW__inputField{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;outline:none;width:100%;padding:1rem 3.5rem 1rem 1.25rem;font-size:.9375rem;transition:all .2s}.Chat-module__K-daAW__inputField:focus{background:#fff;border-color:#00b14f;box-shadow:0 0 0 3px #00b14f1a}.Chat-module__K-daAW__sendButton{color:#fff;cursor:pointer;background:#00b14f;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.Chat-module__K-daAW__sendButton:hover:not(:disabled){background:#009643}.Chat-module__K-daAW__sendButton:disabled{opacity:.5;cursor:not-allowed;background:#94a3b8}.Chat-module__K-daAW__disclaimer{text-align:center;color:#94a3b8;margin-top:.75rem;font-size:.75rem}.Chat-module__K-daAW__markdownContent p{margin-bottom:.75rem}.Chat-module__K-daAW__markdownContent p:last-child{margin-bottom:0}.Chat-module__K-daAW__markdownContent ul{margin-bottom:.75rem;padding-left:1.25rem;list-style-type:disc}.Chat-module__K-daAW__markdownContent strong{font-weight:600}
