[x-cloak]{display:none!important}#ts-chat-root{--ts-chat-primary: #1e3a5f;--ts-chat-primary-hover: #152a45;--ts-chat-accent: #6366f1;--ts-chat-surface: #ffffff;--ts-chat-muted: #64748b;--ts-chat-border: #e2e8f0;--ts-chat-shadow: 0 25px 50px -12px rgba(15, 23, 42, .25);--ts-chat-radius: 1.25rem;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased}#ts-chat-root *{box-sizing:border-box}#ts-chat-root .ts-chat-fab{position:fixed;right:1.25rem;bottom:1.25rem;z-index:9990;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border:none;border-radius:9999px;background:linear-gradient(135deg,#4f46e5 0%,var(--ts-chat-primary) 100%);color:#fff;cursor:pointer;box-shadow:0 10px 28px #4f46e573;transition:transform .2s ease,box-shadow .2s ease}#ts-chat-root .ts-chat-fab:hover{transform:scale(1.05);box-shadow:0 14px 32px #4f46e580}#ts-chat-root .ts-chat-fab svg{width:1.5rem;height:1.5rem}#ts-chat-root .ts-chat-fab-pulse{position:absolute;inset:0;border-radius:inherit;background:inherit;animation:ts-chat-pulse 2.5s ease-out infinite;opacity:.4;z-index:-1}@keyframes ts-chat-pulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.35);opacity:0}to{transform:scale(1.35);opacity:0}}#ts-chat-root .ts-chat-teaser{position:fixed;right:5.5rem;bottom:1.5rem;z-index:9989;max-width:14rem;padding:.65rem .9rem;font-size:.8125rem;line-height:1.35;color:var(--ts-chat-primary);background:var(--ts-chat-surface);border:1px solid var(--ts-chat-border);border-radius:1rem 1rem .25rem;box-shadow:0 8px 24px #0f172a1f;cursor:pointer;animation:ts-chat-teaser-in .4s ease}@keyframes ts-chat-teaser-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}#ts-chat-root .ts-chat-panel{position:fixed;right:1.25rem;bottom:5.25rem;z-index:9991;display:flex;flex-direction:column;width:min(22rem,calc(100vw - 2rem));max-height:min(32rem,calc(100vh - 7rem));background:var(--ts-chat-surface);border:1px solid var(--ts-chat-border);border-radius:var(--ts-chat-radius);box-shadow:var(--ts-chat-shadow);overflow:hidden;animation:ts-chat-panel-in .28s cubic-bezier(.22,1,.36,1)}@keyframes ts-chat-panel-in{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}#ts-chat-root .ts-chat-header{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;background:linear-gradient(135deg,var(--ts-chat-primary) 0%,#312e81 100%);color:#fff}#ts-chat-root .ts-chat-avatar{flex-shrink:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:#ffffff26;font-size:.7rem;font-weight:700}#ts-chat-root .ts-chat-header h3{margin:0;font-size:.9375rem;font-weight:700;letter-spacing:-.02em}#ts-chat-root .ts-chat-header p{margin:.1rem 0 0;font-size:.6875rem;opacity:.85}#ts-chat-root .ts-chat-header-actions{margin-left:auto;display:flex;gap:.25rem}#ts-chat-root .ts-chat-icon-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:.5rem;background:#ffffff1f;color:#fff;cursor:pointer;transition:background .15s}#ts-chat-root .ts-chat-icon-btn:hover{background:#ffffff38}#ts-chat-root .ts-chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#f8fafc;scroll-behavior:smooth}#ts-chat-root .ts-chat-msg{display:flex;gap:.5rem;max-width:92%}#ts-chat-root .ts-chat-msg--user{align-self:flex-end;flex-direction:row-reverse}#ts-chat-root .ts-chat-bubble{padding:.65rem .85rem;font-size:.8125rem;line-height:1.45;border-radius:1rem;white-space:pre-wrap;word-break:break-word}#ts-chat-root .ts-chat-msg--assistant .ts-chat-bubble{background:#fff;color:#1e293b;border:1px solid var(--ts-chat-border);border-top-left-radius:.25rem}#ts-chat-root .ts-chat-msg--user .ts-chat-bubble{background:var(--ts-chat-primary);color:#fff;border-top-right-radius:.25rem}#ts-chat-root .ts-chat-msg-label{flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:.625rem;font-weight:700}#ts-chat-root .ts-chat-msg--assistant .ts-chat-msg-label{background:var(--ts-chat-primary);color:#fff}#ts-chat-root .ts-chat-msg--user .ts-chat-msg-label{background:#e2e8f0;color:#475569}#ts-chat-root .ts-chat-typing{display:flex;gap:.25rem;padding:.65rem .85rem;background:#fff;border:1px solid var(--ts-chat-border);border-radius:.25rem 1rem 1rem}#ts-chat-root .ts-chat-typing span{width:.4rem;height:.4rem;border-radius:9999px;background:#94a3b8;animation:ts-chat-bounce 1.2s ease infinite}#ts-chat-root .ts-chat-typing span:nth-child(2){animation-delay:.15s}#ts-chat-root .ts-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes ts-chat-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}}#ts-chat-root .ts-chat-prompts{display:flex;flex-wrap:wrap;gap:.35rem;padding:0 1rem .5rem;background:#f8fafc}#ts-chat-root .ts-chat-prompt{padding:.35rem .65rem;font-size:.6875rem;font-weight:500;color:var(--ts-chat-primary);background:#fff;border:1px solid var(--ts-chat-border);border-radius:9999px;cursor:pointer;transition:background .15s,border-color .15s}#ts-chat-root .ts-chat-prompt:hover{background:#eef2ff;border-color:#c7d2fe}#ts-chat-root .ts-chat-footer{padding:.75rem 1rem 1rem;border-top:1px solid var(--ts-chat-border);background:#fff}#ts-chat-root .ts-chat-input-row{display:flex;gap:.5rem}#ts-chat-root .ts-chat-input{flex:1;padding:.6rem .85rem;font-size:.8125rem;border:1px solid var(--ts-chat-border);border-radius:.75rem;outline:none;transition:border-color .15s,box-shadow .15s}#ts-chat-root .ts-chat-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #6366f126}#ts-chat-root .ts-chat-send{flex-shrink:0;padding:.6rem 1rem;font-size:.8125rem;font-weight:600;color:#fff;background:var(--ts-chat-primary);border:none;border-radius:.75rem;cursor:pointer;transition:background .15s}#ts-chat-root .ts-chat-send:hover:not(:disabled){background:var(--ts-chat-primary-hover)}#ts-chat-root .ts-chat-send:disabled{opacity:.5;cursor:not-allowed}#ts-chat-root .ts-chat-expand{display:block;margin-top:.5rem;font-size:.6875rem;font-weight:500;color:var(--ts-chat-muted);text-align:center;text-decoration:none}#ts-chat-root .ts-chat-expand:hover{color:var(--ts-chat-primary)}#ts-chat-root .ts-chat-badge{display:inline-block;margin-left:.35rem;padding:.1rem .4rem;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#10b98140;color:#a7f3d0;border-radius:9999px}@media(max-width:480px){#ts-chat-root .ts-chat-panel{right:.5rem;left:.5rem;width:auto;bottom:5rem;max-height:calc(100vh - 6rem)}#ts-chat-root .ts-chat-teaser{display:none}}
