.chat-container[data-v-70db70e5]{display:flex;flex-direction:column;height:100vh;background:#f8f7f6}.chat-messages[data-v-70db70e5]{flex:1;overflow-y:auto;padding:20px}.chat-message[data-v-70db70e5]{display:flex;margin-bottom:12px}.chat-message.user[data-v-70db70e5]{justify-content:flex-end}.chat-message.assistant[data-v-70db70e5]{justify-content:flex-start}.bubble[data-v-70db70e5]{max-width:70%;padding:12px 16px;border-radius:18px;line-height:1.4;word-break:break-word;white-space:pre-wrap;font-size:15px}.user .bubble[data-v-70db70e5]{background:#fff;color:#000;border-bottom-right-radius:4px}.assistant .bubble[data-v-70db70e5]{background:#e5e7eb;color:#111827;border-bottom-left-radius:4px}.chat-input[data-v-70db70e5]{display:flex;align-items:flex-end;padding:16px;background:#fff;border-top:1px solid #e5e7eb;gap:10px;color:#000}.chat-input textarea[data-v-70db70e5]{flex:1;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;resize:none;overflow:hidden;min-height:30px;max-height:150px;line-height:1.4}.chat-input textarea[data-v-70db70e5]:focus{border-color:#37383a}.send_0[data-v-70db70e5]{box-sizing:border-box;border-width:0;border-style:solid;border-color:rgba(5,5,5,.08);position:relative;display:flex;aspect-ratio:1/1;height:2.5rem;align-items:center;justify-content:center;gap:.125rem;border-radius:9999px;background-color:#1d1c1b;color:#fff;transition-duration:.1s;animation-duration:.1s}.send_0 .bg-fg-invert[data-v-70db70e5]{background-color:#fcfcfc;border-radius:9999px;width:.125rem;position:relative}.send_1[data-v-70db70e5]{display:flex;aspect-ratio:1/1;height:2.5rem;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background-color:#1d1c1b;color:#fff}.send_1 svg[data-v-70db70e5]{stroke-width:2}.send_2[data-v-70db70e5]{display:flex;aspect-ratio:1/1;height:2.5rem;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background-color:#2d2d2d;color:#fff;animation:breathing2-70db70e5 2s ease-in-out infinite}.send_2 svg[data-v-70db70e5]{animation:breathing-70db70e5 2s ease-in-out infinite}@keyframes breathing-70db70e5{0%{transform:rotate(90deg) scale(1)}50%{transform:rotate(90deg) scale(1.4)}to{transform:rotate(90deg) scale(1)}}@keyframes breathing2-70db70e5{0%{transform:rotate(90deg) scale(1)}50%{transform:rotate(90deg) scale(1.1)}to{transform:rotate(90deg) scale(1)}}