:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--text:#172033;--muted:#667085;--muted-light:#98a2b3;--surface:#fff;--surface-strong:#eef1f6;--border:#e4e7ec;--border-strong:#cfd4dc;--accent:#d71920;--accent-soft:#fff0f1;--positive:#12a150;--positive-text:#08783a;--positive-soft:#eaf8ef;--warning:#e7a100;--warning-text:#8d6200;--warning-soft:#fff7df;--danger:#d92d20;--danger-text:#b42318;--danger-soft:#fff0ee;--danger-border:#fecdca;--star:#e6a500;--star-soft:#fff8df;--shadow:0 1px 2px #10182809, 0 8px 30px #10182809;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#f5f7fb;min-width:320px;min-height:100%}body{background:#f5f7fb;min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #d7192038}h1,h2,h3,p{margin-top:0}@media (prefers-color-scheme:dark){:root{color:#f2f4f7;--text:#f2f4f7;--muted:#98a2b3;--muted-light:#667085;--surface:#141a24;--surface-strong:#202735;--border:#283140;--border-strong:#3a4558;--accent-soft:#35161a;--positive-text:#6ce9a6;--positive-soft:#102c20;--warning-text:#fec84b;--warning-soft:#332b10;--danger-text:#fda29b;--danger-soft:#381719;--danger-border:#7a271a;--star:#fdb022;--star-soft:#352b0f;--shadow:0 12px 35px #0000001f;background:#0d1119}html,body{background:#0d1119}}.app-shell{min-height:100svh}.topbar{z-index:20;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;gap:20px;min-height:74px;padding:0 24px;display:flex;position:sticky;top:0}.brand-button{min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex}.brand-button small,.brand-button strong{display:block}.brand-button small{color:var(--muted);letter-spacing:.04em;margin-bottom:2px;font-size:11px;font-weight:750}.brand-button strong{font-size:18px;line-height:1.05}.brand-mark{background:var(--accent);color:#fff;letter-spacing:.08em;border-radius:12px;place-items:center;width:42px;height:42px;font-size:11px;font-weight:900;display:grid}.topbar-actions{align-items:center;gap:10px;display:flex}.version{border:1px solid var(--border);color:var(--muted);background:var(--surface);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.workspace{grid-template-columns:220px minmax(0,1fr);min-height:calc(100svh - 74px);display:grid}.sidebar{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;justify-content:space-between;height:calc(100svh - 74px);padding:20px 14px 16px;display:flex;position:sticky;top:74px}.sidebar nav{gap:6px;display:grid}.sidebar nav button{width:100%;min-height:44px;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;align-items:center;gap:10px;padding:0 12px;font-size:14px;font-weight:720;display:flex}.sidebar nav button:hover{background:var(--surface-strong);color:var(--text)}.sidebar nav button.active{border-color:var(--border);background:var(--accent-soft);color:var(--accent)}.nav-icon{text-align:center;width:22px;font-size:16px}.nav-count{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 6px;font-size:11px;font-weight:850;display:inline-grid}.sidebar-foot{border:1px solid var(--border);background:var(--surface-strong);color:var(--muted);border-radius:12px;align-items:center;gap:9px;padding:12px;font-size:12px;font-weight:700;display:flex}.content{align-content:start;gap:22px;width:min(1180px,100%);margin:0 auto;padding:32px 28px 64px;display:grid}.eyebrow,.section-kicker{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.page-heading,.panel-heading,.status-card,.change-row,.message-row,.system-row,.integration-ready-card{align-items:center;display:flex}.page-heading{justify-content:space-between;gap:20px}.page-heading h2{letter-spacing:-.045em;margin:5px 0 8px;font-size:clamp(30px,4vw,44px);line-height:1}.compact-heading h2{font-size:clamp(32px,4vw,42px)}.muted{max-width:720px;color:var(--muted);margin-bottom:0;line-height:1.55}.page-actions{flex:none;align-items:center;gap:10px;display:flex}.refresh-button,.sync-button{min-height:42px;font:inherit;cursor:pointer;border-radius:11px;padding:0 15px;font-size:13px;font-weight:780}.refresh-button{border:1px solid var(--border-strong);background:var(--surface);color:var(--text)}.sync-button{border:1px solid var(--accent);background:var(--accent);color:#fff}.link-button{align-items:center;text-decoration:none;display:inline-flex}.refresh-button:hover:not(:disabled),.link-button:hover{border-color:var(--text)}.sync-button:hover:not(:disabled){filter:brightness(.94)}.refresh-button:disabled,.sync-button:disabled{opacity:.55;cursor:wait}.notice,.status-card,.panel,.metric-card,.module-card,.integration-ready-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.notice{border-radius:14px;gap:3px;padding:14px 16px;display:grid}.error-notice{border-color:var(--danger-border);background:var(--danger-soft)}.success-notice{border-color:var(--positive);background:var(--positive-soft)}.status-card{border-radius:16px;gap:14px;padding:16px 18px}.status-card p{color:var(--muted);margin:3px 0 0;font-size:14px}.status-dot{width:10px;height:10px;box-shadow:0 0 0 5px var(--warning-soft);background:var(--warning);border-radius:50%;flex:0 0 10px}.status-dot.live{box-shadow:0 0 0 5px var(--positive-soft);background:var(--positive)}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.module-card{min-width:0;min-height:340px;color:var(--text);text-align:left;cursor:pointer;border-radius:20px;flex-direction:column;justify-content:space-between;gap:22px;padding:22px;transition:transform .12s,border-color .12s,box-shadow .12s;display:flex}.module-card:hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 14px 36px #10182814}.module-card-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.module-icon{border-radius:14px;place-items:center;width:48px;height:48px;font-size:22px;font-weight:850;display:grid}.reviews-icon{background:var(--star-soft);color:var(--star)}.messenger-icon{background:var(--accent-soft);color:var(--accent)}.module-status,.ready-pill,.read-only-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:7px;font-size:11px;font-weight:800;display:inline-flex}.module-status{background:var(--surface-strong);color:var(--muted);padding:7px 9px}.module-status.good{background:var(--positive-soft);color:var(--positive-text)}.module-status.warn{background:var(--warning-soft);color:var(--warning-text)}.module-status.ready{background:var(--accent-soft);color:var(--accent)}.mini-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.module-card h3{letter-spacing:-.03em;margin:5px 0 7px;font-size:25px}.module-card p:not(.section-kicker){color:var(--muted);margin:0;font-size:14px;line-height:1.55}.module-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:10px;padding:15px 0;display:grid}.module-stats div{min-width:0}.module-stats strong,.module-stats span{display:block}.module-stats strong{letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;font-size:22px;overflow:hidden}.module-stats span{color:var(--muted);margin-top:3px;font-size:11px}.module-link{color:var(--accent);font-size:13px;font-weight:800}.metrics-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.metric-card{border-radius:18px;flex-direction:column;justify-content:space-between;min-width:0;min-height:138px;padding:18px;display:flex}.metric-card>span{color:var(--muted);font-size:12px;font-weight:720}.metric-card>strong{color:var(--text);letter-spacing:-.05em;text-overflow:ellipsis;white-space:nowrap;margin:9px 0 4px;font-size:35px;line-height:1;overflow:hidden}.metric-card>strong.metric-word{letter-spacing:-.035em;font-size:24px}.metric-card small{color:var(--muted);font-size:11px}.metric-card.primary{border-top:3px solid var(--accent)}.metric-card.positive{border-top:3px solid var(--positive)}.metric-card.warning{border-top:3px solid var(--warning)}.metric-card.danger{border-top:3px solid var(--danger)}.metric-card .stars{color:var(--star);letter-spacing:.06em}.panel{border-radius:20px;overflow:hidden}.panel-heading{border-bottom:1px solid var(--border);justify-content:space-between;gap:20px;padding:20px 22px}.panel-heading h3{margin:4px 0 0;font-size:20px}.panel-heading>span{color:var(--muted);font-size:11px;font-weight:700}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:230px;padding:38px 20px;display:flex}.empty-icon{background:var(--star-soft);width:50px;height:50px;color:var(--star);border-radius:16px;place-items:center;margin-bottom:14px;font-size:24px;display:grid}.empty-icon.message-empty{background:var(--accent-soft);color:var(--accent)}.empty-state p{max-width:460px;color:var(--muted);margin:6px 0 0;font-size:14px;line-height:1.5}.change-list,.message-list,.system-list{display:grid}.change-row,.message-row{border-bottom:1px solid var(--border);gap:16px;padding:16px 22px}.change-row:last-child,.message-row:last-child,.system-row:last-child{border-bottom:0}.change-badge{text-align:center;border-radius:999px;min-width:96px;padding:6px 8px;font-size:11px;font-weight:800}.change-badge.new,.change-badge.restored{color:var(--positive-text);background:var(--positive-soft)}.change-badge.edited{color:var(--warning-text);background:var(--warning-soft)}.change-badge.removed{color:var(--danger-text);background:var(--danger-soft)}.change-copy,.message-copy{flex:1;min-width:0}.change-copy p,.message-copy p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 4px;font-size:13px;line-height:1.4;overflow:hidden}.change-copy small,.message-copy small{color:var(--muted-light)}.change-rating{color:var(--muted);align-items:center;gap:5px;font-size:13px;display:flex}.change-rating strong{color:var(--star)}.system-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:18px;padding:17px 22px}.system-row>div{align-items:center;gap:14px;min-width:0;display:flex}.system-row p{color:var(--muted);margin:3px 0 0;font-size:12px}.system-row>span{color:var(--muted);flex:none;font-size:12px;font-weight:800}.integration-ready-card{border-radius:18px;gap:18px;min-height:178px;padding:22px}.integration-ready-card>div:nth-child(2){flex:1;min-width:0}.integration-ready-card h3{margin:5px 0 7px;font-size:22px}.integration-ready-card p:not(.section-kicker){max-width:760px;color:var(--muted);margin:0;font-size:14px;line-height:1.55}.integration-symbol{background:var(--accent-soft);width:54px;height:54px;color:var(--accent);border-radius:16px;flex:0 0 54px;place-items:center;font-size:24px;display:grid}.ready-pill{background:var(--accent-soft);color:var(--accent);padding:8px 10px}.message-avatar{background:var(--surface-strong);width:40px;height:40px;color:var(--text);border-radius:50%;flex:0 0 40px;place-items:center;font-size:14px;font-weight:850;display:grid}.read-only-pill{background:var(--surface-strong);color:var(--muted);padding:6px 8px}.guardrail-grid{grid-template-columns:repeat(3,1fr);display:grid}.guardrail-grid>div{border-right:1px solid var(--border);padding:20px 22px}.guardrail-grid>div:last-child{border-right:0}.guardrail-grid p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.5}@media (width<=1050px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card.primary{grid-column:span 2}}@media (width<=900px){.workspace{grid-template-columns:76px minmax(0,1fr)}.sidebar{padding-inline:10px}.sidebar nav button{justify-content:center;padding-inline:8px;font-size:0}.nav-icon{font-size:17px}.nav-count{margin:-26px 0 0 28px;font-size:10px;position:absolute}.sidebar-foot{justify-content:center;padding:12px 8px;font-size:0}.overview-grid{grid-template-columns:1fr}.module-card{min-height:315px}.guardrail-grid{grid-template-columns:1fr}.guardrail-grid>div{border-right:0;border-bottom:1px solid var(--border)}.guardrail-grid>div:last-child{border-bottom:0}}@media (width<=700px){.topbar{min-height:68px;padding-inline:15px}.brand-button small{display:none}.brand-mark{width:38px;height:38px}.workspace{display:block}.sidebar{z-index:15;border-right:0;border-bottom:1px solid var(--border);width:100%;height:auto;padding:8px 10px;display:block;position:sticky;top:68px}.sidebar nav{grid-template-columns:repeat(3,1fr)}.sidebar nav button{gap:6px;min-height:40px;font-size:11px}.nav-icon{font-size:14px}.nav-count{min-width:18px;height:18px;margin:0;font-size:9px;position:static}.sidebar-foot{display:none}.content{gap:16px;padding:23px 15px 42px}.page-heading{flex-direction:column;align-items:stretch}.page-heading .muted{display:none}.page-actions{width:100%}.page-actions>*{flex:1;justify-content:center}.overview-grid{gap:12px}.module-card{min-height:300px;padding:18px}.integration-ready-card{flex-wrap:wrap;align-items:flex-start}.integration-ready-card .ready-pill{margin-left:72px}.system-row{flex-direction:column;align-items:flex-start}}@media (width<=620px){.metrics-grid{gap:9px}.metric-card{border-radius:15px;min-height:120px;padding:15px}.metric-card>strong{font-size:31px}.panel,.status-card,.module-card{border-radius:16px}.change-row,.message-row{grid-template-columns:1fr auto;gap:8px 12px;padding:15px;display:grid}.change-badge,.message-avatar{grid-column:1/-1}.change-badge{width:fit-content;min-width:0}.message-avatar{width:34px;height:34px}.change-copy p,.message-copy p{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}}.ops-auth-page{background:radial-gradient(circle at top left, #d7192014, transparent 34%), var(--surface-strong,#eef1f6);min-height:100vh;color:var(--text,#172033);place-items:center;padding:28px 18px;display:grid}.ops-login-card{border:1px solid var(--border,#e4e7ec);background:var(--surface,#fff);width:min(100%,480px);box-shadow:var(--shadow,0 12px 35px #10182814);border-radius:18px;padding:30px}.ops-login-card.loading{justify-content:center;align-items:center;gap:14px;display:flex}.ops-login-brand,.va-brand{align-items:center;gap:12px;display:flex}.ops-login-brand small,.va-brand small{color:var(--muted,#667085);margin-bottom:2px;font-size:12px;display:block}.ops-login-brand h1,.va-brand strong{margin:0;font-size:22px;line-height:1.1}.ops-login-mark{color:#fff;letter-spacing:.08em;background:#d71920;border-radius:10px;place-items:center;min-width:54px;height:48px;padding:0 9px;font-weight:900;display:inline-grid}.ops-login-mark.small{min-width:46px;height:40px;font-size:13px}.ops-login-copy{margin:34px 0 22px}.ops-auth-kicker{color:#d71920;letter-spacing:.12em;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:800}.ops-login-copy h2,.va-heading h1,.va-panel-head h2{margin:0 0 8px}.ops-login-copy p,.va-heading p,.va-status p,.va-empty p{color:var(--muted,#667085);margin:0}.ops-login-form{gap:10px;margin-top:22px;display:grid}.ops-login-form label{font-size:13px;font-weight:700}.ops-login-form input{border:1px solid var(--border-strong,#cfd4dc);background:var(--surface,#fff);width:100%;color:var(--text,#172033);border-radius:9px;outline:none;padding:13px 14px}.ops-login-form input:focus{border-color:#d71920;box-shadow:0 0 0 3px #d719201f}.ops-primary-button,.ops-secondary-button{cursor:pointer;border:0;border-radius:9px;font-weight:800;text-decoration:none}.ops-primary-button{color:#fff;background:#d71920;margin-top:5px;padding:13px 16px}.ops-primary-button:disabled,.ops-secondary-button:disabled{cursor:wait;opacity:.62}.ops-secondary-button{border:1px solid var(--border-strong,#cfd4dc);background:var(--surface,#fff);color:var(--text,#172033);justify-content:center;align-items:center;padding:10px 13px;display:inline-flex}.ops-secondary-button.compact{padding:8px 10px;font-size:12px}.ops-secondary-button.link{white-space:nowrap}.ops-auth-notice{border-radius:9px;margin:14px 0;padding:11px 12px;font-size:13px;font-weight:650}.ops-auth-notice.success{color:var(--positive-text,#08783a);background:var(--positive-soft,#eaf8ef)}.ops-auth-notice.error,.ops-session-error{color:var(--danger-text,#b42318);background:var(--danger-soft,#fff0ee)}.ops-install-area{border-top:1px solid var(--border,#e4e7ec);margin-top:26px;padding-top:20px}.ops-install-area p{color:var(--muted,#667085);margin:10px 0 0;font-size:12px;line-height:1.5}.ops-session-error{border-radius:9px;padding:10px 13px;font-size:12px;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.owner-session-chip{z-index:50;border:1px solid var(--border,#e4e7ec);background:var(--surface,#fff);color:var(--muted,#667085);box-shadow:var(--shadow,0 8px 30px #1018280f);border-radius:999px;align-items:center;gap:8px;padding:8px 9px 8px 11px;font-size:11px;display:flex;position:fixed;bottom:16px;right:16px}.owner-session-chip button{background:var(--surface-strong,#eef1f6);color:var(--text,#172033);cursor:pointer;border:0;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:750}.va-shell{min-height:100vh;color:var(--text,#172033);background:#f5f7fb}.va-topbar{border-bottom:1px solid var(--border,#e4e7ec);background:var(--surface,#fff);justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:12px 22px;display:flex}.va-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.va-user{color:var(--muted,#667085);font-size:12px}.va-content{width:min(1180px,100% - 32px);margin:0 auto;padding:34px 0 54px}.va-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.va-heading h1{font-size:clamp(26px,4vw,36px)}.va-status{border:1px solid var(--border,#e4e7ec);background:var(--surface,#fff);border-radius:12px;align-items:flex-start;gap:12px;margin:18px 0;padding:16px;display:flex}.va-status-dot{background:#e7a100;border-radius:50%;width:10px;height:10px;margin-top:5px;box-shadow:0 0 0 4px #e7a1001f}.va-status.online .va-status-dot{background:#12a150;box-shadow:0 0 0 4px #12a1501f}.va-status strong{margin-bottom:3px;display:block}.va-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.va-metrics article,.va-panel{border:1px solid var(--border,#e4e7ec);background:var(--surface,#fff);box-shadow:var(--shadow,0 1px 2px #10182809);border-radius:12px}.va-metrics article{padding:16px}.va-metrics span{color:var(--muted,#667085);font-size:12px;display:block}.va-metrics strong{margin-top:8px;font-size:28px;display:block}.va-metrics strong.word{font-size:18px}.va-panel{overflow:hidden}.va-panel-head{border-bottom:1px solid var(--border,#e4e7ec);justify-content:space-between;align-items:center;gap:14px;padding:18px;display:flex}.va-panel-head h2{font-size:19px}.va-panel-head>span{color:var(--muted,#667085);font-size:12px}.va-empty{text-align:center;padding:42px 18px}.va-message-list{display:grid}.va-message{border-bottom:1px solid var(--border,#e4e7ec);grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:12px;padding:15px 18px;display:grid}.va-message:last-child{border-bottom:0}.va-avatar{background:var(--surface-strong,#eef1f6);border-radius:50%;place-items:center;width:40px;height:40px;font-weight:850;display:grid}.va-message strong{margin-bottom:4px;display:block}.va-message p{color:var(--text,#172033);white-space:pre-wrap;word-break:break-word;margin:0 0 5px}.va-message small{color:var(--muted,#667085)}.va-readonly{background:var(--surface-strong,#eef1f6);color:var(--muted,#667085);white-space:nowrap;border-radius:999px;padding:5px 7px;font-size:10px;font-weight:750}@media (prefers-color-scheme:dark){.va-shell{background:#0d1119}}@media (width<=760px){.ops-login-card{padding:24px 20px}.va-topbar,.va-heading,.va-panel-head{flex-direction:column;align-items:stretch}.va-content{width:min(100% - 22px,1180px);padding-top:22px}.va-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.va-message{grid-template-columns:38px minmax(0,1fr)}.va-readonly{grid-column:2;justify-self:start}.owner-session-chip{max-width:calc(100% - 24px);bottom:12px;right:12px}}.ops-access-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1018288a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.ops-access-panel{border:1px solid var(--border,#e4e7ec);background:var(--surface,#fff);width:min(760px,100%);max-height:min(760px,100vh - 40px);color:var(--text,#172033);border-radius:16px;overflow:auto;box-shadow:0 24px 80px #10182840}.ops-access-head{border-bottom:1px solid var(--border,#e4e7ec);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 22px 18px;display:flex}.ops-access-head h2{margin:0 0 5px;font-size:23px}.ops-access-head p:last-child{max-width:610px;color:var(--muted,#667085);margin:0;font-size:13px;line-height:1.5}.ops-close-button{border:1px solid var(--border,#e4e7ec);background:var(--surface-strong,#eef1f6);width:34px;height:34px;color:var(--text,#172033);cursor:pointer;border-radius:8px;flex:none;font-size:24px;line-height:1}.ops-invite-form{grid-template-columns:minmax(0,1fr) 180px auto;align-items:end;gap:10px;padding:20px 22px 6px;display:grid}.ops-field{gap:6px;display:grid}.ops-field label{color:var(--text,#172033);font-size:12px;font-weight:750}.ops-field input,.ops-field select{border:1px solid var(--border-strong,#cfd4dc);background:var(--surface,#fff);width:100%;min-height:42px;color:var(--text,#172033);border-radius:8px;outline:none;padding:10px 11px}.ops-field input:focus{border-color:#d71920;box-shadow:0 0 0 3px #d719201f}.ops-field select:disabled{opacity:1;cursor:default;background:var(--surface-strong,#eef1f6)}.ops-primary-button.invite{white-space:nowrap;min-height:42px;margin:0;padding-inline:16px}.ops-access-panel>.ops-auth-notice{margin-inline:22px}.ops-user-list-head{border-top:1px solid var(--border,#e4e7ec);justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:16px 22px 10px;display:flex}.ops-user-list-head>div{align-items:center;gap:8px;display:flex}.ops-user-list-head span{background:var(--surface-strong,#eef1f6);min-width:24px;height:24px;color:var(--muted,#667085);border-radius:999px;place-items:center;font-size:11px;font-weight:800;display:inline-grid}.ops-user-list{padding:0 22px 22px;display:grid}.ops-user-row{border-bottom:1px solid var(--border,#e4e7ec);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 0;display:grid}.ops-user-row:last-child{border-bottom:0}.ops-user-avatar{background:var(--surface-strong,#eef1f6);border-radius:50%;place-items:center;width:36px;height:36px;font-weight:850;display:grid}.ops-user-copy{min-width:0}.ops-user-copy>strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.ops-user-meta{align-items:center;gap:6px;margin-top:5px;display:flex}.ops-role-pill,.ops-access-status,.ops-owner-lock{border-radius:999px;align-items:center;min-height:22px;padding:3px 7px;font-size:10px;font-weight:800;display:inline-flex}.ops-role-pill.owner{color:#6941c6;background:#f4f0ff}.ops-role-pill.messenger{color:#175cd3;background:#eff8ff}.ops-access-status.active{color:var(--positive-text,#08783a);background:var(--positive-soft,#eaf8ef)}.ops-access-status.revoked{color:var(--danger-text,#b42318);background:var(--danger-soft,#fff0ee)}.ops-owner-lock{color:var(--muted,#667085);background:var(--surface-strong,#eef1f6)}.ops-user-empty{color:var(--muted,#667085);text-align:center;padding:26px 0;font-size:13px}@media (width<=700px){.ops-access-backdrop{align-items:end;padding:0}.ops-access-panel{border-radius:16px 16px 0 0;width:100%;max-height:90vh}.ops-invite-form{grid-template-columns:1fr}.ops-field.access-level{display:none}.ops-primary-button.invite{width:100%}.owner-session-chip{gap:5px}.owner-session-chip>span{display:none}}
