.multi-watch-panel{--mw-bg:#ffffff;--mw-surface:#f6f7f7;--mw-surface-strong:#eef0f0;--mw-text:#34383a;--mw-muted:#7d8488;--mw-border:#e4e7e7;--mw-primary:#2563eb;--mw-success:#258b50;--mw-warning:#a96d18;--mw-danger:#be4040;position:relative;min-width:0;min-height:100%;background:var(--mw-bg);color:var(--mw-text);font:13px/1.5 -apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,sans-serif;letter-spacing:0}.multi-watch-panel *,.multi-watch-panel :after,.multi-watch-panel :before{box-sizing:border-box}.multi-watch-header{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--mw-border);padding:9px 18px}.multi-watch-panel--embedded .multi-watch-header{display:none}.multi-watch-actions,.multi-watch-attention-badge,.multi-watch-channel-name,.multi-watch-footer,.multi-watch-heading,.multi-watch-status{display:flex;align-items:center}.multi-watch-heading{min-width:0;gap:10px}.multi-watch-heading h1,.multi-watch-section-head h2{margin:0;font-size:13px;font-weight:650;letter-spacing:0}.multi-watch-run-state,.multi-watch-status{gap:6px;color:var(--mw-muted);font-size:11px;white-space:nowrap}.multi-watch-run-state:before,.multi-watch-status:before{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:currentColor;content:""}.multi-watch-run-state.is-running,.multi-watch-status.is-online,.multi-watch-status.is-replying{color:var(--mw-success)}.multi-watch-status.is-skipped{color:var(--mw-warning)}.multi-watch-actions{flex:0 0 auto;gap:8px}.multi-watch-button{display:inline-flex;min-width:76px;min-height:32px;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:7px;padding:6px 12px;cursor:pointer;font:inherit;font-size:12px;font-weight:650;letter-spacing:0;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.multi-watch-button--primary{background:var(--mw-primary);color:#ffffff}.multi-watch-button--primary:hover:not(:disabled){background:#1d55d4}.multi-watch-button--stop{border-color:var(--mw-border);background:var(--mw-bg);color:var(--mw-danger)}.multi-watch-button--stop:hover:not(:disabled){border-color:#efcaca;background:#fff8f8}.multi-watch-button:disabled{cursor:default;opacity:.48}.multi-watch-workspace{display:flex;width:100%;max-width:1080px;min-height:calc(100vh - 52px);flex-direction:column;margin:0 auto;padding:18px 18px 22px}.multi-watch-panel--embedded .multi-watch-workspace{min-height:100vh}.multi-watch-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--mw-border);border-radius:8px 8px 0 0}.multi-watch-summary-item{min-width:0;padding:15px 18px}.multi-watch-summary-item+.multi-watch-summary-item{border-left:1px solid var(--mw-border)}.multi-watch-summary-item>span{display:block;margin-bottom:3px;color:var(--mw-muted);font-size:11px}.multi-watch-summary-item strong{display:block;overflow:hidden;font-size:18px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.multi-watch-summary-item strong.is-active{color:var(--mw-success)}.multi-watch-summary-item strong.has-warning{color:var(--mw-warning)}.multi-watch-command-grid{display:grid;flex:1 1;min-height:380px;grid-template-columns:minmax(0,2fr) minmax(250px,1fr);border-right:1px solid var(--mw-border);border-bottom:1px solid var(--mw-border);border-left:1px solid var(--mw-border);border-radius:0 0 8px 8px;overflow:hidden}.multi-watch-attention,.multi-watch-command-main{min-width:0;padding:18px}.multi-watch-attention{border-left:1px solid var(--mw-border);background:#fafbfb}.multi-watch-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:11px}.multi-watch-section-head>span{overflow:hidden;color:var(--mw-muted);font-size:11px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.multi-watch-table-scroll{min-width:0;overflow-x:auto}.multi-watch-channel-table{width:100%;min-width:520px;border-collapse:collapse;table-layout:fixed}.multi-watch-channel-table td,.multi-watch-channel-table th{height:46px;border-bottom:1px solid var(--mw-border);padding:7px 8px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.multi-watch-channel-table th{height:34px;background:var(--mw-surface);color:var(--mw-muted);font-size:11px;font-weight:500}.multi-watch-channel-table td:first-child,.multi-watch-channel-table th:first-child{width:36%}.multi-watch-channel-table td:nth-child(2),.multi-watch-channel-table th:nth-child(2){width:22%}.multi-watch-channel-table td:last-child,.multi-watch-channel-table th:last-child{width:18%;text-align:center}.multi-watch-channel-table tbody tr.is-active{background:#f3faf6}.multi-watch-channel-name{min-width:0;gap:9px;font-weight:650}.multi-watch-channel-name>span:last-child{overflow:hidden;text-overflow:ellipsis}.multi-watch-channel-mark{display:inline-flex;width:29px;height:29px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid transparent;border-radius:9px;font-size:11px;font-weight:700}.multi-watch-channel-mark--wechat{border-color:#cbe8d5;background:#edf8f1;color:#1d7f45}.multi-watch-channel-mark--whatsapp{border-color:#cae6d4;background:#eef8f2;color:#287c48}.multi-watch-channel-mark--alibaba{border-color:#ead8cc;background:#faf3ee;color:#a35425}.multi-watch-checkbox-label{position:relative;display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;cursor:pointer}.multi-watch-checkbox-label input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.multi-watch-checkbox{display:inline-flex;width:17px;height:17px;align-items:center;justify-content:center;border:1px solid #cbd0d2;border-radius:5px;background:var(--mw-bg);color:transparent;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.multi-watch-checkbox-label input:checked+.multi-watch-checkbox{border-color:var(--mw-primary);background:var(--mw-primary);color:#ffffff}.multi-watch-checkbox-label input:focus-visible+.multi-watch-checkbox{outline:2px solid #a9c2f9;outline-offset:2px}.multi-watch-checkbox-label input:disabled+.multi-watch-checkbox{cursor:default;opacity:.5}.multi-watch-rotation{margin-top:22px}.multi-watch-rotation-flow,.multi-watch-rotation-step{display:flex;min-width:0;align-items:center}.multi-watch-rotation-step{flex:1 1}.multi-watch-rotation-arrow{width:26px;flex:0 0 auto;color:#a8adaf}.multi-watch-rotation-item{display:flex;min-width:0;min-height:49px;flex:1 1;align-items:center;gap:8px;border:1px solid var(--mw-border);border-radius:7px;padding:9px 10px;color:var(--mw-muted);font-size:12px}.multi-watch-rotation-item.is-current{border-color:#9bcdb0;background:#f3faf6;color:var(--mw-text)}.multi-watch-attention-list{border-top:1px solid var(--mw-border)}.multi-watch-attention-item{border-bottom:1px solid var(--mw-border);padding:12px 0}.multi-watch-attention-title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:650}.multi-watch-attention-badge{flex:0 0 auto;gap:4px;color:var(--mw-warning);font-size:10px;font-weight:550}.multi-watch-attention-item p{margin:5px 0 0;color:var(--mw-muted);font-size:11px;line-height:1.55;overflow-wrap:anywhere}.multi-watch-attention-empty{display:flex;min-height:250px;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--mw-muted);font-size:11px;text-align:center}.multi-watch-attention-empty strong{color:var(--mw-text);font-size:12px;font-weight:650}.multi-watch-attention-check{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;margin-bottom:3px;border:1px solid #cce3d5;border-radius:50%;background:#f0f8f3;color:var(--mw-success)}.multi-watch-footer{min-height:44px;gap:12px;color:var(--mw-muted);font-size:11px}.multi-watch-footer-note{margin-left:auto;text-align:right}.multi-watch-toast{position:fixed;right:18px;bottom:18px;z-index:20;display:flex;max-width:min(430px,calc(100vw - 36px));align-items:center;gap:8px;border:1px solid #efd2ab;border-radius:7px;padding:9px 9px 9px 11px;background:#fffaf3;box-shadow:0 10px 28px rgba(45,42,34,.12);color:#80571d;font-size:12px}.multi-watch-toast>span{min-width:0;overflow-wrap:anywhere}.multi-watch-toast button{display:inline-flex;width:26px;height:26px;flex:0 0 auto;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:inherit;cursor:pointer}.multi-watch-toast button:hover{background:#f8ead5}.multi-watch-panel .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%)}.multi-watch-panel .is-spinning{animation:multi-watch-spin .85s linear infinite}@keyframes multi-watch-spin{to{transform:rotate(1turn)}}@media (max-width:760px){.multi-watch-command-grid,.multi-watch-summary{grid-template-columns:1fr}.multi-watch-attention,.multi-watch-summary-item+.multi-watch-summary-item{border-top:1px solid var(--mw-border);border-left:0}.multi-watch-rotation-flow,.multi-watch-rotation-step{flex-direction:column;align-items:stretch;gap:8px}.multi-watch-rotation-step{flex:none}.multi-watch-rotation-arrow{display:none}.multi-watch-footer{align-items:flex-start;flex-direction:column;padding:12px 0}.multi-watch-footer-note{margin-left:0;text-align:left}}@media (max-width:520px){.multi-watch-header{align-items:stretch;flex-direction:column}.multi-watch-actions,.multi-watch-button{flex:1 1}.multi-watch-workspace{padding:12px}.multi-watch-attention,.multi-watch-command-main{padding:14px}}@media (prefers-reduced-motion:reduce){.multi-watch-panel *,.multi-watch-panel :after,.multi-watch-panel :before{scroll-behavior:auto!important;transition-duration:.01ms!important}.multi-watch-panel .is-spinning{animation-duration:1.5s}}