.Chat_root__7CfIz{display:flex;flex-direction:column;height:100%;background:#ffffff;border:1px solid #ececec;border-radius:20px;overflow:hidden;color:#0d0d0d}.Chat_rootEmbedded__N0MYj{border:none;border-radius:0}.Chat_header__yxiWb{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #ececec}.Chat_name__rizFJ{font-size:15px;font-weight:600;line-height:1.2}.Chat_sub__b6AQE{font-size:12px;color:#8e8ea0;margin-top:2px}.Chat_iconButton__HX4Jk{border:none;background:transparent;color:#8e8ea0;cursor:pointer;padding:4px;display:flex;border-radius:8px;transition:background .15s,color .15s}.Chat_iconButton__HX4Jk:hover{background:#f2f2f3;color:#0d0d0d}.Chat_iconButton__HX4Jk:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(13,13,13,.18)}.Chat_scroll__teaFO{flex:1 1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.Chat_row__4dmyu{display:flex}.Chat_rowUser__sgDkG{justify-content:flex-end}.Chat_rowAssistant__Z_ChS{justify-content:flex-start}.Chat_bubble__NRlXJ{max-width:85%;padding:10px 14px;border-radius:18px;font-size:14.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.Chat_assistant__XIxtf{background:#f7f7f8;color:#0d0d0d;border-bottom-left-radius:6px}.Chat_user__v_1_q{background:#0d0d0d;color:#ffffff;border-bottom-right-radius:6px}.Chat_starters__FVgU6{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.Chat_chip__ZxzWh{display:inline-flex;align-items:center;gap:8px;width:auto;max-width:100%;text-align:left;padding:9px 13px;border:1px solid #ececec;border-radius:14px;background:#ffffff;color:#0d0d0d;font-size:14px;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,transform .1s}.Chat_chip__ZxzWh:hover{background:#f7f7f8;border-color:#dcdcdc}.Chat_chip__ZxzWh:active{transform:scale(.99)}.Chat_chip__ZxzWh:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(13,13,13,.12)}.Chat_chipIcon__Y3z97{color:#8e8ea0;display:flex;flex-shrink:0}.Chat_footer__mV4UC{border-top:1px solid #ececec;padding:12px}.Chat_privacy__KjxQN{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#8e8ea0;margin:0 2px 8px}.Chat_inputBar__MPqNX{display:flex;gap:8px;align-items:center}.Chat_input__w8uk_{flex:1 1;border:1px solid #ececec;border-radius:999px;padding:11px 16px;font-size:16px;outline:none;font-family:inherit;color:#0d0d0d;transition:border-color .15s,box-shadow .15s}.Chat_input__w8uk_:focus-visible{border-color:#0d0d0d;box-shadow:0 0 0 3px rgba(13,13,13,.1)}.Chat_send__Ye36_{border:none;border-radius:50%;width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#ffffff;background:#0d0d0d;cursor:pointer;transition:background .15s,transform .1s}.Chat_send__Ye36_:hover:not(:disabled){background:#333333}.Chat_send__Ye36_:active:not(:disabled){transform:scale(.94)}.Chat_send__Ye36_:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(13,13,13,.25)}.Chat_send__Ye36_:disabled{opacity:.4;cursor:default}.Chat_typing__5O5eg{display:inline-flex;gap:4px;align-items:center;padding:3px 2px}.Chat_dot__sCKMS{width:6px;height:6px;border-radius:50%;background:#9a9aa5;animation:Chat_tt-bounce__9uFYC 1.2s ease-in-out infinite}.Chat_dot__sCKMS:nth-child(2){animation-delay:.15s}.Chat_dot__sCKMS:nth-child(3){animation-delay:.3s}@keyframes Chat_tt-bounce__9uFYC{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}@media (prefers-reduced-motion:reduce){.Chat_dot__sCKMS{animation:none}}