.floating-chat-container,.floating-chat-toggle{--fc-canvas:#e9f1fa;--fc-primary:#00abe4;--fc-primary-light:#33bfe9;--fc-secondary:#09c;--fc-card:#fff;--fc-text:#1a3a52;--fc-body:#2c5f7c;--fc-muted:#7a9fb8;--fc-border:#c5ddf2;--fc-success:#10b981;--fc-danger:#ef4444;--fc-shadow-raised:8px 8px 16px #a3bdd680,-8px -8px 16px #fffc;--fc-shadow-raised-sm:4px 4px 8px #a3bdd666,-4px -4px 8px #ffffffb3;--fc-shadow-hover:10px 10px 22px #a3bdd68c,-10px -10px 22px #ffffffd9;--fc-shadow-inset:inset 4px 4px 8px #a3bdd673,inset -4px -4px 8px #ffffffa6;--fc-shadow-button:5px 5px 10px #a3bdd673,-5px -5px 10px #ffffffb3;--fc-shadow-button-press:inset 3px 3px 6px #a3bdd680,inset -3px -3px 6px #fff9;--fc-radius:20px;--fc-radius-sm:14px;--fc-radius-pill:50px;--fc-ease:cubic-bezier(0.25,0.8,0.25,1);--fc-duration:0.3s}.floating-chat-toggle{align-items:center;background:var(--fc-canvas);border:none;border-radius:50%;bottom:30px;box-shadow:var(--fc-shadow-raised);color:var(--fc-primary);cursor:pointer;display:flex;flex-direction:column;font-size:1.2rem;height:60px;justify-content:center;padding:0;position:fixed;right:30px;transition:all var(--fc-duration) var(--fc-ease);width:60px;z-index:1050}.floating-chat-toggle:hover{box-shadow:var(--fc-shadow-hover);color:var(--fc-secondary);transform:translateY(-3px) scale(1.05)}.floating-chat-toggle:active{box-shadow:var(--fc-shadow-button-press);transform:translateY(0) scale(.97)}.toggle-text{color:var(--fc-body);margin-top:2px}.toggle-text,.unread-badge{font-size:.6rem;font-weight:600}.unread-badge{align-items:center;animation:pulse 1.5s infinite;background:linear-gradient(135deg,var(--fc-danger),#dc2626);border:2px solid var(--fc-canvas);border-radius:50%;box-shadow:2px 2px 6px #ef444459;color:#fff;display:flex;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.12)}to{transform:scale(1)}}.floating-chat-container{animation:slideIn .3s ease-out;bottom:100px;position:fixed;right:30px;transition:all var(--fc-duration) var(--fc-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{background:var(--fc-canvas)!important;border:none!important;border-radius:var(--fc-radius)!important;box-shadow:var(--fc-shadow-raised)!important;display:flex;flex-direction:column;max-height:600px;overflow:hidden}.chat-header{align-items:center;background:var(--fc-canvas);border:none;border-bottom:1px solid var(--fc-border);box-shadow:0 2px 6px #a3bdd640,inset 0 -1px 0 var(--fc-border);color:var(--fc-text);cursor:pointer;display:flex;justify-content:space-between;padding:.8rem 1rem}.chat-header h5{color:var(--fc-text)!important;font-weight:700}.chat-avatar{align-items:center;background:var(--fc-card);border-radius:50%;box-shadow:var(--fc-shadow-raised-sm);display:flex;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:var(--fc-canvas);border:none;border-radius:50%;box-shadow:var(--fc-shadow-raised-sm);color:var(--fc-body)!important;display:flex;font-size:1.1rem!important;height:36px!important;justify-content:center;min-height:36px!important;min-width:36px!important;padding:.3rem!important;transition:all var(--fc-duration) var(--fc-ease);width:36px!important}.chat-control-btn:hover{background:var(--fc-canvas);box-shadow:var(--fc-shadow-hover);color:var(--fc-primary)!important;transform:translateY(-1px)}.chat-control-btn:active{box-shadow:var(--fc-shadow-button-press);transform:translateY(0)}.chat-control-btn .fa,.chat-control-btn .fas,.chat-control-btn i,.chat-control-btn svg{font-size:1rem!important;height:18px!important;transition:all .2s ease;width:18px!important}.chat-control-btn.close-btn{background:var(--fc-canvas);margin-left:5px}.chat-control-btn.close-btn:hover{box-shadow:4px 4px 8px #ef444426,-4px -4px 8px #ffffffb3;color:var(--fc-danger)!important}.chat-header-controls{align-items:center;display:flex;gap:6px}.chat-messages-container{background:var(--fc-canvas);box-shadow:var(--fc-shadow-inset);height:350px;overflow-y:auto;padding:1rem}.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%;box-shadow:var(--fc-shadow-raised-sm);display:flex;flex-shrink:0;font-size:1rem;height:28px;justify-content:center;width:28px}.ai-message-wrapper .message-avatar{background:var(--fc-card);color:var(--fc-primary);margin-right:8px}.user-message-wrapper .message-avatar{background:linear-gradient(135deg,var(--fc-primary),var(--fc-secondary));color:#fff;margin-left:8px}.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:var(--fc-radius-sm);box-shadow:var(--fc-shadow-raised-sm);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:var(--fc-card);border-top-left-radius:4px;color:var(--fc-text)}.user-bubble{background:linear-gradient(135deg,var(--fc-primary),var(--fc-secondary));border-top-right-radius:4px;box-shadow:4px 4px 10px #00abe44d,-4px -4px 10px #ffffff80;color:#fff}.message-time{color:var(--fc-muted);font-size:.65rem;opacity:.8}.upgrade-offer-bubble{background:linear-gradient(135deg,#00abe414,#0099cc0d)!important;border-left:3px solid var(--fc-primary)!important;box-shadow:var(--fc-shadow-raised-sm)}.premium-features-bubble{background:linear-gradient(135deg,#00abe40f,#0099cc0a)!important;box-shadow:var(--fc-shadow-raised-sm);white-space:pre-line}.article-bubble{background:var(--fc-card)!important;border-left:3px solid var(--fc-primary)!important;box-shadow:var(--fc-shadow-raised-sm);cursor:pointer;position:relative;transition:all var(--fc-duration) var(--fc-ease)}.article-bubble:hover{box-shadow:var(--fc-shadow-hover);transform:translateY(-2px)}.article-link{display:flex;flex-direction:column;margin-top:8px}.article-excerpt{color:var(--fc-body);font-size:.85rem;line-height:1.3;margin-bottom:5px;opacity:.85}.article-link-indicator{align-items:center;color:var(--fc-primary);display:flex;font-size:.75rem;margin-top:3px}.upgrade-offer-buttons{display:flex;gap:8px;justify-content:flex-start;margin-top:10px}.upgrade-offer-buttons button{border-radius:var(--fc-radius-sm);box-shadow:var(--fc-shadow-raised-sm);font-size:.8rem;height:auto;padding:.25rem .75rem;transition:all var(--fc-duration) var(--fc-ease)}.upgrade-offer-buttons button:hover{box-shadow:var(--fc-shadow-hover);transform:translateY(-1px)}.chat-input-form{background:var(--fc-canvas);border-top:none;box-shadow:inset 0 1px 0 #c5ddf266,0 -4px 10px #a3bdd61f;padding:.75rem .8rem}.input-container{background:var(--fc-canvas);border-radius:var(--fc-radius-pill);box-shadow:inset 3px 3px 6px #a3bdd673,inset -3px -3px 6px #fffc;display:flex;padding:4px;position:relative;width:100%}.chat-input,.chat-input.form-control{background:#0000!important;border:none!important;border-radius:var(--fc-radius-pill)!important;box-shadow:none!important;color:var(--fc-text)!important;flex:1 1;font-size:.9rem;height:38px;padding-left:16px!important;padding-right:50px!important;transition:all var(--fc-duration) var(--fc-ease);width:100%}.chat-input::placeholder{color:var(--fc-muted);font-weight:400}.chat-input.form-control:focus,.chat-input:focus{background:#0000!important;border:none!important;box-shadow:none!important;outline:none!important}.input-container:focus-within{box-shadow:inset 3px 3px 6px #a3bdd673,inset -3px -3px 6px #fffc,0 0 0 2px #00abe440}.send-button,.send-button.btn,.send-button.btn-primary,button.send-button{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(140deg,#4de0ff,#1ac0f5 25%,#00abe4 55%,#0090c4)!important;border:2px solid #ffffff80!important;border-radius:50%!important;box-shadow:0 6px 12px #0082b473,0 3px 6px #0000001f,0 1px 2px #00000014,inset 0 3px 6px #ffffff80,inset 0 -3px 6px #0050782e!important;color:#fff!important;display:flex;height:36px!important;justify-content:center;left:auto!important;margin:0!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;outline:none!important;padding:0!important;position:absolute;right:4px;top:50%;transform:translateY(-50%);transition:all var(--fc-duration) var(--fc-ease);width:36px!important;z-index:10}.send-button svg{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));font-size:.85rem;height:14px;margin-right:-1px;width:14px}.send-button.btn:hover:not(:disabled),.send-button:hover:not(:disabled){background:linear-gradient(140deg,#60e8ff,#2ad0ff 25%,#00bbe8 55%,#009ad0)!important;border-color:#ffffff8c!important;box-shadow:0 8px 18px #0082b48c,0 4px 8px #00000024,0 1px 3px #0000001a,inset 0 3px 7px #ffffff8c,inset 0 -3px 6px #0050782e!important;outline:none!important;transform:translateY(-50%) scale(1.12)}.send-button.btn-primary:active:not(:disabled),.send-button.btn-primary:focus:not(:disabled),.send-button.btn-primary:not(:disabled):not(.disabled):active,.send-button.btn-primary:not(:disabled):not(.disabled):active:focus,.send-button.btn:active:focus:not(:disabled),.send-button.btn:active:not(:disabled),.send-button.btn:focus:not(:disabled),.send-button:active:focus:not(:disabled),.send-button:active:not(:disabled),.send-button:focus-visible,.send-button:focus:not(:disabled),.send-button:not(:disabled):not(.disabled):active,.send-button:not(:disabled):not(.disabled):active:focus{background:linear-gradient(140deg,#4de0ff,#1ac0f5 25%,#00abe4 55%,#0090c4)!important;border-color:#fff6!important;box-shadow:0 2px 4px #0082b440,0 1px 2px #0000000f,inset 0 3px 8px #0050784d,inset 0 -1px 3px #fff3!important;-webkit-box-shadow:0 2px 4px #0082b440,0 1px 2px #0000000f,inset 0 3px 8px #0050784d,inset 0 -1px 3px #fff3!important;outline:none!important;transform:translateY(-50%) scale(.93)}.send-button.btn:disabled,.send-button:disabled{background:linear-gradient(140deg,#b8d4e8,#a8c8de 30%,#98bcd4 60%,#88b0ca)!important;border:2px solid #ffffff59!important;box-shadow:0 4px 8px #88b0ca59,0 2px 4px #0000000f,inset 0 2px 5px #fff6,inset 0 -2px 5px #6496b426!important;color:#ffffffb3!important;opacity:.75}.premium-upgrade-container{background:var(--fc-canvas);padding:1.5rem 1rem;text-align:center}.premium-icon{align-items:center;background:var(--fc-card);border-radius:50%;box-shadow:var(--fc-shadow-raised);color:var(--fc-primary);display:flex;height:50px;justify-content:center;margin:0 auto 1rem;width:50px}.upgrade-button{border-radius:var(--fc-radius-pill);box-shadow:var(--fc-shadow-button);font-size:.9rem;font-weight:600;padding:.4rem 1.2rem;transition:all var(--fc-duration) var(--fc-ease)}.upgrade-button:hover{box-shadow:var(--fc-shadow-hover);transform:translateY(-1px)}.expired-alert{border-radius:var(--fc-radius-sm)}.chat-header-badge{align-items:center;color:var(--fc-primary);display:inline-flex;font-weight:600;padding:2px 10px}.chat-header small,.chat-header-badge{background:var(--fc-card);border-radius:var(--fc-radius-pill);box-shadow:var(--fc-shadow-raised-sm);font-size:.7rem}.chat-header small{color:var(--fc-body);display:inline-block;padding:2px 8px}.premium-upgrade-title{color:var(--fc-text);font-weight:700;margin-bottom:.5rem}.premium-upgrade-text{color:var(--fc-body);font-size:.9rem;line-height:1.5;margin-bottom:1rem}.chat-messages-container::-webkit-scrollbar{width:5px}.chat-messages-container::-webkit-scrollbar-track{background:#0000}.chat-messages-container::-webkit-scrollbar-thumb{background-color:var(--fc-border);border-radius:20px}@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:6px;transform:translateY(-50%);width:32px!important}.send-button svg{font-size:.75rem;height:12px;width:12px}.chat-control-btn{height:32px!important;min-height:32px!important;min-width:32px!important;width:32px!important}.chat-control-btn .fa,.chat-control-btn .fas,.chat-control-btn i,.chat-control-btn svg{font-size:.95rem!important;height:16px!important;width:16px!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:8px}.upgrade-offer-buttons{align-items:flex-start;flex-direction:column;gap:6px}.upgrade-offer-buttons button{width:100%}.chat-control-btn{height:30px!important;min-height:30px!important;min-width:30px!important;width:30px!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}.floating-chat-container.theme-dark,.floating-chat-toggle.theme-dark,.theme-dark .floating-chat-container{--fc-canvas:#1a1d23;--fc-primary:#00abe4;--fc-primary-light:#33bfe9;--fc-secondary:#09c;--fc-card:#22262e;--fc-text:#e0e0e0;--fc-body:#b0bac5;--fc-muted:#6b7f92;--fc-border:#2e3440;--fc-success:#10b981;--fc-danger:#ef4444;--fc-shadow-raised:6px 6px 14px #00000080,-6px -6px 14px #323a4459;--fc-shadow-raised-sm:3px 3px 6px #0006,-3px -3px 6px #323a444d;--fc-shadow-hover:8px 8px 20px #0000008c,-8px -8px 20px #323a4466;--fc-shadow-inset:inset 3px 3px 6px #0006,inset -3px -3px 6px #323a4440;--fc-shadow-button:4px 4px 8px #00000073,-4px -4px 8px #323a444d;--fc-shadow-button-press:inset 3px 3px 6px #00000073,inset -3px -3px 6px #323a4440}.floating-chat-toggle.theme-dark{background:#22262e;border:1px solid #00abe41f;box-shadow:6px 6px 14px #00000080,-6px -6px 14px #323a4459}.floating-chat-toggle.theme-dark:hover{background:#282d36;box-shadow:8px 8px 20px #0000008c,-8px -8px 20px #323a4466}.floating-chat-toggle.theme-dark:active{box-shadow:inset 3px 3px 6px #00000073,inset -3px -3px 6px #323a4440}.floating-chat-toggle.theme-dark .toggle-text{color:#8a9bb0}.floating-chat-card.theme-dark,.floating-chat-card.theme-dark.shadow{background:var(--fc-canvas)!important;border:1px solid #00abe426!important;box-shadow:none!important}.floating-chat-card.theme-dark .chat-header,.theme-dark .chat-header{background:#22262e!important;border-bottom:1px solid #00abe41f!important;box-shadow:0 2px 8px #0000004d!important}.floating-chat-card.theme-dark .chat-header h5{color:#e0e0e0!important}.floating-chat-card.theme-dark .chat-header-badge{background:#2a2f38!important;box-shadow:2px 2px 4px #0000004d,-2px -2px 4px #323a4433!important;color:var(--fc-primary)!important}.floating-chat-card.theme-dark .chat-control-btn,.floating-chat-card.theme-dark .chat-header small{background:#2a2f38!important;color:#8a9bb0!important}.floating-chat-card.theme-dark .chat-control-btn{box-shadow:3px 3px 6px #00000059,-3px -3px 6px #323a4440!important}.floating-chat-card.theme-dark .chat-control-btn:hover{background:#303640!important;color:#e0e0e0!important}.chat-messages-container.theme-dark{background:#1a1d23!important;box-shadow:inset 3px 3px 8px #00000059,inset -3px -3px 8px #323a4433!important}.chat-messages-container.theme-dark .message-bubble.ai-bubble,.message-bubble.ai-bubble.theme-dark{background:#22262e!important;box-shadow:3px 3px 6px #00000059,-3px -3px 6px #323a4433!important;color:#d0d5dc!important}.chat-messages-container.theme-dark .message-bubble.user-bubble,.message-bubble.user-bubble.theme-dark{background:linear-gradient(135deg,#09c,#00abe4)!important;box-shadow:3px 3px 8px #0082b459,-2px -2px 6px #323a4426!important;color:#fff!important}.chat-messages-container.theme-dark .message-bubble.article-bubble,.message-bubble.article-bubble.theme-dark{background:#22262e!important;border-left:3px solid var(--fc-primary)!important;color:#d0d5dc!important}.chat-messages-container.theme-dark .article-bubble .article-title-text,.message-bubble.article-bubble.theme-dark .article-title-text{color:#e0e0e0!important}.chat-messages-container.theme-dark .article-bubble .article-excerpt,.message-bubble.article-bubble.theme-dark .article-excerpt{color:#8a9bb0!important}.chat-messages-container.theme-dark .article-bubble .article-link-indicator,.message-bubble.article-bubble.theme-dark .article-link-indicator{color:var(--fc-primary)!important}.chat-messages-container.theme-dark .message-bubble.upgrade-offer-bubble,.message-bubble.upgrade-offer-bubble.theme-dark{background:#00abe414!important;border-left:3px solid var(--fc-primary)!important;box-shadow:none!important;color:#d0d5dc!important}.chat-messages-container.theme-dark .upgrade-offer-bubble .upgrade-offer-buttons .btn,.message-bubble.upgrade-offer-bubble.theme-dark .upgrade-offer-buttons .btn{background:#2a2f38!important;border-color:#00abe44d!important;box-shadow:none!important;color:var(--fc-primary)!important}.chat-messages-container.theme-dark .upgrade-offer-bubble .upgrade-offer-buttons .btn:hover,.message-bubble.upgrade-offer-bubble.theme-dark .upgrade-offer-buttons .btn:hover{background:#00abe426!important;border-color:var(--fc-primary)!important;color:#fff!important}.chat-messages-container.theme-dark .message-bubble.premium-features-bubble,.message-bubble.premium-features-bubble.theme-dark{background:#00abe40f!important;box-shadow:none!important;color:#d0d5dc!important}.chat-messages-container.theme-dark .chat-avatar.ai-avatar,.theme-dark .chat-avatar.ai-avatar{background:#00abe41f!important;color:var(--fc-primary)!important}.chat-messages-container.theme-dark .chat-avatar.user-avatar,.theme-dark .chat-avatar.user-avatar{background:#2a2f38!important;color:#8a9bb0!important}.chat-input-form.theme-dark{background:#1a1d23!important;box-shadow:inset 0 1px 0 #323a444d,0 -4px 10px #0003!important}.chat-input-form.theme-dark .input-container{background:#22262e!important;box-shadow:inset 3px 3px 6px #00000059,inset -3px -3px 6px #323a4433!important}.chat-input.theme-dark,.chat-input.theme-dark.form-control{background:#0000!important;color:#e0e0e0!important}.chat-input.theme-dark::placeholder{color:#6b7f92!important}.chat-input-form.theme-dark .input-container:focus-within{box-shadow:inset 3px 3px 6px #00000059,inset -3px -3px 6px #323a4433,0 0 0 2px #00abe44d!important}.premium-upgrade-container.theme-dark{background:#1a1d23!important}.premium-upgrade-container.theme-dark .premium-upgrade-title{color:#e0e0e0!important}.premium-upgrade-container.theme-dark .premium-upgrade-text{color:#8a9bb0!important}.premium-upgrade-container.theme-dark .premium-icon{background:#00abe41a!important}.premium-upgrade-container.theme-dark .upgrade-button{box-shadow:4px 4px 8px #0006,-4px -4px 8px #323a4440!important}.floating-chat-card.theme-dark .expired-alert,.theme-dark .expired-alert{background:#ef44441a!important;border-color:#ef444433!important;color:#f87171!important}.chat-messages-container.theme-dark::-webkit-scrollbar-thumb{background-color:#3a4050!important}.chat-messages-container.theme-dark::-webkit-scrollbar-track{background:#0000!important}.chat-messages-container.theme-dark .typing-indicator,.theme-dark .typing-indicator{background:#22262e!important}.chat-messages-container.theme-dark .typing-indicator span,.theme-dark .typing-indicator span{background:#6b7f92!important}
/*# sourceMappingURL=ai-chat.8912147a.chunk.css.map*/