@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.chat-bubble{justify-content:flex-start;gap:16px;display:flex}.chat-bubble .chat-bubble-avatar{background:0 0;border-radius:80px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chat-bubble .chat-bubble-body{border-radius:8px;flex:1;min-width:0;padding:16px}.chat-bubble .chat-bubble-meta{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.chat-bubble .chat-bubble-speaker{color:var(--ev-colors-secondaryText);text-transform:capitalize;font-size:11px;font-weight:600}.chat-bubble .chat-bubble-content{color:var(--ev-colors-text);white-space:pre-wrap;word-break:break-word;font-size:14px;font-weight:400;line-height:1.5}.chat-bubble.chat-bubble--user .chat-bubble-avatar{background-color:var(--ev-colors-sageGreen)}.chat-bubble.chat-bubble--user .chat-bubble-body{background-color:var(--ev-colors-primary)}
@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.chat-markdown{white-space:normal}.chat-markdown p{margin:0 0 8px}.chat-markdown p:last-child{margin-bottom:0}.chat-markdown ul,.chat-markdown ol{margin:0 0 8px;padding-left:20px}.chat-markdown li{margin-bottom:4px}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4{margin:12px 0 6px;font-weight:600}.chat-markdown h1:first-child,.chat-markdown h2:first-child,.chat-markdown h3:first-child,.chat-markdown h4:first-child{margin-top:0}.chat-markdown h1{font-size:18px}.chat-markdown h2{font-size:16px}.chat-markdown h3{font-size:15px}.chat-markdown code{background:#00000014;border-radius:4px;padding:1px 5px;font-family:monospace;font-size:13px}.chat-markdown pre{background:#00000014;border-radius:6px;margin:0 0 8px;padding:12px;overflow-x:auto}.chat-markdown pre code{background:0 0;padding:0}.chat-markdown blockquote{border-left:3px solid var(--ev-colors-highlight,#ff681f);color:var(--ev-colors-text,#212124);border-radius:10px;margin:0 0 8px;padding-left:12px}.chat-markdown a{color:var(--ev-colors-highlight,#ff681f);text-decoration:underline}.chat-markdown hr{border:none;border-top:1px solid var(--ev-colors-borderColor,#f3ebde);margin:8px 0}.chat-markdown strong{font-weight:600}.chat-markdown em{font-style:italic}.chat-markdown table{border-collapse:collapse;width:100%;margin:0 0 12px;font-size:13px}.chat-markdown th,.chat-markdown td{border:1px solid var(--ev-colors-borderColor,#f3ebde);text-align:left;padding:6px 12px}.chat-markdown thead tr{background-color:#0000000d}.chat-markdown thead tr th{font-weight:600}.chat-markdown tbody tr:nth-child(2n){background-color:#00000005}
@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.conversation-image-attachments{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.conversation-image-attachment{object-fit:contain;border-radius:8px;max-width:min(280px,100%);max-height:200px}.conversation-image-placeholder{background:var(--ev-colors-borderColor,#f3ebde);border-radius:8px;width:120px;height:80px;animation:1.5s ease-in-out infinite conversation-attachment-pulse}.conversation-file-attachments{flex-direction:column;gap:8px;margin-bottom:8px;display:flex}.conversation-file-attachment{border:1px solid var(--ev-colors-borderColor,#f3ebde);background:var(--ev-colors-backgroundSecondary,#f7f7f8);width:100%;max-width:100%;color:var(--ev-colors-text,#212124);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:13px;text-decoration:none;display:grid}.conversation-file-attachment:hover{background:var(--ev-colors-borderColor,#f3ebde)}.conversation-file-copy{flex-direction:column;min-width:0;display:flex}.conversation-file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.conversation-file-type,.conversation-file-pages{color:var(--ev-colors-secondaryText,#5a5a5f);font-size:11px}@keyframes conversation-attachment-pulse{0%,to{opacity:.65}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.conversation-image-placeholder{animation:none}}
