*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2933;background:#f1f3f5}button{font:inherit}.login-page{min-height:100vh;display:grid;place-items:center;background:#e7eef5}.login-panel{width:420px;padding:32px;border-radius:8px;background:#fff;box-shadow:0 18px 50px #21313f1f}.login-panel h1,.login-panel p{margin:0}.login-panel p{margin:10px 0 26px;color:#667085}.login-button{width:100%}.ops-shell{height:100vh;display:grid;grid-template-columns:320px minmax(520px,1fr) 360px;background:#ededed}.sidebar,.toolbox{min-height:0;background:#fff;border-right:1px solid #DCDCDC;display:flex;flex-direction:column}.toolbox{border-right:none;border-left:1px solid #DCDCDC;padding:12px}.sidebar-head,.sidebar-foot{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebar-head h2{margin:0;font-size:20px}.sidebar-head span{color:#8a8f98;font-size:12px}.sidebar>.el-input{width:calc(100% - 32px);margin:0 16px 12px}.conversation-list,.message-feed,.member-list,.customer-list,.virtual-list,.post-list,.service-list{min-height:0;overflow:auto}.conversation-list{flex:1}.conversation-item{width:100%;min-height:72px;padding:12px 14px;border:0;border-bottom:1px solid #F0F0F0;background:#fff;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left}.conversation-item.active,.conversation-item:hover{background:#eaf7ef}.avatar{width:42px;height:42px;border-radius:6px;background:#07c160;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.avatar.small{width:34px;height:34px;font-size:13px}.conversation-body{min-width:0;flex:1;display:flex;flex-direction:column;gap:6px}.conversation-body strong,.conversation-body small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.conversation-body small,.member-row small,.virtual-row small,.post-row small,.service-row small{color:#8a8f98}.badge{min-width:22px;height:22px;padding:0 7px;border-radius:11px;background:#fa5151;color:#fff;font-size:12px;display:inline-flex;align-items:center;justify-content:center}.workspace{min-width:0;min-height:0;padding:12px;display:flex;flex-direction:column}.workspace>.el-tabs{min-height:0;flex:1;display:flex;flex-direction:column}.workspace .el-tabs__content{flex:1;min-height:0}.workspace .el-tab-pane{height:100%}.chat-window{height:100%;min-height:0;display:flex;flex-direction:column;background:#f6f6f6;border:1px solid #E0E0E0}.message-feed{flex:1;padding:18px}.message-line{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px}.message-line.mine{flex-direction:row-reverse}.message-main{max-width:min(640px,72%)}.message-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px;color:#667085;font-size:12px}.bubble,.message-recalled,.card-message{margin:0;padding:10px 12px;border-radius:6px;background:#fff;line-height:1.6;white-space:pre-wrap;word-break:break-word}.message-line.mine .bubble{background:#95ec69}.message-recalled{color:#8a8f98}.card-message{width:320px;display:flex;flex-direction:column;gap:8px}.card-message strong{color:#07c160}.card-message small{color:#8a8f98}.composer{padding:12px;border-top:1px solid #DCDCDC;display:grid;grid-template-columns:170px minmax(240px,1fr) 88px;gap:10px;align-items:center;background:#fff}.identity-select{width:170px}.tool-section{padding:12px 0;border-bottom:1px solid #ECECEC;display:flex;flex-direction:column;gap:10px}.section-title{display:flex;justify-content:space-between;align-items:center}.member-row,.virtual-row,.post-row,.service-row{padding:10px 0;border-bottom:1px solid #F0F0F0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;align-items:center}.member-row small,.virtual-row small,.post-row small,.service-row small{grid-column:1}.customer-row{width:100%;padding:11px 0;border:0;border-bottom:1px solid #F0F0F0;background:transparent;display:flex;justify-content:space-between;cursor:pointer}.customer-row small{color:#8a8f98}.compact-form{margin-top:8px}.inline-fields{display:grid;grid-template-columns:120px 1fr;gap:8px;width:100%}
