/* dis-brand-agent: repo=PLUS ONE product=GOLD NETWORK tag=DIS-PLUSONE-M3-OPS-CSS name="DIS BRAND Governed Agent" action=edit at=2026-08-08T22:30:00.000Z */

.m3s-op-filter {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.84rem;
  color: var(--muted, #6e7380);
  max-width: var(--max, 1140px);
  margin-left: auto;
  margin-right: auto;
}
.m3s-op-filter input {
  display: block;
  width: 100%;
  max-width: 360px;
  margin-top: 0.4rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line, #e8e6e0);
  border-radius: 12px;
  font-size: 0.95rem;
  font-family: inherit;
  background: var(--card, #fff);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.m3s-op-filter input:focus {
  outline: none;
  border-color: var(--gold, #c9a227);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}
.m3s-op-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line, #e8e6e0);
  border-radius: 14px;
  background: var(--card, #fff);
  box-shadow: 0 2px 8px rgba(18, 20, 26, 0.04);
}
.m3s-op-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.m3s-op-table th,
.m3s-op-table td {
  padding: 0.7rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line, #e8e6e0);
}
.m3s-op-table th {
  background: var(--surface-alt, #f3f1ec);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink-secondary, #4a4f5c);
  position: sticky;
  top: 0;
}
.m3s-op-table tbody tr { transition: background 0.12s; }
.m3s-op-table tbody tr:hover td { background: rgba(201, 162, 39, 0.04); }
.m3s-op-table tbody tr:last-child td { border-bottom: none; }
.m3s-op-table td:first-child {
  font-family: var(--mono, monospace);
  font-size: 0.82rem;
  color: var(--gold-deep, #9a7720);
  font-weight: 600;
}
