.ix-community-chat-button svg,.ix-community-chat-public-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ix-community-chat-header{gap:7px!important;color:#087f78!important;border-color:#b9ddd8!important;background:#f8fdfc!important;box-shadow:none!important;cursor:pointer}
.ix-community-chat-header:hover{background:#edf9f7!important;border-color:#7fc9c2!important}
.index-header-actions>.ix-community-chat-header{height:44px!important;min-height:44px!important;padding:0 13px!important}
.landing-actions>.ix-community-chat-header{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px}
.app-nav-link.ix-community-chat-button i svg{width:18px;height:18px}
.app-nav-link.ix-community-chat-button{font-family:inherit;cursor:pointer}
.ix-community-chat-public-link{display:flex!important;align-items:center;gap:6px}
.ix-community-chat-public-link i{display:grid;place-items:center;font-style:normal}

.ix-community-chat{position:fixed;z-index:10020;right:22px;top:88px;font-family:Arial,sans-serif;color:#20282b;pointer-events:none}
.ix-community-chat-panel{width:min(380px,calc(100vw - 28px));height:min(570px,calc(100vh - 110px));min-height:430px;background:#fff;border:1px solid #dfe8e7;border-radius:17px;box-shadow:0 24px 70px rgba(27,50,48,.20);overflow:hidden;display:none;grid-template-rows:auto auto 1fr auto auto auto;pointer-events:auto}
.ix-community-chat.open .ix-community-chat-panel{display:grid}
.ix-community-chat-head{display:flex;align-items:center;gap:10px;padding:12px 13px;border-bottom:1px solid #edf1f0;background:linear-gradient(110deg,#eef9f7,#fff 58%,#fff5ef)}
.ix-community-chat-head-icon{width:34px;height:34px;border-radius:10px;background:#dff5f1;color:#078f78;display:grid;place-items:center;flex:0 0 34px}
.ix-community-chat-head-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ix-community-chat-head-copy{display:flex;flex-direction:column;min-width:0}
.ix-community-chat-head-copy b{font-size:14px;line-height:1.2}
.ix-community-chat-head-copy small{font-size:10.5px;color:#71807c;margin-top:2px}
.ix-community-chat-close{margin-left:auto;width:31px;height:31px;border:0;border-radius:9px;background:#f2f5f4;color:#66736f;font-size:22px;line-height:1;cursor:pointer}
.ix-community-chat-close:hover{background:#e8efed}
.ix-community-chat-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-bottom:1px solid #eef2f1;background:#fbfdfc;font-size:10.5px;color:#73817d}
.ix-community-chat-me{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ix-community-chat-me b{color:#31423d}
.ix-community-chat-presence{display:flex;align-items:center;gap:5px;white-space:nowrap}
.ix-community-chat-presence i{width:7px;height:7px;border-radius:50%;background:#2fbd8b;box-shadow:0 0 0 3px #e5f8f1}
.ix-community-chat-messages{overflow:auto;padding:12px;background:#f8fbfa;scroll-behavior:smooth}
.ix-community-chat-loading,.ix-community-chat-empty{text-align:center;padding:34px 14px;color:#80908b;font-size:12px;line-height:1.5}
.ix-community-chat-message{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 9px}
.ix-community-chat-message.mine{align-items:flex-end}
.ix-community-chat-message-meta{display:flex;align-items:center;gap:6px;margin:0 4px 3px;color:#899591;font-size:9.5px}
.ix-community-chat-message-meta b{color:#49605a;font-size:10.5px;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ix-community-chat-message.mine .ix-community-chat-message-meta{flex-direction:row-reverse}
.ix-community-chat-bubble{max-width:84%;padding:8px 10px;border:1px solid #dde8e5;border-radius:12px 12px 12px 4px;background:#fff;font-size:12px;line-height:1.42;white-space:pre-wrap;word-break:break-word;box-shadow:0 2px 7px rgba(35,65,59,.035)}
.ix-community-chat-message.mine .ix-community-chat-bubble{background:#edf9f7;border-color:#c8e9e4;border-radius:12px 12px 4px 12px;color:#244b45}
.ix-community-chat-status{display:none;padding:7px 11px;border-top:1px solid #edf1f0;background:#fff9f5;color:#b95028;font-size:10.5px;line-height:1.35}
.ix-community-chat-status.show{display:block}
.ix-community-chat-form{padding:10px 11px 7px;border-top:1px solid #e9efed;background:#fff}
.ix-community-chat-inputrow{display:grid;grid-template-columns:1fr 39px;gap:7px;align-items:end}
.ix-community-chat-inputrow textarea{box-sizing:border-box;width:100%;height:39px;max-height:98px;resize:none;border:1px solid #dbe5e2;border-radius:11px;padding:10px 11px;font:12px/1.35 Arial,sans-serif;outline:0;background:#fbfdfc}
.ix-community-chat-inputrow textarea:focus{border-color:#75c8bf;box-shadow:0 0 0 3px #edf9f7}
.ix-community-chat-inputrow textarea:disabled{background:#f3f5f4;color:#8a9692}
.ix-community-chat-inputrow button{width:39px;height:39px;border:0;border-radius:11px;background:#f35319;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 5px 15px rgba(243,83,25,.18)}
.ix-community-chat-inputrow button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}
.ix-community-chat-inputrow button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transform:rotate(0deg)}
.ix-community-chat-rule{display:block;margin-top:6px;color:#8b9793;font-size:9.5px;line-height:1.35}
.ix-community-chat-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 11px 10px;background:#fff;color:#87938f;font-size:9.5px}
.ix-community-chat-foot a{color:#f35319;text-decoration:none;font-weight:700;white-space:nowrap}
.ix-community-chat-foot a:hover{text-decoration:underline}

@media(max-width:650px){
 .landing-actions>.ix-community-chat-header{
  width:48px!important;
  min-width:48px!important;
  height:44px!important;
  min-height:44px!important;
  padding:0!important;
  border-radius:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
 }
 .landing-actions>.ix-community-chat-header svg{width:20px!important;height:20px!important}
 .landing-actions>.ix-community-chat-header span{display:none}
 .ix-community-chat{left:8px;right:8px;top:auto;bottom:8px}
 .ix-community-chat-panel{width:auto;height:min(650px,calc(100vh - 22px));min-height:420px;border-radius:16px}
}
