
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] {
  --monitor-dark: var(--figma-dark, #1f1f1f);
  --monitor-lime: var(--figma-lime, #d6f375);
  --monitor-canvas: #fff;
  --monitor-recessed: #f5f5f2;
  --monitor-line: #e3e3de;
  --monitor-muted: #62625f;
  --monitor-red: #ff2f32;
  --monitor-orange: #ff9808;
  --monitor-blue: #1f87ff;
  min-width: 0;
  display: grid;
  gap: 18px;
  color: var(--monitor-dark);
  font-size: 14px;
  line-height: 1.5;
}
.monitor-redesign > .monitor-header[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border-radius: 20px;
  background: var(--monitor-dark);
  color: #fff;
}
.monitor-header h1[data-v-964e95a45fe1] {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
}
.monitor-header p[data-v-964e95a45fe1] {
  margin: 8px 0 0;
  color: #d2d2d2;
  font-size: 14px;
}
.monitor-header__actions[data-v-964e95a45fe1] {
  flex: none;
}
.monitor-redesign .monitor-navigation[data-v-964e95a45fe1] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.monitor-navigation button[data-v-964e95a45fe1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid var(--monitor-line);
  border-radius: 60px;
  background: #fff;
  color: var(--monitor-dark);
  font: inherit;
  cursor: pointer;
}
.monitor-navigation button[aria-current='page'][data-v-964e95a45fe1] {
  background: var(--monitor-lime);
  border-color: var(--monitor-lime);
}
.monitor-navigation button[data-v-964e95a45fe1]:hover:not([aria-current]) {
  background: var(--monitor-recessed);
}
.monitor-navigation button > span[data-v-964e95a45fe1] {
  font-size: 12px;
}
.monitor-workspace[data-v-964e95a45fe1],
.management-workspace[data-v-964e95a45fe1] {
  display: grid;
  gap: 24px;
  min-width: 0;
}
.workspace-intro[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.workspace-intro h2[data-v-964e95a45fe1] {
  margin: 0;
  font-size: 22px;
}
.workspace-intro p[data-v-964e95a45fe1] {
  max-width: 75ch;
  margin: 5px 0 0;
  color: var(--monitor-muted);
}
.management-workspace > .workspace-intro[data-v-964e95a45fe1] {
  display: block;
}
.monitor-redesign .monitor-button[data-v-964e95a45fe1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid #949490;
  border-radius: 60px;
  color: var(--monitor-dark);
  background: #fff;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}
.monitor-redesign .monitor-button--primary[data-v-964e95a45fe1] {
  background: var(--monitor-lime);
  border-color: var(--monitor-lime);
}
.monitor-redesign .monitor-button--quiet[data-v-964e95a45fe1] {
  background: transparent;
  border-color: var(--monitor-line);
}
.monitor-redesign .monitor-button--danger[data-v-964e95a45fe1] {
  background: #ffdedf;
  border-color: #ffdedf;
  color: #851619;
}
.monitor-redesign .monitor-button[data-v-964e95a45fe1]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.monitor-redesign .monitor-button[data-v-964e95a45fe1]:hover:not(:disabled) {
  background: #edf7d2;
  border-color: #a7b983;
  color: var(--monitor-dark);
}
.monitor-redesign[data-v-964e95a45fe1] :is(button, input, select, summary, a):focus-visible {
  outline: 2px solid var(--monitor-blue);
  outline-offset: 3px;
}
.control-plane-strip[data-v-964e95a45fe1] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  font-size: 13px;
}
.control-plane-strip__identity[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  gap: 9px;
}
.control-plane-strip > span[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
}
.telemetry-rack[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 20px 0;
  border-block: 1px solid var(--monitor-line);
}
.telemetry-rack > div[data-v-964e95a45fe1] {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  padding: 0 20px;
}
.telemetry-rack > div[data-v-964e95a45fe1]:first-child {
  padding-left: 0;
}
.telemetry-rack > div + div[data-v-964e95a45fe1] {
  border-left: 1px solid var(--monitor-line);
}
.telemetry-rack span[data-v-964e95a45fe1],
.telemetry-rack small[data-v-964e95a45fe1] {
  font-size: 12px;
  line-height: 1.5;
  color: var(--monitor-muted);
}
.telemetry-rack strong[data-v-964e95a45fe1] {
  font-size: 28px;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
}
.telemetry-rack strong small[data-v-964e95a45fe1] {
  font-size: 17px;
}
.fleet-panel[data-v-964e95a45fe1],
.worker-rail[data-v-964e95a45fe1],
.group-panel[data-v-964e95a45fe1],
.proxy-panel[data-v-964e95a45fe1],
.events-panel[data-v-964e95a45fe1] {
  min-width: 0;
  border: 1px solid var(--monitor-line);
  border-radius: 20px;
  background: #fff;
}
.fleet-panel[data-v-964e95a45fe1],
.group-panel[data-v-964e95a45fe1],
.proxy-panel[data-v-964e95a45fe1],
.events-panel[data-v-964e95a45fe1] {
  padding: 24px;
}
.monitor-section-heading[data-v-964e95a45fe1],
.config-heading[data-v-964e95a45fe1] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 20px;
}
.monitor-section-heading h2[data-v-964e95a45fe1],
.worker-rail h2[data-v-964e95a45fe1],
.config-heading h3[data-v-964e95a45fe1] {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
}
.monitor-section-heading p[data-v-964e95a45fe1],
.config-heading p[data-v-964e95a45fe1] {
  max-width: 75ch;
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--monitor-muted);
}
.monitor-section-heading > span[data-v-964e95a45fe1] {
  padding: 4px 12px;
  border-radius: 60px;
  background: var(--monitor-recessed);
  font-size: 13px;
}
.worker-table-wrap[data-v-964e95a45fe1] {
  overflow-x: auto;
}
.worker-table[data-v-964e95a45fe1] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.worker-table th[data-v-964e95a45fe1] {
  padding: 10px 12px;
  text-align: left;
  color: var(--monitor-muted);
  font-size: 12px;
  font-weight: 500;
  background: var(--monitor-recessed);
}
.worker-table td[data-v-964e95a45fe1] {
  padding: 14px 12px;
  border-bottom: 1px solid var(--monitor-line);
  vertical-align: middle;
}
.worker-table tbody tr:last-child td[data-v-964e95a45fe1] {
  border-bottom: 0;
}
.worker-table tr.is-selected td[data-v-964e95a45fe1] {
  background: #f0f8d8;
}
.worker-table th[data-v-964e95a45fe1]:first-child {
  border-radius: 10px 0 0 10px;
}
.worker-table th[data-v-964e95a45fe1]:last-child {
  border-radius: 0 10px 10px 0;
}
.worker-identity[data-v-964e95a45fe1],
.row-action[data-v-964e95a45fe1] {
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.worker-identity[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  text-align: left;
  min-height: 44px;
}
.worker-identity > span[data-v-964e95a45fe1]:last-child {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.worker-identity strong[data-v-964e95a45fe1] {
  overflow-wrap: anywhere;
}
.worker-identity small[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 12px;
}
.online-lamp[data-v-964e95a45fe1] {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #95958f;
}
.online-lamp[data-tone='online'][data-v-964e95a45fe1] {
  background: #477818;
}
.online-lamp[data-tone='offline'][data-v-964e95a45fe1] {
  background: #d32f32;
}
.text-danger[data-v-964e95a45fe1] {
  color: #a01e23;
}
.row-action[data-v-964e95a45fe1] {
  min-height: 44px;
  padding: 6px;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #375b16;
}
.worker-rail[data-v-964e95a45fe1] {
  position: static;
  overflow: hidden;
}
.worker-rail__header[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background: var(--monitor-recessed);
}
.worker-rail__header > div[data-v-964e95a45fe1]:first-child {
  min-width: 0;
}
.worker-rail__header h2[data-v-964e95a45fe1] {
  margin-top: 8px;
  overflow-wrap: anywhere;
}
.worker-rail__header p[data-v-964e95a45fe1] {
  margin: 6px 0 0;
  color: var(--monitor-muted);
  font-size: 12px;
}
.online-label[data-v-964e95a45fe1],
.result-status[data-v-964e95a45fe1],
.event-level[data-v-964e95a45fe1],
.group-health[data-v-964e95a45fe1],
.config-state[data-v-964e95a45fe1] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 60px;
  font-size: 12px;
  line-height: 1.5;
  background: #ebebe6;
  color: #53534f;
}
.online-label[data-tone='online'][data-v-964e95a45fe1],
.result-status[data-status='ok'][data-v-964e95a45fe1],
.group-health[data-enabled='true'][data-v-964e95a45fe1] {
  background: #e9f6c7;
  color: #355518;
}
.online-label[data-tone='offline'][data-v-964e95a45fe1],
.result-status[data-status='error'][data-v-964e95a45fe1] {
  background: #ffe3e4;
  color: #8b2126;
}
.result-status[data-status='blocked'][data-v-964e95a45fe1],
.config-state[data-pending='true'][data-v-964e95a45fe1] {
  background: #fff0d7;
  color: #794709;
}
.worker-restart-action[data-v-964e95a45fe1] {
  display: grid;
  justify-items: end;
  gap: 7px;
  flex: 0 0 230px;
}
.worker-restart-reason[data-v-964e95a45fe1] {
  max-width: 34ch;
  margin: 0;
  font-size: 12px;
  text-align: right;
  color: var(--monitor-muted);
}
.worker-facts[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 0;
  padding: 22px 24px;
  border-bottom: 1px solid var(--monitor-line);
}
.worker-facts > div[data-v-964e95a45fe1] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.worker-facts dt[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 12px;
}
.worker-facts dd[data-v-964e95a45fe1] {
  margin: 0;
  font-size: 15px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.evidence-grid[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 24px;
}
.evidence-grid > div[data-v-964e95a45fe1] {
  min-width: 0;
}
.evidence-grid .monitor-section-heading[data-v-964e95a45fe1] {
  margin-bottom: 14px;
}
.evidence-grid h2[data-v-964e95a45fe1] {
  font-size: 18px;
}
.empty-state[data-v-964e95a45fe1] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 0;
}
.empty-state > svg[data-v-964e95a45fe1] {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--monitor-muted);
}
.empty-state h3[data-v-964e95a45fe1] {
  margin: 0;
  font-size: 15px;
}
.empty-state p[data-v-964e95a45fe1] {
  margin: 6px 0 0;
  color: var(--monitor-muted);
  font-size: 13px;
  max-width: 65ch;
}
.assignment-list[data-v-964e95a45fe1],
.result-list[data-v-964e95a45fe1],
.event-timeline[data-v-964e95a45fe1],
.endpoint-list[data-v-964e95a45fe1] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.assignment-list li[data-v-964e95a45fe1] {
  display: grid;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--monitor-line);
}
.assignment-list li > div[data-v-964e95a45fe1]:first-child {
  display: grid;
  gap: 4px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.assignment-list span[data-v-964e95a45fe1],
.assignment-list small[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 12px;
}
.assignment-actions[data-v-964e95a45fe1] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tombstone-note[data-v-964e95a45fe1] {
  font-size: 12px;
  color: #794709;
}
.result-list li[data-v-964e95a45fe1] {
  display: grid;
  gap: 7px;
  padding: 12px 0;
  border-top: 1px solid var(--monitor-line);
}
.result-list li[data-v-964e95a45fe1]:first-child {
  padding-top: 0;
  border: 0;
}
.result-list li > div[data-v-964e95a45fe1] {
  display: grid;
  gap: 4px;
}
.result-list strong[data-v-964e95a45fe1] {
  font-size: 13px;
  line-height: 1.5;
}
.result-list small[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 12px;
}
.worker-settings[data-v-964e95a45fe1] {
  border-top: 1px solid var(--monitor-line);
}
.worker-settings > summary[data-v-964e95a45fe1],
.automation-summary[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}
.worker-settings > summary[data-v-964e95a45fe1]::-webkit-details-marker,
.automation-summary[data-v-964e95a45fe1]::-webkit-details-marker {
  display: none;
}
.worker-settings > summary > span[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 17px;
}
.worker-settings > summary small[data-v-964e95a45fe1] {
  font-size: 12px;
  color: #794709;
}
.worker-settings[open] > summary svg[data-v-964e95a45fe1],
.automation-control-panel[open] > summary svg[data-v-964e95a45fe1] {
  transform: rotate(180deg);
}
.worker-config[data-v-964e95a45fe1] {
  display: grid;
  gap: 20px;
  padding: 0 24px 24px;
}
.worker-config .config-heading[data-v-964e95a45fe1] {
  margin-bottom: 0;
}
.worker-config .config-heading h3[data-v-964e95a45fe1] {
  display: none;
}
.config-heading > span[data-v-964e95a45fe1] {
  flex: 0 0 auto;
  font-size: 12px;
}
.worker-config__fields[data-v-964e95a45fe1],
.group-form__fields[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 22px 28px;
}
.field[data-v-964e95a45fe1] {
  display: grid;
  gap: 8px;
  min-width: 0;
  align-content: start;
  font-size: 13px;
}
.field > span[data-v-964e95a45fe1] {
  color: var(--monitor-dark);
}
.field small[data-v-964e95a45fe1] {
  font-size: 12px;
  line-height: 1.5;
  color: var(--monitor-muted);
}
.monitor-admin.monitor-redesign .worker-rail .field > span[data-v-964e95a45fe1]:first-child {
  color: var(--monitor-dark);
}
.monitor-admin.monitor-redesign .worker-rail .field small[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
}
.monitor-admin.monitor-redesign .field input[data-v-964e95a45fe1],
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] select {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #a3a39c;
  border-radius: 12px;
  box-shadow: none;
  background: #fff;
  color: var(--monitor-dark);
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
}
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] select {
  padding-right: 36px;
}
.field input[data-v-964e95a45fe1]:disabled {
  background: var(--monitor-recessed);
  color: var(--monitor-muted);
}
.toggle-field[data-v-964e95a45fe1] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  background: var(--monitor-recessed);
  border-radius: 12px;
  cursor: pointer;
}
.toggle-field input[data-v-964e95a45fe1] {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 3px 0 0;
  accent-color: #507b20;
}
.toggle-field > span[data-v-964e95a45fe1] {
  display: grid;
  gap: 4px;
}
.toggle-field small[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 12px;
}
.config-footer[data-v-964e95a45fe1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--monitor-line);
}
.config-footer > span[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 12px;
}
.monitor-feedback[data-v-964e95a45fe1] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 16px 20px;
  border-radius: 12px;
  background: #edf7d4;
  color: #345019;
}
.monitor-feedback--error[data-v-964e95a45fe1] {
  background: #fff0f0;
  color: #8b2126;
}
.monitor-restart-confirmation[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 24px;
  padding: 18px;
  border-radius: 12px;
  background: #fff3dc;
  color: #70430a;
}
.monitor-restart-confirmation p[data-v-964e95a45fe1] {
  max-width: 65ch;
  margin: 5px 0 0;
  font-size: 13px;
}
.monitor-restart-confirmation__actions[data-v-964e95a45fe1] {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.group-workspace[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: minmax(180px, 0.6fr) minmax(0, 1.4fr);
  gap: 28px;
}
.group-list[data-v-964e95a45fe1] {
  display: grid;
  align-content: start;
  gap: 8px;
}
.group-list > button[data-v-964e95a45fe1] {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--monitor-line);
  border-radius: 12px;
  background: #fff;
  color: var(--monitor-dark);
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.group-list > button.is-selected[data-v-964e95a45fe1] {
  background: #f0f8d8;
  border-color: #aecb73;
}
.group-list > button > span[data-v-964e95a45fe1]:first-child {
  display: grid;
  gap: 4px;
}
.group-list small[data-v-964e95a45fe1],
.group-list__empty[data-v-964e95a45fe1] {
  font-size: 12px;
  color: var(--monitor-muted);
}
.group-list strong[data-v-964e95a45fe1] {
  overflow-wrap: anywhere;
}
.group-form[data-v-964e95a45fe1] {
  display: grid;
  gap: 20px;
  min-width: 0;
}
.group-form .config-heading[data-v-964e95a45fe1] {
  margin-bottom: 0;
}
.group-form > button[data-v-964e95a45fe1] {
  justify-self: end;
}
.proxy-panel[data-v-964e95a45fe1] {
  container: proxy-panel / inline-size;
  background: var(--monitor-recessed);
}
.proxy-panel > .monitor-section-heading[data-v-964e95a45fe1] {
  max-width: 960px;
  margin: 0 auto 20px;
}
.automation-control-panel[data-v-964e95a45fe1] {
  --dark: var(--monitor-dark);
  --lime: var(--monitor-lime);
  --red: var(--monitor-red);
  --blue: var(--monitor-blue);
  --recessed: var(--monitor-recessed);
  --line: var(--monitor-line);
  --muted: var(--monitor-muted);
  min-width: 0;
  border: 1px solid var(--monitor-line);
  border-radius: 20px;
  background: #fff;
}
.automation-summary > span[data-v-964e95a45fe1] {
  display: grid;
  gap: 5px;
}
.automation-summary strong[data-v-964e95a45fe1] {
  font-size: 18px;
}
.automation-summary small[data-v-964e95a45fe1],
.management-help[data-v-964e95a45fe1] {
  font-size: 13px;
  color: var(--monitor-muted);
}
.management-help[data-v-964e95a45fe1] {
  margin: 0;
  padding: 0 24px 20px;
}
.automation-control-panel[data-v-964e95a45fe1] .bidder-control {
  margin: 0 24px 24px;
}
.events-heading[data-v-964e95a45fe1] {
  display: block;
}
.journal-filters[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.6fr);
  gap: 20px;
  align-items: end;
  margin-top: 24px;
}
.level-filter[data-v-964e95a45fe1] {
  display: grid;
  gap: 8px;
  font-size: 13px;
}
.event-timeline li[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: 145px 100px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--monitor-line);
}
.event-timeline time[data-v-964e95a45fe1] {
  font-size: 12px;
  color: var(--monitor-muted);
  font-variant-numeric: tabular-nums;
}
.event-level[data-v-964e95a45fe1] {
  background: var(--monitor-recessed);
  color: var(--monitor-muted);
}
.event-timeline li[data-level='warning'] .event-level[data-v-964e95a45fe1] {
  background: #fff0d7;
  color: #794709;
}
.event-timeline li[data-level='error'] .event-level[data-v-964e95a45fe1] {
  background: #ffe3e4;
  color: #8b2126;
}
.event-timeline strong[data-v-964e95a45fe1] {
  font-size: 13px;
}
.event-timeline p[data-v-964e95a45fe1] {
  margin: 4px 0 0;
  max-width: 75ch;
  overflow-wrap: anywhere;
  font-size: 13px;
}
.journal-pagination[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--monitor-line);
  font-size: 12px;
  color: var(--monitor-muted);
}
.journal-pagination > div[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.journal-note[data-v-964e95a45fe1] {
  margin: 0;
  color: var(--monitor-muted);
  font-size: 12px;
}
.access-state[data-v-964e95a45fe1],
.load-state[data-v-964e95a45fe1],
.rail-state[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 160px;
  padding: 24px;
  background: var(--monitor-recessed);
  border-radius: 20px;
}
.access-state h1[data-v-964e95a45fe1],
.load-state h2[data-v-964e95a45fe1] {
  margin: 0;
  font-size: 24px;
}
.access-state p[data-v-964e95a45fe1],
.load-state p[data-v-964e95a45fe1] {
  margin: 8px 0 0;
  color: var(--monitor-muted);
}
.access-state--error[data-v-964e95a45fe1],
.load-state--error[data-v-964e95a45fe1],
.rail-state--error[data-v-964e95a45fe1] {
  background: #fff0f0;
  color: #8b2126;
}
.rail-state[data-v-964e95a45fe1] {
  border-radius: 0;
  min-height: 90px;
  font-size: 13px;
}

/* Existing proxy form behavior and secret handling keep their established styles below. */
.proxy-management[data-v-964e95a45fe1] {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 10px;
}
.proxy-management > summary[data-v-964e95a45fe1] {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 2px;
  color: var(--monitor-muted);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.proxy-management[open] > summary[data-v-964e95a45fe1] {
  margin-bottom: 10px;
}
.proxy-pools[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.proxy-pool[data-v-964e95a45fe1] {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}
.proxy-pool > header[data-v-964e95a45fe1] {
  padding: 16px;
  border-bottom: 1px solid var(--monitor-line);
}
.proxy-pool > header div[data-v-964e95a45fe1] {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.proxy-pool > header span[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 11px;
}
.proxy-pool > dl[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 12px 16px;
}
.proxy-pool > dl div[data-v-964e95a45fe1] {
  display: grid;
  gap: 3px;
}
.proxy-pool dt[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 10px;
}
.proxy-pool dd[data-v-964e95a45fe1] {
  margin: 0;
  font-size: 13px;
}
.endpoint-list li[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  border-top: 1px solid var(--monitor-line);
}
.endpoint-list strong[data-v-964e95a45fe1],
.endpoint-list span[data-v-964e95a45fe1] {
  overflow-wrap: anywhere;
}
.proxy-create[data-v-964e95a45fe1] {
  width: 100%;
  max-width: 960px;
  margin: 10px auto 0;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}
.proxy-create summary[data-v-964e95a45fe1] {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  list-style: none;
  cursor: pointer;
}
.proxy-create summary[data-v-964e95a45fe1]::-webkit-details-marker {
  display: none;
}
.proxy-create summary > span[data-v-964e95a45fe1] {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}
.proxy-create__summary-copy > span[data-v-964e95a45fe1] {
  display: grid;
  gap: 3px;
}
.proxy-create__summary-copy strong[data-v-964e95a45fe1] {
  font-size: 14px;
}
.proxy-create__summary-copy small[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 11px;
  font-weight: 500;
}
.proxy-create__chevron[data-v-964e95a45fe1] {
  flex: 0 0 auto;
  margin-left: auto;
  transition: transform 180ms ease;
}
.proxy-create[open] .proxy-create__chevron[data-v-964e95a45fe1] {
  transform: rotate(180deg);
}
.proxy-create form[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  justify-content: start;
  gap: 16px;
  padding: 18px;
  border-top: 1px solid var(--monitor-line);
}
.proxy-current[data-v-964e95a45fe1] {
  width: 100%;
  max-width: 960px;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, auto);
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
}
.proxy-current__identity[data-v-964e95a45fe1],
.proxy-current__state[data-v-964e95a45fe1] {
  min-width: 0;
}
.proxy-current__identity[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.proxy-current__identity > div[data-v-964e95a45fe1],
.proxy-current__state[data-v-964e95a45fe1] {
  display: grid;
  gap: 4px;
}
.proxy-current__identity span[data-v-964e95a45fe1],
.proxy-current__state span[data-v-964e95a45fe1] {
  color: var(--monitor-muted);
  font-size: 11px;
  line-height: 1.4;
}
.proxy-current__identity strong[data-v-964e95a45fe1],
.proxy-current__state strong[data-v-964e95a45fe1] {
  overflow-wrap: anywhere;
  font-size: 14px;
}
.proxy-current__signal[data-v-964e95a45fe1] {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: var(--monitor-muted);
}
.proxy-current__state[data-v-964e95a45fe1] {
  justify-items: end;
  text-align: right;
}
.proxy-current[data-status='healthy'] .proxy-current__signal[data-v-964e95a45fe1] {
  background: #5c8a13;
}
.proxy-current[data-status='healthy'] .proxy-current__state strong[data-v-964e95a45fe1] {
  color: #274e00;
}
.proxy-current[data-status='degraded'] .proxy-current__signal[data-v-964e95a45fe1],
.proxy-current[data-status='auth_failed'] .proxy-current__signal[data-v-964e95a45fe1] {
  background: var(--monitor-red);
}
.proxy-current[data-status='degraded'] .proxy-current__state strong[data-v-964e95a45fe1],
.proxy-current[data-status='auth_failed'] .proxy-current__state strong[data-v-964e95a45fe1] {
  color: #7f1114;
}
.proxy-current[data-status='cooldown'] .proxy-current__signal[data-v-964e95a45fe1] {
  background: var(--monitor-orange);
}
.proxy-current[data-status='cooldown'] .proxy-current__state strong[data-v-964e95a45fe1] {
  color: #704300;
}
.proxy-rotation[data-v-964e95a45fe1] {
  width: 100%;
  max-width: 960px;
  display: grid;
  gap: 18px;
  margin: 10px auto 0;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
}
.proxy-rotation__heading[data-v-964e95a45fe1],
.proxy-rotation__form[data-v-964e95a45fe1] {
  width: 100%;
  max-width: 720px;
}
.proxy-rotation__heading h3[data-v-964e95a45fe1] {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.proxy-rotation__heading p[data-v-964e95a45fe1],
.proxy-rotation__help[data-v-964e95a45fe1] {
  max-width: 68ch;
  margin: 5px 0 0;
  color: var(--monitor-muted);
  font-size: 12px;
  line-height: 1.5;
}
.proxy-rotation__form[data-v-964e95a45fe1] {
  display: grid;
  gap: 10px;
}
.proxy-rotation__form > .field[data-v-964e95a45fe1] {
  gap: 0;
}
.proxy-rotation__help span[data-v-964e95a45fe1] {
  display: block;
  margin-top: 4px;
  color: var(--monitor-dark);
}
.proxy-rotation__form > .monitor-button[data-v-964e95a45fe1] {
  justify-self: start;
  margin-top: 4px;
}
.proxy-essential-grid[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 13px;
}
.proxy-source-field > label[data-v-964e95a45fe1] {
  font-weight: 700;
}
.proxy-group-empty[data-v-964e95a45fe1] {
  min-height: 44px;
  align-self: end;
  display: grid;
  align-content: center;
  gap: 4px;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid var(--monitor-line);
  font-size: 12px;
  line-height: 1.45;
}
.proxy-group-empty[data-v-964e95a45fe1] {
  color: #7f1114;
}
.proxy-secret-control[data-v-964e95a45fe1] {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
}
.proxy-secret-control input[data-v-964e95a45fe1] {
  border-radius: 14px 0 0 14px;
}
.proxy-secret-control button[data-v-964e95a45fe1] {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #b9b9b1;
  border-left: 0;
  border-radius: 0 14px 14px 0;
  color: var(--monitor-dark);
  background: #fff;
  cursor: pointer;
}
.proxy-secret-control button[data-v-964e95a45fe1]:hover {
  background: var(--monitor-lime);
}
.proxy-secret-control button[data-v-964e95a45fe1]:focus-visible,
.proxy-advanced summary[data-v-964e95a45fe1]:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--monitor-blue) 50%, transparent);
  outline-offset: 2px;
}
.proxy-field-error[data-v-964e95a45fe1],
.proxy-parse-success[data-v-964e95a45fe1],
.proxy-group-warning[data-v-964e95a45fe1],
.proxy-form-feedback[data-v-964e95a45fe1] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.45;
}
.proxy-field-error[data-v-964e95a45fe1] {
  color: #7f1114;
  background: #fff0f0;
}
.proxy-parse-success[data-v-964e95a45fe1],
.proxy-form-feedback[data-v-964e95a45fe1] {
  color: #274e00;
  background: #effbd2;
}
.proxy-auth-section[data-v-964e95a45fe1] {
  display: grid;
  gap: 13px;
  padding: 16px;
  border-radius: 16px;
  background: var(--monitor-recessed);
}
.proxy-auth-section > div:first-child p[data-v-964e95a45fe1] {
  max-width: 76ch;
  margin: 5px 0 0;
  color: var(--monitor-muted);
  font-size: 12px;
  line-height: 1.5;
}
.proxy-auth-grid[data-v-964e95a45fe1],
.proxy-advanced-grid[data-v-964e95a45fe1] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 13px;
}
.proxy-group-warning[data-v-964e95a45fe1] {
  color: #704300;
  background: #ffeac9;
}
.proxy-advanced[data-v-964e95a45fe1] {
  overflow: hidden;
  border: 1px solid var(--monitor-line);
  border-radius: 16px;
}
.proxy-advanced > summary[data-v-964e95a45fe1] {
  min-height: 52px;
  padding: 12px 14px;
  background: var(--monitor-recessed);
}
.proxy-advanced[open] > summary[data-v-964e95a45fe1] {
  border-bottom: 1px solid var(--monitor-line);
}
.proxy-advanced-grid[data-v-964e95a45fe1] {
  padding: 16px;
}
.proxy-form-feedback.is-error[data-v-964e95a45fe1] {
  color: #7f1114;
  background: #fff0f0;
}
.proxy-submit-row[data-v-964e95a45fe1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.proxy-submit-row > p[data-v-964e95a45fe1] {
  max-width: 66ch;
  margin: 0;
  color: var(--monitor-muted);
  font-size: 11px;
  line-height: 1.45;
}
.proxy-submit-row .monitor-button[data-v-964e95a45fe1] {
  flex: 0 0 auto;
}
.spin[data-v-964e95a45fe1] {
  animation: spin-964e95a45fe1 0.8s linear infinite;
}
.sr-only[data-v-964e95a45fe1] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
@keyframes spin-964e95a45fe1 {
to {
    transform: rotate(360deg);
}
}
@container proxy-panel (max-width: 48rem) {
.proxy-current[data-v-964e95a45fe1] {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}
.proxy-current__state[data-v-964e95a45fe1] {
    justify-items: start;
    padding-left: 24px;
    text-align: left;
}
.proxy-rotation[data-v-964e95a45fe1],
  .proxy-create form[data-v-964e95a45fe1] {
    padding: 16px;
}
.proxy-rotation__form > .monitor-button[data-v-964e95a45fe1],
  .proxy-submit-row .monitor-button[data-v-964e95a45fe1] {
    width: 100%;
}
.proxy-submit-row[data-v-964e95a45fe1] {
    align-items: stretch;
    flex-direction: column;
}
}
.monitor-admin.monitor-redesign .empty-state[data-v-964e95a45fe1] {
  min-height: 0;
  padding: 16px 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] .runtime-workers.console-panel {
  border: 1px solid var(--monitor-line);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] .runtime-workers .runtime-workers__header {
  padding: 24px;
  color: var(--monitor-dark);
  background: var(--monitor-recessed);
  border: 0;
}
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] .runtime-workers .runtime-workers__heading h2 {
  color: var(--monitor-dark);
  font-size: 21px;
}
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] .runtime-workers .runtime-workers__heading p,
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] .runtime-workers__header-actions code {
  color: var(--monitor-muted);
  font-family: inherit;
  font-size: 13px;
}
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] .runtime-workers .button {
  border-width: 1px;
  box-shadow: none;
}
.monitor-admin.monitor-redesign[data-v-964e95a45fe1] .runtime-workers__availability {
  padding: 16px 24px;
}
.monitor-admin.monitor-redesign .automation-control-panel[data-v-964e95a45fe1] .bidder-control {
  padding: 0 24px 24px;
}
@container console-page (max-width: 850px) {
.worker-facts[data-v-964e95a45fe1] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.evidence-grid[data-v-964e95a45fe1] {
    grid-template-columns: 1fr;
}
.results-panel[data-v-964e95a45fe1] {
    border-top: 1px solid var(--monitor-line);
    padding-top: 22px;
}
.group-workspace[data-v-964e95a45fe1] {
    grid-template-columns: 1fr;
}
.group-list[data-v-964e95a45fe1] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.worker-table th[data-v-964e95a45fe1],
  .worker-table td[data-v-964e95a45fe1] {
    padding-inline: 8px;
}
.monitor-restart-confirmation[data-v-964e95a45fe1] {
    flex-direction: column;
    align-items: stretch;
}
.event-timeline li[data-v-964e95a45fe1] {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 8px 16px;
}
.event-timeline li > div[data-v-964e95a45fe1] {
    grid-column: 2;
}
.event-timeline .event-level[data-v-964e95a45fe1] {
    grid-column: 2;
    grid-row: auto;
}
.journal-filters[data-v-964e95a45fe1] {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 0.7fr);
}
}
@container console-page (max-width: 600px) {
.monitor-redesign > .monitor-header[data-v-964e95a45fe1] {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
}
.monitor-header__actions .monitor-button[data-v-964e95a45fe1] {
    width: 100%;
}
.monitor-redesign .monitor-navigation[data-v-964e95a45fe1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.monitor-navigation button[data-v-964e95a45fe1] {
    padding-inline: 12px;
    font-size: 13px;
}
.telemetry-rack[data-v-964e95a45fe1] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
}
.telemetry-rack > div[data-v-964e95a45fe1] {
    padding: 0 14px;
}
.telemetry-rack > div[data-v-964e95a45fe1]:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
}
.telemetry-rack strong[data-v-964e95a45fe1] {
    font-size: 26px;
}
.telemetry-rack span[data-v-964e95a45fe1] {
    min-height: 36px;
}
.fleet-panel[data-v-964e95a45fe1],
  .group-panel[data-v-964e95a45fe1],
  .proxy-panel[data-v-964e95a45fe1],
  .events-panel[data-v-964e95a45fe1] {
    padding: 18px;
}
.monitor-section-heading[data-v-964e95a45fe1],
  .workspace-intro[data-v-964e95a45fe1] {
    flex-direction: column;
    gap: 12px;
}
.monitor-section-heading > span[data-v-964e95a45fe1] {
    display: none;
}
.worker-table[data-v-964e95a45fe1],
  .worker-table tbody[data-v-964e95a45fe1] {
    display: block;
    width: 100%;
}
.worker-table thead[data-v-964e95a45fe1] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.worker-table tr[data-v-964e95a45fe1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--monitor-line);
}
.worker-table tr[data-v-964e95a45fe1]:first-child {
    padding-top: 0;
}
.worker-table tr[data-v-964e95a45fe1]:last-child {
    border: 0;
}
.worker-table tr.is-selected[data-v-964e95a45fe1] {
    background: #f0f8d8;
    padding: 14px;
    border-radius: 12px;
}
.worker-table td[data-v-964e95a45fe1],
  .worker-table tr.is-selected td[data-v-964e95a45fe1] {
    display: block;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 12px;
    overflow-wrap: anywhere;
}
.worker-table td[data-v-964e95a45fe1]::before {
    display: block;
    content: attr(data-label);
    color: var(--monitor-muted);
    font-size: 11px;
    margin-bottom: 3px;
}
.worker-table td[data-v-964e95a45fe1]:first-child {
    grid-column: 1 / -1;
}
.worker-table td[data-v-964e95a45fe1]:first-child::before,
  .worker-table td[data-v-964e95a45fe1]:last-child::before {
    display: none;
}
.worker-table td[data-v-964e95a45fe1]:last-child {
    grid-column: 1 / -1;
}
.worker-table .row-action[data-v-964e95a45fe1] {
    min-height: 36px;
    padding: 4px 0;
}
.worker-identity strong[data-v-964e95a45fe1] {
    font-size: 14px;
}
.worker-rail__header[data-v-964e95a45fe1] {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 18px;
}
.worker-restart-action[data-v-964e95a45fe1] {
    flex-basis: auto;
    justify-items: start;
}
.worker-restart-reason[data-v-964e95a45fe1] {
    max-width: none;
    text-align: left;
}
.worker-facts[data-v-964e95a45fe1] {
    gap: 14px 20px;
    padding: 20px;
}
.worker-facts > div[data-v-964e95a45fe1] {
    display: block;
}
.worker-facts dd[data-v-964e95a45fe1] {
    margin-top: 3px;
}
.evidence-grid[data-v-964e95a45fe1] {
    padding: 20px;
}
.worker-settings > summary[data-v-964e95a45fe1],
  .automation-summary[data-v-964e95a45fe1] {
    padding: 20px;
}
.worker-config[data-v-964e95a45fe1] {
    padding: 0 20px 20px;
}
.config-heading[data-v-964e95a45fe1],
  .config-footer[data-v-964e95a45fe1] {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}
.worker-config__fields[data-v-964e95a45fe1],
  .group-form__fields[data-v-964e95a45fe1],
  .group-list[data-v-964e95a45fe1],
  .journal-filters[data-v-964e95a45fe1] {
    grid-template-columns: minmax(0, 1fr);
}
.config-submit[data-v-964e95a45fe1],
  .group-form > button[data-v-964e95a45fe1] {
    width: 100%;
}
.journal-pagination[data-v-964e95a45fe1] {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}
.journal-pagination > div[data-v-964e95a45fe1] {
    justify-content: space-between;
}
.event-timeline li[data-v-964e95a45fe1] {
    grid-template-columns: minmax(0, 1fr) auto;
}
.event-timeline li > div[data-v-964e95a45fe1] {
    grid-column: 1 / -1;
}
.event-timeline .event-level[data-v-964e95a45fe1] {
    grid-column: 2;
}
.monitor-restart-confirmation[data-v-964e95a45fe1] {
    margin: 16px;
}
.monitor-restart-confirmation__actions[data-v-964e95a45fe1] {
    flex-wrap: wrap;
}
.monitor-restart-confirmation__actions button[data-v-964e95a45fe1] {
    flex: 1 1 auto;
}
.proxy-pools[data-v-964e95a45fe1],
  .proxy-essential-grid[data-v-964e95a45fe1],
  .proxy-auth-grid[data-v-964e95a45fe1],
  .proxy-advanced-grid[data-v-964e95a45fe1] {
    grid-template-columns: minmax(0, 1fr);
}
.proxy-submit-row[data-v-964e95a45fe1],
  .endpoint-list li[data-v-964e95a45fe1],
  .proxy-pool > header[data-v-964e95a45fe1] {
    flex-direction: column;
    align-items: stretch;
}
.monitor-admin.monitor-redesign .field input[data-v-964e95a45fe1],
  .monitor-admin.monitor-redesign[data-v-964e95a45fe1] select {
    font-size: 16px;
}
.access-state[data-v-964e95a45fe1],
  .load-state[data-v-964e95a45fe1] {
    flex-direction: column;
    align-items: stretch;
}
}
@media (max-width: 600px) {
.monitor-admin.monitor-redesign > .monitor-header[data-v-964e95a45fe1] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
}
.monitor-admin.monitor-redesign > .monitor-header h1[data-v-964e95a45fe1] {
    font-size: 28px;
}
}
@media (prefers-reduced-motion: reduce) {
.spin[data-v-964e95a45fe1] {
    animation: none;
}
.proxy-create__chevron[data-v-964e95a45fe1] {
    transition: none;
}
}
