/* Shared Brendhaus assistant */

.bh-chat-btn{position:fixed;right:18px;bottom:22px;z-index:82;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;
  background:linear-gradient(145deg,#C96F4A,#b85f3c);color:#fff;box-shadow:0 10px 28px rgba(201,111,74,.5);
  display:flex;align-items:center;justify-content:center;transition:transform .25s,box-shadow .25s,opacity .4s;}
.bh-chat-btn:hover{transform:scale(1.06);box-shadow:0 12px 32px rgba(201,111,74,.65);}
.bh-chat-btn svg{width:26px;height:26px;fill:#fff;}
.bh-chat-btn .dot{position:absolute;top:2px;right:2px;width:13px;height:13px;border-radius:50%;background:#E3A72F;border:2px solid #fff;}
.bh-chat{position:fixed;right:18px;bottom:92px;z-index:83;width:min(372px,calc(100vw - 28px));max-height:min(560px,calc(100dvh - 120px));
  display:none;flex-direction:column;border-radius:18px;overflow:hidden;background:#0B2F3F;
  border:1px solid rgba(227,167,47,.35);box-shadow:0 24px 70px rgba(0,0,0,.5);}
.bh-chat.open{display:flex;}
.bh-chat__head{background:rgba(9,40,54,.95);padding:14px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(227,167,47,.25);}
.bh-chat__head .mark{width:30px;height:30px;border-radius:8px;background:linear-gradient(145deg,#E3A72F,#c98f1f);flex:none;display:flex;align-items:center;justify-content:center;color:#0E3A4D;font-weight:800;font-family:var(--font-d, "Segoe UI", system-ui, sans-serif);}
.bh-chat__head b{color:#F2E9D8;font-family:var(--font-d, "Segoe UI", system-ui, sans-serif);font-size:15px;display:block;line-height:1.15;}
.bh-chat__head span{color:#9FC0CC;font-size:11.5px;}
.bh-chat__x{margin-left:auto;background:none;border:none;color:#9FC0CC;font-size:22px;cursor:pointer;padding:2px 6px;line-height:1;}
.bh-chat__x:hover{color:#F2E9D8;}
.bh-chat__log{flex:1;min-height:0;overscroll-behavior:contain;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:9px;scroll-behavior:smooth;}
.bh-msg{max-width:86%;padding:10px 13px;border-radius:14px;font-size:13.8px;line-height:1.55;white-space:pre-line;}
.bh-msg.bot{background:rgba(242,233,216,.1);color:#E9EFF2;border:1px solid rgba(242,233,216,.12);border-bottom-left-radius:5px;align-self:flex-start;}
.bh-msg.user{background:#C96F4A;color:#fff;border-bottom-right-radius:5px;align-self:flex-end;}
.bh-msg.typing{color:#9FC0CC;font-style:italic;}
.bh-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 10px;}
.bh-chip{border:1px solid rgba(227,167,47,.5);background:rgba(227,167,47,.08);color:#F2E9D8;border-radius:999px;
  padding:6px 11px;font-size:12px;cursor:pointer;transition:background .2s;}
.bh-chip:hover{background:rgba(227,167,47,.22);}
.bh-chat__in{display:flex;gap:8px;padding:10px 12px;border-top:1px solid rgba(227,167,47,.2);background:rgba(9,40,54,.6);}
.bh-chat__in input{flex:1;background:rgba(242,233,216,.08);border:1px solid rgba(242,233,216,.18);border-radius:10px;
  color:#F2E9D8;padding:10px 12px;font-size:16px;outline:none;min-width:0;width:0;}
.bh-chat__in input::placeholder{color:#7f95a1;}
.bh-chat__in input:focus{border-color:rgba(227,167,47,.55);}
.bh-chat__in button{background:#E3A72F;border:none;color:#0E3A4D;font-weight:700;border-radius:10px;padding:0 16px;cursor:pointer;font-size:13.5px;}
.bh-chat__in button:hover{background:#EDB53F;}
.bh-chat__gdpr{font-size:10.5px;color:#7f95a1;text-align:center;padding:0 12px 9px;background:rgba(9,40,54,.6);}
.bh-chat__gdpr a{color:#9FC0CC;}
@media (max-width:700px){
  .bh-chat{right:10px;left:10px;width:auto;bottom:84px;}
  .bh-chat-btn{right:14px;bottom:16px;}
  .to-top{right:14px;bottom:82px;}
}


.bh-chat,.bh-chat-btn{font-family:var(--font-b,"Segoe UI",system-ui,sans-serif);line-height:1.5;}
.bh-chat *,.bh-chat-btn{box-sizing:border-box;}
.bh-chat button,.bh-chat input{font-family:inherit;}
.bh-chat__head,.bh-chips,.bh-chat__in,.bh-chat__gdpr{flex-shrink:0;}
.bh-chat__head>div{min-width:0;}
.bh-msg{flex-shrink:0;overflow-wrap:anywhere;}
.bh-chat__x{min-width:36px;min-height:36px;}
.bh-chat__contact{display:block;padding:0 12px 9px;text-align:center;font-size:12px;color:#E3A72F;text-underline-offset:3px;}
.bh-chat button:focus-visible,.bh-chat a:focus-visible,.bh-chat-btn:focus-visible{outline:2px solid #E3A72F;outline-offset:3px;}
@media(max-width:700px) and (orientation:portrait){
  .bh-chat-btn--home{width:44px;height:44px;bottom:8px;}
}
@media(max-height:540px){
  .bh-chat{top:10px;bottom:10px;max-height:none;}
  .bh-chips{display:none;}
}
@media(prefers-reduced-motion:reduce){.bh-chat-btn,.bh-chip{transition:none;}.bh-chat__log{scroll-behavior:auto;}}
