/* Radar status help trigger. The actual help text opens through the shared TokenPilot offcanvas notice. */

.status-help-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1, 4px);
}

.status-help-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--size-help-dot, 18px);
  height: var(--size-help-dot, 18px);
  padding: 0;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: var(--radius-pill, 999px);
  background: var(--panel, #ffffff);
  color: var(--soft, #475569);
  font-size: var(--font-size-xs, 11px);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.status-help-trigger:focus-visible {
  outline: 2px solid var(--page-accent, #60a5fa);
  outline-offset: var(--space-1, 4px);
}
