/* HypeBPO Community Messenger Dock v2.0 — LinkedIn-style internal messenger shell */
:root{--hbcmsg-w:320px;--hbcmsg-chat-w:460px;--hbcmsg-gap:12px;--hbcmsg-right:18px;--hbcmsg-orange:#f36b21;--hbcmsg-green:#0a9f6a;--hbcmsg-text:#1f2328;--hbcmsg-muted:#667085;--hbcmsg-line:#dde2e7;--hbcmsg-soft:#eef3f7;--hbcmsg-shadow:0 10px 28px rgba(15,23,42,.18)}
#hypebpoCommunityMessengerV2[hidden]{display:none!important}#hypebpoCommunityMessengerV2{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--hbcmsg-text);font-size:14px}
#hypebpoCommunityMessengerV2 *{box-sizing:border-box}.hbcmsg-dock{position:fixed;right:var(--hbcmsg-right);bottom:0;z-index:9900;width:min(var(--hbcmsg-w),calc(100vw - 28px));background:#fff;border:1px solid rgba(17,24,39,.18);border-bottom:0;border-radius:10px 10px 0 0;box-shadow:var(--hbcmsg-shadow);overflow:visible}
.hbcmsg-head{height:48px;display:flex;align-items:center;padding:5px 7px 5px 9px;background:#fff;border-radius:10px 10px 0 0}.hbcmsg-brand{min-width:0;flex:1;height:38px;display:flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.hbcmsg-avatar{position:relative;width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:50%;background:#24272c;color:#fff;font-weight:800;font-size:12px;overflow:visible}.hbcmsg-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.hbcmsg-online{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:var(--hbcmsg-green)}.hbcmsg-title{min-width:0;font-weight:700;font-size:14px;white-space:nowrap}.hbcmsg-title b{display:inline-grid;min-width:18px;height:18px;margin-left:5px;padding:0 5px;place-items:center;border-radius:999px;background:var(--hbcmsg-orange);color:#fff;font-size:10px;vertical-align:1px}.hbcmsg-head-actions{display:flex;align-items:center;gap:1px}.hbcmsg-icon{width:31px;height:31px;border:0;border-radius:50%;display:grid;place-items:center;background:transparent;color:#31363c;font:700 14px/1 inherit;cursor:pointer}.hbcmsg-icon:hover{background:#edf0f2}.hbcmsg-compose-icon{font-size:18px}.hbcmsg-caret{font-size:16px}
.hbcmsg-inbox{height:min(625px,calc(100dvh - 72px));display:flex;flex-direction:column;border-top:1px solid var(--hbcmsg-line);background:#fff}.hbcmsg-search{height:50px;display:flex;align-items:center;gap:7px;padding:8px 11px}.hbcmsg-search>span{font-size:18px;color:#5e6873}.hbcmsg-search input{width:100%;height:34px;border:0;border-radius:5px;padding:0 9px;background:var(--hbcmsg-soft);outline:none;font:inherit;font-size:13px;color:#2c3137}.hbcmsg-search input:focus{box-shadow:inset 0 0 0 2px rgba(10,159,106,.34)}.hbcmsg-tabs{height:42px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--hbcmsg-line)}.hbcmsg-tabs button{position:relative;border:0;background:#fff;color:#41464d;font:600 13px/1 inherit;cursor:pointer}.hbcmsg-tabs button.active{color:#087b57}.hbcmsg-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#0a9f6a}.hbcmsg-list{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain}.hbcmsg-list::-webkit-scrollbar,.hbcmsg-chat-body::-webkit-scrollbar{width:8px}.hbcmsg-list::-webkit-scrollbar-thumb,.hbcmsg-chat-body::-webkit-scrollbar-thumb{background:#aeb5bd;border-radius:8px}.hbcmsg-conv{position:relative;width:100%;min-height:66px;display:flex;align-items:center;gap:9px;padding:8px 10px;border:0;border-bottom:1px solid #edf0f2;background:#fff;color:inherit;text-align:left;cursor:pointer}.hbcmsg-conv:hover,.hbcmsg-conv.active{background:#eef0f1}.hbcmsg-conv-avatar{position:relative;width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:50%;background:#e8ebef;color:#4e5965;font-weight:800;font-size:12px}.hbcmsg-conv-avatar.group{background:#fff1e8;color:#c34d0e}.hbcmsg-conv-avatar i{position:absolute;right:0;bottom:1px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#aab2bc}.hbcmsg-conv-avatar i.online{background:var(--hbcmsg-green)}.hbcmsg-conv-copy{min-width:0;flex:1}.hbcmsg-conv-top{display:flex;gap:7px;align-items:baseline}.hbcmsg-conv-top strong{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}.hbcmsg-conv-top time{flex:0 0 auto;color:#7a838d;font-size:10.5px}.hbcmsg-preview{display:block;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#66717d;font-size:11.5px}.hbcmsg-badge{min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:var(--hbcmsg-orange);color:#fff;font-size:10px}.hbcmsg-loading,.hbcmsg-empty{padding:24px 16px;color:#737d88;text-align:center;font-size:12px}.hbcmsg-inbox-footer{height:39px;flex:0 0 39px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-top:1px solid var(--hbcmsg-line);color:#78828d;font-size:10.5px}.hbcmsg-inbox-footer span i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:var(--hbcmsg-green)}.hbcmsg-inbox-footer button{border:0;background:transparent;color:#b94a0d;font-weight:700;font-size:10.5px;cursor:pointer}.hbcmsg-more-menu{position:absolute;right:8px;top:43px;z-index:4;width:220px;padding:6px;border:1px solid var(--hbcmsg-line);border-radius:8px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.18)}.hbcmsg-more-menu button{width:100%;display:flex;justify-content:space-between;gap:8px;padding:9px 10px;border:0;border-radius:6px;background:#fff;color:#343a40;text-align:left;font-size:12px;cursor:pointer}.hbcmsg-more-menu button:hover{background:#f1f3f5}.hbcmsg-people-head{height:44px;display:flex;align-items:center;gap:10px;padding:0 10px;border-bottom:1px solid var(--hbcmsg-line)}.hbcmsg-people-head button{border:0;background:transparent;color:#087b57;font-weight:700;cursor:pointer}.hbcmsg-person{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:0;border-bottom:1px solid #edf0f2;background:#fff;text-align:left;cursor:pointer}.hbcmsg-person:hover{background:#f1f3f5}.hbcmsg-person>span:last-child{min-width:0}.hbcmsg-person strong,.hbcmsg-person small{display:block}.hbcmsg-person strong{font-size:13px}.hbcmsg-person small{margin-top:2px;color:#77818c;font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hbcmsg-chat{position:fixed;right:calc(var(--hbcmsg-right) + var(--hbcmsg-w) + var(--hbcmsg-gap));bottom:0;z-index:9899;width:min(var(--hbcmsg-chat-w),calc(100vw - var(--hbcmsg-w) - 60px));height:min(650px,calc(100dvh - 72px));display:flex;flex-direction:column;border:1px solid rgba(17,24,39,.18);border-bottom:0;border-radius:10px 10px 0 0;background:#fff;box-shadow:var(--hbcmsg-shadow);overflow:hidden}.hbcmsg-chat.minimized{height:48px}.hbcmsg-chat.minimized .hbcmsg-chat-body,.hbcmsg-chat.minimized .hbcmsg-composer{display:none}.hbcmsg-chat-head{height:48px;flex:0 0 48px;display:flex;align-items:center;gap:8px;padding:5px 8px;border-bottom:1px solid var(--hbcmsg-line);background:#fff}.hbcmsg-chat-avatar{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:50%;background:#edf0f3;color:#53606c;font-size:11px;font-weight:800}.hbcmsg-chat-title{min-width:0;flex:1}.hbcmsg-chat-title strong,.hbcmsg-chat-title small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbcmsg-chat-title strong{font-size:13px}.hbcmsg-chat-title small{margin-top:1px;color:#7c8690;font-size:10.5px}.hbcmsg-chat-actions{display:flex}.hbcmsg-chat-actions button{width:29px;height:29px;border:0;border-radius:50%;background:transparent;color:#394048;font-size:16px;font-weight:700;cursor:pointer}.hbcmsg-chat-actions button:hover{background:#eef0f2}.hbcmsg-chat-body{min-height:0;flex:1;overflow-y:auto;padding:14px 12px;background:#f8f9fa}.hbcmsg-message{display:flex;margin:7px 0}.hbcmsg-message.own{justify-content:flex-end}.hbcmsg-bubble{max-width:82%;padding:8px 10px;border:1px solid #e0e4e8;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03)}.hbcmsg-message.own .hbcmsg-bubble{border-color:#ffd3b9;background:#fff4ed}.hbcmsg-bubble small{display:block;margin-bottom:3px;color:#69737e;font-size:9.5px;font-weight:700}.hbcmsg-bubble p{margin:0;color:#2d3339;font-size:12.5px;line-height:1.45;overflow-wrap:anywhere}.hbcmsg-bubble a{display:block;margin-top:6px;color:#b94a0d;font-size:11px;text-decoration:none}.hbcmsg-bubble time{display:block;margin-top:5px;color:#8c949d;font-size:9px;text-align:right}.hbcmsg-chat-empty{height:100%;display:grid;place-content:center;gap:4px;color:#7a838d;text-align:center}.hbcmsg-chat-empty strong{color:#31373d}.hbcmsg-composer{flex:0 0 auto;padding:9px;border-top:1px solid var(--hbcmsg-line);background:#fff}.hbcmsg-composer textarea{width:100%;min-height:64px;max-height:120px;resize:vertical;border:1px solid #e0e4e8;border-radius:8px;padding:9px 10px;outline:none;font:inherit;font-size:12px;line-height:1.4;background:#f7f7f6}.hbcmsg-composer textarea:focus{border-color:#f2a477;box-shadow:0 0 0 2px rgba(243,107,33,.12)}.hbcmsg-compose-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:7px}.hbcmsg-compose-row span{min-width:0;flex:1;color:#b3261e;font-size:10px}.hbcmsg-compose-row button{border:0;border-radius:999px;padding:7px 15px;background:var(--hbcmsg-orange);color:#fff;font-weight:700;font-size:11px;cursor:pointer}.hbcmsg-compose-row button:disabled{opacity:.55}.hbcmsg-toast{position:fixed;right:var(--hbcmsg-right);bottom:58px;z-index:9910;max-width:310px;padding:9px 11px;border-radius:8px;background:#20242a;color:#fff;font-size:11px;box-shadow:0 12px 28px rgba(0,0,0,.2);opacity:0;transform:translateY(6px);pointer-events:none;transition:.16s ease}.hbcmsg-toast.show{opacity:1;transform:none}.hbcmsg-toast.error{background:#9f2d27}
@media(max-width:1000px){:root{--hbcmsg-w:300px;--hbcmsg-chat-w:390px}.hbcmsg-chat{right:calc(var(--hbcmsg-right) + var(--hbcmsg-w) + 8px)}}
@media(max-width:760px){:root{--hbcmsg-right:8px;--hbcmsg-w:290px}.hbcmsg-dock{width:min(var(--hbcmsg-w),calc(100vw - 16px))}.hbcmsg-inbox,.hbcmsg-more-menu{display:none!important}.hbcmsg-chat{display:none!important}.hbcmsg-title{font-size:13px}.hbcmsg-head{height:46px}}
@media print{#hypebpoCommunityMessengerV2{display:none!important}}
