/* Remote-mode specific overrides — used alongside the shared style.css
   from the extension dashboard. */

/* Connection states for the badge (reuses .login-badge classes from style.css) */
.login-badge--connecting .login-dot {
  background: var(--text-4);
  animation: pulse 1.2s ease-in-out infinite;
}

/* Session list — running/completed mix (extension has only past sessions) */
.session-list li {
  cursor: default;
}

/* Status strip idle text smaller (we have less to show than extension) */
.status-strip[data-state="idle"] .strip-text {
  color: var(--text-3);
  font-weight: 500;
}
