.hh-chat-launcher{
  position:fixed;right:22px;bottom:22px;z-index:99998;
  border:0;border-radius:999px;padding:13px 18px;
  background:#202020;color:#fff;box-shadow:0 6px 24px rgba(0,0,0,.2);
  cursor:pointer;font:inherit;font-weight:600
}
.hh-chat-panel{
  position:fixed;right:22px;bottom:78px;z-index:99999;
  width:min(410px,calc(100vw - 28px));height:min(650px,calc(100vh - 110px));
  background:#fff;color:#202020;border:1px solid rgba(0,0,0,.12);
  border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.22);
  overflow:hidden
}
.hh-chat-panel:not([hidden]){display:flex;flex-direction:column}
.hh-chat-header{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:13px 15px;border-bottom:1px solid rgba(0,0,0,.1);background:#fff
}
.hh-chat-header>div:first-child{display:flex;flex-direction:column;gap:2px}
.hh-chat-subtitle{font-size:11px;color:#6b6b6b;font-weight:400}
.hh-chat-header-actions{display:flex;align-items:center;gap:5px}
.hh-chat-reset{
  border:1px solid rgba(0,0,0,.14);background:#fff;border-radius:8px;
  padding:5px 8px;font:inherit;font-size:12px;cursor:pointer;color:inherit
}
.hh-chat-close{
  border:0;background:transparent;font-size:27px;line-height:1;cursor:pointer;
  padding:0 4px;color:inherit
}
.hh-chat-messages{
  flex:1;overflow:auto;padding:14px;background:#fafafa
}
.hh-message-wrap{display:flex;flex-direction:column;margin:0 0 10px}
.hh-assistant-wrap{align-items:flex-start}
.hh-user-wrap{align-items:flex-end}
.hh-msg{
  max-width:88%;padding:10px 12px;border-radius:12px;
  white-space:pre-wrap;line-height:1.42;font-size:15px
}
.hh-assistant{background:#fff;border:1px solid rgba(0,0,0,.09)}
.hh-user{background:#202020;color:#fff}
.hh-typing{font-style:italic;color:#606060}
.hh-response-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:7px;max-width:94%}
.hh-action-btn{
  display:inline-block;text-decoration:none;border:1px solid #202020;border-radius:9px;
  padding:8px 10px;font-size:13px;line-height:1.2;background:#fff;color:#202020
}
.hh-action-booking{background:#202020;color:#fff}
.hh-quick-actions{
  display:flex;gap:6px;flex-wrap:wrap;padding:9px 10px 3px;background:#fff;
  border-top:1px solid rgba(0,0,0,.06)
}
.hh-quick-btn{
  border:1px solid rgba(0,0,0,.18);border-radius:999px;background:#fff;color:#202020;
  padding:7px 10px;font:inherit;font-size:12px;cursor:pointer;text-decoration:none
}
.hh-quick-primary{background:#202020;color:#fff;border-color:#202020}
.hh-chat-form{
  display:flex;gap:8px;padding:10px;border-top:1px solid rgba(0,0,0,.1);background:#fff
}
.hh-chat-form textarea{
  flex:1;resize:none;border:1px solid #bbb;border-radius:9px;padding:9px 10px;
  font:inherit;min-height:42px
}
.hh-chat-form button{
  border:0;border-radius:9px;background:#202020;color:#fff;padding:0 14px;
  font:inherit;cursor:pointer
}
.hh-chat-form button:disabled{opacity:.55;cursor:default}
.hh-chat-note{
  padding:0 12px 10px;background:#fff;font-size:10.5px;line-height:1.35;color:#666
}
@media(max-width:520px){
  .hh-chat-launcher{right:14px;bottom:14px}
  .hh-chat-panel{right:7px;bottom:68px;width:calc(100vw - 14px);height:calc(100vh - 82px)}
}
