:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;position:fixed;top:0;left:0}.login-card{width:100%;max-width:400px;border-radius:16px;box-shadow:0 20px 60px #0003}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.login-logo svg{width:32px;height:32px;color:#fff}.login-header h1{margin:0 0 8px;font-size:24px;color:#1e293b}.login-header p{margin:0;color:#64748b;font-size:14px}.login-tips{text-align:center;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.login-tips p{margin:0;color:#94a3b8;font-size:12px}.login-footer{text-align:center;margin-top:24px;padding-top:16px;border-top:1px solid #e2e8f0}.login-footer a{color:#667eea;font-size:14px;text-decoration:none}.login-footer a:hover{text-decoration:underline}.workspace-layout{min-height:100vh;width:100vw}.workspace-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:0 24px;box-shadow:0 2px 8px #0000000f;z-index:100}.header-left .logo{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;color:#1e293b}.header-left .logo svg{width:32px;height:32px;color:#667eea}.header-right{display:flex;align-items:center;gap:24px}.status-switch,.user-info{display:flex;align-items:center;gap:8px}.conversation-sider{background:#fff;border-right:1px solid #f0f0f0;overflow-y:auto}.conversation-tabs{padding:16px 0}.tab-group{margin-bottom:16px}.tab-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;font-weight:500;color:#64748b;font-size:13px}.conversation-list{padding:0}.conversation-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .2s;border-left:3px solid transparent}.conversation-item:hover{background:#f8fafc}.conversation-item.active{background:#f0f5ff;border-left-color:#667eea}.conversation-item.ended{opacity:.7}.conv-info{flex:1;min-width:0}.conv-title{display:flex;align-items:center;gap:8px}.conv-desc{display:flex;justify-content:space-between;align-items:center}.last-message{max-width:150px;font-size:13px}.conv-time{font-size:12px;flex-shrink:0}.empty-list{padding:24px 16px;text-align:center;color:#94a3b8;font-size:14px}.chat-content{display:flex;flex-direction:column;background:#f8fafc;height:calc(100vh - 64px);flex:1;min-width:0}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid #f0f0f0}.chat-user-info{display:flex;align-items:center;gap:12px}.chat-user-name{font-size:16px;font-weight:500;color:#1e293b}.chat-user-meta{display:flex;align-items:center;margin:4px 0;color:#64748b}.chat-user-status{font-size:13px}.chat-messages{flex:1;overflow-y:auto;padding:24px}.message{margin-bottom:16px;display:flex;flex-direction:column}.message-self{align-items:flex-end}.message-other{align-items:flex-start}.message-system{align-items:center}.message-content{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;word-wrap:break-word;max-width:70%;display:inline-block}.message-self .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.message-other .message-content{background:#fff;color:#1e293b;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000d}.message-system-content{font-size:12px;color:#64748b;padding:8px 16px;background:#e2e8f0;border-radius:20px;display:inline-block}.message-time{font-size:12px;color:#94a3b8;margin-top:4px}.message-self .message-time{text-align:right}.chat-input{display:flex;padding:16px 24px;background:#fff;border-top:1px solid #f0f0f0;gap:12px}.chat-input .ant-input{border-radius:8px}.empty-state{flex:1;display:flex;align-items:center;justify-content:center}.admin-layout{min-height:100vh;width:100vw}.admin-sider{border-right:1px solid #f0f0f0;display:flex;flex-direction:column;height:100vh;position:fixed!important;left:0;top:0;bottom:0;z-index:100}.admin-layout>.ant-layout{margin-left:200px;min-height:100vh;width:calc(100vw - 200px)}.admin-logo{height:64px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:18px;font-weight:600;color:#667eea;border-bottom:1px solid #f0f0f0}.admin-logo .anticon{font-size:24px}.admin-sider .ant-menu{flex:1;border-right:none}.admin-sider-footer{padding:16px;border-top:1px solid #f0f0f0}.admin-sider-footer .ant-btn{width:100%;justify-content:flex-start}.admin-header{background:#fff;padding:0 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;height:64px;line-height:64px}.admin-header-title{font-size:18px;font-weight:500;color:#1e293b}.admin-header-right{display:flex;align-items:center;gap:12px}.admin-username{color:#64748b}.admin-content{padding:24px;background:#f5f7fa;overflow-y:auto;flex:1;min-height:calc(100vh - 64px)}.dashboard .ant-card{text-align:center}.dashboard .ant-row{width:100%}.stat-extra{margin-top:12px}.ant-statistic-title{color:#64748b}.ant-statistic-content-value{color:#1e293b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}
