/* The Two Conductors — the wall-header conductor switch (DOC-8C80BA7475AC). Light theme. */
#gce-conductor-switch {
  position: fixed;
  top: 64px;
  right: 16px;
  z-index: 9998;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 6px 14px;
  font: 600 12px system-ui;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .10);
  transition: background .12s, border-color .12s;
  white-space: nowrap;
}
#gce-conductor-switch.cond-agent { background: #eef2ff; border-color: #6366f1; color: #3730a3; }
#gce-conductor-switch.cond-reading { background: #eff6ff; border-color: #2563eb; color: #1e3a8a; }
#gce-conductor-switch:hover { filter: brightness(0.97); }
