.chat-fab{position:fixed;right:max(1rem,env(safe-area-inset-right,0px));bottom:max(1.25rem,env(safe-area-inset-bottom,0px));z-index:220;display:inline-flex;height:3.5rem;width:3.5rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid rgba(255,255,255,.55);background:#0ea5e9;color:#ffffff;box-shadow:0 10px 25px rgba(14,165,233,.35),0 2px 8px rgba(15,23,42,.12);cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.chat-fab:hover{background:#0284c7;transform:translateY(-1px)}.chat-fab:focus-visible{outline:2px solid #0369a1;outline-offset:3px}.chat-fab__icon{width:1.5rem;height:1.5rem;display:block}.chat-fab--pulse{box-shadow:0 0 0 0 rgba(14,165,233,.55),0 10px 25px rgba(14,165,233,.35);animation:chat-fab-pulse-ring 1.6s ease-out infinite}@keyframes chat-fab-pulse-ring{0%{box-shadow:0 0 0 0 rgba(14,165,233,.55),0 10px 25px rgba(14,165,233,.35)}70%{box-shadow:0 0 0 14px rgba(14,165,233,0),0 10px 25px rgba(14,165,233,.35)}to{box-shadow:0 0 0 0 rgba(14,165,233,0),0 10px 25px rgba(14,165,233,.35)}}@media (prefers-reduced-motion:reduce){.chat-fab--pulse{animation:none;box-shadow:0 0 0 3px rgba(14,165,233,.45),0 10px 25px rgba(14,165,233,.35)}.chat-fab{transition:none}}.chat-md{font-size:inherit;line-height:inherit}.chat-md,.chat-md code,.chat-md pre{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.chat-md code,.chat-md pre{white-space:pre-wrap}.chat-md pre.chat-md-fence,.chat-md pre.chat-md-mermaid,.chat-md pre.mermaid{margin:.65em 0;padding:.75rem .85rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#f8fafc;overflow-x:auto;white-space:pre}.chat-md pre.chat-md-fence .chat-md-fence-lang{display:block;margin-bottom:.35rem;font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.chat-md pre.chat-md-fence code{display:block;padding:0;background:transparent;border:0;font-size:.78rem;line-height:1.45;color:#334155}.chat-md pre.chat-md-mermaid,.chat-md pre.mermaid{display:flex;justify-content:center;background:#fff;white-space:normal}.chat-md .mermaid svg,.chat-md pre.mermaid svg{max-width:100%;height:auto}.chat-md-mermaid-shell{position:relative;margin:.65em 0;max-width:100%}.chat-md-mermaid-shell>pre.chat-md-mermaid,.chat-md-mermaid-shell>pre.mermaid{margin:0}.chat-md-mermaid-toolbar{position:absolute;top:.45rem;right:.45rem;z-index:2;display:flex;align-items:center;gap:.35rem}.chat-md-mermaid-expand{position:relative;top:auto;right:auto;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;border:1px solid #e2e8f0;background:rgba(255,255,255,.94);color:#475569;cursor:pointer;box-shadow:0 1px 3px rgba(15,23,42,.08)}.chat-md-mermaid-save-wrap{position:relative}.chat-md-mermaid-save-menu{position:absolute;right:0;top:calc(100% + .35rem);z-index:3;min-width:8.5rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;padding:.25rem;box-shadow:0 20px 40px -16px rgba(15,23,42,.28)}.chat-md-mermaid-save-menu[hidden]{display:none}.chat-md-mermaid-save-item{display:block;width:100%;border:0;background:transparent;border-radius:.5rem;padding:.45rem .65rem;text-align:left;font-size:.68rem;font-weight:700;letter-spacing:.03em;color:#334155;cursor:pointer}.chat-md-mermaid-save-item:hover{background:#f8fafc}.chat-md-mermaid-expand:hover{background:#fff;color:#334155}.chat-md-mermaid-expand:focus-visible{outline:2px solid #3498db;outline-offset:2px}.chat-md-mermaid-lightbox-panel{max-height:min(92dvh,900px);max-width:min(96vw,1200px);overflow:auto;background:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(15,23,42,.35)}.chat-md-mermaid-lightbox-panel svg{display:block;width:auto;height:auto;min-width:min(960px,90vw);max-width:none}.chat-md-phone-cta{display:flex;gap:.55rem;align-items:flex-start;margin-top:.9em;padding:.65rem .75rem;border-radius:.65rem;border:1px solid #e2e8f0;background:#f8fafc}.chat-md-phone-cta-icon{flex-shrink:0;font-size:1.05rem;line-height:1.45}.chat-md-phone-cta p{margin:0;font-size:.92em;line-height:1.45;color:#475569}.chat-md-phone-cta-body{flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.chat-md-phone-cta-dismiss{align-self:flex-end;margin-top:.15rem;padding:0;border:0;background:transparent;font-size:.78em;line-height:1.3;color:#64748b;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.chat-md-phone-cta-dismiss:hover{color:#334155}.chat-md-phone-cta-dismiss:focus-visible{outline:2px solid #3498db;outline-offset:2px;border-radius:2px}.chat-md-caret{display:inline-block;width:.08em;min-width:2px;height:1em;margin-left:1px;vertical-align:-.12em;background:#94a3b8;border-radius:1px;animation:chat-md-caret-blink 1s step-end infinite}@keyframes chat-md-caret-blink{50%{opacity:0}}.chat-typing-dots{display:inline-flex;align-items:center;gap:4px;min-height:1.25em;padding:2px 0}.chat-typing-dots__dot{width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:chat-typing-dots-bounce 1.2s ease-in-out infinite}.chat-typing-dots__dot:nth-child(2){animation-delay:.15s}.chat-typing-dots__dot:nth-child(3){animation-delay:.3s}@keyframes chat-typing-dots-bounce{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.chat-answer-missing{color:#64748b;font-size:.875rem;line-height:1.4}.chat-answer-failed{display:flex;flex-direction:column;gap:.625rem}.chat-answer-failed p{margin:0;font-size:.875rem;line-height:1.4;color:#92400e}.chat-retry-btn{align-self:flex-start;border:none;border-radius:.5rem;background:#3498db;color:#fff;font-size:.8125rem;font-weight:600;line-height:1.25;padding:.4375rem .75rem;cursor:pointer}.chat-retry-btn:hover:not(:disabled){background:#2980b9}.chat-retry-btn:disabled{opacity:.55;cursor:not-allowed}.chat-retry-btn:focus-visible{outline:2px solid #3498db;outline-offset:2px}.chat-md p{margin:0 0 .55em}.chat-md p:last-child{margin-bottom:0}.chat-md ol,.chat-md ul{margin:.35em 0 .55em;padding-left:1.25em;list-style-position:outside}.chat-md ul{list-style-type:disc}.chat-md ol{list-style-type:decimal}.chat-md li{margin:.2em 0;display:list-item}.chat-md li+li{margin-top:.35em}.chat-md strong{font-weight:700;color:#0f172a}.chat-md em{font-style:italic}.chat-md code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;padding:.1em .35em;border-radius:.25rem;background:#f1f5f9;color:#0f172a}.chat-md a{color:#0284c7;text-decoration:underline;text-underline-offset:2px}.chat-md h1,.chat-md h2,.chat-md h3,.chat-md h4,.chat-md h5,.chat-md h6{margin:.75em 0 .35em;font-weight:700;line-height:1.3;color:#0f172a}.chat-md h1{font-size:1.15em}.chat-md h2{font-size:1.08em}.chat-md h3{font-size:1.02em}.chat-md h4,.chat-md h5,.chat-md h6{font-size:1em}.chat-md h1:first-child,.chat-md h2:first-child,.chat-md h3:first-child,.chat-md h4:first-child{margin-top:0}.chat-md hr{border:0;border-top:1px solid #e2e8f0;margin:.75em 0}.chat-md-table-wrap{margin:.65em 0;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.chat-md-table{width:100%;min-width:16rem;border-collapse:collapse;font-size:.88em;line-height:1.4}.chat-md-table td,.chat-md-table th{border:1px solid #e2e8f0;padding:.45rem .55rem;vertical-align:top;text-align:left}.chat-md-table th{background:#f1f5f9;font-weight:600;color:#334155}.chat-md-table tbody tr:nth-child(2n) td{background:#f8fafc}.chat-msg-action{position:relative;display:inline-flex;height:1.75rem;width:1.75rem;align-items:center;justify-content:center;border-radius:999px;border:0;background:transparent;color:#64748b;cursor:pointer;transition:background-color .15s ease,color .15s ease}.chat-msg-action:focus-visible,.chat-msg-action:hover{background:#f1f5f9;color:#0f172a;outline:none}.chat-msg-action--active{color:#0284c7;background:#e0f2fe}.chat-msg-action--active:focus-visible,.chat-msg-action--active:hover{color:#0369a1;background:#bae6fd}.chat-msg-action__tip{pointer-events:none;position:absolute;top:calc(100% + 6px);left:50%;z-index:20;white-space:nowrap;border-radius:999px;background:#0f172a;padding:.25rem .65rem;font-size:.6875rem;font-weight:500;line-height:1.2;color:#fff;opacity:0;transform:translate(-50%,-2px);transition:opacity .12s ease,transform .12s ease}.chat-msg-action:focus-visible .chat-msg-action__tip,.chat-msg-action:hover .chat-msg-action__tip{opacity:1;transform:translate(-50%)}.chat-scroll{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.45) transparent}.chat-scroll::-webkit-scrollbar{width:6px;height:6px}.chat-scroll::-webkit-scrollbar-track{background:transparent}.chat-scroll::-webkit-scrollbar-thumb{background:rgba(148,163,184,.45);border-radius:999px}.chat-scroll::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.7)}.chat-scroll::-webkit-scrollbar-corner{background:transparent}.chat-header-gear{position:relative;display:inline-flex;height:2.25rem;width:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.5rem;border:0;background:transparent;color:#64748b;cursor:pointer;transition:background-color .15s ease,color .15s ease}.chat-header-gear:focus-visible,.chat-header-gear:hover{background:#f1f5f9;color:#0f172a;outline:none}.chat-header-gear--active{background:#e0f2fe;color:#0369a1}.chat-header-gear__tip{pointer-events:none;position:absolute;top:calc(100% + 6px);left:50%;z-index:30;white-space:nowrap;border-radius:999px;background:#0f172a;padding:.25rem .65rem;font-size:.6875rem;font-weight:500;line-height:1.2;color:#fff;opacity:0;transform:translate(-50%,-2px);transition:opacity .12s ease,transform .12s ease}.chat-header-gear:focus-visible .chat-header-gear__tip,.chat-header-gear:hover .chat-header-gear__tip{opacity:1;transform:translate(-50%)}.chat-prompt-chip{border-radius:1rem;border:1px solid #e2e8f0;background:#ffffff;padding:.375rem .75rem;text-align:left;font-size:.75rem;font-weight:500;line-height:1.35;color:#334155;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:border-color .15s ease,background-color .15s ease,color .15s ease}.chat-prompt-chip:hover:not(:disabled){border-color:#7dd3fc;background:#f0f9ff;color:#0c4a6e}.chat-prompt-chip:disabled{cursor:not-allowed;opacity:.5}.chat-prompts-toggle{display:inline-flex;height:1.5rem;width:2.25rem;flex-shrink:0;align-self:flex-end;align-items:center;justify-content:center;margin-bottom:0;padding:0;border-radius:.5rem;border:0;background:transparent;color:#64748b;box-shadow:none;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease}.chat-prompts-toggle:focus-visible,.chat-prompts-toggle:hover{background:#f1f5f9;color:#0f172a;outline:none}.chat-prompts-toggle__icon{width:21px;height:21px;transition:transform .2s ease}.chat-prompts-toggle__icon--collapsed{transform:rotate(-180deg)}.chat-quick-prompts-panel{max-height:12rem;transition:max-height .3s ease-out}.chat-quick-prompts-panel--collapsed{max-height:0;margin:0;overflow:hidden;pointer-events:none;mask-image:none;-webkit-mask-image:none}@media (max-width:639px){.chat-quick-prompts:has(.chat-quick-prompts-panel--collapsed){min-height:0;gap:0}.chat-prompts-toggle{height:1.25rem}}.chat-panel-root{--chat-reply-accent:#0284c7;--chat-reply-accent-soft:#0ea5e9;--chat-reply-muted:#64748b;--chat-reply-surface:#ffffff;--chat-reply-border:#e2e8f0;--chat-reply-author:#0284c7}.chat-panel-root.chat-panel-root--dark,.dark .chat-panel-root{--chat-reply-accent:#38bdf8;--chat-reply-accent-soft:#7dd3fc;--chat-reply-muted:#94a3b8;--chat-reply-surface:#0f172a;--chat-reply-border:#1e293b;--chat-reply-author:#38bdf8}@media (prefers-color-scheme:dark){.chat-panel-root.chat-panel-root--auto-dark{--chat-reply-accent:#38bdf8;--chat-reply-accent-soft:#7dd3fc;--chat-reply-muted:#94a3b8;--chat-reply-surface:#0f172a;--chat-reply-border:#1e293b;--chat-reply-author:#38bdf8}}.chat-reply-quote{display:flex;align-items:center;gap:.5rem;min-width:0;width:100%;text-align:left;border:0;background:transparent;padding:0;cursor:default}.chat-reply-quote--clickable{cursor:pointer;border-radius:.5rem}.chat-reply-quote--clickable:hover{opacity:.92}.chat-reply-quote--clickable:focus-visible{outline:2px solid var(--chat-reply-accent-soft);outline-offset:2px}.chat-reply-quote--composer{margin-bottom:.5rem;padding:.5rem .65rem;border-radius:.75rem;border:1px solid var(--chat-reply-border);background:var(--chat-reply-surface)}.chat-reply-quote--bubble{margin-bottom:.4rem;padding-bottom:.35rem}.chat-reply-quote__icon{flex-shrink:0;color:var(--chat-reply-accent);display:inline-flex}.chat-reply-quote__bar{flex-shrink:0;width:3px;align-self:stretch;min-height:2rem;border-radius:2px;background:var(--chat-reply-accent-soft)}.chat-reply-quote__thumb{flex-shrink:0;pointer-events:none}@keyframes chat-msg-flash-band{0%{opacity:1}70%{opacity:1}to{opacity:0}}[data-chat-msg-id].chat-msg-flash{position:relative;z-index:0}[data-chat-msg-id].chat-msg-flash:before{content:"";position:absolute;top:-.35rem;bottom:-.35rem;left:-.75rem;right:-.75rem;background-color:rgba(94,169,207,.34);pointer-events:none;z-index:-1;animation:chat-msg-flash-band 1.25s ease-out forwards}@media (min-width:640px){[data-chat-msg-id].chat-msg-flash:before{left:-1.25rem;right:-1.25rem}}.chat-reply-quote__text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.chat-reply-quote__author{color:var(--chat-reply-author);font-size:.65rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.chat-reply-quote__author,.chat-reply-quote__preview{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-reply-quote__preview{color:var(--chat-reply-muted);font-size:.75rem;line-height:1.25}.chat-reply-quote--bubble .chat-reply-quote__preview{font-style:italic}.chat-reply-quote__clear{flex-shrink:0;margin-left:auto;width:1.5rem;height:1.5rem;border:0;border-radius:9999px;background:transparent;color:var(--chat-reply-muted);font-size:1.1rem;line-height:1;cursor:pointer}.chat-reply-quote__clear:hover{color:var(--chat-reply-author)}.chat-reply-quote--on-user{--chat-reply-accent:#bae6fd;--chat-reply-accent-soft:#7dd3fc;--chat-reply-muted:#e0f2fe;--chat-reply-author:#f0f9ff;--chat-reply-surface:transparent;--chat-reply-border:transparent}.chat-reply-quote--on-user .chat-reply-quote__preview{color:rgba(255,255,255,.85)}