.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}}
