.AIChat-module__v4XvdG__container{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-sm);background:#1f1f1fd9;grid-template-rows:auto auto 1fr auto auto;max-width:800px;height:650px;margin:0 auto;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,0 4px 16px #0000004d}.AIChat-module__v4XvdG__header{border-bottom:1px solid var(--border);background:#10101099;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.AIChat-module__v4XvdG__agentInfo{align-items:center;gap:.75rem;display:flex}.AIChat-module__v4XvdG__agentAvatar{border-radius:var(--radius-xs);background:var(--accent);width:40px;height:40px;color:var(--bg);justify-content:center;align-items:center;display:flex}.AIChat-module__v4XvdG__agentDetails{flex-direction:column;gap:.25rem;display:flex}.AIChat-module__v4XvdG__agentName{color:var(--text);margin:0;font-size:1rem;font-weight:600}.AIChat-module__v4XvdG__agentStatus{color:var(--text-secondary);align-items:center;gap:.5rem;margin:0;font-size:.8125rem;display:flex}.AIChat-module__v4XvdG__statusDot{border-radius:var(--radius-xs);background:var(--text-muted);width:8px;height:8px;animation:2s ease-in-out infinite AIChat-module__v4XvdG__pulse}.AIChat-module__v4XvdG__statusDot.AIChat-module__v4XvdG__online{background:var(--accent)}@keyframes AIChat-module__v4XvdG__pulse{0%,to{opacity:1}50%{opacity:.5}}.AIChat-module__v4XvdG__headerActions{gap:.5rem;display:flex}.AIChat-module__v4XvdG__headerButton{border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text-secondary);cursor:pointer;transition:background-color var(--audit-transition-fast),color var(--audit-transition-fast),border-color var(--audit-transition-fast);background:0 0;justify-content:center;align-items:center;padding:.5rem;display:flex}.AIChat-module__v4XvdG__headerButton:hover{background:var(--bg-card);color:var(--text);border-color:var(--accent)}.AIChat-module__v4XvdG__infoPanel{background:var(--accent-bg);border-bottom:1px solid var(--border);padding:1rem 1.25rem}.AIChat-module__v4XvdG__infoPanel h4{color:var(--text);margin:0 0 .75rem;font-size:.875rem;font-weight:600}.AIChat-module__v4XvdG__infoPanel ul{flex-direction:column;gap:.5rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.AIChat-module__v4XvdG__infoPanel li{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.AIChat-module__v4XvdG__infoPanel li svg{color:var(--accent);flex-shrink:0}.AIChat-module__v4XvdG__infoNote{color:var(--text-muted);border-top:1px solid var(--border);margin:0;padding-top:.75rem;font-size:.75rem}.AIChat-module__v4XvdG__messages{overscroll-behavior:contain;background:#1f1f1f66;flex-direction:column;justify-content:flex-start;gap:1.5rem;padding:1.5rem 1.25rem;display:flex;overflow:hidden auto}.AIChat-module__v4XvdG__messages::-webkit-scrollbar{width:8px}.AIChat-module__v4XvdG__messages::-webkit-scrollbar-track{background:0 0}.AIChat-module__v4XvdG__messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-xs)}.AIChat-module__v4XvdG__messages::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.AIChat-module__v4XvdG__message{gap:.75rem;animation:.3s ease-out AIChat-module__v4XvdG__slideIn;display:flex}@keyframes AIChat-module__v4XvdG__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AIChat-module__v4XvdG__message.AIChat-module__v4XvdG__user{flex-direction:row-reverse}.AIChat-module__v4XvdG__messageAvatar{border-radius:var(--radius-xs);background:var(--accent);width:32px;height:32px;color:var(--bg);flex-shrink:0;justify-content:center;align-items:center;display:flex}.AIChat-module__v4XvdG__messageContent{flex-direction:column;flex:1;gap:.5rem;max-width:80%;display:flex}.AIChat-module__v4XvdG__message.AIChat-module__v4XvdG__user .AIChat-module__v4XvdG__messageContent{align-items:flex-end}.AIChat-module__v4XvdG__messageText{border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);white-space:pre-wrap;word-wrap:break-word;background:#101010b3;padding:.875rem 1rem;line-height:1.6}.AIChat-module__v4XvdG__message.AIChat-module__v4XvdG__user .AIChat-module__v4XvdG__messageText{background:var(--accent);color:var(--bg);border-radius:var(--radius-xs);border:none;font-weight:500}.AIChat-module__v4XvdG__message.AIChat-module__v4XvdG__system .AIChat-module__v4XvdG__messageText{background:var(--accent-bg);border-color:var(--border-accent);color:var(--text-secondary);font-size:.9375rem}.AIChat-module__v4XvdG__messageMeta{color:var(--text-muted);align-items:center;gap:.375rem;padding-left:.25rem;font-size:.75rem;display:flex}.AIChat-module__v4XvdG__messageMeta svg{opacity:.6}.AIChat-module__v4XvdG__loadingDots{border:1px solid var(--border);border-radius:var(--radius-xs);background:#101010b3;gap:.375rem;padding:.875rem 1rem;display:flex}.AIChat-module__v4XvdG__loadingDots span{border-radius:var(--radius-xs);background:var(--text-muted);width:6px;height:6px;animation:1.4s ease-in-out infinite both AIChat-module__v4XvdG__bounce}.AIChat-module__v4XvdG__loadingDots span:first-child{animation-delay:-.32s}.AIChat-module__v4XvdG__loadingDots span:nth-child(2){animation-delay:-.16s}@keyframes AIChat-module__v4XvdG__bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.AIChat-module__v4XvdG__suggestions{flex-direction:column;gap:.75rem;padding:0 1.25rem 1rem;display:flex}.AIChat-module__v4XvdG__suggestionsLabel{color:var(--text-secondary);align-items:center;gap:.5rem;margin:0;font-size:.8125rem;display:flex}.AIChat-module__v4XvdG__suggestionChip{border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);cursor:pointer;transition:background-color var(--audit-transition-fast),border-color var(--audit-transition-fast),color var(--audit-transition-fast);text-align:left;background:#10101099;padding:.625rem 1rem;font-size:.875rem}.AIChat-module__v4XvdG__suggestionChip:hover{border-color:var(--border-accent);color:var(--accent);background:#1f1f1fcc}.AIChat-module__v4XvdG__inputForm{border-top:1px solid var(--border);background:#10101099;flex-shrink:0;gap:.75rem;padding:1rem 1.25rem;display:flex}.AIChat-module__v4XvdG__input{border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);transition:border-color var(--audit-transition-fast);background:#1f1f1f99;flex:1;height:44px;min-height:44px;padding:.875rem 1rem;font-size:.9375rem;line-height:1.4}.AIChat-module__v4XvdG__input:focus{border-color:var(--accent);outline:none}.AIChat-module__v4XvdG__input:disabled{opacity:.5;cursor:not-allowed}.AIChat-module__v4XvdG__input::placeholder{color:var(--text-muted)}.AIChat-module__v4XvdG__sendButton{border-radius:var(--radius-xs);background:var(--accent);width:44px;height:44px;color:var(--bg);cursor:pointer;transition:background-color var(--audit-transition-fast);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AIChat-module__v4XvdG__sendButton:hover:not(:disabled){background:var(--accent-secondary)}.AIChat-module__v4XvdG__sendButton:disabled{opacity:.5;cursor:not-allowed}.AIChat-module__v4XvdG__footer{border-top:1px solid var(--border);background:#10101099;flex-shrink:0;padding:.75rem 1.25rem}.AIChat-module__v4XvdG__footer p{color:var(--text-muted);text-align:center;margin:0;font-size:.75rem}.AIChat-module__v4XvdG__footerLink{color:var(--accent);cursor:pointer;font-size:inherit;background:0 0;border:none;margin-left:.25rem;padding:0;text-decoration:underline}.AIChat-module__v4XvdG__footerLink:hover{color:var(--accent-secondary)}@media (max-width:768px){.AIChat-module__v4XvdG__container{border-radius:var(--radius-sm);height:500px}.AIChat-module__v4XvdG__header{padding:.875rem 1rem}.AIChat-module__v4XvdG__messages{gap:1rem;padding:1rem}.AIChat-module__v4XvdG__messageContent{max-width:85%}.AIChat-module__v4XvdG__inputForm{gap:.5rem;padding:.875rem 1rem}.AIChat-module__v4XvdG__input{font-size:16px}}@media (prefers-reduced-motion:reduce){.AIChat-module__v4XvdG__message,.AIChat-module__v4XvdG__statusDot,.AIChat-module__v4XvdG__loadingDots span,.AIChat-module__v4XvdG__headerButton,.AIChat-module__v4XvdG__suggestionChip,.AIChat-module__v4XvdG__sendButton,.AIChat-module__v4XvdG__input{transition:none;animation:none}}
/*# sourceMappingURL=049dba44d65d04ca.css.map*/