.jfsat-chat{position:fixed;right:20px;bottom:var(--jfsat-abajo,20px);z-index:99999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:15px;line-height:1.45}.jfsat-chat .jfsat-burbuja{width:56px;height:56px;border:0;border-radius:50%;background:var(--jfsat-color,#2563eb);color:#fff;cursor:pointer;box-shadow:0 6px 20px rgb(0 0 0 / .22);display:flex;align-items:center;justify-content:center;margin-left:auto;transition:transform .15s ease}.jfsat-chat .jfsat-burbuja:hover{transform:scale(1.06)}.jfsat-chat .jfsat-panel{width:340px;max-width:calc(100vw - 40px);height:460px;max-height:calc(100vh - 120px);margin-bottom:12px;background:#fff;border-radius:14px;box-shadow:0 12px 40px rgb(0 0 0 / .25);display:flex;flex-direction:column;overflow:hidden}.jfsat-chat .jfsat-cabecera{background:var(--jfsat-color,#2563eb);color:#fff;padding:12px 14px;display:flex;align-items:center;gap:10px}.jfsat-chat .jfsat-foto{flex:0 0 auto;width:34px;height:34px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .22);font-size:15px;font-weight:700}.jfsat-chat .jfsat-foto img{width:100%;height:100%;object-fit:cover;display:block}.jfsat-chat .jfsat-quien{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;line-height:1.25}.jfsat-chat .jfsat-quien strong,.jfsat-chat .jfsat-cargo{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jfsat-chat .jfsat-cargo{font-size:12px;opacity:.85}.jfsat-chat .jfsat-nota{margin:0;padding:7px 14px;font-size:11.5px;line-height:1.4;color:#6b7280;background:#f7f8fa;border-top:1px solid #e9ebee}.jfsat-chat .jfsat-nota a{color:inherit;text-decoration:underline}.jfsat-chat .jfsat-cerrar{background:none;border:0;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:0 4px}.jfsat-chat .jfsat-mensajes{flex:1;overflow-y:auto;padding:14px;background:#f6f7f9;display:flex;flex-direction:column;gap:8px}.jfsat-chat .jfsat-msg{display:flex}.jfsat-chat .jfsat-msg span{padding:9px 13px;border-radius:14px;max-width:78%;overflow-wrap:anywhere}.jfsat-chat .jfsat-yo{justify-content:flex-end}.jfsat-chat .jfsat-yo span{background:var(--jfsat-color,#2563eb);color:#fff;border-bottom-right-radius:4px}.jfsat-chat .jfsat-ellos span{background:#fff;color:#1f2328;border:1px solid #e3e5e8;border-bottom-left-radius:4px}.jfsat-chat .jfsat-aviso{margin:0;padding:8px 14px;background:#fff4e5;color:#7a4b00;font-size:13px}.jfsat-chat .jfsat-pie{display:flex;gap:8px;padding:10px;border-top:1px solid #e3e5e8;background:#fff}.jfsat-chat .jfsat-campo{flex:1;resize:none;border:1px solid #d0d3d7;border-radius:9px;padding:9px 11px;font:inherit;color:#1f2328;background:#fff;max-height:90px}.jfsat-chat .jfsat-campo:focus{outline:2px solid var(--jfsat-color,#2563eb);outline-offset:-1px}.jfsat-chat .jfsat-enviar{border:0;border-radius:9px;padding:0 15px;background:var(--jfsat-color,#2563eb);color:#fff;font:inherit;font-weight:600;cursor:pointer}@media (max-width:480px){.jfsat-chat{right:12px;bottom:var(--jfsat-abajo,12px)}.jfsat-chat .jfsat-panel{width:calc(100vw - 24px);height:calc(100vh - 100px)}}.jfsat-chat [hidden]{display:none!important}.jfsat-chat .jfsat-puntos{display:inline-flex;gap:4px;align-items:center;padding:3px 0}.jfsat-chat .jfsat-puntos i{width:7px;height:7px;border-radius:50%;background:#9aa1a9;animation:jfsat-latir 1.2s infinite ease-in-out}.jfsat-chat .jfsat-puntos i:nth-child(2){animation-delay:.18s}.jfsat-chat .jfsat-puntos i:nth-child(3){animation-delay:.36s}@keyframes jfsat-latir{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.jfsat-chat .jfsat-cta{display:inline-block;padding:9px 15px;border-radius:10px;background:var(--jfsat-color,#2563eb);color:#fff;text-decoration:none;font-weight:600}@media (prefers-reduced-motion:reduce){.jfsat-chat .jfsat-burbuja{transition:none}.jfsat-chat .jfsat-burbuja:hover{transform:none}.jfsat-chat .jfsat-puntos i{animation:none;opacity:.55}}