/* Operations source-aware release — visual/read-only layer only. */
#operations .operations-source-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  margin:0 0 16px;
  overflow:hidden;
  border:1px solid var(--line,#e7e9f1);
  border-radius:16px;
  background:var(--line,#e7e9f1);
}
#operations .operations-source-strip>span{
  min-width:0;
  padding:12px 14px;
  background:#fff;
}
#operations .operations-source-strip small,
#operations .operations-source-strip strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#operations .operations-source-strip small{margin-bottom:5px;color:#8a91a2;font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
#operations .operations-source-strip strong{color:#343a48;font-size:12px}
#operations .table-wrap{max-width:100%;overflow:auto;overscroll-behavior-inline:contain;scrollbar-gutter:stable}
#operations .table-wrap:focus-visible{outline:2px solid var(--accent,#7457ee);outline-offset:3px}
#operations .ops-table{min-width:1180px}
#operations .table-panel{overflow:hidden}

@media(max-width:760px){
  #operations .operations-source-strip{display:flex;overflow-x:auto;scroll-snap-type:x proximity}
  #operations .operations-source-strip>span{flex:0 0 176px;scroll-snap-align:start}
  #operations .ops-command-bar{align-items:stretch}
  #operations .ops-command-bar>a{width:100%}
  #operations .table-wrap{margin-inline:0}
}

@media(prefers-reduced-motion:reduce){
  #operations .operations-source-strip,#operations .table-wrap{scroll-behavior:auto}
}
