.oc-chat{position:fixed;right:22px;bottom:22px;z-index:10020;font-family:inherit;color:#10192e}
.oc-chat__launcher{border:0;border-radius:999px;background:#10203b;color:#fff;box-shadow:0 14px 38px rgba(15,23,42,.24);min-height:58px;padding:0 20px;display:flex;align-items:center;gap:11px;font:800 15px/1 inherit;cursor:pointer}
.oc-chat__launcher svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2}
.oc-chat__dot{width:10px;height:10px;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.17)}
.oc-chat.is-online .oc-chat__dot{background:#6bc900;box-shadow:0 0 0 4px rgba(107,201,0,.2)}
.oc-chat__panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 120px));display:none;grid-template-rows:auto 1fr auto;background:#fff;border:1px solid #dfe7ef;border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.3)}
.oc-chat.is-open .oc-chat__panel{display:grid;animation:ocChatIn .2s ease-out}
@keyframes ocChatIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.oc-chat__head{padding:18px 18px 15px;background:linear-gradient(135deg,#10203b,#17385e);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}
.oc-chat__head strong{display:block;font-size:18px}.oc-chat__status{display:flex;align-items:center;gap:7px;margin-top:5px;font-size:12px;color:#d9e6f5}
.oc-chat__close{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;font-size:25px;cursor:pointer}
.oc-chat__body{overflow:auto;padding:18px;background:#f5f8fb}
.oc-chat__welcome h3{margin:0 0 7px;font-size:20px}.oc-chat__welcome p{margin:0 0 16px;color:#60708a;line-height:1.5}
.oc-chat__field{display:block;margin:0 0 11px}.oc-chat__field span{display:block;font-size:12px;font-weight:800;margin:0 0 5px}
.oc-chat__field input,.oc-chat__composer textarea{width:100%;box-sizing:border-box;border:1px solid #d8e1ec;border-radius:13px;background:#fff;padding:12px 13px;font:inherit;outline:none}
.oc-chat__field input:focus,.oc-chat__composer textarea:focus{border-color:#80bf16;box-shadow:0 0 0 3px rgba(128,191,22,.13)}
.oc-chat__start,.oc-chat__send{border:0;border-radius:13px;background:#8fd000;color:#102018;font-weight:900;cursor:pointer}
.oc-chat__start{width:100%;padding:14px}.oc-chat__privacy{font-size:11px!important;margin:11px 0 0!important;color:#7a8799!important}
.oc-chat__messages{display:flex;flex-direction:column;gap:9px;min-height:100%}
.oc-chat__message{max-width:82%;padding:10px 12px;border-radius:15px 15px 15px 4px;background:#fff;border:1px solid #e1e8ef;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}
.oc-chat__message--cliente{align-self:flex-end;background:#e9f8cc;border-color:#d4eca6;border-radius:15px 15px 4px 15px}
.oc-chat__message small{display:block;margin-top:5px;color:#7a8799;font-size:10px}
.oc-chat__composer{display:none;grid-template-columns:1fr 48px;gap:8px;padding:12px;background:#fff;border-top:1px solid #e3e9ef}
.oc-chat.has-conversation .oc-chat__composer{display:grid}.oc-chat__composer textarea{resize:none;height:48px;max-height:110px}
.oc-chat__send{font-size:22px}.oc-chat__error{color:#b42318;font-size:12px;margin-top:8px}
@media(max-width:760px){.oc-chat{right:14px;bottom:78px}.oc-chat__launcher{width:54px;height:54px;min-height:54px;padding:0;justify-content:center}.oc-chat__launcher-label{display:none}.oc-chat__panel{position:fixed;inset:0;width:100%;height:100%;max-width:none;border-radius:0}.oc-chat.is-open .oc-chat__panel{display:grid}.oc-chat__body{padding-bottom:18px}}

