#cbp-root,.cbp-inline-root{--cbp-cor:#0E5E6F;--cbp-cor-texto:#fff;--cbp-fundo:#f3f6f7;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.45;color:#1c2428}
#cbp-root{position:fixed;right:20px;bottom:20px;z-index:99999}
#cbp-root.cbp-left{right:auto;left:20px}
#cbp-root *,.cbp-inline-root *{box-sizing:border-box;font-family:inherit}
#cbp-root button,.cbp-inline-root button{margin:0;text-transform:none;letter-spacing:normal;box-shadow:none;font-size:inherit;line-height:inherit}

#cbp-root .cbp-launcher{display:flex;align-items:center;justify-content:center;width:60px;height:60px;padding:0;border:0;border-radius:50%;background:var(--cbp-cor);color:var(--cbp-cor-texto);cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.28)}
#cbp-root .cbp-launcher:hover{background:var(--cbp-cor);color:var(--cbp-cor-texto);filter:brightness(1.12)}
#cbp-root .cbp-launcher svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

#cbp-root .cbp-balao{position:absolute;right:72px;bottom:10px;display:flex;align-items:flex-start;gap:4px;max-width:250px;padding:4px 4px 4px 12px;background:#fff;border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.22);animation:cbp-in .2s ease-out}
#cbp-root.cbp-left .cbp-balao{right:auto;left:72px}
#cbp-root .cbp-balao-txt{padding:6px 0;border:0;background:transparent;color:#1c2428;text-align:left;cursor:pointer}
#cbp-root .cbp-balao-txt:hover{background:transparent;color:var(--cbp-cor);text-decoration:underline}
#cbp-root .cbp-balao-x{flex:0 0 auto;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:transparent;color:#6b7a80;font-size:17px;line-height:1;cursor:pointer}
#cbp-root .cbp-balao-x:hover{background:#eef2f3;color:#1c2428}

#cbp-root .cbp-panel{display:none;position:absolute;right:0;bottom:74px;width:370px;max-width:calc(100vw - 40px);height:540px;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px);flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.28)}
#cbp-root.cbp-left .cbp-panel{right:auto;left:0}
#cbp-root .cbp-panel.cbp-open{display:flex;animation:cbp-in .18s ease-out}
.cbp-inline-root{display:block;height:100%}
.cbp-inline-root .cbp-panel-inline{display:flex;position:static;width:100%;height:100%;max-width:none;max-height:none;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e0e6e8;border-radius:16px}
.cpp-inline{min-height:300px}
@keyframes cbp-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

#cbp-root .cbp-head,.cbp-inline-root .cbp-head{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--cbp-cor);color:var(--cbp-cor-texto)}
#cbp-root .cbp-head-txt,.cbp-inline-root .cbp-head-txt{flex:1;min-width:0}
#cbp-root .cbp-title,.cbp-inline-root .cbp-title{font-size:16px;font-weight:700}
#cbp-root .cbp-sub,.cbp-inline-root .cbp-sub{font-size:13px;opacity:.9}
#cbp-root .cbp-close{width:36px;height:36px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--cbp-cor-texto);font-size:24px;line-height:1;cursor:pointer}
#cbp-root .cbp-close:hover{background:rgba(255,255,255,.2);color:var(--cbp-cor-texto)}

#cbp-root .cbp-body,.cbp-inline-root .cbp-body{position:relative;flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding:16px;background:var(--cbp-fundo)}
#cbp-root .cbp-msg,.cbp-inline-root .cbp-msg{max-width:88%;padding:10px 13px;border-radius:14px;white-space:pre-line;overflow-wrap:anywhere}
#cbp-root .cbp-bot,.cbp-inline-root .cbp-bot{align-self:flex-start;background:#fff;color:#1c2428;border:1px solid #e0e6e8;border-top-left-radius:4px}
#cbp-root .cbp-user,.cbp-inline-root .cbp-user{align-self:flex-end;background:var(--cbp-cor);color:var(--cbp-cor-texto);border-top-right-radius:4px}
#cbp-root .cbp-msg a,.cbp-inline-root .cbp-msg a{color:inherit;text-decoration:underline}

#cbp-root .cbp-typing,.cbp-inline-root .cbp-typing{display:flex;align-items:center;gap:5px;padding:14px}
#cbp-root .cbp-typing i,.cbp-inline-root .cbp-typing i{width:7px;height:7px;border-radius:50%;background:#9aa7ac;animation:cbp-blink 1s infinite}
#cbp-root .cbp-typing i:nth-child(2),.cbp-inline-root .cbp-typing i:nth-child(2){animation-delay:.15s}
#cbp-root .cbp-typing i:nth-child(3),.cbp-inline-root .cbp-typing i:nth-child(3){animation-delay:.3s}
@keyframes cbp-blink{0%,100%{opacity:.3}50%{opacity:1}}

#cbp-root .cbp-menu,.cbp-inline-root .cbp-menu{display:flex;flex-direction:column;align-items:stretch;gap:8px}
#cbp-root .cbp-chip,.cbp-inline-root .cbp-chip{display:block;width:100%;padding:10px 13px;border:1.5px solid var(--cbp-cor);border-radius:12px;background:#fff;color:#1c2428;font-weight:500;text-align:left;text-decoration:none;cursor:pointer;word-wrap:break-word;word-break:break-word}
#cbp-root .cbp-chip:hover,.cbp-inline-root .cbp-chip:hover{background:var(--cbp-cor);color:var(--cbp-cor-texto)}
#cbp-root .cbp-destaque,.cbp-inline-root .cbp-destaque{background:var(--cbp-cor);color:var(--cbp-cor-texto);text-align:center}
#cbp-root .cbp-destaque:hover,.cbp-inline-root .cbp-destaque:hover{filter:brightness(1.15)}
#cbp-root .cbp-voltar,.cbp-inline-root .cbp-voltar{border-style:dashed;text-align:center}
#cbp-root .cbp-aviso,.cbp-inline-root .cbp-aviso{padding:4px 2px;color:#55656b;font-size:14px}

#cbp-root .cbp-busca,.cbp-inline-root .cbp-busca{width:100%;padding:10px 13px;border:1px solid #cfd8db;border-radius:12px;background:#fff;color:#1c2428;font-size:15px}
#cbp-root .cbp-busca:focus,.cbp-inline-root .cbp-busca:focus{border-color:var(--cbp-cor);outline:none}

#cbp-root .cbp-form,.cbp-inline-root .cbp-form{display:flex;flex-direction:column;gap:8px}
#cbp-root .cbp-input,.cbp-inline-root .cbp-input{width:100%;padding:10px 13px;border:1px solid #cfd8db;border-radius:12px;background:#fff;color:#1c2428;font-size:15px;resize:vertical}
#cbp-root .cbp-input:focus,.cbp-inline-root .cbp-input:focus{border-color:var(--cbp-cor);outline:none}
#cbp-root .cbp-isca,.cbp-inline-root .cbp-isca{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
#cbp-root .cbp-erro,.cbp-inline-root .cbp-erro{color:#a4262c;font-size:14px}
#cbp-root .cbp-enviar,.cbp-inline-root .cbp-enviar{background:var(--cbp-cor);color:var(--cbp-cor-texto);text-align:center}
#cbp-root .cbp-enviar:disabled,.cbp-inline-root .cbp-enviar:disabled{opacity:.6;cursor:default}

#cbp-root .cbp-acoes,.cbp-inline-root .cbp-acoes{display:flex;flex-direction:column;gap:8px;align-items:stretch;flex-wrap:wrap}

#cbp-root .cbp-launcher:focus-visible,#cbp-root .cbp-chip:focus-visible,.cbp-inline-root .cbp-chip:focus-visible{outline:3px solid #1c2428;outline-offset:2px}
#cbp-root .cbp-close:focus-visible{outline:3px solid currentColor;outline-offset:1px}

@media (max-width:480px){
#cbp-root{right:12px;bottom:12px}
#cbp-root.cbp-left{right:auto;left:12px}
#cbp-root .cbp-panel{width:calc(100vw - 24px);max-width:none}
#cbp-root .cbp-balao{max-width:calc(100vw - 110px)}
}
@media (prefers-reduced-motion:reduce){
#cbp-root .cbp-panel.cbp-open,#cbp-root .cbp-balao{animation:none}
#cbp-root .cbp-typing i,.cbp-inline-root .cbp-typing i{animation:none;opacity:.6}
}
