.bnb-admin-chats button,.bnb-admin-chats input,.bnb-admin-chats select,.bnb-admin-chats textarea,.bnb-chat-panel button,.bnb-chat-panel input,.bnb-chat-panel textarea,.bnb-chat-trigger,.bnb-messenger button,.bnb-messenger input,.bnb-messenger textarea{font-family:inherit}.bnb-chat-trigger{display:inline-flex;align-items:center;gap:8px;background:#00822c;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease}.bnb-chat-trigger svg{width:18px;height:18px}.bnb-chat-trigger svg path{stroke:#fff}.bnb-chat-trigger:hover{background:#026c25}button.chat-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;cursor:pointer}.bnb-chat-panel{position:fixed;bottom:20px;right:20px;width:370px;height:540px;max-height:calc(100vh - 40px);background:#fff;border:1px solid hsla(0,0%,45%,.233);border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.18);display:flex;flex-direction:column;overflow:hidden;z-index:100000}.bnb-chat-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;background:#00822c;color:#fff}.bnb-chat-header .title{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bnb-chat-header .close{background:transparent;border:none;cursor:pointer;display:flex;padding:2px}.bnb-chat-header .close svg{width:18px;height:18px}.bnb-chat-header .close svg path{stroke:#fff}.bnb-chat-body{background:#f5f9ff}.bnb-chat-body,.bnb-chat-messages,.bnb-chat-thread{flex:1 1;min-height:0;display:flex;flex-direction:column}.bnb-chat-messages{-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto;padding:16px;gap:8px}.bnb-chat-messages::-webkit-scrollbar{display:none}.bnb-chat-bubble{max-width:78%;padding:8px 12px;border-radius:12px;font-size:14px;line-height:1.45;word-break:break-word}.bnb-chat-bubble .text{white-space:pre-wrap}.bnb-chat-bubble .sender{font-size:11.5px;font-weight:700;color:#026c25;margin-bottom:2px}.bnb-chat-bubble .time{margin-top:3px;font-size:10.5px;opacity:.7;text-align:right}.bnb-chat-bubble.theirs{align-self:flex-start;background:#fff;border:1px solid hsla(0,0%,45%,.233);color:#1d2437;border-bottom-left-radius:4px}.bnb-chat-bubble.mine{align-self:flex-end;background:#00822c;color:#fff;border-bottom-right-radius:4px}.bnb-chat-bubble.mine .time{color:#eafff0}.bnb-chat-thread .bnb-chat-messages{gap:0;padding:14px 18px 18px}.bnb-chat-row{display:flex;flex-direction:column}.bnb-chat-row+.bnb-chat-row{margin-top:2px}.bnb-chat-row+.bnb-chat-row.starts{margin-top:10px}.bnb-chat-row .bnb-chat-bubble.theirs.continues{border-bottom-left-radius:12px}.bnb-chat-row .bnb-chat-bubble.mine.continues{border-bottom-right-radius:12px}.bnb-chat-day{align-self:center;margin:16px 0 10px}.bnb-chat-day span{display:inline-block;background:hsla(0,0%,100%,.92);border:1px solid hsla(0,0%,45%,.233);border-radius:20px;padding:3px 14px;font-size:11.5px;font-weight:600;color:#697ba9;text-transform:capitalize}.bnb-chat-row:first-child .bnb-chat-day{margin-top:0}.bnb-chat-state{margin:auto;padding:24px 16px;text-align:center;color:#697ba9;font-size:14px}.bnb-chat-state.centered{display:flex;align-items:center;justify-content:center;height:100%}.bnb-chat-error{padding:8px 16px;color:#c10000;font-size:12.5px;text-align:center;background:#fff4f4}.bnb-chat-input{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;border-top:1px solid hsla(0,0%,45%,.233);background:#fff}.bnb-chat-input input,.bnb-chat-input textarea{flex:1 1;min-width:0;border:1px solid hsla(0,0%,45%,.233);border-radius:20px;padding:9px 14px;font-size:14px;outline:none}.bnb-chat-input input:focus,.bnb-chat-input textarea:focus{border-color:#00822c}.bnb-chat-input textarea{resize:none;line-height:1.45;max-height:132px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.bnb-chat-input textarea::-webkit-scrollbar{display:none}.bnb-chat-input button{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;background:#00822c;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s ease,opacity .2s ease}.bnb-chat-input button svg{width:18px;height:18px}.bnb-chat-input button svg path{stroke:#fff}.bnb-chat-input button:hover{background:#026c25}.bnb-chat-input button:disabled{opacity:.5;cursor:default}.bnb-chat-gate{margin:auto;padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.bnb-chat-gate p{color:#45514b;font-size:14.5px;margin:0}.bnb-chat-gate .bnb-chat-login-btn{display:inline-block;background:#00822c;color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none}.bnb-chat-gate .bnb-chat-login-btn:hover{background:#026c25}.bnb-messenger{display:flex;gap:12px;height:calc(100vh - 20px);box-sizing:border-box;color:#1d2437;padding:2px}.bnb-mg-list{width:360px;flex-shrink:0;display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid hsla(0,0%,45%,.233);border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(29,36,55,.04)}.bnb-mg-list .mg-list-head{padding:18px 18px 12px;display:flex;align-items:center;gap:10px}.bnb-mg-list .mg-list-head h2{font-size:20px;font-weight:700;margin:0;letter-spacing:-.02em}.bnb-mg-list .mg-list-head .total-unread{background:#00822c;color:#fff;font-size:11px;font-weight:700;border-radius:10px;padding:2px 8px;line-height:1.3}.bnb-mg-list .mg-search{padding:0 14px 10px}.bnb-mg-list .mg-search .mg-search-box{position:relative;display:flex;align-items:center}.bnb-mg-list .mg-search svg{position:absolute;left:13px;width:14px;height:14px;pointer-events:none;opacity:.55}.bnb-mg-list .mg-search input{width:100%;box-sizing:border-box;border:1px solid transparent;background:#f5f9ff;border-radius:22px;padding:10px 14px 10px 38px;font-size:13.5px;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.bnb-mg-list .mg-search input:focus{border-color:#00822c;background:#fff;box-shadow:0 0 0 3px rgba(0,130,44,.12)}.bnb-mg-list .mg-filters{display:flex;gap:6px;padding:0 14px 12px}.bnb-mg-list .mg-filters button{border:1px solid hsla(0,0%,45%,.233);background:#fff;color:#697ba9;border-radius:16px;padding:5px 14px;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.bnb-mg-list .mg-filters button:hover{background:#f5f9ff}.bnb-mg-list .mg-filters button.active{background:rgba(0,130,43,.259);border-color:transparent;color:#026c25}.bnb-mg-list .mg-list-scroll{flex:1 1;min-height:0;overflow-y:auto;padding:0 8px 10px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,45%,.233) transparent}.bnb-mg-list .mg-list-scroll::-webkit-scrollbar{width:6px}.bnb-mg-list .mg-list-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,45%,.233);border-radius:3px}.bnb-mg-item{width:100%;display:flex;align-items:center;gap:12px;text-align:left;background:transparent;border:none;border-radius:12px;padding:11px 12px;cursor:pointer;transition:background .15s ease}.bnb-mg-item:hover{background:#f5f9ff}.bnb-mg-item.active{background:rgba(0,130,43,.259)}.bnb-mg-item .mg-body{flex:1 1;min-width:0}.bnb-mg-item .mg-top{display:flex;align-items:center;gap:8px}.bnb-mg-item .mg-top .mg-name{flex:1 1;min-width:0;font-size:14.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1d2437}.bnb-mg-item .mg-top .mg-stamp{flex-shrink:0;font-size:11px;color:#697ba9}.bnb-mg-item .mg-bottom{display:flex;align-items:center;gap:8px;margin-top:3px}.bnb-mg-item .mg-bottom .mg-preview{flex:1 1;min-width:0;font-size:12.5px;color:#697ba9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bnb-mg-item.unread .mg-top .mg-name{font-weight:700}.bnb-mg-item.unread .mg-top .mg-stamp{color:#026c25;font-weight:700}.bnb-mg-item.unread .mg-bottom .mg-preview{color:#1d2437;font-weight:600}.bnb-mg-item .mg-badge{min-width:18px;height:18px;box-sizing:border-box;padding:0 5px;border-radius:9px;background:#00822c;font-size:10.5px;line-height:18px;text-align:center}.bnb-mg-avatar,.bnb-mg-item .mg-badge{flex-shrink:0;color:#fff;font-weight:700}.bnb-mg-avatar{position:relative;width:48px;height:48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:15px;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}.bnb-mg-avatar img{width:100%;height:100%;object-fit:cover;object-position:center}.bnb-mg-avatar.sm{width:44px;height:44px;font-size:14px}.bnb-mg-avatar.lg{width:84px;height:84px;font-size:26px;border-radius:16px}.bnb-mg-chat{flex:1 1;min-width:0;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(232,245,238,.35),transparent 120px),#f5f9ff;border:1px solid hsla(0,0%,45%,.233);border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(29,36,55,.04)}.bnb-mg-head{display:flex;align-items:center;gap:4px;padding:12px 16px;min-height:68px;box-sizing:border-box;background:#fff;border-bottom:1px solid hsla(0,0%,45%,.233);flex-shrink:0}.bnb-mg-head .mg-head-id{flex:1 1;min-width:0;display:flex;align-items:center;gap:12px;background:transparent;border:none;border-radius:12px;padding:6px 10px;cursor:pointer;text-align:left;transition:background .15s ease}.bnb-mg-head .mg-head-id.open,.bnb-mg-head .mg-head-id:hover{background:#f5f9ff}.bnb-mg-head .mg-head-id .mg-head-text{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px}.bnb-mg-head .mg-head-id .mg-head-name{display:block;font-size:16px;font-weight:700;line-height:1.25;letter-spacing:-.01em;color:#1d2437;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bnb-mg-head .mg-head-id .mg-head-sub{display:block;font-size:12.5px;line-height:1.3;color:#697ba9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bnb-mg-head .mg-icon-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:#697ba9;cursor:pointer}.bnb-mg-head .mg-icon-btn svg{width:17px;height:17px}.bnb-mg-head .mg-icon-btn:hover{background:#f5f9ff;color:#1d2437}.bnb-mg-head .mg-icon-btn.active{background:rgba(0,130,43,.259);color:#026c25}.bnb-mg-head .mg-back{display:none}.bnb-mg-chat .bnb-chat-thread{flex:1 1;min-height:0;display:flex;flex-direction:column}.bnb-mg-chat .bnb-chat-messages{background:transparent}.bnb-mg-chat .bnb-chat-input{background:#fff;border-top:1px solid hsla(0,0%,45%,.233);padding:12px 14px}.bnb-mg-chat .bnb-chat-input textarea{background:#f5f9ff;border-color:transparent;border-radius:22px;padding:11px 16px;max-height:132px;resize:none}.bnb-mg-chat .bnb-chat-input textarea:focus{background:#fff;border-color:#00822c;box-shadow:0 0 0 3px rgba(0,130,44,.12)}.bnb-mg-chat .bnb-chat-input button{width:44px;height:44px;border-radius:50%}.bnb-mg-chat .bnb-chat-bubble{max-width:min(72%,520px);box-shadow:0 1px 1px rgba(29,36,55,.04)}.bnb-mg-chat .bnb-chat-bubble.theirs{border-radius:14px 14px 14px 4px}.bnb-mg-chat .bnb-chat-bubble.mine{border-radius:14px 14px 4px 14px}.bnb-mg-details{width:320px;flex-shrink:0;display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid hsla(0,0%,45%,.233);border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(29,36,55,.04)}.bnb-mg-details .mg-details-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;min-height:68px;box-sizing:border-box;border-bottom:1px solid hsla(0,0%,45%,.233);font-size:15px;font-weight:700}.bnb-mg-details .mg-details-head button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid hsla(0,0%,45%,.233);background:#fff;cursor:pointer;padding:0;border-radius:8px;color:#697ba9}.bnb-mg-details .mg-details-head button svg{width:14px;height:14px}.bnb-mg-details .mg-details-head button:hover{background:#f5f9ff;color:#1d2437}.bnb-mg-details .mg-details-body{flex:1 1;min-height:0;overflow-y:auto;padding:20px 18px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,45%,.233) transparent}.bnb-mg-details .mg-details-body::-webkit-scrollbar{width:6px}.bnb-mg-details .mg-details-body::-webkit-scrollbar-thumb{background:hsla(0,0%,45%,.233);border-radius:3px}.bnb-mg-details .mg-details-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding-bottom:18px;border-bottom:1px solid hsla(0,0%,45%,.233)}.bnb-mg-details .mg-details-hero .mg-details-name{font-size:16px;font-weight:700;line-height:1.35;color:#1d2437}.bnb-mg-details .mg-details-hero .mg-details-sub{font-size:13px;color:#697ba9}.bnb-mg-details .mg-details-rows{display:grid;grid-template-columns:auto 1fr;grid-gap:11px 14px;gap:11px 14px;padding:18px 0;font-size:12.5px}.bnb-mg-details .mg-details-rows .k{color:#697ba9}.bnb-mg-details .mg-details-rows .v{font-weight:600;word-break:break-word;color:#1d2437}.bnb-mg-details .mg-details-rows .v.mono{font-weight:500;font-size:11px;color:#697ba9;word-break:break-all}.bnb-mg-details .mg-details-link{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;box-sizing:border-box;border:2px solid #00822c;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:600;color:#00822c;text-decoration:none;transition:background .2s ease,color .2s ease}.bnb-mg-details .mg-details-link svg{width:15px;height:15px}.bnb-mg-details .mg-details-link:hover{background:#00822c;color:#fff}.bnb-mg-empty{margin:auto;display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px;text-align:center;color:#697ba9}.bnb-mg-empty .mg-empty-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:rgba(0,130,43,.259);color:#026c25}.bnb-mg-empty .mg-empty-icon svg{width:28px;height:28px}.bnb-mg-empty .mg-empty-title{font-size:16px;font-weight:700;color:#1d2437}.bnb-mg-empty .mg-empty-text{font-size:13px;max-width:300px;line-height:1.5}@media(max-width:768px){.bnb-chat-panel{bottom:0;right:0;left:0;width:100%;height:100%;max-height:100%;border-radius:0}}@media(max-width:1150px){.bnb-messenger.details-open .bnb-mg-chat{display:none}.bnb-messenger.details-open .bnb-mg-details{flex:1 1;width:auto}}@media(max-width:860px){.bnb-messenger{gap:0}.bnb-messenger .bnb-mg-list{width:100%}.bnb-messenger .bnb-mg-details{flex:1 1;width:auto}.bnb-messenger.chat-open .bnb-mg-list,.bnb-messenger:not(.chat-open) .bnb-mg-chat,.bnb-messenger:not(.chat-open) .bnb-mg-details{display:none}.bnb-mg-head .mg-back{display:flex}}.bnb-admin-chats{display:flex;flex-direction:column;height:calc(100vh - 24px);padding:16px;box-sizing:border-box;gap:12px}.bnb-admin-head{display:flex;align-items:center;flex-wrap:wrap;gap:12px 20px}.bnb-admin-head h1{font-size:28px;margin:0;color:#1d2437}.bnb-admin-head .bnb-admin-stats{display:flex;flex-wrap:wrap;gap:10px;margin-left:auto}.bnb-admin-head .bnb-admin-stats .stat{display:flex;flex-direction:column;align-items:center;min-width:62px;padding:4px 10px;background:#fff;border:1px solid hsla(0,0%,45%,.233);border-radius:8px}.bnb-admin-head .bnb-admin-stats .stat .v{font-size:16px;font-weight:700;color:#1d2437;line-height:1.15}.bnb-admin-head .bnb-admin-stats .stat .k{font-size:10.5px;color:#697ba9;white-space:nowrap}.bnb-admin-head .bnb-admin-stats .stat.warn .v{color:#c10000}.bnb-admin-panes{flex:1 1;min-height:0;display:grid;grid-template-columns:minmax(200px,240px) minmax(220px,260px) minmax(260px,300px) 1fr;grid-gap:12px;gap:12px}.bnb-admin-panes.orgs-collapsed{grid-template-columns:44px minmax(220px,260px) minmax(260px,300px) 1fr}.bnb-admin-panes.details-open{grid-template-columns:minmax(180px,220px) minmax(200px,240px) minmax(240px,280px) minmax(0,1fr) minmax(280px,320px)}.bnb-admin-panes.orgs-collapsed.details-open{grid-template-columns:44px minmax(200px,240px) minmax(240px,280px) minmax(0,1fr) minmax(280px,320px)}.bnb-admin-pane{background:#fff;border:1px solid hsla(0,0%,45%,.233);border-radius:12px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.bnb-admin-pane .pane-title{padding:14px 16px;font-size:15px;font-weight:600;border-bottom:1px solid hsla(0,0%,45%,.233);display:flex;align-items:center;gap:8px}.bnb-admin-pane .pane-title .pane-title-hint{margin-left:auto;font-size:11px;font-weight:500;color:#697ba9;max-width:55%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bnb-admin-pane .pane-title .pane-collapse{margin-left:auto;flex-shrink:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,45%,.233);border-radius:8px;background:#fff;color:#697ba9;cursor:pointer}.bnb-admin-pane .pane-title .pane-collapse:hover{background:#f5f9ff;color:#1d2437}.bnb-admin-pane .pane-title .pane-collapse .icon{width:14px;height:14px}.bnb-admin-pane .pane-search{padding:10px 12px;border-bottom:1px solid hsla(0,0%,45%,.233)}.bnb-admin-pane .pane-search input{width:100%;border:1px solid hsla(0,0%,45%,.233);border-radius:8px;padding:8px 12px;font-size:13px;outline:none}.bnb-admin-pane .pane-search input:focus{border-color:#00822c}.bnb-admin-pane .pane-list{-ms-overflow-style:none;scrollbar-width:none;flex:1 1;min-height:0;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:2px}.bnb-admin-pane .pane-list::-webkit-scrollbar{display:none}.bnb-admin-orgs-rail{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;padding:14px 6px;background:#fff;border:1px solid hsla(0,0%,45%,.233);border-radius:12px;color:#697ba9;cursor:pointer;min-height:0}.bnb-admin-orgs-rail:hover{background:rgba(0,130,43,.259);color:#026c25;border-color:#00822c}.bnb-admin-orgs-rail .icon{width:16px;height:16px}.bnb-admin-orgs-rail span{writing-mode:vertical-rl;transform:rotate(180deg);font-size:12px;font-weight:600;letter-spacing:.04em}.bnb-admin-messages,.bnb-admin-messages .bnb-chat-messages{background:#f5f9ff}.bnb-admin-messages .bnb-chat-input{border-top:1px solid hsla(0,0%,45%,.233)}.bnb-admin-msg-head{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#fff;border-bottom:1px solid hsla(0,0%,45%,.233);flex-shrink:0}.bnb-admin-msg-id{flex:1 1;min-width:0;display:flex;align-items:center;gap:11px;background:transparent;border:none;border-radius:10px;padding:4px 8px;cursor:pointer;text-align:left}.bnb-admin-msg-id:hover{background:#f5f9ff}.bnb-admin-msg-text{min-width:0;display:flex;flex-direction:column;gap:1px}.bnb-admin-msg-name{font-size:15px;font-weight:700;color:#1d2437}.bnb-admin-msg-name,.bnb-admin-msg-sub{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bnb-admin-msg-sub{font-size:12px;color:#697ba9}.bnb-admin-details{background:#fff}.bnb-admin-details .bnb-admin-details-body{-ms-overflow-style:none;scrollbar-width:none;flex:1 1;min-height:0;overflow-y:auto}.bnb-admin-details .bnb-admin-details-body::-webkit-scrollbar{display:none}.bnb-admin-details .bnb-admin-details-hero{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 16px 12px;text-align:center;border-bottom:1px solid hsla(0,0%,45%,.233)}.bnb-admin-details .bnb-admin-details-name{font-size:16px;font-weight:700;color:#1d2437;line-height:1.3}.bnb-admin-details .bnb-admin-details-sub{font-size:12.5px;color:#697ba9}.bnb-admin-details .bnb-admin-context{border-bottom:none}.bnb-admin-context{background:#fff;border-bottom:1px solid hsla(0,0%,45%,.233);padding:12px 16px;display:flex;flex-direction:column;gap:10px}.bnb-admin-context .ctx-grid{display:grid;grid-template-columns:auto 1fr;grid-gap:4px 12px;gap:4px 12px;font-size:12.5px}.bnb-admin-context .ctx-grid .k{color:#697ba9}.bnb-admin-context .ctx-grid .v{color:#1d2437;font-weight:600;word-break:break-word}.bnb-admin-context .ctx-actions{display:flex;flex-wrap:wrap;gap:8px}.bnb-admin-context .ctx-btn{border:2px solid #00822c;background:#fff;color:#00822c;border-radius:6px;padding:6px 14px;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}.bnb-admin-context .ctx-btn:hover{background:#00822c;color:#fff}.bnb-admin-context .ctx-btn:disabled{opacity:.5;cursor:default}.bnb-admin-context .ctx-btn.primary{background:#00822c;color:#fff}.bnb-admin-context .ctx-btn.primary:hover{background:#026c25}.bnb-admin-context .ctx-history{border-top:1px dashed hsla(0,0%,45%,.233);padding-top:8px}.bnb-admin-context .ctx-history .ctx-history-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#697ba9;margin-bottom:4px}.bnb-admin-context .ctx-history ul{list-style:none;margin:0;padding:0}.bnb-admin-context .ctx-history li{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:12px;padding:2px 0}.bnb-admin-context .ctx-history li .act{color:#1d2437;font-weight:600}.bnb-admin-context .ctx-history li .when{color:#697ba9;font-size:11px;white-space:nowrap}.bnb-admin-item{width:100%;text-align:left;background:transparent;border:none;border-radius:10px;padding:10px 12px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.bnb-admin-item:hover{background:#f5f9ff}.bnb-admin-item.active{background:rgba(0,130,43,.259)}.bnb-admin-item .name{font-size:13.5px;font-weight:600;color:#1d2437}.bnb-admin-item .name,.bnb-admin-item .sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bnb-admin-item .sub{font-size:12px;color:#697ba9}.bnb-admin-item .time{font-size:11px;color:#697ba9}@media(max-width:1200px){.bnb-admin-panes{grid-template-columns:minmax(180px,1fr) minmax(200px,1fr) minmax(220px,1.1fr) 1.4fr}.bnb-admin-panes.orgs-collapsed{grid-template-columns:44px minmax(200px,1fr) minmax(220px,1.1fr) 1.4fr}.bnb-admin-panes.details-open,.bnb-admin-panes.orgs-collapsed.details-open{grid-template-columns:1fr;grid-auto-rows:minmax(220px,auto)}}@media(max-width:900px){.bnb-admin-chats{height:auto}.bnb-admin-panes{grid-auto-rows:minmax(220px,auto)}.bnb-admin-panes,.bnb-admin-panes.details-open,.bnb-admin-panes.orgs-collapsed,.bnb-admin-panes.orgs-collapsed.details-open{grid-template-columns:1fr}.bnb-admin-orgs-rail{flex-direction:row;justify-content:center;padding:10px 14px}.bnb-admin-orgs-rail span{writing-mode:horizontal-tb;transform:none}}.bnb-admin-orgs .bnb-admin-item .name{display:flex;align-items:center;justify-content:space-between;gap:6px}.bnb-admin-orgs .bnb-admin-item .name .conv-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.bnb-admin-orgs .bnb-admin-item .name .conv-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.bnb-admin-pane .pane-search{display:flex;flex-direction:row;align-items:center;gap:8px}.bnb-admin-pane .pane-search input{flex:1 1;min-width:0}.bnb-admin-users .pane-filters-row{display:flex;flex-direction:column;gap:8px;padding:0 12px 10px;border-bottom:1px solid hsla(0,0%,45%,.233)}.bnb-admin-users .pane-filter-field{display:flex;flex-direction:column;gap:4px;min-width:0}.bnb-admin-users .pane-filter-field .pane-filter-label{font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#697ba9}.bnb-admin-users .pane-filter-field select{width:100%;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid hsla(0,0%,45%,.233);border-radius:10px;padding:9px 34px 9px 12px;font-size:13px;font-weight:600;line-height:1.3;color:#1d2437;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23697ba9' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.bnb-admin-users .pane-filter-field select:hover{border-color:#b8c2d6}.bnb-admin-users .pane-filter-field select:focus{border-color:#00822c;box-shadow:0 0 0 3px rgba(0,130,44,.12)}.bnb-admin-users .pane-filter-field select option{color:#1d2437;background:#fff;font-weight:500;padding:8px 12px}.bnb-admin-users .pane-enriching{flex-shrink:0;padding:8px 12px;border-top:1px solid hsla(0,0%,45%,.233);font-size:11.5px;font-weight:600;color:#697ba9;background:#f5f9ff}.bnb-admin-item .role-tag{display:inline-block;background:rgba(0,130,43,.259);color:#026c25;border-radius:6px;padding:0 6px;font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.bnb-admin-item .role-tag.inactive{background:#edf0ee;color:#697ba9}.status-pill{display:inline-block;flex-shrink:0;border-radius:10px;padding:1px 8px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1.6}.status-pill.open{background:#e7f0ff;color:#1d4ed8}.status-pill.pending{background:#fff4e0;color:#b45309}.status-pill.resolved{background:rgba(0,130,43,.259);color:#026c25}.status-pill.closed{background:#edf0ee;color:#697ba9}.assign-pill{display:inline-block;flex-shrink:0;border-radius:10px;padding:1px 8px;font-size:10.5px;font-weight:700;letter-spacing:.02em;line-height:1.6}.assign-pill.assigned{background:rgba(0,130,43,.259);color:#026c25}.assign-pill.unassigned{background:#edf0ee;color:#697ba9}.bnb-admin-convs .bnb-admin-item .name{display:flex;align-items:center;justify-content:space-between;gap:6px}.bnb-admin-convs .bnb-admin-item .name .conv-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.bnb-admin-convs .bnb-admin-item .name .conv-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.bnb-admin-convs .bnb-admin-item .name .unread-badge{min-width:16px;height:16px;padding:0 4px;box-sizing:border-box;border-radius:8px;background:#c10000;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.bnb-admin-context .ctx-reveal{border:1px dashed hsla(0,0%,45%,.233);background:transparent;color:#026c25;border-radius:6px;padding:1px 8px;font-size:11.5px;font-weight:600;cursor:pointer}.bnb-admin-context .ctx-reveal:hover{background:rgba(0,130,43,.259)}.bnb-admin-context .ctx-reveal:disabled{opacity:.5;cursor:default}.bnb-admin-context .ctx-grid .contact{word-break:break-word}.bnb-admin-context .ctx-status-select{margin-left:auto;border:1px solid hsla(0,0%,45%,.233);border-radius:8px;padding:6px 10px;font-size:12.5px;font-weight:600;color:#1d2437;background:#fff;cursor:pointer;outline:none}.bnb-admin-context .ctx-status-select:focus{border-color:#00822c}.bnb-admin-context .ctx-status-select:disabled{opacity:.5;cursor:default}.bnb-admin-convs .pane-status-filter{flex:1 1;min-width:0;height:34px;border:1px solid hsla(0,0%,45%,.233);border-radius:8px;padding:0 10px;font-size:13px;color:#1d2437;background:#fff;cursor:pointer;outline:none}.bnb-admin-convs .pane-status-filter:focus{border-color:#00822c}.bnb-admin-users .bnb-admin-item .name{display:flex;align-items:center;justify-content:space-between;gap:6px}.bnb-admin-users .bnb-admin-item .name .conv-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.bnb-admin-users .bnb-admin-item .name .conv-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.bnb-admin-users .bnb-admin-item .name .conv-count{min-width:18px;padding:0 6px;border-radius:9px;background:rgba(0,130,43,.259);color:#026c25;font-size:10.5px;font-weight:700;line-height:18px;text-align:center}.bnb-admin-pane .pane-reveal{flex-shrink:0;border:none;border-top:1px solid hsla(0,0%,45%,.233);background:#fff;color:#697ba9;padding:9px 12px;font-size:12px;font-weight:600;text-align:center;cursor:pointer}.bnb-admin-pane .pane-reveal:hover{background:#f5f9ff;color:#026c25}