*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;color:#1f2329;background:#f5f6f7;-webkit-font-smoothing:antialiased}.app-layout{height:100vh}.full-loading{display:flex;align-items:center;justify-content:center;height:100vh}.login-page{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#1677ff,#0958d9)}.login-card{width:360px;padding:32px 32px 24px;background:#fff;border-radius:8px;box-shadow:0 8px 32px #0000001f}.login-title{text-align:center;margin-bottom:24px;color:#1f2329;font-size:22px;font-weight:600}.login-subtitle{text-align:center;margin-bottom:24px;color:#8a909a;font-size:13px}.chat-layout{height:100vh}.chat-sider{background:#fff;border-right:1px solid #e5e6eb;display:flex;flex-direction:column;overflow:hidden}.chat-sider-header{padding:12px 16px;border-bottom:1px solid #e5e6eb;flex-shrink:0}.batch-delete-bar{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px dashed #e5e6eb}.batch-delete-count{font-size:12px;color:#8a909a}.chat-content{display:flex;flex-direction:column;background:#f5f6f7;height:100vh;overflow:hidden}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#8a909a;gap:12px}.session-list{flex:1;overflow-y:auto;padding:8px}.session-item{padding:12px;border-radius:6px;cursor:pointer;transition:background .15s;margin-bottom:4px;border:1px solid transparent;position:relative}.session-item:hover{background:#f5f6f7}.session-item.selected{background:#e8f3ff;border-color:#1677ff}.session-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.session-visitor{font-weight:500;color:#1f2329;font-size:14px}.session-time{font-size:12px;color:#8a909a}.session-preview{font-size:12px;color:#8a909a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.session-badge{position:absolute;top:8px;right:8px}.chat-main{display:flex;flex-direction:column;height:100%;background:#fff}.chat-main-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e5e6eb;flex-shrink:0;background:#fff}.chat-main-body{flex:1;overflow-y:auto;padding:16px 24px;display:flex;flex-direction:column;gap:12px}.chat-main-footer{border-top:1px solid #e5e6eb;padding:12px 16px;flex-shrink:0;background:#fff}.msg-row{display:flex;gap:8px;align-items:flex-start}.msg-row.agent{flex-direction:row-reverse}.msg-avatar{width:32px;height:32px;border-radius:50%;background:#1677ff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0}.msg-bubble{max-width:70%;display:flex;flex-direction:column;gap:4px}.msg-content{padding:8px 12px;border-radius:8px;font-size:14px;line-height:1.5;word-break:break-word;white-space:pre-wrap}.msg-row.visitor .msg-content{background:#f5f6f7;color:#1f2329;border-top-left-radius:2px}.msg-row.agent .msg-content{background:#1677ff;color:#fff;border-top-right-radius:2px}.msg-row.system .msg-content{background:transparent;color:#8a909a;font-size:12px;font-style:italic;padding:4px 0}.msg-content a{color:#1677ff;text-decoration:underline;word-break:break-all}.msg-row.agent .msg-content a{color:#fff}.msg-time{font-size:11px;color:#8a909a}.msg-row.agent .msg-time{text-align:right}.msg-row.system{justify-content:center}.chat-input{display:flex;flex-direction:column;gap:8px}.chat-input textarea{resize:none;border:1px solid #e5e6eb;border-radius:6px;padding:8px 12px;font-size:14px;line-height:1.5;outline:none;transition:border-color .15s;font-family:inherit}.chat-input textarea:focus{border-color:#1677ff}.chat-input-actions{display:flex;justify-content:flex-end;gap:8px}.typing-tip{font-size:12px;color:#8a909a;padding:0 8px;height:18px}.chat-main-body::-webkit-scrollbar,.session-list::-webkit-scrollbar{width:6px}.chat-main-body::-webkit-scrollbar-thumb,.session-list::-webkit-scrollbar-thumb{background:#c9cdd4;border-radius:3px}.chat-main-body::-webkit-scrollbar-thumb:hover,.session-list::-webkit-scrollbar-thumb:hover{background:#86909c}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:48px;background:#fff;border-bottom:1px solid #e5e6eb;flex-shrink:0}.hidden-mobile{display:none!important}@media (max-width: 767px){.chat-sider.ant-layout-sider{flex:0 0 100%!important;max-width:100%!important;min-width:100%!important;width:100%!important}.chat-main-body{padding:12px}.msg-bubble{max-width:82%}.chat-main-header{padding:10px 12px}.chat-main-footer{padding:8px 12px}.chat-layout{height:100dvh}}.top-bar-title{font-weight:600;color:#1f2329}.top-bar-user{display:flex;align-items:center;gap:12px}
