.agent-chat-widget{position:absolute;bottom:2rem;right:2rem;width:min(400px,calc(100vw - 4rem));max-height:650px;pointer-events:none;z-index:10;contain:layout style paint}.agent-chat-messages{display:flex;flex-direction:column;gap:.875rem;align-items:flex-end;padding:0}.agent-message{display:flex;flex-direction:column;width:100%;max-width:100%;pointer-events:auto;background:#ffffffd9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:2px solid var(--border-subtle);border-radius:14px;padding:1rem 1.125rem;box-shadow:0 4px 12px #3d61dd14,0 2px 8px #0000000a,inset 0 0 0 1px #fff9;transform:translateZ(0);will-change:transform,opacity;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.agent-message:hover{transform:translateY(-4px) scale(1.008);box-shadow:0 12px 28px #3d61dd26,0 4px 16px #0000000f,inset 0 0 0 1px #ffffffb3;background:#ffffffeb}.email-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem;padding-bottom:.625rem;border-bottom:1px solid rgba(0,0,0,.08)}.agent-avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;overflow:hidden;border:2px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000001a;transform:translateZ(0)}.agent-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.agent-from-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.agent-from-name{font-size:.9375rem;font-weight:600;color:#1a1a1a;line-height:1.3;display:flex;align-items:center;gap:.5rem}.agent-email{font-size:.8125rem;color:#4a5568;font-family:Consolas,Monaco,Courier New,monospace;letter-spacing:.01em;line-height:1.4;font-weight:500}.email-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:auto;opacity:.5;color:#2d3748}.email-icon svg{width:100%;height:100%}.email-body{display:flex;flex-direction:column;gap:.375rem}.email-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#718096;opacity:1}.email-subject{font-size:.9375rem;color:#1a1a1a;line-height:1.5;font-weight:500}.task-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:#3d61dd;font-weight:600;margin-top:.25rem;padding:.3rem .75rem;background:#3d61dd1f;border:1px solid rgba(61,97,221,.2);border-radius:20px;align-self:flex-start}.task-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;animation:pulse 2s ease-in-out infinite}.agent-message.typing .email-subject{display:flex;align-items:center;gap:.5rem}.typing-dots{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.typing-dot{width:20px;height:20px;border:2px solid rgba(61,97,221,.2);border-top-color:var(--primary-blue, #3D61DD);border-radius:50%;animation:emailSpinner .8s linear infinite}.typing-dot:nth-child(2),.typing-dot:nth-child(3){display:none}@keyframes slideInRight{0%{opacity:0;transform:translate(50px) translateZ(0)}70%{opacity:1;transform:translate(0) translateZ(0)}to{opacity:1;transform:translate(0) translateZ(0)}}@keyframes highlightFlash{0%{box-shadow:0 4px 12px #3d61dd14,0 2px 8px #0000000a,inset 0 0 0 1px #fff9}50%{box-shadow:0 8px 24px #23f0c34d,0 4px 16px #23f0c333,inset 0 0 0 2px #23f0c380;background:#fffffffa}to{box-shadow:0 4px 12px #3d61dd14,0 2px 8px #0000000a,inset 0 0 0 1px #fff9;background:#ffffffd9}}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0) translateZ(0)}to{opacity:0;transform:translate(-40px) scale(.96) translateZ(0)}}@keyframes emailSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.agent-message.entering{animation:slideInRight .5s cubic-bezier(.25,.46,.45,.94) forwards,highlightFlash .8s cubic-bezier(.4,0,.2,1) .3s forwards}.agent-message.leaving{animation:slideOutLeft .5s cubic-bezier(.55,.085,.68,.53) forwards}@media (max-width: 768px){.agent-chat-widget{bottom:3rem;top:auto;transform:none;right:1rem;left:1rem;width:auto;max-height:200px}.agent-message.entering{animation:slideInRight .5s cubic-bezier(.25,.46,.45,.94) forwards,highlightFlash .8s cubic-bezier(.4,0,.2,1) .3s forwards;transform-origin:center right}.agent-chat-messages{gap:.5rem}.agent-message{padding:.625rem .75rem;border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.email-header{gap:.5rem;margin-bottom:.375rem;padding-bottom:.375rem}.agent-avatar{width:28px;height:28px}.agent-from-name{font-size:.75rem}.agent-email{font-size:.625rem}.email-body{gap:.25rem}.email-label{font-size:.5625rem}.email-subject{font-size:.75rem;line-height:1.3}.task-status{display:none}.email-icon{width:14px;height:14px}}@media (max-width: 480px){.agent-chat-widget{bottom:2rem;top:auto;right:.75rem;left:.75rem}.agent-message{padding:.5rem .625rem;border-radius:8px}.email-header{gap:.375rem;margin-bottom:.25rem;padding-bottom:.25rem}.agent-avatar{width:24px;height:24px}.agent-from-name{font-size:.6875rem}.agent-email{font-size:.5625rem}.email-label{font-size:.5rem}.email-subject{font-size:.6875rem;line-height:1.3}.email-icon{width:12px;height:12px}}@media (prefers-reduced-motion: reduce){.agent-message,.agent-message.entering,.agent-message.leaving{animation:none!important;transition:opacity .2s ease}.agent-message.entering{opacity:1;transform:none}.agent-message.leaving{opacity:0}.typing-dot,.task-status-dot{animation:none}}@supports not (backdrop-filter: blur(16px)){.agent-message{background:#fffffff5}}.agent-message{content-visibility:auto}.agent-chat-messages{overflow-anchor:none}
