#ai-chatbot-launcher{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#007bff;background-image:url('../img/chat-icon.svg');background-size:30px;background-repeat:no-repeat;background-position:center;border-radius:50%;cursor:pointer;z-index:9999;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;}#ai-chatbot-launcher.active{box-shadow:0 6px 16px rgba(0,0,0,.2);background-color:#0056b3;background-image:none}#ai-chatbot-launcher::after{content:'';position:absolute;top:50%;left:50%;width:30px;height:30px;margin-top:-15px;margin-left:-15px;background-image:url('../img/close-icon.svg');background-size:contain;background-repeat:no-repeat;background-position:center;opacity:0;transform:rotate(-90deg) scale(0);transition:all .3s ease}#ai-chatbot-launcher.active::after{opacity:1;transform:rotate(0deg) scale(1);}@keyframes zoomSlideUp{0%{opacity:0;transform:translateY(50px) scale(.5)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes zoomSlideDown{0%{opacity:1;transform:translateY(0) scale(1)}100%{opacity:0;transform:translateY(50px) scale(.5)}}.ai-chatbot-animate-in{display:flex!important;animation:zoomSlideUp .4s cubic-bezier(.16,1,.3,1) forwards;}.ai-chatbot-animate-out{display:flex!important;animation:zoomSlideDown .3s cubic-bezier(.16,1,.3,1) forwards;pointer-events:none}#ai-chatbot-container{position:fixed;bottom:90px;right:20px;width:350px;height:auto;min-height:400px;max-height:600px;background-color:white;border:1px solid #ccc;border-radius:10px;display:none;flex-direction:column;z-index:9999;box-shadow:0 4px 12px rgba(0,0,0,.15);transform-origin:bottom right;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;}#ai-chatbot-container *{box-sizing:border-box;}#ai-chatbot-launcher.pos-left{left:20px;right:auto}#ai-chatbot-launcher.pos-right{right:20px;left:auto}#ai-chatbot-container.pos-left{left:20px;right:auto;transform-origin:bottom left}#ai-chatbot-container.pos-right{right:20px;left:auto;transform-origin:bottom right}#ai-chatbot-header{padding:10px;background-color:#007bff;color:white;border-top-left-radius:10px;border-top-right-radius:10px;font-weight:bold;display:flex;justify-content:space-between;align-items:center;font-size:16px;}.state-registration #ai-chatbot-header{display:none}.ai-chatbot-avatar-header{width:30px;height:30px;border-radius:50%;margin-right:10px;object-fit:cover;background-color:white;}.ai-chatbot-avatar-large{width:80px;height:80px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 12px;box-shadow:0 2px 6px rgba(0,0,0,.1);background-color:#bdee9e;}#ai-chatbot-messages{flex:1;padding:10px;overflow-y:auto;background-color:#f9f9f9;display:flex;flex-direction:column;min-height:0}#ai-chatbot-input-area{padding:15px;border-top:1px solid #f0f0f0;}.ai-input-wrapper{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:25px;padding:4px 6px 4px 15px;background-color:white;transition:border-color .2s;}.ai-input-wrapper:focus-within{border-color:#007bff;}#ai-chatbot-input-area textarea{flex:1;border:none;outline:none;padding:8px 0;font-size:14px;background:transparent;margin:0;resize:none;overflow-y:hidden;line-height:1.4;max-height:60px;font-family:inherit;}#ai-chatbot-input-area textarea:focus{overflow-y:auto}#ai-chatbot-input-area button{background:transparent;border:none;cursor:pointer;padding:6px!important;display:flex;width:30px!important;height:30px!important;align-items:center;justify-content:center;border-radius:50%!important;transition:background-color .2s;margin-left:5px!important;margin-top:0!important;margin-bottom:0!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;}#ai-chatbot-input-area button:hover{background-color:#f5f5f5;}.ai-message{margin-bottom:15px;padding:10px 15px;border-radius:15px;max-width:80%;word-wrap:break-word;font-size:14px;display:flex;flex-direction:column;line-height:1.4;position:relative;box-shadow:0 1px 2px rgba(0,0,0,.05);}.ai-message-time{font-size:10px;margin-top:4px;align-self:flex-end;opacity:.7;}.ai-message.user{background-color:#007bff;color:white;align-self:flex-end;margin-left:auto;border-bottom-right-radius:5px;}.ai-message.bot{background-color:#ffffff;color:#333;align-self:flex-start;margin-right:auto;border:1px solid #dedede;padding:10px;border-radius:5px;}.ai-message.bot img{width:100%;height:auto;margin-bottom:10px;border:1px solid #ddd;}#ai-chatbot-typing{background-color:#f9f9f9;align-self:flex-start;width:100%;}#ai-chatbot-registration{padding:25px 20px;text-align:center;}#ai-chatbot-registration h4{margin-top:0;margin-bottom:10px;color:#333;font-size:16px;font-weight:600;}.ai-chatbot-start-desc{color:#888;font-size:13px;margin-bottom:20px;line-height:1.4;}.ai-chatbot-disclaimer{color:#999;font-size:12px;margin-top:8px;text-align:center;}.ai-chatbot-disclaimer a{font-size:inherit;}.ai-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:10000;}.ai-modal *{box-sizing:border-box;}.ai-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:600px;max-height:80vh;background:#fff;border:1px solid #ddd;border-radius:8px;z-index:10001;box-shadow:0 8px 24px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;}.ai-modal-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #eee;font-weight:600;}#ai-modal-close{background:transparent;width:30px!important;height:30px!important;border:none;font-size:18px!important;cursor:pointer;color:#333;padding:0!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;}.ai-modal-content{padding:30px;overflow:auto;white-space:pre-wrap;font-size:13px;line-height:1.5;flex:1;max-height:calc(80vh - 48px);overscroll-behavior:contain;}.ai-modal-content h1{font-size:18px;margin:0 0 8px;font-family:inherit}.ai-modal-content h2{font-size:16px;margin:0 0 8px;font-family:inherit}.ai-modal-content h3{font-size:14px;margin:0 0 6px;font-family:inherit}.ai-modal-content p{margin:0 0 10px;font-family:inherit}.ai-modal-content ul{margin:0 0 10px;padding-left:18px;font-family:inherit}#ai-chatbot-registration input{display:block;width:100%;margin:0 auto 15px;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;height:auto!important;}#ai-chatbot-registration input:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1);outline:none;}#ai-chatbot-start-btn{width:100%;padding:10px!important;border-radius:6px!important;font-size:14px!important;font-weight:500!important;margin-top:5px!important;cursor:pointer!important;background-color:#007bff!important;color:white!important;border:none!important;transition:background-color .2s!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;}#ai-chatbot-start-btn:hover{background-color:#0069d9!important;}@media (max-width:480px){#ai-chatbot-container{width:auto;bottom:80px;right:15px!important;left:15px!important;height:500px;min-height:400px;max-height:500px}#ai-chatbot-interface{min-height:260px}#ai-chatbot-container.pos-left,#ai-chatbot-container.pos-right{right:15px!important;left:15px!important;transform-origin:bottom center!important}#ai-chatbot-input-area textarea,#ai-chatbot-registration input{font-size:16px}}.ai-modal-open,html.ai-modal-open,body.ai-modal-open{overflow:hidden;}