.chat_chat__5W_uJ{display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;padding:1.5rem 4.12rem 3.5rem;width:1028px;height:704px;background:var(--chat-bg);border-radius:32px;z-index:2}.chat_messages__Wb8Q7{display:flex;flex-direction:column;gap:2rem;height:100%;overflow-y:auto;padding-right:12px}.chat_messages__Wb8Q7::-webkit-scrollbar{width:8px;-webkit-transition-property:background;transition-property:background;transition-duration:.2s}.chat_messages__Wb8Q7::-webkit-scrollbar-track{background:var(--bg-dark);border-radius:10px}.chat_messages__Wb8Q7::-webkit-scrollbar-thumb{background:var(--message-bg);border-radius:10px}.chat_messages__Wb8Q7::-webkit-scrollbar-thumb:hover{background:var(--border-secondary-hover)}.chat_rightMessage__mxN33{align-self:flex-end}.chat_cancel__7GOHr{color:var(--text-secondary);width:100%}.chat_cancelButton__pmYNQ{font-size:1rem;color:var(--text-primary);text-decoration:underline}.chat_oracle__HSWuD{margin:0 auto;height:0;border-radius:50%;mix-blend-mode:lighten}@media screen and (max-width:1360px){.chat_chat__5W_uJ{width:100%}}@media screen and (max-width:768px){.chat_chat__5W_uJ{padding:3.5rem 1.5rem 1.5rem}}@media screen and (max-width:460px){.chat_chat__5W_uJ{padding:1.5rem;height:756px;gap:.5rem}.chat_messages__Wb8Q7{gap:.75rem}.chat_cancelButton__pmYNQ,.chat_cancel__7GOHr{font-size:.75rem}.chat_oracle__HSWuD{width:210px;height:210px}}@media screen and (max-width:376px){.chat_cancelButton__pmYNQ,.chat_cancel__7GOHr{font-size:.65rem}}.chat-message_message__iO_zI{display:flex;gap:1rem;padding:1rem 1.25rem;width:-moz-fit-content;width:fit-content;color:var(--text-secondary);line-height:1.6875;background-color:var(--message-bg);border-radius:16px}.chat-message_messageContent__rc1vd{align-items:flex-start}.chat-message_messageContent__rc1vd,.chat-message_renderers__hwnbG{display:flex;flex-direction:column;gap:1rem}.chat-message_assistant___WGBM{width:100%;background:none;padding-left:0}.chat-message_avatar__3nTKV{display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;height:48px;background:var(--avatar-bg);border-radius:50%}.chat-message_image__2TsJZ{width:36px;height:36px}.chat-message_head__gW_iZ{color:var(--text-primary)}.chat-message_list__nXA3O{display:flex;flex-direction:column;gap:.75rem;margin-left:1.5rem;color:var(--text-secondary)}.chat-message_ordered__geTIV{list-style-type:decimal}.chat-message_unordered__2p92x{list-style-type:disc}.chat-message_copyButton__B1qKX{position:relative;width:32px;aspect-ratio:1;display:flex;justify-content:center;align-items:center;border-radius:8px;transition:background .2s}.chat-message_copyButton__B1qKX:hover{background:var(--message-bg)}.chat-message_icon__kYtIg{position:absolute;opacity:0;transition:opacity .4s}.chat-message_copiedRecently__QFhFk{opacity:1}.chat-message_content__O2XaW{display:flex;gap:1rem;justify-content:center;align-items:center}.chat-message_pulse__tvG6z{width:16px;height:16px;background-color:var(--text-secondary);border-radius:50%;animation:chat-message_pulse-animation__Yp9Ks 1.5s infinite}@media screen and (max-width:460px){.chat-message_avatar__3nTKV{display:none}.chat-message_message__iO_zI{font-size:.75rem}.chat-message_messageContent__rc1vd{gap:.75rem}}@keyframes chat-message_pulse-animation__Yp9Ks{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}