.ChatBot-module__yzLOMW__floatingButton{color:#fff;cursor:pointer;z-index:9998;background:linear-gradient(135deg,#6c5ce7,#0984e3);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:75px;right:24px;box-shadow:0 8px 24px #6c5ce766}.ChatBot-module__yzLOMW__floatingButton:hover{transform:scale(1.05);box-shadow:0 12px 32px #6c5ce799}.ChatBot-module__yzLOMW__floatingButton:active{transform:scale(.95)}.ChatBot-module__yzLOMW__floatingButton.ChatBot-module__yzLOMW__hidden{display:none}.ChatBot-module__yzLOMW__buttonBadge{color:#fff;background:#00b894;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #0003}.ChatBot-module__yzLOMW__chatbot{background:var(--bg-color,#fff);z-index:9999;border:1px solid var(--border-color,#e8e8e8);border-radius:20px;flex-direction:column;width:400px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 100px);animation:.3s ChatBot-module__yzLOMW__slideUp;display:flex;position:fixed;bottom:75px;right:24px;overflow:hidden;box-shadow:0 16px 48px #0003}@keyframes ChatBot-module__yzLOMW__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatBot-module__yzLOMW__header{color:#fff;background:linear-gradient(135deg,#6c5ce7,#0984e3);border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ChatBot-module__yzLOMW__headerLeft{align-items:center;gap:10px;display:flex}.ChatBot-module__yzLOMW__headerIcon{opacity:.9}.ChatBot-module__yzLOMW__header h3{letter-spacing:.3px;margin:0;font-size:1rem;font-weight:600}.ChatBot-module__yzLOMW__headerRight{align-items:center;gap:12px;display:flex}.ChatBot-module__yzLOMW__userBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;background:#ffffff26;border-radius:20px;align-items:center;gap:8px;padding:4px 12px 4px 4px;font-size:.75rem;font-weight:500;display:flex}.ChatBot-module__yzLOMW__userAvatar{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.ChatBot-module__yzLOMW__closeButton{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.ChatBot-module__yzLOMW__closeButton:hover{opacity:1;background:#ffffff26;transform:rotate(90deg)}.ChatBot-module__yzLOMW__messages{background:var(--messages-bg,#f8f9fa);flex-direction:column;flex:1;gap:12px;min-height:0;padding:16px;display:flex;overflow-y:auto}.ChatBot-module__yzLOMW__messages::-webkit-scrollbar{width:4px}.ChatBot-module__yzLOMW__messages::-webkit-scrollbar-track{background:0 0}.ChatBot-module__yzLOMW__messages::-webkit-scrollbar-thumb{background:#6c5ce7;border-radius:10px}.ChatBot-module__yzLOMW__message{flex-direction:column;animation:.3s ChatBot-module__yzLOMW__fadeIn;display:flex}.ChatBot-module__yzLOMW__userMessage{align-items:flex-end}.ChatBot-module__yzLOMW__botMessage{align-items:flex-start}.ChatBot-module__yzLOMW__bubble{background:var(--bot-bubble,#e8e8e8);max-width:85%;color:var(--text-color,#1a1a1a);word-wrap:break-word;border-radius:16px;padding:12px 16px;box-shadow:0 2px 8px #0000000a}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__bubble{color:#fff;background:linear-gradient(135deg,#6c5ce7,#0984e3);border-bottom-right-radius:4px}.ChatBot-module__yzLOMW__botMessage .ChatBot-module__yzLOMW__bubble{background:var(--bot-bubble,#f0f0f0);border-bottom-left-radius:4px}.ChatBot-module__yzLOMW__senderInfo{align-items:center;gap:6px;margin-bottom:4px;display:flex}.ChatBot-module__yzLOMW__senderAvatar{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:flex}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__senderAvatar{color:#fff;background:#fff3}.ChatBot-module__yzLOMW__botMessage .ChatBot-module__yzLOMW__senderAvatar{color:#fff;background:#6c5ce7}.ChatBot-module__yzLOMW__senderName{opacity:.8;font-size:.7rem;font-weight:600}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__senderName{color:#ffffffe6}.ChatBot-module__yzLOMW__botMessage .ChatBot-module__yzLOMW__senderName{color:#6c5ce7}.ChatBot-module__yzLOMW__messageText{white-space:pre-wrap;margin:0 0 4px;font-size:.95rem;line-height:1.4}.ChatBot-module__yzLOMW__time{opacity:.6;text-align:right;margin-top:4px;font-size:.65rem;display:block}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__time{color:#ffffffb3}.ChatBot-module__yzLOMW__typing{gap:4px;padding:4px 0;display:flex}.ChatBot-module__yzLOMW__typing span{background:#999;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite ChatBot-module__yzLOMW__typingBounce;display:inline-block}.ChatBot-module__yzLOMW__typing span:nth-child(2){animation-delay:.2s}.ChatBot-module__yzLOMW__typing span:nth-child(3){animation-delay:.4s}@keyframes ChatBot-module__yzLOMW__typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.ChatBot-module__yzLOMW__inputWrapper{border-top:1px solid var(--border-color,#e8e8e8);background:var(--bg-color,#fff);flex-direction:column;flex-shrink:0;gap:8px;padding:12px 16px;display:flex}.ChatBot-module__yzLOMW__inputUserInfo{color:var(--text-muted,#888);align-items:center;gap:6px;padding:0 4px;font-size:.7rem;display:flex}.ChatBot-module__yzLOMW__inputUserIcon{opacity:.6}.ChatBot-module__yzLOMW__inputUserName{font-weight:500}.ChatBot-module__yzLOMW__inputContainer{align-items:flex-end;gap:10px;display:flex}.ChatBot-module__yzLOMW__input{border:1px solid var(--border-color,#d0d0d0);resize:none;background:var(--input-bg,#f5f5f5);color:var(--text-color,#1a1a1a);border-radius:12px;outline:none;flex:1;min-height:44px;max-height:100px;padding:10px 14px;font-family:inherit;font-size:.95rem;line-height:1.4;transition:all .2s}.ChatBot-module__yzLOMW__input:focus{background:var(--bg-color,#fff);border-color:#6c5ce7;box-shadow:0 0 0 3px #6c5ce726}.ChatBot-module__yzLOMW__input::placeholder{color:var(--text-muted,#aaa)}.ChatBot-module__yzLOMW__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6c5ce7,#0984e3);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 2px 8px #6c5ce74d}.ChatBot-module__yzLOMW__sendButton:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 16px #6c5ce766}.ChatBot-module__yzLOMW__sendButton:active:not(:disabled){transform:scale(.95)}.ChatBot-module__yzLOMW__sendButton:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}@keyframes ChatBot-module__yzLOMW__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ChatBot-module__yzLOMW__actionButton{color:#fff;cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:4px;font-size:.9rem;transition:all .2s;display:flex}.ChatBot-module__yzLOMW__actionButton:hover{opacity:1;background:#ffffff26;transform:scale(1.1)}.ChatBot-module__yzLOMW__actionButton:active{transform:scale(.9)}.ChatBot-module__yzLOMW__clearButton{color:#fff;cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:4px;font-size:.9rem;transition:all .2s;display:flex}.ChatBot-module__yzLOMW__clearButton:hover{opacity:1;background:#f003;transform:scale(1.1)}.ChatBot-module__yzLOMW__clearButton:active{transform:scale(.9)}.ChatBot-module__yzLOMW__historyBadge{color:#25d366;font-size:10px;animation:2s ease-in-out infinite ChatBot-module__yzLOMW__pulseDot;position:absolute;top:0;right:0}@keyframes ChatBot-module__yzLOMW__pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.5)}}.ChatBot-module__yzLOMW__inlineLink{color:#25d366;text-underline-offset:2px;padding:0 2px;font-weight:500;text-decoration:underline;transition:all .3s;position:relative}.ChatBot-module__yzLOMW__inlineLink:hover{color:#2dd466;text-shadow:0 0 20px #25d3664d;text-decoration:none}.ChatBot-module__yzLOMW__inlineLink:active{transform:scale(.98)}.ChatBot-module__yzLOMW__postLink{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:12px;align-items:center;gap:8px;margin-top:10px;padding:8px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #25d36640}.ChatBot-module__yzLOMW__postLink:before{content:"";opacity:0;background:linear-gradient(135deg,#2dd466,#1a9d8a);transition:opacity .3s;position:absolute;inset:0}.ChatBot-module__yzLOMW__postLink:hover{transform:translate(4px)scale(1.02);box-shadow:0 6px 25px #25d36666}.ChatBot-module__yzLOMW__postLink:hover:before{opacity:1}.ChatBot-module__yzLOMW__postLink:active{transform:scale(.97)}.ChatBot-module__yzLOMW__postLinkIcon{z-index:1;font-size:1rem;position:relative}.ChatBot-module__yzLOMW__postLink span:not(.ChatBot-module__yzLOMW__postLinkIcon){z-index:1;position:relative}.ChatBot-module__yzLOMW__postLinkArrow{z-index:1;font-size:1rem;transition:transform .3s;position:relative}.ChatBot-module__yzLOMW__postLink:hover .ChatBot-module__yzLOMW__postLinkArrow{transform:translate(6px)}.ChatBot-module__yzLOMW__matchLink{color:#ffffffd9;border-radius:4px;padding:2px 4px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.ChatBot-module__yzLOMW__matchLink:hover{color:#25d366;text-shadow:0 0 20px #25d36633;background:#25d36614;text-decoration:underline}.ChatBot-module__yzLOMW__matchLink:active{transform:scale(.98)}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__inlineLink{color:#ffffffe6;text-decoration-color:#ffffff4d}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__inlineLink:hover{color:#fff;text-decoration-color:#fff9}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__matchLink{color:#ffffffd9}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__matchLink:hover{color:#fff;background:#ffffff1a}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__postLink{background:linear-gradient(135deg,#fff3,#ffffff1a);border:1px solid #fff3}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__postLink:hover{background:linear-gradient(135deg,#ffffff4d,#ffffff26);border-color:#ffffff4d}.ChatBot-module__yzLOMW__matchesContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;margin-top:12px;padding:14px 16px}.ChatBot-module__yzLOMW__matchItem{border-bottom:1px solid #ffffff0a;align-items:center;gap:12px;padding:8px 0;transition:all .3s;display:flex}.ChatBot-module__yzLOMW__matchItem:last-child{border-bottom:none}.ChatBot-module__yzLOMW__matchItem:hover{padding-left:4px}.ChatBot-module__yzLOMW__matchNumber{color:#25d366;text-align:right;opacity:.7;min-width:28px;font-size:.85rem;font-weight:700}.ChatBot-module__yzLOMW__matchItem:hover .ChatBot-module__yzLOMW__matchNumber{opacity:1}.ChatBot-module__yzLOMW__postBadge{color:#25d366;text-transform:uppercase;letter-spacing:.5px;background:#25d36626;border:1px solid #25d36633;border-radius:20px;align-items:center;gap:6px;margin-bottom:8px;padding:3px 12px;font-size:.7rem;font-weight:600;display:inline-flex}.ChatBot-module__yzLOMW__postIcon{font-size:.8rem}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__postBadge{color:#ffffffe6;background:#ffffff1f;border-color:#ffffff26}.ChatBot-module__yzLOMW__messageHeading{color:#25d366;margin-bottom:4px;padding:4px 0;font-size:1.1rem;font-weight:700;display:block}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__messageHeading{color:#fffffff2}@media (prefers-color-scheme:dark){.ChatBot-module__yzLOMW__inlineLink{color:#2dd466}.ChatBot-module__yzLOMW__inlineLink:hover{color:#4ae08a;text-shadow:0 0 30px #25d36633}.ChatBot-module__yzLOMW__postLink{background:linear-gradient(135deg,#1a9d8a,#128c7e);box-shadow:0 4px 15px #25d36626}.ChatBot-module__yzLOMW__postLink:hover{box-shadow:0 6px 25px #25d36640}.ChatBot-module__yzLOMW__matchesContainer{background:#ffffff05;border-color:#ffffff0a}.ChatBot-module__yzLOMW__matchItem{border-bottom-color:#ffffff08}.ChatBot-module__yzLOMW__matchLink{color:#fffc}.ChatBot-module__yzLOMW__matchLink:hover{color:#2dd466;background:#25d3660f}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__matchLink:hover{color:#fff;background:#ffffff0f}}@media (max-width:480px){.ChatBot-module__yzLOMW__inlineLink{font-size:.9rem}.ChatBot-module__yzLOMW__postLink{border-radius:10px;padding:6px 16px;font-size:.8rem}.ChatBot-module__yzLOMW__postLinkIcon,.ChatBot-module__yzLOMW__postLinkArrow{font-size:.85rem}.ChatBot-module__yzLOMW__matchesContainer{border-radius:10px;padding:10px 12px}.ChatBot-module__yzLOMW__matchItem{gap:8px;padding:6px 0}.ChatBot-module__yzLOMW__matchNumber{min-width:22px;font-size:.75rem}.ChatBot-module__yzLOMW__matchLink{font-size:.8rem}.ChatBot-module__yzLOMW__postBadge{padding:2px 10px;font-size:.6rem}.ChatBot-module__yzLOMW__postIcon{font-size:.7rem}.ChatBot-module__yzLOMW__messageHeading{font-size:.95rem}}@media (max-width:380px){.ChatBot-module__yzLOMW__postLink{border-radius:8px;padding:4px 12px;font-size:.75rem}.ChatBot-module__yzLOMW__postLinkIcon,.ChatBot-module__yzLOMW__postLinkArrow{font-size:.75rem}.ChatBot-module__yzLOMW__matchesContainer{padding:8px 10px}.ChatBot-module__yzLOMW__matchItem{gap:6px;padding:4px 0}.ChatBot-module__yzLOMW__matchNumber{min-width:18px;font-size:.7rem}.ChatBot-module__yzLOMW__matchLink{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.ChatBot-module__yzLOMW__inlineLink{transition:none}.ChatBot-module__yzLOMW__inlineLink:hover{text-shadow:none}.ChatBot-module__yzLOMW__postLink{transition:none}.ChatBot-module__yzLOMW__postLink:hover{transform:none}.ChatBot-module__yzLOMW__postLinkArrow{transition:none}.ChatBot-module__yzLOMW__postLink:hover .ChatBot-module__yzLOMW__postLinkArrow{transform:none}.ChatBot-module__yzLOMW__matchLink,.ChatBot-module__yzLOMW__matchItem{transition:none}.ChatBot-module__yzLOMW__matchItem:hover{padding-left:0}}.ChatBot-module__yzLOMW__inlineLink:focus-visible,.ChatBot-module__yzLOMW__matchLink:focus-visible,.ChatBot-module__yzLOMW__postLink:focus-visible{outline-offset:3px;outline:3px solid #25d366}.ChatBot-module__yzLOMW__inlineLink:after{content:"";transform-origin:0;background:linear-gradient(90deg,#25d366,#128c7e);width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.ChatBot-module__yzLOMW__inlineLink:hover:after{transform:scaleX(1)}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__inlineLink:after{background:linear-gradient(90deg,#ffffff80,#fff3)}.ChatBot-module__yzLOMW__matchLink:before{content:"🔗 ";opacity:0;transition:opacity .3s}.ChatBot-module__yzLOMW__matchLink:hover:before{opacity:1}.ChatBot-module__yzLOMW__postLink .ChatBot-module__yzLOMW__badge{background:#ffffff26;border-radius:6px;margin-left:4px;padding:2px 8px;font-size:.7rem;font-weight:500;display:inline-block}@media (max-width:480px){.ChatBot-module__yzLOMW__actionButton,.ChatBot-module__yzLOMW__clearButton{width:24px;height:24px;font-size:.8rem}.ChatBot-module__yzLOMW__headerRight{gap:2px}}@media (max-width:380px){.ChatBot-module__yzLOMW__actionButton,.ChatBot-module__yzLOMW__clearButton{width:20px;height:20px;font-size:.7rem}.ChatBot-module__yzLOMW__userBadge{padding:2px 6px 2px 2px;font-size:.6rem}.ChatBot-module__yzLOMW__userAvatar{width:16px;height:16px;font-size:7px}}@media (prefers-color-scheme:dark){.ChatBot-module__yzLOMW__actionButton{color:#fff9}.ChatBot-module__yzLOMW__actionButton:hover{background:#ffffff14}.ChatBot-module__yzLOMW__clearButton{color:#fff9}.ChatBot-module__yzLOMW__clearButton:hover{background:#ff000026}.ChatBot-module__yzLOMW__chatbot{--bg-color:#1e1e2f;--border-color:#33334a;--messages-bg:#181825;--bot-bubble:#2d2d44;--text-color:#f0f0f0;--text-muted:#88a;--input-bg:#2a2a3f}.ChatBot-module__yzLOMW__bubble{color:#f0f0f0;background:#2d2d44}.ChatBot-module__yzLOMW__botMessage .ChatBot-module__yzLOMW__bubble{background:#2d2d44}.ChatBot-module__yzLOMW__input{color:#f0f0f0;background:#2a2a3f;border-color:#44445a}.ChatBot-module__yzLOMW__input:focus{background:#22223a}.ChatBot-module__yzLOMW__inputWrapper{background:#1e1e2f;border-top-color:#33334a}.ChatBot-module__yzLOMW__messages::-webkit-scrollbar-thumb{background:#4a4a6a}.ChatBot-module__yzLOMW__userBadge{background:#ffffff14}.ChatBot-module__yzLOMW__floatingButton{box-shadow:0 8px 24px #6c5ce74d}}@media (max-width:768px){.ChatBot-module__yzLOMW__chatbot{width:380px;height:550px;max-height:calc(100vh - 100px);bottom:75px;right:20px}.ChatBot-module__yzLOMW__floatingButton{width:58px;height:58px;bottom:75px;right:20px}.ChatBot-module__yzLOMW__header{padding:14px 18px}.ChatBot-module__yzLOMW__header h3{font-size:.95rem}.ChatBot-module__yzLOMW__messages{padding:14px}.ChatBot-module__yzLOMW__bubble{max-width:88%;padding:10px 14px}}@media (max-width:480px){.ChatBot-module__yzLOMW__chatbot{border-radius:16px;width:calc(100vw - 24px);max-width:calc(100vw - 24px);height:550px;max-height:calc(100vh - 100px);animation:.3s ChatBot-module__yzLOMW__slideUpMobile;bottom:75px;right:12px}@keyframes ChatBot-module__yzLOMW__slideUpMobile{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatBot-module__yzLOMW__floatingButton{width:56px;height:56px;bottom:75px;right:16px}.ChatBot-module__yzLOMW__header{padding:12px 14px}.ChatBot-module__yzLOMW__header h3{font-size:.85rem}.ChatBot-module__yzLOMW__userBadge{padding:2px 10px 2px 2px;font-size:.65rem}.ChatBot-module__yzLOMW__userAvatar{width:20px;height:20px;font-size:8px}.ChatBot-module__yzLOMW__messages{gap:10px;padding:10px 12px}.ChatBot-module__yzLOMW__bubble{border-radius:14px;max-width:92%;padding:10px 12px}.ChatBot-module__yzLOMW__userMessage .ChatBot-module__yzLOMW__bubble{border-bottom-right-radius:4px}.ChatBot-module__yzLOMW__botMessage .ChatBot-module__yzLOMW__bubble{border-bottom-left-radius:4px}.ChatBot-module__yzLOMW__messageText{font-size:.88rem;line-height:1.3}.ChatBot-module__yzLOMW__senderName{font-size:.65rem}.ChatBot-module__yzLOMW__senderAvatar{width:18px;height:18px;font-size:8px}.ChatBot-module__yzLOMW__time{font-size:.6rem}.ChatBot-module__yzLOMW__inputWrapper{gap:6px;padding:8px 12px 10px}.ChatBot-module__yzLOMW__inputUserInfo{font-size:.65rem}.ChatBot-module__yzLOMW__input{border-radius:10px;min-height:38px;padding:8px 12px;font-size:.88rem}.ChatBot-module__yzLOMW__sendButton{width:40px;height:40px}.ChatBot-module__yzLOMW__sendButton svg{width:16px;height:16px}.ChatBot-module__yzLOMW__buttonBadge{width:20px;height:20px;font-size:9px;top:-3px;right:-3px}}@media (max-width:380px){.ChatBot-module__yzLOMW__chatbot{border-radius:14px;width:calc(100vw - 16px);max-width:calc(100vw - 16px);height:500px;max-height:calc(100vh - 100px);bottom:75px;right:8px}.ChatBot-module__yzLOMW__floatingButton{width:52px;height:52px;bottom:75px;right:12px}.ChatBot-module__yzLOMW__floatingButton svg{width:24px;height:24px}.ChatBot-module__yzLOMW__bubble{max-width:95%;padding:8px 10px}.ChatBot-module__yzLOMW__messageText{font-size:.85rem}.ChatBot-module__yzLOMW__header h3{font-size:.8rem}.ChatBot-module__yzLOMW__userBadge{padding:2px 8px 2px 2px;font-size:.6rem}.ChatBot-module__yzLOMW__userAvatar{width:18px;height:18px;font-size:7px}.ChatBot-module__yzLOMW__input{min-height:34px;padding:6px 10px;font-size:.85rem}.ChatBot-module__yzLOMW__sendButton{width:36px;height:36px}.ChatBot-module__yzLOMW__sendButton svg{width:14px;height:14px}}@media (min-width:1200px){.ChatBot-module__yzLOMW__chatbot{width:420px;height:650px;max-height:calc(100vh - 100px);bottom:75px;right:32px}.ChatBot-module__yzLOMW__floatingButton{width:64px;height:64px;bottom:75px;right:32px}.ChatBot-module__yzLOMW__floatingButton svg{width:32px;height:32px}.ChatBot-module__yzLOMW__header{padding:18px 24px}.ChatBot-module__yzLOMW__header h3{font-size:1.1rem}.ChatBot-module__yzLOMW__messages{gap:14px;padding:18px}.ChatBot-module__yzLOMW__bubble{max-width:80%;padding:14px 18px}.ChatBot-module__yzLOMW__messageText{font-size:1rem}.ChatBot-module__yzLOMW__inputWrapper{padding:14px 20px}.ChatBot-module__yzLOMW__input{min-height:48px;padding:12px 16px;font-size:1rem}.ChatBot-module__yzLOMW__sendButton{width:48px;height:48px}.ChatBot-module__yzLOMW__sendButton svg{width:20px;height:20px}}@media (max-height:500px) and (orientation:landscape){.ChatBot-module__yzLOMW__chatbot{height:400px;max-height:calc(100vh - 100px);bottom:75px}.ChatBot-module__yzLOMW__messages{gap:8px;padding:8px 12px}.ChatBot-module__yzLOMW__bubble{padding:8px 12px}.ChatBot-module__yzLOMW__messageText{font-size:.8rem}.ChatBot-module__yzLOMW__input{min-height:32px;padding:6px 10px;font-size:.8rem}.ChatBot-module__yzLOMW__sendButton{width:34px;height:34px}.ChatBot-module__yzLOMW__sendButton svg{width:14px;height:14px}.ChatBot-module__yzLOMW__header{padding:8px 14px}.ChatBot-module__yzLOMW__header h3{font-size:.8rem}.ChatBot-module__yzLOMW__userBadge{padding:2px 8px 2px 2px;font-size:.6rem}.ChatBot-module__yzLOMW__userAvatar{width:18px;height:18px;font-size:7px}.ChatBot-module__yzLOMW__inputWrapper{gap:4px;padding:6px 10px 8px}}.ChatBot-module__yzLOMW__messages{scrollbar-width:thin;scrollbar-color:#6c5ce7 transparent}@media (prefers-color-scheme:dark){.ChatBot-module__yzLOMW__floatingButton{box-shadow:0 8px 24px #6c5ce74d}.ChatBot-module__yzLOMW__floatingButton:hover{box-shadow:0 12px 32px #6c5ce780}.ChatBot-module__yzLOMW__buttonBadge{border-color:#1e1e2f}}@media (prefers-reduced-motion:reduce){.ChatBot-module__yzLOMW__chatbot,.ChatBot-module__yzLOMW__message{animation:none}.ChatBot-module__yzLOMW__floatingButton{transition:none}.ChatBot-module__yzLOMW__floatingButton:hover{transform:none}.ChatBot-module__yzLOMW__typing span{animation:none}.ChatBot-module__yzLOMW__closeButton:hover,.ChatBot-module__yzLOMW__sendButton:hover:not(:disabled){transform:none}}
.CommunityChat-module__OZi6gW__floatingButton{z-index:9998;color:#ff0;cursor:pointer;background:linear-gradient(135deg,#38bdf8 0%,#0ea5e9 50%,#2563eb 100%);border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:145px;height:52px;padding:0 18px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:flex;position:fixed;bottom:80px;left:20px;right:auto;box-shadow:0 12px 35px #00000059,0 0 0 1px #ffffff08}.CommunityChat-module__OZi6gW__floatingButton:hover{background:linear-gradient(135deg,#1f2937,#374151);transform:translateY(-3px);box-shadow:0 18px 42px #0000006b,0 0 0 1px #ffffff14}.CommunityChat-module__OZi6gW__floatingButton:active{transform:translateY(-1px)}.CommunityChat-module__OZi6gW__floatingIcon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:17px;display:flex}.CommunityChat-module__OZi6gW__floatingText{white-space:nowrap}.CommunityChat-module__OZi6gW__unreadBadge{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #111827;border-radius:999px;justify-content:center;align-items:center;min-width:23px;height:23px;padding:0 6px;font-size:10px;font-weight:900;line-height:1;animation:1.8s ease-in-out infinite CommunityChat-module__OZi6gW__unreadPulse;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 5px 15px #ef444473}@keyframes CommunityChat-module__OZi6gW__unreadPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.CommunityChat-module__OZi6gW__chatWindow{z-index:9999;color:#fff;background:#0f172a;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;width:min(400px,100vw - 40px);height:min(650px,100vh - 100px);min-height:420px;animation:.22s ease-out CommunityChat-module__OZi6gW__chatAppear;display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 25px 70px #00000080,0 0 0 1px #ffffff08}@keyframes CommunityChat-module__OZi6gW__chatAppear{0%{opacity:0;transform:translateY(15px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.CommunityChat-module__OZi6gW__header{background:linear-gradient(135deg,#111827,#172033);border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;min-height:70px;padding:12px 14px;display:flex}.CommunityChat-module__OZi6gW__headerInfo{align-items:center;gap:11px;min-width:0;display:flex}.CommunityChat-module__OZi6gW__communityIcon{background:#ffffff14;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:21px;display:flex}.CommunityChat-module__OZi6gW__header h2{color:#fff;margin:0;font-size:16px;font-weight:800}.CommunityChat-module__OZi6gW__onlineStatus{color:#94a3b8;align-items:center;gap:5px;margin-top:2px;font-size:11px;display:flex}.CommunityChat-module__OZi6gW__onlineDot{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #22c55eb3}.CommunityChat-module__OZi6gW__closeButton{color:#cbd5e1;cursor:pointer;background:#ffffff12;border:0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;line-height:1;transition:background .2s,color .2s,transform .2s;display:flex}.CommunityChat-module__OZi6gW__closeButton:hover{color:#fff;background:#ffffff21;transform:rotate(90deg)}.CommunityChat-module__OZi6gW__userBar{background:#ffffff06;border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:10px;padding:9px 13px;display:flex}.CommunityChat-module__OZi6gW__userAvatar{color:#fff;background:linear-gradient(135deg,#334155,#475569);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:800;display:flex;overflow:hidden}.CommunityChat-module__OZi6gW__userAvatar img{object-fit:cover;width:100%;height:100%}.CommunityChat-module__OZi6gW__userInfo{flex-direction:column;min-width:0;display:flex}.CommunityChat-module__OZi6gW__userLabel{color:#64748b;font-size:9px;line-height:1.2}.CommunityChat-module__OZi6gW__userInfo strong{text-overflow:ellipsis;white-space:nowrap;color:#e2e8f0;max-width:190px;font-size:12px;overflow:hidden}.CommunityChat-module__OZi6gW__loginWarning{color:#f59e0b;white-space:nowrap;margin-left:auto;font-size:9px;font-weight:700}.CommunityChat-module__OZi6gW__messages{scroll-behavior:smooth;background:radial-gradient(circle at 0 0,#3b82f60b,#0000 35%),#0b1220;flex:1;min-height:0;padding:15px 12px;overflow:hidden auto}.CommunityChat-module__OZi6gW__messages::-webkit-scrollbar{width:5px}.CommunityChat-module__OZi6gW__messages::-webkit-scrollbar-track{background:0 0}.CommunityChat-module__OZi6gW__messages::-webkit-scrollbar-thumb{background:#94a3b838;border-radius:999px}.CommunityChat-module__OZi6gW__messages::-webkit-scrollbar-thumb:hover{background:#94a3b859}.CommunityChat-module__OZi6gW__messageRow{align-items:flex-end;gap:7px;width:100%;margin-bottom:11px;display:flex}.CommunityChat-module__OZi6gW__myMessageRow{justify-content:flex-end}.CommunityChat-module__OZi6gW__messageAvatar{color:#e2e8f0;background:#334155;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:800;display:flex;overflow:hidden}.CommunityChat-module__OZi6gW__messageAvatar img{object-fit:cover;width:100%;height:100%}.CommunityChat-module__OZi6gW__messageContent,.CommunityChat-module__OZi6gW__myMessageContent{max-width:78%}.CommunityChat-module__OZi6gW__messageBubble{background:#1e293b;border:1px solid #ffffff12;border-radius:14px 14px 14px 4px;padding:8px 10px;box-shadow:0 3px 10px #0000001f}.CommunityChat-module__OZi6gW__myMessageBubble{background:linear-gradient(135deg,#1d4ed8,#2563eb);border-color:#ffffff14;border-radius:14px 14px 4px}.CommunityChat-module__OZi6gW__messageUsername{color:#60a5fa;margin-bottom:3px;font-size:10px;font-weight:800}.CommunityChat-module__OZi6gW__messageText{color:#e2e8f0;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;font-size:13px;line-height:1.45}.CommunityChat-module__OZi6gW__myMessageBubble .CommunityChat-module__OZi6gW__messageText{color:#fff}.CommunityChat-module__OZi6gW__messageLink{color:#60a5fa;overflow-wrap:anywhere;text-decoration:underline;text-decoration-thickness:1px}.CommunityChat-module__OZi6gW__myMessageBubble .CommunityChat-module__OZi6gW__messageLink{color:#dbeafe}.CommunityChat-module__OZi6gW__messageMeta{color:#64748b;justify-content:flex-end;align-items:center;gap:5px;margin-top:4px;font-size:8px;display:flex}.CommunityChat-module__OZi6gW__myMessageBubble .CommunityChat-module__OZi6gW__messageMeta{color:#ffffffa6}.CommunityChat-module__OZi6gW__deleteButton{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:0;padding:0;font-size:9px;transition:opacity .2s,transform .2s}.CommunityChat-module__OZi6gW__deleteButton:hover{opacity:1;transform:scale(1.1)}.CommunityChat-module__OZi6gW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:30px;display:flex}.CommunityChat-module__OZi6gW__emptyIcon{background:#ffffff0f;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:12px;font-size:25px;display:flex}.CommunityChat-module__OZi6gW__emptyState h3{color:#e2e8f0;margin:0 0 5px;font-size:14px}.CommunityChat-module__OZi6gW__emptyState p{color:#64748b;margin:0;font-size:11px}.CommunityChat-module__OZi6gW__emojiBar{background:#111827;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:2px;padding:6px 9px;display:flex;overflow-x:auto}.CommunityChat-module__OZi6gW__emojiBar::-webkit-scrollbar{height:0}.CommunityChat-module__OZi6gW__emojiButton{cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:17px;transition:background .15s,transform .15s;display:flex}.CommunityChat-module__OZi6gW__emojiButton:hover{background:#ffffff14;transform:scale(1.12)}.CommunityChat-module__OZi6gW__emojiButton:active{transform:scale(.95)}.CommunityChat-module__OZi6gW__inputArea{background:#111827;flex-shrink:0;align-items:flex-end;gap:7px;padding:8px 9px 5px;display:flex}.CommunityChat-module__OZi6gW__inputWrapper{flex:1;min-width:0;position:relative}.CommunityChat-module__OZi6gW__inputWrapper textarea{resize:none;box-sizing:border-box;color:#f8fafc;background:#1e293b;border:1px solid #ffffff17;border-radius:13px;outline:none;width:100%;min-height:40px;max-height:100px;padding:11px 45px 9px 12px;font-family:inherit;font-size:12px;line-height:1.4;transition:border-color .2s,background .2s;display:block}.CommunityChat-module__OZi6gW__inputWrapper textarea::placeholder{color:#64748b}.CommunityChat-module__OZi6gW__inputWrapper textarea:focus{background:#243247;border-color:#60a5fa8c}.CommunityChat-module__OZi6gW__inputWrapper textarea:disabled{opacity:.55;cursor:not-allowed}.CommunityChat-module__OZi6gW__characterCount{color:#64748b;pointer-events:none;font-size:8px;position:absolute;bottom:7px;right:10px}.CommunityChat-module__OZi6gW__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#3b82f6);border:0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;transition:transform .2s,opacity .2s,box-shadow .2s;display:flex;box-shadow:0 7px 18px #2563eb47}.CommunityChat-module__OZi6gW__sendButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 23px #2563eb59}.CommunityChat-module__OZi6gW__sendButton:active:not(:disabled){transform:translateY(0)}.CommunityChat-module__OZi6gW__sendButton:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.CommunityChat-module__OZi6gW__footerHint{color:#475569;text-align:center;background:#111827;flex-shrink:0;padding:2px 10px 7px;font-size:8px}@media (max-width:700px){.CommunityChat-module__OZi6gW__floatingButton{border-radius:50%;width:52px;min-width:52px;height:52px;padding:0;bottom:80px;left:14px;right:auto}.CommunityChat-module__OZi6gW__floatingText{display:none}.CommunityChat-module__OZi6gW__floatingIcon{background:0 0;width:32px;height:32px;font-size:19px}.CommunityChat-module__OZi6gW__chatWindow{border-radius:18px;width:auto;height:calc(100vh - 88px);min-height:0;max-height:none;bottom:8px;left:8px;right:8px}.CommunityChat-module__OZi6gW__messageContent,.CommunityChat-module__OZi6gW__myMessageContent{max-width:84%}}@media (max-width:420px){.CommunityChat-module__OZi6gW__chatWindow{border-radius:16px;height:calc(100vh - 86px);bottom:6px;left:6px;right:6px}.CommunityChat-module__OZi6gW__header{min-height:62px;padding:9px 10px}.CommunityChat-module__OZi6gW__communityIcon{border-radius:11px;width:37px;height:37px;font-size:18px}.CommunityChat-module__OZi6gW__header h2{font-size:14px}.CommunityChat-module__OZi6gW__onlineStatus{font-size:9px}.CommunityChat-module__OZi6gW__closeButton{width:32px;height:32px;font-size:21px}.CommunityChat-module__OZi6gW__userBar{padding:7px 10px}.CommunityChat-module__OZi6gW__messages{padding:12px 8px}.CommunityChat-module__OZi6gW__messageContent,.CommunityChat-module__OZi6gW__myMessageContent{max-width:86%}.CommunityChat-module__OZi6gW__messageText{font-size:12px}.CommunityChat-module__OZi6gW__emojiBar{padding:5px 6px}.CommunityChat-module__OZi6gW__emojiButton{width:28px;height:28px;font-size:16px}.CommunityChat-module__OZi6gW__inputArea{padding:6px 7px 4px}.CommunityChat-module__OZi6gW__sendButton{width:38px;height:38px}.CommunityChat-module__OZi6gW__footerHint{padding-bottom:6px;font-size:7px}}@media (max-width:340px){.CommunityChat-module__OZi6gW__chatWindow{border-radius:14px;height:calc(100vh - 84px);bottom:4px;left:4px;right:4px}.CommunityChat-module__OZi6gW__messageAvatar{width:24px;height:24px}.CommunityChat-module__OZi6gW__messageBubble{padding:7px 8px}.CommunityChat-module__OZi6gW__messageText{font-size:11px}.CommunityChat-module__OZi6gW__userInfo strong{max-width:130px}}@media (prefers-reduced-motion:reduce){.CommunityChat-module__OZi6gW__floatingButton,.CommunityChat-module__OZi6gW__closeButton,.CommunityChat-module__OZi6gW__emojiButton,.CommunityChat-module__OZi6gW__sendButton{transition:none}.CommunityChat-module__OZi6gW__unreadBadge,.CommunityChat-module__OZi6gW__chatWindow{animation:none}}
