/* bublick public support chat — shared storefront shell */
.support-chat-trigger{position:relative}
.support-chat-trigger .support-chat-dot{display:none;width:7px;height:7px;flex:0 0 7px;border-radius:999px;background:#ff6b7a;box-shadow:0 0 0 3px rgba(255,107,122,.14)}
.support-chat-trigger.has-unread .support-chat-dot{display:inline-block;animation:bkhSupportDotPulse 1.25s ease-in-out infinite}
@keyframes bkhSupportDotPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.58;transform:scale(.84)}}
.support-chat-shell[hidden]{display:none!important}
.support-chat-shell{position:fixed;z-index:1800;right:22px;bottom:22px;width:min(410px,calc(100vw - 28px));max-height:min(650px,calc(100dvh - 44px));opacity:0;transform:translateY(10px) scale(.985);pointer-events:none;transition:opacity .18s ease,transform .18s ease;font-family:Inter,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f3f6ff}
.support-chat-shell.is-open{opacity:1;transform:none;pointer-events:auto}
.support-chat-card{display:grid;grid-template-rows:auto minmax(180px,1fr) auto;max-height:inherit;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:rgba(12,19,35,.985);box-shadow:0 28px 80px rgba(0,0,0,.42);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.support-chat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 18px 15px;border-bottom:1px solid rgba(255,255,255,.08)}
.support-chat-title{display:grid;gap:4px;min-width:0}.support-chat-title strong{font-size:15px;line-height:1.2;color:#fff}.support-chat-title span{font-size:11.5px;line-height:1.4;color:#95a4bf}
.support-chat-close{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:11px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:#d9e2f2;font:700 20px/1 Arial,sans-serif;cursor:pointer}.support-chat-close:hover{background:rgba(255,255,255,.08)}
.support-chat-body{min-height:220px;max-height:390px;overflow:auto;padding:16px;display:grid;align-content:start;gap:11px;scrollbar-width:thin;scrollbar-color:rgba(124,156,255,.28) transparent}
.support-chat-message{max-width:84%;display:grid;gap:4px}.support-chat-message.is-user{justify-self:end}.support-chat-message.is-support{justify-self:start}
.support-chat-message-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 3px;color:#71819f;font-size:10.5px}.support-chat-message.is-user .support-chat-message-meta{flex-direction:row-reverse}
.support-chat-bubble{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.075);color:#eaf0fb;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}
.support-chat-message.is-user .support-chat-bubble{background:rgba(79,124,255,.19);border-color:rgba(124,156,255,.24)}.support-chat-message.is-error .support-chat-bubble{border-color:rgba(255,107,122,.32)}
.support-chat-form{display:grid;gap:10px;padding:14px 16px 16px;border-top:1px solid rgba(255,255,255,.08)}
.support-chat-input-wrap{position:relative}.support-chat-textarea{display:block;width:100%;min-height:76px;max-height:160px;resize:none;padding:12px 13px;border-radius:14px;border:1px solid rgba(255,255,255,.11);outline:none;background:rgba(255,255,255,.045);color:#f3f6ff;font:inherit;font-size:13px;line-height:1.45}.support-chat-textarea:focus{border-color:rgba(124,156,255,.45);box-shadow:0 0 0 3px rgba(79,124,255,.11)}.support-chat-textarea::placeholder{color:#6f7f9b}
.support-chat-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.support-chat-status{min-width:0;color:#8190aa;font-size:10.5px;line-height:1.35}.support-chat-status.is-error{color:#ff9aa5}
.support-chat-send{min-height:38px;padding:8px 14px;border:0;border-radius:11px;background:linear-gradient(180deg,#7c9cff,#4f7cff);color:#fff;font:800 12.5px/1 Inter,Arial,sans-serif;cursor:pointer;box-shadow:0 8px 18px rgba(79,124,255,.22)}.support-chat-send[disabled]{opacity:.55;cursor:wait}
.support-chat-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.bkh-support-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
html[data-theme="light"] .support-chat-shell{color:#172033}html[data-theme="light"] .support-chat-card{background:rgba(251,252,253,.99);border-color:rgba(15,23,42,.11);box-shadow:0 28px 76px rgba(15,23,42,.22)}html[data-theme="light"] .support-chat-head,html[data-theme="light"] .support-chat-form{border-color:rgba(15,23,42,.09)}html[data-theme="light"] .support-chat-title strong{color:#172033}html[data-theme="light"] .support-chat-title span,html[data-theme="light"] .support-chat-status,html[data-theme="light"] .support-chat-message-meta{color:#758094}html[data-theme="light"] .support-chat-close{background:#fff;border-color:rgba(15,23,42,.11);color:#445064}html[data-theme="light"] .support-chat-bubble{background:#fff;border-color:rgba(15,23,42,.09);color:#263247}html[data-theme="light"] .support-chat-message.is-user .support-chat-bubble{background:rgba(79,124,255,.10);border-color:rgba(79,124,255,.18)}html[data-theme="light"] .support-chat-textarea{background:#fff;border-color:rgba(15,23,42,.12);color:#172033}html[data-theme="light"] .support-chat-textarea::placeholder{color:#98a2b3}
@media(max-width:560px){.support-chat-shell{right:10px;bottom:10px;width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.support-chat-card{border-radius:19px}.support-chat-head{padding:15px}.support-chat-body{min-height:190px;max-height:calc(100dvh - 245px);padding:13px}.support-chat-form{padding:12px 13px 13px}.support-chat-message{max-width:90%}}
@media(prefers-reduced-motion:reduce){.support-chat-shell,.support-chat-trigger .support-chat-dot{transition:none!important;animation:none!important}}
