.ops-ui{display:flex;gap:14px;align-items:flex-start;margin:10px 0;flex-wrap:wrap}
.ops-left{display:flex;flex-direction:column;gap:8px}
.ops-right{display:flex;flex-direction:column;gap:8px;min-width:280px}
.ops-status{display:flex;gap:8px;align-items:center;font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial}
.ops-status .dot{width:10px;height:10px;border-radius:50%;display:inline-block;background:#bbb}
.ops-status .dot.live{background:#2ecc71;box-shadow:0 0 8px rgba(46,204,113,.6)}
.ops-video{border:1px solid #ddd;border-radius:6px;max-width:100%}
.ops-mic{position:relative;height:10px;background:#eee;border-radius:6px;overflow:hidden}
.ops-mic .bar{position:absolute;left:0;top:0;height:100%;width:calc(var(--level, 0) * 100%);background:#0073aa;transition:width .2s}
.ops-help{background:#fff3cd;border:1px solid #ffeeba;padding:10px;border-radius:6px}
.ops-help .ops-alert{font-weight:600;margin-bottom:6px}
.ops-help .ops-troubles{margin:8px 0 0 16px; font-size:12px;}

/* Admin live */
.ops-live-wrap{display:grid;grid-template-columns:80px 1fr 120px 200px 80px;gap:8px}
.ops-row{display:contents;cursor:pointer}
.ops-cell{padding:6px 8px;border-bottom:1px solid #e3e3e3}
.ops-modal{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000}
.ops-modal-content{background:#fff;padding:16px;border-radius:8px;max-width:90vw;max-height:90vh;overflow:auto}
.ops-shots{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}
.ops-shots img{max-width:100%;border:1px solid #ddd;border-radius:4px}
.ops-ev{max-height:50vh;overflow:auto}
