.kevron-chat-launcher{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9990;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(135deg,#281070 0,#0078c0 100%);color:#fff;box-shadow:0 4px 20px rgba(40,16,112,.35),0 0 0 0 rgba(0,120,192,.4);transition:all .3s cubic-bezier(.34, 1.56, .64, 1);display:flex;align-items:center;justify-content:center;animation:kevron-pulse-ring 3s ease-in-out infinite}.kevron-chat-launcher:hover{transform:scale(1.1);box-shadow:0 8px 30px rgba(40,16,112,.45)}.kevron-chat-launcher:active{transform:scale(.95)}.kevron-chat-launcher svg{width:26px;height:26px;transition:transform .3s ease}.kevron-chat-launcher.is-open svg{transform:rotate(90deg)}@keyframes kevron-pulse-ring{0%,100%{box-shadow:0 4px 20px rgba(40,16,112,.35),0 0 0 0 rgba(0,120,192,.4)}50%{box-shadow:0 4px 20px rgba(40,16,112,.35),0 0 0 12px rgba(0,120,192,0)}}.kevron-chat-panel{position:fixed;bottom:6rem;right:1.5rem;z-index:9989;width:400px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 8rem);border-radius:1.25rem;overflow:hidden;display:flex;flex-direction:column;background:var(--bg-surface-0,#fff);border:1px solid rgba(0,0,0,.08);box-shadow:0 25px 60px rgba(0,0,0,.15),0 0 0 1px rgba(255,255,255,.05) inset;transform:translateY(20px) scale(.95);opacity:0;pointer-events:none;transition:all .35s cubic-bezier(.34, 1.56, .64, 1)}.kevron-chat-panel.is-open{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.dark .kevron-chat-panel{background:#111827;border-color:rgba(255,255,255,.08);box-shadow:0 25px 60px rgba(0,0,0,.5)}.kevron-chat-header{background:linear-gradient(135deg,#281070 0,#0078c0 100%);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.kevron-chat-header-info{display:flex;align-items:center;gap:.75rem}.kevron-chat-avatar{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}.kevron-chat-header h3{font-size:.9rem;font-weight:600;color:#fff;margin:0;line-height:1.2}.kevron-chat-status{font-size:.7rem;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:.35rem}.kevron-chat-status-dot{width:7px;height:7px;border-radius:50%;background:#34d399;animation:kevron-status-pulse 2s ease-in-out infinite}@keyframes kevron-status-pulse{0%,100%{opacity:1}50%{opacity:.5}}.kevron-chat-close{background:rgba(255,255,255,.1);border:none;border-radius:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}.kevron-chat-close:hover{background:rgba(255,255,255,.2)}.kevron-chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#f8fafc;min-height:280px;max-height:400px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0.1) transparent}.dark .kevron-chat-messages{background:#0f172a}.kevron-chat-messages::-webkit-scrollbar{width:4px}.kevron-chat-messages::-webkit-scrollbar-track{background:0 0}.kevron-chat-messages::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:4px}.kevron-msg{display:flex;gap:.5rem;max-width:90%;animation:kevron-msg-in .3s ease-out}.kevron-msg.user{align-self:flex-end;flex-direction:row-reverse}.kevron-msg.assistant{align-self:flex-start}@keyframes kevron-msg-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.kevron-msg-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;margin-top:2px}.kevron-msg.assistant .kevron-msg-avatar{background:linear-gradient(135deg,#281070,#4338ca);color:#fff}.kevron-msg.user .kevron-msg-avatar{background:#e2e8f0;color:#475569}.dark .kevron-msg.user .kevron-msg-avatar{background:#334155;color:#94a3b8}.kevron-msg-bubble{padding:.65rem .9rem;border-radius:1rem;font-size:.82rem;line-height:1.55;word-break:break-word}.kevron-msg.user .kevron-msg-bubble{background:linear-gradient(135deg,#281070,#4338ca);color:#fff;border-bottom-right-radius:.25rem}.kevron-msg.assistant .kevron-msg-bubble{background:#fff;color:#334155;border:1px solid rgba(0,0,0,.06);border-bottom-left-radius:.25rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}.dark .kevron-msg.assistant .kevron-msg-bubble{background:#1e293b;color:#cbd5e1;border-color:rgba(255,255,255,.06)}.kevron-msg-bubble p{margin:0 0 .4rem 0}.kevron-msg-bubble p:last-child{margin-bottom:0}.kevron-msg-bubble strong{font-weight:600}.kevron-msg-bubble ol,.kevron-msg-bubble ul{margin:.3rem 0;padding-left:1.2rem}.kevron-msg-bubble li{margin:.15rem 0}.kevron-msg-bubble a{color:#0078c0;text-decoration:underline;text-underline-offset:2px}.kevron-msg-bubble code{background:rgba(0,0,0,.06);padding:.1rem .3rem;border-radius:.25rem;font-size:.78rem}.dark .kevron-msg-bubble a{color:#60a5fa}.kevron-msg-feedback{display:flex;gap:.3rem;margin-top:.35rem;padding-left:2.25rem}.kevron-msg-feedback button{background:0 0;border:1px solid transparent;border-radius:.35rem;padding:.15rem .4rem;cursor:pointer;color:#94a3b8;font-size:.7rem;display:flex;align-items:center;gap:.2rem;transition:all .2s}.kevron-msg-feedback button:hover{color:#281070;border-color:#281070}.kevron-msg-feedback button.voted{color:#281070;background:rgba(40,16,112,.08);border-color:rgba(40,16,112,.2)}.dark .kevron-msg-feedback button:hover{color:#818cf8;border-color:#818cf8}.dark .kevron-msg-feedback button.voted{color:#818cf8;background:rgba(129,140,248,.1);border-color:rgba(129,140,248,.2)}.kevron-msg-sources{margin-top:.4rem;padding-left:2.25rem}.kevron-msg-sources-toggle{font-size:.7rem;color:#64748b;cursor:pointer;border:none;background:0 0;display:flex;align-items:center;gap:.25rem;padding:0;transition:color .2s}.kevron-msg-sources-toggle:hover{color:#281070}.kevron-msg-sources-list{display:none;margin-top:.3rem;padding:.4rem .6rem;background:rgba(0,0,0,.02);border-radius:.5rem;border:1px solid rgba(0,0,0,.04)}.kevron-msg-sources-list.is-open{display:block}.kevron-msg-source-item{font-size:.7rem;color:#64748b;padding:.15rem 0;display:flex;align-items:center;gap:.3rem}.kevron-msg-source-item a{color:#0078c0;text-decoration:none}.kevron-msg-source-item a:hover{text-decoration:underline}.kevron-typing{display:flex;gap:.5rem;align-self:flex-start;max-width:90%}.kevron-typing-dots{display:flex;gap:4px;padding:.65rem .9rem;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:1rem;border-bottom-left-radius:.25rem}.dark .kevron-typing-dots{background:#1e293b;border-color:rgba(255,255,255,.06)}.kevron-typing-dot{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:kevron-typing-bounce 1.2s infinite}.kevron-typing-dot:nth-child(2){animation-delay:.15s}.kevron-typing-dot:nth-child(3){animation-delay:.3s}@keyframes kevron-typing-bounce{0%,100%,80%{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.kevron-suggestions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.kevron-suggestion-btn{font-size:.72rem;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(40,16,112,.15);background:rgba(40,16,112,.04);color:#281070;cursor:pointer;transition:all .2s;white-space:nowrap}.kevron-suggestion-btn:hover{background:rgba(40,16,112,.1);border-color:rgba(40,16,112,.3);transform:translateY(-1px)}.dark .kevron-suggestion-btn{border-color:rgba(129,140,248,.2);background:rgba(129,140,248,.05);color:#a5b4fc}.dark .kevron-suggestion-btn:hover{background:rgba(129,140,248,.15)}.kevron-chat-input-area{padding:.75rem 1rem;border-top:1px solid rgba(0,0,0,.06);background:var(--bg-surface-0,#fff);flex-shrink:0}.dark .kevron-chat-input-area{background:#111827;border-color:rgba(255,255,255,.06)}.kevron-chat-input-row{display:flex;gap:.5rem;align-items:flex-end}.kevron-chat-input{flex:1;padding:.6rem .85rem;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;font-size:.82rem;color:inherit;background:#f1f5f9;outline:0;resize:none;min-height:40px;max-height:100px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.kevron-chat-input:focus{border-color:#281070;box-shadow:0 0 0 3px rgba(40,16,112,.1)}.dark .kevron-chat-input{background:#1e293b;border-color:rgba(255,255,255,.1);color:#e2e8f0}.dark .kevron-chat-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px rgba(129,140,248,.1)}.kevron-chat-send{width:40px;height:40px;border-radius:.75rem;border:none;background:linear-gradient(135deg,#281070,#4338ca);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.kevron-chat-send:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(40,16,112,.3)}.kevron-chat-send:disabled{opacity:.5;cursor:not-allowed;transform:none}.kevron-chat-send svg{width:18px;height:18px}.kevron-chat-footer{text-align:center;padding-top:.4rem}.kevron-chat-footer a{font-size:.68rem;color:#94a3b8;text-decoration:none;transition:color .2s}.kevron-chat-footer a:hover{color:#281070}@media (max-width:480px){.kevron-chat-panel{bottom:0;right:0;width:100vw;max-width:100vw;max-height:100vh;height:100vh;border-radius:0}.kevron-chat-messages{max-height:none;flex:1}.kevron-chat-launcher{bottom:1rem;right:1rem}}.kevron-welcome{text-align:center;padding:1.5rem 1rem}.kevron-welcome-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#281070,#4338ca);margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff}.kevron-welcome h4{font-size:.95rem;font-weight:600;color:#1e293b;margin:0 0 .3rem}.dark .kevron-welcome h4{color:#f1f5f9}.kevron-welcome p{font-size:.78rem;color:#64748b;margin:0 0 1rem;line-height:1.5}.dark .kevron-welcome p{color:#94a3b8}