@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.embed-chat{--embed-chat-user-surface:var(--ev-colors-primary,#fdfbf8);--embed-chat-user-ink:var(--ev-colors-text,#212124);--embed-chat-action:var(--ev-colors-highlight,#ff681f);background:var(--ev-colors-background,#fff);height:100%;min-height:0;color:var(--ev-colors-text,#212124);flex-direction:column;font-family:inherit;font-size:14px;line-height:1.5;display:flex;overflow:hidden}.embed-chat *{box-sizing:border-box}.embed-chat .embed-chat-header{border-bottom:1px solid var(--ev-colors-borderColor,#f3ebde);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}.embed-chat .embed-chat-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:18px;font-weight:600;overflow:hidden}.embed-chat .embed-chat-close{color:var(--ev-colors-highlight,#ff681f);cursor:pointer;background:0 0;border:none;border-radius:40px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;transition:background-color .15s;display:inline-flex}.embed-chat .embed-chat-close:hover{background-color:var(--ev-colors-primary,#fdfbf8)}.embed-chat .embed-chat-close:focus-visible{outline:2px solid var(--ev-colors-highlight,#ff681f);outline-offset:2px}.embed-chat .embed-chat-messages{flex:1;min-height:0;padding:8px 20px;position:relative;overflow:hidden}.embed-chat .embed-chat-messages-scroll{scrollbar-gutter:stable;flex-direction:column;gap:12px;height:100%;padding-bottom:16px;display:flex;overflow-y:auto}.embed-chat .chat-bubble--user{justify-content:flex-end}.embed-chat .chat-bubble--user .chat-bubble-body{background-color:var(--embed-chat-user-surface);flex:none;width:fit-content;max-width:80%}.embed-chat .chat-bubble--user .chat-bubble-content{color:var(--embed-chat-user-ink)}.embed-chat .embed-chat-typing-row{justify-content:flex-start;display:flex}.embed-chat .embed-chat-typing{background-color:var(--ev-colors-primary,#fdfbf8);border-radius:8px;align-items:center;gap:5px;padding:14px 16px;display:flex}.embed-chat .embed-chat-typing span{background-color:var(--ev-colors-secondaryText,#5a5a5f);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite embed-chat-dot-pulse}.embed-chat .embed-chat-typing span:nth-child(2){animation-delay:.2s}.embed-chat .embed-chat-typing span:nth-child(3){animation-delay:.4s}.embed-chat .embed-chat-composer{border:1px solid var(--ev-colors-borderColor,#f3ebde);background:var(--ev-colors-background,#fff);border-radius:8px;flex-direction:column;flex-shrink:0;gap:8px;margin:0 20px 20px;padding:16px;display:flex;overflow:hidden}.embed-chat .embed-chat-error{color:var(--ev-colors-danger,#ea4548);margin:0;font-size:12px}.embed-chat .embed-chat-input{resize:none;width:100%;min-height:63px;max-height:168px;color:var(--ev-colors-text,#212124);background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;overflow-y:auto}.embed-chat .embed-chat-input::placeholder{color:var(--ev-colors-secondaryText,#5a5a5f)}.embed-chat .embed-chat-input-actions{justify-content:space-between;align-items:center;display:flex}.embed-chat .embed-chat-file-input{display:none}.embed-chat .embed-chat-input-left-actions{align-items:center;gap:8px;display:flex}.embed-chat .embed-chat-action{border:1px solid var(--ev-colors-borderColor,#f3ebde);background:var(--ev-colors-background,#fff);height:28px;color:var(--ev-colors-secondaryText,#5a5a5f);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:8px;transition:background-color .15s;display:flex;box-shadow:0 1px 1px #0000000a}.embed-chat .embed-chat-action:hover{background:var(--ev-colors-primary,#fdfbf8)}.embed-chat .embed-chat-action:focus-visible{outline:2px solid var(--embed-chat-action);outline-offset:2px}.embed-chat .embed-chat-pending{flex-wrap:wrap;gap:8px;display:flex}.embed-chat .embed-chat-pending-image,.embed-chat .embed-chat-pending-file{border:1px solid var(--ev-colors-borderColor,#f3ebde);border-radius:8px;position:relative;overflow:hidden}.embed-chat .embed-chat-pending-image{width:64px;height:64px}.embed-chat .embed-chat-pending-image img{object-fit:cover;width:100%;height:100%}.embed-chat .embed-chat-pending-file{background:var(--ev-colors-backgroundSecondary,#f7f7f8);align-items:center;gap:6px;max-width:200px;padding:6px 28px 6px 10px;font-size:12px;display:flex}.embed-chat .embed-chat-pending-file>span:not(.embed-chat-upload-spinner):not(.embed-chat-upload-error){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.embed-chat .embed-chat-upload-spinner,.embed-chat .embed-chat-upload-error{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.embed-chat .embed-chat-upload-spinner{background:#0006}.embed-chat .embed-chat-upload-spinner:after{content:"";border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite embed-chat-spin}.embed-chat .embed-chat-upload-error{color:#fff;background:#dc2626b8;font-size:18px;font-weight:700}.embed-chat .embed-chat-remove-attachment{z-index:1;color:#fff;cursor:pointer;background:#0000009e;border:none;border-radius:50%;width:18px;height:18px;padding:0;line-height:18px;position:absolute;top:2px;right:2px}.embed-chat .embed-chat-send{background-color:var(--embed-chat-action);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:28px;padding:0;transition:opacity .15s;display:flex}.embed-chat .embed-chat-send svg{width:20px;height:20px;transform:rotate(90deg)}.embed-chat .embed-chat-send:hover:not(:disabled){opacity:.9}.embed-chat .embed-chat-send:disabled{opacity:.4;cursor:not-allowed}.embed-chat .embed-chat-send:focus-visible{outline:2px solid var(--embed-chat-action);outline-offset:2px}@keyframes embed-chat-dot-pulse{0%,60%,to{opacity:.5;transform:scale(1)}30%{opacity:1;transform:scale(1.3)}}@keyframes embed-chat-spin{to{transform:rotate(360deg)}}@media (max-width:768px){.embed-chat .embed-chat-messages{padding:8px 12px}.embed-chat .embed-chat-composer{margin:0 12px 12px}}@media (prefers-reduced-motion:reduce){.embed-chat .embed-chat-typing span,.embed-chat .embed-chat-upload-spinner:after{animation:none}}
