.ChatBot-module__yzLOMW__chatbotRoot{--primary-dark:#1e4a6e;--primary:#357ab5;--accent:#fcd241;--light-gray:#f8f9fa;--dark-text:#333;--light-text:#fff;--shadow-color:#1e4a6e26}.ChatBot-module__yzLOMW__chatbot-container{z-index:999;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;position:fixed;bottom:20px;right:20px}.ChatBot-module__yzLOMW__chatbot-button{background-color:var(--primary);color:#fff;cursor:pointer;width:60px;height:60px;box-shadow:0 4px 12px var(--shadow-color);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:all .3s;display:flex}.ChatBot-module__yzLOMW__chatbot-button:hover{background-color:var(--primary-dark);transform:scale(1.05);box-shadow:0 6px 16px #0003}.ChatBot-module__yzLOMW__chatbot-window{width:380px;height:550px;box-shadow:0 5px 25px var(--shadow-color);background-color:#fff;border-radius:16px;flex-direction:column;transition:all .3s;animation:.3s ease-out ChatBot-module__yzLOMW__slideIn;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden}.ChatBot-module__yzLOMW__chatbot-window.ChatBot-module__yzLOMW__fullscreen{z-index:1000;border-radius:0;width:100%;height:100vh;max-height:100vh;position:fixed;inset:0;overflow:hidden}@keyframes ChatBot-module__yzLOMW__slideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatBot-module__yzLOMW__chatbot-header{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.ChatBot-module__yzLOMW__chatbot-header h3{letter-spacing:.5px;margin:0;font-size:16px;font-weight:600}.ChatBot-module__yzLOMW__header-buttons{gap:10px;display:flex}.ChatBot-module__yzLOMW__header-button{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:background .2s;display:flex}.ChatBot-module__yzLOMW__header-button:hover{background:#ffffff4d}.ChatBot-module__yzLOMW__chatbot-body{background-color:var(--light-gray);flex-direction:column;flex-grow:1;height:calc(100% - 60px);padding:16px;display:flex;overflow:hidden}.ChatBot-module__yzLOMW__purchase-key-container{text-align:center;background-color:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;display:flex;box-shadow:0 2px 10px #0000000d}.ChatBot-module__yzLOMW__purchase-key-header{flex-direction:column;align-items:center;margin-bottom:20px;display:flex}.ChatBot-module__yzLOMW__robot-icon{color:var(--primary);background:#ecf0f1;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 15px;font-size:40px;display:flex}.ChatBot-module__yzLOMW__purchase-key-header h2{color:var(--primary-dark);margin:10px 0;font-size:20px;font-weight:600}.ChatBot-module__yzLOMW__purchase-key-container p{color:#7f8c8d;margin-bottom:25px;font-size:15px;line-height:1.5}.ChatBot-module__yzLOMW__purchase-key-container form{flex-direction:column;width:100%;display:flex}.ChatBot-module__yzLOMW__purchase-key-container input{border:1px solid #ddd;border-radius:8px;margin-bottom:15px;padding:12px;font-size:14px;transition:border-color .2s}.ChatBot-module__yzLOMW__purchase-key-container input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #357ab533}.ChatBot-module__yzLOMW__helper-text{color:#7f8c8d;text-align:left;margin-bottom:15px;font-size:12px;line-height:1.4}.ChatBot-module__yzLOMW__helper-text small{opacity:.9}.ChatBot-module__yzLOMW__support-contact{color:#7f8c8d;margin-top:20px;font-size:14px}.ChatBot-module__yzLOMW__support-contact a{color:var(--primary);font-weight:500;text-decoration:none}.ChatBot-module__yzLOMW__support-contact a:hover{text-decoration:underline}.ChatBot-module__yzLOMW__verify-button{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px;font-size:15px;font-weight:500;transition:all .2s}.ChatBot-module__yzLOMW__verify-button:hover:not(:disabled){background-color:var(--primary-dark);transform:translateY(-2px)}.ChatBot-module__yzLOMW__verify-button:disabled{cursor:not-allowed;background-color:#95a5a6}.ChatBot-module__yzLOMW__error-message{color:#e74c3c;text-align:center;margin:10px 0;font-size:14px;animation:.3s ChatBot-module__yzLOMW__fadeIn}@keyframes ChatBot-module__yzLOMW__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.ChatBot-module__yzLOMW__messages-container{scroll-behavior:smooth;flex-direction:column;flex-grow:1;max-height:calc(100% - 140px);margin-bottom:10px;padding:10px 0;display:flex;overflow-y:auto}.ChatBot-module__yzLOMW__message{word-wrap:break-word;border-radius:10px;max-width:90%;margin-bottom:10px;padding:12px 14px;font-size:14px;line-height:1.4;animation:.3s ChatBot-module__yzLOMW__fadeIn}.ChatBot-module__yzLOMW__user-message{background-color:var(--primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end;box-shadow:0 1px 2px #0000001a}.ChatBot-module__yzLOMW__ai-message{color:var(--dark-text);background-color:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 2px #0000001a}.ChatBot-module__yzLOMW__message-text{font-size:14px}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text{color:var(--dark-text)}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text p{color:#2c3e50;margin:0 0 12px;font-size:14px;line-height:1.6}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text p:last-child{margin-bottom:0}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text strong,.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text b{color:var(--primary-dark);font-weight:700}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text em,.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text i{color:#555;font-style:italic}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text h1,.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text h2,.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text h3,.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text h4{color:var(--primary-dark);margin-top:16px;margin-bottom:10px;font-weight:600;line-height:1.3}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text h1{font-size:1.4em}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text h2{font-size:1.3em}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text h3{font-size:1.2em}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text h4{font-size:1.1em}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text ul,.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text ol{margin:10px 0 14px;padding-left:24px;line-height:1.6}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text ol{counter-reset:list-number}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text li{color:#2c3e50;margin-bottom:8px;padding-left:4px;font-size:14px;line-height:1.6;position:relative}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text li:last-child{margin-bottom:0}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text ul li::marker{color:var(--primary)}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text ol li::marker{color:var(--primary);font-weight:600}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text code{color:var(--primary-dark);background-color:#0000000d;border-radius:4px;padding:2px 4px;font-family:Consolas,Monaco,monospace;font-size:13px}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text pre>div{border-radius:6px;font-size:13px;margin:0!important;overflow-x:auto!important}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text pre code{color:inherit;background-color:#0000;border-radius:0;padding:0}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text blockquote{border-left:4px solid var(--primary);color:#555;background-color:#357ab514;border-radius:4px;margin:12px 0;padding:10px 14px;font-size:14px;font-style:italic}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text blockquote p{margin:0}.ChatBot-module__yzLOMW__chat-link{border-bottom:1px solid var(--primary);font-weight:500;text-decoration:none;transition:all .2s;color:var(--primary)!important}.ChatBot-module__yzLOMW__chat-link:hover{border-bottom:2px solid var(--primary-dark);background-color:#357ab50d;color:var(--primary-dark)!important}.ChatBot-module__yzLOMW__user-message .ChatBot-module__yzLOMW__message-text{color:#fff;font-size:14px}.ChatBot-module__yzLOMW__user-message .ChatBot-module__yzLOMW__message-text p{margin:0;font-size:14px}.ChatBot-module__yzLOMW__loading-dots{justify-content:center;padding:8px 0;display:flex}.ChatBot-module__yzLOMW__loading-dots span{background-color:#95a5a6;border-radius:50%;width:6px;height:6px;margin:0 3px;animation:1.5s ease-in-out infinite ChatBot-module__yzLOMW__bounce}.ChatBot-module__yzLOMW__loading-dots span:first-child{animation-delay:0s}.ChatBot-module__yzLOMW__loading-dots span:nth-child(2){animation-delay:.2s}.ChatBot-module__yzLOMW__loading-dots span:nth-child(3){animation-delay:.4s}@keyframes ChatBot-module__yzLOMW__bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.ChatBot-module__yzLOMW__suggested-questions{background-color:#fff;border-radius:10px;margin-bottom:12px;padding:12px;box-shadow:0 1px 3px #0000000d}.ChatBot-module__yzLOMW__suggested-title{color:#7f8c8d;margin:0 0 8px;font-size:13px;font-weight:600}.ChatBot-module__yzLOMW__question-buttons{flex-direction:column;gap:6px;display:flex}.ChatBot-module__yzLOMW__question-button{background-color:var(--light-gray);color:var(--primary-dark);cursor:pointer;text-align:left;border:1px solid #e9ecef;border-radius:8px;align-items:center;padding:8px 10px;font-size:13px;transition:all .2s;display:flex}.ChatBot-module__yzLOMW__question-button:hover{border-color:var(--accent);background-color:#fcd2411a}.ChatBot-module__yzLOMW__question-icon{color:var(--primary);width:14px;margin-right:8px;font-size:13px}.ChatBot-module__yzLOMW__message-form{border-top:1px solid #e9ecef;gap:10px;margin-top:10px;padding-top:12px;display:flex}.ChatBot-module__yzLOMW__message-form input{background-color:#fff;border:1px solid #ddd;border-radius:20px;flex-grow:1;padding:10px 14px;font-size:14px;transition:all .2s;box-shadow:0 1px 3px #0000000d}.ChatBot-module__yzLOMW__message-form input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #357ab51a}.ChatBot-module__yzLOMW__send-button{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;box-shadow:0 2px 5px #0000001a}.ChatBot-module__yzLOMW__send-button:hover:not(:disabled){background-color:var(--primary-dark);transform:translateY(-2px)}.ChatBot-module__yzLOMW__send-button:disabled{cursor:not-allowed;background-color:#95a5a6}.ChatBot-module__yzLOMW__chatbot-footer{justify-content:center;margin-top:8px;display:flex}.ChatBot-module__yzLOMW__logout-button{color:#7f8c8d;cursor:pointer;background:0 0;border:none;padding:5px 10px;font-size:12px;text-decoration:underline;transition:color .2s}.ChatBot-module__yzLOMW__logout-button:hover{color:var(--primary-dark)}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text pre{background-color:#282c34;border-radius:6px;margin:12px 0;font-size:13px;overflow:hidden}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text pre>div{margin:0!important;padding:10px!important;font-size:13px!important}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text pre:has(code){position:relative}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text pre:has(code):after{content:"";background-image:linear-gradient(90deg,#0000,#282c34);width:12px;position:absolute;top:0;bottom:0;right:0}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text a{text-decoration:underline;-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary);text-underline-offset:2px;transition:all .2s;color:var(--primary)!important}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text a:hover{-webkit-text-decoration-color:var(--primary-dark);text-decoration-color:var(--primary-dark);background-color:#357ab50d;color:var(--primary-dark)!important}.ChatBot-module__yzLOMW__user-message .ChatBot-module__yzLOMW__message-text p{color:#fff;font-weight:500}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text p{color:#2c3e50;font-weight:400;line-height:1.6}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text>*+*{margin-top:10px}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text hr{border:none;border-top:2px solid #357ab533;margin:16px 0}.ChatBot-module__yzLOMW__premium-mode{border:2px solid #fdc153;box-shadow:0 8px 32px #fdc15340}.ChatBot-module__yzLOMW__premium-header{background:linear-gradient(135deg,#d4a84b 0%,#fdc153 50%,#b8941f 100%)!important}.ChatBot-module__yzLOMW__premium-header h3{text-shadow:0 1px 2px #ffffff4d;color:#1a1a1a!important}.ChatBot-module__yzLOMW__premium-header .ChatBot-module__yzLOMW__header-button{color:#1a1a1a!important;background:#00000026!important}.ChatBot-module__yzLOMW__premium-header .ChatBot-module__yzLOMW__header-button:hover{background:#00000040!important}.ChatBot-module__yzLOMW__free-header{background:linear-gradient(135deg,#1d8348 0%,#28a745 50%,#1d8348 100%)!important}.ChatBot-module__yzLOMW__selection-container{text-align:center;background:linear-gradient(#fff 0%,#f8f9fa 100%);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:30px 24px;display:flex}.ChatBot-module__yzLOMW__selection-icon-wrapper{background:linear-gradient(135deg,#357ab5 0%,#1e4a6e 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex;box-shadow:0 8px 24px #357ab54d}.ChatBot-module__yzLOMW__selection-robot-icon{color:#fff;font-size:36px}.ChatBot-module__yzLOMW__selection-title{color:#1e4a6e;letter-spacing:-.5px;margin:0 0 8px;font-size:22px;font-weight:700}.ChatBot-module__yzLOMW__selection-subtitle{color:#7f8c8d;margin:0 0 32px;font-size:14px;font-weight:400}.ChatBot-module__yzLOMW__selection-buttons{flex-direction:column;gap:16px;width:100%;max-width:320px;display:flex}.ChatBot-module__yzLOMW__selection-button{cursor:pointer;text-align:left;border:2px solid #0000;border-radius:14px;align-items:center;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ChatBot-module__yzLOMW__selection-button:before{content:"";pointer-events:none;background:linear-gradient(135deg,#fff3 0%,#fff0 100%);position:absolute;inset:0}.ChatBot-module__yzLOMW__premium-button{color:#1a1a1a;background:linear-gradient(135deg,#fdc153 0%,#e5a93e 100%);border-color:#d4a84b;box-shadow:0 4px 16px #fdc15359}.ChatBot-module__yzLOMW__premium-button:hover{border-color:#b8941f;transform:translateY(-3px);box-shadow:0 8px 24px #fdc15380}.ChatBot-module__yzLOMW__premium-button:active{transform:translateY(-1px)}.ChatBot-module__yzLOMW__free-button{color:#fff;background:linear-gradient(135deg,#34c759 0%,#28a745 100%);border-color:#28a745;box-shadow:0 4px 16px #28a7454d}.ChatBot-module__yzLOMW__free-button:hover{border-color:#1d8348;transform:translateY(-3px);box-shadow:0 8px 24px #28a74573}.ChatBot-module__yzLOMW__free-button:active{transform:translateY(-1px)}.ChatBot-module__yzLOMW__button-icon-wrapper{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-right:14px;font-size:20px;display:flex}.ChatBot-module__yzLOMW__premium-button .ChatBot-module__yzLOMW__button-icon-wrapper{color:#8b6914;background:#0000001a}.ChatBot-module__yzLOMW__free-button .ChatBot-module__yzLOMW__button-icon-wrapper{color:#fff;background:#ffffff40}.ChatBot-module__yzLOMW__button-text{flex-direction:column;gap:2px;display:flex}.ChatBot-module__yzLOMW__button-title{font-size:16px;font-weight:700;line-height:1.2}.ChatBot-module__yzLOMW__premium-button .ChatBot-module__yzLOMW__button-title{color:#1a1a1a}.ChatBot-module__yzLOMW__free-button .ChatBot-module__yzLOMW__button-title{color:#fff}.ChatBot-module__yzLOMW__button-desc{opacity:.85;font-size:12px;font-weight:400}.ChatBot-module__yzLOMW__premium-button .ChatBot-module__yzLOMW__button-desc{color:#5a4a1a}.ChatBot-module__yzLOMW__free-button .ChatBot-module__yzLOMW__button-desc{color:#ffffffe6}@media (min-width:1024px){.ChatBot-module__yzLOMW__chatbot-window:not(.ChatBot-module__yzLOMW__fullscreen){width:420px;height:600px;bottom:80px;right:0}.ChatBot-module__yzLOMW__chatbot-window.ChatBot-module__yzLOMW__fullscreen{border-radius:16px;max-width:800px;max-height:90vh;margin:5vh auto;top:0;left:50%;right:auto;transform:translate(-50%)}.ChatBot-module__yzLOMW__messages-container{max-height:calc(100% - 130px)}}@media (min-width:768px) and (max-width:1023px){.ChatBot-module__yzLOMW__chatbot-container{bottom:15px;right:15px}.ChatBot-module__yzLOMW__chatbot-window:not(.ChatBot-module__yzLOMW__fullscreen){width:400px;height:550px;bottom:75px;right:0}.ChatBot-module__yzLOMW__chatbot-window.ChatBot-module__yzLOMW__fullscreen{border-radius:0;max-width:100%;max-height:100%}.ChatBot-module__yzLOMW__selection-container{padding:24px 20px}.ChatBot-module__yzLOMW__selection-buttons{max-width:300px}}@media (max-width:767px){.ChatBot-module__yzLOMW__chatbot-container{bottom:12px;right:12px}.ChatBot-module__yzLOMW__chatbot-button{width:54px;height:54px;font-size:22px}.ChatBot-module__yzLOMW__chatbot-window:not(.ChatBot-module__yzLOMW__fullscreen){width:calc(100vw - 24px);max-width:360px;height:480px;bottom:70px;right:0}.ChatBot-module__yzLOMW__chatbot-window.ChatBot-module__yzLOMW__fullscreen{border-radius:0;width:100%;height:100vh;max-height:100vh}.ChatBot-module__yzLOMW__chatbot-header{padding:12px 16px}.ChatBot-module__yzLOMW__chatbot-header h3{font-size:15px}.ChatBot-module__yzLOMW__header-button{width:28px;height:28px;font-size:13px}.ChatBot-module__yzLOMW__chatbot-body{padding:12px}.ChatBot-module__yzLOMW__selection-container{padding:20px 16px}.ChatBot-module__yzLOMW__selection-icon-wrapper{width:70px;height:70px;margin-bottom:20px}.ChatBot-module__yzLOMW__selection-robot-icon{font-size:30px}.ChatBot-module__yzLOMW__selection-title{font-size:20px}.ChatBot-module__yzLOMW__selection-subtitle{margin-bottom:24px;font-size:13px}.ChatBot-module__yzLOMW__selection-buttons{gap:12px;max-width:100%}.ChatBot-module__yzLOMW__selection-button{border-radius:12px;padding:14px 16px}.ChatBot-module__yzLOMW__button-icon-wrapper{width:40px;height:40px;margin-right:12px;font-size:18px}.ChatBot-module__yzLOMW__button-title{font-size:15px}.ChatBot-module__yzLOMW__button-desc{font-size:11px}.ChatBot-module__yzLOMW__message{max-width:92%;padding:10px 12px;font-size:13px}.ChatBot-module__yzLOMW__messages-container{max-height:calc(100% - 120px);padding:8px 0}.ChatBot-module__yzLOMW__message-form{gap:8px;padding-top:10px}.ChatBot-module__yzLOMW__message-form input{padding:10px 12px;font-size:14px}.ChatBot-module__yzLOMW__send-button{width:36px;height:36px;font-size:14px}.ChatBot-module__yzLOMW__question-buttons{gap:5px}.ChatBot-module__yzLOMW__question-button{padding:8px 10px;font-size:12px}.ChatBot-module__yzLOMW__purchase-key-container{padding:20px 16px}.ChatBot-module__yzLOMW__purchase-key-header h2{font-size:18px}.ChatBot-module__yzLOMW__robot-icon{width:60px;height:60px;font-size:32px}.ChatBot-module__yzLOMW__verify-button{padding:10px;font-size:14px}}@media (max-width:359px){.ChatBot-module__yzLOMW__chatbot-window:not(.ChatBot-module__yzLOMW__fullscreen){width:calc(100vw - 16px);height:420px;right:-4px}.ChatBot-module__yzLOMW__selection-button{padding:12px 14px}.ChatBot-module__yzLOMW__button-icon-wrapper{width:36px;height:36px;margin-right:10px;font-size:16px}.ChatBot-module__yzLOMW__button-title{font-size:14px}.ChatBot-module__yzLOMW__button-desc{font-size:10px}}.ChatBot-module__yzLOMW__messages-container::-webkit-scrollbar{width:6px}.ChatBot-module__yzLOMW__messages-container::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.ChatBot-module__yzLOMW__messages-container::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.ChatBot-module__yzLOMW__messages-container::-webkit-scrollbar-thumb:hover{background:#00000040}
