*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f7fa;height:100vh;overflow:hidden}#root{height:100vh}.loading-screen{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px;color:#666}.login-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:#f0f2f5}.login-box{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px #0000001a;width:360px}.login-box h1{font-size:28px;margin-bottom:8px}.login-box p{color:#666;margin-bottom:20px}.login-box input{width:100%;padding:12px;margin-bottom:12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.login-box button{width:100%;padding:12px;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer}.login-box button:hover{background:#0056b3}.login-box button:disabled{opacity:.6;cursor:not-allowed}.error{color:#e74c3c;margin-bottom:10px;font-size:14px}#chatScreen{display:flex;width:100%;height:100%;position:relative}.sidebar{width:280px;min-width:280px;background:#1a1a2e;color:#fff;display:flex;flex-direction:column;padding:16px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sidebar-header h2{font-size:18px}.sidebar-header button{background:#007bff;border:none;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer}.sidebar-header button:hover{background:#0056b3}.conversation-list{flex:1;overflow-y:auto}.conversation-item{padding:10px 12px;border-radius:8px;cursor:pointer;margin-bottom:4px;background:#ffffff0d;transition:background .2s}.conversation-item:hover{background:#ffffff1a}.conversation-item.active{background:#4fc3f733}.conversation-item .title{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item .date{font-size:11px;color:#aaa;margin-top:2px}.conversation-list .empty{color:#666;font-size:13px;padding:10px}.main{flex:1;display:flex;flex-direction:column;background:#fff}.main.empty-state{justify-content:center;align-items:center;gap:16px}.main.empty-state p{font-size:16px;color:#888}.main.empty-state button{padding:10px 24px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:15px}.chat-header{padding:12px 24px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.chat-header>span{font-weight:600;font-size:16px}.header-right{display:flex;align-items:center;gap:12px}.account-select{padding:6px 10px;border:1px solid #ddd;border-radius:6px;font-size:13px;background:#fff;max-width:220px}.account-warning{color:#e74c3c;font-size:12px}.message-area{flex:1;padding:24px;overflow-y:auto;background:#fafafa}.message{margin-bottom:16px;padding:12px 16px;border-radius:12px;max-width:85%}.message.user{background:#007bff;color:#fff;margin-left:auto}.message.assistant{background:#f0f0f0;color:#333}.message.system{background:#fff3cd;color:#856404;margin:0 auto;text-align:center;max-width:60%;font-size:13px}.message .role{font-weight:600;font-size:11px;margin-bottom:4px;opacity:.7;text-transform:uppercase;letter-spacing:.5px}.message .content{word-wrap:break-word;white-space:pre-wrap;font-size:14px;line-height:1.5}.input-area{padding:16px 24px;border-top:1px solid #eee;display:flex;gap:12px;align-items:flex-end;background:#fff}.input-area textarea{flex:1;padding:10px 14px;border:1px solid #ddd;border-radius:8px;resize:none;font-size:14px;font-family:inherit;line-height:1.4;outline:none}.input-area textarea:focus{border-color:#007bff}.input-area button{padding:10px 24px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;white-space:nowrap}.input-area button:hover{background:#0056b3}.input-area button:disabled{opacity:.5;cursor:not-allowed}.sidebar-footer{position:absolute;bottom:0;left:0;width:280px;padding:12px 16px;background:#15152a;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1)}.sidebar-footer .user-info{color:#aaa;font-size:13px}.sidebar-footer button{padding:6px 14px;background:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:12px}.sidebar-footer button:hover{background:#c0392b}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aaa}
