.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)}to{opacity:1;transform:translateY(0)}}.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}to{opacity:1}}.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__messages-container::-webkit-scrollbar{width:5px}.ChatBot-module__yzLOMW__messages-container::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.ChatBot-module__yzLOMW__messages-container::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.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{white-space:pre-wrap;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{margin:0 0 10px;font-size:14px;line-height:1.5}.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 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:8px 0;padding-left:20px}.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{margin-bottom:6px;padding-left:4px;font-size:14px;position:relative}.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:3px solid var(--primary);color:#555;background-color:#357ab50d;margin:10px 0;padding:8px 12px;font-size:14px}.ChatBot-module__yzLOMW__chat-link{border-bottom:1px dashed var(--primary);text-decoration:none;transition:all .2s;color:var(--primary)!important}.ChatBot-module__yzLOMW__chat-link:hover{border-bottom-style:solid;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,.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text strong{color:var(--primary-dark)!important}.ChatBot-module__yzLOMW__ai-message .ChatBot-module__yzLOMW__message-text a:hover{color:var(--accent)!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:#555;font-weight:500}@media (max-width:480px){.ChatBot-module__yzLOMW__chatbot-window:not(.ChatBot-module__yzLOMW__fullscreen){width:320px;height:450px;bottom:70px;right:10px}.ChatBot-module__yzLOMW__message{max-width:90%;padding:10px 12px;font-size:13px}.ChatBot-module__yzLOMW__question-buttons{gap:5px}.ChatBot-module__yzLOMW__question-button{padding:7px 9px;font-size:12px}}
