.container[data-v-89ff5b5a]{max-width:1200px;margin:0 auto;height:80vh;padding:20px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chat-container[data-v-89ff5b5a]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;background-color:#fff;border-radius:12px;margin-bottom:20px;padding:20px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.message[data-v-89ff5b5a]{margin:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.user-message[data-v-89ff5b5a]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.avatar[data-v-89ff5b5a]{width:40px;height:40px;border-radius:50%;background-color:#e0e0e0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700}.content[data-v-89ff5b5a]{max-width:80%;padding:12px 16px;border-radius:12px;line-height:1.6}.user-content[data-v-89ff5b5a]{background-color:#1890ff;color:#fff;border-radius:12px 12px 0 12px}.assistant-content[data-v-89ff5b5a]{background-color:#f5f5f5;color:#333;border-radius:12px 12px 12px 0}.input-container[data-v-89ff5b5a]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;padding:20px;background-color:#fff;border-radius:12px;-webkit-box-shadow:0 -2px 4px rgba(0,0,0,.05);box-shadow:0 -2px 4px rgba(0,0,0,.05)}input[data-v-89ff5b5a]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:12px;border:1px solid #e0e0e0;border-radius:8px;outline:none;font-size:16px}input[data-v-89ff5b5a]:focus{border-color:#1890ff;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}button[data-v-89ff5b5a]{padding:12px 24px;background-color:#1890ff;color:#fff;border:none;border-radius:8px;cursor:pointer;-webkit-transition:background-color .2s;transition:background-color .2s}button[data-v-89ff5b5a]:hover{background-color:#40a9ff}button[data-v-89ff5b5a]:disabled{background-color:#bae7ff;cursor:not-allowed}[data-v-89ff5b5a]::-webkit-scrollbar{width:8px}[data-v-89ff5b5a]::-webkit-scrollbar-track{background:#f1f1f1}[data-v-89ff5b5a]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}