.aidexa-root{--aidexa-primary:#0f766e;--aidexa-bg:#fff;--aidexa-muted:#64748b;--aidexa-border:#e8edf3;--aidexa-ink:#0f172a;--aidexa-offset:max(12px,env(safe-area-inset-right,0px));--aidexa-offset-bottom:max(12px,env(safe-area-inset-bottom,0px));font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--aidexa-ink)}.aidexa-root,.aidexa-root *,.aidexa-root :after,.aidexa-root :before{box-sizing:border-box}.aidexa-launcher{position:fixed;z-index:2147483001;bottom:var(--aidexa-offset-bottom);width:56px;height:56px;border-radius:16px;border:none;cursor:pointer;color:#fff;background:transparent;box-shadow:0 4px 14px rgba(15,23,42,.18),0 1px 3px rgba(15,23,42,.08);display:grid;place-items:center;padding:0;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media (min-width:481px){.aidexa-root{--aidexa-offset:20px;--aidexa-offset-bottom:20px}.aidexa-launcher{width:60px;height:60px;border-radius:17px}}.aidexa-pos-right .aidexa-launcher{right:var(--aidexa-offset)}.aidexa-pos-left .aidexa-launcher{left:var(--aidexa-offset)}.aidexa-launcher:hover{transform:scale(1.05);box-shadow:0 8px 22px rgba(15,23,42,.22),0 2px 6px rgba(15,23,42,.1)}.aidexa-launcher-icon{grid-area:1/1;display:grid;place-items:center;transition:opacity .18s ease,transform .18s ease}.aidexa-launcher-chat svg{display:block;width:56px;height:56px}@media (min-width:481px){.aidexa-launcher-chat svg{width:60px;height:60px}}.aidexa-launcher-chat{opacity:1;transform:scale(1) rotate(0deg)}.aidexa-launcher-close{opacity:0;transform:scale(.5) rotate(-45deg);color:#fff;background:var(--aidexa-primary);width:100%;height:100%;border-radius:inherit}.aidexa-launcher.is-open .aidexa-launcher-chat{opacity:0;transform:scale(.5) rotate(45deg)}.aidexa-launcher.is-open .aidexa-launcher-close{opacity:1;transform:scale(1) rotate(0deg)}.aidexa-panel{position:fixed;z-index:2147483000;bottom:calc(var(--aidexa-offset-bottom) + 68px);width:calc(100vw - 24px);height:min(560px,calc(100dvh - 100px - env(safe-area-inset-top, 0px)));max-height:calc(100dvh - 100px - env(safe-area-inset-top, 0px));background:var(--aidexa-bg);border-radius:16px;box-shadow:0 12px 40px rgba(15,23,42,.18),0 2px 8px rgba(15,23,42,.06);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(16px) scale(.96);transform-origin:bottom right;transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1),visibility .22s}@media (min-width:481px){.aidexa-panel{bottom:calc(var(--aidexa-offset-bottom) + 72px);width:min(380px,calc(100vw - 24px));height:min(640px,calc(100dvh - 110px));max-height:calc(100dvh - 110px)}}.aidexa-pos-left .aidexa-panel{transform-origin:bottom left}.aidexa-pos-right .aidexa-panel{right:var(--aidexa-offset)}.aidexa-pos-left .aidexa-panel{left:var(--aidexa-offset)}.aidexa-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.aidexa-header{display:flex;align-items:center;gap:12px;padding:16px 16px 14px;background:var(--aidexa-primary);color:#fff}.aidexa-avatar{width:40px;height:40px;border-radius:11px;-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:hsla(0,0%,100%,.2)}.aidexa-avatar-fallback{display:grid;place-items:center;font-size:16px;font-weight:700;color:#fff}.aidexa-avatar-mark{display:grid;place-items:center;overflow:hidden;padding:0;background:transparent}.aidexa-avatar-mark svg{display:block;width:100%;height:100%}.aidexa-header-text{min-width:0;flex:1}.aidexa-header-title{font-size:15px;font-weight:650;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aidexa-header-sub{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.92;margin:3px 0 0}.aidexa-online{width:7px;height:7px;border-radius:50%;background:#86efac;box-shadow:0 0 0 2px hsla(0,0%,100%,.25);flex-shrink:0}.aidexa-close{border:none;background:hsla(0,0%,100%,.12);color:#fff;cursor:pointer;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;padding:0;opacity:.95;transition:background .15s ease}.aidexa-close:hover{background:hsla(0,0%,100%,.22)}.aidexa-messages{flex:1;overflow-y:auto;padding:16px;background:#f4f6f8;display:flex;flex-direction:column;gap:10px}.aidexa-bubble{max-width:85%;padding:10px 13px;border-radius:16px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word;animation:aidexa-pop .2s ease both}@keyframes aidexa-pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.aidexa-bubble.user{align-self:flex-end;background:var(--aidexa-primary);color:#fff;border-bottom-right-radius:5px}.aidexa-bubble.assistant{align-self:flex-start;background:#fff;border:1px solid var(--aidexa-border);color:var(--aidexa-ink);border-bottom-left-radius:5px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.aidexa-typing{display:inline-flex;align-items:center;gap:4px;padding:12px 14px;width:-moz-fit-content;width:fit-content}.aidexa-typing i{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:aidexa-dot 1.1s ease-in-out infinite}.aidexa-typing i:nth-child(2){animation-delay:.15s}.aidexa-typing i:nth-child(3){animation-delay:.3s}@keyframes aidexa-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.aidexa-welcome{text-align:left;background:#fff;border:1px solid var(--aidexa-border);border-radius:14px;padding:14px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.aidexa-welcome h3{margin:0 0 6px;font-size:16px;color:var(--aidexa-ink);font-weight:650}.aidexa-welcome p{margin:0;font-size:13px;color:var(--aidexa-muted);line-height:1.45}.aidexa-form{display:flex;align-items:flex-end;gap:8px;padding:12px 12px 8px;border-top:1px solid var(--aidexa-border);background:#fff}.aidexa-input{flex:1;border:1px solid var(--aidexa-border);border-radius:20px;padding:11px 14px;font-size:16px;outline:none;resize:none;min-height:44px;max-height:110px;font-family:inherit;background:#f8fafc;line-height:1.4}@media (min-width:481px){.aidexa-input{font-size:14px}}.aidexa-input:focus{border-color:color-mix(in srgb,var(--aidexa-primary) 45%,#cbd5e1);background:#fff}.aidexa-send{border:none;border-radius:50%;width:44px;height:44px;flex-shrink:0;background:var(--aidexa-primary);color:#fff;cursor:pointer;display:grid;place-items:center;padding:0;transition:opacity .15s ease,transform .15s ease}.aidexa-send:hover:not(:disabled){transform:scale(1.04)}.aidexa-send:disabled{opacity:.4;cursor:not-allowed}.aidexa-error{color:#b91c1c;font-size:12px;padding:0 14px 8px;margin:0}.aidexa-powered{font-size:10px;color:var(--aidexa-muted);text-align:center;padding:0 12px 10px;background:#fff}@media (prefers-reduced-motion:reduce){.aidexa-bubble,.aidexa-launcher,.aidexa-launcher-icon,.aidexa-panel,.aidexa-typing i{transition:none!important;animation:none!important}.aidexa-panel{transform:none}}