.floating-chat-toggle{align-items:center;background:linear-gradient(135deg,#4a6fee,#2541b8);border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 20px #0003;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:1.2rem;height:60px;justify-content:center;padding:0;position:fixed;right:30px;transition:all .3s ease;width:60px;z-index:1050}.floating-chat-toggle:hover{box-shadow:0 6px 24px #00000040;transform:translateY(-3px) scale(1.05)}.floating-chat-toggle:active{transform:translateY(0) scale(.98)}.toggle-text{font-size:.6rem;font-weight:500;margin-top:2px}.unread-badge{align-items:center;animation:pulse 1.5s infinite;background-color:#ff3b30;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:.6rem;font-weight:600;height:20px;justify-content:center;padding:0;position:absolute;right:-5px;top:-5px;width:20px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.floating-chat-container{animation:slideIn .3s ease-out;bottom:100px;position:fixed;right:30px;transition:all .3s ease;width:380px;z-index:1040}.floating-chat-container.minimized{animation:none;bottom:100px;height:auto}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.floating-chat-card{border-radius:16px!important;box-shadow:0 10px 30px #00000026!important;display:flex;flex-direction:column;max-height:600px;overflow:hidden}.floating-chat-card.theme-dark{background-color:#343a40;border-color:#495057!important;color:#f8f9fa}.chat-header{background:linear-gradient(135deg,#4a6fee,#2541b8);border:none;color:#fff;cursor:pointer;justify-content:space-between;padding:.8rem 1rem}.chat-avatar,.chat-header{align-items:center;display:flex}.chat-avatar{background-color:#fff3;border-radius:50%;font-size:1.2rem;height:36px;justify-content:center;overflow:hidden;width:36px}.chat-avatar-img{display:block;height:auto;max-height:90%;max-width:90%;object-fit:contain;width:auto}.chat-control-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#fff!important;display:flex;font-size:1.2rem!important;height:40px!important;justify-content:center;min-height:40px!important;min-width:40px!important;opacity:.8;padding:.3rem!important;transition:all .2s ease;width:40px!important}.chat-control-btn:hover{background:#fff3;opacity:1;transform:translateY(-2px)}.chat-control-btn:active{transform:translateY(0)}.chat-control-btn .fa,.chat-control-btn .fas,.chat-control-btn i,.chat-control-btn svg{font-size:1.2rem!important;height:20px!important;transition:all .2s ease;width:20px!important}.chat-control-btn.close-btn{background-color:#ffffff1a;margin-left:5px}.chat-control-btn.close-btn:hover{background-color:#ff404033}.chat-header-controls{align-items:center;display:flex;gap:5px}.chat-messages-container{background-color:#f8f9fa;height:350px;overflow-y:auto;padding:1rem}.chat-messages-container.theme-dark{background-color:#212529}.message-wrapper{align-items:flex-start;animation:fadeIn .3s cubic-bezier(.2,.8,.2,1);display:flex;margin-bottom:.8rem}.user-message-wrapper{flex-direction:row-reverse}.message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:1rem;height:28px;justify-content:center;width:28px}.ai-message-wrapper .message-avatar{background-color:#e4e8ff;color:#4a6fee;margin-right:8px}.theme-dark .ai-message-wrapper .message-avatar{background-color:#3a4b7c;color:#92a8fd}.user-message-wrapper .message-avatar{background-color:#e6f4ff;color:#0d6efd;margin-left:8px}.theme-dark .user-message-wrapper .message-avatar{background-color:#253c5c;color:#6ea8ff}.message-bubble-container{display:flex;flex-direction:column;max-width:80%}.user-message-wrapper .message-bubble-container{align-items:flex-end}.message-bubble{border-radius:16px;box-shadow:0 1px 3px #0000000d;font-size:.9rem;line-height:1.4;margin-bottom:2px;padding:8px 12px;position:relative;white-space:pre-line;word-break:break-word}.ai-bubble{background-color:#fff;border-top-left-radius:4px;color:#343a40}.ai-bubble.theme-dark{background-color:#2c3136;color:#e9ecef}.user-bubble{background-color:#0d6efd;border-top-right-radius:4px;color:#fff}.message-time{color:#6c757d;font-size:.65rem;opacity:.8}.theme-dark .message-time{color:#adb5bd}.upgrade-offer-bubble{background:linear-gradient(90deg,#4a6fee1a,#2541b81a)!important;border-left:3px solid #4a6fee!important}.theme-dark .upgrade-offer-bubble{background:linear-gradient(90deg,#5c7ce926,#4256b126)!important;border-left:3px solid #637eff!important}.premium-features-bubble{background:linear-gradient(90deg,#4a6fee14,#2541b814)!important;white-space:pre-line}.theme-dark .premium-features-bubble{background:linear-gradient(90deg,#5c7ce91f,#4256b11f)!important}.article-bubble{background:linear-gradient(90deg,#4a6fee12,#2541b812)!important;border-left:3px solid #4a6fee!important;cursor:pointer;position:relative;transition:all .2s ease}.article-bubble:hover{background:linear-gradient(90deg,#4a6fee1f,#2541b81f)!important;transform:translateY(-2px)}.theme-dark .article-bubble{background:linear-gradient(90deg,#5c7ce91a,#4256b11a)!important;border-left:3px solid #637eff!important}.theme-dark .article-bubble:hover{background:linear-gradient(90deg,#5c7ce926,#4256b126)!important}.article-link{display:flex;flex-direction:column;margin-top:8px}.article-excerpt{font-size:.85rem;line-height:1.3;margin-bottom:5px;opacity:.85}.article-link-indicator{align-items:center;color:#4a6fee;display:flex;font-size:.75rem;margin-top:3px}.theme-dark .article-link-indicator{color:#92a8fd}.upgrade-offer-buttons{display:flex;gap:8px;justify-content:flex-start;margin-top:10px}.upgrade-offer-buttons button{font-size:.8rem;height:auto;padding:.25rem .75rem}.chat-input-form{background-color:#fff;border-top:1px solid #0000001a;padding:.8rem}.chat-input-form.theme-dark{background-color:#343a40;border-top-color:#ffffff1a}.input-container{display:flex;position:relative;width:100%}.chat-input{border:1px solid #ced4da;border-radius:20px!important;flex:1 1;font-size:.9rem;height:40px;padding-left:15px!important;padding-right:50px!important;width:100%}.chat-input.theme-dark{background-color:#2c3136;border-color:#495057;color:#e9ecef}.chat-input:focus{border-color:#86b7fe!important;box-shadow:0 0 0 .2rem #0d6efd26!important}.chat-input.theme-dark:focus{border-color:#4d7cc5!important;box-shadow:0 0 0 .2rem #2050aa40!important}.send-button{align-items:center;background-color:#0d6efd;border:none;border-radius:50%!important;display:flex;height:34px!important;justify-content:center;left:auto!important;margin:0!important;max-height:34px!important;max-width:34px!important;min-height:34px!important;min-width:34px!important;padding:0!important;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px!important;z-index:10}.send-button svg{font-size:.85rem;height:14px;margin-right:-2px;width:14px}.send-button:hover:not(:disabled){background-color:#0b5ed7}.send-button:disabled{background-color:#6c757d;opacity:.65}.premium-upgrade-container{background-color:#f8f9fa;padding:1.5rem 1rem;text-align:center}.premium-upgrade-container.theme-dark{background-color:#212529}.premium-icon{align-items:center;background-color:#0d6efd1a;border-radius:50%;color:#0d6efd;display:flex;height:50px;justify-content:center;margin:0 auto 1rem;width:50px}.theme-dark .premium-icon{background-color:#2050aa33}.upgrade-button{font-size:.9rem;padding:.4rem 1.2rem}.expired-alert{border-radius:8px}.chat-header small{background-color:#ffffff26;border-radius:12px;display:inline-block;font-size:.7rem;padding:2px 8px}.chat-messages-container::-webkit-scrollbar{width:5px}.chat-messages-container::-webkit-scrollbar-track{background:#0000}.chat-messages-container::-webkit-scrollbar-thumb{background-color:#0003;border-radius:20px}.theme-dark .chat-messages-container::-webkit-scrollbar-thumb{background-color:#fff3}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.floating-chat-container{bottom:80px;max-width:420px;right:10px;width:calc(100% - 20px)}.floating-chat-toggle{bottom:15px;font-size:1rem;height:50px;right:15px;width:50px}.toggle-text,.unread-badge{font-size:.55rem}.unread-badge{height:18px;width:18px}.chat-messages-container{height:300px}.chat-avatar{font-size:1rem;height:32px;width:32px}.premium-icon{height:40px;width:40px}.upgrade-button{font-size:.85rem;padding:.3rem 1rem}.message-bubble{font-size:.85rem;padding:6px 10px}.input-container{display:flex;position:relative;width:100%}.chat-input{flex:1 1;font-size:.85rem;height:38px;padding-right:45px!important;width:100%}.send-button{height:32px!important;left:auto!important;margin-left:0!important;max-height:32px!important;max-width:32px!important;min-height:32px!important;min-width:32px!important;position:absolute;right:10px;transform:translateY(-50%);width:32px!important}.send-button svg{font-size:.75rem;height:12px;width:12px}.chat-control-btn{height:36px!important;min-height:36px!important;min-width:36px!important;width:36px!important}.chat-control-btn .fa,.chat-control-btn .fas,.chat-control-btn i,.chat-control-btn svg{font-size:1.1rem!important;height:18px!important;width:18px!important}}@media (max-width:375px){.floating-chat-container{bottom:75px;right:8px;width:calc(100% - 16px)}.floating-chat-toggle{bottom:12px;font-size:.9rem;height:45px;right:12px;width:45px}.chat-messages-container{height:260px;padding:.75rem}.message-bubble-container{max-width:85%}.chat-input-form{padding:.6rem}.input-container{display:flex;position:relative;width:100%}.chat-input{flex:1 1;padding-right:42px!important;width:100%}.send-button{left:auto!important;margin:0!important;position:absolute;right:12px}.upgrade-offer-buttons{align-items:flex-start;flex-direction:column;gap:6px}.upgrade-offer-buttons button{width:100%}.chat-control-btn{height:32px!important;min-height:32px!important;min-width:32px!important;width:32px!important}.chat-header{padding:.7rem .8rem}}.floating-chat-container button.btn{font-size:.85rem;line-height:1.2;min-height:auto;min-width:auto;padding:.25rem .75rem}.upgrade-offer-buttons .btn{font-size:.8rem!important;min-height:0!important;min-height:auto!important;min-width:0!important;min-width:auto!important;padding:.25rem .75rem!important}.premium-features-bubble .btn,.upgrade-offer-buttons .btn{height:auto!important;line-height:1.2!important;width:auto!important}.premium-features-bubble .btn{font-size:.85rem!important;max-height:32px!important;padding:.35rem 1rem!important}.floating-chat-container .btn{box-sizing:border-box!important}.floating-chat-container .btn-lg,.floating-chat-container .btn-sm,.floating-chat-container .btn-xs{font-size:.85rem!important;line-height:1.2!important;padding:.25rem .75rem!important}.upgrade-button{border-radius:20px;font-size:.85rem!important;font-weight:500;height:auto!important;line-height:1.2!important;margin-top:.5rem;max-height:32px!important;padding:.35rem 1rem!important}
/*# sourceMappingURL=ai-chat.7adb8994.chunk.css.map*/