.aob{--aob-blue:#113863;--aob-accent:#3167e8;--aob-text:#102b4e;--aob-border:#e1e7ef;position:fixed;right:22px;bottom:22px;z-index:999999;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--aob-text)}
.aob *{box-sizing:border-box}.aob-launcher{position:relative;width:62px;height:62px;padding:0;border:0;border-radius:50%;background:#fff;box-shadow:0 10px 30px rgba(9,38,74,.24);cursor:pointer;overflow:visible}.aob-launcher img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.aob-launcher-dot{position:absolute;right:1px;bottom:3px;width:14px;height:14px;border-radius:50%;background:#34aa57;border:3px solid #fff}
.aob-panel{position:absolute;right:0;bottom:76px;width:370px;height:min(570px,calc(100vh - 120px));display:flex;flex-direction:column;background:#fff;border:1px solid var(--aob-border);border-radius:18px;box-shadow:0 24px 70px rgba(8,40,79,.25);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:bottom right;transition:.18s ease}
.aob[data-open="1"] .aob-panel{opacity:1;visibility:visible;transform:none}.aob-head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border-bottom:1px solid var(--aob-border);background:#fff}.aob-id{display:flex;align-items:center;gap:10px}.aob-id img{width:42px;height:42px;border-radius:50%;object-fit:cover}.aob-id strong,.aob-id span{display:block}.aob-id strong{font-size:15px}.aob-id span{margin-top:2px;color:#748196;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.aob-close{width:34px;height:34px;border:0;background:#f4f6f9;border-radius:50%;font-size:22px;line-height:1;color:#4b5d74;cursor:pointer}
.aob-messages{flex:1;overflow:auto;padding:16px;background:#f7f9fc}.aob-msg{display:flex;margin-bottom:12px}.aob-msg--user{justify-content:flex-end}.aob-bubble{max-width:88%;padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.48}.aob-msg--bot .aob-bubble{background:#fff;border:1px solid #e4e9f0;border-bottom-left-radius:5px}.aob-msg--user .aob-bubble{background:var(--aob-accent);color:#fff;border-bottom-right-radius:5px}.aob-result{display:block;margin-top:9px;padding-top:9px;border-top:1px solid #edf0f4;text-decoration:none;color:inherit}.aob-result:first-of-type{margin-top:10px}.aob-result strong{display:block;color:#102b4e;font-size:12px;line-height:1.35}.aob-result span{display:block;margin-top:3px;color:#758397;font-size:10px;line-height:1.35}.aob-listen{margin-top:8px;padding:0;border:0;background:transparent;color:#3167e8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}
.aob-quick{display:flex;gap:6px;padding:10px 12px 0;background:#fff;overflow:auto}.aob-quick button{white-space:nowrap;border:1px solid #dfe6ef;background:#fff;color:#34506f;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:700;cursor:pointer}.aob-form{display:grid;grid-template-columns:1fr 36px 36px;gap:6px;padding:10px 12px;background:#fff}.aob-input{min-width:0;height:40px;border:1px solid #dbe2eb;border-radius:10px;padding:0 11px;color:#183654;outline:none}.aob-input:focus{border-color:#7ca1ef;box-shadow:0 0 0 2px rgba(49,103,232,.08)}.aob-mic,.aob-send{height:36px;align-self:center;border:0;border-radius:9px;cursor:pointer}.aob-mic{background:#eef3fb;color:#24466d;font-size:11px}.aob-mic.is-listening{background:#ffe9e9;color:#c43030;animation:aobPulse 1s infinite}.aob-send{background:var(--aob-accent);color:#fff;font-size:17px}.aob-foot{padding:0 12px 10px;background:#fff;color:#9aa5b2;text-align:center;font-size:9px}.aob-typing{display:inline-flex;gap:3px}.aob-typing i{width:5px;height:5px;border-radius:50%;background:#8b99aa;animation:aobDot 1.1s infinite}.aob-typing i:nth-child(2){animation-delay:.15s}.aob-typing i:nth-child(3){animation-delay:.3s}@keyframes aobDot{0%,70%,100%{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}@keyframes aobPulse{50%{transform:scale(.96)}}
@media(max-width:600px){.aob{right:14px;bottom:14px}.aob-launcher{width:56px;height:56px}.aob-panel{position:fixed;right:10px;left:10px;bottom:80px;width:auto;height:min(600px,calc(100vh - 105px));border-radius:16px}.aob-bubble{max-width:92%}}

/* v0.3.1 — avatar nítido + cabeçalho/fecho imunes a CSS global do tema */
.aob-launcher img,.aob-id img{image-rendering:auto!important;-ms-interpolation-mode:bicubic;backface-visibility:hidden}
.aob-launcher img{object-position:50% 42%!important}
.aob-id img{object-position:50% 42%!important}
.aob-head{display:flex!important;position:relative!important;flex:0 0 auto!important;min-height:70px!important;align-items:center!important;justify-content:space-between!important;padding:12px 14px!important;border-bottom:1px solid var(--aob-border)!important;background:#fff!important;visibility:visible!important;opacity:1!important;z-index:4!important}
.aob-close{display:flex!important;position:relative!important;flex:0 0 36px!important;width:36px!important;height:36px!important;align-items:center!important;justify-content:center!important;border:1px solid #dbe3ed!important;background:#fff!important;border-radius:50%!important;color:#173a61!important;font-size:25px!important;font-weight:500!important;line-height:1!important;cursor:pointer!important;visibility:visible!important;opacity:1!important;z-index:5!important}
.aob-close:hover{background:#f0f4f9!important}

/* v0.4.0 — avatar SVG vetorial + duas fontes */
.aob-launcher img,.aob-id img{object-fit:contain!important;background:#fff!important;image-rendering:auto!important}
.aob-source{display:inline-flex!important;width:auto!important;margin:0 0 5px!important;padding:2px 6px!important;border-radius:999px!important;font-style:normal!important;font-size:8px!important;font-weight:800!important;line-height:1.35!important;letter-spacing:.05em!important;text-transform:uppercase!important}
.aob-source--agenda{background:#eaf0ff!important;color:#2459cb!important}.aob-source--noticias{background:#eef3f7!important;color:#173a61!important}


/* v0.4.3 — usa exatamente o PNG oficial incluído no plugin, sem thumbnail nem SVG alternativo */
.aob-launcher,.aob-id img{background:#fff!important}
.aob-launcher img,.aob-id img{object-fit:cover!important;object-position:center!important;image-rendering:auto!important;transform:translateZ(0)}
.aob-launcher img{width:62px!important;height:62px!important;max-width:none!important}
.aob-id img{width:42px!important;height:42px!important;max-width:none!important}
@media(max-width:600px){.aob-launcher img{width:56px!important;height:56px!important}}


/* v0.4.4 — dois avatares: ícone dedicado no botão + imagem aprovada no cabeçalho */
.aob-launcher{width:74px!important;height:74px!important;padding:3px!important;background:#fff!important;border:2px solid #2d6fe8!important;overflow:hidden!important}
.aob-launcher img{width:100%!important;height:100%!important;display:block!important;border-radius:50%!important;object-fit:cover!important;object-position:center 38%!important;image-rendering:auto!important;transform:none!important}
.aob-id img{width:54px!important;height:54px!important;display:block!important;border-radius:50%!important;object-fit:cover!important;object-position:center!important;background:#fff!important;border:1px solid #dce5f1!important}
.aob-launcher-dot{right:1px!important;bottom:1px!important}
@media(max-width:600px){.aob-launcher{width:68px!important;height:68px!important}.aob-launcher img{width:100%!important;height:100%!important}}
