
  body.pa213-ui-motion-polish.pa214-guardian-growth #pa188-shell[data-page="terminal"] .pa188-node {
    animation:
      pa216RouteIn .44s cubic-bezier(.16,1,.3,1) both,
      pa217CardCurrent 3.8s linear infinite,
      pa223CardBodyPulseLite 2.65s ease-in-out infinite !important;
  }
  body.pa213-ui-motion-polish.pa214-guardian-growth #pa188-shell[data-page="terminal"] .pa188-node[data-selected="true"] {
    animation:
      pa217CardCurrent 2.8s linear infinite,
      pa223SelectedBodyPulseLite 1.8s ease-in-out infinite !important;
  }
  @keyframes pa223CardBodyPulseLite {
    0%, 100% {
      filter: brightness(1) saturate(1);
      background-position: 0 0, 160% 0, 0 0, 0 0;
    }
    50% {
      filter: brightness(1.14) saturate(1.08);
      background-position: 0 0, 42% 0, 90px 0, 0 2px;
    }
  }
  @keyframes pa223SelectedBodyPulseLite {
    0%, 100% {
      filter: brightness(1.08) saturate(1.08);
      background-position: 0 0, 120% 0, 0 0, 0 0;
    }
    50% {
      filter: brightness(1.24) saturate(1.16);
      background-position: 0 0, 30% 0, 90px 0, 0 2px;
    }
  }
