.adrem-chat-launcher{color:#fff;cursor:pointer;background:#ed2f89;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 4px 16px #0003}.adrem-chat-launcher:hover{background:#d80f6e}.adrem-chat-widget{background:#fff;border-radius:16px;flex-direction:column;width:320px;height:460px;font-family:system-ui,sans-serif;display:flex;overflow:hidden;box-shadow:0 4px 24px #0003}.adrem-chat-header{color:#fff;background:#ed2f89;padding:10px 16px 16px;position:relative}.adrem-chat-header-close{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:none;padding:4px;display:flex;position:absolute;top:8px;right:8px}.adrem-chat-header-close:hover{opacity:1}.adrem-chat-header-main{align-items:center;gap:10px;margin-top:8px;display:flex}.adrem-chat-avatar{object-fit:contain;background:#fff;border-radius:50%;flex-shrink:0;width:40px;height:40px;padding:4px}.adrem-chat-title{font-size:15px;font-weight:700}.adrem-chat-subtitle{opacity:.9;align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.adrem-chat-status-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px}.adrem-chat-messages{flex-direction:column;flex:1;padding:12px;display:flex;overflow-y:auto}.adrem-chat-message-row{align-items:flex-end;gap:6px;margin:4px 0;display:flex}.adrem-chat-message-row--user{justify-content:flex-end}.adrem-chat-message-avatar{object-fit:contain;background:#f0f0f0;border-radius:50%;flex-shrink:0;width:20px;height:20px;padding:2px}.adrem-chat-message-group{flex-direction:column;max-width:78%;display:flex}.adrem-chat-message-row--user .adrem-chat-message-group{align-items:flex-end}.adrem-chat-message{white-space:pre-wrap;border-radius:14px;padding:8px 12px;font-size:14px}.adrem-chat-message--user{color:#fff;background:#2f2f2f;border-bottom-right-radius:4px}.adrem-chat-message--assistant{color:#212529;background:#f0f0f0;border-bottom-left-radius:4px}.adrem-chat-message--user a{color:#fff}.adrem-chat-message--assistant a{color:#ed2f89}.adrem-chat-message-time{color:#999;margin-top:2px;padding:0 4px;font-size:11px}.adrem-chat-input-row{align-items:center;gap:8px;padding:10px 12px 14px;display:flex}.adrem-chat-input-row input{border:1px solid #ed2f89;border-radius:20px;outline:none;flex:1;padding:8px 14px;font-size:14px}.adrem-chat-send-button{color:#fff;cursor:pointer;background:#ed2f89;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.adrem-chat-send-button:hover:not(:disabled){background:#d80f6e}.adrem-chat-send-button:disabled{opacity:.6;cursor:default}
/*$vite$:1*/