@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);#alie-chat-bubble,#alie-chat-popup{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}#alie-chat-popup,.tooltip{position:absolute;transition:.3s;opacity:0;pointer-events:none}#alie-chat-widget-container{position:fixed;bottom:20px;right:20px;flex-direction:column;z-index:9999;font-size:13px}#alie-chat-widget-container,#alie-chat-widget-container *{font-family:"Noto Sans",sans-serif}#alie-chat-bubble{width:50px;height:50px;background:linear-gradient(135deg,#007bff,#0056d2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.875rem;transition:box-shadow .3s,transform .3s;position:relative}#alie-chat-popup,#user-form{flex-direction:column;display:flex}#alie-chat-bubble:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 10px 10px -5px rgba(0,0,0,.1);transform:translateY(-4px)}#alie-chat-popup.show,.tooltip.show{transform:translateY(0);opacity:1}#alie-chat-bubble svg{width:40px;height:40px;color:#fff;fill:none;stroke:currentColor;stroke-width:2}.tooltip{bottom:70px;right:0;background-color:#1f2937;color:#fff;padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.4;min-width:280px;white-space:normal;transform:translateY(10px);z-index:10000;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.tooltip::after{content:'';position:absolute;top:100%;right:20px;border:6px solid transparent;border-top-color:#1f2937}#alie-chat-popup{bottom:80px;right:0;width:360px;background-color:#fff;border-radius:20px;font-size:.875rem;height:70vh;max-height:70vh;overflow:hidden;transform:translateY(20px)}#alie-chat-popup.show{pointer-events:all}#alie-chat-popup #chat-header{display:flex;justify-content:space-between;align-items:center;padding:10px 5px 6px 10px;background-color:#006efa;color:#fff;border-radius:6px 6px 0 0;background:linear-gradient(135deg,#007bff,#0056d2)}#alie-chat-popup #chat-header h3{margin:0;font-size:1.125rem;font-weight:600;font-family:'Roboto Slab',serif}#alie-chat-popup #close-popup{background:0 0;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}#alie-chat-popup #close-popup:hover{background-color:rgba(255,255,255,.1)}#close-popup svg{height:24px;width:24px}#user-form{padding:16px;overflow-y:auto;gap:12px}#user-form label{display:block;font-size:.875rem;font-weight:500;color:#333;margin-bottom:4px}#user-form input,#user-form textarea{width:100%;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;outline:0;font-size:.875rem;box-sizing:border-box}#user-form input:focus,#user-form textarea:focus{border-color:#1f2937;box-shadow:0 0 0 1px #1f2937}#user-form textarea{resize:none}#start-chat{width:100%;background-color:#006efa;color:#fff;border-radius:6px;padding:8px 16px;cursor:pointer;border:none;font-size:.875rem;font-weight:500;transition:background-color .2s}#start-chat:hover{background-color:#0a58ca}#alie-chat-popup #chat-interface{display:flex;flex-direction:column;flex:1;min-height:0}#alie-chat-popup #chat-messages{flex:1;padding:16px;overflow-y:auto;min-height:0}#alie-chat-popup .message-container{margin-bottom:12px;font-size:14px}#alie-chat-popup .message-container.user{display:flex;justify-content:flex-end}#alie-chat-popup .message-container.bot{color:#333;background:#f8f9fa;border-radius:0 14px 14px;border:1px solid #e3e3e352;justify-content:flex-start}#alie-chat-popup .message-content{border-radius:8px;padding:2px 15px;word-wrap:break-word;position:relative}#alie-chat-popup .message-content p{margin:1em 0!important}#alie-chat-popup .message-content.user{max-width:80%;background:linear-gradient(135deg,#007bff,#0056d2);color:#fff;border-radius:14px 14px 0;box-shadow:0 1px 2px rgba(0,0,0,.1)}#alie-chat-popup .message-content.bot{line-height:1.4;overflow:auto}#alie-chat-popup .message-footer{padding:6px 10px;background:#f8f9fa;border-top:1px solid #e6e6e659;border-radius:0 0 14px 14px;font-size:13px;color:#777;gap:10px}#alie-chat-popup #chat-input-container{padding:10px 5px;border-top:1px solid #e5e7eb;background:linear-gradient(135deg,#f9fafb 0,#fff 100%)}#alie-chat-popup #chat-input{flex:1 1;border:none;outline:0;resize:none;font-size:14px;height:34px;margin-right:30px;overflow:hidden;background:linear-gradient(135deg,#f9fafb 0,#fff 100%)}#alie-chat-popup .input-row{position:relative;border:none;box-shadow:none;display:flex;align-items:center;background-color:#fff;margin:auto;padding-top:0;padding-left:10px;background:linear-gradient(135deg,#f9fafb 0,#fff 100%)}#alie-chat-popup textarea#chat-input:focus{border:none;outline:0;box-shadow:none}#alie-chat-popup .msg_send_btn{background:0 0;border:none;color:#fff;cursor:pointer;position:absolute;right:0;bottom:4px;margin-right:0;padding-bottom:0!important;padding:5px 10px 5px 8px}#alie-chat-popup .footer-text{display:flex;text-align:center;font-size:.6rem;padding-top:16px}#alie-chat-popup .footer-text span{flex:1;color:#6b7280}#alie-chat-popup .footer-text a{color:#0659ff;cursor:pointer;font-weight:500}#alie-chat-popup .loading-indicator{display:flex;box-sizing:content-box!important;align-items:center;gap:4px;padding:15px;background-color:#f3f4f6;border-radius:8px;max-width:10%}#alie-chat-popup .loading-dot{width:7px;height:7px;border-radius:50%;background-color:#333;animation:1.4s ease-in-out infinite both loading-pulse}#alie-chat-popup .button-loading-indicator .loading-dot:first-child,#alie-chat-popup .loading-dot:first-child{animation-delay:-.32s}#alie-chat-popup .button-loading-indicator .loading-dot:nth-child(2),#alie-chat-popup .loading-dot:nth-child(2){animation-delay:-.16s}@keyframes loading-pulse{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:768px){#alie-chat-widget-container{bottom:20px;right:20px}.tooltip{right:-50px;max-width:200px}}#alie-chat-popup #chat-messages::-webkit-scrollbar{width:6px}#alie-chat-popup #chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}#alie-chat-popup #chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}#alie-chat-popup #chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#alie-chat-popup .required{color:#e53e3e;font-weight:700}#alie-chat-popup .error{border-color:#e53e3e!important;box-shadow:0 0 0 1px #e53e3e!important}#alie-chat-popup .field-error-message{color:#e53e3e;font-size:12px;margin-top:4px;animation:.3s ease-in fadeIn;font-weight:500}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}#alie-chat-popup input.error:focus,#alie-chat-popup textarea.error:focus{border-color:#e53e3e!important;box-shadow:0 0 0 2px rgba(229,62,62,.2)!important;outline:0}#alie-chat-popup label{display:block;margin-bottom:5px;font-weight:500;color:#333}#alie-chat-popup input[type=email],#alie-chat-popup input[type=text],#alie-chat-popup textarea{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;margin-bottom:10px;transition:border-color .3s,box-shadow .3s}#alie-chat-popup input[type=email]:focus,#alie-chat-popup input[type=text]:focus,#alie-chat-popup textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1);outline:0}#alie-chat-popup .message-container .inline-form-input{width:90%;margin-bottom:.5rem}#alie-chat-popup .message-container .inline-form-submit{background-color:#007bff;color:#fff;padding:5px 10px;border:none;border-radius:4px;cursor:pointer;margin-top:10px;margin-bottom:10px;-webkit-appearance:none;appearance:none}#alie-chat-popup #user-form>div{margin-bottom:15px}#alie-chat-popup #start-chat:hover{opacity:.9}#alie-chat-popup #start-chat:disabled{opacity:.6;cursor:not-allowed}#alie-chat-popup .button-loading-indicator{display:flex;justify-content:center;align-items:center;gap:4px}#alie-chat-popup .button-loading-indicator .loading-dot{width:6px;height:6px;border-radius:50%;background-color:currentColor;animation:1.4s ease-in-out infinite both buttonLoadingPulse}#alie-chat-popup .button-loading-indicator .loading-dot:nth-child(3){animation-delay:0s}@keyframes buttonLoadingPulse{0%,100%,80%{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}#alie-chat-popup #start-chat.loading{pointer-events:none;position:relative}#alie-chat-popup #start-chat{transition:background-color .3s,opacity .3s;min-height:40px;display:flex;align-items:center;justify-content:center}#alie-chat-popup .header-left{display:flex;align-items:center;gap:8px}#alie-chat-popup .header-buttons{display:flex;gap:8px}#alie-chat-popup .chat-buttons{display:flex;gap:8px;justify-content:flex-end}#alie-chat-popup .confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999}#alie-chat-popup .confirm-box{background:#fff;padding:20px;border-radius:12px;max-width:350px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.3)}#alie-chat-popup .confirm-actions{margin-top:20px;display:flex;justify-content:space-around}#alie-chat-popup .confirm-actions button{padding:8px 16px;border:none;border-radius:6px;cursor:pointer}#alie-chat-popup #end-chat-yes{background:#d9534f;color:#fff}#alie-chat-popup #end-chat-no{background:#6c757d;color:#fff}#alie-chat-popup .reaction-footer{display:flex;align-items:center;justify-content:left;position:relative;gap:8px;margin-top:6px;font-size:12px;color:#555;width:100%}#alie-chat-popup .reaction-buttons{display:flex}#alie-chat-popup .reaction-buttons button{border:none;background:0 0;cursor:pointer;font-size:12px;padding:2px;border-radius:4px;transition:background .2s}#alie-chat-popup .reaction-buttons button:hover{background:0 0}#alie-chat-popup .reaction-label{font-size:10px;color:#888;font-weight:400}#alie-chat-popup .reaction-buttons button svg{width:15px;height:15px;fill:#888;transition:fill .2s}#alie-chat-popup .reaction-buttons svg{cursor:pointer;transition:transform .2s,color .2s}#alie-chat-popup .reaction-buttons button.Good:hover svg{fill:#0a66c2;transform:scale(1.2)}#alie-chat-popup .reaction-buttons button.Bad:hover svg{fill:#cf0e0e;transform:scale(1.2)}#alie-chat-popup .reaction-buttons button.Good.selected svg{fill:rgb(6 181 1);stroke-width:1px;transform:scale(1.2)}#alie-chat-popup .reaction-buttons button.Bad.selected svg{fill:#cf0e0e;stroke-width:1px;transform:scale(1.2)}#alie-chat-popup #chat-menu{position:relative;display:inline-block}#alie-chat-popup .menu-button{background:0 0;border:none;position:relative;top:3px}#alie-chat-popup .menu-button svg{cursor:pointer;fill:#fff}#alie-chat-popup .menu-dropdown{display:none;position:absolute;right:0;margin-top:6px;background:#fff;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.15);min-width:150px;z-index:100}#alie-chat-popup .menu-item{display:flex;align-items:center;gap:6px;width:100%;padding:8px 12px;background:0 0;border:none;text-align:left;opacity:.7;cursor:pointer;transition:opacity .2s;border-radius:6px}#alie-chat-popup .menu-item:hover{background:#f5f5f5;opacity:1}#alie-chat-popup .menu-item svg{vertical-align:middle}#alie-chat-popup .survey-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1500;border-radius:5%}#alie-chat-popup .survey-popup{background:#fff;padding:20px;border-radius:12px;width:300px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.2)}#alie-chat-popup .survey-popup p{font-size:16px;margin-bottom:16px;font-weight:500;color:#333}#alie-chat-popup .survey-options{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}#alie-chat-popup .survey-option{border:none;background:#f8f9fa;border-radius:8px;padding:10px;cursor:pointer;font-size:14px;display:flex;flex-direction:column;align-items:center;width:80px;transition:background .2s,transform .2s}#alie-chat-popup .survey-option:hover{background:#e9ecef;transform:translateY(-2px)}#alie-chat-popup .survey-option span{font-size:12px;margin-top:4px}#alie-chat-popup .header-name{width:100%;color:#fff;font-size:16px;z-index:11;display:flex;align-items:center;margin-left:5px}#alie-chat-popup .footer-top{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px;margin-bottom:4px}#alie-chat-popup .toggle-sources{border:none;background:0 0;color:#888;font-weight:500;font-size:11px;cursor:pointer;display:flex;width:100%;justify-content:flex-end}#alie-chat-popup .sources-toggle{background:0 0;border:none;color:#007bff;cursor:pointer;font-weight:500;font-size:13px;padding:0}#alie-chat-popup .sources-toggle:hover{text-decoration:underline}#alie-chat-popup .sources-list{display:none;text-align:left}#alie-chat-popup .source-item{margin-bottom:6px}#alie-chat-popup .source-item a{color:#007bff;font-weight:500;text-decoration:none}#alie-chat-popup .source-assessment{color:#555;font-size:12px;margin:2px 0 0 14px}