.hlc-widget.has-conversation .hlc-welcome{display:none!important}
.hlc-chat-body{min-height:0!important;height:0!important;flex:1 1 0!important;overscroll-behavior:contain!important}
.hlc-messages{min-height:0!important;height:0!important;flex:1 1 0!important;overflow-x:hidden!important;overflow-y:scroll!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;overscroll-behavior-x:none!important;overscroll-behavior-y:none!important;scrollbar-gutter:stable!important;scrollbar-width:thin!important}
.hlc-messages>*{pointer-events:auto!important}

html.hlc-page-locked{overflow:hidden!important;overscroll-behavior-y:none!important}
body.hlc-page-locked{position:fixed!important;left:0!important;right:0!important;width:100%!important;overflow:hidden!important;overscroll-behavior:none!important}

.hlc-unread-badge{position:absolute!important;top:-8px!important;right:-8px!important;z-index:6!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:24px!important;height:24px!important;padding:0 6px!important;border:2px solid #fff!important;border-radius:999px!important;background:#ef4444!important;color:#fff!important;box-shadow:0 7px 18px rgba(127,29,29,.34)!important;font-size:11px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.01em!important;pointer-events:none!important;transform-origin:center!important;animation:hlc-unread-pop .22s ease-out both!important}
.hlc-unread-badge[hidden]{display:none!important}
.hlc-widget.has-unread .hlc-launcher{box-shadow:0 16px 36px rgba(15,23,42,.25),0 7px 18px rgba(37,99,235,.24),inset 0 1px 0 rgba(255,255,255,.22)!important}

@keyframes hlc-unread-pop{from{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}

@media(max-width:700px){
  .hlc-widget{--hlc-h-offset:0px!important}
  .hlc-panel{position:fixed!important;left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;height:calc(var(--hlc-viewport-height) - 86px)!important;max-height:calc(var(--hlc-viewport-height) - 86px)!important;min-height:0!important;margin:0!important;border-left:0!important;border-right:0!important;border-radius:20px 20px 0 0!important;box-shadow:0 -10px 42px rgba(15,23,42,.18),0 22px 70px rgba(15,23,42,.20)!important;transform-origin:bottom center!important}
  .hlc-anchor-bottom .hlc-panel{top:auto!important;bottom:calc(env(safe-area-inset-bottom) + 72px)!important}
  .hlc-anchor-top .hlc-panel{top:calc(env(safe-area-inset-top) + 6px)!important;bottom:auto!important;height:calc(var(--hlc-viewport-height) - 12px)!important;max-height:calc(var(--hlc-viewport-height) - 12px)!important;border-radius:0 0 20px 20px!important}
  .hlc-panel-header{min-height:72px!important;padding:13px 15px!important;border-radius:inherit!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}
  .hlc-chat-body{width:100%!important;max-width:100%!important;background:linear-gradient(180deg,#f8fafc 0%,#f5f7fb 100%)!important}
  .hlc-messages{width:100%!important;max-width:100%!important;padding:16px 14px 18px!important;overscroll-behavior:none!important;touch-action:pan-y!important}
  .hlc-message{max-width:92%!important;margin-bottom:13px!important}
  .hlc-bubble{padding:11px 13px!important;border-radius:17px!important;font-size:14px!important;line-height:1.5!important;box-shadow:0 3px 12px rgba(15,23,42,.055)!important}
  .hlc-message.is-visitor .hlc-bubble{border-bottom-right-radius:6px!important}
  .hlc-message.is-agent .hlc-bubble{border-bottom-left-radius:6px!important}
  .hlc-message>span{margin-top:4px!important;font-size:10px!important}
  .hlc-message-form{width:100%!important;max-width:100%!important;gap:9px!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -8px 24px rgba(15,23,42,.035)!important}
  .hlc-message-form textarea{height:48px!important;min-height:48px!important;max-height:112px!important;padding:12px 14px!important;border-radius:15px!important;font-size:14px!important}
  .hlc-message-form button{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;flex-basis:48px!important;border-radius:15px!important}
  .hlc-powered{padding:7px 10px calc(7px + env(safe-area-inset-bottom))!important}
  .hlc-unread-badge{top:-7px!important;right:-7px!important;min-width:23px!important;height:23px!important;font-size:10px!important}
}

@media(max-width:390px){
  .hlc-panel{left:0!important;right:0!important;width:100vw!important;max-width:100vw!important}
  .hlc-message{max-width:94%!important}
  .hlc-launcher-text{max-width:128px!important;overflow:hidden!important;text-overflow:ellipsis!important}
}

@media(max-height:560px) and (max-width:700px){
  .hlc-panel{top:0!important;bottom:auto!important;height:var(--hlc-viewport-height)!important;max-height:var(--hlc-viewport-height)!important;border-radius:0!important}
  .hlc-message-form{padding-bottom:calc(8px + env(safe-area-inset-bottom))!important}
}

@media(prefers-reduced-motion:reduce){.hlc-unread-badge{animation:none!important}}
