.login-page[data-v-0d29ffaf]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:20px}.login-card[data-v-0d29ffaf]{width:100%;max-width:360px;background:#fffffffa;border-radius:24px;padding:40px 32px;box-shadow:0 20px 60px #0000004d}.logo[data-v-0d29ffaf]{font-size:64px;text-align:center;margin-bottom:16px}.title[data-v-0d29ffaf]{text-align:center;font-size:24px;font-weight:600;color:#1a1a2e;margin-bottom:4px}.subtitle[data-v-0d29ffaf]{text-align:center;color:#666;font-size:14px;margin-bottom:32px}.login-form[data-v-0d29ffaf]{display:flex;flex-direction:column;gap:16px}.input-group input[data-v-0d29ffaf]{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;outline:none;transition:border-color .2s;background:#fff;color:#333}.input-group input[data-v-0d29ffaf]::placeholder{color:#999}.input-group input[data-v-0d29ffaf]:focus{border-color:#667eea}.login-btn[data-v-0d29ffaf]{width:100%;padding:14px;border:none;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .15s,opacity .2s;margin-top:8px}.login-btn[data-v-0d29ffaf]:active:not(:disabled){transform:scale(.98)}.login-btn[data-v-0d29ffaf]:disabled{opacity:.7;cursor:not-allowed}.error-message[data-v-0d29ffaf]{color:#ff4757;font-size:13px;text-align:center;margin-top:8px;padding:10px;background:#fff5f5;border-radius:8px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:#fff;color:#333}.app-container{display:flex;height:100vh}.sidebar{width:280px;background:#f7f7f8;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;transition:transform .3s ease}.sidebar.collapsed{transform:translate(-100%);position:absolute;z-index:100;height:100%}.sidebar-header{padding:16px;border-bottom:1px solid #e5e5e5}.sidebar-header h1{font-size:16px;font-weight:600;margin-bottom:12px;color:#333}.new-chat-btn{width:100%;padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.new-chat-btn:hover{opacity:.9}.conversation-list{flex:1;overflow-y:auto;padding:8px}.conversation-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px;cursor:pointer;margin-bottom:4px;transition:background .2s}.conversation-item:hover,.conversation-item.active{background:#e5e5e5}.conv-title{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.delete-btn{opacity:0;background:none;border:none;cursor:pointer;font-size:12px;padding:4px}.conversation-item:hover .delete-btn{opacity:1}.sidebar-footer{padding:12px 16px;border-top:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between}.user-info{display:flex;align-items:center;gap:8px;font-size:14px}.logout-btn{background:none;border:none;color:#666;font-size:13px;cursor:pointer}.logout-btn:hover{color:#333}.menu-toggle{display:none;position:fixed;top:16px;left:16px;z-index:101;background:#667eea;color:#fff;border:none;border-radius:8px;width:40px;height:40px;font-size:20px;cursor:pointer}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0}.chat-messages{flex:1;overflow-y:auto;padding:20px}.empty-state{text-align:center;margin-top:100px;color:#666}.empty-icon{font-size:48px;margin-bottom:16px}.empty-state h2{font-size:20px;font-weight:500;margin-bottom:8px;color:#333}.empty-state p{font-size:14px}.message-row{display:flex;gap:12px;margin-bottom:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-row.user{flex-direction:row-reverse}.message-avatar{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;background:#f7f7f8}.message-row.user .message-avatar{background:linear-gradient(135deg,#667eea,#764ba2)}.message-row.assistant .message-avatar{background:#10a37f}.message-body{max-width:75%;padding:12px 16px;border-radius:12px;line-height:1.6;font-size:15px;white-space:pre-wrap;word-break:break-word}.message-row.user .message-body{background:#667eea;color:#fff;border-bottom-right-radius:4px}.message-row.assistant .message-body{background:#f7f7f8;color:#333;border-bottom-left-radius:4px}.message-body :deep(.msg-image){max-width:100%;border-radius:8px;margin:8px 0;cursor:pointer}.message-body :deep(.msg-link){color:#667eea;text-decoration:none}.message-body :deep(.msg-link:hover){text-decoration:underline}.loading{display:flex;gap:4px;padding:12px 16px}.loading .dot{width:8px;height:8px;background:#666;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.loading .dot:nth-child(1){animation-delay:0s}.loading .dot:nth-child(2){animation-delay:.2s}.loading .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-input-area{padding:16px 20px 20px;background:#fff;border-top:1px solid #e5e5e5}.image-preview-bar{margin-bottom:12px}.preview-item{position:relative;display:inline-block}.preview-item img{max-height:80px;border-radius:8px;border:1px solid #e5e5e5}.preview-item button{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:#ff4757;color:#fff;border:none;border-radius:50%;font-size:14px;cursor:pointer}.input-wrapper{display:flex;align-items:flex-end;gap:12px;background:#f7f7f8;border:1px solid #e5e5e5;border-radius:12px;padding:8px 12px}.input-wrapper:focus-within{border-color:#667eea}.tool-btn{width:36px;height:36px;border:none;background:transparent;font-size:18px;cursor:pointer;border-radius:8px;flex-shrink:0}.tool-btn:hover{background:#e5e5e5}.input-box{flex:1}.input-box textarea{width:100%;border:none;background:transparent;resize:none;font-size:15px;font-family:inherit;outline:none;max-height:120px;line-height:1.5}.send-btn{width:40px;height:40px;border:none;background:#667eea;color:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.send-btn:hover:not(:disabled){background:#764ba2}.send-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.menu-toggle{display:flex;align-items:center;justify-content:center}.sidebar{position:fixed;left:0;top:0;z-index:100;height:100%}.message-body{max-width:85%}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.modal-content{background:#fff;border-radius:16px;padding:24px;max-width:320px;width:90%;text-align:center;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-icon{font-size:48px;margin-bottom:12px}.modal-content h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#333}.modal-content p{font-size:14px;color:#666;margin-bottom:20px;line-height:1.5}.modal-actions{display:flex;gap:12px;justify-content:center}.modal-btn{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s}.modal-btn.cancel{background:#f5f5f5;color:#666}.modal-btn.cancel:hover{background:#e8e8e8}.modal-btn.confirm{background:#ff4757;color:#fff}.modal-btn.confirm:hover{background:#f34}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}
