.MessageBubble-module__yBik9a__bubble{gap:.75rem;max-width:85%;display:flex}.MessageBubble-module__yBik9a__bubble.MessageBubble-module__yBik9a__user{flex-direction:row-reverse;margin-left:auto}.MessageBubble-module__yBik9a__bubble.MessageBubble-module__yBik9a__assistant{margin-right:auto}.MessageBubble-module__yBik9a__avatar{border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.MessageBubble-module__yBik9a__bubble.MessageBubble-module__yBik9a__user .MessageBubble-module__yBik9a__avatar{background:var(--primary);color:#fff}.MessageBubble-module__yBik9a__bubble.MessageBubble-module__yBik9a__assistant .MessageBubble-module__yBik9a__avatar{background:var(--bg-secondary);color:var(--text-secondary)}.MessageBubble-module__yBik9a__content{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);padding:.875rem 1rem}.MessageBubble-module__yBik9a__bubble.MessageBubble-module__yBik9a__user .MessageBubble-module__yBik9a__content{background:var(--primary);color:#fff;border-color:var(--primary)}.MessageBubble-module__yBik9a__text{font-size:.9375rem;line-height:1.6}.MessageBubble-module__yBik9a__text p{margin:0}.MessageBubble-module__yBik9a__text p+p{margin-top:.5rem}.MessageBubble-module__yBik9a__actions{border-top:1px solid var(--border-light);gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.MessageBubble-module__yBik9a__actionBtn{color:var(--text-muted);border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:center;gap:.25rem;padding:.35rem .5rem;font-size:.6875rem;display:flex}.MessageBubble-module__yBik9a__actionBtn:hover{color:var(--text);background:var(--bg-secondary)}.MessageBubble-module__yBik9a__loading{gap:4px;padding:.25rem 0;display:flex}.MessageBubble-module__yBik9a__loading span{background:var(--text-muted);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both MessageBubble-module__yBik9a__loadingDot}.MessageBubble-module__yBik9a__loading span:first-child{animation-delay:-.32s}.MessageBubble-module__yBik9a__loading span:nth-child(2){animation-delay:-.16s}@keyframes MessageBubble-module__yBik9a__loadingDot{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@media (max-width:768px){.MessageBubble-module__yBik9a__bubble{max-width:90%}.MessageBubble-module__yBik9a__content{padding:.75rem}.MessageBubble-module__yBik9a__text{font-size:.875rem}}.MessageBubble-module__yBik9a__text table{border-collapse:collapse;border-radius:6px;width:100%;margin:1rem 0;font-size:.875rem;overflow:hidden}.MessageBubble-module__yBik9a__text th,.MessageBubble-module__yBik9a__text td{border:1px solid var(--border-light);text-align:left;padding:.5rem .75rem}.MessageBubble-module__yBik9a__text th{background-color:var(--bg-secondary);color:var(--text);font-weight:600}.MessageBubble-module__yBik9a__text tr:nth-child(2n){background-color:#00000005}.MessageBubble-module__yBik9a__text ul,.MessageBubble-module__yBik9a__text ol{margin:.5rem 0;padding-left:1.5rem}.MessageBubble-module__yBik9a__text li{margin-bottom:.35rem;line-height:1.5}.MessageBubble-module__yBik9a__text li>p{margin:0}.MessageBubble-module__yBik9a__text ol>li{padding-left:.25rem}.MessageBubble-module__yBik9a__text li>ul,.MessageBubble-module__yBik9a__text li>ol{margin-top:.25rem;margin-bottom:0}.MessageBubble-module__yBik9a__text code{background-color:var(--bg-secondary);color:var(--text);border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.85em}.MessageBubble-module__yBik9a__codeBlock{background-color:#1e1e2e;border-radius:8px;margin:1rem 0;overflow:hidden}.MessageBubble-module__yBik9a__codeHeader{background-color:#181825;border-bottom:1px solid #313244;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.MessageBubble-module__yBik9a__codeLang{color:#a6adc8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.MessageBubble-module__yBik9a__codeCopy{color:#a6adc8;transition:all var(--transition-fast);border-radius:4px;align-items:center;gap:.35rem;padding:.2rem .5rem;font-size:.7rem;display:flex}.MessageBubble-module__yBik9a__codeCopy:hover{color:#cdd6f4;background-color:#313244}.MessageBubble-module__yBik9a__text pre{color:#cdd6f4;background-color:#1e1e2e;border-radius:8px;margin:1rem 0;padding:1rem;font-size:.85rem;line-height:1.5;overflow-x:auto}.MessageBubble-module__yBik9a__codeBlock pre{border-radius:0;margin:0}.MessageBubble-module__yBik9a__text pre code{white-space:pre-wrap;color:inherit;font-size:inherit;background-color:#0000;padding:0}.MessageBubble-module__yBik9a__text h1,.MessageBubble-module__yBik9a__text h2,.MessageBubble-module__yBik9a__text h3,.MessageBubble-module__yBik9a__text h4,.MessageBubble-module__yBik9a__text h5,.MessageBubble-module__yBik9a__text h6{color:var(--text);font-weight:600;line-height:1.3}.MessageBubble-module__yBik9a__text h1{border-bottom:2px solid var(--primary);margin-top:1.5rem;margin-bottom:.75rem;padding-bottom:.4em;font-size:1.35em}.MessageBubble-module__yBik9a__text h2{border-bottom:1px solid var(--border-light);margin-top:1.25rem;margin-bottom:.6rem;padding-bottom:.3em;font-size:1.2em}.MessageBubble-module__yBik9a__text h3{margin-top:1rem;margin-bottom:.5rem;font-size:1.05em}.MessageBubble-module__yBik9a__text h4,.MessageBubble-module__yBik9a__text h5,.MessageBubble-module__yBik9a__text h6{margin-top:.75rem;margin-bottom:.4rem;font-size:1em}.MessageBubble-module__yBik9a__text>h1:first-child,.MessageBubble-module__yBik9a__text>h2:first-child,.MessageBubble-module__yBik9a__text>h3:first-child{margin-top:0}.MessageBubble-module__yBik9a__text a{color:var(--primary);text-decoration:none}.MessageBubble-module__yBik9a__text a:hover{text-decoration:underline}.MessageBubble-module__yBik9a__text blockquote{border-left:4px solid var(--primary);background:color-mix(in srgb,var(--primary)6%,transparent);color:var(--text);border-radius:0 6px 6px 0;margin:1rem 0;padding:.75rem 1rem}.MessageBubble-module__yBik9a__text blockquote p{margin:0}.MessageBubble-module__yBik9a__text blockquote p+p{margin-top:.4rem}.MessageBubble-module__yBik9a__text hr{border:none;border-top:1px solid var(--border-light);margin:1.25rem 0}.MessageBubble-module__yBik9a__text strong{color:var(--text);font-weight:600}.MessageBubble-module__yBik9a__text em{color:var(--text-secondary);font-style:italic}
.ChatInput-module__NJZFHG__wrapper{flex-direction:column;gap:6px;width:100%;display:flex}.ChatInput-module__NJZFHG__fileChip{background:var(--primary-light);color:var(--primary-dark);border-radius:var(--radius-full);align-self:flex-start;align-items:center;gap:6px;max-width:100%;padding:5px 10px;font-size:.8125rem;display:inline-flex;overflow:hidden}.ChatInput-module__NJZFHG__fileChipName{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.ChatInput-module__NJZFHG__fileChipRemove{color:var(--primary-dark);transition:background var(--transition-fast);border-radius:50%;flex-shrink:0;align-items:center;padding:2px;display:flex}.ChatInput-module__NJZFHG__fileChipRemove:hover{background:color-mix(in srgb,var(--primary)20%,transparent)}.ChatInput-module__NJZFHG__recordingBanner{background:var(--danger-light);border-radius:var(--radius);color:var(--danger);align-items:center;gap:8px;padding:6px 12px;font-size:.8125rem;display:flex}.ChatInput-module__NJZFHG__recordingDot{background:var(--danger);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite ChatInput-module__NJZFHG__pulse}.ChatInput-module__NJZFHG__inputBox{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition-fast);flex-direction:column;display:flex;overflow:hidden}.ChatInput-module__NJZFHG__inputBox:focus-within{border-color:var(--primary)}.ChatInput-module__NJZFHG__textarea{resize:none;width:100%;color:var(--text);background:0 0;border:none;outline:none;max-height:150px;padding:12px 14px 4px;font-size:15px;line-height:1.5;overflow-y:auto}.ChatInput-module__NJZFHG__textarea::placeholder{color:var(--text-muted)}@media (max-width:768px){.ChatInput-module__NJZFHG__textarea{font-size:16px}}.ChatInput-module__NJZFHG__toolbar{justify-content:space-between;align-items:center;padding:4px 6px 6px;display:flex}.ChatInput-module__NJZFHG__toolbarLeft{align-items:center;gap:2px;display:flex}.ChatInput-module__NJZFHG__hiddenInput{display:none}.ChatInput-module__NJZFHG__recordingIconBtn{animation:1s ease-in-out infinite ChatInput-module__NJZFHG__pulse;color:var(--danger)!important}.ChatInput-module__NJZFHG__sendBtn{border-radius:var(--radius-sm);background:var(--primary);color:#fff;width:36px;height:36px;transition:background var(--transition-fast),opacity var(--transition-fast),transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatInput-module__NJZFHG__sendBtn:not(:disabled):hover{background:var(--primary-hover);transform:scale(1.05)}.ChatInput-module__NJZFHG__sendBtn:not(:disabled):active{transform:scale(.97)}.ChatInput-module__NJZFHG__sendBtn:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}@keyframes ChatInput-module__NJZFHG__pulse{0%,to{opacity:1}50%{opacity:.4}}
.chat-module__r3ZgIG__container{flex-direction:column;flex:1;width:100%;max-width:900px;min-height:0;margin:0 auto;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__messages{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:1rem;min-height:0;padding:1rem 1rem 130px;display:flex;overflow-y:auto}.chat-module__r3ZgIG__emptyState{text-align:center;color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex}.chat-module__r3ZgIG__emptyState svg{color:var(--primary);margin-bottom:1rem}.chat-module__r3ZgIG__suggestions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.25rem;display:flex}.chat-module__r3ZgIG__suggestions button{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast);-webkit-tap-highlight-color:transparent;padding:.625rem 1rem;font-size:.875rem}.chat-module__r3ZgIG__suggestions button:hover,.chat-module__r3ZgIG__suggestions button:active{border-color:var(--primary);background:var(--primary-light)}.chat-module__r3ZgIG__followUps{padding:.25rem 0 .5rem}.chat-module__r3ZgIG__followUpsLabel{color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;display:block}.chat-module__r3ZgIG__followUpButtons{flex-wrap:wrap;gap:.5rem;display:flex}.chat-module__r3ZgIG__followUpBtn{background:var(--primary-light);color:var(--primary-dark);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast);-webkit-tap-highlight-color:transparent;border:none;padding:.5rem 1rem;font-size:.8125rem}.chat-module__r3ZgIG__followUpBtn:hover,.chat-module__r3ZgIG__followUpBtn:active{background:var(--primary);color:#fff}.chat-module__r3ZgIG__inputContainer{background:var(--surface);border-top:1px solid var(--border-light);z-index:50;padding:8px 12px 10px;position:absolute;bottom:0;left:0;right:0}.chat-module__r3ZgIG__inputWrapper{align-items:flex-end;display:flex}.chat-module__r3ZgIG__requestsInfo{text-align:center;color:var(--text-muted);margin-top:4px;font-size:.75rem}.chat-module__r3ZgIG__requestsInfo strong{color:var(--text-secondary);font-weight:600}.chat-module__r3ZgIG__upgradeLink{color:var(--primary);margin-left:6px;font-weight:500;text-decoration:none}.chat-module__r3ZgIG__upgradeLink:hover{text-decoration:underline}.chat-module__r3ZgIG__resetBtn{color:var(--text-muted);border-radius:var(--radius);transition:color var(--transition-fast),background var(--transition-fast);flex-shrink:0;padding:.625rem}.chat-module__r3ZgIG__resetBtn:hover{color:var(--text);background:var(--bg-secondary)}@media (max-width:768px){.chat-module__r3ZgIG__messages{padding:.75rem .75rem 130px}}
