.aime-chat-widget{--aime-chat-primary:#4f46e5;--aime-chat-primary-hover:#4338ca;--aime-chat-bg:#fff;--aime-chat-surface:#f8fafc;--aime-chat-border:#e2e8f0;--aime-chat-text:#1e293b;--aime-chat-text-muted:#64748b;--aime-chat-radius:12px;--aime-chat-shadow:0 8px 30px rgba(0,0,0,.12);--aime-chat-bubble-size:60px;--aime-chat-window-width:380px;--aime-chat-window-height:520px;--aime-chat-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;--aime-chat-offset-y:0px;--aime-chat-offset-x:0px;color:var(--aime-chat-text);font-family:var(--aime-chat-font);font-size:14px;line-height:1.5;position:fixed;transform:translate(var(--aime-chat-offset-x),var(--aime-chat-offset-y));z-index:99999}.aime-chat-widget,.aime-chat-widget *,.aime-chat-widget :after,.aime-chat-widget :before{box-sizing:border-box}.aime-chat-widget--bottom-right{bottom:20px;left:20px}.aime-chat-widget--bottom-left{bottom:20px;right:20px}.aime-chat-widget--top-right{left:20px;top:20px}.aime-chat-widget--top-left{right:20px;top:20px}.aime-chat-bubble{align-items:center;background:var(--aime-chat-bubble-bg,var(--aime-chat-primary));border:none;border-radius:50%;box-shadow:0 4px 14px rgba(0,0,0,.15);color:var(--aime-chat-bubble-text,#fff);cursor:pointer;display:flex;height:var(--aime-chat-bubble-size);justify-content:center;outline:none;padding:0;position:relative;transition:transform .2s ease,box-shadow .2s ease;width:var(--aime-chat-bubble-size)}.aime-chat-bubble:hover{box-shadow:0 6px 20px rgba(0,0,0,.2);transform:scale(1.08)}.aime-chat-bubble:focus-visible{box-shadow:0 0 0 3px rgba(79,70,229,.4)}.aime-chat-bubble svg{height:28px;transition:transform .2s ease;width:28px}.aime-chat-bubble-badge{align-items:center;animation:aime-chat-badge-pop .3s ease;background:#ef4444;border-radius:10px;color:#fff;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;line-height:1;min-width:20px;padding:0 6px;position:absolute;left:-4px;top:-4px}@keyframes aime-chat-badge-pop{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}.aime-chat-window{animation:aime-chat-window-in .25s ease;background:var(--aime-chat-bg);border-radius:var(--aime-chat-radius);bottom:calc(var(--aime-chat-bubble-size) + 16px);box-shadow:var(--aime-chat-shadow);display:flex;flex-direction:column;height:var(--aime-chat-window-height);overflow:hidden;position:absolute;left:0;width:var(--aime-chat-window-width)}.aime-chat-widget--bottom-left .aime-chat-window{right:0;left:auto}.aime-chat-widget--top-left .aime-chat-window,.aime-chat-widget--top-right .aime-chat-window{bottom:auto;top:calc(var(--aime-chat-bubble-size) + 16px)}.aime-chat-widget--top-left .aime-chat-window{right:0;left:auto}@keyframes aime-chat-window-in{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.aime-chat-header{align-items:center;background:var(--aime-chat-header-bg,var(--aime-chat-primary));color:var(--aime-chat-header-text,#fff);display:flex;flex-shrink:0;justify-content:space-between;padding:14px 16px}.aime-chat-header-info{align-items:center;display:flex;gap:10px}.aime-chat-header-name{font-size:15px;font-weight:600}.aime-chat-header-status{font-size:12px;opacity:.85}.aime-chat-header-close{align-items:center;background:none;border:none;border-radius:6px;color:inherit;cursor:pointer;display:flex;justify-content:center;outline:none;padding:4px;transition:background .15s}.aime-chat-header-close:hover{background:hsla(0,0%,100%,.15)}.aime-chat-header-close:focus-visible{box-shadow:0 0 0 2px hsla(0,0%,100%,.6)}.aime-chat-avatar{align-items:center;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.aime-chat-avatar svg{height:20px;width:20px}.aime-chat-consent{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;padding:32px 24px;text-align:center}.aime-chat-consent p{color:var(--aime-chat-text-muted);font-size:13px;line-height:1.6;margin:0 0 20px}.aime-chat-consent-btn{background:var(--aime-chat-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:background .15s}.aime-chat-consent-btn:hover{background:var(--aime-chat-primary-hover)}.aime-chat-messages{display:flex;flex:1;flex-direction:column;gap:8px;overflow-y:auto;padding:16px;scroll-behavior:smooth}.aime-chat-messages::-webkit-scrollbar{width:5px}.aime-chat-messages::-webkit-scrollbar-track{background:transparent}.aime-chat-messages::-webkit-scrollbar-thumb{background:var(--aime-chat-border);border-radius:4px}.aime-chat-msg{align-items:flex-end;display:flex;gap:8px;max-width:85%}.aime-chat-msg--visitor{align-self:flex-end;flex-direction:row-reverse}.aime-chat-msg--visitor .aime-chat-msg-bubble{background:var(--aime-chat-user-bubble-bg,var(--aime-chat-primary));border-radius:16px 16px 16px 4px;color:var(--aime-chat-user-bubble-text,#fff)}.aime-chat-msg--visitor .aime-chat-msg-time{color:hsla(0,0%,100%,.7);text-align:left}.aime-chat-msg--visitor .aime-chat-msg-status{color:hsla(0,0%,100%,.7)}.aime-chat-msg--visitor .aime-chat-msg-status--read{color:#93c5fd}.aime-chat-msg--visitor .aime-chat-msg-meta{justify-content:flex-end}.aime-chat-msg--bot{align-self:flex-start}.aime-chat-msg--bot .aime-chat-msg-bubble{background:var(--aime-chat-ai-bubble-bg,var(--aime-chat-surface));border:1px solid var(--aime-chat-border);border-radius:16px 16px 4px 16px;color:var(--aime-chat-ai-bubble-text,var(--aime-chat-text))}.aime-chat-msg--system{align-self:center;max-width:90%}.aime-chat-msg-avatar{align-items:center;background:var(--aime-chat-surface);border:1px solid var(--aime-chat-border);border-radius:50%;color:var(--aime-chat-text-muted);display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.aime-chat-msg-bubble{padding:10px 14px;transition:background .15s}.aime-chat-msg-text{font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.aime-chat-msg-text .aime-msg-link{background:var(--aime-chat-primary);border-radius:8px;color:#fff;display:inline-block;font-size:13px;font-weight:600;line-height:1.4;margin:2px 0;padding:6px 14px;text-decoration:none}.aime-chat-msg-text .aime-msg-link:hover{opacity:.9}.aime-chat-msg-text ul{margin:6px 0;padding-right:18px}.aime-chat-msg-text strong{font-weight:600}.aime-chat-msg-text code{background:rgba(0,0,0,.06);border-radius:4px;font-size:12px;padding:1px 4px}.aime-chat-msg-time{color:var(--aime-chat-text-muted);font-size:11px}.aime-chat-msg-meta{align-items:center;display:flex;gap:4px;justify-content:flex-end;margin-top:4px}.aime-chat-msg-status{align-items:center;color:var(--aime-chat-text-muted);display:inline-flex;line-height:1}.aime-chat-msg-status--read{color:#3b82f6}.aime-chat-msg-system{background:var(--aime-chat-surface);border:1px solid var(--aime-chat-border);border-radius:8px;color:var(--aime-chat-text-muted);font-size:12px;padding:8px 14px;text-align:center}.aime-chat-typing{align-items:center;display:flex;gap:8px;padding:4px 0}.aime-chat-typing-dots{background:var(--aime-chat-surface);border:1px solid var(--aime-chat-border);border-radius:16px;display:flex;gap:4px;padding:10px 14px}.aime-chat-typing-dot{animation:aime-chat-typing-bounce 1.2s ease-in-out infinite;background:var(--aime-chat-text-muted);border-radius:50%;height:7px;width:7px}.aime-chat-typing-dot:nth-child(2){animation-delay:.15s}.aime-chat-typing-dot:nth-child(3){animation-delay:.3s}@keyframes aime-chat-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.aime-chat-input{align-items:flex-end;background:var(--aime-chat-bg);border-top:1px solid var(--aime-chat-border);display:flex;flex-shrink:0;gap:8px;padding:12px 16px}.aime-chat-input-field{background:var(--aime-chat-input-bg,var(--aime-chat-bg));border:1px solid var(--aime-chat-border);border-radius:10px;color:var(--aime-chat-text);flex:1;font-family:var(--aime-chat-font);font-size:14px;line-height:1.4;max-height:100px;outline:none;overflow-y:auto;padding:10px 14px;resize:none;transition:border-color .15s}.aime-chat-input-field::-moz-placeholder{color:var(--aime-chat-text-muted)}.aime-chat-input-field::placeholder{color:var(--aime-chat-text-muted)}.aime-chat-input-field:focus{border-color:var(--aime-chat-primary)}.aime-chat-input-field:disabled{background:var(--aime-chat-surface);cursor:not-allowed}.aime-chat-input-send{align-items:center;background:var(--aime-chat-primary);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;outline:none;padding:0;transition:background .15s,transform .1s;width:40px}.aime-chat-input-send:hover:not(:disabled){background:var(--aime-chat-primary-hover);transform:scale(1.05)}.aime-chat-input-send:disabled{cursor:not-allowed;opacity:.5}.aime-chat-input-send:focus-visible{box-shadow:0 0 0 3px rgba(79,70,229,.3)}.aime-chat-input-send svg{height:18px;width:18px}.aime-chat-lead{animation:aime-chat-slide-up .25s ease;background:var(--aime-chat-surface);border-top:1px solid var(--aime-chat-border);flex-shrink:0;padding:16px}.aime-chat-lead-heading{color:var(--aime-chat-text);font-size:13px;font-weight:600;margin:0 0 12px}.aime-chat-lead-form{display:flex;flex-direction:column;gap:8px}.aime-chat-lead-input{background:var(--aime-chat-bg);border:1px solid var(--aime-chat-border);border-radius:8px;color:var(--aime-chat-text);font-family:var(--aime-chat-font);font-size:13px;outline:none;padding:8px 12px;transition:border-color .15s;width:100%}.aime-chat-lead-input::-moz-placeholder{color:var(--aime-chat-text-muted)}.aime-chat-lead-input::placeholder{color:var(--aime-chat-text-muted)}.aime-chat-lead-input:focus{border-color:var(--aime-chat-primary)}.aime-chat-lead-actions{display:flex;gap:8px;margin-top:4px}.aime-chat-lead-submit{background:var(--aime-chat-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1;font-size:13px;font-weight:600;padding:8px 16px;transition:background .15s}.aime-chat-lead-submit:hover:not(:disabled){background:var(--aime-chat-primary-hover)}.aime-chat-lead-submit:disabled{cursor:not-allowed;opacity:.6}.aime-chat-lead-dismiss{background:none;border:1px solid var(--aime-chat-border);border-radius:8px;color:var(--aime-chat-text-muted);cursor:pointer;font-size:13px;padding:8px 12px;transition:background .15s}.aime-chat-lead-dismiss:hover{background:var(--aime-chat-border)}@keyframes aime-chat-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.aime-chat-powered{border-top:1px solid var(--aime-chat-border);flex-shrink:0;padding:6px 16px 8px;text-align:center}.aime-chat-powered a{color:var(--aime-chat-text-muted);font-size:11px;text-decoration:none;transition:color .15s}.aime-chat-powered a:hover{color:var(--aime-chat-primary)}.aime-chat-powered a strong{font-weight:600}.aime-chat-theme--modern{--aime-chat-radius:16px;--aime-chat-shadow:0 12px 40px rgba(0,0,0,.15)}.aime-chat-theme--modern .aime-chat-bubble{border-radius:18px;height:64px;width:64px}.aime-chat-theme--modern .aime-chat-header{padding:16px 18px}.aime-chat-theme--modern .aime-chat-msg--bot .aime-chat-msg-bubble{background:linear-gradient(-135deg,#f8fafc,#f1f5f9)}.aime-chat-theme--minimal{--aime-chat-radius:8px;--aime-chat-shadow:0 2px 12px rgba(0,0,0,.08)}.aime-chat-theme--minimal .aime-chat-bubble{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:52px;width:52px}.aime-chat-theme--minimal .aime-chat-header{background:var(--aime-chat-bg);border-bottom:1px solid var(--aime-chat-border);color:var(--aime-chat-text)}.aime-chat-theme--minimal .aime-chat-header .aime-chat-avatar{background:var(--aime-chat-primary);color:#fff}.aime-chat-theme--minimal .aime-chat-header-close{color:var(--aime-chat-text-muted)}.aime-chat-theme--minimal .aime-chat-header-close:hover{background:var(--aime-chat-surface)}.aime-chat-theme--minimal .aime-chat-msg--visitor .aime-chat-msg-bubble{border-radius:8px 8px 8px 2px}.aime-chat-theme--minimal .aime-chat-msg--bot .aime-chat-msg-bubble{border-radius:8px 8px 2px 8px}@media screen and (max-width:767px){.aime-chat-window{border-radius:0;bottom:0;height:100%;right:0;position:fixed;left:0;top:0;width:100%;z-index:100000}}
