.chat-launch{position:fixed;right:var(--m-page);bottom:24px;z-index:12;box-shadow:0 2px 16px #0001;border:1px solid #14141418;height:50px;padding:0 16px 0 8px;gap:10px}
.chat-launch img,.chat-head img{border-radius:50%;object-fit:cover;object-position:50% 36%}
.chat-launch img{width:34px;height:34px}
body.menu-open .chat-widget,body.lead-open .chat-widget{visibility:hidden}
body.chat-open .chat-launch{visibility:hidden}
.chat-panel{position:fixed;inset:auto 24px 24px auto;margin:0;width:410px;max-width:calc(100% - 32px);height:min(670px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);padding:0;border:1px solid #14141422;border-radius:12px;background:var(--surface-2);color:var(--ink);box-shadow:0 10px 60px #0002;overflow:hidden}
.chat-panel[open]{display:flex;flex-direction:column}
.chat-panel::backdrop{background:#0003}
.chat-head{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #14141420;flex:none}
.chat-head img{width:44px;height:44px}.chat-head h2{font-size:16px;font-weight:500;letter-spacing:-.015em}.chat-head p{font-size:12px;color:var(--ink-2);margin-top:2px}.chat-close{margin-left:auto;width:40px;height:40px;flex:none;background:var(--surface)}
.chat-log{overflow:auto;overscroll-behavior:contain;flex:1;padding:22px 20px;font-size:15px;line-height:1.5;scroll-behavior:smooth}
.chat-message{white-space:pre-wrap;overflow-wrap:anywhere;max-width:100%;margin-bottom:22px}
.chat-message--user{margin-left:30px;background:var(--surface);padding:12px 16px;border-radius:14px 14px 2px 14px}
.chat-message--assistant{padding-right:14px}.chat-pending{color:var(--ink-2)}
.chat-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:0 20px 16px}.chat-suggestions[hidden]{display:none}.chat-suggestions button{font-size:12px;line-height:1.3;padding:9px 12px;border:1px solid #14141425;border-radius:100px;background:transparent}.chat-suggestions button:hover{background:var(--surface)}
.chat-form{display:flex;align-items:flex-end;gap:12px;background:var(--surface);margin:0 16px;border-radius:8px;padding:10px 10px 10px 14px;border:1px solid #14141428;flex:none}
.chat-form:focus-within{border-color:var(--ink)}.chat-form textarea{width:100%;resize:none;min-height:48px;max-height:110px;font:inherit;font-size:15px;line-height:1.5;background:none;border:0;outline:0;color:var(--ink)}.chat-form button{flex:none;width:40px;height:40px;background:var(--ink);color:var(--surface)}.chat-form button:disabled{opacity:.4;cursor:wait}
.chat-foot{padding:12px 20px 18px;flex:none}.chat-foot p{font-size:11px;line-height:1.4;color:var(--ink-2);margin-bottom:12px}.chat-foot>div{display:flex;justify-content:space-between;font-size:12px}.chat-foot a{text-decoration:underline;text-underline-offset:3px}.chat-clear{color:var(--ink-2)}
.chat-panel :focus-visible,.chat-launch:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:600px){.chat-panel{right:16px;bottom:16px;width:calc(100% - 32px);height:min(660px,calc(100dvh - 32px));max-height:calc(100dvh - 32px)}.chat-launch{bottom:16px;height:46px;font-size:13px}.chat-head{padding:16px}.chat-log{padding:18px 16px}.chat-head h2{font-size:15px}.chat-form textarea{font-size:16px}}
@media(prefers-reduced-motion:reduce){.chat-log{scroll-behavior:auto}}

.home-page:has(.nav:not(.is-past-hero)) .chat-launch{bottom:96px}

.chat-form textarea:focus-visible{outline:none}
