:root{--abp-blue:#075594;--abp-navy:#0c2f67;--abp-red:#fb1320}
#abp-chat-fab,#abp-chat-panel,#abp-chat-panel *{box-sizing:border-box;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
#abp-chat-fab{position:fixed!important;right:22px!important;bottom:22px!important;z-index:2147483000!important;height:58px!important;border:0!important;border-radius:999px!important;background:var(--abp-red)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:0 20px 0 16px!important;box-shadow:0 16px 38px rgba(251,19,32,.34)!important;font-weight:850!important;font-size:13px!important;line-height:1!important;cursor:pointer!important;visibility:visible!important;opacity:1!important;transform:none!important}
#abp-chat-fab svg{width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
#abp-chat-fab:hover{transform:translateY(-2px)!important;box-shadow:0 20px 44px rgba(251,19,32,.42)!important}
.abp-chat-pulse{position:absolute!important;left:1px!important;width:56px!important;height:56px!important;border:2px solid rgba(251,19,32,.5)!important;border-radius:50%!important;pointer-events:none!important;animation:abpPulse 2s infinite!important}
@keyframes abpPulse{0%{transform:scale(.8);opacity:.7}80%,100%{transform:scale(1.55);opacity:0}}
#abp-chat-panel{position:fixed!important;z-index:2147483001!important;right:22px!important;bottom:92px!important;width:min(390px,calc(100vw - 28px))!important;height:min(570px,calc(100vh - 120px))!important;background:#fff!important;border:0!important;border-radius:24px!important;box-shadow:0 28px 85px rgba(5,25,57,.32)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(16px) scale(.97)!important;transform-origin:bottom right!important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important}
#abp-chat-panel.abp-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
.abp-chat-head{background:linear-gradient(120deg,var(--abp-navy),var(--abp-blue))!important;padding:15px!important;color:#fff!important;display:flex!important;justify-content:space-between!important;align-items:center!important;min-height:70px!important}
.abp-chat-identity{display:flex!important;align-items:center!important;gap:10px!important}.abp-chat-avatar{width:40px!important;height:40px!important;border-radius:50%!important;background:var(--abp-red)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:12px!important;font-weight:950!important}.abp-chat-identity b{display:block!important;color:#fff!important;font-size:13px!important;line-height:1.2!important}.abp-chat-identity small{display:flex!important;align-items:center!important;gap:5px!important;color:#c8daf0!important;font-size:9px!important;margin-top:3px!important}.abp-chat-identity small i{width:7px!important;height:7px!important;border-radius:50%!important;background:#55df8a!important}
.abp-chat-close{border:0!important;background:rgba(255,255,255,.12)!important;color:#fff!important;width:34px!important;height:34px!important;border-radius:50%!important;font-size:22px!important;line-height:1!important;cursor:pointer!important;padding:0!important}
.abp-chat-body{flex:1!important;overflow:auto!important;background:#f4f7fb!important;padding:14px!important}.abp-msg{display:flex!important;margin-bottom:9px!important}.abp-msg p{max-width:86%!important;padding:11px 13px!important;border-radius:15px!important;font-size:12px!important;line-height:1.5!important;margin:0!important}.abp-msg.abp-bot p{background:#fff!important;color:#405570!important;border:1px solid #e0e8f2!important;border-bottom-left-radius:5px!important}.abp-msg.abp-user{justify-content:flex-end!important}.abp-msg.abp-user p{background:var(--abp-blue)!important;color:#fff!important;border-bottom-right-radius:5px!important}
.abp-chat-chips{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin:5px 0 12px!important}.abp-chat-chips button{background:#fff!important;color:var(--abp-blue)!important;border:1px solid #d8e3f0!important;border-radius:999px!important;padding:8px 10px!important;font-size:10px!important;font-weight:800!important;cursor:pointer!important}
.abp-chat-form{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;gap:7px!important;padding:10px!important;border-top:1px solid #e3eaf3!important;background:#fff!important;margin:0!important}.abp-chat-form input{width:100%!important;min-width:0!important;height:44px!important;border:1px solid #d9e3ef!important;border-radius:999px!important;padding:0 14px!important;outline:none!important;font-size:12px!important;background:#fff!important;color:#243a57!important}.abp-chat-form input:focus{border-color:#83a8d1!important;box-shadow:0 0 0 3px #edf4fb!important}.abp-chat-form button{border:0!important;background:var(--abp-red)!important;color:#fff!important;border-radius:50%!important;font-weight:900!important;cursor:pointer!important;font-size:18px!important;padding:0!important}
.abp-chat-disclaimer{text-align:center!important;background:#fff!important;color:#9aa6b7!important;font-size:8px!important;padding:0 8px 9px!important}
@media(max-width:767px){#abp-chat-fab{right:14px!important;bottom:16px!important;height:56px!important;padding:0!important;width:56px!important}#abp-chat-fab>span:last-child{display:none!important}#abp-chat-panel{right:12px!important;left:12px!important;bottom:82px!important;width:auto!important;height:min(560px,calc(100dvh - 108px))!important;border-radius:22px!important}.abp-chat-pulse{width:54px!important;height:54px!important}.abp-msg p{font-size:12px!important}}
@media(prefers-reduced-motion:reduce){#abp-chat-fab,#abp-chat-panel,.abp-chat-pulse{animation:none!important;transition:none!important}}
