.help-chat-launcher{align-items:center;background:var(--color-primary,#003488);border:0;border-radius:999px;bottom:24px;box-shadow:0 6px 20px #0000002e;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:10px 16px;position:fixed;right:24px;transition:transform .12s ease,box-shadow .12s ease;z-index:1050}.help-chat-launcher:hover{box-shadow:0 8px 24px #00000038;transform:translateY(-1px)}.help-chat-launcher-icon{align-items:center;display:inline-flex;height:22px;justify-content:center;width:22px}.help-chatbox{background:#fff;border-radius:16px;bottom:24px;box-shadow:0 20px 60px #00000038;display:flex;flex-direction:column;height:min(560px,calc(100vh - 48px));max-width:calc(100vw - 32px);overflow:hidden;position:fixed;right:24px;width:380px;z-index:1050}.help-chatbox-header{align-items:center;background:var(--color-primary,#003488);color:#fff;display:flex;justify-content:space-between;padding:14px 16px}.help-chatbox-title{align-items:center;display:inline-flex;font-weight:600;gap:8px}.help-chatbox-actions{display:inline-flex;gap:4px}.help-chatbox-action{background:transparent;border:0;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:6px 10px}.help-chatbox-action:hover{background:#ffffff26}.help-chatbox-scope{background:#f4f6fb;border-bottom:1px solid #e5e7eb;color:#4a5568;font-size:12px;margin:0;padding:10px 16px}.help-chatbox-thread{background:#fff;flex:1 1 auto;overflow-y:auto;padding:16px}.help-chatbox-empty{color:#4a5568;font-size:13px;line-height:1.5}.help-chatbox-suggestion{background:#f1f5ff;border:1px solid #d1dafa;border-radius:8px;color:var(--color-primary,#003488);cursor:pointer;display:inline;font-size:12px;margin:2px;padding:2px 8px}.help-chatbox-suggestion:hover{background:#e2eaff}.help-chatbox-message{display:flex;flex-direction:column;margin-bottom:14px}.help-chatbox-message--user{align-items:flex-end}.help-chatbox-message--assistant{align-items:flex-start}.help-chatbox-bubble{border-radius:12px;font-size:14px;line-height:1.5;max-width:88%;padding:10px 12px;word-break:break-word}.help-chatbox-bubble>:first-child{margin-top:0}.help-chatbox-bubble>:last-child{margin-bottom:0}.help-chatbox-bubble p{margin:0 0 8px}.help-chatbox-bubble p:last-child{margin-bottom:0}.help-chatbox-bubble ol,.help-chatbox-bubble ul{margin:4px 0 8px;padding-left:22px}.help-chatbox-bubble ol li,.help-chatbox-bubble ul li{margin:2px 0}.help-chatbox-bubble ol li>p,.help-chatbox-bubble ul li>p{margin:0}.help-chatbox-bubble strong{font-weight:600}.help-chatbox-bubble code{background:#0f172a14;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;padding:1px 5px}.help-chatbox-message--user .help-chatbox-bubble code{background:#ffffff2e}.help-chatbox-bubble pre{background:#0f172a;border-radius:8px;color:#e2e8f0;font-size:12.5px;line-height:1.45;margin:6px 0;overflow-x:auto;padding:8px 10px}.help-chatbox-bubble pre code{background:transparent;color:inherit;padding:0}.help-chatbox-bubble blockquote{border-left:3px solid #cbd5e1;color:#475569;margin:6px 0;padding:2px 10px}.help-chatbox-bubble h1,.help-chatbox-bubble h2,.help-chatbox-bubble h3,.help-chatbox-bubble h4{font-size:14px;font-weight:600;line-height:1.3;margin:8px 0 4px}.help-chatbox-bubble a:not(.help-chatbox-inline-cite){color:var(--color-primary,#003488);text-decoration:underline}.help-chatbox-message--user .help-chatbox-bubble{background:var(--color-primary,#003488);border-bottom-right-radius:4px;color:#fff}.help-chatbox-message--assistant .help-chatbox-bubble{background:#f4f6fb;border-bottom-left-radius:4px;color:#1f2937}.help-chatbox-bubble--loading{align-items:center;display:inline-flex;gap:4px}.help-chatbox-bubble--loading .dot{animation:help-chat-bounce 1.2s ease-in-out infinite;background:#94a3b8;border-radius:50%;height:6px;width:6px}.help-chatbox-bubble--loading .dot:nth-child(2){animation-delay:.15s}.help-chatbox-bubble--loading .dot:nth-child(3){animation-delay:.3s}@keyframes help-chat-bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.help-chatbox-inline-cite{color:var(--color-primary,#003488);font-weight:600;padding:0 2px;text-decoration:none}.help-chatbox-inline-cite:hover{text-decoration:underline}.help-chatbox-citations{display:flex;flex-direction:column;font-size:12px;gap:4px;list-style:none;margin:6px 0 0;max-width:88%;padding:0}.help-chatbox-citation{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;display:flex;gap:6px;line-height:1.35;padding:6px 8px;text-decoration:none}.help-chatbox-citation:hover{background:#f8fafc;border-color:#c7d2fe}.help-chatbox-citation-index{color:var(--color-primary,#003488);flex-shrink:0;font-weight:600}.help-chatbox-citation-role{color:#94a3b8;margin-left:auto}.help-chatbox-form{align-items:flex-end;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:8px;padding:10px 12px}.help-chatbox-input{border:1px solid #d1d5db;border-radius:10px;flex:1 1 auto;font-family:inherit;font-size:13px;line-height:1.4;outline:none;padding:8px 10px;resize:none}.help-chatbox-input:focus{border-color:var(--color-primary,#003488)}.help-chatbox-send{align-items:center;background:var(--color-primary,#003488);border:0;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;height:38px;justify-content:center;width:38px}.help-chatbox-send:disabled{background:#cbd5e1;cursor:not-allowed}.help-chat-slide-enter-active,.help-chat-slide-leave-active{transition:transform .2s ease,opacity .2s ease}.help-chat-slide-enter-from,.help-chat-slide-leave-to{opacity:0;transform:translateY(12px)}
