[data-v-b8130bfe]{box-sizing:border-box;margin:0;padding:0}body[data-v-b8130bfe]{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#f5f7fa,#e4efe9);color:#333;line-height:1.6;min-height:100vh;padding:20px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#app[data-v-b8130bfe]{width:100%;max-width:900px;background:#fff;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden}.app-header[data-v-b8130bfe]{background:linear-gradient(90deg,#2c3e50,#4caf50);color:#fff;padding:20px;-ms-flex-pack:justify;justify-content:space-between}.app-header[data-v-b8130bfe],.logo[data-v-b8130bfe]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.logo[data-v-b8130bfe]{gap:15px}.logo h1[data-v-b8130bfe]{font-size:24px}.logo i[data-v-b8130bfe]{font-size:28px}.user-info[data-v-b8130bfe]{gap:10px}.user-avatar[data-v-b8130bfe],.user-info[data-v-b8130bfe]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.user-avatar[data-v-b8130bfe]{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.2);-ms-flex-pack:center;justify-content:center}.app-container[data-v-b8130bfe]{display:-ms-flexbox;display:flex;height:600px}.sidebar[data-v-b8130bfe]{width:220px;background:#f9f9f9;border-right:1px solid #eee;padding:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.chat-list[data-v-b8130bfe]{-ms-flex:1;flex:1;overflow-y:auto}.chat-item[data-v-b8130bfe]{padding:12px 15px;margin-bottom:10px;border-radius:8px;cursor:pointer;transition:background .3s}.chat-item[data-v-b8130bfe]:hover{background:#e8f5e9}.chat-item.active[data-v-b8130bfe]{background:#4caf50;color:#fff}.new-chat-btn[data-v-b8130bfe]{background:#4caf50;color:#fff;border:none;padding:12px;border-radius:8px;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:8px;margin-top:15px;transition:background .3s}.new-chat-btn[data-v-b8130bfe]:hover{background:#3d8b40}.main-content[data-v-b8130bfe]{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.chat-header[data-v-b8130bfe]{padding:15px 20px;border-bottom:1px solid #eee;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px}.chat-container[data-v-b8130bfe]{-ms-flex:1;flex:1;padding:20px;overflow-y:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px;background:#fafafa}.message[data-v-b8130bfe]{max-width:80%;padding:12px 16px;border-radius:18px;line-height:1.4;position:relative}.user-message[data-v-b8130bfe]{-ms-flex-item-align:end;align-self:flex-end;background:#4caf50;color:#fff;border-bottom-right-radius:5px}.ai-message[data-v-b8130bfe]{-ms-flex-item-align:start;align-self:flex-start;background:#e8f5e9;color:#333;border-bottom-left-radius:5px}.message-time[data-v-b8130bfe]{font-size:11px;margin-top:5px;opacity:.7}.input-area[data-v-b8130bfe]{padding:15px 20px;border-top:1px solid #eee;display:-ms-flexbox;display:flex;gap:10px;background:#fff}.input-area input[data-v-b8130bfe]{-ms-flex:1;flex:1;padding:12px 15px;border:1px solid #ddd;border-radius:25px;outline:none;font-size:14px}.input-area input[data-v-b8130bfe]:focus{border-color:#4caf50}.input-area button[data-v-b8130bfe]{background:#4caf50;color:#fff;border:none;width:45px;height:45px;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:18px;transition:background .3s}.input-area button[data-v-b8130bfe]:hover{background:#3d8b40}.quick-questions[data-v-b8130bfe]{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-top:15px}.quick-question[data-v-b8130bfe]{background:#e8f5e9;border:none;padding:8px 15px;border-radius:18px;cursor:pointer;font-size:13px;transition:background .3s}.quick-question[data-v-b8130bfe]:hover{background:#4caf50;color:#fff}.typing-indicator[data-v-b8130bfe]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px;color:#888;font-size:14px;margin-top:5px}.typing-dot[data-v-b8130bfe]{width:6px;height:6px;background:#4caf50;border-radius:50%;opacity:.6;animation:typingAnimation-data-v-b8130bfe 1.4s infinite}.typing-dot[data-v-b8130bfe]:nth-child(2){animation-delay:.2s}.typing-dot[data-v-b8130bfe]:nth-child(3){animation-delay:.4s}.action-link[data-v-b8130bfe]{color:#4caf50;text-decoration:underline;cursor:pointer;font-weight:500;transition:color .3s}.action-link[data-v-b8130bfe]:hover{color:#3d8b40}@keyframes typingAnimation-data-v-b8130bfe{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@media (max-width:768px){.app-container[data-v-b8130bfe]{-ms-flex-direction:column;flex-direction:column;height:auto}.sidebar[data-v-b8130bfe]{width:100%;border-right:none;border-bottom:1px solid #eee;max-height:200px}#app[data-v-b8130bfe]{margin:10px}}