/* Product usability layer: task-first foundation views and bounded system workspaces. */
.admin-unified-foundation .foundation-role-overview .foundation-panel{min-width:0}
.admin-unified-foundation .foundation-role-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  min-height:86px;
  border-bottom:1px solid var(--suite-border-soft,#e8edf3);
  background:var(--suite-surface,#fff);
}
.admin-unified-foundation .foundation-role-stats>div{
  display:grid;
  align-content:center;
  gap:2px;
  padding:13px 18px;
  border-right:1px solid var(--suite-border-soft,#e8edf3);
}
.admin-unified-foundation .foundation-role-stats>div:last-child{border-right:0}
.admin-unified-foundation .foundation-role-stats small,
.admin-unified-foundation .foundation-role-stats span{color:var(--suite-muted,#6b7d93);font-size:11px}
.admin-unified-foundation .foundation-role-stats b{color:var(--suite-ink,#102846);font-size:22px;line-height:1.2}
.admin-unified-foundation .foundation-role-actions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding:12px 14px;
  border-bottom:1px solid var(--suite-border-soft,#e8edf3);
  background:#f7f9fc;
}
.admin-unified-foundation .foundation-role-actions button{
  min-height:54px;
  padding:8px 14px;
  border:0;
  border-right:1px solid var(--suite-border,#d9e2ec);
  border-radius:0;
  background:transparent;
  color:var(--suite-text,#354d6a);
  text-align:left;
}
.admin-unified-foundation .foundation-role-actions button:last-child{border-right:0}
.admin-unified-foundation .foundation-role-actions button:hover{background:#edf4fb;color:var(--suite-primary,#3568a8)}
.admin-unified-foundation .foundation-role-actions b,
.admin-unified-foundation .foundation-role-actions small{display:block}
.admin-unified-foundation .foundation-role-actions b{font-size:13px}
.admin-unified-foundation .foundation-role-actions small{margin-top:3px;color:var(--suite-muted,#6b7d93);font-size:11px}
.admin-unified-foundation .foundation-role-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:66px;
  padding:12px 18px;
  border-bottom:1px solid var(--suite-border-soft,#e8edf3);
}
.admin-unified-foundation .foundation-role-section-head h3{margin:0;color:var(--suite-ink,#102846);font-size:16px}
.admin-unified-foundation .foundation-role-section-head p{margin:3px 0 0;color:var(--suite-muted,#6b7d93);font-size:12px}
.admin-unified-foundation .foundation-role-section-head>span{color:var(--suite-primary,#3568a8);font-size:12px;font-weight:700}
.admin-unified-foundation .foundation-role-task-section td:first-child b,
.admin-unified-foundation .foundation-role-task-section td:first-child small{display:block}
.admin-unified-foundation .foundation-role-task-section td:first-child small{margin-top:2px;color:var(--suite-muted,#6b7d93);font-size:10px}

.admin-unified-system .system-focused-shell{
  height:clamp(590px,calc(100vh - 360px),690px);
  min-height:0;
  align-items:stretch;
  overflow:hidden;
}
.admin-unified-system .system-focused-shell>.user-org-tree,
.admin-unified-system .system-focused-shell>.process-side-panel,
.admin-unified-system .system-focused-shell>.system-focused-main{
  position:static;
  top:auto;
  height:100%;
  max-height:none;
  min-height:0;
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:#c3cfdd transparent;
}
.admin-unified-system .system-focused-shell>.user-org-tree::-webkit-scrollbar,
.admin-unified-system .system-focused-shell>.process-side-panel::-webkit-scrollbar,
.admin-unified-system .system-focused-shell>.system-focused-main::-webkit-scrollbar{width:6px;height:6px}
.admin-unified-system .system-focused-shell>.user-org-tree::-webkit-scrollbar-thumb,
.admin-unified-system .system-focused-shell>.process-side-panel::-webkit-scrollbar-thumb,
.admin-unified-system .system-focused-shell>.system-focused-main::-webkit-scrollbar-thumb{border-radius:999px;background:#c3cfdd}
.admin-unified-system .system-focused-main{background:#f7f9fc}
.admin-unified-system .system-focused-main>.user-org-tabs-wrap{
  position:sticky;
  top:0;
  z-index:4;
  margin:0;
  border-width:0 0 1px;
  border-radius:0;
  background:#edf2f7;
}
.admin-unified-system .system-focused-main>.user-org-panel{
  margin:12px;
  background:#fff;
}
.admin-unified-system .system-object-context{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:58px;
  padding:9px 14px;
  border-bottom:1px solid var(--suite-border,#d9e2ec);
  background:#fff;
}
.admin-unified-system .system-object-context>div{display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 9px;min-width:0}
.admin-unified-system .system-object-context small{grid-column:1;color:var(--suite-muted,#6b7d93);font-size:10px;font-weight:700}
.admin-unified-system .system-object-context b{grid-column:1;color:var(--suite-ink,#102846);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-unified-system .system-object-context span{grid-column:2;grid-row:1/3;max-width:420px;color:var(--suite-muted,#6b7d93);font-size:11px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-unified-system .system-object-context button{
  flex:0 0 auto;
  min-height:30px;
  padding:0 10px;
  border:1px solid #c7d3e1;
  border-radius:6px;
  background:#fff;
  color:#36516f;
  font-size:11px;
  font-weight:650;
}
.admin-unified-system .system-object-context button:hover{border-color:#9db3ce;background:#f8fbff;color:var(--suite-primary,#3568a8)}
.admin-unified-system .system-context-canvas{margin:12px;background:#fff}
.admin-unified-system .system-context-canvas[hidden]{display:none!important}
.admin-unified-system .process-config-shell{grid-template-columns:236px minmax(0,1fr) 276px}
.admin-unified-system .user-org-shell{grid-template-columns:236px minmax(0,1fr)}

@media (max-width:1180px){
  .admin-unified-system .process-config-shell{grid-template-columns:210px minmax(0,1fr)}
  .admin-unified-system .process-config-shell>.process-side-panel{display:none}
  .admin-unified-foundation .foundation-role-stats,
  .admin-unified-foundation .foundation-role-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
}