body[data-v-53cf29ba]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:20px;background:#f0f2f5}.chat-container[data-v-53cf29ba]{margin:0 auto;background:#fff;border-radius:12px;-webkit-box-shadow:0 2px 12px rgba(0,0,0,.1);box-shadow:0 2px 12px rgba(0,0,0,.1);height:100vh}.chat-header[data-v-53cf29ba]{padding:16px;border-bottom:1px solid #e5e5e5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.avatar[data-v-53cf29ba]{width:40px;height:40px;border-radius:50%;margin-right:12px}.header-info h2[data-v-53cf29ba]{margin:0;font-size:16px;color:#1a1a1a}.header-info p[data-v-53cf29ba]{margin:4px 0 0;font-size:12px;color:#999}.chat-messages[data-v-53cf29ba]{height:80vh;overflow-y:auto;padding:20px}.message[data-v-53cf29ba]{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.assistant-message[data-v-53cf29ba]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.user-message[data-v-53cf29ba]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.message-bubble[data-v-53cf29ba]{max-width:70%;padding:12px 16px;border-radius:18px;line-height:1.5}.assistant-bubble[data-v-53cf29ba]{background:#f0f2f5;color:#1a1a1a}.user-bubble[data-v-53cf29ba]{background:#0084ff;color:#fff}.timestamp[data-v-53cf29ba]{font-size:12px;color:#999;margin-top:4px}.user-bubble .timestamp[data-v-53cf29ba]{color:#fff}.input-container[data-v-53cf29ba]{padding:16px;border-top:1px solid #e5e5e5;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}input[data-v-53cf29ba]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:12px;border:1px solid #e5e5e5;border-radius:8px;outline:none}button[data-v-53cf29ba]{padding:12px 24px;background:#0084ff;color:#fff;border:none;border-radius:8px;cursor:pointer}.loading[data-v-53cf29ba]{color:#999;font-size:14px;padding:12px;text-align:center}