:root{--forumax-primary-color-hover:#4338ca;--forumax-chat-bg:#fff;--forumax-chat-bg-secondary:#f9fafb;--forumax-chat-text:#111827;--forumax-chat-text-secondary:#6b7280;--forumax-chat-border:#e5e7eb;--forumax-chat-bubble-user:#e0e7ff;--forumax-chat-bubble-other:#f3f4f6;--forumax-chat-bubble-user-text:#f8fafc;--forumax-chat-bubble-other-text:#0c0d0e;--forumax-chat-header-bg:var(--bbpc_brand_color,#4f46e5);--forumax-chat-header-color:#fff;--forumax-chat-input-area-bg:#fff;--forumax-chat-input-shell-bg:#eef2f6;--forumax-chat-input-shell-border:#d9e0e7;--forumax-chat-input-text:#111827;--forumax-chat-input-placeholder:#667085;--forumax-chat-shadow:0 10px 40px rgba(0,0,0,.15);--forumax-chat-shadow-sm:0 2px 8px rgba(0,0,0,.1);--forumax-chat-radius:16px;--forumax-chat-radius-sm:8px;--forumax-chat-radius-bubble:18px;--forumax-chat-transition:0.2s ease}@media(prefers-color-scheme:dark){:root{--forumax-chat-bg:#1f2937;--forumax-chat-bg-secondary:#374151;--forumax-chat-text:#f9fafb;--forumax-chat-text-secondary:#9ca3af;--forumax-chat-border:#4b5563;--forumax-chat-bubble-user:#4338ca;--forumax-chat-bubble-other:#374151}}@keyframes forumax-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes forumax-chat-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes forumax-spin{to{transform:rotate(1turn)}}.forumax-author-hover-card svg,.forumax-chat-container svg,.forumax-chat-toggle svg,.forumax-profile-chat-history svg{box-sizing:content-box!important;display:inline-block;fill:none!important;height:24px;max-height:none!important;max-width:none!important;min-height:18px!important;min-width:18px!important;stroke:currentColor!important;stroke-width:2.5!important;vertical-align:middle;width:24px}.forumax-body .forumax-chat-toggle{align-items:center;background:var(--bbpc_brand_color,#4f46e5);border:none;border-radius:50%;bottom:15px;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:15px;transition:transform .2s ease,background .2s ease;width:60px;z-index:111}.forumax-body .forumax-chat-toggle:hover{background:var(--forumax-primary-color-hover,#4338ca);transform:scale(1.05)}.forumax-body .forumax-chat-toggle:active{transform:scale(.95)}.forumax-body .forumax-chat-toggle .forumax-chat-icon-close,.forumax-body .forumax-chat-toggle .forumax-chat-icon-open,.forumax-body .forumax-chat-toggle svg{box-sizing:content-box!important;display:block;fill:none!important;height:28px!important;margin:auto!important;max-height:none!important;max-width:none!important;min-height:28px!important;min-width:28px!important;overflow:visible!important;stroke:#fff!important;stroke-width:2!important;width:28px!important}.forumax-body .forumax-chat-toggle .forumax-chat-icon-close{display:none!important}.forumax-body .forumax-chat-toggle.is-open{background:var(--forumax-chat-text,#111827)}.forumax-body .forumax-chat-toggle.is-open .forumax-chat-icon-open{display:none!important}.forumax-body .forumax-chat-toggle.is-open .forumax-chat-icon-close{display:block!important}.forumax-body .forumax-chat-badge{align-items:center;animation:forumax-badge-pulse 2s infinite;background:#ef4444;border-radius:10px;color:#fff;display:flex;font-size:11px;font-weight:600;height:20px;justify-content:center;min-width:20px;padding:0 6px;position:absolute;right:-4px;top:-4px}.forumax-body .forumax-chat-container{animation:forumax-chat-slide-up .3s ease;background:var(--black_25);border-radius:var(--forumax-chat-radius);bottom:5px;box-shadow:var(--forumax-chat-shadow);display:flex;flex-direction:column;height:600px;max-height:calc(100vh - 140px);max-width:calc(100vw - 48px);overflow:hidden;position:fixed;right:5px;width:380px;z-index:99998}.forumax-body .forumax-chat-conversation{display:flex;flex-direction:column;height:100%;overflow:hidden}.forumax-body .forumax-chat-header{align-items:center;background:var(--forumax-chat-header-bg);color:var(--forumax-chat-header-color);display:flex;flex-shrink:0;gap:12px;padding:16px}.forumax-body .forumax-chat-header .forumax-chat-title{color:var(--forumax-chat-header-color);flex:1;font-size:16px;font-weight:600;margin:0}.forumax-body .forumax-chat-back,.forumax-body .forumax-chat-close{align-items:center;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:background var(--forumax-chat-transition);width:32px}.forumax-body .forumax-chat-back:hover,.forumax-body .forumax-chat-close:hover{background:hsla(0,0%,100%,.2)}.forumax-body .forumax-chat-user-info{align-items:center;display:flex;flex:1;gap:10px}.forumax-body .forumax-chat-user-avatar{border-radius:50%;height:36px;-o-object-fit:cover;object-fit:cover;width:36px}.forumax-body .forumax-chat-user-name{font-size:15px;font-weight:600}.forumax-body .forumax-chat-conversations{flex:1;overflow-y:auto;padding:8px}.forumax-body .forumax-conversation-label{background:var(--forumax-chat-bg-secondary);border-radius:var(--forumax-chat-radius-sm);color:var(--forumax-chat-text-secondary);font-size:11px;font-weight:600;letter-spacing:.05em;margin-bottom:4px;padding:8px 12px;text-transform:uppercase}.forumax-body .forumax-chat-assistants-bar{align-items:center;background:var(--forumax-chat-bg-secondary);border-bottom:1px solid var(--forumax-chat-border);display:flex;gap:12px;padding:10px 16px}.forumax-body .forumax-assistants-label{color:var(--forumax-chat-text-secondary);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.forumax-body .forumax-assistants-avatars{display:flex;gap:8px;overflow-x:auto;padding:2px 0}.forumax-body .forumax-assistants-avatars::-webkit-scrollbar{height:0}.forumax-body .forumax-assistant-avatar{background:transparent;border:2px solid transparent;border-radius:50%;cursor:pointer;flex-shrink:0;height:36px;padding:0;position:relative;transition:all var(--forumax-chat-transition);width:36px}.forumax-body .forumax-assistant-avatar:hover{border-color:var(--bbpc_brand_color);transform:scale(1.1)}.forumax-body .forumax-assistant-avatar img{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.forumax-body .forumax-assistant-status{background:#22c55e;border:2px solid var(--forumax-chat-bg);border-radius:50%;bottom:0;height:10px;position:absolute;right:0;width:10px}.forumax-body .forumax-conversation-item{align-items:center;background:transparent;border-radius:var(--forumax-chat-radius-sm);cursor:pointer;display:flex;gap:12px;margin-bottom:5px;padding:12px;transition:background var(--forumax-chat-transition)}.forumax-body .forumax-conversation-item:hover{background:var(--black_50)}.forumax-body .forumax-conversation-item.is-assistant{background:linear-gradient(135deg,rgba(79,70,229,.05),transparent);border-left:2px solid var(--bbpc_brand_color)}.forumax-body .forumax-conversation-avatar{border-radius:50%;flex-shrink:0;height:48px;-o-object-fit:cover;object-fit:cover;width:48px}.forumax-body .forumax-conversation-info{flex:1;min-width:0}.forumax-body .forumax-conversation-name{color:#9ca3af;font-size:14px;font-weight:600;margin:0 0 4px;text-transform:capitalize}.forumax-body .forumax-conversation-name:hover{color:var(--bbpc_brand_color)}.forumax-body .forumax-conversation-preview{color:var(--forumax-chat-text-secondary);font-size:13px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forumax-body .forumax-conversation-meta{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.forumax-body .forumax-conversation-time{color:var(--forumax-chat-text-secondary);font-size:11px}.forumax-body .forumax-conversation-badge{align-items:center;background:var(--bbpc_brand_color);border-radius:9px;color:#fff;display:flex;font-size:10px;font-weight:600;height:18px;justify-content:center;min-width:18px;padding:0 5px}.forumax-body .forumax-chat-empty{align-items:center;color:var(--forumax-chat-text-secondary);display:flex;flex-direction:column;height:100%;justify-content:center;padding:24px;text-align:center}.forumax-body .forumax-chat-empty svg{height:64px;margin-bottom:16px;opacity:.5;width:64px}.forumax-body .forumax-chat-login{display:flex;flex-direction:column;height:100%}.forumax-body .forumax-chat-login-content{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;padding:32px 24px;text-align:center}.forumax-body .forumax-chat-login-content svg{color:var(--bbpc_brand_color);height:64px;margin-bottom:20px;opacity:.8;width:64px}.forumax-body .forumax-chat-login-content h4{color:var(--forumax-chat-text);font-size:18px;font-weight:600;margin:0 0 8px}.forumax-body .forumax-chat-login-content p{color:var(--forumax-chat-text-secondary);font-size:14px;line-height:1.5;margin:0 0 24px}.forumax-body .forumax-chat-login-btn{align-items:center;background:var(--bbpc_brand_color);border-radius:25px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;padding:12px 32px;text-decoration:none;transition:all var(--forumax-chat-transition)}.forumax-body .forumax-chat-login-btn:hover{background:var(--forumax-primary-color-hover);box-shadow:0 4px 12px rgba(79,70,229,.3);transform:translateY(-2px)}.forumax-body .forumax-chat-login-btn:active{transform:translateY(0)}.forumax-body .forumax-chat-messages{background-color:#f1f1f1;display:flex;flex:1;flex-direction:column;gap:8px;height:100%;overflow-x:hidden;overflow-y:auto;padding:16px}.forumax-body .forumax-chat-load-more{align-self:center;background:var(--forumax-chat-bg-secondary);border:none;border-radius:20px;color:var(--forumax-chat-text-secondary);cursor:pointer;font-size:12px;margin-bottom:8px;padding:8px 16px;transition:background var(--forumax-chat-transition)}.forumax-body .forumax-chat-load-more:hover{background:var(--forumax-chat-border)}.forumax-body .forumax-chat-message{align-items:start;display:flex;flex-direction:row;gap:8px;margin-bottom:10px;max-width:80%}.forumax-body .forumax-chat-message.is-own{align-self:flex-end;flex-direction:row-reverse}.forumax-body .forumax-chat-message.is-own .forumax-message-content-wrapper{align-items:flex-end}.forumax-body .forumax-chat-message.is-own .forumax-message-bubble{background:var(--forumax-chat-bubble-user);border-bottom-right-radius:4px;color:var(--forumax-chat-bubble-user-text)}.forumax-body .forumax-chat-message.is-own .forumax-message-meta{flex-direction:row-reverse!important}.forumax-body .forumax-chat-message.is-other{align-self:flex-start;flex-direction:row}.forumax-body .forumax-chat-message.is-other .forumax-message-content-wrapper{align-items:flex-start}.forumax-body .forumax-chat-message.is-other .forumax-message-bubble{background:var(--forumax-chat-bubble-other);border-bottom-left-radius:4px;color:var(--forumax-chat-bubble-other-text)}.forumax-body .forumax-message-avatar-wrapper{align-items:flex-end;display:flex;flex-shrink:0;padding-bottom:20px}.forumax-body .forumax-message-sender-avatar{height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.forumax-body .forumax-message-content-wrapper{display:flex;flex-direction:column;max-width:100%}.forumax-body .forumax-message-bubble{border-radius:var(--forumax-chat-radius-bubble);line-height:1.4;padding:10px 14px;position:relative}.forumax-body .forumax-message-bubble.is-loved{box-shadow:0 0 10px rgba(239,68,68,.2)}.forumax-body .forumax-message-bubble.is-emoji-only{background:transparent!important;box-shadow:none;padding:0}.forumax-body .forumax-message-bubble.is-media-only{background:transparent!important;box-shadow:none;padding:5px 0 0}.forumax-body .forumax-message-bubble.is-media-only .forumax-message-attachment{margin-top:0}.forumax-body .forumax-message-loved-indicator{align-items:center;background:#fff;border:1px solid rgba(239,68,68,.1);border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.1);color:#ef4444;display:flex;height:18px;justify-content:center;position:absolute;right:-6px;top:-6px;width:18px;z-index:5}.forumax-body .forumax-message-loved-indicator svg{height:10px;width:10px}.forumax-body .is-own .forumax-message-loved-indicator{left:-6px;right:auto}.forumax-body .is-other .forumax-message-loved-indicator{left:auto;right:-6px}.forumax-body .forumax-message-content{font-size:14px}.forumax-body .forumax-message-content.is-large-emoji{font-size:32px;line-height:1.2}.forumax-body .forumax-message-reply-quote{background:rgba(0,0,0,.05);border-left:3px solid var(--bbpc_brand_color);border-radius:0 var(--forumax-chat-radius-sm) var(--forumax-chat-radius-sm) 0;font-size:12px;margin-bottom:8px;padding:8px 10px}.forumax-body .forumax-reply-quote-sender{display:block;font-weight:600;margin-bottom:2px}.forumax-body .forumax-reply-quote-text{color:var(--forumax-chat-text-secondary);margin:0}.forumax-body .forumax-message-meta{align-items:center;color:var(--black_700);display:flex!important;flex-direction:row!important;font-size:13px;gap:8px;margin-top:4px}.forumax-body .forumax-chat-message:hover .forumax-message-actions{opacity:1}.forumax-body .forumax-message-actions{display:flex;gap:4px;opacity:0;transition:opacity var(--forumax-chat-transition)}.forumax-body .forumax-message-action-btn{align-items:center;background:var(--black_50);border:none;border-radius:50%;color:var(--forumax-chat-text-secondary);cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;transition:all var(--forumax-chat-transition);width:30px}.forumax-body .forumax-message-action-btn:hover{background:var(--bs-white);color:var(--forumax-chat-text)}.forumax-body .forumax-message-action-btn.is-liked{color:#ef4444}.forumax-body .forumax-message-action-btn svg{height:16px;width:16px}.forumax-body .forumax-message-attachment{border-radius:var(--forumax-chat-radius-sm);margin-top:8px;overflow:hidden}.forumax-body .forumax-message-attachment img{cursor:pointer;display:block;max-height:200px;max-width:100%}.forumax-body .forumax-message-attachment video{display:block;max-height:200px;max-width:100%}.forumax-body .forumax-message-attachment-file{align-items:center;background:var(--black_400);border-radius:var(--forumax-chat-radius-sm);color:var(--forumax-chat-text);display:flex;gap:10px;padding:10px 12px;text-decoration:none;transition:background var(--forumax-chat-transition)}.forumax-body .forumax-message-attachment-file svg{color:var(--bbpc_brand_color);flex-shrink:0;height:24px;width:24px}.forumax-body .forumax-message-attachment-file span{flex:1;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forumax-body .forumax-message-sender{align-items:center;display:flex;gap:6px;margin-bottom:4px}.forumax-body .forumax-message-sender-avatar{border-radius:50%;height:30px;width:30px}.forumax-body .forumax-message-sender-name{color:var(--black_900);font-size:14px;font-weight:500;margin-bottom:5px;text-transform:capitalize}.forumax-body .forumax-chat-reply-preview{align-items:center;background:var(--bs-white);border-top:1px solid var(--black_50);display:flex;gap:12px;padding:10px 16px}.forumax-body .forumax-chat-reply-content{flex:1;min-width:0}.forumax-body .forumax-chat-reply-label{color:var(--bbpc_brand_color);font-size:11px;font-weight:600}.forumax-body .forumax-chat-reply-sender{color:var(--forumax-chat-text);font-size:12px;font-weight:600}.forumax-body .forumax-chat-reply-text{color:var(--forumax-chat-text-secondary);font-size:12px;margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forumax-body .forumax-chat-attachment-cancel,.forumax-body .forumax-chat-reply-cancel{align-items:center;background:transparent;border:none;border-radius:50%;color:var(--forumax-chat-text-secondary);cursor:pointer;display:flex;height:24px;justify-content:center;padding:12px;width:24px}.forumax-body .forumax-chat-attachment-cancel:hover,.forumax-body .forumax-chat-reply-cancel:hover{background:var(--forumax-chat-border)}.forumax-body .forumax-chat-typing{color:var(--forumax-chat-text-secondary);font-size:12px;padding:8px 16px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.forumax-body .forumax-chat-typing .forumax-typing-dots{align-items:center;display:inline-flex;gap:3px;margin-left:6px}.forumax-body .forumax-chat-typing .forumax-typing-dots span{animation:forumax-typing-dot 1.2s ease-in-out infinite;background:currentColor;border-radius:50%;height:4px;opacity:.35;width:4px}.forumax-body .forumax-chat-typing .forumax-typing-dots span:nth-child(2){animation-delay:.15s}.forumax-body .forumax-chat-typing .forumax-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes forumax-typing-dot{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:.95;transform:translateY(-2px)}}.forumax-body .forumax-chat-input-area{align-items:flex-end;background:var(--forumax-chat-input-area-bg);border-top:1px solid #edf1f5;display:flex;gap:4px;padding:12px 16px 14px}.forumax-body .forumax-chat-icon-btn{align-items:center;background:transparent;border:none;border-radius:50%;color:var(--forumax-chat-input-placeholder);cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;padding:0;transition:all var(--forumax-chat-transition);width:34px}.forumax-body .forumax-chat-icon-btn:hover{background:rgba(15,23,42,.06);color:var(--forumax-chat-input-text)}.forumax-body .forumax-chat-input-area .forumax-chat-icon-btn svg{height:18px!important;min-height:18px!important;min-width:18px!important;width:18px!important}.forumax-body .forumax-chat-icon-btn-primary{align-self:flex-end;background:#1677ff;box-shadow:0 4px 10px rgba(22,119,255,.28);color:#fff;height:28px;margin-bottom:6px;width:28px}.forumax-body .forumax-chat-icon-btn-primary:hover{background:#0f67df;color:#fff}.forumax-body .forumax-chat-input-shell{align-items:flex-end;background:var(--forumax-chat-input-shell-bg);border:1px solid var(--forumax-chat-input-shell-border);border-radius:26px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.72);display:flex;flex:1;gap:6px;min-height:40px;min-width:0;padding:0 8px 0 14px}.forumax-body .forumax-chat-send-btn{align-self:flex-end;background:transparent;color:#1677ff;height:30px;margin-bottom:6px;transform:rotate(45deg);width:30px}.forumax-body .forumax-chat-send-btn svg{height:20px!important;min-height:20px!important;min-width:20px!important;width:20px!important}.forumax-body .forumax-chat-send-btn:hover{background:rgba(22,119,255,.12);color:#0f67df}.forumax-body .forumax-chat-send-btn:disabled{cursor:not-allowed;opacity:.5}.forumax-body .forumax-chat-input-wrapper{align-items:flex-end;align-self:stretch;background:transparent!important;border:none;border-radius:16px;display:flex;flex:1;min-width:0;padding:0 4px 0 0}.forumax-body .forumax-chat-input{background:transparent;border:none;color:var(--forumax-chat-input-text)!important;flex:1;font-size:14px;line-height:2;max-height:180px;min-height:24px;overflow-y:auto;padding:5px 0 4px;resize:none;scrollbar-color:#c0cad5 transparent;scrollbar-width:thin}.forumax-body .forumax-chat-input::-moz-placeholder{color:var(--forumax-chat-input-placeholder)!important}.forumax-body .forumax-chat-input::placeholder{color:var(--forumax-chat-input-placeholder)!important}.forumax-body .forumax-chat-input:focus{background:transparent!important;border:none;color:var(--forumax-chat-input-text)!important;outline:none}.forumax-body .forumax-chat-input::-webkit-scrollbar{width:6px}.forumax-body .forumax-chat-input::-webkit-scrollbar-track{background:transparent}.forumax-body .forumax-chat-input::-webkit-scrollbar-thumb{background:#c0cad5;border-radius:999px}.forumax-body .forumax-chat-input-actions{align-items:center;align-self:flex-end;display:flex;flex-shrink:0;gap:2px;padding:0 0 6px}.forumax-body .forumax-chat-status-dot{background:#11b37f;border-radius:50%;box-shadow:0 0 0 3px rgba(17,179,127,.16);flex-shrink:0;height:8px;margin-right:4px;width:8px}.forumax-body .forumax-chat-emoji-btn{height:30px;margin-right:0;width:30px}.forumax-body .forumax-chat-attachment-preview{align-items:center;background:var(--bs-white);border-top:1px solid var(--black_50);display:flex;gap:12px;padding:10px 16px}.forumax-body .forumax-chat-attachment-thumb-wrapper{align-items:center;background:rgba(0,0,0,.05);border-radius:4px;display:flex;flex-shrink:0;height:40px;justify-content:center;overflow:hidden;width:40px}.forumax-body .forumax-chat-attachment-thumb-wrapper img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.forumax-body .forumax-chat-attachment-content{flex:1;min-width:0}.forumax-body .forumax-chat-attachment-name{color:var(--forumax-chat-text);display:block;font-size:13px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forumax-body .forumax-chat-attachment-progress{background:rgba(0,0,0,.1);border-radius:2px;height:4px;overflow:hidden}.forumax-body .forumax-chat-attachment-progress-bar{background:var(--bbpc_brand_color);height:100%;transition:width .3s ease;width:0}.forumax-body .forumax-chat-attachment-cancel{flex-shrink:0}.forumax-body .forumax-chat-attachment-cancel:hover{color:var(--forumax-chat-text)}.forumax-body .forumax-chat-attachment-cancel{align-items:center;background:transparent;border:none;border-radius:50%;color:var(--forumax-chat-text-secondary);cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.forumax-body .forumax-chat-attachment-cancel:hover{background:var(--forumax-chat-border);color:#ef4444}.forumax-body .forumax-emoji-picker{background:var(--forumax-chat-bg);border-radius:var(--forumax-chat-radius);bottom:90px;box-shadow:var(--forumax-chat-shadow);display:none;max-height:300px;overflow:hidden;position:fixed;width:320px;z-index:100000}.forumax-body .forumax-emoji-picker.is-position-right{right:24px}@media(max-width:480px){.forumax-body .forumax-emoji-picker.is-position-right{right:12px}}.forumax-body .forumax-emoji-picker.is-position-left{left:24px}@media(max-width:480px){.forumax-body .forumax-emoji-picker.is-position-left{left:12px}}.forumax-body .forumax-emoji-picker-header{border-bottom:1px solid var(--black_50);padding:12px}.forumax-body .forumax-emoji-search{background:var(--forumax-chat-bg-secondary);border:1px solid var(--forumax-chat-border);border-radius:20px;color:var(--forumax-chat-text);font-size:13px;padding:8px 12px;width:100%}.forumax-body .forumax-emoji-search:focus{border-color:var(--bbpc_brand_color);outline:none}.forumax-body .forumax-emoji-picker-content{max-height:220px;overflow-y:auto;padding:12px;scrollbar-color:rgba(0,0,0,.1) transparent;scrollbar-width:thin}.forumax-body .forumax-emoji-picker-content::-webkit-scrollbar{width:4px}.forumax-body .forumax-emoji-picker-content::-webkit-scrollbar-track{background:transparent}.forumax-body .forumax-emoji-picker-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:10px}.forumax-body .forumax-emoji-category{display:grid;gap:4px;grid-template-columns:repeat(8,1fr)}.forumax-body .forumax-emoji-item{align-items:center;aspect-ratio:1;background:transparent;border:none;border-radius:var(--forumax-chat-radius-sm);cursor:pointer;display:flex;font-size:20px;justify-content:center;transition:background var(--forumax-chat-transition);width:100%}.forumax-body .forumax-emoji-item:hover{background:var(--forumax-chat-bg-secondary)}.forumax-body .forumax-chat-author-wrap{align-items:center;display:inline-flex;gap:4px}.forumax-body .forumax-chat-author-wrap:hover .forumax-chat-author-btn{display:inline-flex;opacity:1}.forumax-body .forumax-chat-author-btn{align-items:center;background:var(--bbpc_brand_color);border:none;border-radius:50%;color:#fff;cursor:pointer;display:none;height:22px;justify-content:center;opacity:0;transition:all var(--forumax-chat-transition);width:22px}.forumax-body .forumax-chat-author-btn:hover{background:var(--forumax-primary-color-hover);transform:scale(1.1)}.forumax-body .forumax-chat-author-btn svg{height:12px;width:12px}.forumax-body .forumax-chat-loading{align-items:center;color:var(--forumax-chat-text-secondary);display:flex;flex-direction:column;gap:12px;justify-content:center;padding:32px}.forumax-body .forumax-chat-spinner{animation:forumax-spin .8s linear infinite;border:3px solid var(--forumax-chat-border);border-radius:50%;border-top-color:var(--bbpc_brand_color);height:32px;width:32px}@media(max-width:480px){.forumax-body .forumax-chat-toggle{bottom:16px;height:52px;right:16px;width:52px}.forumax-body .forumax-chat-container{border-radius:var(--forumax-chat-radius);bottom:80px;height:calc(100vh - 100px);left:12px;max-height:none;max-width:none;right:12px;width:auto}.forumax-body .forumax-emoji-picker{bottom:160px;left:12px;right:12px;width:auto}}.forumax-body .forumax-chat-conversations::-webkit-scrollbar,.forumax-body .forumax-chat-messages::-webkit-scrollbar,.forumax-body .forumax-emoji-picker-content::-webkit-scrollbar{width:6px}.forumax-body .forumax-chat-conversations::-webkit-scrollbar-track,.forumax-body .forumax-chat-messages::-webkit-scrollbar-track,.forumax-body .forumax-emoji-picker-content::-webkit-scrollbar-track{background:transparent}.forumax-body .forumax-chat-conversations::-webkit-scrollbar-thumb,.forumax-body .forumax-chat-messages::-webkit-scrollbar-thumb,.forumax-body .forumax-emoji-picker-content::-webkit-scrollbar-thumb{background:var(--forumax-chat-border);border-radius:3px}.forumax-body .forumax-chat-conversations::-webkit-scrollbar-thumb:hover,.forumax-body .forumax-chat-messages::-webkit-scrollbar-thumb:hover,.forumax-body .forumax-emoji-picker-content::-webkit-scrollbar-thumb:hover{background:var(--forumax-chat-text-secondary)}.forumax-body #forumax-hover-portal{height:0;left:0;pointer-events:none;position:absolute;top:0;width:0;z-index:9999999}.forumax-body #forumax-hover-portal .forumax-author-hover-card{pointer-events:auto}.forumax-body .forumax-chat-author-wrap{display:inline-block;position:relative}.forumax-body .forumax-author-hover-card{background-color:var(--bs-white);border:1px solid var(--black_50);border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.15);display:block!important;line-height:1.4;opacity:0;overflow:visible;padding:0;pointer-events:none;position:absolute;text-align:left;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s;visibility:hidden;white-space:normal;width:260px;will-change:opacity,transform;z-index:9999999}.forumax-body .forumax-author-hover-card.is-visible{opacity:1;pointer-events:auto;transform:translateY(0);transition:opacity .22s ease,transform .22s ease,visibility 0s linear 0s;visibility:visible}.forumax-body .forumax-author-hover-card.is-bottom:after{border:8px solid transparent;border-bottom:8px solid var(--bs-white);bottom:100%;content:"";left:50%;position:absolute;transform:translateX(-50%)}.forumax-body .forumax-author-hover-card.is-bottom:before{border:7px solid transparent;border-bottom:7px solid var(--bs-white);bottom:100%;content:"";left:50%;margin-bottom:-1px;position:absolute;transform:translateX(-50%);z-index:10}.forumax-body .forumax-author-hover-card.is-top:after{border:8px solid transparent;border-top:8px solid var(--forumax-chat-border);content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.forumax-body .forumax-author-hover-card.is-top:before{border:7px solid transparent;border-top:7px solid var(--forumax-chat-bg);content:"";left:50%;margin-top:-1px;position:absolute;top:100%;transform:translateX(-50%);z-index:10}.forumax-body .forumax-hover-card-inner{background-color:inherit;height:100%;padding:16px;width:100%}.forumax-body .forumax-hover-card-header{align-items:center;display:flex;gap:12px;margin-bottom:14px}.forumax-body .forumax-hover-card-avatar{border:2px solid var(--black_50);border-radius:50%!important;height:48px!important;-o-object-fit:cover!important;object-fit:cover!important;width:48px!important}.forumax-body .forumax-hover-card-info{display:flex;flex-direction:column;overflow:hidden}.forumax-body .forumax-hover-card-name{color:var(--black_900);display:block;font-size:15px;font-weight:700;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.forumax-body .forumax-hover-card-role{color:var(--forumax-chat-text-secondary);font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.forumax-body .forumax-hover-card-stats{border-bottom:1px solid var(--black_50);border-top:1px solid var(--black_50);display:flex;flex-direction:column;gap:8px;margin-bottom:14px;padding:10px 0}.forumax-body .forumax-hover-card-stat{display:flex;font-size:12px;justify-content:space-between}.forumax-body .forumax-stat-label{color:var(--forumax-chat-text-secondary)}.forumax-body .forumax-stat-value{color:var(--bbpc_brand_color);font-weight:700}.forumax-body .forumax-hover-card-footer{display:flex}.forumax-body .forumax-hover-card-chat-btn{align-items:center!important;background:var(--bbpc_brand_color)!important;border:none!important;border-radius:8px!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:13px!important;font-weight:600!important;gap:8px!important;height:38px!important;justify-content:center!important;margin:0!important;opacity:1!important;position:static!important;transform:none!important;transition:all .2s ease!important;width:100%!important}.forumax-body .forumax-hover-card-chat-btn:hover{background:var(--forumax-primary-color-hover)!important;box-shadow:0 4px 12px rgba(79,70,229,.2)!important;transform:translateY(-1px)!important}.forumax-body .forumax-hover-card-chat-btn svg{height:14px!important;stroke-width:2.5!important;width:14px!important}.forumax-body .forumax-message-delete-btn{color:#ef4444!important;transition:background .2s}.forumax-body .forumax-message-delete-btn:hover{background:rgba(239,68,68,.1)}@keyframes forumaxFadeIn{0%{opacity:0;transform:translate(-50%,-5px)}to{opacity:1;transform:translate(-50%)}}.forumax-body .forumax-profile-chat-history{background:transparent!important;border:none!important;border-radius:0;box-shadow:none!important;color:inherit;font-family:inherit;padding:0}.forumax-body .forumax-profile-chat-history .forumax-profile-chat-header{margin-bottom:20px}.forumax-body .forumax-profile-chat-history .forumax-profile-chat-header .header-content-wrap{align-items:center;display:flex;justify-content:space-between}.forumax-body .forumax-profile-chat-history .forumax-profile-chat-header .header-content-wrap h3{margin:0 0 10px;padding:0}.forumax-body .forumax-profile-chat-history .forumax-profile-chat-header .header-content-wrap p{color:#4b5563!important;font-size:14px!important;line-height:1.5!important;margin:0!important;padding:0!important}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list{background:transparent!important;min-height:150px}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item{align-items:center;background:var(--bs-white);border:1px solid var(--black_50);border-radius:8px;cursor:pointer;display:flex;gap:12px;margin-bottom:8px;padding:12px 16px;transition:background .2s ease,border-color .2s ease}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item:hover{background:var(--black_50);border-color:var(--black_50)}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item:hover .forumax-conversation-name{color:var(--black_600)}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item:last-child{margin-bottom:0}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item .forumax-conversation-avatar{border-radius:50%;flex-shrink:0;height:48px;-o-object-fit:cover;object-fit:cover;width:48px}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item .forumax-conversation-info{flex:1;min-width:0}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item .forumax-conversation-info .forumax-conversation-name{font-size:14px!important;font-weight:600!important;line-height:1.4!important;margin:0 0 4px!important;padding:0!important}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item .forumax-conversation-info .forumax-conversation-preview{color:#6b7280!important;font-size:13px!important;line-height:1.4!important;margin:0!important;overflow:hidden;padding:0!important;text-overflow:ellipsis;white-space:nowrap}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item .forumax-conversation-meta{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:4px}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item .forumax-conversation-meta .forumax-conversation-time{color:var(--forumax-chat-text-secondary,#6b7280)!important;font-size:12px!important}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-conversation-item .forumax-conversation-meta .forumax-conversation-badge{background:#4f46e5;border-radius:10px;color:#fff!important;font-size:11px!important;font-weight:600!important;line-height:1.4;min-width:18px;padding:2px 6px;text-align:center}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-chat-empty{padding:40px 20px;text-align:center}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-chat-empty svg{fill:none;height:64px;margin-bottom:12px;opacity:.4;stroke:var(--forumax-chat-text-secondary,#6b7280);stroke-width:1.5;width:64px}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-chat-empty p{color:var(--forumax-chat-text-secondary,#6b7280)!important;font-size:14px!important;margin:0!important}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-chat-loading{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:150px}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-chat-loading .forumax-chat-spinner{animation:forumax-spin .8s linear infinite;border:3px solid var(--forumax-chat-border,#e5e7eb);border-radius:50%;border-top:3px solid #4f46e5;height:32px;width:32px}.forumax-body .forumax-profile-chat-history .forumax-profile-conversations-list .forumax-chat-loading span{color:var(--forumax-chat-text-secondary,#6b7280)!important;font-size:14px!important}@media(max-width:480px){.forumax-body .forumax-chat-toggle{bottom:20px!important;left:auto!important;right:20px!important;transform:none!important}.forumax-body .forumax-chat-toggle.is-open{display:none!important}.forumax-body .forumax-chat-toggle:hover{transform:scale(1.05)!important}.forumax-body .forumax-chat-container{border-radius:16px!important;bottom:4px!important;box-shadow:0 8px 32px rgba(0,0,0,.2);height:450px!important;left:10px!important;margin-left:auto;max-height:98vh!important;max-width:98vh!important;right:10px!important;transform:none!important;z-index:999999!important}.forumax-body .forumax-chat-container .forumax-chat-header{padding:12px 16px}.forumax-body .forumax-chat-container .forumax-chat-messages{padding:12px}.forumax-body .forumax-chat-container .forumax-emoji-picker{border-radius:12px 12px 0 0!important;bottom:60px!important;left:0!important;max-height:250px!important;right:0!important;width:100%!important}.forumax-body .forumax-chat-container svg{height:17px!important;min-height:17px!important;min-width:17px!important;width:17px!important}.forumax-body .forumax-chat-container .forumax-chat-message{max-width:100%!important}.forumax-body .forumax-chat-container .forumax-chat-message .forumax-message-meta{flex-wrap:nowrap!important;gap:4px!important;white-space:nowrap!important}}

/*# sourceMappingURL=chat.css.map*/