@import"https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block";#ft-chat-app{all:initial!important;display:block!important;font-family:Google Sans,sans-serif!important;box-sizing:border-box!important;text-align:left!important;direction:ltr!important}#ft-chat-app *{all:unset!important;box-sizing:border-box!important;font-family:Google Sans,sans-serif!important;display:block!important;margin:0!important;padding:0!important;line-height:1.5!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}#ft-chat-app .material-symbols-outlined{font-family:Material Symbols Outlined!important;font-weight:400!important;font-style:normal!important;font-size:24px!important;display:inline-block!important;width:auto!important;height:auto!important;color:inherit!important;text-transform:none!important;white-space:nowrap!important;word-wrap:normal!important;direction:ltr!important}#ft-chat-app .floating-chat-trigger{position:fixed!important;bottom:24px!important;right:24px!important;width:60px!important;height:60px!important;border-radius:50%!important;background-color:#00abd7!important;color:#fff!important;box-shadow:0 8px 24px #00abd766!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999999!important;transition:transform .2s ease!important}#ft-chat-app .floating-chat-trigger:hover{transform:scale(1.05)!important}#ft-chat-app .app-container.chat-widget{position:fixed!important;bottom:24px!important;right:24px!important;width:370px!important;height:580px!important;max-width:370px!important;max-height:calc(100dvh - 48px)!important;background-color:#fff!important;box-shadow:0 12px 48px #0003!important;border-radius:16px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;z-index:10000000!important;border:1px solid #e1e8ed!important}@media(max-width:480px){#ft-chat-app .app-container.chat-widget{width:90vw!important;max-width:90vw!important;right:5vw!important;left:5vw!important;bottom:20px!important;height:70dvh!important}}#ft-chat-app .chat-header{padding:15px!important;background-color:#00abd7!important;color:#fff!important;flex-shrink:0!important;display:block!important}#ft-chat-app .header-content{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important}#ft-chat-app .logo-area{display:flex!important;align-items:center!important;gap:12px!important}#ft-chat-app .logo-circle{width:36px!important;height:36px!important;background:#fff!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}#ft-chat-app .logo-text{color:#103e66!important;font-weight:700!important;font-size:14px!important;display:block!important}#ft-chat-app .header-titles h1{font-size:15px!important;font-weight:600!important;color:#fff!important;display:block!important;margin:0!important}#ft-chat-app .status-online{font-size:11px!important;display:flex!important;align-items:center!important;gap:5px!important;opacity:.9!important;color:#fff!important}#ft-chat-app .status-dot{width:7px!important;height:7px!important;background-color:#2ecc71!important;border-radius:50%!important;display:block!important}#ft-chat-app .header-actions{display:flex!important;gap:4px!important}#ft-chat-app .header-btn{color:#fff!important;cursor:pointer!important;padding:4px!important;display:flex!important;align-items:center!important;background:none!important}#ft-chat-app .chat-main{flex:1!important;overflow-y:auto!important;padding:15px!important;background:#f8fafc!important;display:flex!important;flex-direction:column!important;gap:12px!important}#ft-chat-app .message-list{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important}#ft-chat-app .message-row{display:flex!important;width:100%!important}#ft-chat-app .message-row.user{justify-content:flex-end!important}#ft-chat-app .message-row.model{justify-content:flex-start!important}#ft-chat-app .message-bubble{max-width:85%!important;padding:10px 14px!important;border-radius:14px!important;font-size:14px!important;box-shadow:0 2px 4px #0000000d!important;display:block!important}#ft-chat-app .user .message-bubble{background-color:#00abd7!important;color:#fff!important;border-bottom-right-radius:2px!important}#ft-chat-app .model .message-bubble{background-color:#fff!important;color:#2c3e50!important;border-bottom-left-radius:2px!important;border:1px solid #e1e8ed!important}#ft-chat-app .message-text p{display:block!important;margin-bottom:6px!important;color:inherit!important}#ft-chat-app .message-text p:last-child{margin-bottom:0!important}#ft-chat-app .message-time{font-size:10px!important;opacity:.6!important;display:block!important;margin-top:4px!important;color:inherit!important}#ft-chat-app .message-link{color:inherit!important;text-decoration:underline!important;font-weight:700!important;display:inline!important;cursor:pointer!important}#ft-chat-app .typing-dots{display:flex!important;gap:4px!important;padding:4px 0!important}#ft-chat-app .typing-dots span{width:6px!important;height:6px!important;background:#cbd5e1!important;border-radius:50%!important;display:block!important;animation:typing 1.4s infinite!important}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}#ft-chat-app .chat-footer{padding:12px!important;background:#fff!important;border-top:1px solid #e1e8ed!important;flex-shrink:0!important;display:block!important}#ft-chat-app .chat-input-wrapper{width:100%!important;display:block!important}#ft-chat-app .chat-input-form{display:flex!important;gap:8px!important;background:#f1f5f9!important;padding:8px 12px!important;border-radius:22px!important;align-items:center!important;width:100%!important;justify-content:space-between!important}#ft-chat-app .input-container{flex:1!important;display:flex!important;min-width:0!important}#ft-chat-app input{all:unset!important;width:100%!important;background:transparent!important;font-size:14px!important;color:#2c3e50!important;padding:4px 0!important;display:block!important}#ft-chat-app .send-button{background:#00abd7!important;color:#fff!important;width:32px!important;height:32px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;flex-shrink:0!important}#ft-chat-app .send-button:disabled{opacity:.3!important;cursor:default!important}#ft-chat-app .chat-main::-webkit-scrollbar{width:5px!important}#ft-chat-app .chat-main::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:10px!important}
