body{margin:0;font-family:Inter,sans-serif}body::-webkit-scrollbar{display:none}p{margin:0}body,html{background:0 0!important}#chat-page,#faq-page,#user-page{display:none}.p-home{width:auto;text-align:left}.container-w-auto{width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available}.container-fill-mod{background-color:#16a34a}.container-h-auto{height:-webkit-fill-available}a{text-decoration:none;color:inherit}.chat-close{opacity:50%;cursor:pointer;width:30px;height:30px}.chat-close:hover{opacity:100%}#toggle-close{float:right}#chat-container{height:100vh;box-sizing:border-box;border-radius:16px;border-width:10px}#toggle-launcher{width:50px;height:50px;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.3);cursor:pointer;overflow:visible;display:flex;align-items:center;justify-content:center;position:relative;left:15%;margin-top:8px}#toggle-launcher::after{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;border-radius:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;z-index:-1}#toggle-launcher:hover::after{opacity:1}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}70%{transform:translate(-50%,-50%) scale(1.6);opacity:.2}100%{transform:translate(-50%,-50%) scale(2);opacity:0}}#toggle-launcher-icon{height:70px;object-fit:cover;border-radius:50%;pointer-events:none}#chat-wrapper{height:100%;width:100%;overflow:hidden}.chat-page-container{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;flex-grow:1;position:relative;z-index:2;display:none}#page-content-area{height:100%;width:100%}#homescreen-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.homescreen-wrapper .container{background-color:#e9ecef;position:absolute;padding-inline:24px;width:70%;z-index:2;border-radius:12px;left:50%;transform:translateX(-50%);bottom:45px}.header-buttons-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:120px;padding:0 12px;width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available}.header-buttons-container-info{display:flex;flex-direction:row;justify-content:space-between;align-items:start;height:120px;padding:18px 12px;width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available}.header-buttons-container-info .top{align-items:start;height:auto;justify-content:center}.header-buttons-container-chat{display:flex;flex-direction:column;justify-content:space-between;align-items:start;height:120px;padding:12px 12px;width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available}.home-body{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:left;height:100%;padding:0 24px}.home-body .top-body{align-items:center;height:auto;justify-content:center;margin-bottom:24px}div.home-body div.container-home{background-color:#fff;border-radius:12px;display:flex;flex-direction:column;width:90%;padding:16px 12px;margin-bottom:24px;box-shadow:rgba(0,0,0,.15) 0 .6px .54px -1.33px,rgba(0,0,0,.13) 0 2.29px 2.06px -2.67px,rgba(0,0,0,.04) 0 10px 9px -4px}.container-home-row{background-color:#fff;border-radius:12px;display:flex;flex-direction:row;width:90%;gap:6px;justify-content:space-between;padding:16px 12px;margin-bottom:24px;box-shadow:rgba(0,0,0,.15) 0 .6px .54px -1.33px,rgba(0,0,0,.13) 0 2.29px 2.06px -2.67px,rgba(0,0,0,.04) 0 10px 9px -4px}.footer-home{padding-top:4px}.container-footer{display:flex;flex-direction:column;align-items:center;justify-content:center}.container-wrapper{display:flex;flex-direction:column}.container-home .icon-home-container{display:flex;flex-direction:row;width:auto;height:auto;justify-content:center;align-items:center;gap:12px}.container-home .icon-container{display:flex;flex-direction:row;width:36px;height:36px;border-radius:18px;padding:2px;background-color:#38a169}.container-home .icon-container-woBG{width:28px;height:28px}.icon-container-woBG-footer{width:64px}.icon-container-woBG-footer>img{width:60px;height:auto;object-fit:fill;display:block}.container-home .home-link{display:flex;justify-content:center;width:auto;padding:24px 0 0 0}.container-home .p{padding:4px 0}.p-center{color:#16a34a;font-size:12px;text-align:center}.chat-header-button{display:flex;flex-direction:row;align-items:center;justify-content:center;height:30px;width:30px;cursor:pointer}.homescreen-wrapper .chat-call{padding:0 0;margin-bottom:16px}.text-title{font-size:48px;font:bold;line-height:48px}.button-chat{text-align:center;text-decoration:none;appearance:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:auto;font-family:inherit;outline-offset:2px;transition:background-color .3s;padding:12px;color:#fff;background-color:#0156f9;line-height:1.2;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:none!important;border-radius:6px!important;cursor:pointer}.button-chat:hover{scale:1.05}.chat-call-container{background-color:#fff;border-radius:12px;display:flex;flex-direction:column;max-width:100%;margin-bottom:.1em;box-shadow:rgba(0,0,0,.15) 0 .6px .54px -1.33px,rgba(0,0,0,.13) 0 2.29px 2.06px -2.67px,rgba(0,0,0,.04) 0 10px 9px -4px;padding:8px 16px;margin:20px 0}.chat-call-container p{margin:0;padding:8px 0}.footer-link{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;height:48px}.footer-powered{display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 0;width:auto;height:36px}.text-header{font-weight:700;font-size:2.375rem;text-align:left;margin:0;word-break:break-word}#userinfo-page-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}#info-wrapper{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:left;height:100%;padding:0 24px}#info-wrapper .form-content{display:flex;align-items:center;height:100%;justify-content:center}#user-info-form{display:flex;flex-direction:column;justify-content:space-evenly;height:100%;gap:10px}#user-info-form .input-group{display:flex;flex-direction:column;margin-bottom:15px;gap:5px}#user-info-form .input-group label{font-size:12px;color:#888}#info-wrapper .bottom{align-items:center;height:auto;justify-content:center;margin-bottom:24px}.terms-note .agree-terms{margin-right:6px}.terms-note{font-size:12px;color:#888;padding-bottom:24px}.terms-note a{color:#00f;text-decoration:underline}.form-input{padding:10px 12px;font-size:14px;font-family:inherit;color:#333;background-color:#f9f9f9;border:1px solid #ccc;border-radius:12px;line-height:1.5;max-width:none;resize:none;max-height:150px;overflow-y:hidden;box-sizing:border-box;text-align:left;transition:border .2s ease,background-color .2s ease;flex:1 1 auto;box-shadow:rgba(0,0,0,.15) 0 .6px .54px -1.33px,rgba(0,0,0,.13) 0 2.29px 2.06px -2.67px,rgba(0,0,0,.04) 0 10px 9px -4px}#chat-header{position:sticky;top:0}#chat-header-wrapper{display:flex;flex-direction:row;flex:0 0 auto;align-items:center;padding:10px;color:#fff;gap:12px;width:250px}.chat-header img{width:40px;height:40px;border-radius:50%;margin-right:5px}.chatpage-header{display:flex;flex-direction:column;align-items:flex-start}#chat-bot-name{width:100%;text-align:left;font-size:24px;font-weight:700}#chat-bot-description{width:100%;text-align:left;font-size:14px;font-weight:100;letter-spacing:.02ch;opacity:80%}#chat-bot-message{width:100%;text-align:left;font-size:24px;font-weight:100;margin:4px 0;padding-left:12px}.initials-avatar{width:40px;height:40px;background-color:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;margin:0 8px}.chatbot-icon-container{display:flex}.chatpage-top-header{display:flex;flex-direction:row;justify-content:space-between;align-items:start;width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available}#chat-page-wrapper{display:flex;flex-direction:column;flex:1;overflow-y:auto;height:100%;width:100%}#chatpage-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}#chat-messages{flex:1;overflow-y:auto;padding:10px 20px}.message{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin:12px 0;gap:10px;border-radius:4px;max-width:100%;word-wrap:break-word;font-family:inherit}.message-inner{display:flex;align-items:flex-start;width:100%}.user-message{margin-left:auto;flex-direction:row;text-align:right;font-family:inherit,sans-serif}.bot-message{margin-right:auto;flex-direction:row;text-align:left}.sender-name{font-size:12px;font-weight:700;display:block;margin-bottom:4px}.sender-name.align-right{text-align:right}.profile-icon{width:40px;height:40px;border-radius:50%;margin:0 8px}.profile-icon-top{width:64px;height:64px;border-radius:50%}.message-content{background-color:#c5f3e9;padding:10px 12px;border-radius:10px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;flex:1}.user-message .message-content{background-color:#f5faf8}.timestamp{display:block;font-size:10px;margin-top:4px;height:12px;color:#888}.chat-input-container{position:sticky;bottom:0;z-index:10}.chat-input-wrapper{display:flex;flex-direction:row;align-items:center;padding:12px 12px}.chat-input{padding:10px 12px;font-size:14px;font-family:inherit;color:#333;background-color:#f9f9f9;border:1px solid #ccc;border-radius:12px;line-height:1.5;max-width:none;resize:none;max-height:150px;overflow-y:hidden;box-sizing:border-box;text-align:left;transition:border .2s ease,background-color .2s ease;flex:1 1 auto;box-shadow:rgba(0,0,0,.15) 0 .6px .54px -1.33px,rgba(0,0,0,.13) 0 2.29px 2.06px -2.67px,rgba(0,0,0,.04) 0 10px 9px -4px}.chat-input:focus{outline:0;background-color:#fff}.send-button{all:unset;display:flex;align-items:center;justify-content:center;margin-left:10px;height:42px;border:1px solid #ccc;width:42px;border-radius:12px;background-color:#fff;transition:background-color .2s ease;box-shadow:rgba(0,0,0,.15) 0 .6px .54px -1.33px,rgba(0,0,0,.13) 0 2.29px 2.06px -2.67px,rgba(0,0,0,.04) 0 10px 9px -4px}.send-button img{width:32px;height:32px}.send-button:hover{background-color:#16a34a}#loading-indicator{display:none;margin-left:10px;font-size:14px;color:#007bff}.bot-markdown{font-family:inherit;line-height:1.6}.bot-markdown h1,.bot-markdown h2,.bot-markdown h3{margin-top:1em;font-weight:700}.bot-markdown p{margin:.5em 0}.bot-markdown ul{padding-left:1.2em;list-style-type:disc}.bot-markdown ol{padding-left:1.2em;list-style-type:decimal}.bot-markdown strong{font-weight:700}.bot-markdown em{font-style:italic}.bot-markdown code{background-color:#f1f1f1;padding:.2em .4em;border-radius:4px;font-family:monospace}.toggle-button{position:relative;z-index:2;bottom:0}.typing-dots span{animation:blink 1.4s infinite both;font-size:1.5em}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}100%{opacity:.2}}@keyframes fadeIn{0%{opacity:0;transform:translateY(ING 10px)}100%{opacity:1;transform:translateY(0)}}.system-message{font-weight:700;text-align:center;border-radius:8px}.agent-message .message-content{background-color:#e8f5e9!important}.agent-avatar{background-color:#4caf50!important;color:#fff!important;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:700}#sessions-page-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}#sessions-wrapper{display:flex;flex-direction:column;flex:1;justify-content:center;height:100%;width:100%}#sessions-wrapper .top-body{align-items:center;height:auto;justify-content:center}#sessions-wrapper .container-sessions{background-color:#c5f3e9;display:flex;height:100%;padding:12px}#chat-sessions-list{display:flex;flex-direction:column;gap:12px;padding:10px}.session-card{background:#f5f5f5;border-radius:12px;padding:12px 16px;box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:pointer;transition:background .2s,transform .2s}.session-card:hover{background:#e0e0e0;transform:translateY(-2px)}.session-time{font-size:6px;color:rgba(0,0,0,.5);margin-bottom:4px}.session-title{font-weight:600;font-size:8px;margin-bottom:2px}.session-preview{font-size:14px;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:box;box-orient:vertical;line-clamp:3;overflow:hidden;text-overflow:ellipsis;white-space:normal}#sessions-wrapper .container-sessions{background-color:#c5f3e9;display:flex;flex-direction:column;flex:1;padding:12px;overflow-y:auto}.new-chat-button{background:#4f46e5;color:#fff;text-align:center;font-weight:600;border-radius:12px;padding:12px 0}.new-chat-button:hover{background:#4338ca}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;height:80px;border-radius:8px}@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.session-badge{text-align:center;font-size:12px;color:#fff;padding:2px 8px;margin:8px auto;border-radius:12px;width:fit-content}.session-badge.ai{background-color:#4caf50}.session-badge.human{background-color:#2196f3}#loading-page-wrapper{position:absolute;inset:0;z-index:9999;background:rgba(255,255,255,.95);display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-card{position:relative;display:flex;flex-direction:column;align-items:center}.spinner-wrapper{position:relative;width:60px;height:60px}.loading-spinner{width:100%;height:100%;border:4px solid #ddd;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.loader-logo{position:absolute;top:56%;left:56%;width:120%;height:120%;border-radius:50%;object-fit:contain;transform:translate(-50%,-50%)}#loading-message{font-size:14px;color:#666;text-align:center;margin-top:36px}.hidden{display:none!important}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}